/*KATALOG*/
.s-katalog{}
.katalog-items{
	margin-top: 40px;
}
.katalog-items:not(.katalog-items_item_mt) .row{
	margin: 0 -5px;
}
.katalog-items:not(.katalog-items_item_mt) div[class*="col-"]{
	padding: 0 5px;
}
.katalog-items__item{
	margin-top: 10px;
	padding: 35px 40px 40px;
	background-color: #f6f7f9;
	overflow: hidden;
	height: calc(100% - 10px);
}
.katalog-items_item-height .katalog-items__item{
	min-height: 290px;
	height: auto;
}
@media only screen and (min-width : 992px) {
	.katalog-items_item_mt{
		margin-top: 10px;
	}
}
.katalog-items_item_mt .katalog-items__item{
	margin-top: 30px;
	height: calc(100% - 30px);
}
.section_bg .katalog-items__item{
	background-color: #fff;
}
.katalog-items__item:hover{
	box-shadow: 0 20px 60px rgba(84, 97, 106, 0.2);
}
.katalog-items__item.katalog-items__item_big{
	height: calc(100% - 10px);
}
.katalog-items__text{
	position: relative;
	z-index: 5;
	max-width: 60%;
	color: #54616a;
}
.katalog-items_img-left .katalog-items__text{
	max-width: 100%;
	padding-left: 150px;
	color: #8a96a2;
}
.katalog-items_img-left .katalog-items__img{
	right: auto;
	left: 0;
	width: 190px;
	text-align: center;
}
.katalog-items_img-left .katalog-items__img img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.katalog-items_img-left .katalog-items__img::before{
	right: 100%;
	bottom: 100%;
}
.katalog-items__link{
	color: #262e31;
}
.katalog-items__list{
	margin-top: 25px;
}
.katalog-list__item{
	font-size: 16px;
	margin-top: 5px;
}
.katalog-items__img{
	position: absolute;
	bottom: 0;
	right: 0;
	/*line-height: 290px;*/
	line-height: 350px;
	height: 100%;
}
.katalog-items__img img{
	position: relative;
	z-index: 3;
	left: 40%;
}
.katalog-items__img_bottom{
	min-width: 50%;
	text-align: center;
}
.katalog-items__img-bottom{
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	text-align: center;
}
.katalog-items__img-bottom img{
	left: 0;
}

#katalog2 .katalog-items__img-bottom img{
	left: 30px;
}
.katalog-items__img::before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 350px;
	height: 350px;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	-o-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	border-radius: 50%;
	background-color: #e6e9f0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.katalog-items__item:hover .katalog-items__img::before{
	background-color: #d9b00d;
}
@media only screen and (min-width : 576px) {
	.katalog-items__item_big .katalog-items__img::before{
		width: 807px;
		height: 807px;
		margin-right: -150px;
	}
}
@media only screen and (max-width : 1199px) {
	.katalog-items__item{
		padding-left: 30px;
		padding-right: 30px;
	}
	.katalog-items__img img{
		max-height: 475px;
	}
}
@media only screen and (max-width : 991px) {
	.katalog-items{
		margin-top: 20px;
	}
	.katalog-items__img img{
		max-height: 300px;
	}
	.katalog-items_img-left .katalog-items__text{
		padding-left: 100px;
	}
	.katalog-items_img-left .katalog-items__img{
		width: 130px;
	}
	.katalog-items_img-left .katalog-items__img::before{
		width: 225px;
		height: 225px;
	}
}
@media only screen and (max-width : 767px) {
	.katalog-items{
		margin-top: 10px;
	}
	.katalog-items__list{
		margin-top: 15px;
	}
	.katalog-list__item{
		font-size: 14px;
	}
}
@media only screen and (max-width : 575px) {
	.katalog-items__item{
		padding: 20px 25px 25px;
	}
	.katalog-items__text{
		max-width: 70%;
	}
	.katalog-items__img_bottom{
		min-width: 40%;
	}	
	.katalog-items__img::before{
		width: 250px;
		height: 250px;
	}
}
/*/KATALOG*/

/*FORM*/
.s-form{}
.s-form__img{
	position: absolute;
	text-align: center;
}
.s-form__img1{
	position: absolute;
	top: -45px;
	right: 30px;
}
.s-form__img2{
	top: -20px;
	left: 0;
}
.s-form__cirlce-decor.circle-decor{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.s-form__img1 .s-form__cirlce-decor.circle-decor{
	top: 50px;
}
.s-form__img2 .s-form__cirlce-decor.circle-decor{
	top: 30px;
	margin-left: 50px;
}
.s-form__img img{
	max-width: none;
	position: relative;
	z-index: 3;
}
.s-form__img3{
	position: relative;
}
.s-form__img3 img{
	left: -100px;
}
.s-form__img1 .s-form__cirlce-decor.circle-decor{
	margin-left: -40px;
}
.s-form__img3 .s-form__cirlce-decor.circle-decor{
	top: 180px;
	margin-left: -20px;
}
@media only screen and (min-width : 992px) {
	.s-form__img3 .s-form__cirlce-decor.circle-decor{
		width: 413px;
		height: 413px;
	}
}
.s-form__author{
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
}
.s-form__discount{
	position: absolute;
	top: 40px;
	left: 60px;
	right: 0;
	padding-top: 50px;
	text-align: center;
	z-index: 4;
}
@media only screen and (min-width : 576px) {
	.s-form_form1 .s-form__form{
		margin-left: auto;
	}
}
.s-form__title{
	position: relative;
	z-index: 5;
}
.s-form__form{
	max-width: 415px;
}
.s-form__form_mt40{
	margin-top: 40px;
}
.s-form_form4 .s-form__form{
	padding-bottom: 70px;
}
.s-form__btn-wrap{
	margin-top: 55px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.s-form__img1{
		top: 0;
	}
	.s-form__img1 img{
		max-width: 700px;
	}
	.s-form__img1 .s-form__cirlce-decor.circle-decor{
		top: 0;
		margin: 0;
	}
	.s-form__img2 img{
		max-width: 650px;
	}
	.s-form__discount{
		left: -30px;
	}
	.s-form__img2 .s-form__cirlce-decor.circle-decor{
		margin-left: 0;
	}
	.s-form__btn-wrap{
		margin-top: 40px;
	}
	.s-form__img3 img{
		max-width: 410px;
	}
}
@media only screen and (max-width : 767px) {
	.s-form__img1{
		top: 50px;
	}
	.s-form__img1 img{
		max-width: 500px;
	}
	.s-form__btn-wrap{
		margin-top: 30px;
	}
	.s-form__img3 img{
		width: 350px;
	}
	.s-form__author{
		bottom: 40px;
	}
	.s-form__form_mt40{
		margin-top: 30px;
	}
	.s-form_form4 .s-form__form{
		padding-bottom: 50px;
	}
}
@media only screen and (max-width : 575px) {

}
/*/FORM*/

/*ADVICE*/
.s-advice{
}
.s-advice__title{
	position: relative;
	z-index: 5;
}
.advice-items{
}
.advice-items__item{
}
.advice-items__img{
	height: 340px;
}
.advice-items__text{
	margin: -120px auto 0;
	max-width: 410px;
	background-color: #fff;
	padding: 35px 20px 10px 40px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.advice-items__text{
		padding: 20px 20px;
	}
	.advice-items__img{
		height: 300px;
	}
	.advice-items__text{
		margin-top: -50px;
	}
}
@media only screen and (max-width : 767px) {
	.advice-items__img{
		height: 225px;
	}
	.advice-items__text{
		margin: -60px 15px 0;
	}
}
@media only screen and (max-width : 575px) {
}
/*/ADVICE*/

/*ABOUT*/
.s-about{}
.about{}
.about__text{
	margin-top: -100px;
	background-color: #fff;
	padding: 45px 60px 0;
}
.about__desc{
	font-size: 16px;
}
.about__desc,
.about__desc *{
	line-height: 1.8em;
}
.about__desc b{
	color: #262e31;
}
.about-items{
	margin-top: 0;
}
.about-items__item{
	max-width: 185px;
	text-align: center;
}
.about-items__number{
	margin-bottom: -20px;
	z-index: 2;
}
.about-items__icon{
	margin: 0 auto 20px;
	width: 113px;
	height: 113px;
	line-height: 111px;
	text-align: center;
	border: 1px solid rgba(186,192,204,.4);
	border-radius: 50%;
	position: relative;
}
.about-items__icon::before{
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-color: white;
	border-radius: 50%;
	box-shadow: 0 10px 30px rgba(38, 46, 49, 0.1);
	z-index: 2;
}
.about-items__icon img{
	position: relative;
	z-index: 3;
}
.icon-line{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.icon-line::before,
.icon-line::after{
	content: '';
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: rgba(38, 46, 49, 0.1);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.icon-line::before{
	top: 8px;
	right: -1px;
}
.icon-line::after{
	bottom: 8px;
	left: -1px;
}
@media only screen and (max-width : 1199px) {
	.about__text{
		padding: 35px 40px 0;
	}
}
@media only screen and (max-width : 991px) {
	.about__text{
		padding: 20px;
	}
}
@media only screen and (max-width : 767px) {
	.about__text{
		margin: 0;
	}
	.about__desc{
		font-size: 14px;
	}
	.about-items__icon{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/ABOUT*/

/*TEAM*/
.s-team{}
.team-lead{
	margin-top: 70px;
	padding-bottom: 20px;
}
.team-lead__positon{
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.photo-big{
	text-align: center;
}
.photo-big__photo{
	margin: 0 auto;
	width: 424px;
	height: 424px;
	background-color: #d9b00d;
	background-image: url(../img/bg/team_img.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	text-align: center;
	position: relative;
}
.photo-big__line{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.photo-big__line::before,
.photo-big__line::after{
	content: '';
	position: absolute;
	top: -60px;
	bottom: -60px;
	right: -60px;
	left: -60px;
	border: 1px solid rgba(187,193,205,.6);
	border-left-color: transparent;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	-o-transform: rotate(55deg);
	transform: rotate(55deg);
}
.photo-big__line::after{
	top: -30px;
	bottom: -30px;
	right: -30px;
	left: -30px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.photo-big__photo::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .85;
	background-color: #d9b00d;
	border-radius: 50%;
}
.photo-big__photo::before{
	content: '';
	position: absolute;
	top: -20px;
	left: -80px;
	width: 288px;
	height: 184px;
	opacity: 0.2;
	background-image: url(../img/icons/quote.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.photo-big__img{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 9;
}
.photo-big__img img{
	position: relative;
}
.photo-big__author{
	margin-top: -95px;
	vertical-align: top;
	position: relative;
	z-index: 9;
}

.team-items{
	margin-top: 35px;
}
.team-items__carousel.owl-carousel .owl-stage-outer{
	overflow: visible;
}
.owl-item .team-items__item{
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.owl-item.active .team-items__item{
	opacity: 1!important;
}
.owl-item.active + .owl-item .team-items__item,
.owl-item.active + .owl-item + .owl-item .team-items__item,
.owl-item.active + .owl-item + .owl-item + .owl-item .team-items__item,
.owl-item.active + .owl-item + .owl-item + .owl-item + .owl-item .team-items__item{
	opacity: .4;
}
.team-items__item{
	padding-top: 20px;
}
.team-items__number{
	position: absolute;
	top: -20px;
	left: -20px;
	color: #bbc1cd;
}
.team-items__photo{
	position: relative;
	display: inline-block;
	margin-left: 35px;
	margin-top: -15px;
}
.team-items__photo img{
	border-radius: 50%;
	max-width: 168px;
	max-height: 168px;
}
.team-items__photo::before,
.team-items__photo::after{
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
	border-radius: 50%;
	border: 1px solid #e4e7ec;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.team-items__photo::before{
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}
.team-items__photo::after{
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}
.team-items__photo-glow{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#bbc1cd), color-stop(45%, transparent), color-stop(46%, transparent), to(transparent));
	background-image: -webkit-linear-gradient(bottom, #bbc1cd 0%, transparent 45%, transparent 46%, transparent 100%);
	background-image: -o-linear-gradient(bottom, #bbc1cd 0%, transparent 45%, transparent 46%, transparent 100%);
	background-image: linear-gradient(to top, #bbc1cd 0%, transparent 45%, transparent 46%, transparent 100%);
}
.team-items__text{
	padding-left: 140px;
	margin-top: -30px;
	position: relative;
	z-index: 5;
}
.team-list__item{
	margin-top: 5px;
}
.team-list__link{
	font-weight: 700;
	color: #262e31;
}
.team-items_item-center .team-items__item{
	text-align: center;
}
.team-items_item-center .team-items__photo{
	margin: 0;
}
.team-items_item-center .team-items__text{
	padding: 10px 0 0;
	margin: 15px 0 0;
}
@media only screen and (max-width : 1199px) {
	.team-lead{
		margin-top: 50px;
	}
	.team-lead__photo::before{
		width: 250px;
	}

}
@media only screen and (max-width : 991px) {
	.team-lead{
		padding-bottom: 0;
	}
	.team-lead__positon{
		margin-bottom: 20px;
	}
	.photo-big__photo::before{
		width: 200px;
	}
	.photo-big__positon{
		font-size: 14px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.photo-big__photo{
		width: 290px;
		height: 290px;
	}
	.photo-big__line::before{
		top: -30px;
		bottom: -30px;
		left: -30px;
		right: -30px;
	}
	.photo-big__line::after{
		top: -15px;
		bottom: -15px;
		left: -15px;
		right: -15px;
	}
	.team-items{
		margin-top: 20px;
	}
}
@media only screen and (max-width : 767px) {
	.photo-big__photo::before{
		width: 150px;
		top: -40px;
	}
	.team-lead__text{
		padding-top: 10px;
	}
}
@media only screen and (max-width : 575px) {
	.team-items__photo{
		max-width: 150px;
	}
	.team-items__photo img{
		max-width: 150px;
		max-height: 150px;
	}
	.team-items__photo::before, 
	.team-items__photo::after{
		top: -15px;
		right: -15px;
		bottom: -15px;
		left: -15px;
	}
	.team-items__text{
		padding-left: 100px;
		margin-top: -25px;
	}
	.photo-big__photo::before{
		width: 100px;
		left: -50px;
	}
}
/*/TEAM*/

/*quality*/
.s-quality{
	background-image: url(../img/bg/quality.jpg);
}
.quality-items{
}
.quality-items__item{
	max-width: 540px;
}
.quality-items__img{
	height: 340px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.quality-items__text{
	margin: -125px 0 0 85px;
	padding: 40px 0 20px 40px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.quality-items__text{
		padding: 25px 0 20px 25px;
	}
}
@media only screen and (max-width : 767px) {
	.quality-items__item{
	}
	.quality-items__img{
		height: 200px;
		max-width: 300px;
	}
	.quality-items__text{
		margin-top: -70px;
		margin-left: 55px;
		padding: 20px 0 20px 25px;
	}
}
@media only screen and (max-width : 767px) and (min-width : 576px)  {
	.quality-items__desc{
		font-size: 11px;
	}
}
@media only screen and (max-width : 575px)  {
}
/*/quality*/

/*DOCS*/
.s-docs{}
.docs-items{
}
@media only screen and (min-width : 1400px)  {
	.docs-items__carousel .owl-prev,
	.docs-items__carousel .owl-next{
		top: 185px;
		bottom: auto;
	}/*
	.s-clients .docs-items__carousel .owl-prev,
	.s-clients .docs-items__carousel .owl-next{
		top: 78px;
	}*/
}
.docs-items__carousel.owl-carousel .owl-stage-outer{
	overflow: visible;
}
.docs-items__carousel .owl-item{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.docs-items__carousel .owl-item.active{
	opacity: 1;
	visibility: visible;
}
.docs-items__item{
	max-width: 255px;
	text-align: center;
}
.docs-items__img{
	display: block;
	width: 100%;
	height: 355px;
}
.docs-items__img-wrap{
	position: relative;
	z-index: 3;
}
.docs-items__link{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin-top: 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 20px;
	z-index: 9;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.docs-items__img-wrap:hover .docs-items__link{
	opacity: 1;
	margin-top: 50px;
}
.docs-items__link:hover{
	color: #262e31;
}
.docs-items__link::before,
.docs-items__link::after{
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 11px;
	height: 12px;
	background-image: url(../img/icons/download.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.docs-items__link::before{
	opacity: 1;
	background-image: url(../img/icons/download-white.png);
}
.docs-items__link::after{
	opacity: 0;
}
.docs-items__link:hover::before{
	opacity: 0s;
}
.docs-items__link:hover::after{
	opacity: 1;
}
.docs-items__desc{
	max-width: 215px;
	margin: 25px auto 0;
}

@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.docs-items__desc{
		margin-top: 15px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/DOCS*/

/*REVIEWS*/
.s-reviews{}
.reviews-items{
}
.reviews-items__item{
	padding: 20px;
	padding-bottom: 95px;
	background-color: white;
	box-shadow: 0 20px 60px rgba(38, 46, 49, 0.1);
	overflow: hidden;
}
.reviews-items__item::before{
	content: '';
	position: absolute;
	bottom: -30px;
	right: 35px;
	width: 156px;
	height: 100px;
	background-image: url(../img/icons/quote.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	opacity: .2;
}
.reviews-items__item_video::before{
	bottom: -75px;
	width: 162px;
	height: 142px;
	background-image: url(../img/icons/video.png);
	opacity: 1;
}
.reviews-items__img{
	height: 252px;
}
.reviews-items__text{
	padding: 35px 20px;
}
.reviews-items__link-wrap .b-link-arrow::before{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	padding-right: 20px;
}
.reviews-items__link-wrap .b-link-arrow:hover::before{
	right: 0;
	top: 5px;
	opacity: 1;
}
.reviews-items__link-wrap .b-link-arrow.active::before{
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
.reviews-items__link-wrap .b-link-arrow.active:hover::before{
	top: -5px;
}
.reviews-items__author{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 20px;
	margin-top: 0;
	padding: 20px 20px 0;
	border-top: 1px solid #e4e6eb;
}
.reviews-items__item_video .reviews-items__author{
	border-top: none;
}
@media only screen and (max-width : 1199px) {
	.reviews-items__text{
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
@media only screen and (max-width : 991px) {
	.reviews-items__text{
	}
	.reviews-items__item::before{
		width: 100px;
		height: 64px;
		right: 20px;
		bottom: -20px;
	}
	.reviews-items__item_video::before{
		height: 88px;
		bottom: -40px;
	}
}
@media only screen and (max-width : 767px) {
	.reviews-items__text,
	.reviews-items__author{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width : 575px) {
	.reviews-items__item{
		padding-bottom: 85px;
	}
	.reviews-items__img{
		height: 200px;
	}
}
/*/REVIEWS*/

/*NEWS*/
.s-news{}
.news-items{
}
.news-items__item{
}
.news-items__img{
	max-width: 300px
}
.news-items__img::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #d9b00d;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news-items__img:hover::before{
	opacity: .65;
}
.news-items__item_page .news-items__img::before{
	display: none;
}
.news-items__item_page .news-items__img{
	height: 355px;
	max-width: 100%;
}
.news-items__item_page .news-items__text{
	padding-top: 35px;
}
.news-items__item_page .news-items__desc,
.news-items__item_page .news-items__desc *{
	line-height: 1.5em;
}
.news-items__soc{
	margin-top: 50px;
}
.news-items__soc .soc-list{
	margin-top: 0;
	margin-right: 20px;
}
.news-items__comments{
	margin-top: 40px;
}
@media only screen and (min-width : 576px) {
	.news-items__item_big .news-items__img{
		height: 290px;
		max-width: 100%;
	}
	.news-items__item_big .news-items__text{
		padding: 30px 30px 0;
	}
}
@media only screen and (max-width : 991px) and (min-width : 576px) {
	.news-items__item_big .news-items__text{
		padding: 20px 20px 0;
	}
}
@media only screen and (max-width : 1199px) {
	.news-items__item_page .news-items__img{
		height: 320px;
	}
}
@media only screen and (max-width : 991px){
	.news-items__item_page .news-items__img{
		height: 250px;
	}
	.news-items__soc,
	.news-items__comments{
		margin-top: 30px;
	}

}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
	.news-items__text{
		padding-top: 15px;
		padding-bottom: 10px;
	}
}
/*/NEWS*/

/*CONTACTS*/
.s-contacts{}
.contacts__map{
	height: 400px;
	background-color: #f6f7f9;
}
.contacts-items{
	margin-top: 5px;
}
.contacts-items__item{
	max-width: 250px;
}
.contacts-items__title{
	margin-bottom: 25px;
}
.contacts-items__list.contacts-list{
	margin-top: 0;
}
.contacts-items__link-wrap,
.contacts-items__btn-wrap{
	margin-top: 40px;
}
.contacts-items__btn-wrap{
	max-width: 175px;
}
@media only screen and (max-width : 1199px) {
	.contacts__map{
		height: 350px;
	}
	.contacts-items__link-wrap,
	.contacts-items__btn-wrap{
		margin-top: 30px;
	}
}
@media only screen and (max-width : 991px) {
	.contacts__map{
		height: 300px;
	}
	.contacts-items__list.contacts-list{
		margin-top: 15px;
	}
	.contacts-items__link-wrap,
	.contacts-items__btn-wrap{
		margin-top: 25px;
	}
	.contacts-list__item.contacts-list__item_icon-none{
		padding-bottom: 0;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/CONTACTS*/

/*INFO*/
.s-info{}
.info{
	padding-left: 50px;
}
.info-img{
	max-width: 239px;
	text-align: center;
	position: relative;
}
.info-img::before{
	content: '';
	position: absolute;
	top: -20px;
	right: 15px;
	width: 178px;
	height: 73px;
	background-color: #d9b00d;
	border-radius: 15px;
}
.info-img__bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #2a3235;
	border-radius: 0 35px 35px 35px;
}
.info-img__bg::before{
	content: '';
	position: absolute;
	top: -35px;
	left: 0;
	width: 110px;
	height: 35px;
	background-color: #2a3235;
	border-radius: 35px 35px 0 0;
}
.info-img__logo{
	max-width: 157px;
	margin: 0 auto;
	line-height: 165px;
	position: relative;
	z-index: 3;
}
.info__btn-wrap{
	margin-top: 40px;
	max-width: 250px;
}
@media only screen and (max-width : 1199px) {
	.info__btn-wrap{
		margin-top: 30px;
	}
	.info{
		padding-left: 0;
	}
}
@media only screen and (max-width : 991px) {
	.info__btn-wrap{
		margin-top: 20px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
	.info{
		padding-top: 10px;
	}
	.info-img{
		max-width: 200px;
	}
	.info-img__logo{
		line-height: 125px;
	}
}
/*/INFO*/

/*KINDS*/
.s-kinds{}
.kinds-items{
	margin-top: 40px;
}
.kinds-items .row{
	margin: 0 -5px;
}
.kinds-items div[class*="col-"]{
	padding: 0 5px;
}
.kinds-items__item{
	margin-top: 15px;
	text-align: center;
	padding: 10px 20px 85px;
}
.items_item-max .kinds-items__item{
	height: calc(100% - 15px);
}
.kinds-items__item:hover{
	box-shadow: 0 20px 60px rgba(84, 97, 106, 0.2);
}
.kinds-items__item,
.kinds-items__img,
.section_bg .kinds-items__temp{
	background-color: #f6f7f9;
}
.section_bg .kinds-items__item,
.section_bg .kinds-items__img,
.kinds-items__temp{
	background-color: #fff;
}
.kinds-items__img{
	line-height: 200px;
}
.kinds-items__img img{
	max-height: 200px;
}
.kinds-items__text{
	padding-top: 20px;
}
.kinds-items__desc{
	max-width: 195px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.kinds-items__info{
	font-size: 12px;
}
.kinds-items__price{
	color: #262e31;
	font-size: 20px;
	font-weight: 700;
}
.kinds-items__info,
.kinds-items__price,
.kinds-items__temp{
	margin-top: 10px;
}
.kinds-items__temp{
	padding: 8px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #262e31;
}
.kinds-items__list{
	margin: 25px auto 0;
	padding: 0 20px;
}
.kinds-list__item{
	margin-top: 5px;
	text-align: left;
}
.kinds-items__item .kinds-list__item{
	font-size: 12px;
	margin-top: 10px;
}
.kinds-list__label{
	float: left;
	width: 100%;
	max-width: 145px;
	padding-right: 10px;
	font-weight: 600;
	color: #262e31;
}

.kinds-list__value{
    text-align: right;
}
.kinds-list__label.kinds-list__label-color{
    max-width: 80px;
}
.kinds-list__label.kinds-list__label-plotnost{
     max-width: 130px;
}
.kinds-list__label.kinds-list__label-rashod{
     max-width: 80px;
}
.kinds-list__label.kinds-list__label-size_ob{
    max-width: 140px;
}
.kinds-items__btn-wrap{
	margin-top: 0;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.kinds-items__btn-wrap .btn{
	text-transform: uppercase;
}
.kinds-items__btn-wrap .link{
	margin-bottom: 15px;
}
@media only screen and (max-width : 1199px) {
	.kinds-items{
		margin-top: 30px;
	}
}
@media only screen and (max-width : 991px) {
	.kinds-items{
		margin-top: 20px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/KINDS*/

/*CLIENTS*/
.s-clients{}
.clients-items{
}
.clients-items__item{
	text-align: center;
}
.clients-items__img{
	line-height: 148px;
	text-align: center;
	background-color: white;
	border-radius: 2px;
	box-shadow: 0 11px 40px rgba(0, 0, 0, 0.1);
}
.clients-items__text{
	padding-top: 25px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.clients-items__text{
		padding-top: 20px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/CLIENTS*/

/*VIDEO*/
.s-video{}
.video-items{
	padding-top: 20px;
}
.video-items__item{
	padding-left: 40px;
	color: #8a96a2;
}
.video-items__item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	background-image: url(../img/icons/decor_circle.svg);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;	
	background-position: center;
}
.video-bottom{
	margin-top: 45px;
}
.video-bottom__btn-wrap{
	text-align: right;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.video-bottom{
		margin-top: 30px;
		text-align: center;
	}
	.video-bottom__btn-wrap{
		text-align: center;
		margin-top: 10px;
	}
	.video-items{
		padding-top: 10px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/VIDEO*/

/*MANAGER*/
.s-manager{}
.manager{
	padding-top: 20px;
}
.manager__left{
	padding-top: 50px;
}
.manager-items{
	margin-top: -30px;
}
.manager-items__item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.manager-items__icon{
	width: 110px;
	height: 110px;
	line-height: 107px;
	text-align: center;
	border-radius: 50%;
	background-image: url(../img/bg/manager_circle.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	margin-right: 30px;
	position: relative;
}
.manager-items__icon::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 71px;
	height: 72px;
	border-radius: 50%;
	background-color: white;
	box-shadow: 0 15px 65px rgba(84, 97, 106, 0.22);
}
.manager-items__icon img{
	position: relative;
	z-index: 3;
}
.manager-items__number{
	position: absolute;
	top: -5px;
	left: 5px;
	font-size: 18px;
	font-weight: 700;
	color: #262e31;
	opacity: .2;
}
.manager-items__text{
	padding-top: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width : 1199px) {
	.manager-items__text{
		padding-top: 0;
	}
}
@media only screen and (max-width : 991px) {
	.manager-items__text{
		padding-bottom: 20px;
	}
	.manager-items__icon{
		margin-right: 15px;
		width: 100px;
		height: 100px;
		line-height: 95px;
	}
}
@media only screen and (max-width : 767px) {
	.manager__text{
		padding-top: 20px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/MANAGER*/

/*STORAGE*/
.s-storage{}
.s-storage__map{
	margin-top: 20px;
	height: 560px;
	background-color: #f6f7f9;
}
@media only screen and (max-width : 1199px) {
	.s-storage__map{
		height: 450px;
	}
}
@media only screen and (max-width : 991px) {
	.s-storage__map{
		height: 400px;
	}
}
@media only screen and (max-width : 767px) {
	.s-storage__map{
		height: 350px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/STORAGE*/

/*SPECIFICATIONS*/
.s-specifications{}
.specifications{
	padding-top: 20px;
}
.card-imgs-wrap{
	max-width: 475px;
}
.items_button2 .card-imgs__carousel .owl-nav{
	position: static;
	display: inline;
}
.items_button2 .card-imgs__carousel .owl-prev,
.items_button2 .card-imgs__carousel .owl-next{
	position: absolute;
	bottom: 0;
	top: 0;
	right: auto;
	left: auto;
	margin: auto;
}
.items_button2 .card-imgs__carousel .owl-prev{
	left: 0;
}
.items_button2 .card-imgs__carousel .owl-next{
	right: 0;
}
.card-imgs__item{
	text-align: center;
	padding: 30px;
	background-color: #fff;
}
.card-imgs__label{
	font-weight: 700;
	font-size: 12px;
	color: #262e31;
	text-align: left;
}
.card-imgs__img{
	line-height: 380px;
}
.card-imgs__img img{
	max-height: 350px;
}
.card-imgs-small{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 10px -3px 0;
}
.card-imgs-small__item{
	width: 100%;
	text-align: center;
	position: relative;
	cursor: pointer;
	padding: 0 5px;
	-ms-flex-negative: initial;
	flex-shrink: initial;
}
.card-imgs-small__img{
	line-height: 80px;
	padding: 10px 0;
	position: relative;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.card-imgs-small__item:not(.card-imgs-small__item_active) .card-imgs-small__img:hover{
	background-color: #f2f4f7;
}
.card-imgs-small__img img{
	max-height: 70px;
}
.card-imgs-small__img::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	height: 0;
	background-color: #d9b00d;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.card-imgs-small__item_active .card-imgs-small__img::before{
	height: 3px;
	opacity: 1;
}
.specifications-list__item{
	margin-top: 20px;
}
.specifications-list__item:first-child{
	margin-top: 0;
}
.specifications-text__btn-wrap{
	margin-top: 40px;
}
@media only screen and (max-width : 1199px) {
	.card-imgs__img{
		line-height: 350px;
	}
	.card-imgs__img img{
		max-height: 320px;
	}
	.specifications-text__btn-wrap{
		margin-top: 30px;
	}
}
@media only screen and (max-width : 991px) {
	.specifications{
		padding-top: 10px;
	}
	.card-imgs__img{
		line-height: 300px;
	}
	.card-imgs__img img{
		max-height: 270px;
	}
	.specifications-text__btn-wrap{
		margin-top: 25px;
	}
}
@media only screen and (max-width : 767px) {
	.specifications{
		padding-top: 0;
	}
	.specifications-text{
		padding-top: 30px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/SPECIFICATIONS*/

/*CARD*/
.s-card{}
.card__title{
}
.card-info{
	margin-top: 40px;
}
.card-info__price{
	font-size: 24px;
	font-weight: 700;
	color: #262e31;
}
.card-info__info{
	font-size: 12px;
	margin-top: 10px;
}
.card-info-list__item{
	margin-top: 30px;
}
.card-info-list__item.mt_0{
	margin-top: 0px;
}
.card-info-list__item:first-child{
	margin-top: 0;
}
.card-info__subtitle{
	margin-bottom: 10px;
}
.card-info__temp,
.card-info__volume{
	font-weight: 400;
	color: #262e31;
	margin-bottom: 10px;
}
.card-info__temp b,
.card-info__volume b{
	font-weight: 600;
}
.card-info__btn-wrap{
	text-align: center;
	margin-top: -15px;
}
.card-info__btn-wrap .btn{
	margin: 15px 0;
}
.card-info__btn-wrap .btn.btn2{
	letter-spacing: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.card-items{
	max-width: 300px;
	margin: 0 auto;
}
.card-items__item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-top: 10px;
}
.card-items__item:first-child{
	margin-top: 0;
	padding-top: 0;
}
.card-items__icon{
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	background-color: white;
	box-shadow: 0 28px 45.1px 0.9px rgba(0, 0, 0, 0.07);
	border-radius: 50%;
	margin-right: 20px;
}
.card-items__title{
	line-height: 2em;
}
.card-banner{
	padding: 30px 20px 0;
	text-align: center;
	display: block;
	background-color: #2a3235;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.card-banner:hover{
	box-shadow: 0 20px 60px rgba(84, 97, 106, 0.2);
}
.card-banner__info{
	opacity: .4;
	margin-top: 5px;
	font-size: 12px;
}
.card-banner__price{
	font-size: 39px;
	line-height: 1em;
	font-weight: 700;
	margin-top: 20px;
}
.card-banner__img{
	margin-top: 30px;
	position: relative;
}
.card-banner__img::before{
	content: '';
	position: absolute;
	top: 40px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 502px;
	height: 483px;
	background-color: #d9b00d;
	border-radius: 50%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.card-banner__img:hover::before{
	background-color: #d9980d;
}
.card-banner__img-height{
	max-height: 264px;
	position: relative;
	overflow: hidden;
}
.card-banner__img img{
	position: relative;
	z-index: 3;
}
@media only screen and (max-width : 1199px) {
	.card-info{
		margin-top: 30px;
	}
}
@media only screen and (max-width : 991px) {
	.card-info{
		margin-top: 20px;
	}
	.card-info-list__item{
		margin-top: 20px;
	}
	.card-info__btn-wrap .btn{
		margin: 10px 0;
	}
	.card-items{
		margin-top: 10px;
	}
	.card-items__item{
		padding-top: 0;
	}
}
@media only screen and (max-width : 767px) {
	.card__text{
		padding-top: 20px;
	}
	.card-info{
		margin-top: 15px;
	}
	.card-info__price{
		font-size: 21px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/CARD*/

/*application*/
.s-application{}
.application-items{
	margin-top: 0;
}
.application-items__item{
}
.application-items__img{
}
.application-items__text{
	padding-top: 25px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/application*/

/*USE*/
.s-use{}
.use-items{
	padding-top: 25px;
}
.use-items__item{
}
.use-items__item::before{
	content: '';
	position: absolute;
	top: 42px;
	right: 0;
	width: 40px;
	height: 40px;
	background-image: url(../img/icons/arrow_step.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.use-items div[class*="col"]:last-child .use-items__item::before{
	display: none;
}
.use-items__circle{
	font-size: 20px;
	font-weight: 700;
	width: 126px;
	height: 126px;
	line-height: 124px;
	text-align: center;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	position: relative;
}
.use-items__circle .icon-line::before,
.use-items__circle .icon-line::after{
	width: 50px;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
.use-items__circle .icon-line::before{
	top: 10px;
	right: -35px;
}
.use-items__circle .icon-line::after{
	bottom: 10px;
	left: -35px;
}
.use-items__number{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 93px;
	height: 92px;
	line-height: 93px;
	box-shadow: 0 11px 45.1px 0.9px rgba(0, 0, 0, 0.09);
	background-color: #fff;
	border-radius: 50%;
	color: #262e31;
}
.use-items__number::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	margin: auto;
	background-image: url(../img/bg/number_circle.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}
.use-items__text{
	margin-top: 3px;
	padding-top: 45px;
	border-left: 1px solid #ebebeb;
	margin-left: -30px;
	padding-left: 30px;
	padding-right: 15px;
}
.s-use .use-video_wrap{
    margin-top: 50px;
}
.s-use .use-video_wrap .use-video_item{
    display: inline-block;
    width: 50%;
}
.s-use .use-video_wrap .use-video_item:nth-child(1){
    padding-right: 10px;
}
.s-use .use-video_wrap .use-video_item:nth-child(2){
    padding-left: 10px;
}
@media only screen and (max-width : 1199px) {
	.use-items__item{
		max-width: 160px;
	}
	.use-items__item::before{
		right: -20px;
	}
}
@media only screen and (max-width : 991px) {
	.use-items__item{
		max-width: 100%;
	}
	.use-items__item::before{
		right: 0;
		display: none;
	}
	.use-items__circle{
		margin-left: 30px;
	}
	.use-items__text{
		margin-left: 0;
	}
}
@media only screen and (max-width : 767px) {
    .s-use .use-video_wrap .use-video_item{
        width: 100%;
        display: block;
        padding: 0px!important;
    }
    .s-use .use-video_wrap .use-video_item:nth-child(2){
        margin-top: 20px;
    }
}
@media only screen and (max-width : 575px) {
}
/*/USE*/

/*GALLERY*/
.s-gallery{}
.gallery-items{
}
.gallery-items__item{
}
.gallery-imgs__img{
	height: 340px;
}
.gallery-items__text{
	padding-top: 35px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.gallery-imgs__img{
		height: 300px;
	}
	.gallery-items__text{
		padding-top: 25px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/GALLERY*/

/*GUARANTEE*/
.s-guarantee{
	padding: 40px 0;
	background-image: url(../img/bg/guarantee.jpg);
}
.guarantee{
	position: relative;
	z-index: 3;
	padding-top: 40px;
}
.guarantee__subtitle{
	margin-top: 30px;
	font-weight: 400;
}
.guarantee-text{
	color: #8a96a2;
	margin-top: 60px;
}
.guarantee-text__scroll{
	max-height: 120px;
	overflow-y: scroll;
}
.guarantee-text__scroll  .jspPane{
	padding-left: 30px !important;
}
.guarantee-text,
.guarantee-text *{
	line-height: 1.8em;
}
.guarantee__bg-img{
	margin-left: -120px;
}
.guarantee__bg-img img{
	max-width: none;
}
@media only screen and (max-width : 1199px) {
	.guarantee__subtitle{
		margin-top: 20px;
	}
}
@media only screen and (max-width : 991px) {
	.guarantee{
		padding-top: 0;
	}
	.guarantee__subtitle{
		margin-top: 10px;
	}
	.guarantee-text{
		margin-top: 30px;
	}
	.guarantee__bg-img img{
		max-width: 600px;
	}
}
@media only screen and (max-width : 767px) {
	.guarantee__bg-img{
		max-width: 400px;
		margin: 30px auto 0;
	}
	.guarantee__bg-img img{
		max-width: 100%;
	}
	.guarantee-text__scroll  .jspPane{
		padding-left: 15px !important;
	}
}
@media only screen and (max-width : 575px) {
}
/*/GUARANTEE*/

/*DELIVERY*/
.s-delivery{}
.delivery__title::after{
	margin: 30px 0;
	width: 80px;
}
.delivety__btn-wrap{
	margin-top: 30px;
}
.delivety__btn-wrap .btn{
	letter-spacing: 1px;
	padding-left: 30px;
	padding-right: 30px;
}

.delivery-map{
	position: relative;
	text-align: left;
	display: inline-block;
}
.delivery-map__img{
	opacity: .1;
}
.delivery-storage__item{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.delivery-storage__item img{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.delivery-storage__item.delivery-storage__item_active img,
.delivery-storage__item img.active{
	opacity: 0;
}
.delivery-storage__item img,
.delivery-storage__item.delivery-storage__item_active img.active{
	opacity: 1;
}
.delivery-items{
}
.delivery-items__item{
	position: absolute;
	max-width: 300px;
	width: 100%;
	padding: 15px;
	background-color: white;
	box-shadow: 0 11px 45.1px 0.9px rgba(0, 0, 0, 0.19);
	display: inline-block;
	z-index: 9;
	cursor: pointer;
}
.delivery-items__item_item1{
	bottom: 60%;
	left: 11%;
	max-width: 310px;
}
.delivery-items__item_item2{
	bottom: 38.5%;
    left: 18.5%;
	max-width: 240px;
}
.delivery-items__item_item3{
	bottom: 58%;
	left: 67%;
	max-width: 220px;
}
.delivery-items__item::before{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
	border-left: 10px solid #fff;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.delivery-items__item_active::before{
	opacity: 1;
}
.delivery-items__title{
	padding-left: 50px;
	display: table-cell;
	height: 40px;
	vertical-align: middle;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.delivery-items__title:hover{
	color: #d9990d;
}
.delivery-items__title::before{
	content: '+';
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background-color: #d9990d;
	border-radius: 50%;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: 500;
}
.delivery-items__item_active .delivery-items__title::before{
	content: '-';
}
.delivery-items__text{
	padding: 20px 0 0;
	display: none;
}
.delivery-items__location{
	margin-left: -5px;
}
.delivery-items__street{
	margin-top: 20px;
	line-height: 1.5em;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.delivery__title::after{
		margin: 15px 0;
	}
	.delivety__btn-wrap{
		margin-top: 25px;
	}
	.delivery-items__item{
		max-width: 250px!important;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
	.delivery-map{
		margin-top: 30px;
		display: block;
	}
	.delivery-storage{
		position: relative;
		margin-top: 15px;
	}
	.delivery-items__item{
		margin-top: 10px;
		position: relative;
		bottom: 0 !important;
		left: 0 !important;
		max-width: 100%!important;
		display: block;
	}
	.delivery-items__item::before{
		display: none;
	}
}
/*/DELIVERY*/

/*FOOTER*/
.footer{
	padding: 0;
	position: relative;
	z-index: 99;
}
.footer__top{
	padding: 60px 0 45px;
}
.footer__logo{
	margin-bottom: 30px;
}
.footer__logo .logo__desc{
	margin-top: 15px;
}
.footer__label{
	font-weight: 700;
}
.menu-footer__item{
	margin-top: 10px;
}
.menu-footer__link{
	font-weight: 500;
}
.footer__soc{
	margin-top: 40px;
}

.footer__info-border{
	border-top: 1px solid #dddee0;
	padding: 25px 0;
}
.footer__policy{
	text-align: center;
}
.footer__development{
	text-align: right;
}
.development__link{
	font-weight: 700;
	color: #d9b00d;
}
.development__link:hover{
	color: #262e31;
}


.footer-links{
}
.footer-links__link.link:hover{
	text-decoration: underline;
}

.footer__bottom{
	background-color: #2a3235;
	padding: 30px 0 25px;
}
.footer-links{
	margin: -5px 0 0;
}
.footer-links__item{
	margin: 5px 0;
}
.footer-links__link{
	color: #aeb1bc;
}
.footer-links__link:hover{
	color: #d9b00d;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.footer__label + .title-line{
		margin-top: 8px;
		margin-bottom: 20px;
	}
	.footer__contacts-list,
	.footer__soc{
		margin-top: 20px;
	}
	.footer__info,
	.footer__development{
		text-align: center;
	}
	.footer__policy{
		margin: 10px 0;
	}
}
@media only screen and (max-width : 767px) {
	.footer__top{
		padding: 40px 0 20px;
	}
}
@media only screen and (max-width : 575px) {
	.footer__label{
		margin-top: 30px;
	}
	.footer__logo{
		margin-bottom: 20px;
	}
	.footer__logo,
	.footer__btn{
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
}
/*/FOOTER*/

/*CAROUSEL*/
.owl-carousel .owl-item img{
	display: inline-block;
	width: auto;
	transform-style: initial;
}
.disabled{
	display: none;
}
/*/CAROUSEL*/

/*OWL BUTTON*/
.owl-prev, 
.owl-next {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	vertical-align: top;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 52px;
	height: 52px;
	border: 1px solid #dee1e7;
	background-color: transparent;
	border-radius: 50%;
	z-index: 9;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.owl-prev{
	left: -105px;
}
.owl-next{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	right: -105px;
}
.owl-prev:hover,
.owl-next:hover{
	border-color: #dab419;
}
.owl-prev::before, 
.owl-next::before,
.owl-prev::after, 
.owl-next::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/icons/arrow_carousel.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.owl-prev::after, 
.owl-next::after{
	opacity: 0;
	background-image: url(../img/icons/arrow_carousel-hover.png);
}
.owl-prev:hover::before, 
.owl-next:hover::before{
	opacity: 0;
}
.owl-prev:hover::after, 
.owl-next:hover::after{
	opacity: 1;
}
.items_button-bottom .owl-nav{
	margin: 45px -5px 0;
	position: relative;
	display: inline-block;
}
.items_button-bottom .owl-nav::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	margin: auto;
	margin-left: 20px;
	height: 1px;
	width: 1920px;
	background-color: #dee1e7;
}
.items_button-bottom .owl-prev,
.items_button-bottom .owl-next{
	position: relative;
	left: 0;
	right: 0;
	margin: 0 5px;
}
.items_button2 .owl-nav{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
}
.items_button2 .owl-nav::before{
	display: none;
}
.items_button2 .owl-prev,
.items_button2 .owl-next{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	background-color: white;
	height: 60px;
	width: 60px;
	border: none;
	border-radius: 0;
	margin: 0;
}
.items_button2 .owl-prev:hover,
.items_button2 .owl-next:hover{
	background-color: #d9b00d;
}
.items_button2 .owl-prev::before, 
.items_button2 .owl-next::before{
	background-image: url(../img/icons/arrow2_carousel.svg);
	opacity: .2;
}
.items_button2 .owl-prev::after, 
.items_button2 .owl-next::after{
	background-image: url(../img/icons/arrow2_carousel-white.svg);
}
@media only screen and (max-width : 1400px) {
	.owl-nav{
		margin: 45px -5px 0;
		position: relative;
		display: inline-block;
	}
	.owl-nav::before{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 100%;
		margin: auto;
		margin-left: 20px;
		height: 1px;
		width: 1920px;
		background-color: #dee1e7;
	}
	.owl-prev,
	.owl-next{
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		margin: 0 5px;
	}
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.owl-nav{
		margin-top: 30px;
		text-align: center;
		display: block;
	}
}
@media only screen and (max-width : 575px) {
}
/*/OWL BUTTON*/

/*POPUP*/
.fancybox-nav span{
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 100px;
	height: 100px;
	background-color: rgba(217, 176, 13, .2);
	border-radius: 50%;
	z-index: 9;
	background-image: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-nav span::before{
	content: '';
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	border: 5px solid transparent;
	border-right: 5px solid #fff;
	width: 10px;
	height: 10px;
	margin: auto;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-nav:hover span::before{
	opacity: 1;
}
.fancybox-nav.fancybox-prev span{
	left: -50px;
}
.fancybox-nav.fancybox-next span{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	right: -50px;
}
.fancybox-nav span:hover{
	background-color: rgba(217, 176, 13, 1);
}
.fancybox-nav span:hover::before{
	border-right-color: #fff;
}
.fancybox-nav{
	overflow: hidden;
}
.fancybox-nav span{
	visibility: visible!important;
}
.fancybox-close{
	background-image: none;
	width: 30px;
	height: 30px;
	top: 15px;
	right: 15px;
}
.fancybox-close::before,
.fancybox-close::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	height: 2px;
	background-color: #d9980d;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-close:hover::before,
.fancybox-close:hover::after{
	background-color: #d9b00d;
}
.fancybox-close::before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fancybox-close::after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fancybox-close:hover::before{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fancybox-close:hover::after{
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.fancybox-overlay{
	background-image: none;
	background-color: rgba(21,20,26,.9);
}
.popup{
	background-color: #202428;
	width: 630px;
	padding: 45px 40px 50px;
	text-align: center;
}
.popup__form .form__form{
	margin-top: 30px;
}
.popup br{
	display: none;
}
@media only screen and (max-width : 767px) {
	.popup{
		width: 100%;
		max-width: 630px;
		padding: 30px 20px 35px;
	}
}
/*/POPUP*/

/*POPUP*/
.popup_video{
	width: auto;
	max-width: none;
	padding: 0;
}
.popup_video iframe{
	width: 900px;
	height: 500px;
}
@media only screen and (max-width : 991px) {
	.popup_video iframe{
		width: 700px;
		height: 400px;
	}
}
@media only screen and (max-width : 767px) {
	.popup_video iframe {
		width: 400px;
		height: 300px;
	}
}
@media only screen and (max-width : 480px) {
	.popup_video iframe {
		max-width: 400px;
		width: 100%;
	}
}
/*/POPUP*/


.btn-hid{
	border: none;
	background: none;
}

p.justifyfull{
	text-align: justify;
	margin-top: 10px;
}

.pagination li{
	display: inline-block;
    margin: 3px;
}

.pagination li a {
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #f5f5f5;
    font-weight: 500;
    color: #8a96a2;
}

.pagination li.active a {
    background-color: #2a3135;
    color: #fff;
    font-weight: 700;
}
.news-items__text ul.list li{ position:relative;padding-left: 20px;}
.news-items__text ul.list li::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #d9b00d;
}

.to-top{
    display: none;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index:100;
    border-radius: 50%;
    padding: 20px;
}
.to-top::after,
.to-top::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.to-top::after{
    top: 5px;
    left: 5px;
    width: 38px;
    height: 38px;
    background-color: white;
    box-shadow: 0 4px 30px rgba(38, 46, 49, 0.2);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icons/arrow_right.png);
    -moz-transform: rotate(-90deg);  /* Firefox */
  -o-transform: rotate(-90deg);  /* Opera */
  -webkit-transform: rotate(-90deg);  /* Safari y Chrome */
}
.to-top::before {
    width: 48px;
    height: 48px;
    opacity: 0.4;
    border: 1px solid #bbc1cd;
    border-radius: 24px;
}
.guarantee .guarantee-text__scroll{position: relative;}
.guarantee .guarantee-text__scroll::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 7px;
    margin: auto;
    width: 6px;
    height: 30px;
    background-image: url(../img/icons/resize-vertical.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    margin-top: -15px;
}