.img-wrap{
	position: relative;
	overflow: hidden;
	height: 0;
	background-color: #fff;
}
.img-wrap img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
.img-wrap.align-bottom img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 100%;
	font-family: 'object-fit: cover; object-position: 50% 100%;';
}
.img-wrap.contain img{
	object-fit: contain;
	font-family: 'object-fit: contain; object-position: 50% 50%;';
}
/*form-style*/
.white-form{
	margin-bottom: 2em;
}
.white-form .feedback__form{
	padding: 0 !important;
	background-color: transparent !important;
}
.form-control-wrap > span.wpcf7-form-control-wrap{
	top: auto;
	right: auto;
	/*position: relative;*/
	position: static;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.wpcf7 span.wpcf7-not-valid-tip{
	top: 8px;
    right: 10px;
    position: absolute;
    color: #ff4747;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
}
input.feedback__submit{
	border-radius: 3px;
	color: #fff;    
	font-family: 'futurapt';
    font-weight: 400;
    font-size: 16px;    
    -webkit-box-shadow: 0 1px 0 rgba(51, 98, 153, 0.5), 0 2px 6px rgba(0, 0, 0, 0.13), 0 0 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 1px 0 rgba(51, 98, 153, 0.5), 0 2px 6px rgba(0, 0, 0, 0.13), 0 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 1px 0 rgba(51, 98, 153, 0.5), 0 2px 6px rgba(0, 0, 0, 0.13), 0 0 0 rgba(0, 0, 0, 0.02);
    background-color: #30bd29;
    border: none;
    height: 34px;
}
input.feedback__submit:hover{
	background-color: #5c81ad;
}
input.wpcf7-not-valid{
	border-color: #ff4747 !important;
}
textarea.wpcf7-not-valid:-ms-input-placeholder,
input.wpcf7-not-valid:-ms-input-placeholder{
	color: #ff4747 !important;
}
textarea.wpcf7-not-valid::-moz-placeholder,
input.wpcf7-not-valid::-moz-placeholder{
	color: #ff4747 !important;
}
textarea.wpcf7-not-valid:-moz-placeholder,
input.wpcf7-not-valid:-moz-placeholder{
	color: #ff4747 !important;
}
textarea.wpcf7-not-valid::-webkit-input-placeholder,
input.wpcf7-not-valid::-webkit-input-placeholder{
	color: #ff4747 !important;
}
textarea.wpcf7-not-valid::placeholder,
input.wpcf7-not-valid::placeholder{
	color: #ff4747 !important;
}
div.wpcf7-response-output{
	display: none !important;
}
/*modal-send-style*/
.modal-send{
	width: auto;
	height: auto;
	margin-bottom: 0 !important;
	padding-top: 50px !important;
}
.modal-send .fancybox-close-small:before{
	display: none;
}
.section-content{
	line-height: 1.6;
	color: #000;
}
.section-content .align-center{
	text-align: center;
}
.section-content > *:last-child{
	margin-bottom: 0 !important;
}
.shop-box__picture-wrap{
	/*padding-top: 53.19%;*/
	/*height: 200px;*/
	padding-top: 68.42%;
}
.page-about .production-info{
	padding-bottom: 0;
}
.page-about .production-info__content:before{
	content: "";
	background-image: url(images/blocks/production-info/icon.png);
	-moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
@media (max-width: 1199px){
	.header__menu-close_active{
	    /*display: none;*/
	}
}
@media (max-width: 768px) and (orientation: landscape){
	.catalog__link .catalog__picture-wrapper{
		max-width: none;
	}
}
@media (min-width: 767px){
	.site-wrapper {
	    margin-left: 0;
	}	
}
@media (max-width: 767px){
	.shop-box__item-info{
		text-align: center;
	}
	/*footer-style-767*/
	#menu-footer_nav{
		margin-bottom: 1.5em;
	}
}
@media (max-width: 599px){
	.page-about .production-info{
		padding-bottom: 35px;
	}
	.page-about .production-info__content:before{
		display: block;
	    width: 100px;
	    height: 126px;
	    margin-bottom: 25px;
	}
	.page-about .production-info__content:after{
		content: "";
		display: block;
	    top: 126px;
	    right: -4000px;
	    left: -4000px;
	    position: absolute;
	    width: 10000px;
	    height: 1px;
	    background-color: #edf0f5;
	}
}	
@media (max-width: 479px){
	/*footer-style-479*/
	#menu-footer_nav{
		display: block;
	}
	.navigation__list li:not(:last-child),
	#menu-footer_nav li{
		margin: 0 0 .5em;
	}
	.main-info .button-2{
		padding-left: 20px;
		padding-right: 20px;
	}
}/*479*/