@media all and (max-width:1500px){
	/**{
		border:1px solid red!important;
	}*/
}
@media all and (max-width:1400px){
	.header .wrapper,
	.footer .wrapper,
	.header .block-search,
	.block-data > .wrapper{
		padding:0 50px;
	}
	.block-product .block-text .wrapper .container .block-notice{
		min-width:auto;
	}
	.block-products .wrapper{
		padding-left:50px;
	}
	.block-data .block-text .wrapper .container .block-notice{
		margin:20px 0 20px -100px;
	}
	.block-product .block-text .wrapper .container .block-notice p,
	.block-product .block-text .wrapper .container .block-notice li{
		font-size:18px;
		line-height:24px;
	}
	.block-products .heading h2{
		text-align:left;
	}
}
@media all and (max-width:1280px){
	.header .menu-top{
		margin-left:40px;
	}
	body.scroll-up .header .menu-top,
	body.scroll-down .header .menu-top{
		margin-left:90px;
	}
	.block > .wrapper,
	.header .wrapper,
	.footer .wrapper,
	.header .block-search,
	.wrapper.more-wrap,
	.block-partners .wrapper,
	.block-products .wrapper.more-wrap,
	.block.block-list .wrapper,
	body.template-default .body > .wrapper,
	body.template-default .block-products.other-items .wrapper,
	body.template-default .block-products.other-items .wrapper.more-wrap,
	body.template-default .block-products.inner .wrapper,
	body.template-default .block.block-text .wrapper,
	body.template-default .block.block-content .wrapper{
		max-width:100%;
		padding:0 30px;
	}
	body.template-default .body .wrapper{
		max-width:100%;
	}
	body.template-default .body .block-faq > .wrapper,
	body.template-default .body .block-docs > .wrapper,
	body.template-default .body .block-files > .wrapper,
	body.template-default .body .block-tabs > .wrapper,
	body.template-default .body .block-content-documents > .wrapper,
	body.template-default .body .block-contacts > .wrapper,
	body.template-default .body .block-form > .wrapper,
	body.template-default .body .block-search > .wrapper,
	body.template-default .body .block-vacancies > .wrapper{
		padding:0 30px;
	}
	.block-slider .wrapper{
		padding:0;
	}
	.block-advantages .items{
		margin:25px 0;
	}
	.block-quality .block-img .img{
		margin-right:20px;
	}
	.block-team .block-content .items{
		margin:0;
	}
	body.template-main .block-news .items{
		margin:40px 0 0 0;
	}
	.block-column .block-text .container,
	.block-column-short .block-text .container{
		margin-left:0;
	}
	.block-values .items{
		text-align:center;
	}
}
@media all and (max-width:1240px){
	.header{
		display:none;
	}
	.mobile-head{
		width:100%;
		height:50px;
		position:fixed;
		top:0;
		left:0;
		z-index:10;
		display:block;
	}
	.mobile-head .header{
		height:inherit;
		border-bottom:1px solid #00b6de;
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:space-between;
	}
	.mobile-head .header .left{
		margin-left:20px;
	}
	.mobile-head .header .logo{
		margin-top:5px;
	}
	.mobile-head .logo img{
		width:auto;
		height:40px;
	}
	.mobile-head .header .left > div{
		display:inline-block;
	}
	.mobile-head .header .right{
		margin-right:20px;
	}
	.mobile-head .header .opener-menu{
		margin-left:0;
	}
	.mobile-head .block-lang a{
		color:#2a3a3f;
	}
	.mobile-overlay{
		width:100%;
		height:100vh;
		background:#2a3a3f;
		opacity:0;
		position:fixed;
		top:0;
		left:0;
		z-index:1;
		transition:opacity 0.3s;
		visibility:hidden;
		display:block;
	}
	.mobile-body{
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		left:0;
		z-index:2;
		opacity:0;
		visibility:hidden;
		display:block;
	}
	.mobile-body .block-search{
		padding:20px;
		background:#fff;
		border-bottom:1px solid #00b6de;
		transform:translateY(-100px);
		transition:transform 0.3s;
	}
	.block-search form{
		position:relative;
		box-sizing:content-box;
	}
	.mobile-body .block-search form .textbox{
		padding-right:150px;
	}
	.mobile-body .block-search form .btn{
		line-height:50px;
		position:absolute;
		top:0;
		right:0;
		z-index:10;
	}
	.mobile-body .wrapper{
		max-width:100%;
		height:100%;
		margin:0;
		background:#f5f9fa;
		overflow:auto;
	}
	.mobile-body .block-menu{
		width:300px;
		height:100%;
		margin-top:50px;
		padding-bottom:50px;
		background:#fff;
		transform:translateX(-300px) translateY(-91px);
		transition:transform 0.3s;
		position:relative;
		z-index:2;
	}
	.mobile-body .block-menu .block-data{
		min-height:unset;
		padding:30px 20px;
	}
	.mobile-body .block-menu .block-data .btn{
		margin-bottom:20px;
	}
	.mobile-body .block-menu .block-data .content-title{
		margin-bottom:10px;
		font-size:14px;
		display:inline-block;
	}
	.body > *{
		transform:translateX(0);
		transition:transform 0.3s;
	}
	html.no-scroll .body > *{
		transform:translateX(300px);
	}
	html.no-scroll .mobile-body,
	html.open .mobile-body{
		opacity:1;
		visibility:visible;
	}
	html.no-scroll .mobile-overlay,
	html.open .mobile-overlay{
		opacity:0.7;
		visibility:visible;
	}
	html.open .mobile-overlay{
		opacity:0;
		pointer-events:none;
	}
	html.no-scroll .mobile-body .block-menu.opened{
		transform:translateX(0) translateY(-91px);
	}
	html.open .mobile-body .block-search.opened{
		transform:translateY(50px);
		position:relative;
		z-index:2;
	}
	html.no-scroll .opener-menu{
		background:url("/images/icons/ico-close-m.svg") no-repeat left center!important;
		background-size:contain!important;
	}
	html.open .opener-search{
		background:url("/images/icons/ico-close-m.svg") no-repeat left center!important;
		background-size:contain!important;
	}
	.mobile-body .menu-main li{
		border-bottom:1px solid #d3dce2;
		z-index:1;
	}
	.mobile-body .menu-main li a{
		width:100%;
		line-height:40px;
		padding:5px 20px;
		color:#2a3a3f;
		display:inline-block;
	}
	.mobile-body .menu-main li .level-2 a{
		font-size:14px;
		line-height:22px;
	}
	.mobile-body .menu-main li.with-subitems{
		height:auto;
		max-height:50px;
		transition:max-height 0.3s;
		position:relative;
		overflow:hidden;
	}
	.mobile-body .menu-main li.with-subitems .opener{
		width:50px;
		height:50px;
		background:url("/images/icons/ico-menu-down.svg") no-repeat center center;
		background-size:15px auto;
		border-left:1px solid #d3dce2;
		position:absolute;
		top:0;
		right:0;
		z-index:1;
	}
	.mobile-body .menu-main li.with-subitems > a{
		width:250px;
	}
	.mobile-body .menu-main li.selected{
		background:#fff;
	}
	.mobile-body .menu-main li.with-subitems.selected{
		max-height:1000px;
	}
	.mobile-body .menu-main li.with-subitems.selected .opener{
		transform:rotate(180deg);
		border-left:0 none;
		border-right:1px solid #d3dce2;
	}
	.mobile-body .menu-main li.with-subitems.selected .level-2{
		max-height:1000px;
		background:#eaf1f4;
	}
	.mobile-body .menu-main li.with-subitems.selected .level-2{
		border-top:1px solid #d3dce2;
	}
	.mobile-body .menu-main li.with-subitems.selected .level-2 li:last-of-type{
		border-bottom:0 none;
	}
	.body{
		padding:50px 0;
	}
	.block-slider{
		padding-top:40px;
	}
	.block-slider .wrapper{
		max-width:100%;
	}
	.block-products{
		padding-top:40px;
	}
	.block-products .block-content{
		padding-left:0;
	}
	.block-invest{
		margin:40px 0;
	}
	.block-invest .container{
		margin-left:0;
	}
	.block-invest .container ul{
		margin-bottom:30px!important;
	}
	.block-advantages .wrapper{
		margin:0;
	}
	.block-advantages .items{
		margin-bottom:0;
	}
	.block-quality,
	.block-reviews,
	.block-vacancies .block-data{
		margin-bottom:40px;
	}
	.block-team{
		padding:40px 0;
	}
	.block-news,
	.block-points{
		margin-top:40px;
	}
	.page-title{
		margin:40px 0;
	}
	.block-news .items{
		text-align:center;
	}
	.block-news .items .item{
		max-width:450px;
		text-align:left;
	}
	.block-faq .block-data{
		margin-bottom:40px;
	}
	.block-partners .slick-slider .slick-arrow{
		opacity:1;
	}
	.block-partners .slick-slider .slick-arrow.slick-prev{
		left:0;
	}
	.block-partners .slick-slider .slick-arrow.slick-next{
		right:0;
	}
	.footer{
		height:auto;
		padding-top:40px;
		position:static;
	}
	.footer .up,
	.footer .down{
		height:auto;
		text-align:center;
	}
	.footer .down{
		padding:20px 0;
	}
	.footer .logo{
		display:none;
	}
	.footer .menu-down{
		width:100%;
		margin:0 auto;
		text-align:left;
	}
	.footer .menu-down .level-1 li .level-2{
		max-width:none;
	}
	.footer .menu-down .level-1 > li{
		width:48%;
		margin:0;
	}
	.footer .menu-down .level-1 > li:first-child{
		margin:0 4% 0 0;
	}
	.footer .f-right{
		max-width:100%;
		padding:50px 0 20px 0;
		text-align:center;
		float:none;
	}
	.footer .f-right .data{
		margin-top:50px;
	}
	body.template-default .block-products.inner .items{
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
	}
	body.template-default .block-products.inner .items .item{
		width:49%;
		margin:0 1% 20px 0;
		display:flex;
		flex-direction:row;
		text-align:left;
	}
	body.template-default .block-products.inner .items .item .img{
		max-width:40%;
		order:1;
	}
	.block-products .item .data{
		padding:10px;
		text-align:left;
		order:2;
	}
	.block-notice{
		margin-left:-100px;
	}
	.block-product .block-notice{
		min-width:50%;
		padding:40px;
	}
	.block-column-short .block-text .container{
		margin-left:20px;
	}
	.block-product .block-notice p, .block-product .block-notice li{
		font-size:18px;
		line-height:26px;
	}
	.block-product .description{
		left:40px;
	}
	.block-tabs .tabs,
	.block-about,
	.block-product{
		margin-bottom:40px;
	}
	.block-tabs .tabs .parents li{
		width:30%;
		height:130px;
		font-size:16px;
		line-height:22px;
	}
	.block-tabs .tabs .child{
		margin-top:40px;
	}
	.block-values .items .item,
	.block-values .items .item:nth-child(3n+3),
	body.template-default .block-team .group.list .item{
		width:31%;
		margin:0 1%;
	}
	.block-faq .block-data .img{
		max-width:23%;
		margin-right:2%;
	}
	.block-faq .block-data .data{
		max-width:75%;
	}
	.block-faq .description{
		margin-bottom:30px;
	}
	.block-content .content-lead{
		font-size:20px;
		line-height:26px;
	}
	.posts.styled .post .question{
		min-height:60px;
		padding-left:20px;
	}
	.posts:not(.styled) .post .question{
		background-position:top 1px left;
	}
	.posts .post .question p{
		font-size:16px;
		line-height:22px;
	}
	.block-docs .data .item,
	.block-docs .data .item:nth-child(6n+6){
		margin-right:20px;
	}
	.block-vacancies .block-text .container .block-content .content{
		margin:15px 0 0 120px;
	}
	.block-vacancies .block-text .container .block-content .content ul{
		margin:0;
	}
	.pagination{
		padding-top:40px;
	}
	body.template-default .block-news.other{
		margin-top:40px;
		padding-top:40px;
	}
	body.template-default .body .block-data.block-column-short .wrapper{
		max-width:94%;
	}
	.block.block-text{
		margin-bottom:40px;
	}
	.block-content-documents{
		margin-top:0;
		padding-bottom:10px;
	}
	.heading h2{
		font-size:24px;
		line-height:30px;
		text-align:center;
	}
	.heading p{
		font-size:16px;
		line-height:22px;
	}
	.block-points .items .item{
		width:18%;
		margin:0 1%;
		text-align:center;
	}
	.block-points .items .item::before{
		margin:0 auto;
		right:0;
	}
	.block-points .items .item::after{
		display:none;
	}
	.block-vacancies .posts.styled .answer .data{
		margin-left:20px;
		margin-right:20px;
	}
	.posts.styled .answer .data{
		margin-left:20px;
	}
	.posts.styled .answer .data::before{
		display:none;
	}
	.block-data{
		margin-bottom:40px;
	}
	.header .lang{
		margin:0;
	}
	body.iphone .mobile-body .block-search form .btn,
	body.iphone .form-search form .btn{
		top:-2px;
		right:-2px;
	}
	.block-products .slick-slide{
		width:560px;
		margin-right:40px;
	}
}
@media all and (max-width:1180px){
	.block-slider .slick-slider .slide .wrapper .data h3{
		font-size:36px;
		line-height:50px;
	}
	.block-slider .slick-slider .slide .wrapper .data p{
		font-size:20px;
		line-height:26px;
	}
	.block-quality .block-img{
		margin:0 20px 0 0;
	}
	.block-quality .block-text{
		margin:0 0 0 20px;
		padding-bottom:0;
	}
	.block-quality .block-text .wrapper .container{
		width:100%;
		margin-left:0;
	}
	.block-team .block-content .items .item{
		width:23%;
		margin:0 1%;
		padding-bottom:20px;
	}
	.block-invest .container ul{
		margin-bottom:0!important;
	}
	.block-invest .container ul li:last-child{
		margin-bottom:0!important;
	}
	.page-title h1{
		font-size:26px;
		line-height:32px;
	}
	body.template-default .block-products:not(.other-items) .block-content{
		padding-bottom:40px;
	}
	.block-column .block-text .container .content-title,
	.block-column-short .block-text .container .content-title,
	body.template-default .block-products:not(.other-items) .block-content .content-lead{
		font-size:20px;
		line-height:28px;
	}
	.block-vacancies .block-text .container .block-content .description{
		width:100%;
		margin:40px 0;
		padding:20px;
	}
	.block-vacancies .block-text .container .block-content .content{
		margin:0;
	}
	.block-data .block-img .img::before{
		top:0;
	}
	.block-column, .block-column-short{
		min-height:auto;
		margin-bottom:0;
		padding-bottom:40px;
	}
	.block-about,
	.block-product{
		min-height:auto;
	}
	.block-notice{
		margin:0;
		padding:20px;
	}
	.block-notice p{
		font-size:18px;
		line-height:26px;
	}
	.block-advantages .items{
		height:auto;
	}
	.block-product .container{
		margin-left:0!important;
	}
	.block-product .block-notice{
		min-height:auto;
		margin:0;
	}
	.block-product .description{
		position:static;
		margin-top:30px;
	}
	.block-product .block-img{
		width:100%;
	}
	.block-tabs .tabs .parents li{
		padding:0 20px;
	}
	body.template-default .block:not(.block-values) .items .item{
		margin-bottom:40px;
	}
	body.template-default .block-products.inner .items .item,
	body.template-default .block-products.inner .items .item:nth-child(2n+2){
		width:48%;
		height:auto;
		margin:0 2% 40px 0;
		text-align:left;
	}
	body.template-default .block-products.inner .items .item:nth-child(2n+2){
		margin:0 0 40px 2%;
	}
	body.template-default .block-products.inner .items .item .data{
		max-width:50%;
	}
	body.template-default .block-products.inner .items .item .content-title{
		font-size:18px;
		line-height:24px;
	}
	.block-values{
		margin-top:0;
	}
	.block-values .items .item{
		padding:20px;
	}
	.block-content-documents{
		margin-top:0;
	}
	.block-data .block-img .img{
		height:400px;
	}
	.block-docs .data .item{
		margin-top:20px;
	}
	.body::before{
		width:400px;
		height:400px;
		background-size:cover;
	}
	body.template-default .block:not(.block-values) .items{
		text-align:center;
	}
	body.template-default .block:not(.block-values) .items .item{
		width:29%;
		margin:0 2% 40px 2%;
	}
	body.template-default .block-team .items{
		text-align:left!important;
	}
	body.template-default .block-team .group:not(.list) .item{
		width:100%!important;
		margin:0 0 20px 0;
	}
	.block-team{
		margin-bottom:40px;
		background:#fff;
	}
	.block-team::before{
		display:none;
	}
}
@media all and (max-width:1024px){
	.block-team .block-content .items .item p:first-of-type{
		font-size:16px;
		line-height:22px;
	}
	.block-reviews .heading{
		margin-bottom:40px;
	}
	.block-reviews .carousel::before{
		left:100px;
	}
	.block-reviews .slick-list{
		width:auto;
	}
	.block-reviews .slick-list .slide{
		padding:40px 80px;
	}
	.block-reviews .carousel::before{
		width:65px;
		height:45px;
		background-size:contain;
		top:-20px;
		left:70px;
	}
	.block-news .items .item{
		max-width:350px;
	}
	.block-tabs .tabs .child > div p.content-lead{
		font-size:20px;
		line-height:26px;
	}
	body.template-default .block-team .group .item h3{
		font-size:18px;
		line-height:24px;
	}
	body.template-default .block-team .group .item p{
		line-height:26px;
	}
	body.template-default .block-team .group .item:last-child{
		margin-bottom:30px;
	}
	body.template-default .block-team .group.list .item .img{
		margin-bottom:20px;
	}
	.block-values .items .item{
		padding:15px;
	}
	.block-values .items .item .title{
		font-size:16px;
		line-height:22px;
	}
	.block-values .items .item p{
		font-size:14px;
		line-height:20px;
	}
	.block-faq .block-content .content-lead,
	.block-content .content-lead{
		font-size:18px;
		line-height:24px;
	}
	.block-faq .description{
		margin-bottom:15px;
	}
	.form-field label{
		font-size:16px;
	}
	.page-title h1{
		font-size:24px;
		line-height:30px;
	}
	.block-form .block-content{
		margin-bottom:30px;
	}
	.block-news .items .item .data{
		margin-top:20px;
	}
	.block-team{
		padding-bottom:0;
	}
	.block-team .block-content .items{
		font-size:0;
		display:inline-block;
	}
	.block-team .block-content .items .item{
		width:48%;
		min-height:225px;
		margin-bottom:40px;
		vertical-align:top;
		display:inline-block;
	}
	.block-files .data .item{
		width:100%;
	}
	.form-field label{
		width:100%;
	}
	.form-field .textbox,
	.form-field .textarea,
	.form-field .select{
		width:100%;
	}
	.block-form .form-field.upload,
	.block-form .form-field.notice,
	.form-footer{
		margin-left:0;
	}
	.fancybox-slide .item-hide{
		max-width:96%;
		text-align:center;
	}
	.fancybox-slide .item-hide .img{
		max-width:300px;
		margin:0 auto 20px auto;
	}
	.fancybox-slide .item-hide .img img{
		max-width:100%;
	}
	.fancybox-slide .item-hide.with-img{
		min-width:96%;
		max-width:96%;
	}
	.fancybox-slide .item-hide .img + .data{
		width:100%;
		max-width:100%;
	}
	.heading h2{
		font-size:20px;
		line-height:24px;
	}
	.block-data .block-img .img img{
		object-position:left;
	}
	.block-products .slick-slider::before{
		width:50px;
		pointer-events:none;
	}
	body.template-default .block-products.inner .items .item .content-title{
		font-size:16px;
		line-height:22px;
		margin-bottom:5px;
	}
	body.template-default .block-products:not(.other-items) .items .item .data{
		padding:10px;
		max-width:55%;
	}
	.block-products .item .data{
		width:60%;
	}
}
@media all and (max-width:840px){
	body.template-default .block-products.inner .items .item .img a{
		height:100%;
		display:flex;
		flex-direction:row;
		justify-content:center;
		align-items:center;
		flex-wrap:wrap;
	}
	body.template-default .block-products.inner .items .item .img::before{
		display:none;
	}
}
@media all and (max-width:800px){
	.block-products .heading h2{
		max-width:100%;
		font-size:20px;
		line-height:26px;
		margin:0 0 20px 0;
	}
	.block-products .heading p{
		max-width:100%;
	}
	.block-advantages .items{
		text-align:center;
		font-size:0;
		display:inline-block;
	}
	.block-advantages .items::before{
		display:none;
	}
	.block-advantages .items .item{
		width:29%;
		margin:0 2%;
		vertical-align:top;
		display:inline-block;
	}
	.block-advantages .items .item::before{
		right:-10px;
	}
	.block-advantages .items .item:nth-child(3n+3)::before{
		display:none;
	}
	.block-tabs .tabs .parents li{
		height:90px;
		font-size:14px;
		line-height:20px;
	}
	.block-tabs .tabs .parents li::before{
		width:30px;
		height:15px;
		background-size:contain;
		bottom:-10px;
	}
	.block-news .items .item{
		max-width:48%;
		margin-right:2%;
	}
	.block-news .items .item:nth-child(2n+2){
		margin:0 0 0 2%;
	}
	.block-slider .slick-slider .slide .wrapper .data h3{
		font-size:20px;
		line-height:26px;
		margin:0 0 10px 0;
	}
	.block-slider .slick-slider .slide .wrapper .data p{
		font-size:16px;
		line-height:22px;
		margin:0;
	}
	.block-404 .content-title{
		font-size:24px;
		line-height:30px;
	}
	.block-partners .slick-list{
		padding:0;
	}
	.block-partners .slick-track{
		max-width:none;
	}
	.block-partners .slick-slide{
		float:left;
	}
	.block-tabs .tabs{
		margin:40px 0;
	}
	.block-tabs .tabs .parents{
		width:100%;
		display:inline-block;
	}
	.block-tabs .tabs .parents li{
		width:100%;
		height:60px;
		margin-bottom:20px;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.block-values .items .item,
	.block-values .items .item:nth-child(3n+3){
		width:100%;
		max-width:100%;
		height:auto;
		margin-bottom:20px;
	}
	.block-values .items .item:last-child{
		margin-bottom:0;
	}
}
@media all and (max-width:720px){
	.block-products .heading h2,
	.block-tabs .heading h2{
		font-size:18px;
		line-height:24px;
	}
	.block-faq .block-data .img{
		max-width:50%;
	}
	.block-faq .block-data .data{
		max-width:100%;
		margin-top:20px;
	}
	.footer .to-top{
		display:none!important;
	}
	.posts.styled .question,
	.posts.styled .post.opened .question{
		background-position:center right 20px!important;
	}
	.block-docs .data .item,
	.block-docs .data .item:nth-child(6n+6){
		margin:0 10px 30px 10px;
	}
	.block-vacancies .block-text .container .block-content .description p{
		font-size:18px;
		line-height:24px;
	}
	.block-contacts .f-left,
	.block-contacts .f-right{
		width:100%;
		float:none;
	}
	.block-contacts .f-right{
		margin-top:20px;
	}
	.body::before{
		display:none;
	}
	.slick-slider .slick-arrow{
		width:30px;
		height:30px;
		margin-top:-15px;
	}
	.block-products .block-content .slick-arrow{
		top:-35px;
	}
	.btn,
	.content-button a{
		line-height:40px;
	}
	.block-team .block-content .items{
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
	}
	.block-team .block-content .items .item{
		min-height:250px;
	}
	.block > .wrapper,
	.header .wrapper,
	.footer .wrapper,
	.header .block-search,
	.wrapper.more-wrap,
	.block-partners .wrapper,
	.block-products .wrapper.more-wrap,
	.block.block-list .wrapper,
	body.template-default .body > .wrapper,
	body.template-default .block-products.other-items .wrapper,
	body.template-default .block-products.other-items .wrapper.more-wrap,
	body.template-default .block-products.inner .wrapper,
	body.template-default .block.block-text .wrapper,
	body.template-default .block.block-content .wrapper{
		padding:0 15px;
	}
	body.template-default .body .block-faq > .wrapper,
	body.template-default .body .block-docs > .wrapper,
	body.template-default .body .block-files > .wrapper,
	body.template-default .body .block-tabs > .wrapper,
	body.template-default .body .block-content-documents > .wrapper,
	body.template-default .body .block-contacts > .wrapper,
	body.template-default .body .block-form > .wrapper,
	body.template-default .body .block-search > .wrapper,
	body.template-default .body .block-vacancies > .wrapper{
		padding:0 15px;
	}
	.block-slider .slick-slider .slide .wrapper .data{
		padding:0 15px;
	}
	.block-data > .wrapper{
		padding:0;
		margin:0;
		display:inline-block;
	}
	.block-data .block-text,
	.block-data .block-img{
		width:100%!important;
		max-width:100%!important;
	}
	.block-data .block-img{
		margin:0!important;
	}
	.block-data .block-img .img{
		height:250px;
	}
	.block-data .block-text{
		margin:40px 0 0 0!important;
		padding:0 15px;
	}
	.block-data .block-text .container{
		max-width:100%!important;
	}
	.block-data .block-text .wrapper .container .block-notice{
		min-height:auto;
		margin:0;
		padding:20px;
	}
	.block-product .block-text .wrapper .container .block-notice .description{
		position:static;
	}
	.block-data .block-text .wrapper .container .block-content{
		max-width:100%;
		margin-top:40px;
	}
	body.template-default .block-products:not(.other-items) .items .img{
		z-index:10;
	}
	.block-column .block-text .container .content-title,
	.block-column-short .block-text .container .content-title,
	body.template-default .block-products:not(.other-items) .block-content .content-lead{
		font-size:18px;
		line-height:24px;
	}
	.block-products .item{
		height:190px;
		overflow:hidden;
	}
	.block-products .item .img{
		width:160px;
	}
	.block-products .slick-slider::before{
		height:190px;
		top:0;
	}
	.block-products .item .data{
		padding:15px;
	}
	.block-products .item .data .content-title{
		font-size:18px;
		line-height:24px;
	}
	.page-title h1{
		font-size:20px;
		line-height:26px;
	}
	.posts.styled .answer .data{
		margin:10px 20px;
	}
	.block-vacancies .posts.styled .answer .data .btn{
		margin-top:20px;
	}
	.block-data .block-text .wrapper .container .block-notice p{
		font-size:18px;
		line-height:24px;
	}
	.fancybox-slide .item-hide,
	.fancybox-slide .item-hide.with-img{
		max-width:100%;
		height:100vh;
		margin:0;
		padding:40px 20px 20px 20px;
	}
	.fancybox-slide .item-hide .data h3{
		font-size:18px;
		line-height:24px;
	}
	.fancybox-close-small{
		top:15px;
		right:15px;
	}
	.fancybox-slide .item-hide .img img{
		max-width:70%;
	}
	.block-data.block-column .block-img .img{
		height:420px;
		margin:0;
		object-position:top;
	}
	.block-column .block-img .img,
	.block-column-short .block-img .img{
		width:100%;
	}
	body.template-default .block:not(.block-values) .items .item{
		width:46%;
	}
	.block-invest .heading{
		text-align:center;
	}
}
@media all and (max-width:540px){
	.footer .menu-down .level-1 > li{
		width:100%;
		text-align:center;
	}
	.footer .menu-down .level-1 > li:first-child{
		margin:0 0 40px 0;
	}
	.block-column .block-text .container .content-title,
	.block-column-short .block-text .container .content-title,
	body.template-default .block-products:not(.other-items) .block-content .content-lead{
		font-size:16px;
		line-height:24px;
	}
	.block-product .block-notice{
		padding:20px;
	}
	.form-search form .btn{
		line-height:50px;
	}
	.block-data .block-img .img,
	.block-about .block-img .img,
	.block-product .block-img .img{
		height:220px;
	}
	.block-product .block-notice p,
	.block-product .block-notice li{
		font-size:16px;
		line-height:22px;
	}
	.block-data .block-img,
	.block-about .block-img,
	.block-column .block-img,
	.block-column-short .block-img{
		width:100%;
	}
	.block-data .block-img .wrapper,
	.block-about .block-img .wrapper,
	.block-column .block-img .wrapper,
	.block-column-short .block-img .wrapper{
		max-width:100%!important;
	}
	.block-column-short .block-img .img{
		background-position:top left!important;
	}
	.block-products .item,
	.block-products .item .img img{
		overflow:hidden;
	}
	.block-products .item .data{
		max-width:50%;
		padding:10px;
	}
	.block-products .item .data .content-title{
		font-size:16px!important;
		line-height:22px!important;
		margin-bottom:10px;
	}
	.page-title{
		margin:20px 0;
	}
	.page-title h1,
	.block-points .heading h2,
	.heading h2,
	.block-vacancies .heading h2{
		font-size:18px;
		line-height:24px;
	}
	.block-points .heading{
		margin-bottom:10px;
	}
	.block-values .items .item .title{
		font-size:16px;
		line-height:22px;
	}
	body.template-default .items .item{
		width:100%;
		padding:0;
		margin:0 0 20px 0;
	}
	body.template-default .block-values .items .item{
		padding:20px;
	}
	body.template-default .items .item::before,
	body.template-default .items .item::after{
		display:none;
	}
	.block-values{
		margin-top:40px;
	}
	body.template-default .block-team .group .item h3{
		font-size:16px;
		line-height:22px;
	}
	body.template-default .block-team .group.list .item{
		width:48%;
		margin:0 1% 20px 1%!important;
	}
	body.template-default .block-team .group .item p{
		margin:5px 0 0 0;
		display:block;
	}
	.block-docs .data .item{
		width:130px;
	}
	.block-docs .data .item .img{
		height:185px;
	}
	.block-vacancies .posts.styled .answer .data{
		margin-left:20px;
	}
	.block-content .content-title{
		font-size:16px;
		line-height:22px;
	}
	.posts:not(.styled) .post .question{
		padding-left:30px;
		background-size:16px auto;
	}
	.posts .post .question p,
	.posts .post .answer p{
		font-size:14px;
		line-height:20px;
	}
	.contacts-map{
		margin-top:40px;
		height:200px;
	}
	.content-phone{
		font-size:18px;
		line-height:26px;
	}
	.block-advantages .items .item{
		width:44%;
		margin:0 3%;
	}
	.block-advantages .items .item .img{
		max-height:45px;
		margin:40px 0 20px 0;
	}
	.block-advantages .items .item .img img{
		max-height:45px;
	}
	.block-advantages .items .item:nth-child(2n+2)::before{
		display:none;
	}
	.block-advantages .items .item:nth-child(3n+3)::before{
		display:block;
	}
	.block-team .block-content .items .item{
		padding:50px 10px 20px 10px;
	}
	.block-team .block-content .items .item .data p{
		font-size:14px;
	}
	.block-reviews .slick-list .slide{
		padding:40px;
	}
	.block-reviews .slick-list .slide .data p{
		font-size:14px;
		line-height:22px;
	}
	.posts .post{
		margin-bottom:15px;
	}
	.block-slider .slick-slider .slick-arrow.slick-prev{
		left:20px;
	}
	.block-slider .slick-slider .slick-arrow.slick-next{
		right:20px;
	}
	.fancybox-slide .fancybox-alert{
		max-width:340px;
	}
	.block-404 table td{
		width:100%;
		text-align:center;
		display:inline-block;
	}
	.block-404 table td img{
		max-width:250px;
	}
	.block-news .items .item .data .content-title{
		font-size:18px;
		line-height:24px;
	}
	.date, .content-date{
		font-size:14px;
		line-height:20px;
	}
	.btn,
	.content-button a{
		line-height:35px;
		font-size:14px;
	}
	.block-slider .slick-slider .slide .wrapper .data h3{
		font-size:18px;
		line-height:24px;
	}
	.block-slider .slick-slider .slide .wrapper .data p{
		font-size:14px;
		line-height:20px;
	}
	.block-slider .slick-slider .slide .wrapper .data .content-button{
		margin-top:10px;
	}
	.content-button{
		width:100%;
		text-align:center;
		display:inline-block;
	}
	.block-data .block-text .wrapper .container .block-content ul li{
		font-size:14px;
		line-height:20px;
		background-size:18px auto;
	}
	.block-slider img{
		width:100%;
		height:140px;
	}
	.posts.styled .question,
	.posts.styled .post.opened .question{
		background-size:20px auto;
		padding-right:50px;
	}
	body.template-default .block-points .items .item{
		width:100%!important;
		margin:20px 0 0 0!important;
	}
	body.template-default .block-points .items .item p{
		font-size:16px;
		line-height:22px;
	}
	body.template-default .block-team .group .item p{
		font-size:14px;
		line-height:20px;
	}
	.block-form .form-field.notice span{
		font-size:14px;
		line-height:20px;
	}
	.block-products .slick-slide{
		width:340px;
		margin-right:40px;
	}
	body.template-default .block-products.inner .items .item,
	body.template-default .block-products.inner .items .item:nth-child(2n+2){
		width:100%;
		margin:0 0 20px 0;
	}
	.posts .post .answer .data{
		margin-left:30px;
	}
}
