/*
  Theme Name: Agro
  Author: Alexander Kuznecov
*/
.wpcf7-form-control-wrap{
	position: relative;
	display: block;
}
.totop{
	right:auto;
	left:5%;
}
.utm_met{
	display: none;
}
.contacts .container-fluid{
	max-width: 55rem;
}
.vc_parallax-content-moving .products{
	justify-content: center;
}
.first__btn{
	max-width: 78.5rem;
    margin-left: auto;
    margin-right: auto;
}
#giveprice{
	max-width: 48rem;
}
.contacts__social-link{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	width: 2.15rem;
	height: 2.15rem;
	background-color: rgb(65, 145, 255);
	border-radius: 50%;
	margin-right: 1rem;
	color: #fff;
	font-size: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.contacts__social-link *{
	display: block;
}
.contacts__block_social{
	padding-left: 0;
}
.contacts__block_social small{
	    color: #8e9195;
    font-size: 0.8rem;
}
.contacts__social-link:last-child{
	margin-right: 0;
}
.contacts__social-link:hover{
color: rgb(65, 145, 255);
background-color: #fff;
}
@media(max-width: 991px){
	.cart_totals{
		margin-top: 0;
	}
	
	#giveprice{
		max-width: 100%;
	}
}
@media(min-width: 1280px){
	.offer,.offer .container{
		min-height: calc(100vh - 6.7rem);
	}
}