@import url(../fonts/stylesheet.css);

body {
	margin: 0 !important;  
	padding: 0 !important;  
	font-weight: 100;  
	position: relative;
	font-family: 'gotham_proregular';
}  

* {
	margin: 0 ;
	padding: 0 ; 
	outline: none;
}

ul {
	list-style: none !important;	
}

a {
	text-decoration: none ;	
}

a img {
	border: 0;
}

section {
	margin: 0 auto !important;
	max-width: 1000px;
}

input, button {
	border:0 ;
	outline: none !important;
} 

.clearfix {
	clear: both;
}

header {
	background: url(../img/top.png) center no-repeat;
	background-size: cover;
	padding-bottom: 70px;
}

header .top {
	text-align: center;

}

header .top .logo {
	float: left;
	display: inline-block;
	margin-top: 28px;
}


header .top .flag {
	display: inline-block;
	color: #fff;
	font-size: 10px;
	font-family: 'gotham_promedium';
	background: url(../img/flag.png) center top  no-repeat;
	width: 120px;
	padding: 13px 20px 40px 20px;
	background-size: contain;
}

header .top .flag p {
	margin-bottom: 10px;
	
}

.right_feed {
	display: inline-block;
	float: right;
	text-align: right;
	/* 	margin-right: 15px; */
	margin-top: 28px;
}

.right_feed .number{
	color: #fff;
	font-size: 20px;
}

.right_feed .feed_but {
	display: inline-block;
	color: #fff002;
	font-size: 14px;
	font-family: 'gotham_problack';
	background: transparent;
	border-radius: 2px;
	border: solid 1px #fff002;
	padding: 5px 9px;
	margin-top: 10px;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.right_feed .feed_but:hover {
	background: rgba(250,240,2,0.5);
}

.bot_head {
	margin-top: 40px;
}

.bot_head h1 {
	font-family: 'gotham_problack';
	color: #fff;
	font-size: 55px;
	width: 460px;
	line-height: 55px;
	margin-bottom: 45px;
	text-transform: uppercase;
}

.bot_head h1 span {
	color: #ff2924;
}

.bot_head h3 {
	color: #fff;
	font-size: 30px;
	font-family: 'gotham_problack';
	margin-bottom: 26px;
}

.bot_head ul {
	width: 456px;

}

.bot_head ul li{
	font-size: 24px;
	color: #fff;
	background: url(../img/marker.png) left 4px no-repeat;
	padding-left: 30px;
	/* letter-spacing: 0.6px; */
	margin-bottom: 26px;
	line-height: 24px;
}

.btn {
	font-family: 'gotham_problack';
	font-size: 24px;
	color: #000;
	background: #fff002;
	position: relative;
	display: inline-block;
	padding: 24px 68px;
	text-transform: uppercase;
	box-shadow: 0 0 24px -3px rgba(0,0,0, 1);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn:hover {
	background: #000;
	color: #fff002;
}

.btn::before {
	position: absolute;
	content: "";
	width: 339px;
	height: 153px;
	background: url(../img/arrow_yellow.png) center no-repeat;
	left: -343px;
	top: -40px;
}

.foot_head {
	text-align: right;
}

.info {
	padding: 40px 0 65px 0;
	text-align: center;
}

h2 {
	text-transform: uppercase;
	font-size: 36px;
	color: #000;
	font-family: 'gotham_problack';
}

h2 span{
	color: #ff2924;
}

.info ul {
	padding: 85px 30px 65px 30px;
}

.info ul li {
	display: inline-block;
	vertical-align: top;
	width: 171px;
	margin-right: 73px;
}

.info ul li img {
	width: 100%;
}

.info ul li p {
	font-size: 16px;
	color: #000;
	margin-top: 17px;
}

.info ul li:last-child {
	margin-right: 0;
}

.info iframe {
	display: inline-block;
	width: 514px;
	height: 300px;
}

.what {
	background: #ebebeb;
	padding: 55px 0 50px 0;
	text-align: center;
}

.what_block {
	margin-top: 70px;
}

.left {
	float: left;
	text-align: left;
	width: 315px;
	margin-top: 15px;
	margin-right: -60px;
}

.left ul {

}

.left ul li {
	font-size: 18px;
	color: #000;
	font-family: 'gotham_probold';
	/* padding-left: 39px; */
	margin-bottom: 20px;
	padding: 16px 0;
	padding-left: 72px;
}

.left ul li:nth-child(1) {
	background: url(../img/left1.png) left center no-repeat;
}

.left ul li:nth-child(2) {
	background: url(../img/left2.png) left center no-repeat;
}

.left ul li:nth-child(3) {
	background: url(../img/left3.png) left center no-repeat;
}

.left ul li:nth-child(4) {
	background: url(../img/left4.png) left center no-repeat;
}

.right {
	float: left;
	position: relative;
}

.right ul {
	position: absolute;
	right: -261px;
	top: 70px;
	width: 319px;
}

.right ul li{
	font-size: 18px;
	color: #000;
	font-family: 'gotham_probold';
	padding: 30px 0;
	padding-left: 95px;
	text-align: left;
	margin-bottom: 40px;
	position: relative;
}

.right ul li:nth-child(1) {
	background: url(../img/right1.png) left center no-repeat;
}

.right ul li:nth-child(1)::after {
	position: absolute;
	content: "";
	background: url(../img/rightafter1.png) center no-repeat;
	width: 46px;
	height: 32px;
	left: -44px;
	top: 59px;
}

.right ul li:nth-child(2) {
	background: url(../img/right2.png) left center no-repeat;
}

.right ul li:nth-child(2)::after {
	position: absolute;
	content: "";
	background: url(../img/rightafter2.png) center no-repeat;
	width: 123px;
	height: 85px;
	left: -119px;
	top: 34px;
}

.right ul li:nth-child(3) {
	background: url(../img/right3.png) left center no-repeat;
}

.right ul li:nth-child(3)::after {
	position: absolute;
	content: "";
	background: url(../img/rightafter3.png) center no-repeat;
	width: 126px;
	height: 87px;
	left: -123px;
	top: 37px;
}	

.info_text {
	text-align: left;
	background: #fff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 42px 30px 20px;
}

.info_text p{
	color: #000;
	font-size: 16px;
	margin-bottom: 25px;
}

.info_text p span {
	font-family: 'gotham_problack';
}

.products {
	padding: 50px 0 85px 0;
	text-align: center;
}

.products section {
	border-top: solid 8px #ff2924;
	padding-top: 55px;
}

.products ul {
	margin-top: 60px;
}

.products ul li {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.07);
	width: 285px;
	text-align: center;
	padding-bottom: 75px;
	padding-top: 25px;
	position: relative;
	margin-bottom: 75px;
	margin-right: 64px;
}

.products ul li:nth-child(3n) {
	margin-right: 0;
}

.products ul li h4 {
	color: #000;
	font-size: 16px;
	margin-bottom: 47px;
}

.products ul li .box_img {
	position: relative;
	height: 238px;
}

.products ul li .box_img img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}

.products ul li p {
	margin-top: 35px;
	color: #ff2924;
	font-family: 'gotham_problack';
	font-size: 24px;
}

.products ul li a {
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: inline-block;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	font-family: 'gotham_problack';
	background: #fff002;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 197px;
	padding: 17px 0;
}

.products ul li a:hover {
	background: #000;
	color: #fff002;
	width: 100%;
}

.expl {
	padding: 55px 0 75px 0;
	text-align: center;
}

.expl h3 {
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
	font-family: 'gotham_problack';
}

.expl h4 {
	color: #ff2924;
	font-size: 30px;
	font-family: 'gotham_prolight';
	margin-bottom: 58px;
}

.facts {

}

.facts .left_facts{
	float: left;
	width: 500px;
	vertical-align: top;
}

.facts .left_facts .main_img{
	height: 402px;
	overflow: hidden;
}	

.facts .left_facts img {
	width: 100%;
}

.facts .left_facts .bot_img {
	text-align: center;
	margin-top: 15px;
}

.facts .left_facts .bot_box {
	display: inline-block;
	vertical-align: top;
	width: 155px;	
	cursor: pointer;
	height: 128px;
	overflow: hidden;
}

.facts .left_facts .bot_box img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.facts .left_facts .bot_box:hover img {
	opacity: 0.8;	
}

.facts .left_facts .bot_box:nth-child(1) {
	float: left;		
}

.facts .left_facts .bot_box:nth-child(3) {
	float: right;		
}

.right_facts {
	float: right;
	vertical-align: top;
	width: 472px;
}

.right_facts p {
	color: #000;
	text-align: left;
	font-size: 15px;
	/* margin-bottom: 28px; */
	margin-bottom: 16px;
}

.right_facts iframe {
	width: 472px;
	height: 270px;
	margin-top: 21px;
}

.comments {
	text-align: center;
	padding: 55px 0 95px 0;
}

.com_item {
	display: inline-block;
	vertical-align: top;
	width: 440px;
	text-align: left;
	margin-bottom: 92px;
	margin-right: 104px;
}

.com_item .box_face {
	width: 158px;
	height: 158px;
	position: relative;
	margin-bottom: 19px;
	margin-left: 25px;
}

.com_item .box_face img {
	position: relative;
}

.com_item .box_face::before {
	position: absolute;
	content: "";
	background: url(../img/redsq.png) center no-repeat;
	width: 156px;
	height: 156px;
	left: -25px;
	top: -24px;
}

.comment_wrap {
	margin-top: 120px;
	background: url(../img/com_back.png) center no-repeat;
}

.com_item p {
	color: #000;
	font-size: 15px;
	margin-bottom: 20px;
}

.com_item  span {
	color: #000;
	font-size: 15px;
	font-family: 'gotham_problack';
}

.com_item:nth-child(even) {
	margin-right: 0;
}

.map_block {
	margin-top: -30px;
	height: 451px;
}

.map_block section {
	border-top: solid 7px #ff3631;
	position: relative;
	z-index: 2;
}

#map_canvas {
	width: 100%;
	height: 450px;	
	margin-top: -7px;
}

#form_bot {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	text-align: center;
	padding: 28px 30px;
	z-index: 10;
	width: 287px;
	top: -7px;
	padding-bottom: 44px;
}

#form_bot h3 {
	font-family: 'gotham_prolight';
	font-size: 24px;
	color: #090909;
	margin-bottom: 45px;
}

#form_bot input {
	color: #000;
	font-size: 14px;
	font-family: 'gotham_prolight';
	padding: 10px 15px;
	border: solid 3px #e6e6e6;
	margin-bottom: 25px;
	display: inline-block;
	width: 85%;
}

#form_bot button {
	font-size: 20px;
	text-transform: uppercase;	
	color: #000;
	font-family: 'gotham_problack';
	display: inline-block;
	background: #ffe71c;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 10px 0;
	width: 96%;
	cursor: pointer;
}

#form_bot button:hover {
	background: #000;
	color: #ffe71c;
}


#form_bot::after {
	position: absolute;
	content: "";
	background: url(../img/shad.png) center no-repeat;
	width: 347px;
	height: 56px;
	top: 100%;
	left: 0;
	right: 0;
}

footer {
	padding: 70px 0;
	text-align: center;
}

footer p {
	float: left;
	font-size: 14px;
	color: #000;
}

footer span {
	color: #ff3631;
	font-size: 14px;
}

footer a {
	float: right;
	display: inline-block;
	font-size: 20px;
	color: #000;
}

.hidden {
	display: none;
}



#form_pop {
	right: 0;
	top: 0;
	background: #fff;
	text-align: center;
	padding: 28px 30px;
	z-index: 10;
	width: 287px;
	top: -7px;
}

#form_pop h3 {
	font-family: 'gotham_prolight';
	font-size: 24px;
	color: #090909;
	margin-bottom: 45px;
}

#form_pop input {
	color: #000;
	font-size: 14px;
	font-family: 'gotham_prolight';
	padding: 10px 15px;
	border: solid 3px #e6e6e6;
	margin-bottom: 25px;
	display: inline-block;
	width: 85%;
}

#form_pop button {
	font-size: 20px;
	text-transform: uppercase;	
	color: #000;
	font-family: 'gotham_problack';
	display: inline-block;
	background: #ffe71c;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 10px 0;
	width: 96%;
	cursor: pointer;
}

#form_pop button:hover {
	background: #000;
	color: #ffe71c;
}





#form_pop_product {
	right: 0;
	top: 0;
	background: #fff;
	text-align: center;
	padding: 28px 30px;
	z-index: 10;
	width: 287px;
	top: -7px;
}

#form_pop_product h3 {
	font-family: 'gotham_prolight';
	font-size: 24px;
	color: #090909;
	margin-bottom: 45px;
}

#form_pop_product input {
	color: #000;
	font-size: 14px;
	font-family: 'gotham_prolight';
	padding: 10px 15px;
	border: solid 3px #e6e6e6;
	margin-bottom: 25px;
	display: inline-block;
	width: 85%;
}

#form_pop_product button {
	font-size: 20px;
	text-transform: uppercase;	
	color: #000;
	font-family: 'gotham_problack';
	display: inline-block;
	background: #ffe71c;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 10px 0;
	width: 96%;
	cursor: pointer;
}

#form_pop_product button:hover {
	background: #000;
	color: #ffe71c;
}




.products ul li {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	max-height:500px;
}

.products ul li.hid_item {
	max-height: 53px ;
	padding: 0;
	overflow: hidden;
	margin-bottom: 18px;


}

.hid_item a {
	display: none !important;
}

.hid_item h4 {
	padding: 18px 0;
}

.more_cooments {
	display: none;
}

.more_cooments span {
	color: #ff2924;
	font-size: 18px;
	border-bottom: dashed 1px #ff2924;
}

.com_item:nth-child(2)~.com_item {
	display: none;
}

.resp {
	display: none;
	margin-right: 7px;
	margin-top: 3px;
}

.hid_navi {
	overflow: hidden;
	max-height: 0;
}

.hid_navi.mx {
	max-height: 500px;
}

.hid_fancy {
	display: none;
}

.hid_navi li a {
	color: #fff;
}

.hid_navi li {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 8px;
	text-align: left;
}

.thanks {
	text-align: center;
}

.th_wrap {
	display: inline-block;
	padding: 20px;
	border: solid 1px #ccc;
	margin-top: 8vh;
	position: relative;	
}

.th_wrap h2 {
	font-size: 27px;
	margin-bottom: 4vh;
}

.th_wrap h3 {
	font-size: 25px;
}

.th_wrap span {
	display: inline-block;
	position: absolute;
	right: -10px;
	top: -10px;	
	cursor: pointer;
}

.right_facts ul {
	margin-bottom: 4px;
	text-align: left;
	/* list-style: circle; */
	margin-bottom: 42px;
	list-style: disc !important;
}

.right_facts ul li{
	margin-bottom: 4px;
	margin-bottom: 16px;
	font-size: 14px;
}