body {
	font: 1.8rem "Rubik", sans-serif;
	min-width: 320px;
	font-weight: normal;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	color: #000;
	overflow-x: hidden;
}
img {
	height: auto;
}
p {
	font-size: 1.8rem;
	line-height: 2.8rem;
}
.dot {
	position: relative;
	z-index: 300;
}
.slick-active .dot {

}
.next, .prev {
	position: absolute;
	width: 70px;
	height: 9px;
	z-index: 300;
	cursor: pointer;
	bottom: -10px;
}
.next {
	background-image: url("../img/next.png");
}
.next:hover {
	background-image: url("../img/next_hover.png");
}
.prev {
	background-image: url("../img/prev.png");
}
.prev:hover {
	background-image: url("../img/prev_hover.png");
}
.slider_wrapper {
	position: relative;
}
.slider_wrapper:after, .slider:after {
	content: "";
	display: table;
	clear: both;
}
.share .timer {
	margin-top: 3rem;
}
.share .timer__item {
	display: inline-block;
	width: 70px;
	margin-right: 2.5rem;
	height: 70px;
	border: 1px solid #23a6a6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: .5rem;
	text-align: center;
	color: #2c213e;
}
.big-numb-time, .timer-text {
	color: #2c213e;
}
.big-numb-time {
	font-size: 3rem;
}
.timer-text {
	font-size: 1.4rem;
	position: relative;
	top: -5px;
}
.relative {
	position: relative;
}
button {
	border: none;
	background: none;
}
button, button:focus, button:hover, input, .thumbnail, .slick-slide, img, ul, li, a, a:focus, a:hover, div, div:focus textarea, textarea:focus {
	outline: none;
	text-decoration: none;
	color: inherit;
}
.politics {
	background-color: #fff;
}
.politics p {
	font-size: 18px;
	color: #000;
}
.politics_text {
	padding: 20px 40px;
}
.politics h3 {
	background: #1782ab;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
	margin: 0;
}
@media only screen and (max-width : 767px) {
	.politics h3 {
		font-size: 23px;
	}
}
section {
	padding: 80px 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
}
section h6 {
	font-weight: bold;
	font-size: 24px;
}
section h4 {
	color: #000;
	font-size: 2.4rem;
	line-height: 2.8rem;
	font-weight: bold;
	margin-top: 0;
}
section h5 {
	color: #000;
	font-size: 2rem;
	line-height: 4rem;
	font-weight: 500;
	margin: 0;
}
section h3 {
	font-size: 3.6rem;
	line-height: 4.6rem;
	font-weight: normal;
	text-align: center;
	margin-top: 0;
	color: #000;
	margin-bottom: 8rem;
}
ul {
	list-style-type: none;
	padding: 0;
}
.thanks_body {
	background-color: #840505;
	margin: 0;
	height: 100%;
	color: #fff;
	display: table;
	width: 100%;
	text-align: center;
}
.thanks_body h4 {
	font-size: 36px;
	margin-top: 0;
	color: #fff;
}
.thanks_body p {
	font-size: 24px;
	margin-bottom: 0;
}
.thanks_page {
	display: table-cell;
	vertical-align: middle;
}
footer {
	padding: 20px 0;
}
footer .row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.footer_logo {
	max-width: 100%;
}
footer p {
	color: #919191;
	font-size: 18px;
}
footer span {
	text-decoration: underline;
	color: #2897e5;
	display: block;
	font-size: 18px;
}
.footer_logo {
	padding-top: 12px;
}
.made_by p {
	margin-bottom: 10px;
}
.copyright p {
	margin-top: 10px;
}
.copyright {
	text-align: center;
	padding-top: 20px;
}
.made_by {
	text-align: right;
	padding-top: 20px;
}
.form_wrapper {
	margin: auto;
	width: 100%;
	max-width: 330px;
	position: relative;
	background-image: url("../img/form_wrapper.png");
	padding: 5rem 3rem 7.6rem;
	-ms-background-size: 100% 100%;
	background-size: 100% 100%;
}
.mfp-close-btn-in .mfp-close {
	color: #d1a964!important;
	font-weight: 300!important;
	font: 4rem "Rubik", sans-serif!important;
	top: 10px!important;
}
.form_wrapper h6 {
	color: #063346;
	font-size: 2.6rem;
	line-height: 4.6rem;
	margin: 0;
}
.form_wrapper p {
	color: #063346;
}
label.error {
	color: red;
	font-size: 15px;
}
.form input::-webkit-input-placeholder {
	font-size: 1.8rem;
	color: #000;
	font-weight: normal;
}
.form input::-moz-placeholder {
	font-size: 1.8rem;
	color: #000;
	font-weight: normal;
}
.form input:-ms-input-placeholder {
	font-size: 1.8rem;
	color: #000;
	font-weight: normal;
}
.form input:-moz-placeholder {
	font-size: 1.8rem;
	color: #000;
	font-weight: normal;
}
.form textarea::-webkit-input-placeholder {
	font-size: 1.8rem;
	color: #000;
	font-weight: normal;
}
.form textarea::-moz-placeholder {
	font-size: 1.8rem;
	color: #000;
	font-weight: normal;
}
.form textarea:-ms-input-placeholder {
	font-size: 1.8rem;
	color: #000;
	font-weight: normal;
}
.form textarea:-moz-placeholder {
	font-size: 1.8rem;
	color: #000;
	font-weight: normal;
}
.form input {
	width: 100%;
	max-width: 270px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	border: 1px solid #efcb89;
	color: #000;
	margin-top: 10px;
	height: 60px;
	text-indent: 2rem;
	box-shadow: inset 0 5px 5px rgba(0,0,0,.2);
}
.form textarea {
	width: 100%;
	max-width: 270px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	border: 1px solid #efcb89;
	color: #000;
	margin-top: 10px;
	text-indent: 2rem;
	box-shadow: inset 0 5px 5px rgba(0,0,0,.2);
	resize: none;
	padding-top: 20px;
	height: 150px;
}
.form {
	text-align: center;
}
.form button {
	width: 100%;
	margin-top: 10px;
	max-width: 270px;
}
.main_btn {
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 -1px rgba(79,50,0,.35);
	-webkit-background-image: linear-gradient(to top, #790303, #a10b0b);
	-moz-background-image: linear-gradient(to top, #790303, #a10b0b);
	-ms-background-image: linear-gradient(to top, #790303, #a10b0b);
	background-image: linear-gradient(to top, #790303, #a10b0b);
	height: 70px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.3);
	-ms-box-shadow: 0 3px 3px rgba(0,0,0,.3);
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	max-width: 370px;
}
.main_btn2 {
	height: 65px;
}
.main_btn3 {
	height: 60px;
}
.main_btn:hover {
	background-color: #7a0303;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.main_btn:focus {
	color: #fff;
}
h1 {
	color: #063346;
	font-weight: bold;
	font-size: 5.2rem;
	margin-top: 4rem;
	margin-bottom: 3rem;
}
h2 {
	font-size: 2.8rem;
	line-height: 3.8rem;
	margin-top: 0;
	margin-bottom: 3rem;
	font-weight: normal;
}
.trigger {
	margin-bottom: 4rem;
}
.trigger li {
	position: relative;
	padding-left: 3.5rem;
	font-size: 2rem;
	line-height: 4rem;
	color: #2e2e2e;
}
.trigger li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url("../img/trigger.png");
	width: 18px;
	height: 18px;
}
header {
	height: 85px;
	background-color: #790303;
	-webkit-box-shadow: inset 0 -1px #de2525;
	-moz-box-shadow: inset 0 -1px #de2525;
	box-shadow: inset 0 -1px #de2525;
}
header .row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
}
.top_btn button {
	width: 100%;
	max-width: 270px;
	font-weight: bold;
	height: 85px;
	background-color: #d1a964;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .05em;
	font-size: 13px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.top_btn button:hover {
	background-color: #7a0303;
}
.logo img {
	width: 100%;
	max-width: 170px;
}
.desc {
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding-right: 0;
}
.top_phone {
	text-align: right;
	font-size: 2rem;
	color: #fff;
}
.lang ul {
	margin: 0;
	text-align: center;
}
.lang ul li {
	height: 4.4rem;
	display: block;
	line-height: 4.4rem;
	width: 5rem;
	color: #d1a964;
	border-right: 1px solid #cfa670;
	border-left: 1px solid #cfa670;
	float: left;
	cursor: pointer;
}
.lang ul li.active {
	border-right: 0;
	border-left: 1px solid #fff;
	color: #fff;
}
main {
	background-image: url("../img/main_1.jpg");
	height: 660px;
	background-repeat: no-repeat;
	background-position: center -4px;
}
main .main_btn {
	max-width: 570px;
}
.about img {
	width: 100%;
	max-width: 570px;
}
.about h4 {
	margin-top: 6.5rem;
}
.about .row {
	position: relative;
	margin-bottom: 3rem;
}
.about .row:before {
	position: absolute;
	content: "";
	background-image: url("../img/about_row_1.png");
	width: 1205px;
	height: 68px;
	left: 25px;
	bottom: 30px;
	z-index: 1;
}
.about .about_row_right:before {
	background-image: url("../img/about_row_2.png");
	left: 0;
}
.video h3 {
	margin-bottom: 6rem;
}
.video {
	padding: 0;
}
.video .video_wrapper {
	position: relative;
	max-width: 770px;
	margin: 0 auto;
}
.video .video_wrapper img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.video video {
	display: block;
	width: 100%;
}
.choose h5 {
	text-align: center;
}
.choose .row {
	margin-top: 5rem;
}
.choose img {
	width: 100%;
	max-width: 370px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #edd8c8;
	margin: 3rem 0 4rem;
}
.choose {
	padding-bottom: 10rem;
}
.mid_form input, .mid_form .main_btn {
	width: 100%;
	max-width: 270px;
}
.mid_form {
	padding-top: 7rem;
	position: relative;
}
.mid_form:before {
	background-image: url("../img/mid_form.png");
	width: 1300px;
	height: 405px;
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}
.mid_form h3 {
	margin-bottom: 6rem;
}
.service .img_wrapper {
	position: relative;
}
.service .img_wrapper img {
	width: 100%;
	max-width: 555px;
}
.service .left_serv .img_wrapper {
	text-align: left;
}
.service .right_serv .img_wrapper {
	text-align: right;
}
.service .left_serv .img_wrapper:before {
	position: absolute;
	width: 652px;
	height: 384px;
	content: "";
	background-image: url("../img/service_border_left.png");
	z-index: -2;
	left: -40px;
	top: 10px;
}
.service .right_serv .img_wrapper:before {
	position: absolute;
	width: 652px;
	height: 384px;
	content: "";
	background-image: url("../img/service_border_right.png");
	z-index: -2;
	right: -40px;
	top: 10px;
}
.service .row {
	height: 384px;
	margin-bottom: 3rem;
}
.service .row .col-sm-6 {
	height: 100%;
}
.service .service_text_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.service .right_serv .service_text:before {
	position: absolute;
	content: "";
	width: 650px;
	height: 384px;
	background-image: url("../img/service_right.png");
	z-index: -1;
	top: 10px;
	left: -50px;
}
.service .left_serv .service_text:before {
	position: absolute;
	content: "";
	width: 650px;
	height: 384px;
	background-image: url("../img/service_left.png");
	z-index: -1;
	top: 10px;
	right: -50px;
}
.service h4 {
	margin: 0;
}
.service p {
	margin: 3rem 0;
}
.company {
	padding-top: 0;
}
.company_item {
	height: 170px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	border: solid 1px #bcbcbc;
	position: relative;
}
.company_item img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-width: 80%;
	max-height: 80%;
}
.company .next, .company .prev {
	bottom: -75px;
}
.company .next {
	left: 52%;
}
.company .prev {
	right: 52%;
}
.work .slider_wrapper {
	margin: 0 auto;
	max-width: 770px;
}
.work .prev, .work .next {
	top: 0;
	bottom: 0;
	margin: auto;
	right: -100px;
}
.work .prev {
	left: -100px;
	right: auto;
}
.review .container {
	padding: 0;
}
.review_right {
	position: relative;
	padding: 0 10rem;
	background-image: url("../img/review_bg.png");
	-ms-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
}
.review_item {
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
}
.review_item:after {
	display: table;
	content: "";
	clear: both;
}
.review_right:before {
	content: "«";
	color: #cfa670;
	font-size: 7.2rem;
	line-height: 7.2rem;
	font-weight: bold;
	position: absolute;
	left: 30px;
	top: 40px;
}
.review_right:after {
	content: "»";
	color: #cfa670;
	font-size: 7.2rem;
	line-height: 7.2rem;
	font-weight: bold;
	position: absolute;
	right: 30px;
	bottom: 40px;
}
.review_left p {
	font-style: italic;
}
.review_left p span {
	display: block;
	font-weight: 500;
}
.review_left img {
	max-width: 100%;
}
.review_left img.review_logo {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	border: solid 1px #bcbcbc;
	padding: 10px 50px;
	height: 100px;
	width: 100%;
	max-width: 270px;
}
.review_left img.review_logo_4 {
	padding: 0 25px;
}
.review_left img.review_photo {
	margin: 3rem 0;
}
.review_right p {
	margin-bottom: 3rem;
	width: 100%;
}
.review_right p:last-of-type {
	margin-bottom: 0;
}
.review .next, .review .prev {
	bottom: -50px;
}
.review .next {
	left: 60%;
}
.review .prev {
	right: 60%;
}
.dot {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 7px 8px 8px 7px/7px 7px 8px 8px;
	-moz-border-radius: 7px 8px 8px 7px/7px 7px 8px 8px;
	border-radius: 7px 8px 8px 7px/7px 7px 8px 8px;
	background-color: #ebebeb;
}
.review .slick-dots {
	bottom: -92px!important;
}
.slick-active .dot {
	background-color: #cfa670;
}
.showroom_section .tabs {
	margin-bottom: 3rem;
}
.showroom_section .tabs:after {
	content: "";
	clear: both;
	display: table;
}
.showroom_section .tab {
	width: 100%;
	max-width: 570px;
	height: 65px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #5b0000;
	font-size: 2rem;
	line-height: 65px;
	color: #5b0000;
	text-align: center;
	cursor: pointer;
}
.showroom_section .tab.active {
	background-color: #5b0000;
	color: #fff;
}
.showroom_section .tab1 {
	float: left;
}
.showroom_section .tab2 {
	float: right;
}
.showroom_left img {
	width: 100%;
	max-width: 870px;
	border-radius: 5px;
}
.showroom_right img {
	width: 100%;
	max-width: 270px;
	max-height: 180px;
	border-radius: 5px;
	cursor: pointer;
}
.showroom_right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
}
.showroom {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.showroom:after {
	display: table;
	clear: both;
	content: "";
}
.showroom2 {
	display: none;
}
.cert .container {
	padding: 0;
}
.cert a {
	display: block;
	position: relative;
	width: 100%;
	max-width: 270px;
	height: 380px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	border: solid 1px #bcbcbc;
}
.mfp-close-btn-in .mfp-close {
	top: 0!important;
}
.cert a img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: auto;
}
.cert p {
	margin-top: 2rem;
	text-align: center;
	font-size: 12px;
}
.cert .prev, .cert_next {
	bottom: -40px;
	right: 65%;
}
.cert_next {
	right: auto;
	left: 65%;
}
.cert .slick-dots {
	bottom: -82px!important;
}
.step {
	text-align: center;
}
.step img {
	width: 100%;
	max-width: 570px;
}
.step button {
	margin-bottom: 7rem;
	margin-top: 35px;
}
.step p {
	margin-bottom: 0;
	margin-top: 35px;
}
.contact {
	padding-bottom: 0;
	padding-top: 30px;
}
.contact img {
	width: 100%;
	max-width: 870px;
}
.contact h3 {
	text-align: left;
}
.contact h4 {
	color: #000;
}
.contact p {
	margin-bottom: 3rem;
}
.contact p.p {
	margin-bottom: 10px;
}
.contact .col-md-3 {
	padding-right: 0;
}
.contact button {
	width: 100%;
	max-width: 270px;
	height: 65px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #5b0000;
	color: #5b0000;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.contact button:hover {
	color: #fff;
	background-color: #5b0000;
}
.contact h3 {
	margin-bottom: 6.2rem;
}


.slick-slide img {
	width: 100%;
}