body{
	background: #141413;
	font-family: Montserrat, 'Playfair Display', sans-serif;
	font-size: 17px;
	color: #fefefe;
	min-width: 320px;
}
/* =================header================= */
header {
	padding: 60px 0 65px;
}
.header_cont_l_p {
	color: #fefefe;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 10px;
}
.header_cont_l_p2 {
	color: #fefefe;
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 25px;
}
.header_cont_l_a {
	display: inline-block;
	color: #fefefe;
	font-family: Montserrat;
	font-size: 29px;
	font-weight: 300;
	line-height: 1;
	border-bottom: 1px solid transparent;
}
.header_cont_l_a:hover {
	border-bottom: 1px dashed #fefefe;
}
.header_cont_c {
	max-width: 144px;
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -67px;
	left: 50%;
	margin-left: -72px;
}
.header_cont_c img {
	display: inline-block;
	width: 100%;
}
.header_cont {
	position: relative;
}
.header_cont_r {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.header_cont_r_t {
	margin-bottom: 15px;
}
.header_cont_r_t ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 10px 0 0;
	padding: 0;
}
.header_cont_r_t ul li {
	list-style-type: none;
}
.header_cont_r_t ul li a {
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid #5e5b5a;
	border-left: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.header_cont_r_t ul li:first-child a {
	border-radius: 4px 0 0 4px;
	border-left: 1px solid #5e5b5a;
}
.header_cont_r_t ul li:last-child a {
	border-radius: 0 4px 4px 0;
}
.header_cont_r_t ul li a svg .a {
	fill:#fdfdfd;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.header_cont_r_t ul li a:hover svg .a {
	fill: #000;
}
.header_cont_r_t ul li a:hover {
	background-color: #c1a667;
}
.header_cont_r_t_a {
	display: inline-block;
	border: 1px solid #5d5a59;
	border-radius: 4px;
	padding: 14px 45px;
	line-height: 1;
	color: #fefefe;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 300;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.header_cont_r_t_a:hover {
	background-color: #c1a667;
	color: #000;
}
.header_cont_r_b_a {
	margin-right: 40px;
}
.header_cont_r_b_a span {
	display: inline-block;
	border-bottom: 1px solid transparent;
	color: #c1a667;
	font-family: Montserrat;
	font-size: 17px;
	line-height: 1;
	font-weight: 300;
}
.header_cont_r_b_a img {
	display: inline-block;
	width: 17px;
	margin-right: 20px;
}
.header_cont_r_b_a:hover span {
	border-bottom: 1px dashed #c1a667;
}
.header_cont_r_b_a2 img {
	display: inline-block;
	width: 21px;
	margin-right: 20px;
}
.header_cont_r_b_a2 span {
	display: inline-block;
	color: #fefefe;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 300;
	line-height: 1;
	border-bottom: 1px solid transparent;
}
.header_cont_r_b_a2:hover span {
	border-bottom: 1px dashed #fefefe;
}
.header_cont_r_b_a3 {
	display: none;
}
/* =================state1================= */
.state1 {
	padding-bottom: 40px;
}
.state1_cont {
	width: 93%;
	margin-left: auto;
	padding: 155px 0 300px 225px;
	background: url('../img/state1_bg.jpg') no-repeat left center / cover;
}
.state1_cont_div {
	max-width: 1043px;
	width: 100%;
}
.state1_cont_div_p {
	color: #fefefe;
	font-family: Montserrat;
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #fefefe;
}
.state1_cont_div_p2 {
	color: #fefefe;
	font-family: "Playfair Display";
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 75px;
}
/* =================state2================= */
.state2 .state1_cont {
	background: url('../img/state2_bg.jpg') no-repeat right center / cover;
	margin-left: 0;
	margin-right: auto;
	text-align: right;
	padding: 200px 225px 285px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
/* =================state3================= */
.state3 {
	padding: 40px 0 80px;
}
.state3_cont {
	width: 91%;
	margin-left: auto;
	padding: 70px 15px 75px 188px;
	background-color: #252524;
	border: 1px solid #cdcdcd;
	border-radius: 300px 0 0 300px;
}
.state3_cont_div {
	max-width: 1275px;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.state3_cont_div_p  {
	color: #fefefe;
	font-family: Montserrat;
	font-size: 21px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	width: 13%;
}
.state3_cont_div_r {
	width: 81%;
}
.state3_cont_div_r_p {
	color: #fefefe;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 25px;
}
.state3_cont_div_r_a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 23px 35px;
	border: 2px solid #89784f;
	border-radius: 4px;
	line-height: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.state3_cont_div_r_a span {
	display: inline-block;
	color: #c1a667;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-right: 25px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.state3_cont_div_r_a:hover {
	background-color: #c1a667;
	border-color: #c1a667;
}
.state3_cont_div_r_a:hover span {
	color: #36322f;
}
.state3_cont_div_r_a svg .a {
	fill:#c0a567;
	stroke:#c0a567;
	stroke-miterlimit:22.93;
	stroke-width:0.22px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.state3_cont_div_r_a:hover svg .a {
	fill:#36322f;
	stroke:#36322f;
}
/* =================state4================= */
.state4 {
	padding-bottom: 85px;
}
.state4_item {
	width: 33%;
	background: #36322f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
}
.state4_item_first {
	border-radius: 124px 0 0 0;
}
.state4_item_last {
	border-radius: 0 0 124px 0;
}
.state4_item_t, .state4_item_b {
	width: 100%;
}
.state4_item_b {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 50px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.state4_item_t img {
	display: inline-block;
	width: 100%;
}
.state4_item_b_t {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 50px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.state4_item_b_t img {
	display: inline-block;
	margin-bottom: 40px;
	max-width: 90%;
}
.state4_item_b_t_p {
	color: #fefefe;
	font-family: "Playfair Display";
	font-size: 21px;
	font-weight: 400;
	line-height: 1.33em;
	margin-bottom: 0;
}
.state4_item_b_a {
	display: inline-block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 30px;
	border: 2px solid transparent;
	line-height: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.state4_item_b_a span {
	text-transform: uppercase;
	display: inline-block;
	color: #c1a667;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	margin-right: 30px;
}
.state4_item_b_a img {
	display: inline-block;
	width: 22px;
}
.state4_item_b_a:hover {
	border-color: #c1a667;
}
/* =================state5================= */
.state5 {
	padding-bottom: 120px;
}
.state5_cont  {
	padding: 50px 70px;
	border: 1px solid #605e5d;
	border-radius: 10px;
}
.state5_cont_l_p {
	color: #fefefe;
	font-family: "Playfair Display";
	font-size: 38px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
}
.state5_cont_l_p2 {
	color: #fefefe;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 0;
}
.state5_cont_r_l {
	width: 465px;
	margin-right: 150px;
	position: relative;
}
.state5_i {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	height: 40px;
	border: none;
	background: transparent;
	padding-left: 40px;
	border-bottom: 2px solid #7b7a79;
	color: #fefefe;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 400;
	background-position: left center;
	background-repeat: no-repeat;
}
.state5_i::-webkit-input-placeholder 	{opacity: 1;color: #fefefe;}
.state5_i::-moz-placeholder 			{opacity: 1;color: #fefefe;}
.state5_i:-moz-placeholder 				{opacity: 1;color: #fefefe;}
.state5_i:-ms-input-placeholder 		{opacity: 1;color: #fefefe;}
.state5_i:last-child {
	margin-bottom: 0;
}
.state5_i1 {
	background-image: url('../img/state5_i_bg1.svg');
}
.state5_i2 {
	background-image: url('../img/state5_i_bg2.svg');
}
.state5_i3 {
	background-image: url('../img/state5_i_bg3.svg');
}
.state5_cont_r_r {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 45px;
	background-color: #c1a667;
	border: none;
	border-radius: 4px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 1;
}
.state5_cont_r_r:hover {
	background-color: #ab8429;
}
.state5_cont_r_r img {
	display: inline-block;
	width: 18px;
	margin-right: 30px;
}
.state5_cont_r_r span {
	display: inline-block;
	color: black;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
/* =================footer================= */
footer {
	padding: 60px 0;
	background: url('../img/footer_bg.jpg') no-repeat center / cover;
}
.footer_cont_l_a {
	display: inline-block;
	width: 103px;
	margin-right: 50px;
}
.footer_cont_l_a img {
	display: inline-block;
	width: 100%;
}
.footer_cont_l_p {
	color: black;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0;
}
.footer_cont_r {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer_cont_r_a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 50px;
}
.footer_cont_r_a img {
	display: inline-block;
	width: 15px;
	margin-right: 18px;
}
.footer_cont_r_a span {
	display: inline-block;
	color: black;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 300;
	line-height: 1;
	border-bottom: 1px solid transparent;
}
.footer_cont_r_a:hover span {
	border-bottom: 1px dashed #000;
}
.footer_cont_r_a2 {
	display: inline-block;
	color: black;
	font-family: Montserrat;
	font-size: 29px;
	font-weight: 300;
	line-height: 1;
	margin-right: 40px;
	border-bottom: 1px dashed transparent;
}
.footer_cont_r_a2:hover {
	color: #000;
	border-bottom-color: #000;
}
.footer_cont_r ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
}
.footer_cont_r ul li {
	list-style-type: none;
	margin-right: 10px;
}
.footer_cont_r ul li:last-child {
	margin-right: 0;
}
.footer_cont_r ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 4px;
	border: 1px solid #1e1a16;
	border-radius: 4px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.footer_cont_r ul li a:hover {
	background-color: #b58b2a;
}
.footer_cont_r ul li a img {
	display: inline-block;
	max-width: 80%;
}
@media (min-width: 1201px) and  (max-width: 1400px) { 
	.header_cont_l_p, .header_cont_r_b_a span, .header_cont_r_b_a2 span, .state3_cont_div_r_p, .state5_cont_l_p2, .footer_cont_l_p, .footer_cont_r_a span {
		font-size: 20px;
	}
	.header_cont_l_p2 {
		font-size: 26px;
	}
}
/* =================modal_1================= */
.modal_1 .modal-dialog {
	max-width: 960px;
	width: 100%;
}
.modal_1 .modal-header {
	padding: 25px 20px;
	border-bottom: none;
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.modal_1 .close {
	padding: 0;
	float: none;
	margin: 0;
	opacity: 1;
}
.modal_1 .close span {
	display: inline-block;
	color: #828180;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	margin-right: 15px;
}
.modal_1 .close img {
	display: inline-block;
	width: 39px;
}
.modal_1 .modal-body {
	padding: 0;
}
.modal_1_div {
	padding: 0 15px 85px;
}
.modal_1_div_p {
	color: #1e1a16;
	font-family: "Playfair Display";
	font-size: 38px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 50px;
	text-align: center;
}
.modal_1 form {
	max-width: 588px;
	width: 100%;
	margin: 0 auto;
}
.modal_1_i {
	display: block;
	height: 50px;
	border: none;
	border-bottom: 2px solid #202020;
	background: transparent;
	width: 100%;
	margin-bottom: 45px;
	padding-left: 45px;
	color: #1e1a16;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 400;
	background-repeat: no-repeat;
	background-position: left center;
}
.modal_1_i::-webkit-input-placeholder 	{opacity: 1;font-size: 17px;color: #1e1a16;}
.modal_1_i::-moz-placeholder 			{opacity: 1;font-size: 17px;color: #1e1a16;}
.modal_1_i:-moz-placeholder 			{opacity: 1;font-size: 17px;color: #1e1a16;}
.modal_1_i:-ms-input-placeholder 		{opacity: 1;font-size: 17px;color: #1e1a16;}
.modal_1_i1 {
	background-image: url('../img/modal_1_i_bg1.svg');
}
.modal_1_i2 {
	background-image: url('../img/modal_1_i_bg2.svg');
}
.modal_1_item {
	margin-bottom: 80px;
	position: relative;
}
.modal_1_item label {
	display: inline-block;
	margin-bottom: 0;
	color: #1e1a16;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
}
.modal_1_item label a {
	display: inline-block;
	text-decoration: underline;
	color: #1e1a16;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
}
.modal_1_item label a:hover {
	text-decoration: none;
}
.jq-checkbox {
	width: 14px;
	height: 14px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #c1c1c0;
	border-radius: 0;
	border: none;
	margin-right: 25px;
	margin-top: 5px;
}
.jq-checkbox.focused {
	border: none;
}
.jq-checkbox.checked .jq-checkbox__div {
	position: absolute;
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url('../img/modal_1_ch_bg.svg') no-repeat center;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal_1_item_last {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.modal_1_b {
	max-width: 425px;
	padding: 25px 5px;
	text-align: center;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.green, .red {
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	font-size: 15px;
	line-height: 1;
	margin: 0;
}
.green {
	color: green;
}
.red {
	color: red;
}
.header_cont {
	position: relative;
}
.header_cont_lang {
	position: absolute;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: calc(100% + 10px);
	right: 0;
}
.header_cont_lang li {
	list-style-type: none;
	margin-right: 15px;
}
.header_cont_lang li:last-child {
	margin-right: 0;
}
.header_cont_lang li a {
	display: inline-block;
	color: #fefefe;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
}
.header_cont_lang li a.active {
	color: #a9a8a8;
}
.header_cont_lang li a.active:hover {
	cursor: inherit;
}




/*Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 
	/* =================header================= */
	.header_cont_l_p2 {
		font-size: 18px;
	}
	.header_cont_r_t {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.header_cont_r_t ul {
		margin-bottom: 15px;
		margin-right: 0;
	}
	.header_cont_r_b_a {
		margin-right: 20px;
	}
	.header_cont_r_b_a img, .header_cont_r_b_a2 img {
		margin-right: 10px;
	}
	.header_cont_c {
		max-width: 120px;
		margin-left: -60px;
	}
	/* =================state1================= */
	.state1_cont {
		margin-left: 0;
		padding: 40px 15px;
		max-width: 100%;
		width: 100%;
	}
	.state1_cont_div_p {
		font-size: 19px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.state1_cont_div_p2 {
		font-size: 30px;
	}
	.state1_cont_div {
		padding-left: 65px;
	}
	.btn_1 {
		padding: 15px 40px;
		font-size: 15px;
	}
	/* =================state2================= */
	.state2 .state1_cont {
		padding: 40px 15px;
		margin-right: 0;
		max-width: 100%;
		width: 100%;
	}
	.state2 .state1_cont_div {
		padding-left: 0;
		padding-right: 65px;
	}
	/* =================state3================= */
	.state3_cont {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		padding: 50px 15px 51px 95px;
	}
	.state3_cont_div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.state3_cont_div_p {
		width: 100%;
		margin-bottom: 15px;
	}
	.state3_cont_div_r {
		width: 100%;
	}
	.state3_cont_div_r_p {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.state3_cont_div_r_a {
		padding: 15px 25px;
	}
	.state3_cont_div_r_a span {
		font-size: 15px;
	}
	/* =================state4================= */
	.state4_item_b_t_p {
		font-size: 15px;
	}
	.state4_item_b_t img {
		max-width: 70%;
	}
	/* =================state5================= */
	.state5_cont_r {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.state5_cont_r_l {
		margin-right: 0;
		margin-bottom: 25px;
		width: 335px;
	}
	/* =================footer================= */
	.footer_cont {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer_cont_l  {
		width: 100%;
		margin-bottom: 25px;
	}
	.footer_cont_r {
		width: 100%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	/* =================modal_1================= */
	.green, .red {
		top: calc(100% - 5px);
	}
	.modal_1 .green, .modal_1 .red {
		top: calc(100% + 10px);
	}
	.header_cont_r_t ul li a {
		border: 1px solid #5e5b5a;
	}

}

/*Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 
	/* =================header================= */
	.header_cont_l {
		display: none;
	}
	.header_cont_c {
		position: static;
		margin: 0;
	}
	.header_cont_r_b_a2 {
		display: none !important;
	}
	.header_cont_r_b_a3 {
		display: inline-block;
		font-size: 17px;
		color: #fefefe;
		border-bottom: 1px solid transparent;
	}
	.header_cont_r_b_a3:hover {
		border-bottom: 1px dashed #fefefe;
	}
	header {
		padding: 20px 0 30px;
	}
	.header_cont_r_t ul, .header_cont_r_t {
		margin-bottom: 5px;
	}
	/* =================state3================= */
	.state3_cont {
		border-radius: 0;
		padding: 40px 15px;
	}
	/* =================state4================= */
	.state4_item_b {
		padding: 20px 5px 40px;
	}
	.state4_item_b_t img {
		max-width: 50%;
		margin-bottom: 20px;
	}
	.state4_item_b_t_p {
		font-size: 13px;
	}
	.state4_item_b_t {
		margin-bottom: 15px;
	}
	.state4_item_b_a {
		padding: 10px 20px;
	}
	.state4_item_b_a span {
		font-size: 15px;
		margin-right: 5px;
	}
	.state4_item_first {
		border-radius: 53px 0 0 0;
	}
	.state4_item_last {
		border-radius: 0 0 53px 0;
	}
	/* =================state5================= */
	.state5_cont {
		padding: 15px 20px;
	}
	.state5_cont_l_p {
		font-size: 26px;
	}
	.state5_cont_l_p2 {
		font-size: 15px;
		line-height: 1.3em;
	}
	/* =================footer================= */
	.footer_cont_r_a2 {
		font-size: 17px;
	}
	/* =================modal_1================= */
	.header_cont_lang {
		bottom: inherit;
		right: 155px;
		top: 7px;
	}

}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
	/* =================header================= */
	.header_cont_r_t ul li a {
		width: 30px;
		height: 30px;
	}
	.header_cont_r_t_a {
		padding: 10px 20px;
		font-size: 15px;
	}
	.header_cont_r_b  {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.header_cont_r_b_a {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.header_cont_r_b_a span {
		font-size: 15px;
	}
	.header_cont_r_b_a3 {
		font-size: 15px;
	}
	/* =================state1================= */
	.state1_cont_div_p2 {
		font-size: 25px;
	}
	/* =================state3================= */
	.state3_cont_div_r_a svg {
		display: inline-block;
		width: 22px;
	}
	.state3_cont_div_r_a span {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-right: 5px;
	}
	/* =================state4================= */
	.state4_item  {
		width: 227px;
		margin-bottom: 25px;
	}
	.state4_cont {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.state4 {
		padding-bottom: 30px;
	}
	/* =================state5================= */
	.state5 {
		padding-bottom: 40px;
	}
	.state5_cont {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.state5_cont_l {
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}
	.state5_cont_r {
		width: 100%;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.state5_cont_r_l {
		width: 100%;
	}
	/* =================footer================= */
	.footer_cont_l_a {
		margin-right: 25px;
	}
	.footer_cont_l_p br {
		display: none;
	}
	.footer_cont_l_p {
		font-size: 15px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.footer_cont_r_a span, .footer_cont_r_a2 {
		font-size: 15px;
	}
	.footer_cont_r_a2, .footer_cont_r_a {
		margin-right: 15px;
	}
	.footer_cont_r_a img {
		margin-right: 5px;
	}
	.footer_cont_r ul li a {
		width: 35px;
		height: 35px;
	}
	.footer_cont_r ul li {
		margin-right: 5px;
	}
	/* =================modal_1================= */
	.modal_1_div_p {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.modal_1_item {
		margin-bottom: 30px;
	}
	.header_cont_lang {
		right: 105px;
	}

}

/*Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	/* =================header================= */
	.header_cont_c {
		max-width: 75px;
	}
	.header_cont_r_t_a {
		font-size: 14px;
		padding: 10px;
	}
	/* =================state1================= */
	.state1_cont {
		background-position: center;
		background-size: cover;
		border-radius: 25px;
	}
	.state1_cont_div {
		padding: 0;
	}
	.state1_cont_div_p2 {
		margin-bottom: 45px;
	}
	/* =================state2================= */
	.state2 .state1_cont {
		background-position: center;
	}
	.state2 .state1_cont_div {
		padding-right: 0;
		text-align: left;
	}
	/* =================state3================= */
	.state3 {
		padding: 0 0 40px;
	}
	.state3_cont_div_r_a {
		padding: 10px 15px;
	}
	.state3_cont_div_r_a span {
		font-size: 13px;
		text-align: center;
	}
	/* =================state5================= */
	.state5_i {
		padding-left: 25px;
	}
	/* =================footer================= */
	.footer_cont_l_a {
		width: 70px;
		margin-right: 10px;
	}
	footer {
		padding: 40px 0;
	}
	.footer_cont_r {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.footer_cont_r_a, .footer_cont_r_a2 {
		margin-right: 0;
		margin-bottom: 10px;
	}
	/* =================modal_1================= */
	.modal_1 .modal-dialog {
		margin-left: 0;
		margin-right: 0;
	}
	.modal_1 .close {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.modal_1 .close span {
		font-size: 15px;
		margin-right: 5px;
	}
	.modal_1 .close img {
		display: inline-block;
		width: 25px;
	}
	.modal_1_div {
		padding: 0 10px 40px;
	}
	.modal_1_div_p {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.modal_1_i {
		height: 40px;
		padding-left: 25px;
		margin-bottom: 15px;
	}
	.jq-checkbox {
		margin-right: 10px;
	}
	.modal_1_item label {
		line-height: 1.2em;
	}
	.modal_1_b {
		padding: 15px 5px;
	}
	.modal_1_b span {
		font-size: 14px;
	}
	.modal_1_b img {
		width: 12px;
		margin-right: 10px;
	}
	.header_cont_lang {
		top: 0;
	}

}