@import url('https://fonts.googleapis.com/css?family=Open+Sans:800');
@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
	margin: 0;
	font-size: 0;
}

.clearfix {
	content: '';
	display: table;
	clear: both;
}

body .body_head {
	background-color: #f6f2f2;
}

.wrapper {
	position: relative;	
	max-width: 1248px;
	width: 100%;
	margin: 0 auto;
}

body .body_head header {
	background-color: #313030;
	height: 89px;
	line-height: 89px;
	padding: 0;
}

body header ul {
	text-align: center;
}

body header ul li {
	font-family: "Open Sans";
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	padding: 0 25px;
	transition: 0.3s;
}
body header ul li a {
	text-decoration: none;
	color: #e0e0e0;
	letter-spacing: 0.49px;
}

body header ul li:hover {
	background-color: #ff3f40;
}

body .body_head .wrapper:first-child h1 {
	margin: 90px 0 0 0;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	line-height: 72px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

body .body_head .wrapper:first-child p {
	max-width: 512px;
	margin: 16px 0 0 0;
	opacity: 0.7;
	color: #000000;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

body .body_head .wrapper:first-child button {
	margin: 50px 0 123px 0;
	width: 100%;
	max-width: 227px;
	height: 55px;
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 700;
	line-height: 34.06px;
	letter-spacing: 0.32px;
	border: 0;
	border-radius: 5px;
	background-color: #ff2d2d;
	cursor: pointer;
}

body .body_head .wrapper:first-child iframe {
	max-width: 551px;
	width: 100%;
	height: 356px;
	margin-top: 103px;
	background-color: #000000;
	float: right;
}

body .wrapper:nth-child(2) h2 {
	max-width: 510px;
	margin-top: 100px;
	color: #000000;
	font-family: "Open Sans";
	font-size: 42px;
	font-weight: 700;
	line-height: 55px;
	text-transform: uppercase;
	letter-spacing: 0.42px;
}

body .wrapper:nth-child(2) p {
	margin-top: 50px;
	color: #000000;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 28px;
}

body .wrapper:nth-child(2) button {
	width: 225px;
	height: 53px;
	margin-top: 79px;
	background-color: white;
	border: 2px solid #ff0000;
	border-radius: 5px; 
	color: #ff2d2d;
	font-family: "Open Sans"; 
	font-size: 18px;
	font-weight: 700;
	line-height: 34.06px;
	letter-spacing: 0.32px;
	cursor: pointer;
}

body .wrapper:nth-child(3) > p {
	color: #000000;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 28px;
}
/*------------------------->MENU<-------------------------*/
body .wrapper:nth-child(2) .nav {
	margin-top: 7px;
  	float: right;
  	width: 100%;
  	max-width: 617px;
  	margin: 0 0 0 120px;
}

body .wrapper:nth-child(2) .nav ul li h3 {
	margin: 30px 0 0 0;
	opacity: 0.7;
	color: #000000;
	font-family: "Roboto";
	font-size: 24px;
	letter-spacing: 0.27px;
}
body .wrapper:nth-child(2) .nav ul li p {
	opacity: 0.7;
	color: #000000;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

body .wrapper:nth-child(2) .nav ul li {
	display: inline-block;
}

body .wrapper:nth-child(2) .nav ul li:nth-child(even) {
	margin-left: 42px;
}

body .wrapper:nth-child(2) .nav ul li p {
  	margin: 17px 0 49px 0;
}
body .wrapper:nth-child(2) .nav ul li:nth-child(3) p,
body .wrapper:nth-child(2) .nav ul li:nth-child(4) p {
	margin: 17px 0 108px 0;
}


body .wrapper:nth-child(2) nav li div {
	width: 50px;
  	height: 50px;
}
body .wrapper:nth-child(2) ul li:first-child div {
	width: 41px;
	height: 41px;
	background: url(../img/settings.png) no-repeat center;
}
body .wrapper:nth-child(2) ul li:nth-child(2) div {
	width: 40px;
	height: 38px;
	background: url(../img/Pencil.png) no-repeat center;
}
body .wrapper:nth-child(2) ul li:nth-child(3) div {
	width: 41px;
	height: 33px;
	background: url(../img/Diamond.png) no-repeat center;
}
body .wrapper:nth-child(2) ul li:nth-child(4) div {
	width: 44px;
	height: 33px;
	background: url(../img/Truck_2.png) no-repeat center;

}

body .wrapper:nth-child(2) .hr {
	margin: 108px 0 0 0;
    width: 100%;
    border: 0;
    height: 2px;
	background-color: #ececec;
}

/*------------------------>END MENU<-------------------------*/

body .wrapper:nth-child(3) h4 {
	margin: 92px 0 0 0;
	opacity: 0.8;
	color: #000000;
	font-family: "Open Sans";
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.38px;
	text-align: center;
}
body .wrapper:nth-child(3) .p_center{
	text-align: center;
	white-space: pre;
	opacity: 0.7;
	color: #000000;
	font-family: "Open Sans";
	line-height: 28px;
	margin: 14px 0 0 0;
}
body .wrapper:nth-child(3) .hr_red {
	margin-top: 21px;
	width: 100%;
	max-width: 132px;
	height: 3px;
	background-color: #ff2d2d;
	border: 0;
}
body .wrapper:nth-child(3) .menu_products {
	text-align: center;
	opacity: 0.7;
	color: #000000;
	font-family: "Open Sans - Semibold";
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.22px;
	margin: 68px 0 38px 0;
	
}
body .wrapper:nth-child(3) .menu_products li {
	list-style: none;
	display: inline-block;
	padding: 20px;
}
body .wrapper:nth-child(3) .menu_products li:first-child{
	
}

body .wrapper:nth-child(3) .menu_products li a {
	text-decoration: none;
	opacity: 0.7;
	color: #000000;
	font-family: "Open Sans - Semibold";
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.22px;
}

body .wrapper:nth-child(3) .menu_products li a:hover {
	color: #ff2d2d;
}

body .wrapper:nth-child(3) .square div {
	display: inline-block;
	width: 100%;
	max-width: 299px;
	height: 291px;
	background-color: #f5f0dd;
	margin: 5px;
}
/*Meet our team*/
body .wrapper:nth-child(4) .meet {
	margin: 120px 0 0 0;
	opacity: 0.8;
	color: #000000;
	font-family: "Open Sans";
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.38px;
}
body .wrapper:nth-child(4) .team{
	max-width: 447px;
	margin: 20px 0 0 0;	
	opacity: 0.7;
	color: #000000;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
body .wrapper:nth-child(4) .hr_middle {
	margin: 30px 0 0 0;
	width: 100%;
	max-width: 132px;
	height: 3px;
	background-color: #ff2d2d;
	border: none;
}

body .wrapper:nth-child(4) .mark {
	width: 100%;
	position: relative;
}
.mark-p {
	white-space: pre;
	margin: 0;
	opacity: 0.7;
	color: #000000;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

	.mark .mark-div {
		margin: 69px 73px 110px 0;
		float: left;
		width: 100%;
		max-width: 321px;
		height: 458px;
		margin-top: 69px;
		background-color: #f5f0dd;
	}
	.mark p:nth-child(2) {
		opacity: 0.8;
		color: #000000;
		font-family: "Open Sans - Semibold";
		font-size: 30px;
		text-transform: uppercase;
		letter-spacing: 0.28px;
		margin: 78px 0 20px 0;
	}
	.mark p:nth-child(4) {
		float: left;
		margin: 35px 25px 0 0;
		opacity: 0.7;
		color: #000000;
		font-family: "Open Sans";
		font-size: 16px;
		line-height: 28px;
		
	}

	.mark .fdbt {
		position: absolute;
		top: 200px;
    	left: 373px;
	}
	.mark a {
        text-align: center;
		float: left;
		padding: 20px;
		opacity: 0.8;
		color: #000000;
		font-family: "Open Sans";
		font-size: 18px;
		font-style: italic;
		line-height: 24px;
		letter-spacing: 0.9px;
		text-decoration: none;
	}

.fdbt a:hover {
	color: red;
}
.mark > .team-block div {
	margin: 122px 0 0 0;
	float: left;
	margin-right: 10px;
	width: 100%;
	max-width: 197px;
	height: 214px;
	background-color: #f5f0dd;
}

/*send mail*/
body .mail {
	background-color: #f5f0dd;
}

body .mail .wrapper p:nth-child(1) {
	margin: 0;
	padding: 140px 0 0 0;
	text-align: center;	
	opacity: 0.8;
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 42px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1.05px;
}

body .mail .wrapper p:nth-child(2) {
	margin: 0;
	text-align: center;
	padding-top: 31px;
	opacity: 0.8;
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 28px;
}

body .mail .wrapper .send{
	width: 100%;
	max-width: 795px;
	margin: 62px auto;
	padding-bottom: 140px;
}

body .mail .wrapper .send input {
	width: 100%;
	max-width: 521px;
	height: 79px;
	margin: 0 auto;
	border: none;
	border-radius: 5px;
	padding: 0 0 0 36px;
	outline: none;
}

body .mail .wrapper .send button {
	margin-left: 22px;
	border-radius: 5px;
	width: 100%;
	max-width: 214px;
	height: 79px;
	border: none;
	background-color: #ff2d2d;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 700;
	line-height: 34.06px;
	text-transform: uppercase;
	letter-spacing: 0.32px;
	color: #ffffff;
	outline: none;
	cursor: pointer;
}
/*form*/
.contact {
	max-width: 1579px;
    width: 100%;
    margin: 0 auto; 
}
body .contact .wrapper p:first-child {
	margin: 90px 0 0 0;
	opacity: 0.8;
	color: #000000;
	font-family: "Open Sans";
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.38px;
}

body .contact .info p:first-child {
	margin: 145px 0 0 79px;
	opacity: 0.8;
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 700;
	line-height: 34.06px;
	text-transform: uppercase;
	letter-spacing: 0.32px;
}

body .contact .info p:nth-child(2) {
	margin: 41px 0 0 79px;
	opacity: 0.8;
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
body .contact .info p:nth-child(3) {
	margin: 27px 0 0 79px;
	opacity: 0.8;
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 28px;
}
body .contact .info p:last-child {
	margin: 33px 0 0 79px;
	opacity: 0.8;
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
body .contact .wrapper .tuch {
	text-align: center;
}
.contact .info  {
	float: right;
	margin-left: 107px;
	width: 100%;
	height: 481px;
	background-color: #2d2d2d;
	margin-top: -528px;
	max-width: 475px;
	position: relative;
	right: 0px;
}
.wrapper .cont-p {
	margin-top: 32px;
	white-space: pre;
	opacity: 0.7;
	color: #000000;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 28px;
}
.wrapper .bottom-hr {
    margin: 50px 0 0 0;
    width: 100%;
    max-width: 132px;
    height: 3px;
    background-color: #ff2d2d;
    border: 0;
}
.contact .wrapper .inp-contact input{
	border-radius: 20px;
	padding: 0 52px;
	margin: 75px 0 0 0;
	max-width: 235px;
	width: 100%;
	height: 69px;
	background-color: lightgray;
	opacity: 0.9;
	color: black;
	font-size: 20px;
	outline: none;
	border: 0;
}
.contact .wrapper .inp-contact .inp-pass {
	margin-left: 54px;
}
	

.contact .wrapper .inp-contact textarea {
	margin: 46px 0 0 0;
	padding: 35px 52px;
	max-width: 627px;
	width: 100%;
	height: 226px;
	border-radius: 25px;
	background-color: #e6e6e6;
	opacity: 0.7;
	color: #000000;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 28px;
	border: none;
	outline: none;
	resize: none;
}

body .contact .wrapper .inp-contact .btn-contact {
	display: block;
	padding: 0;
	margin-top: 45px;
	max-width: 728px;
	width: 100%;
	height: 72px;
	color: #fff;
	border-radius: 5px;
	background-color: #ff3b3b;
	border: 0;
}

/*form*/

footer {
	width: 100%;
	margin-top: 110px;
	line-height: 111px;
	height: 111px;
	background-color: #313030;
}
footer .wrapper p {
	color: #b8b8b8;
	font-family: "Open Sans";
	font-size: 16px;
}


footer .wrapper .footer-icon div {
	float: right;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	margin: 38px 7px 0 7px;
	background-color: #ffffff;
	display: inline-block;
	cursor: pointer;
}

/* proba */



/*  */
footer .wrapper .footer-icon div:nth-child(1) {
	background: black url(../img/facebook.png) no-repeat center;
}
footer .wrapper .footer-icon div:nth-child(2) {
	background: black url(../img/google1.png) no-repeat center;
}
footer .wrapper .footer-icon div:nth-child(3) {
	background: black url(../img/in.png) no-repeat center;
}
footer .wrapper .footer-icon div:nth-child(4) {
	background: black url(../img/twitter.png) no-repeat center;
}
footer .wrapper .footer-icon > div > a {
	display: inline-block;
	width: 100%;
}

.adaptive {
	display: none;
	position: fixed;
	top:0;
	left: 0;
	z-index: 50;
	width:100%;
	height: 100%;
	background-color: #2e3e4f;
}
.show {
	display: block;

}
.close_mob_menu {
	position: absolute;
	right: 0;
	font-size: 25px;
	color: red;
}


/* @media only screen and (max-width: 1231px) {
	body .wrapper:nth-child(4) .meet {
		margin-left: 2%;
	}
	.square {
		margin: 0 auto;
		max-width: 927px;
	}
	body .wrapper:nth-child(4) .team {
		margin-left: 2%;
	}
	body .wrapper:nth-child(4) .hr_middle {
		margin-left: 2%;
	}
	.mark .mark-div {
		margin-left: 2%;
	}
} */
	
@media only screen and (max-width: 1265px) {
	body .body_head .wrapper:first-child iframe,
	ul,
	.team-block,
	footer .wrapper div:first-child,
	body .contact .wrapper .inp-contact .btn-contact,
	body .wrapper:nth-child(4) .team,
	/* body .wrapper:nth-child(2) p {
		margin-right: 2%;
	} */
	/* body .body_head .wrapper:first-child h1,
	body .body_head .wrapper:first-child p,
	body .body_head .wrapper:first-child button,
	body .wrapper:nth-child(2) h2,
	body .wrapper:nth-child(2) p,
	body .wrapper:nth-child(2) button,
	body .wrapper:nth-child(4) .meet,
	body .wrapper:nth-child(4) .team,
	body .wrapper:nth-child(4) .hr_middle,
	body .contact .wrapper p:first-child,
	.wrapper .cont-p,
	.wrapper .bottom-hr,
	.contact .wrapper .inp-contact input:first-child,
	.contact .wrapper .inp-contact textarea,
	body .contact .wrapper .inp-contact .btn-contact,
	footer .wrapper p {
		margin-left: 2%;
	} */
	body .wrapper:nth-child(2) h2,
	body .wrapper:nth-child(2) p {
		max-width: none;
		text-align: center;
	}
	body .wrapper:nth-child(2) .nav {
		max-width: 52%;
	}
	body .wrapper:nth-child(2) .nav ul li h3 {
		text-align: center;
	}
	body .wrapper:nth-child(2) .nav ul li {
		position: relative;
	}
	body .wrapper:nth-child(2) ul li div {
		position: absolute;
	}
	body .wrapper:nth-child(2) ul li:first-child div,
	body .wrapper:nth-child(2) ul li:nth-child(2) div {
		top: 25px;
	}
	body .wrapper:nth-child(2) ul li:nth-child(4) div {
		top: 28px;
	}
	body .wrapper:nth-child(2) ul li:nth-child(3) div {
		top: 30px;
	}
	body .wrapper:nth-child(2) h2 br {
		display: none;
	}
	.mark .mark-div {
		margin: 69px 48px 110px 0;
	}
	.wrapper:nth-child(4) .meet {
		max-width: 100%;
	}
	body .wrapper:nth-child(4) .team {
		max-width: 100%;
		text-align: center;
	}
	
	body .wrapper:nth-child(4) .hr_middle {
		margin: 33px auto;
	}
	.mark .mark-div {
		margin: 0 auto;
		float: none;
	}
	.wrapper:nth-child(4) .meet,
	.mark p:nth-child(2),
	.mark-p {
		text-align: center;
		/* margin-left: 2%;
		margin-right: 2%; */
		white-space: normal; 
	}
	.mark .fdbt {
		top: 68%;
		left: 50%;
		transform: translate(-50%,0);
	}
	.team-block {
		display: flex;
    	justify-content: center;
    	flex-wrap: wrap;
    	padding-bottom: 20px;
	}
	.mark > .team-block div {
		float: none;
	}
	.square {
		display: flex;
    	justify-content: center;
    	flex-wrap: wrap;
	}
	.contact .wrapper .inp-contact input {
		max-width: 20%;
		padding-left: 40px;

	}
	.contact .wrapper .inp-contact textarea {
		max-width: 51%;
	}
	.contact .info {
		max-width: 30%;
	}
	body .contact .wrapper .inp-contact .btn-contact {
		max-width: 728px;
		text-align: center;
	}
	.mark > .team-block div {
		margin: 104px 5px 0 5px;
		display: flex;
		justify-content: end;
		width: 100%;
		max-width: 197px;
		height: 214px;
		background-color: #f5f0dd;
	}
	body .body_head .wrapper:first-child h1 {
		text-align: center;
		line-height: 2;
	}
	body .body_head .wrapper:first-child button {
		margin: 25px auto;
		display: block;
	}
	body .body_head .wrapper:first-child p {
		text-align: center;
		max-width: 100%;
		margin-top: 0;
	}
	.body_head > .wrapper {
		padding-bottom: 25px;
	}
	body .contact .wrapper p:first-child {
		text-align: center;
	}
	.wrapper .cont-p {
		text-align: center;
	}
	.wrapper .bottom-hr {
		margin: 50px auto 0 auto;
	}
	
}
@media only screen and (max-width: 1214px) {
	body .wrapper:nth-child(2) .nav {
		margin: 7px 0 0 0;
    	float:none;
    	width: 100%;
    	max-width: 100%;
    }
	ul {
		padding: 0;
		max-width: 577px;
		margin: 35px auto;
	}
	body .wrapper:nth-child(3) .menu_products {
		margin: 25px auto;
	}
	body .wrapper:nth-child(2) button {
		display: block;
		margin: 25px auto;
	}
}

@media only screen and (max-width: 1144px) {
	body .wrapper:nth-child(2) .nav ul li:nth-child(even) {
		margin-left: 8px;
	}
	body .mail .wrapper p:nth-child(1) {
		line-height: 45px;
	}
	body .wrapper:nth-child(2) button {
		display: block;
		margin: 25px auto;
	}
}

@media only screen and (max-width: 1142px) {
	body .wrapper:nth-child(2) .nav {
		float: none;
		margin: 55px auto;
    	padding: 0;
	}
	body .wrapper:nth-child(2) h2 {
		margin: 0 auto;
	}
	body .wrapper:nth-child(2) p {
		text-align: center;
	}
	body .wrapper:nth-child(2) button {
		display: block;
		margin: 35px auto;
	}
	ul {
		margin: 0 auto;
	}
	body .wrapper:nth-child(2) .nav ul li p {
		text-align: left;
	}
}


@media only screen and (max-width: 1139px) {
	body .body_head {
		padding-bottom: 30px;
	}
	body .body_head .wrapper:first-child iframe {
		max-width: 100%;
		float: none;
		margin: 103px 0 0 0;
	}
	.wrapper:first-child h1 {
		text-align: center;
	}
	body .body_head .wrapper:first-child h1 {
		margin: 90px 0 0 0;
		text-align: center;
	}
	body .body_head .wrapper:first-child p {
		text-align: center;
    	margin: 16px auto;
	}
	body .body_head .wrapper:first-child button {
		display: block;
    	margin: 50px auto;
	}
		
	body .wrapper:nth-child(3) .menu_products {
		margin: 25px auto;
	}
	body > .contact {
		position: relative;
	}
	body .contact .wrapper p:first-child {
		margin: 0;
		text-align: center;
	}
	.wrapper .cont-p {
		text-align: center;
		margin-top: 36px;
		/* margin-right: 2%; */
		white-space: normal;
	}
	.wrapper .bottom-hr {
		margin: 50px auto 0 auto;
	}
	.contact .wrapper .inp-contact input {
		max-width: 96%;
    	padding-left: 40px;
    	box-sizing: border-box;
	}
	.contact .wrapper .inp-contact input:nth-child(2) {
		margin: 20px 0 0 0/* 2% */;
	}
	.contact .wrapper .inp-contact textarea {
		max-width: 96%;
		width: 100%;
		box-sizing: border-box;
	} 
	body .contact .wrapper .inp-contact .btn-contact {
		max-width: 96.5%;
		width: 100%;
	}

	.contact .info {
		height: 360px;
		position: static;
    	margin-top: 25px;
    	padding-top: 25px;
    	max-width: 100%;
	}
	body .contact .info p:first-child {
		margin: 35px 0 0 0;
	}
	body .contact .info p:first-child,
	body .contact .info p:nth-child(2),
	body .contact .info p:nth-child(3),
	body .contact .info p:last-child {
		text-align: center;
		margin-left: 0;
	}
	footer p {
		margin: 0;
	}
	.contact .wrapper .inp-contact input,
	.contact .wrapper .inp-contact textarea {
		position: relative;
    	left: 50%;
    	transform: translate(-50%);
	}
	body .contact .wrapper .inp-contact .btn-contact {
		margin: 25px auto;
	}
}
@media only screen and (max-width: 904px) {
	.mark .fdbt {
		max-width: 452px;
		width: 100%;
	}
	.mark a {
		float: none;
	}
}
@media only screen and (max-width: 844px) {
	.mark > .team-block div {
		margin-top: 50px;
	}
	.mark .fdbt {
		top: 55%;	
	}
	body .mail .wrapper .send input {
		display: block;
	}
	body .mail .wrapper .send button {
		display: block;
		margin: 20px auto;
	}
	
}

@media only screen and (max-width: 600px) {
	.wrapper > .menu_products li {
		width: 100%;
    	margin-left: -5%;
    }	
	.adaptive > ul > li > a{
		line-height: 2;
		color: red;
		text-decoration: none;
		text-transform: uppercase;
	}
	.adaptive > ul {
		text-align: center;
		font-size: 20px;
	}
	.adaptive > ul > li {
		list-style: none;
	}
}

@media only screen and (max-width: 550px) {
	footer {
		line-height: 2;
	}
	footer .wrapper div {
		float: none;
		margin-top: 10px;
	}
	footer .wrapper div,
	footer .wrapper p {
                text-align: center;
		margin: 15px auto;
		line-height: 1;
	}
      
}

@media only screen and (max-width: 452px) {
	.team-block {
		display: block;
	}
	.mark > .team-block div {
		margin: 10px auto !important;
	}
}	

@media only screen and (max-width: 600px) {
	header > ul {
		display: none;
	}
	.nav-btn {
		padding-top: 25px;
		display: block;
		height: 50px;
		width: 50px;
    	position: absolute;
   		z-index: 4;
    	left: 50%;
    	transform: translate(-50%,0);
	}
	.show {
		display: block;
	}
	.nav-btn > div {
		background-color: gray;
		width: 50px;
		height: 5px;
		margin-top: 5px;
	}
	iframe {
		margin: 0 auto;
		max-width: 600px;
	}
	.service {
		padding: 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.mark .mark-div {
		float: none;
		margin: 0 auto;
	}
	.mark-p {
		white-space: normal;
	}
	.mark .fdbt {
		display: block;
                margin: 0 auto;
		position: inherit;
		transform: none;
	}
	body .body_head .wrapper:first-child h1 {
		font-size: 30px;
		line-height: 50px;
	}
	.mark > .team-block div {
		margin: 30px 5px 0 5px;
	}
	.team-block {
		width: 100%;
		position: inherit;
		left: 0;
		top: 0;
	}
	body .wrapper:nth-child(2) h2 {
		margin-top: 50px;
		text-align: center;
	}
	body .wrapper:nth-child(3) .menu_products {
		padding-left: 0;
	}
	body .mail .wrapper p:nth-child(1) {
		font-size: 40px;
		line-height: 40px;
	}
	body .mail .wrapper .send input {
		max-width: 80%; 
	}
	.wrapper .bottom-hr {
		margin: 0 auto;
	}
	.wrapper .cont-p {
		max-width: 500px;
		width: 100%;
    	margin: 25px auto;
		white-space: normal;
	}
	body .wrapper:nth-child(3) .p_center {
		white-space: normal;
	}
	inp-contact {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	
	body .contact .wrapper .inp-contact .btn-contact {
		margin-top: 35px;
	}
	.contact .info {
		margin-top: 40px !important;
		position: static;
    	margin-top: 0px;
    	padding-top: 25px;
    	max-width: 600px;
	}
	body .contact .info p:first-child,
	body .contact .info p:nth-child(2),
	body .contact .info p:nth-child(3),
	body .contact .info p:last-child {
		margin-left: 0;
	}
	footer {
		margin: 0;
		background-color: #2d2d2d;
		line-height: 50px;
	}
	
	footer .wrapper div:first-child {
		width: 188px;
		height: 80px;
		margin: 0 auto;
		clear: both;
	}
	footer .wrapper .footer-icon div {
		float: none;
		width: 33px;
		height: 33px;
		border-radius: 50%;
		margin: 38px 7px 0 7px;
		background-color: #ffffff;
		display: inline-block;
		cursor: pointer;

	}
	footer .wrapper p {
		margin: 0 auto;
		text-align: center;
		line-height: 50px;
	}
	.mark a {
		display: block;
		width: 100px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 460px) {
/* 	.mark a {
	display: block;
	width: 100px;
	margin: 0 auto;
}
footer .wrapper div:first-child {
	width: 188px;
	height: 80px;
	margin: 0 auto;
	clear: both;
}
footer .wrapper .footer-icon div {
	float: none;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	margin: 38px 7px 0 7px;
	background-color: #ffffff;
	display: inline-block;
	cursor: pointer;

}
footer .wrapper p {
	margin: 0 auto;
	text-align: center;
	clear: right;
} */
}
/* meet our team */