/*
Theme Name: Yaresh
Description: yaresh
Author: 
Author URI: 
Version: 1.0
*/

@font-face {
		font-family: 'Montserrat';
		src: url('./fonts/Montserrat.eot');
		src: url('./fonts/Montserrat.eot?#iefix') format('embedded-opentype'),
				 url('./fonts/Montserrat.otf')  format('opentype'),
				 url('./fonts/Montserrat.woff2') format('woff2'),
				 url('./fonts/Montserrat.woff') format('woff'),
				 url('./fonts/Montserrat.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;

}

@font-face {
		font-family: 'Montserrat-Bold';
		src: url('./fonts/Montserrat-Bold.eot');
		src: url('./fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
				 url('./fonts/Montserrat-Bold.otf')  format('opentype'),
				 url('./fonts/Montserrat-Bold.woff2') format('woff2'),
				 url('./fonts/Montserrat-Bold.woff') format('woff'),
				 url('./fonts/Montserrat-Bold.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;

}

@font-face {
		font-family: 'Raleway-Black';
		src: url('./fonts/Raleway-Black.eot');
		src: url('./fonts/Raleway-Black.eot?#iefix') format('embedded-opentype'),
				 url('./fonts/Raleway-Black.otf')  format('opentype'),
				 url('./fonts/Raleway-Black.woff2') format('woff2'),
				 url('./fonts/Raleway-Black.woff') format('woff'),
				 url('./fonts/Raleway-Black.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;

}

@font-face {
		font-family: 'Raleway-Bold';
		src: url('./fonts/Raleway-Bold.eot');
		src: url('./fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
				 url('./fonts/Raleway-Bold.otf')  format('opentype'),
				 url('./fonts/Raleway-Bold.woff2') format('woff2'),
				 url('./fonts/Raleway-Bold.woff') format('woff'),
				 url('./fonts/Raleway-Bold.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;

}

@font-face {
		font-family: 'Raleway-ExtraBold';
		src: url('./fonts/Raleway-ExtraBold.eot');
		src: url('./fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
				 url('./fonts/Raleway-ExtraBold.otf')  format('opentype'),
				 url('./fonts/Raleway-ExtraBold.woff2') format('woff2'),
				 url('./fonts/Raleway-ExtraBold.woff') format('woff'),
				 url('./fonts/Raleway-ExtraBold.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;

}

@font-face {
		font-family: 'Raleway-Medium';
		src: url('./fonts/Raleway-Medium.eot');
		src: url('./fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
				 url('./fonts/Raleway-Medium.otf')  format('opentype'),
				 url('./fonts/Raleway-Medium.woff2') format('woff2'),
				 url('./fonts/Raleway-Medium.woff') format('woff'),
				 url('./fonts/Raleway-Medium.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;

}

@font-face {
		font-family: 'Raleway-Regular';
		src: url('./fonts/Raleway-Regular.eot');
		src: url('./fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
				 url('./fonts/Raleway-Regular.otf')  format('opentype'),
				 url('./fonts/Raleway-Regular.woff2') format('woff2'),
				 url('./fonts/Raleway-Regular.woff') format('woff'),
				 url('./fonts/Raleway-Regular.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;

}

@font-face {
		font-family: 'Raleway-SemiBold';
		src: url('./fonts/Raleway-SemiBold.eot');
		src: url('./fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
				 url('./fonts/Raleway-SemiBold.otf')  format('opentype'),
				 url('./fonts/Raleway-SemiBold.woff2') format('woff2'),
				 url('./fonts/Raleway-SemiBold.woff') format('woff'),
				 url('./fonts/Raleway-SemiBold.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;

}
::selection {
	background: #80b743;
	color: #ffffff;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Raleway-Regular','Montserrat', sans-serif;
	font-size: 1.6rem;
}
html {
	font-size: 62.5%;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	color: #ffffff;
}
p, hr {
	margin: 0;
}
/*----------------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	background: url(./img/headerBg.png) no-repeat;
	background-size: cover;
	z-index: 3;
}
	header .block1 {
		position: relative;
		width: 100%;
		padding: 14px 0 15px;
		border-bottom: 1px solid #2d343a;
		color: #ffffff;
		line-height: 18px;
	}
		header .block1 .text-left {
			position: relative;
			float: left;
			width: 65%;
			font-family: 'Raleway-Medium';
			font-size: 1.3rem;
			padding-left: 19px;
			background: url(./img/loc.png) no-repeat left top;
			background-size: 13px;
		}
		header .block1 .text-right {
			position: relative;
			width: 35%;
			float: left;
			font-family: 'Montserrat-Bold';
		}
			header .block1 .text-right a:hover {
				color: #80b743;
			}
	header .block2 {
		position: relative;
		width: 100%;
		padding: 19px 0
	}
		header .block2 a.logo {
			position: relative;
			float: left;
			display: block;
			width: 100%;
			max-width: 266px;
			z-index: 1;
			overflow: hidden;
		}
		header .block2 .mobile-menu {
			font-size: 2.6rem;
			color: #ffffff;
			position: relative;
			float: right;
			width: 38px;
			height: 38px;
			text-align: center;
			display: none;
			margin: 0 auto;
		}
		header .block2 ul.menu {
			position: relative;
			float: right;
			display: block;
			z-index: 3;
		}
			header .block2 ul.menu>li {
				position: relative;
				list-style: none;
				float: left;
				padding: 0 20px;
			}
			header .block2 ul.menu>li:not(:first-child):before {
				content: '';
				position: absolute;
				top: 9px;
				left: -2px;
				display: block;
				width: 4px;
				height: 4px;
				background: #80b743;
				border-radius: 50%;
			}
				header .block2 ul.menu>li>a {
					line-height: 18px;
				}
				header .block2 ul.menu>li a {
					font-family: 'Raleway-SemiBold';
					color: #ffffff;
					font-size: 1.5rem;
				}
				header .block2 ul.menu>li>a:hover {
					color: #80b743;
				}
				header .block2 ul.menu>li:hover>ul {
					display: block;
				}
				header .block2 ul.menu>li>ul {
					position: absolute;
					left: -135px;
					top: 23px;
					width: 250%;
					max-width: 276px;
					background: #ffffff;
					border-top: 2px solid #80b743;
					display: none;
				}
					header .block2 ul.menu>li>ul>li {
						position: relative;
						width: 100%;
						padding: 10px 20px;
						border-bottom: 1px solid #d7d7d7;
						list-style: none;
					}
					header .block2 ul.menu>li>ul li:hover {
						background: #80b743;
					}
						header .block2 ul.menu>li>ul>li a {
							color: #1a1f23;
						}
					header .block2 ul.menu>li>ul>li:hover>ul {
						display: block;
					}
						header .block2 ul.menu>li>ul>li>ul {
							position: absolute;
							top: 0;
							right: -207px;
							background: #ffffff;
							width: 100%;
							max-width: 207px;
							padding: 4px 0 8px;
							display: none;
						}
							header .block2 ul.menu>li>ul>li>ul>li {
								list-style: none;
								line-height: 32px;
								padding: 0 15px;
							}
							header .block2 ul.menu>li>ul>li>ul>li:not(:last-child) {
								border-bottom: 1px solid #d7d7d7;
							}
	header .block3 {
		position: relative;
		width: 100%;
		background: url(./img/headerBlock3Bg.png) no-repeat;
		background-size: cover;
		box-shadow: 0px 16px 39px 0px rgba(0, 0, 0, 0.59);
		padding: 110px 0 90px;
		margin-bottom: -40px;
	}
		header .block3 .block-text {
			position: relative;
			float: left;
			width: 61.8%;
			max-width: 654px;
			padding: 5px 42px;
			font-family: 'Raleway-Regular';
			color: #ffffff;
			font-size: 2.4rem;
		}
			header .block3 .block-text .big-text {
				font-family: 'Raleway-ExtraBold';
				font-size: 5.2rem;
				line-height: 60px;
			}
			header .block3 .block-text .small-text {
				margin: 20px 0 40px;
			}
			header .block3 .block-text a.more {
				display: inline-block;
				font-family: 'Raleway-SemiBold';
				text-align: center;
				width: 100%;
				max-width: 369px;
				line-height: 76px;
				background-color: rgb(128, 183, 67);
				box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.59);
			}
			header .block3 .block-text a.more:hover {
				background: #6f9d3d;
			}
		header .block3 .block-img {
			position: relative;
			float: left;
			width: 38.2%;
			max-width: 414px;
			padding: 0 5px;
		}
	header .block4 {
		position: relative;
		width: 100%;
		font-size: 5.2rem;
		font-family: 'Raleway-ExtraBold';
		color: #ffffff;
		text-align: center;
		text-shadow: 1px 1.732px 9px rgba(0, 0, 0, 0.62);
		padding: 85px 0;
	}
header .block4~div {
position: relative;
margin: -75px 0 75px;
color: #fff;
font-size: 2.4rem;
text-align: center;
font-family: 'Raleway-Medium';
line-height: 30px;
}
/*----------------------------------------------------------------*/
.material-block {
	position: relative;
	z-index: 2;
	width: 100%;
	background: url(./img/materialBlockBg.png) no-repeat;
	background-size: cover;
	padding: 120px 0 70px;
}
	.title-block {
		font-family: 'Raleway-ExtraBold';
		font-size: 7.2rem;
		color: #1a1f23;
		width: 100%;
		text-align: center;
	}
	.material-block ul.choose-material {
		position: relative;
		width: 100%;
		margin-top: 30px;
	}
		.material-block ul.choose-material li {
			position: relative;
			float: left;
			width: 297px;
			height: 297px;
			border-radius: 50%;
			z-index: 1;
			overflow: hidden;
			box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.59);
			margin: 0 46px;
			-webkit-transition: all 1s ease;
			-moz-transition: all 1s ease;
			-o-transition: all 1s ease;
			-ms-transition: all 1s ease;
			transition: all 1s ease;
			-webkit-filter:  invert(0.3);
			 filter:  invert(0.3);
		}
		.material-block ul.choose-material li:hover {
			 -webkit-filter: none;
				filter: none;
		}
		.material-block ul.choose-material li:nth-child(1){background: url(./img/materialBlock1Bg.png);background-size: cover;}
		.material-block ul.choose-material li:nth-child(2){background: url(./img/materialBlock2Bg.png);background-size: cover;}
		.material-block ul.choose-material li:nth-child(3){background: url(./img/materialBlock3Bg.png);background-size: cover;}
			.material-block ul.choose-material li a {
				display: block;
				font-family: 'Raleway-ExtraBold';
				font-size: 4.8rem;
				text-align: center;
				padding: 93px 0 94px;
				line-height: 55px;
			}
				.material-block ul.choose-material li a span {
					font-size: 1.8rem;
					width: 100%;
					max-width: 250px;
					font-family: 'Raleway-Bold';
					line-height: 21px;
					display: inline-block;
				}
/*----------------------------------------------------------------*/
.consult-block {
	position: relative;
	width: 100%;
	padding: 100px 0 205px;
	background: url(./img/consult-block.png) no-repeat;
	background-size: cover;
	color: #ffffff;
}
	.consult-block .big-text {
		font-family: 'Raleway-ExtraBold';
		font-size: 10.4rem;
		line-height: 114px;
	}
	.consult-block .small-text {
		font-size: 4.8rem;
		font-family: 'Raleway-Bold';
		margin-top: 10px;
	}
	.consult-block .right-part {
		position: relative;
		width: 100%;
		max-width: 360px;
		margin: 30px auto 0;
	}
		.consult-block .right-part .wpcf7 {
			width: 100%;
		}
			.consult-block .right-part .wpcf7 p {
				width: 100%;
				margin: 0 0 20px;
			}
				.consult-block .right-part .wpcf7 p input[type=text] {
					width: 100%;
					background: transparent;
					border: 2px solid #717a82;
					line-height: 76px;
					font-size: 2.4rem;
					font-family: 'Montserrat';
					text-indent: 70px;
					background: url(./img/phone.png) no-repeat 34px;
					outline: none;
				}
.consult-block .right-part .wpcf7 p input[type=text]::-webkit-input-placeholder {color:#ffffff;}
.consult-block .right-part .wpcf7 p input[type=text]::-moz-placeholder          {color:#ffffff;}/* Firefox 19+ */
.consult-block .right-part .wpcf7 p input[type=text]:-moz-placeholder           {color:#ffffff;}/* Firefox 18- */
.consult-block .right-part .wpcf7 p input[type=text]:-ms-input-placeholder      {color:#ffffff;}

.consult-block .right-part .wpcf7 p input[type=text]:focus::-webkit-input-placeholder {color: transparent}
.consult-block .right-part .wpcf7 p input[type=text]:focus::-moz-placeholder          {color: transparent}
.consult-block .right-part .wpcf7 p input[type=text]:focus:-moz-placeholder           {color: transparent}
.consult-block .right-part .wpcf7 p input[type=text]:focus:-ms-input-placeholder      {color: transparent}
				.consult-block .right-part .wpcf7 p input[type=submit] {
					outline: none;
					border: none;
					background: #80b743;
					box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.59);
					width: 100%;
					line-height: 76px;
					font-family: 'Raleway-SemiBold';
					font-size: 2.4rem;
				}
				.consult-block .right-part .wpcf7 p input[type=submit]:hover {
					background: #6f9d3d;
				}
		.consult-block .right-part span {
			font-family: 'Raleway-Regular';
		}
/*----------------------------------------------------------------*/
.partners-block {
	position: relative;
	width: 100%;
	padding: 80px 0 100px;
}
	.partners-block ul {
		position: relative;
		width: 100%;
		margin-top: 25px;
	}
		.partners-block ul li {
			list-style: none;
			border: 4px solid #2d343a;
			width: 17.89%;
			max-width: 204px;
			height: 100px;
			position: relative;
			float: left;
			padding: 5px 10px;
			-webkit-transition: all 1s ease;
				 -moz-transition: all 1s ease;
					 -o-transition: all 1s ease;
					-ms-transition: all 1s ease;
							transition: all 1s ease;
			-webkit-filter: grayscale(50%);
			 filter: grayscale(50%);
		}
		.partners-block ul li:hover {
			-webkit-filter: grayscale(0);
			 filter: grayscale(0);
			 -webkit-transform: scale(1.2);
				 -ms-transform: scale(1.2);
				 transform: scale(1.2);
		}
		.partners-block ul li:not(:last-child) {
			margin-right: 2.63%;
		}
			.partners-block ul li a {
				position: relative;
				display: block;
				width: 100%;
				height: 100%;
			}
				.partners-block ul li a img {
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate(-50%, -50%);
					max-height: 85px;
				}
/*----------------------------------------------------------------*/
.bg-block {
	position: relative;
	width: 100%;
	background: url(./img/blockBg.png) no-repeat;
	background-size: cover;
}
/*----------------------------------------------------------------*/
.block-news {
	position: relative;
	width: 100%;
	padding: 80px 0;
}
	.block-news .news {
		position: relative;
		width: 100%;
		max-width: 975px;
		margin-bottom: 60px;
	}
.block-news .news:nth-child(1) {
margin-left: 5.92%;
}
.block-news .news:nth-child(2) {
margin-left: 8.55%;
}
		.block-news .news .block-img {
			position: relative;
			z-index: 2;
			float: left;
			width: 36.92%;
			max-width: 360px;
			box-shadow: 0px 16px 39px 0px rgba(0, 0, 0, 0.59);
		}
.block-news .news .block-img img {width: 100%;}
		.block-news .news:nth-child(2) .block-img {
			float: right;
		}
		.block-news .news .block-text {
			position: relative;
			z-index: 1;
			float: left;
			width: 65.43%;
			max-width: 638px;
			margin-left: -23px;
			padding: 20px;
			box-shadow: 0px 16px 39px 0px rgba(0, 0, 0, 0.59);
			background: #1a1f23;
			color: #ffffff;
			margin-top: 20px;
		}
		.block-news .news:nth-child(2) .block-text {
			float: left;
			margin-right: -26px;
			margin-left: 0;
		}
			.block-news .news .block-text .border-block {
				position: relative;
				width: 100%;
				padding: 45px 17px 60px 30px;
				border: 3px solid #2d343a;
			}
			.block-news .news:nth-child(2) .block-text .border-block {
				padding: 45px 30px 60px 17px;
			}
				.block-news .news .block-text .border-block .title a {
					font-family: 'Raleway-ExtraBold';
					font-size: 4.6rem;
					line-height: 55px;
					color: #ffffff;
				}
				.block-news .news .block-text .border-block hr {
					border: none;
					background: #2d343a;
					width: 148px;
					height: 5px;
					margin: 15px 0 25px;
				}
				.block-news .news .block-text .border-block p {
					font-family: 'Raleway-Medium';
					margin-bottom: 25px;
				}
				.bg-block .block-news .news .block-text .border-block a.more {
					position: absolute;
					bottom: -42px;
					display: inline-block;
					font-size: 2.4rem;
					font-family: 'Raleway-SemiBold';
					text-align: center;
					background: #2d343a;
					box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.59);
					width: 100%;
					max-width: 369px;
					line-height: 76px;
					-webkit-transition: all 1s ease;;
					-moz-transition: all 1s ease;;
					-o-transition: all 1s ease;;
					transition: all 1s ease;
				}
				.bg-block .block-news .news .block-text .border-block a.more:hover {
					box-shadow: inset 0 0 0 2px #1a1f23;
					/*box-shadow: inset 0px 0px 23px 0px rgba(0, 0, 0, 0.59);*/
				}

/*----------------------------------------------------------------*/
.block-contact {
	position: relative;
	width: 100%;
	max-width: 945px;
	background: #1a1f23;
  box-shadow: 0px 16px 39px 0px rgba(0, 0, 0, 0.59);
  padding: 20px;
  margin: 30px auto;
  color: #ffffff;
}
	.block-contact .border-block {
		position: relative;
		width: 100%;
		padding: 60px 10px;
		border: 3px solid #2d343a;
	}
		.bg-block .block-contact .border-block .title-block {
			color: #ffffff;
		}
		.block-contact .border-block .wpcf7 {
			position: relative;
			width: 100%;
			max-width: 750px;
			margin: 20px auto;
		}
			.block-contact .border-block .wpcf7 p {
				margin-bottom: 25px;
				text-align: center;
			}
			.block-contact .border-block .wpcf7 input[type=text],
			.block-contact .border-block .wpcf7 input[type=email],
			.block-contact .border-block .wpcf7 textarea {
				background: transparent;
				outline: none;
				border: 2px solid #2d343a;
				font-family: 'Raleway-Regular';
				font-size: 2.4rem;
			}
			.block-contact .border-block .wpcf7 input[type=text],
			.block-contact .border-block .wpcf7 input[type=email] {
				line-height: 76px;
				max-width: 360px;
				width: 48%;
				padding-left: 60px;
			}
			.bg-block .block-contact .border-block .wpcf7 input[type=text] {
				margin-right: 3%;
				background: url(./img/man.png) no-repeat 30px;
			}
			.bg-block .block-contact .border-block .wpcf7 input[type=email] {
				background: url(./img/email.png) no-repeat 25px;
			}
			.block-contact .border-block .wpcf7 textarea {
				width: 100%;
				padding: 20px 35px;
			}
			.block-contact .border-block .wpcf7 input[type=submit] {
				border: none;
				outline: none;
				font-family: 'Raleway-SemiBold';
				font-size: 2.4rem;
				line-height: 76px;
				width: 100%;
				max-width: 360px;
				box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.59);
				background: #80b743;
			}
			.block-contact .border-block .wpcf7 input[type=submit]:hover {
				background: #6f9d3d;
			}
			.block-contact .border-block .wpcf7 input::-webkit-input-placeholder {color:#ffffff;}
			.block-contact .border-block .wpcf7 input::-moz-placeholder          {color:#ffffff;}/* Firefox 19+ */
			.block-contact .border-block .wpcf7 input:-moz-placeholder           {color:#ffffff;}/* Firefox 18- */
			.block-contact .border-block .wpcf7 input:-ms-input-placeholder      {color:#ffffff;}

			.block-contact .border-block .wpcf7 input:focus::-webkit-input-placeholder {color: transparent}
			.block-contact .border-block .wpcf7 input:focus::-moz-placeholder          {color: transparent}
			.block-contact .border-block .wpcf7 input:focus:-moz-placeholder           {color: transparent}
			.block-contact .border-block .wpcf7 input:focus:-ms-input-placeholder      {color: transparent}

			.block-contact .border-block .wpcf7 textarea::-webkit-input-placeholder {color:#ffffff;}
			.block-contact .border-block .wpcf7 textarea::-moz-placeholder          {color:#ffffff;}/* Firefox 19+ */
			.block-contact .border-block .wpcf7 textarea:-moz-placeholder           {color:#ffffff;}/* Firefox 18- */
			.block-contact .border-block .wpcf7 textarea:-ms-input-placeholder      {color:#ffffff;}

			.block-contact .border-block .wpcf7 textarea:focus::-webkit-input-placeholder {color: transparent}
			.block-contact .border-block .wpcf7 textarea:focus::-moz-placeholder          {color: transparent}
			.block-contact .border-block .wpcf7 textarea:focus:-moz-placeholder           {color: transparent}
			.block-contact .border-block .wpcf7 textarea:focus:-ms-input-placeholder      {color: transparent}
/*----------------------------------------------------------------*/
footer {
	position: relative;
	width: 100%;
	background: #1a1f23;
	padding: 30px 0;
	text-align: center;
}
	footer ul.social {
		position: relative;
		display: inline-block;
		width: 100%;
		max-width: 225px;
		list-style: none;
		margin-bottom: 20px;
	}
		footer ul.social li {
			display: inline-block;
			width: 35px;
			text-align: center;
			margin: 0 18px;
		}
			footer ul.social li a {
				font-size: 3.6rem;
				color: #717a82;
				-webkit-transition: all 0.3s ease;;
				-moz-transition: all 0.3s ease;;
				-o-transition: all 0.3s ease;;
				transition: all 0.3s ease;
			}
			footer ul.social li a:hover {
				color: #eeeeee;
			}
	footer .text {
		font-size: 1.8rem;
		color: #717a82;
	}
/*----------------------------------------------------------------*/
.modal-window {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	z-index: 999;
	overflow: auto;
	display: none;
}
.modal-close-window {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.close-btn {
	position: absolute;
	top: 15px;
	right: 17px;
	opacity: .7;
	-webkit-transition: all 0.3s ease;;
	-moz-transition: all 0.3s ease;;
	-o-transition: all 0.3s ease;;
	transition: all 0.3s ease;
}
.close-btn:hover {
	opacity: 1;
}
.modal-window .form-wrap {
	max-width: 360px;
	width: 100%;
	position: relative;
  background: #ffffff;
  z-index: 10;
  padding: 28px 20px;
  margin: 5% auto 0 auto;
}
.form-wrap.form-wrap-one {
  background: url(./img/bg-form.png);
  color: #333333;
}
.modal-window .form-wrap-one,
.modal-window .form-wrap-two {
	display: none;
}
.modal-window .form-title {
	width: 100%;
	text-align: center;
}
.modal-window .form-title p {
	font-family: 'Raleway-ExtraBold';
	font-size: 2.8rem;
	text-transform: uppercase;
	margin-bottom: 0;
}
.modal-window .form-wrap-two .form-title p {
	text-transform: none;
	font-size: 2.4rem;
}
.modal-window .form-title span {
	font-family: 'Raleway-Regular';
	display: block;
	font-size: 1.8rem;
	line-height: 22px;
}
.modal-window .form {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 25px 0 10px;
}
.modal-window .form input {
	width: 100%;
	border: none;
	outline: none;
}
.modal-window .form input[type=text],
.modal-window .form input[type=email] {
	line-height: 42px;
	margin-bottom: 10px;
	text-indent: 20px;
	font-family: 'Raleway-Regular';
	border: 1px solid #acacac;'
	color: #333333;
}
.modal-window .form input[type=submit] {
	margin-top: 20px;
	height: 66px;
	background: #80b743;
	color: #ffffff;
	font-family: 'Raleway-Bold';
	text-transform: uppercase;
  box-shadow: 0px 0px 23px 0px rgba(128, 183, 67, 0.59);
  font-size: 2.4rem;
}
.modal-window .form-wrap-one input[type=submit] {
	text-transform: none;
}
.modal-window .form input[type=submit]:hover {
	box-shadow: inset 0 0 0 1px #acacac;
}
.modal-window .footer-title {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 1.6rem;
	margin-top: 5px;
	text-align: center;
}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
/*----------------------------------------------------------------*/
.news-page {
	position: relative;
	width: 100%;
	padding: 50px 0;
}
 .news {
	position: relative;
	float: left;
	width: 48.68%;
	max-width: 555px;
	margin-bottom: 70px;
}
 .news:not(:nth-child(2n)) {
	margin-right: 2.63%;
}
	 .news .block-img {
		position: relative;
		z-index: 2;
		float: left;
		width: 38.19%;
		max-width: 212px;
		box-shadow: 0px 16px 39px 0px rgba(0, 0, 0, 0.1);
	}
	 .news .block-text {
		position: relative;
		z-index: 1;
		float: left;
		width: 61.8%;
		max-width: 343px;
		padding: 20px 20px 50px;
		box-shadow: 0px 16px 39px 0px rgba(0, 0, 0, 0.3);
		background: #ffffff;
		color: #1a1f23;
		margin-top: 10px;
	}
.related_articles .news .block-text,
.news-page .news .block-text {
	height: 234px;
}
		.news .block-text .title a {
			font-family: 'Raleway-Bold';
			font-size: 2.4rem;
			line-height: 30px;
			color: #333333;
		}
			 .news .block-text hr {
				border: none;
				background: #2d343a;
				width: 101px;
				height: 4px;
				margin: 5px 0 10px;
			}
			 .news .block-text p {
				font-family: 'Raleway-Regular';
				font-size: 1.4rem;
				margin-bottom: 25px;
			}
			 .news .block-text a.more {
				position: absolute;
				right: 20px;
				bottom: -30px;
				display: inline-block;
				font-size: 1.6rem;
				font-family: 'Raleway-SemiBold';
				text-align: center;
				background: #2d343a;
				box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.3);
				width: 100%;
				max-width: 250px;
				line-height: 52px;
				-webkit-transition: all 1s ease;;
				-moz-transition: all 1s ease;;
				-o-transition: all 1s ease;;
				transition: all 1s ease;
			}
			 .news .block-text a.more i {
				font-size: 1.6rem;
			}
			 .news .block-text a.more:hover {
				box-shadow: inset 0 0 0 2px #1a1f23;
				/*box-shadow: inset 0px 0px 23px 0px rgba(0, 0, 0, 0.59);*/
			}
/*----------------------------------------------------------------*/
.pagination-block {
	position: relative;
	width: 100%;
	text-align: center;
}
	.pagination-block a,
	.pagination-block span {
		display: inline-block;
		font-family: "Montserrat";
		font-size: 1.8rem;
		text-align: center;
	  width: 42px;
	}
	.pagination-block a {
		border: 2px solid #2d343a;
		background: #ffffff;
		color: #333333;
		line-height: 38px;
	}
	.pagination-block a:hover,
	.pagination-block span {
		background: #80b743;
		color: #ffffff;
		border: none;
	  line-height: 42px;
	}
	.pagination-block span:not(:last-child),
	.pagination-block a:not(:last-child) {
		margin-right: 5px;
	}
/*----------------------------------------------------------------*/
.single-page {
	position: relative;
	width: 100%;
	padding: 50px 0;
}
	.single-page .title {
		position: relative;
		float: right;
		font-family: 'Raleway-ExtraBold';
		font-weight: 500;
		color: #232323;
		font-size: 4.8rem;
		width: 65.78%;
		max-width: 750px;
		line-height: 55px;
	}
	.single-page .title hr {
		margin: 15px 0 25px;
		border: none;
	  width: 101px;
	  height: 4px;
		background: #2d343a;
	}
	.single-page .block-img {
		position: relative;
		float: left;
		width: 31.57%;
		max-width: 360px;
		margin-right: 2.6%;
		margin-bottom: 20px;
	}
	.single-page p {
		font-family: 'Raleway-Regular';
		line-height: 21px;
		margin-bottom: 20px;
	}
	.single-page ul {
		position: relative;
		width: 100%;
		font-family: 'Raleway-Regular';
		line-height: 21px;
		list-style: none;
	}
	.text-single-title {
		font-family: 'Raleway-ExtraBold';
		font-size: 4.8rem;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.related_articles {
		position: relative;
		width: 100%;
		padding: 0 0 55px;
	}
/*----------------------------------------------------------------*/
.contact-page {
	position: relative;
	width: 100%;
	padding: 60px 0 30px;
}
	.contact-page .block-info-contact  .map {
		position: relative;
		width: 100%;
		height: 380px;
		margin-bottom: 60px;
	}
	.empty-for-map {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.block-info-contact .block {
		position: relative;
		width: 100%;
		padding-left: 40px;
		color: #333333;
		font-size: 2.4rem;
	}
	.block-info-contact .block a {
		color: #333333;
	}
	.block-info-contact .block a:hover {
		color: #80b743;
	}
	.block-info-contact .block.address {
		background: url(./img/location-green.png) no-repeat left top;
		font-family: 'Raleway-Medium';\margin-bottom: 40px;
	}
	.block-info-contact .block.email {
		background: url(./img/email-green.png) no-repeat left;
		font-family: 'Raleway-Medium';
		line-height: 48px;
	}
	.block-info-contact .block.phone,
	.block-info-contact .block.fax,
	.block-info-contact .block.mobile {
		line-height: 48px;
		font-family: 'Montserrat-Bold';
	}
	.block-info-contact .block.phone {
		background: url(./img/phone-green.png) no-repeat left;
	}
	.block-info-contact .block.fax {
		background: url(./img/fax-green.png) no-repeat left;
	}
	.block-info-contact .block.mobile {
		background: url(./img/mobile-green.png) no-repeat left;
	}
	.contact-page .block-contact {
		position: relative;
		width: 100%;
		max-width: 945px;
		background: #ffffff;
	  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.59);
	  padding: 20px;
	  margin: 30px auto;
	  color: #ffffff;
	}
		.contact-page .block-contact .border-block {
			position: relative;
			width: 100%;
			padding: 0;
			border: none;
		}
			.block-contact .border-block .title-block {
				color: #1a1f23;
			}
				.block-contact .border-block .wpcf7 input[type=text],
				.block-contact .border-block .wpcf7 input[type=email],
				.block-contact .border-block .wpcf7 textarea {
					color: #717a82;
				}
				.block-contact .border-block .wpcf7 input[type=text] {
					margin-right: 3%;
					background: url(./img/man-gray.png) no-repeat 30px;
				}
				.block-contact .border-block .wpcf7 input[type=email] {
					background: url(./img/email-gray.png) no-repeat 25px;
				}
				.contact-page .block-contact .border-block .wpcf7 input::-webkit-input-placeholder {color:#717a82;}
				.contact-page .block-contact .border-block .wpcf7 input::-moz-placeholder          {color:#717a82;}/* Firefox 19+ */
				.contact-page .block-contact .border-block .wpcf7 input:-moz-placeholder           {color:#717a82;}/* Firefox 18- */
				.contact-page .block-contact .border-block .wpcf7 input:-ms-input-placeholder      {color:#717a82;}

				.contact-page .block-contact .border-block .wpcf7 input:focus::-webkit-input-placeholder {color: transparent}
				.contact-page .block-contact .border-block .wpcf7 input:focus::-moz-placeholder          {color: transparent}
				.contact-page .block-contact .border-block .wpcf7 input:focus:-moz-placeholder           {color: transparent}
				.contact-page .block-contact .border-block .wpcf7 input:focus:-ms-input-placeholder      {color: transparent}

				.contact-page .block-contact .border-block .wpcf7 textarea::-webkit-input-placeholder {color:#717a82;}
				.contact-page .block-contact .border-block .wpcf7 textarea::-moz-placeholder          {color:#717a82;}/* Firefox 19+ */
				.contact-page .block-contact .border-block .wpcf7 textarea:-moz-placeholder           {color:#717a82;}/* Firefox 18- */
				.contact-page .block-contact .border-block .wpcf7 textarea:-ms-input-placeholder      {color:#717a82;}

				.contact-page .block-contact .border-block .wpcf7 textarea:focus::-webkit-input-placeholder {color: transparent}
				.contact-page .block-contact .border-block .wpcf7 textarea:focus::-moz-placeholder          {color: transparent}
				.contact-page .block-contact .border-block .wpcf7 textarea:focus:-moz-placeholder           {color: transparent}
				.contact-page .block-contact .border-block .wpcf7 textarea:focus:-ms-input-placeholder      {color: transparent}
/*----------------------------------------------------------------*/
.catalog-page,
.tag-page {
	position: relative;
	width: 100%;
	padding: 50px 0 100px;
}
	ul.choose {
		position: relative;
		width: 100%;
		list-style: none;
		margin-bottom: 30px;
		text-align: center;
	}
		ul.choose li {
			position: relative;
			display: inline-block;
		box-shadow: inset 0px 0px 0px 4px rgb(45, 52, 58);
		 // width: 148px;
		  line-height: 42px;
		  font-family: 'Raleway-Bold';
		  font-size: 2.4rem;
		  cursor: pointer;
		}
		ul.choose li:hover,
		ul.choose li.active {
			border: none;
			background: #80b743;
			color: #ffffff;
			box-shadow: none;
		}
	ul.choose-type {
		position: relative;
		width: 100%;
		max-width: 945px;
		margin: 0 auto 50px;
		list-style: none;
		text-align: center;
	}
	.catalog-page ul.choose-type {
		display: none;
	}
	ul.choose-type li {
			padding: 0 5px;
			display: inline-block;
			line-height: 30px;
			cursor: pointer;
		}
			ul.choose-type li a {
				font-family: 'Raleway-Medium';
				font-size: 1.8rem;
				color: #333333;
			}
		ul.choose-type li:hover a,
		ul.choose-type li.active a {
			color: #80b743;
		}
		ul.choose-type li.active a {
			text-decoration: underline;
		}
/*----------------------------------------------------------------*/
	.goods {
		position: relative;
		display: block;
		float: left;
		width: 23.07%;
		max-width: 263px;
		border: 4px solid #e5e5e5;
		padding: 38px 18px 26px;
		margin-bottom: 30px;
	}
	.goods:not(:nth-child(4n)) {
		margin-right: 2.57%;
	}
			.goods .answer {
				display: none;
				position: absolute;
				left: 0;
				top: -72px;
				background: #ffffff;
				border-bottom: 0;
				-webkit-transition: all 0.3s ease;;
				-moz-transition: all 0.3s ease;;
				-o-transition: all 0.3s ease;;
				transition: all 0.3s ease;
				font-family: 'Raleway-Regular';
				text-align: center;
				font-size: 1.4rem;
				padding: 10px 0;
				z-index: 1;
			}
				.goods .answer a {
					color: #333333;
					font-family: 'Raleway-Bold';
					text-transform: uppercase;
				}
				.goods .answer a:hover {
					color: #80b743;
				}
				.goods .answer:hover {
					display: block;
				}
		.goods .question {
			position: absolute;
			right: 8px;
			top: 8px;
			-webkit-transition: all 0.3s ease;;
			-moz-transition: all 0.3s ease;;
			-o-transition: all 0.3s ease;;
			transition: all 0.3s ease;
			-webkit-filter: grayscale(0.6);
			filter: grayscale(0.6);
			z-index: 2;
		}
			.goods .question img {
				position: relative;
				z-index: 2;
			}
		.goods .question:hover {
			-webkit-filter: grayscale(0);
			filter: grayscale(0);
		}
			.goods .question:hover~.answer {
				display: block;
			}
		.goods .block-img {
			position: relative;
			width: 100%;
			height: 202px
		}
			.goods .block-img img {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				max-height: 166px;
			}
		.goods .block-text {
			position: relative;
			z-index: 1;
			padding: 10px 0;
			text-align: center;
		}
			.goods .block-text a.title {
				position: relative;
   				font-size: 1.6rem;
    				font-family: 'Raleway-Bold';
 				color: #333333;
 				height: 66px;
  				display: inline-block;
 				overflow: hidden;
			-webkit-user-select: text;
			-moz-user-select: text;
			-ms-user-select: text;
			-o-user-select: text;
			user-select: text;
			}
			.goods .block-text .price {
				font-family: 'Montserrat-Bold';
				font-size: 3rem;
				color: #80b743;
				text-transform: uppercase;
				margin: 5px 0 15px;
			}
			.goods .block-text .price span {
				font-family: 'Raleway-Extrabold';
				font-size: 1.5rem;
			}
			.goods .block-text a.buy {
				display: inline-block;
				font-family: 'Raleway-Bold';
				font-size: 2.4rem;
				background: #80b743;
				box-shadow: 0px 0px 23px 0px rgba(128, 183, 67, 0.59);
				width: 100%;
				max-width: 202px;
				padding: 16px 0;
			}
			.goods .block-text a.buy:hover {
				background: #6f9d3d;
			}

.goods .wrapper {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}
.goods-block~.pagination-block {
	margin-top: 30px;
}
/*------------------------------------------------------*/
.goods-page {
	position: relative;
	width: 100%;
	padding: 50px 0;
}
	.goods-page .photo-big {
		position: relative;
		margin: 0 auto;
		border: 4px solid #e5e5e5;
		padding: 85px 35px;
		max-width: 360px;
	}
	.goods-page .photo-big img {
		margin: 0 auto;
	}
		.goods-page .photo-big img:hover {
			width: 100%;
			margin-left: -35px;
		}
	.goods-page .photo-small {
		position: relative;
		width: 100%;
		margin: 10px auto 20px;
		text-align: center;
	}
		.goods-page .photo-small a {
			padding: 15px;
			position: relative;
			display: inline-block;
			max-width: 113px;
			width: 31.6%;
			border: 4px solid #e5e5e5;
			overflow: hidden;
		}
		.goods-page .photo-small a:not(:nth-child(3)) {
			margin-right: 1.7%;
		}
		.goods-page .photo-small a:hover {
			border-color: #80b743;
		}
		.goods-page .photo-small a.active {
			border-color: #80b743;
		}
	.goods-page .review-tovar .title {
		font-family: 'Raleway-Bold';
		font-size: 3.6rem;
		color: #333333;
		line-height: 40px;
		margin-bottom: 30px;
	}

	.goods-page .review-tovar .review-t {
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
		.goods-page .review-tovar .review-t p.bold {
			font-family: 'Raleway-Bold';
		}
		.goods-page .review-tovar .review-t p {
			font-family: 'Raleway-Regular';
			color: #333333;
			line-height: 24px;
		}
	.content-r p {
		color: #333333;
		font-family: 'Raleway-Regular';
		font-size: 1.6rem;
		line-height: 24px;
		margin-bottom: 30px;
	}
		.content-r p.bold {
			font-family: 'Raleway-Bold';
			margin-bottom: 0;
		}
	.goods-buy {
		position: relative;
		width: 100%;
		max-width: 262px;
		padding-bottom: 25px;
		margin: 0 auto;
	}
		.goods-buy .price {
			font-family: 'Montserrat-Bold';
			font-size: 4.8rem;
			text-align: right;
			color: #80b743;
			text-transform: uppercase;
			margin-bottom: 15px;
		}
			.goods-buy .price span {
				font-family:'Raleway-Extrabold';
				display: block;
				font-size: 2.4rem;
			}
		.goods-buy .buy {
			font-family: 'Raleway-Bold';
			font-size: 2.4rem;
			color: #ffffff;
			background: #80b743;
			box-shadow: 0px 0px 23px 0px rgba(128, 183, 67, 0.59);
			width: 100%;
			line-height: 66px;
			display: inline-block;
			text-align: center;
		}
		.goods-buy .buy:hover {
			background: #6f9d3d;
		}
.goods-right-block {
	position: relative;
	width: 100%;
	max-width: 262px;
	background: #f9f9f9;
	padding: 9px 19px;
  border-radius: 3px;
	margin: 0 auto;
	border: 1px solid #e4e4e4;
}
.goods-right-block .block {
	padding: 16px 0 16px 30px;
	position: relative;
}
.goods-right-block .block:nth-child(2) {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.goods-right-block .block p {
	font-size: 2.1rem;
	font-family: 'Raleway-Bold';
	text-transform: uppercase;
	margin-bottom: 5px;
}
.goods-right-block .block p span {
	position: absolute;
	top: 18px;
	left: 0;
	font-size: 2.4rem;
	color: #80b743;
}
.goods-right-block .block span {
	font-size: 1.3rem;
	font-family: 'Open Sans';
	font-weight: 400;
	display: block;
	line-height: 26px;
}
.goods-right-block .block:nth-child(3) span:nth-child(3) {
	line-height: 20px;
}
.help-block {
	position: relative;
	width: 100%;
	max-width: 262px;
	background: #f9f9f9;
	padding: 9px 5px;
	border-radius: 3px;
	margin: 20px auto 0;
	border: 1px solid #e4e4e4;
	text-align: center;
}
	.help-block .bold {
		font-family: 'Raleway-ExtraBold';
		color: #333333;
		font-size: 2.1rem;
	}
	.help-block .text {
		font-family: 'Open Sans';
		font-size: 1.3rem;
		color: #333333;
	}
	.help-block .wpcf7 {
		width: 100%;
		max-width: 248px;
		padding: 10px 0;
		margin: 0 auto;
	}
		.help-block .wpcf7 input[type=text] {
			outline: none;
			background: #ffffff;
			font-family: 'Raleway-Regular';
			font-size: 1.5rem;
			color: #333333;
		  border: 1px solid #acacac;
		  line-height: 42px;
		  width: 100%;
		  padding: 0 15px;
		  margin-bottom: 15px;
		}
.help-block .wpcf7 input[type=text]::-webkit-input-placeholder {color:#333333;}
.help-block .wpcf7 input[type=text]::-moz-placeholder          {color:#333333;}/* Firefox 19+ */
.help-block .wpcf7 input[type=text]:-moz-placeholder           {color:#333333;}/* Firefox 18- */
.help-block .wpcf7 input[type=text]:-ms-input-placeholder      {color:#333333;}

.help-block .wpcf7 input[type=text]:focus::-webkit-input-placeholder {color: transparent}
.help-block .wpcf7 input[type=text]:focus::-moz-placeholder          {color: transparent}
.help-block .wpcf7 input[type=text]:focus:-moz-placeholder           {color: transparent}
.help-block .wpcf7 input[type=text]:focus:-ms-input-placeholder      {color: transparent}
		.help-block .wpcf7 input[type=submit] {
			font-size: 1.6rem;
			font-family: 'Raleway-Bold';
			color: #ffffff;
			background: #42a5f5;
			box-shadow: 0px 0px 23px 0px rgba(66, 165, 245, 0.59);
			width: 100%;
			line-height: 56px;
			border: none;
			outline: none;
		}
		.help-block .wpcf7 input[type=submit]:hover {
			background: #008dff;
		}
.recently-viewed {
	position: relative;
	width: 100%;
	padding: 55px 0;
}
	.recently-viewed .title {
		font-size: 4.8rem;
		font-family: 'Raleway-ExtraBold';
		text-align: center;
	}
	.recently-viewed .content {
		position: relative;
		width: 100%;
		margin-top: 30px;
	}
/*----------------------------------------*/
.category-page {
position: relative;
width: 100%;
padding: 70px 0;
}
.category-page ul.choose li {
	line-height: 26px;
	padding: 10px 15px;
	margin-bottom: 10px;
	box-shadow: inset 0px 0px 0px 3px #e5e5e5;
}
.category-page ul.choose li a {
	color: #333333;
   	font-family: 'Raleway-Medium';
	font-size: 1.8rem;
}
.category-page ul.choose li:hover,
.category-page ul.choose li.active {
	border: none;
	background: #80b743;
	color: #ffffff;
	box-shadow: none;
}
.category-page ul.choose li:hover a {
	color: #ffffff;
}
.wpcf7 div.wpcf7-mail-sent-ok, 
.wpcf7 div.wpcf7-validation-errors {
border: none;
}
.contact-page .wpcf7 div.wpcf7-mail-sent-ok, 
.contact-page .wpcf7 div.wpcf7-validation-errors {
color: #333333;
}
.block-products {display: none;}
.content-page {
	position: relative;
	width: 100%;
	padding: 50px 0;
}
.content-page a {
	color: #333333;
}
.content-page a:hover {
	color: #80b743;
}
.content-page ul {
	position: relative;
	list-style: none;
	line-height: 32px;
}

.tag-page .post-categories {
	position: relative;
	width: 100%;
	text-align: center;
	list-style: none;
	margin-bottom: 30px;
}
.tag-page .post-categories li:not(:first-child) {
	display: none;
}
.tag-page .post-categories li a {
	border: 4px solid #333333;
	color: #333333;
	padding: 10px 20px;
	margin: 0 10px;
position: relative;
display: inline-block;
max-width: 436px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tag-page .post-categories li a:nth-child(2) {
	width: 70%;
}
.tag-page .post-categories li a:first-child {
	color: #80b743;
	border-color: #80b743;
}
.tag-page .post-categories li a:first-child:hover {
	font-weight: 700;
}
.block-products .clearfix {
	clear: both;
}
.tag-page ul.choose li {
	display: none;
}
.tag-page ul.choose li a {
	color: #333;
}
.tag-page ul.choose li.back {
		position: relative;
		display: inline-block;
		box-shadow: inset 0px 0px 0px 4px rgb(45, 52, 58);
		width: 290px;
		line-height: 42px;
		font-family: 'Raleway-Bold';
		font-size: 2.4rem;
		cursor: pointer;
		background: #ffffff;
}
.tag-page ul.choose li.back a {
	color: #333;
}
.tag-page ul.choose li.back:hover {
	border: none;
    background: #80b743;
    box-shadow: none;
}
.tag-page ul.choose li.back:hover a {
    color: #ffffff;
}

	.tag-page ul {
		position: relative;
		width: 100%;
		margin-bottom: 65px;
		text-align: center;
	}
		.tag-page ul.partner-item li {
			list-style: none;
			border: 4px solid #2d343a;
			width: 17.89%;
			max-width: 153px;
			height: 75px;
			position: relative;
			display: inline-block;
			padding: 5px 10px;
			-webkit-transition: all 1s ease;
				 -moz-transition: all 1s ease;
					 -o-transition: all 1s ease;
					-ms-transition: all 1s ease;
							transition: all 1s ease;
			-webkit-filter: grayscale(50%);
			 filter: grayscale(50%);
		}
		.tag-page ul.partner-item li:hover {
			-webkit-filter: grayscale(0);
			 filter: grayscale(0);
			 -webkit-transform: scale(1.2);
				 -ms-transform: scale(1.2);
				 transform: scale(1.2);
		}
		.tag-page ul.partner-item li:not(:last-child) {
			margin-right: 2.63%;
		}
			.tag-page ul.partner-item li a {
				position: relative;
				display: block;
				width: 100%;
				height: 100%;
			}
				.tag-page ul.partner-item li a img {
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate(-50%, -50%);
					max-height: 63px;
				}

.alignleft,
.alignnone {
	float: left;
	margin: 5px 15px 5px 0;
}
.alignright {
	float: right;
margin: 5px 0 5px 15px;
}
.aligncenter {
	display: block;
	margin: 5px auto;
}

div.wpcf7-response-output {
margin: 0;
}


@media only screen and (max-width : 1199px) {

.block-news .news:nth-child(1) {
	margin-left: auto;
	margin-right: auto;
}
.block-news .news:nth-child(2) {
	margin-left: auto;
	margin-right: auto;
}

}