/* mobile start */
.hidden{
	display: none;
}
.mobile-header{
	display: none;
	height: 60px;
	background-color: #fff;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
}
.mobile-header.active{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.mobile-logo{
	position: absolute;
	top: 7px;
	left: 15px;
	z-index: 15;
}
.mobile-logo img{
	max-width: 100%;
	height: 45px;
	display: block;
}
.mobile-lng-bar{
	position: absolute;
	top: 20px;
	right: 75px;
	z-index: 15;
}
.mobile-lng-bar-block{
	text-decoration: none;
	padding: 2px 5px;
	display: block;
	font-size: 0;
	position: relative;
}
.mobile-lng-bar-block span,
.mobile-lng-bar-block:after{
	display: inline-block;
	vertical-align: middle;
}
.mobile-lng-bar-block span{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 1;
	min-width: 25px;
}
.mobile-lng-bar-block:after{
	content: '';
	background-image: url(../images/mobile-lng-bar-arrow-down.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 6px;
	width: 10px;
	height: 10px;
}
.mobile-lng-bar-block.active:after{
	background-image: url(../images/mobile-lng-bar-arrow-up.png);
}
.mobile-lng-bar-box{
	display: none;
	background-color: #fff;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	left: 0;
	top: 25px;
}
.mobile-lng-bar-block.active + .mobile-lng-bar-box{
	display: block;
}
.mobile-lng-bar-box a{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 2px 5px;
	margin-bottom: 5px;
}
.mobile-lng-bar-box a:last-child{
	margin-bottom: 0;	
}
.mobile-lng-bar-box a:focus,
.mobile-lng-bar-box a:hover{
	text-decoration: underline;
}
.mobile-cart{
	position: absolute;
	top: 20px;
	right: 15px;
	text-decoration: none;
	font-size: 0;
	z-index: 15;
}
.mobile-cart img,
.mobile-cart-number{
	display: inline-block;
	vertical-align: middle;
	height: 20px;
}
.mobile-cart img{
	max-width: 100%;
	margin-right: 5px;
}
.mobile-cart-number{
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
	background-color: #aaa;
	border-radius: 50%;
	width: 20px;
}
.mobile-cart:focus .mobile-cart-number,
.mobile-cart:hover .mobile-cart-number{
	background-color: #4daceb;
}
.mobile-footer{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #fff;
	height: 40px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
	width: 100%;
	z-index: 100;
}
.mobile-footer-block{
	font-size: 0;
	text-align: center;
	padding: 6px 0;
	height: 100%;
	box-sizing: border-box;
}
.mobile-footer-wrapper{
	display: inline-block;
	vertical-align: top;
	width: 25%;
}
.mobile-footer-box{
	display: inline-block;
	text-decoration: none;
}
.mobile-footer-img{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
	width: 15px;
	height: 15px;
	margin: 0 auto 4px;
}
.mobile-footer-img.back-icon{
	background-image: url(../images/mobile-menu-icon-1.png);
}
.mobile-footer-img.catalog-icon{
	background-image: url(../images/mobile-menu-icon-3.png);
}
.mobile-footer-img.contact-icon{
	background-image: url(../images/mobile-menu-icon-5.png);
}
.mobile-footer-img.social-icon{
	background-image: url(../images/mobile-menu-icon-7.png);	
}
.mobile-footer-img.client-icon{
	background-image: url(../images/mobile-menu-icon-9.png);
}
.mobile-footer-box:focus .mobile-footer-img.back-icon,
.mobile-footer-box:hover .mobile-footer-img.back-icon, .mobile-footer-box.active .mobile-footer-img.back-icon{
	background-image: url(../images/mobile-menu-icon-2.png);
}
.mobile-footer-box:focus .mobile-footer-img.catalog-icon,
.mobile-footer-box:hover .mobile-footer-img.catalog-icon, .mobile-footer-box.active .mobile-footer-img.catalog-icon{
	background-image: url(../images/mobile-menu-icon-4.png);
}
.mobile-footer-box:focus .mobile-footer-img.contact-icon,
.mobile-footer-box:hover .mobile-footer-img.contact-icon, .mobile-footer-box.active .mobile-footer-img.contact-icon{
	background-image: url(../images/mobile-menu-icon-6.png);
}
.mobile-footer-box:focus .mobile-footer-img.social-icon,
.mobile-footer-box:hover .mobile-footer-img.social-icon, .mobile-footer-box.active .mobile-footer-img.social-icon{
	background-image: url(../images/mobile-menu-icon-8.png);
}
.mobile-footer-box:focus .mobile-footer-img.client-icon,
.mobile-footer-box:hover .mobile-footer-img.client-icon, .mobile-footer-box.active .mobile-footer-img.client-icon{
	background-image: url(../images/mobile-menu-icon-10.png);
}
.mobile-footer-text{
	font-size: 9px;
	color: #000;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}
.mobile-footer-box:focus .mobile-footer-text,
.mobile-footer-box:hover .mobile-footer-text,
.mobile-footer-box.active .mobile-footer-text{
	color: #4daceb;
}
/* mobile end */

/* adaptability start */
@media (max-width: 2700px){
	.selection-block-btn{
		font-size: 18px;
		padding: 30px 55px 30px 140px;
		background: url("/images/selection-block-img-1.png") top 24px left 55px / 60px no-repeat #4DACEB;
	}
}

@media (max-width: 1700px){
	.options-block-row{
		min-height: 58px;
		padding: 0 10px 10px;
	}
	.options-block-row img{
		margin: 10px 10px 10px 0;
	}
	.options-block-text{
		min-width: auto;
	}
	.options-block-subtext{
		display: block;
		text-align: right;
	}
	.selection-block-btn{
		font-size: 18px;
		padding: 30px 30px 30px 115px;
		background: url("/images/selection-block-img-1.png") top 24px left 30px / 60px no-repeat #4DACEB;
	}
}
@media (max-width: 1500px){
	.selection-block-btn{
		font-size: 16px;
		padding: 20px 30px 20px 95px;
		background: url(/images/selection-block-img-1.png) top 14px left 30px / 55px no-repeat #4DACEB;
	}
}
@media (max-width: 1300px){
	.selection-block-box{
		display: block;
		width: 100%;
	}
	.selection-block-box:first-child{
		padding: 0 0 10px 0;
		width: 100%;
	}
	.selection-block-btn{
		padding: 24px 50px 24px 110px;
		background: url("/images/selection-block-img-1.png") top 10px left 50px / 50px no-repeat #4DACEB;
	}
}
@media (max-width: 1200px){
	.options-block-text,
	.options-block-subtext{
		font-size: 12px;
	}
}
/* adaptability end */

@media (max-width: 980px){

	.mobile_contacts .footer, .mobile_socials .footer {display: none; height:0;}
	.hidden{
		display: block;
	}
	body{
		min-width: 100px;
		background-position: center 60px;
		background-size: 150%;
	}
	.container{
		padding: 0 15px;
		width: 100%;
	}
	.back-to-top{
		bottom: 55px;
		right: 15px;
	}
	.back-to-top img{
		height: 40px;
		width: 40px;
	}
	.mobile-header,
	.mobile-footer{
		display: block;
	}
	.header{
		display: none;
	}
	.our-wrapper{
		margin: 0 0 40px;
	}
	.slider-box{
		width: 240px;
		top: calc(50% - 35px);
		left: calc(50% - 120px);
	}
	.slider-title{
		margin: 0 auto 15px;
		font-size: 20px;
		letter-spacing: 5px;
		width: auto;
	}
	.slider-subtitle{
		margin: 0 auto;
		font-size: 15px;
		letter-spacing: 1px;
		width: auto;
	}
	.bouncing-arrow{
		display: none;
	}
	.category{
		display: none;
	}
	.contacts-heading{
		margin-bottom: -55px;
		padding: 15px 15px 20px;
	}
	.contacts-heading:before{
		display: none;
	}
	.contacts-title{
		font-size: 20px;
		color: #2478a7;
		font-weight: 700;
	}
	.main-contacts-heading .contacts-title {
		color: #ebecec;
	}
	.contacts-block {
		padding: 57px 15px 235px;
	}
	.contacts-box{
		margin: 0 2% 0 0;
		width: 32%;
	}
	.contacts-box:last-child{
		padding-bottom: 0;
	}
	.contacts-img{
		margin: 0 auto 15px;
		float: none;
		width: 80px;
		height: 80px;
	}
	.contacts-text{
		text-align: center;
		font-size: 15px !important;
		line-height: 20px !important;
		padding-bottom: 10px;
	}
	.contacts-text:first-child{
		text-transform: uppercase;
	}
	.contacts-text:last-child{
		padding-bottom: 0;
	}
	.contacts-map-window{
		background: none;
		padding: 30px 15px 0;
		top: 0;
		left: calc(50% - 210px);
		margin-top: -215px;
	}
	.map-form-number{
		padding-bottom: 30px;
	}
	.map-form-number label,
	.map-form-email label{
		text-align: center;
		font-size: 15px;
		line-height: 18px;
	}
	.map-form-box input[type="email"],
	.map-form-box input[type="tel"]{
		padding: 0 15px;
		width: 211px;
	}
	.map-wrapper{
		display: none;
	}
	.contacts-social{
		padding: 0 15px 30px;
	}
	.contacts-social-title{
		border-right: none;
		font-size: 20px;
		padding: 20px 0;
		display: block;
	}
	.contacts-social-box{
		padding-left: 0;
	}
	.contacts-social-link-span:not(:last-child){
		margin-right: 50px;
	}
	.contacts-social-link-span:last-child{
		margin-bottom: 0;
	}
	.contacts-social-link img{
		height: 75px;
	}
	.clients .wrapper{
		padding: 15px 0;
	}
	.clients-title{
		padding-bottom: 15px;
		font-size: 20px;
		font-weight: 700;
	}
	.footer{
		padding: 15px 0;
	}
	.footer .copy-wrapper,
	.footer .esteriol-wrapper{
		text-align: center;
	}
	.footer .copy-wrapper,
	.footer .esteriol-link span{
		font-size: 15px;
		line-height: 20px;
	}
	.catalog-menu{
		display: none;
	}
	.catalog-page{
		padding-left: 0;
	}
	.catalog-wrapper{
		padding: 15px 0;
	}
	.inside .container{
		padding: 0 15px;
	}
	.catalog-path{
		padding-bottom: 20px;
		line-height: 1.3;
		text-align: center;
		display: none;
	}
	.catalog-search{
		margin-bottom: 20px;
		display: none;
	}
	.catalog-category-middle{
		min-height: 55px;
	}
	.catalog-category-text{
		font-size: 11px;
		font-weight: 700;
		line-height: 1.3;
	}
	.inside .footer{
		padding: 15px 0;
	}
	.catalog-text{
		text-align: center;
		display: none;
	}
	.catalog-sort-form{
		float: right;
		padding-bottom: 10px;
	}
	.mobile-logo{
		left: 30px;
	}
	.mobile-cart{
		right: 30px;
	}
	.mobile-lng-bar{
		right: 90px;
	}
	.slider-box{
		width: 440px;
		top: calc(50% - 50px);
		left: calc(50% - 220px);
	}
	.slider-title{
		font-size: 40px;
	}
	.slider-subtitle{
		font-size: 25px;
	}
	.inside .our-wrapper .our-wrapper{
		margin-bottom: 0;
	}
	.catalog-view-title{
		text-align: center;
		font-size: 40px;
	}
	.catalog-view-blcok .table{
		width: 100%;
		padding: 15px;
	}
	.catalog-view-slider li a{
		width: 70px;
		height: 70px;
	}
	.catalog-view-blcok{
		padding-bottom: 15px;
	}
	.catalog-title-other{
		font-size: 20px;
		line-height: 25px;
		padding-bottom: 15px;
	}
	.mob-catalog-title,
	.mob-cat-title{
		font-size: 20px;
		line-height: 25px;
		font-weight: 700;
		text-transform: uppercase;
		text-align: center;
		padding-bottom: 15px;
		color: #000;
	}
	.mob-cat-title{
		color: #2478a7;
	}
	.catalog-view-blcok .table_cell:last-child{
		padding-left: 15px;
	}
	.options-block{
		padding-bottom: 15px;
	}
	.prices-block{
		padding-bottom: 15px;
	}
	.prices-block table{
		width: 100%;
	}
	.selection-block-box:first-child{
		padding-bottom: 15px;
	}
	.selection-block-btn{
		font-size: 15px;
		line-height: 20px;
		padding: 24px 50px 24px 110px;
	}
	.purchase-list-wrapper{
		top: 60px;
		height: calc(100% - 100px);
	}
	.purchase-list-block{
		background-color: rgba(51,51,51,1);
		margin: 0 auto;
		padding-top: 15px;
		width: 100%;
	}
	.purchase-list-close{
		top: 10px;
		right: 5px;
	}
	.purchase-list-close img{
		height: 25px;
	}
	.purchase-list-title{
		padding: 0 15px 15px;
		text-align: center;
	}
	.purchase-list-box{
		padding: 0 15px 15px;
	}
	.purchase-form{
		padding: 15px;
	}
	.purchase-form-cell{
		padding: 0 15px 0 0;
	}
	.purchase-form-cell:last-child{
		padding: 0 0 0 15px;
	}
	.purchase-form-row{
		padding-bottom: 15px;
	}
	.purchase-form-cell input[type="text"],
	.purchase-form-cell input[type="tel"],
	.purchase-form-cell input[type="submit"],
	.purchase-form-cell input[type="email"]{
		margin-bottom: 15px;
	}
	.purchase-form-cell input:last-child{
		margin-bottom: 0;
	}
	.purchase-form-row label{
		width: 125px;
	}
	.purchase-form-row .file-logo{
		width: calc(100% - 125px);
	}
	.purchase-product{
		padding-bottom: 15px;
	}
	.purchase-list-total{
		padding: 0;
	}
	.purchase-product-row:last-child{
		padding: 10px 15px;
	}
	.purchase-product-img{
		width: 25%;
		padding-right: 15px;
	}
	.purchase-product-img img{
		width: 100%;
		position: relative;
	}
	.purchase-product-info{
		padding-right: 0;
		position: relative;
	}
	.purchase-product-info textarea{
		position: absolute;
		bottom: 0;
		left: 0;
		min-height: 60px;
		margin: 0;
	}
	.select-wrap select{
		min-width: 10px !important;
		max-width: 500px;
	}
	.purchase-product-column input[type="number"]{
		width: 100%;
		padding: 4px 0;
	}
	.purchase-product-column label{
		font-size: 14px;
		padding-bottom: 5px;
	}
	.purchase-product-column select,
	.purchase-product-column [data-it-id]{
		font-size: 14px;
	}
	.config-description{
		font-size: 14px;
		padding: 5px 0 0;
	}
	label.pr-price{
		font-size: 22px;
	}
	.selection-block{
		position: relative;
		width: auto;
	}
}

@media (max-width: 768px){
	.mobile-logo{
		left: 15px;
	}
	.mobile-cart{
		right: 15px;
	}
	.mobile-lng-bar{
		right: 75px;
	}
	.slider-box{
		width: 340px;
		top: calc(50% - 42.5px);
		left: calc(50% - 170px);
	}
	.slider-title{
		font-size: 30px;
	}
	.slider-subtitle{
		font-size: 20px;
	}
	.contacts-map-window{
		left: calc(50% - 185px);
	}
	.map-form-box input[type="email"],
	.map-form-box input[type="tel"]{
		width: 161px;
	}
	.contacts-social-link{
		margin-right: 30px;
	}
	.catalog-view-title{
		font-size: 30px;
	}
	.catalog-view-blcok .table_cell:first-child,
	.catalog-view-blcok .table_cell:last-child{
		display: block;
		width: 100%;
	}
	.catalog-view-blcok .table_cell:first-child{
		padding-bottom: 15px;
	}
	.catalog-view-blcok .table_cell:last-child{
		padding-left: 0;
	}
	.catalog-view-examples{
		float: none;
		display: block;
		margin: 0 auto;
		width: 490px;
		height: auto !important;
	}
	.catalog-view-img{
		float: none;
		display: block;
		margin: 0 auto 15px;
	}
	.catalog-view-img a img{
		max-height: 300px;
		width: auto;
		margin: 0 auto;
	}
	.purchase-product-img{
		display: block;
		width: 100%;
		height: 200px;
		padding: 0 0 15px;
	}
	.purchase-product-img img{
		height: 100%;
		width: auto;
		margin: 0 auto;
	}
	.purchase-product-info{
		display: block;
	}
	.purchase-product-info textarea{
		position: relative;
		min-height: 75px;
	}
	.catalog-view-examples .bx-wrapper{
		padding: 0 45px;
	}
	.catalog-view-examples .bx-prev,
	.catalog-view-examples .bx-next{
		width: 28px !important;
		height: 100% !important;
	}
	.catalog-view-examples .bx-prev{
		background-image: url(../images/slider-arrow-left.png) !important;
	}
	.catalog-view-examples .bx-next{
		left: auto !important;
		right: 0 !important;
		background-image: url(../images/slider-arrow-right.png) !important;
	}
	.catalog-view-slider li{
		padding: 0 15px;
	}
}

@media (max-width: 640px){
	.contacts-box{
		margin: 0;
		width: 100%;
		padding-bottom: 30px;
	}
	.contacts-social-link{
		margin-right: 0;
		display: block;
		margin-bottom: 30px;
	}
	.footer .copy-wrapper{
		padding-bottom: 10px;
	}
	.footer .copy-wrapper,
	.footer .esteriol-wrapper{
		float: none;
	}
	.prices-block td{
		font-size: 14px;
	}
	.purchase-form-cell{
		display: block;
		width: 90%;
		padding: 0 0 15px 0;
		margin: 0 auto;
	}
	.purchase-form-cell:last-child{
		padding: 0;
	}
	.purchase-list-notes{
		float: none;
	}
	.purchase-list-summa{
		float: none;
		text-align: right;
		padding-top: 15px;
	}
	.purchase-product-column{
		width: 50% !important;
		padding-bottom: 15px;
		min-height: 10px;
	}
	.purchase-product-column:last-child{
		padding-bottom: 0;
		text-align: center;
	}
	.catalog-view-examples{
		width: 390px;
	}
}

@media (max-width: 480px){
	.slider-box{
		width: 240px;
		top: calc(50% - 35px);
		left: calc(50% - 120px);
	}
	.slider-title{
		font-size: 20px;
	}
	.slider-subtitle{
		font-size: 15px;
	}
	.contacts-map-window{
		left: calc(50% - 160px);
	}
	.map-form-box input[type="email"],
	.map-form-box input[type="tel"]{
		width: 111px;
	}
	.options-block-box{
		display: block;
		width: 100%;
	}
	.options-block-box:first-child{
		margin: 0;
	}
	.options-block-box:last-child{
		margin: 0;
	}
	.prices-block td{
		font-size: 12px;
	}
	.prices-block-info span{
		font-size: 12px;
	}
	.purchase-list-summa span{
		font-size: 20px;
	}
	label.pr-price{
		font-size: 20px;
	}
	.purchase-product-column{
		width: 100% !important;
		display: block;
	}
	.catalog-view-examples{
		width: 290px;
	}
}

@media (max-width: 400px){
	.selection-block-btn{
		padding: 14px 70px 14px 130px;
	}
}

@media (max-width: 360px){
	.catalog-view-examples{
		width: 190px;
	}
	.selection-block-btn{
		padding: 14px 55px 14px 115px;
	}
}

/* category-box start */
@media (max-width: 980px){
	.catalog-category-box{
		margin: 0 !important;
		width: auto;
	}
}
@media (max-width: 980px) and (min-width: 769px){
	.catalog-category-box{
		margin-right: 2% !important;
		width: 23.5%;
	}
	.catalog-category-box:nth-child(4n){
		margin-right: 0 !important;
	}
	.catalog-category-box:nth-child(n+5){
		margin-top: 15px !important;
	}
}
@media (max-width: 768px) and (min-width: 641px){
	.catalog-category-box{
		margin-right: 2% !important;
		width: 32%;
	}
	.catalog-category-box:nth-child(3n){
		margin-right: 0 !important;
	}
	.catalog-category-box:nth-child(n+4){
		margin-top: 15px !important;
	}
}
@media (max-width: 640px) and (min-width: 0){
	.catalog-category-box{
		width: 48%;
	}
	.catalog-category-box:nth-child(n+3){
		margin-top: 15px !important;
	}
	.catalog-category-box:nth-child(4n+1){
		margin-right: 4% !important;
	}
	.catalog-category-box:nth-child(4n){
		float: left;
		margin-right: 4% !important;
	}
}
/* category-box end */

/* product-box start */
@media (max-width: 980px){
	.catalog-category-block.products .catalog-category-box{
		margin: 0 !important;
		width: auto;
	}
}
@media (max-width: 980px) and (min-width: 769px){
	.catalog-category-block.products .catalog-category-box{
		margin-right: 2% !important;
		width: 23.5%;
	}
	.catalog-category-block.products .catalog-category-box:nth-child(4n){
		margin-right: 0 !important;
	}
	.catalog-category-block.products .catalog-category-box:nth-child(n+5){
		margin-top: 15px !important;
	}
}
@media (max-width: 768px) and (min-width: 641px){
	.catalog-category-block.products .catalog-category-box{
		margin-right: 2% !important;
		width: 32%;
	}
	.catalog-category-block.products .catalog-category-box:nth-child(3n){
		margin-right: 0 !important;
	}
	.catalog-category-block.products .catalog-category-box:nth-child(n+4){
		margin-top: 15px !important;
	}
}
@media (max-width: 640px) and (min-width: 481px){
	.catalog-category-block.products .catalog-category-box{
		margin-right: 2% !important;
		width: 49%;
		float: none;
	}
	.catalog-category-block.products .catalog-category-box:nth-child(2n){
		margin-right: 0 !important;
	}
	.catalog-category-block.products .catalog-category-box:nth-child(n+3){
		margin-top: 15px !important;
	}
}
@media (max-width: 480px) and (min-width: 0){
	.catalog-category-block.products{
		text-align: center;
	}
	.catalog-category-block.products .catalog-category-box{
		width: 85%;
		float: none;
	}
	.catalog-category-block.products .catalog-category-box:nth-child(4n){
		float: none;
	}
	.catalog-category-block.products .catalog-category-box:nth-child(n+2){
		margin-top: 15px !important;
	}
}
/* product-box end */


@media (min-width: 641px) and (max-width: 980px) {
	.contacts-block {
		background-image: url(/images/contacts_bg_full.jpg) !important;
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: top 0px left -1px;
		background-attachment: scroll;
	}
}

@media (max-width: 640px) {
	.contacts-box {
		background-repeat: no-repeat;
		background-position: top left;
		background-size: auto 100%;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 40px;
		box-sizing: border-box;
	}
	.contacts-block {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	.map-form-box {
		width:340px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	#contacts .wrapper {
	}

	.contacts-map-window {
		padding: 0 0 0 0;
		position: relative;
		margin: 0 0 0;
		left: auto;
		top: auto;
	}
	.map-bg {
		padding-bottom: 60px;
		padding-top: 50px;
		background-repeat: no-repeat;
		background-position: top left;
		background-size: auto 100%;
		background-color: #2e75b5;
	}
}

@media (max-width: 480px) {
	.map-form-box {
		width: 290px;
	}
	.contacts-bottom-messages {
		width: 290px !important;
	}
}

@media (max-width: 980px) {
	.mobile_socials {}
	.mobile_socials .heightable {background: #2e75b6;}
	.mobile_socials .contacts-social-title {    padding-bottom: 12%;}
}

@media (max-width: 640px) {
	.soc-bg-wrapper {
		display: block;
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 100% 100%;
		padding: 30px 0 30px 0;
		margin: 0 0 0 0 !important;
		text-align: center;
	}
	.mobile_socials #contacts-social  {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	.mobile_socials .contacts-social-link img {
		margin: 0 0 0 0;
	}

	.contacts-social-box {
		display: block;
	}
	.contacts-social-link {
		margin: 0 0 0 0 !important;
		display: inline-block;
	}

	.mobile_socials .contacts-social-title {
		padding-bottom: 20px;
	}
	.contacts-bottom-messages {
		width: 340px;
    box-sizing: border-box;
    margin: 0 auto;
	}
}

@media (max-width: 640px) {
	body.main .contacts-social {
		padding: 0 0 0;
	}
}