html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img{
	max-width: 100%;
	vertical-align: middle;
	opacity: 1;
	transition: opacity .3s;
}
img[data-src] {
	opacity: 0;
}
input:focus,
textarea:focus,
button:focus,
select:focus{
	outline: none;
}
*::-webkit-input-placeholder {
	color: #262e31;
	opacity: 1;
}
*:-moz-placeholder {
	color: #262e31;
	opacity: 1;
}
*::-moz-placeholder {
	color: #262e31;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #262e31;
	opacity: 1;
}
.input.input_error *::-webkit-input-placeholder {
	color: #db422c;
}
.input.input_error *:-moz-placeholder {
	color: #db422c;
}
.input.input_error *::-moz-placeholder {
	color: #db422c;
}
.input.input_error *:-ms-input-placeholder {
	color: #db422c;
}
.b-text-white *::-webkit-input-placeholder {
	color: #777d84;
}
.b-text-white *:-moz-placeholder {
	color: #777d84;
}
.b-text-white *::-moz-placeholder {
	color: #777d84;
}
.b-text-white *:-ms-input-placeholder {
	color: #777d84;
}
.input_active::-webkit-input-placeholder {
	color: rgba(0,0,0,0)!important;
}
.input_active:-moz-placeholder {
	color: rgba(0,0,0,0)!important;
}
.input_active::-moz-placeholder {
	color: rgba(0,0,0,0)!important;
}
.input_active:-ms-input-placeholder {
	color: rgba(0,0,0,0)!important;
}
ul,li,ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
.b-overflow{
	overflow: hidden;
}
.fonts-loaded,
.fonts-loaded *{
	font-family: "Open Sans", sans-serif!important;
	color: rgba(0,0,0,0)!important;
}
body{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 14px;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	color: #8a96a2;
	background-color: #fff;
	margin: 0 auto;
}
body,
*{
	line-height: 1.5em;
}
br,
span,
b{
	line-height: inherit;
}
b{
	font-weight: 700;
}
p{
	margin: 0;
}
a{
	color: #8a96a2;
}
a{
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a,
a:focus{
	outline: none; 
}
a:hover,
a:focus{
	text-decoration: none;
}
*[class*="icon"],
*[class*="img"]{
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.b-wrap{
	white-space: nowrap;
}
.b-text-white,
.b-text-white .link,
.b-text-white .h1,
.b-text-white .h2,
.b-text-white .h3,
.b-text-white .h4,
.b-text-white .h5,
.b-text-white .h6,
.b-text-white .main-title,
.b-text-white .section-title{
	color: #fff;
}
.b-text-white .link:hover,
.b-text-dark .link:hover,
.link:hover{
	color: #d9b00d;
}
.link:active{
	text-decoration: underline;
}
.b-text-dark,
.b-text-dark .link{
	color: #54616a;
}
.b-text-dark .h1,
.b-text-dark .h2,
.b-text-dark .h3,
.b-text-dark .h4,
.b-text-dark .h5,
.b-text-dark .h6,
.b-text-dark .main-title,
.b-text-dark .section-title{
	color: #262e31;
}
.b-color{
	color: #d9b00d;
}
.b-link{
	color: #d9b00d;
	font-size: 12px;
	font-weight: 500;
}
.b-link:hover{
	color: #262e31;
}
.b-link span{
	text-decoration: underline;
}
.b-link:active,
.b-link:active span{
	text-decoration: none;
}
.b-link-arrow{
	font-size: 12px;
	font-weight: 700;
	color: #d9b00d;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	padding-right: 25px;
}
.b-link-arrow:hover{
	color: #d9980d;
}
.b-link-arrow_down{
	text-transform: none;
	letter-spacing: 0;
}
.b-link-arrow::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 15px;
	height: 10px;
	background-image: url(../img/icons/arrow_right.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.b-link-arrow:hover::before{
	right: -15px;
	opacity: 0;
}
.b-hidden{
	display: none;
}
@media only screen and (min-width : 1200px) {
	.ml-30{
		margin-left: -30px;
	}
}
.link{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
@media only screen and (max-width : 1199px) {
	br{
		display: none;
	}
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
	.mt15-xs{
		margin-top: 15px;
	}
}

/*HEADING*/
.h1,.h2,.h3,.h4,.h5,.h6,.main-title,.section-title,
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: 400;
	line-height: 1.3em;
	color: #262e31;
}
.main-title{
	font-size: 38px;
	font-weight: 500;
}
.section-title{
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
.section-title_left,
.section-title.section-title_left + .h4{
	text-align: left;
}
.section-title + .h4{
	color: #54616a;
	margin-top: 10px;
	font-weight: 400;
	padding-bottom: 10px;
	text-align: center;
}
.section_bg2 .section-title + .h4{
	color: #aeb1bc;
}
.h3.h3_fz25{
	font-size: 25px;
}
.h3{
	font-size: 20px;
	font-weight: 700;
}
.h3_line::after{
	content: '';
	position: relative;
	display: block;
	margin: 10px 0;
	background-color: #d9b00d;
	width: 54px;
	height: 1px;
}
.h3_line.h3_line_center{
	text-align: center;
}
.h3_line.h3_line_center::after{
	margin-left: auto;
	margin-right: auto;
}
.h4{
	font-size: 16px;
	font-weight: 700;
}
.h5{
	font-size: 14px;
	font-weight: 700;
}
.title-decor{
	width: 18px;
	height: 18px;
	margin: 15px auto 10px;
	background-image: url(../img/icons/decor_circle.svg);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.title-decor::before,
.title-decor::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1px;
	width: 80px;
	background-color: #d9b00d;
}
.title-decor::before{
	right: 100%;
	margin-right: 5px;
}
.title-decor::after{
	left: 100%;
	margin-left: 5px;
}
@media only screen and (max-width : 1199px) {
	.section-title{
		font-size: 32px;
	}
	.main-title{
		font-size: 40px;
	}
	.h3.h3_fz25{
		font-size: 23px;
	}
}
@media only screen and (max-width : 991px) {
	.main-title{
		font-size: 32px;
	}
	.section-title{
		font-size: 28px;
	}
	.title-decor{
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.title-decor::before,
	.title-decor::after{
		width: 60px;
	}
	.section-title + .h4{
		margin-top: 5px;
	}
	.h3.h3_fz25{
		font-size: 22px;
	}
}
@media only screen and (max-width : 767px) {
	.main-title{
		font-size: 28px;
	}
	.section-title{
		font-size: 24px;
	}
	.h3.h3_fz25{
		font-size: 21px;
	}
	.h3{
		font-size: 18px;
	}
}
@media only screen and (max-width : 575px) {
	.main-title{
		font-size: 22px;
	}
}
/*/HEADING*/

/*TITLE LEFT*/
.section-title_left + .title-decor,
.section-title_left + .h4 + .title-decor{
	margin-left: 0;
}
.section-title_left + .title-decor::before,
.section-title_left + .h4 + .title-decor::before{
	display: none;
}
.section-title-left{
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -950px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 370px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2.5px;
	text-align: right;
	font-weight: 700;
}
@media only screen and (min-width : 1200px) {
	.section-title-left{
		color: #8a96a2;
	}
}

.section-title-left__line-wrap{
	display: inline-block;
	margin-right: 15px;
	position: relative;
}
.section-title-left__line{
	position: relative;
	width: 1px;
	height: 15px;
	background-color: #d9b00d;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
@media only screen and (max-width : 1550px) {
	.section-title-left{
		margin-left: -825px;
	}
}
@media only screen and (max-width : 1300px) {
	.section-title-left{
		margin-left: -775px;
	}
}
@media only screen and (max-width : 1199px) {
	.section-title-left{
		position: relative;
		top: 0;
		left: 0;
		width: auto;
		margin: 0 auto;
		font-size: 8px;
		text-align: center;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.section-title-left__line-wrap{
		margin-right: 5px;
	}
	.section-title-left__line{
		height: 10px;
	}
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
	.section-title-left{
		margin-bottom: 0;
	}
}
/*/TITLE LEFT*/

/*FORM*/
.form{
}
.form__title{
	line-height: 1em;
	margin-bottom: 15px;
}
.form__title + .form__form{
	margin-top: 35px;
}
.form__form{
	margin-top: 10px;
}
.form__info{
	margin: 15px auto 0;
}
.input{
	width: 100%;
	margin: 0 auto 10px;
	position: relative;
}
.input.input_btn{
	margin-top: 25px;
	margin-bottom: 0;
}
.input.input_btn .btn{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
.input::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	width: 48px;
	height: 48px;
	background-color: #d9b00d;
	box-shadow: 0 10px 20px rgba(166, 135, 10, 0.16);
	border-radius: 50%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
}
.input.input_btn::before{
	display: none;
}
.input.input_textarea::before{
	top: 5px;
	bottom: auto;
	display: none;
}
.input.input_name::before{
	background-image: url(../img/icons/name-white.png);
}
.input.input_phone::before{
	background-image: url(../img/icons/phone-white.png);
}
.input.input_email::before{
	background-image: url(../img/icons/mail-white.svg);
}
.input.input_icon-none::before{
	display: none;
}
.input input,
.input textarea,
.input select{
	height: 60px;
	width: 100%;
	max-width: 100%;
	background-color: transparent;
	border: 1px solid #ebebeb;
	border-radius: 30px;
	padding: 0 10px 0 75px;
	font-size: 14px;
	font-family: "Montserrat";
	font-weight: 400;
}
.b-text-white .input input,
.b-text-white .input textarea,
.b-text-white .input select{
	color: #fff;
	border-color: white;
}
.input.input_input2 input,
.input.input_input2 textarea,
.input.input_input2 select{
	border-radius: 4px;
}
.input.input_input2 textarea{
	min-height: 68px;
	height: 68px;
}
.input.input.input_icon-none input,
.input.input.input_icon-none textarea,
.input.input.input_icon-none select{
	padding-left: 15px;
}
.input textarea{
	min-height: 106px;
	height: 106px;
	padding-top: 15px;
	padding-left: 20px;
	resize: vertical;
	vertical-align: top;
}
.input input:focus,
.input textarea:focus{
	border: 1px solid #d9b00d;
	font-weight: 709;
}
.input_error input,
.input_error textarea,
.input_error:not(.input),
.input-checkbox .input_error{
	background-color: #ffeaea!important;
	border-color: #db422c!important;
}
div.btn-more,
#pdopage .btn-more{
	text-align: center;
	margin-top: 50px;
	width: auto;
}
.btn-more .btn{
	min-width: 240px;
}
.btn{
	display: inline-block;
	text-align: center;
	white-space: normal;
	cursor: pointer;
	padding: 4px 40px;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
	background-color: #d9b00d;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#d9980d), to(#d9b00d));
	background-image: -webkit-linear-gradient(bottom, #d9980d 0%, #d9b00d 100%);
	background-image: -o-linear-gradient(bottom, #d9980d 0%, #d9b00d 100%);
	background-image: linear-gradient(to top, #d9980d 0%, #d9b00d 100%);
	border: 1px solid #d9b00d;
	border-radius: 30px;
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover,
.btn.btn2:hover{
	color: #fff;
	background-color: #d9980d;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#d9980d), to(#d9980d));
	background-image: -webkit-linear-gradient(bottom, #d9980d 0%, #d9980d 100%);
	background-image: -o-linear-gradient(bottom, #d9980d 0%, #d9980d 100%);
	background-image: linear-gradient(to top, #d9980d 0%, #d9980d 100%);
}
.btn.btn2{
	background-color: #e9ebed;
	border-color: #e9ebed;
	background-image: none;
	color: #262e31;
	text-transform: none;
	font-size: 12px;
}
.btn.btn2 > span > span::before,
.btn.btn_anim-none > span > span::before,
.btn.btn2 > span > span::after,
.btn.btn_anim-none > span > span::after{
	display: none;
}
.btn.btn_max{
	width: 100%;
	max-width: 400px;
	padding-left: 10px;
	padding-right: 10px;
}
.btn.btn_small{
	text-transform: none;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 600;
	letter-spacing: 1px;
}
.btn.btn_small > span{
	height: 32px;
}
.btn.btn_text-up{
	text-transform: uppercase;
}
.btn.btn_border:not(:hover){
	background-color: transparent;
	background-image: none;
	color: #54616a;
}
.btn:active{
	top: 2px;
	box-shadow: none;
}
.btn > span{
	height: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.btn > span > span{
	display: inline-block;
}
.btn > span > span::before,
.btn > span > span::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	right: 0px;
	border: 1px solid #d9980d;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-radius: 40px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-animation: animation_btn 3s linear infinite;
	-moz-animation: animation_btn 3s linear infinite;
	animation: animation_btn 3s linear infinite;
}
.btn > span > span::after{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
	border: 1px solid #d9980d;
}
.btn:hover > span > span::before{
	opacity: 0;
}
.btn:hover > span > span::after{
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
}
.btn.btn_border > span > span::before,
.btn.btn_border > span > span::after{
	display: none;
}
@keyframes animation_btn{
	0%,100%{ 
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	50%{
		-webkit-transform: scale(1.04,1.04);
		-ms-transform: scale(1.04,1.04);
		-o-transform: scale(1.04,1.04);
		transform: scale(1.04,1.04);
	}
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.btn-more{
		margin-top: 40px;
	}
}
@media only screen and (max-width : 767px) {
	.btn-more{
		margin-top: 30px;
	}
	.form__title + .form__form{
		margin-top: 20px;
	}
	.input.input_btn{
		margin-top: 20px;
	}
}
@media only screen and (max-width : 575px) {
	.form__form{
		margin-top: 25px;
	}
	.btn{
		padding-left: 30px;
		padding-right: 30px;
		letter-spacing: 1px;
	}
}
/*/FORM*/

/*SECTION*/
section.section_pt0,
.section.section_pt0{
	padding-top: 0;
}
section.section_pb0,
.section.section_pb0{
	padding-bottom: 0;
}
section.section_pt50,
.section.section_pt50{
	padding-top: 50px;
}
.section_bg{
	background-color: #f6f7f9;
	background-image: none;
}
.section_bg2{
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #202428;
}
.section_bg3{
	background-color: #f2f4f7;
	background-image: none;
}
section,
.section{
	padding: 70px 0;
	position: relative;
}
.section_bg-none{
	background-image: none !important;
}
@media only screen and (min-width : 992px) {
	section.section_bg-img,
	.section.section_bg-img{
		background-image: url(../img/bg/section_bottom-right.png);
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	section.section_bg-img.section_bg,
	.section.section_bg-img.section_bg{
		background-image: url(../img/bg/section_top-left.png);
		background-repeat: no-repeat;
		background-position: top left;
	}
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	section,
	.section{
		padding: 50px 0;
	}
	section.section_pt50,
	.section.section_pt50{
		padding-top: 35px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
	section,
	.section{
		padding: 40px 0;
	}
}
/*/SECTION*/

/*ITEMS*/
.items{
	margin-top: 20px;
}
.items.items_mt-30{
	margin-top: -30px;
}
.wrap{
	margin-top: 50px;
}
.items__item{
	margin: 30px auto 0;
	position: relative;
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.items_item-max .items__item{
	height: calc(100% - 30px);
}
.items_item-center .items__item{
	text-align: center;
}
.items__img,
.wrap__img{
	display: block;
	height: 220px;
	background-color: #dee1e7;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.items__img_max,
.wrap__img_max{
	min-height: 200px;
	height: 100%;
	max-height: 100%;
}
.items__text{
	position: relative;	
	z-index: 3;
}
.items__number{
	font-size: 36px;
	line-height: 1em;
	font-weight: 700;
	position: relative;
}
.items__desc,
.wrap__desc{
	margin-top: 15px;
}
.items__desc:first-child{
	margin-top: 0;
}
.items__desc,
.items__desc *,
.wrap__desc,
.wrap__desc *{
	line-height: 1.8em;
}
.items__link-wrap{
	margin-top: 20px;
}
@media only screen and (max-width : 1199px) {
	.items{
		margin-top: 10px;
	}
	.wrap{
		margin-top: 40px;
	}
}
@media only screen and (max-width : 991px) {
	.items{
		margin-top: 0;
	}
	.wrap{
		margin-top: 30px;
	}
	.items__desc,
	.wrap__desc{
		margin-top: 10px;
	}
	.items__link-wrap{
		margin-top: 10px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/ITEMS*/

/*ICON*/
.b-icon{
	padding-left: 25px;
	min-height: 10px;
	position: relative;
	vertical-align: middle;
	display: inline-block;
}
.b-icon::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
}
.b-icon_ml10{
	margin-left: 10px;
}
.b-icon.b-icon_doc::before{
	background-image: url(../img/icons/doc.svg);
}
.b-icon.b-icon_temp::before{
	background-image: url(../img/icons/temp.svg);
}
.b-icon.b-icon_volume::before{
	background-image: url(../img/icons/volume.svg);
}
.b-icon.b-icon_location::before{
	background-image: url(../img/icons/location.svg);
}
.b-icon.b-icon_location2::before{
	background-image: url(../img/icons/location2.svg);
}
.b-icon.b-icon_weight::before{
	background-image: url(../img/icons/weight.png);
}
.b-icon.b-icon_metroui::before{
	background-image: url(../img/icons/metroui.png);
}
.b-icon.b-icon_time::before{
	background-image: url(../img/icons/time.png);
}
.b-icon.b-icon_plotnost::before{
	background-image: url(../img/icons/plotnost.png);
}
.b-icon.b-icon_shirina::before{
	background-image: url(../img/icons/shirina.png);
}
.b-icon.b-icon_dlina::before{
	background-image: url(../img/icons/dlina.png);
}
.b-icon.b-icon_tolshina::before{
	background-image: url(../img/icons/tolshina.png);
}
.b-icon.b-icon_rashod::before{
	background-image: url(../img/icons/rashod.png);
}
.b-icon.b-icon_cvet::before{
	background-image: url(../img/icons/cvet.png);
}
.b-icon.b-icon_teploprovod::before{
	background-image: url(../img/icons/temp.svg);
}
.b-icon.b-icon_time_start::before{
	background-image: url(../img/icons/time.png);
}
.b-icon.b-icon_temperatur_h::before{
	background-image: url(../img/icons/temp.svg);
}
.b-icon.b-icon_temperatur_e::before{
	background-image: url(../img/icons/temp.svg);
}
.b-icon.b-icon_tipe::before{
	background-image: url(../img/icons/tipe.png);
}
.b-icon.b-icon_vid::before{
	background-image: url(../img/icons/vid.png);
}
.b-icon.b-icon_kollich::before{
	background-image: url(../img/icons/kollich.png);
}
.b-icon.b-icon_kollich_p::before{
	background-image: url(../img/icons/kollich_p.png);
}
.b-icon.b-icon_ves_b::before{
	background-image: url(../img/icons/weight.png);
}
.b-icon.b-icon_ves_n::before{
	background-image: url(../img/icons/weight.png);
}
.b-icon.b-icon_rastyaj::before{
	background-image: url(../img/icons/rastyaj.png);
}
.b-icon.b-icon_my_tolshina::before{
	background-image: url(../img/icons/shirina.png);
}
.b-icon.b-icon_temp_st_3::before{
	background-image: url(../img/icons/time.png);
}
/*/ICON*/

/*HEADER*/
.header{
	position: relative;
	padding-top: 50px;
}
.header__top{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 998;
	min-width: 320px;
	padding: 10px 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.header__top_fixed{
	position: fixed;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.menu-main{
	margin: 0 -10px;
	padding-right: 45px;
}
.menu-main__item{
	padding: 0 10px;
}
.menu-main__link{
	color: #54616a;
	font-size: 12px;
}

.menu-main__link.menu__link_active{
	color: #d9b00d;
}

.header-top-right{
	margin-left: -10px;
	margin-right: -10px;
}
.header-top-right__item{
	padding: 0 10px;
}
.basket-info{
	display: block;
	width: 20px;
	height: 20px;
	margin-left: auto;
	position: relative;
}
.basket-info__icon{
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(../img/icons/basket.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	position: relative;
	opacity: .2;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.basket-info_active .basket-info__icon,
.basket-info:hover .basket-info__icon{
	opacity: 1;
}
.basket-info__number{
	position: absolute;
	top: -7px;
	right: -11px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #d9b00d;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.basket-info_active .basket-info__number{
	opacity: 1;
}
.basket-info_active:hover .basket-info__number{
	background-color: #2a3235;
}

.language{
	display: block;
	padding: 5px 10px 5px 12px;
	cursor: pointer;
	border: 1px solid #bbc1cd;
	border-radius: 15px;
	text-align: center;
	color: #54616a;
	font-size: 12px;
	font-weight: 700;
	position: relative;
	z-index: 99;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.language,
.language *{
	line-height: 1.3em;
}
.language:hover{
	border-radius: 15px 15px 0 0;
	background-color: #fff;
}
.language__active{
	padding-right: 15px;
	position: relative;
	text-transform: uppercase;
}
.language__active::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 4px;
	background-image: url(../img/icons/arrow_down.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;
}
.language:hover .language__active::before{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.language-hover{
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	border: 1px solid #bbc1cd;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.language:hover .language-hover{
	visibility: visible;
	opacity: 1;
}
.language-hover__item{
}
.language-hover__link{
	display: block;
	padding: 3px 5px;
	border-top: 1px solid #bbc1cd;
	text-align: center;
	color: #54616a;
}
.language-hover__item:first-child .language-hover__link{
	border: none;
}
.language-hover__link:hover{
}
.language-hover__item span{
	cursor: default;
	border-top: 1px solid #bbc1cd;
    display: block;
    color: #aeb1bc;
}

.header__contacts-list{
	margin-top: -10px;
}

.header__main{
	padding: 15px 0;
}
.header__btn{
	margin-right: -40px;
	text-align: center;
}
.btn.btn_download{
	font-size: 10px;
	padding-left: 20px;
	padding-right: 55px;
	letter-spacing: 1px;
}
.btn.btn_download > span{
	height: 40px;
}
.btn.btn_download::before,
.btn.btn_download::after{
	content: '';
	position: absolute;
	top: 0px;
	right: 5px;
	bottom: 0px;
	margin: auto;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #d9b00d;
	background-image: url(../img/icons/pdf-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0 10px 14px rgba(166, 135, 10, 0.16);
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn.btn_download::after{
	opacity: 0;
	background-image: url(../img/icons/pdf.svg);
	background-color: #fff;
}
.btn.btn_download:hover::before{
	opacity: 0;
}
.btn.btn_download:hover::after{
	opacity: 1;
}

.btn.btn_download.btn_download_icon_none::before,
.btn.btn_download.btn_download_icon_none::after{
    display: none;
}

.header__logo .logo__img{
	max-width: 160px;
}
.logo__img{
	display: block;
	margin-right: 15px;
}
.logo__img:hover{
	opacity: .8;
}
.logo__desc{
	font-size: 12px;
	max-width: 190px;
	position: relative;
	text-align: left;
	text-transform: none;
}
.header__logo .logo__desc{
	margin-right: -15px;
}
@media only screen and (max-width : 1199px) {
	.menu-main{
		padding: 0;
		margin: 0 -5px;
	}
	.menu-main__item{
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/HEADER*/

/*NAV*/
.nav{
	background-color: #2a3235;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	min-width: 320px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.nav_fixed{
	position: fixed;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
	z-index: 998;
}
.nav-wrap{
}
.nav__close{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
}
.nav__close::before,
.nav__close::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	margin: auto;
	height: 2px;
	background-color: #262e31;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.nav__close::before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav__close::after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav__phone-icon{
	display: block;
	margin-right: -7px;
	width: 40px;
	height: 40px;
	margin-left: auto;
	background-image: url(../img/icons/call.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 25px;
	background-size: 25px;
}
.menu{
	display: table;
	width: 100%;
}
.menu__item{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid rgba(70, 85, 97, 0.3);
}
.menu__item:first-child{
	border-left: 1px solid rgba(70, 85, 97, 0.3);
}
.menu__link{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 60px;
	padding: 10px 30px;
	text-decoration: none !important;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #fff;
	position: relative;
}
.menu__link.link:hover,
.menu__link.menu__link_active{
	background-color: #d9b00d;
	color: #fff;
}
.nav__logo{
	margin-bottom: 15px;
}
.nav__contacts{
	margin-top: 10px;
}
.nav__contacts .callback__item{
	margin-top: 5px;
	margin-bottom: 5px;
}
.nav__btn-bottom{
	margin-top: 15px;
}
.nav__btn-bottom .btn{
	width: 100%;
}
.nav__logo.logo{
	text-align: left;
}
.nav__btn{
	text-align: center;
	padding: 5px 0;
}
.nav__btn .btn.btn_download{
	color: #fff;
	padding-left: 10px;
	padding-right: 50px;
}

.btn.btn_download.btn_download_icon_none{
    padding-right: 8px;
    padding-left: 8px;
}

.nav__contacts-list.contacts-list{
	margin-top: 10px;
}

.nav-wrap_nav2{
	min-height: 70px;
}
.nav_nav2{
	background-color: white;
}


@media only screen and (max-width : 992px) {
    .header__top .basket-info{
        display: none;
    }
    
    .menu2.active .basket-info{
        display: none;
    }
}

@media only screen and (min-width : 992px) {
    .menu2 .basket-info{
        padding: 0px 30px;
        display: block;
        margin: 0 auto;
    }
    
    .menu2 .menu .menu__item.item_bsk{
        padding-right: 30px;
    }
    
	.nav_nav2 .menu__item{
		border: none;
	}
	.nav_nav2 .menu__link:not(.btn){
		height: 70px;
		color: #262e31;
		padding-left: 10px;
		padding-right: 10px;
	}
	.nav_nav2 .menu__link:not(.btn):hover,
	.nav_nav2 .menu__link.menu__link_active{
		background-color: transparent;
	}
	.nav_nav2 .menu__link::before{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 0;
		opacity: 0;
		background-color: #d9a20d;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.nav_nav2 .menu__link:hover::before,
	.nav_nav2 .menu__link_active::before{
		height: 2px;
		opacity: 1;
	}
	.nav_nav2 .menu__item-phone{
	    display: none;
	}
	.nav_nav2.nav_fixed .menu__item-phone{
	    display: table-cell;
	}
}

.nav_nav2 .menu__link.btn{
	border-radius: 0;
	height: 70px;
	padding-left: 15px;
	padding-right: 15px;
}	
.nav_nav2 .nav__btn .btn.btn_download{
	color: #54616a;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.nav-wrap_nav2{
		min-height: 60px;
	}
	.nav .col-12{
		min-height: auto;
	}
	.nav__menu-wrap{
		position: fixed;
		top: 0;
		left: 0;
		max-width: 400px;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 20px;
		overflow-y: scroll;
		z-index: 999;
		background-color: rgba(246, 247, 249, .95);
		box-shadow: 0 3px 5px rgba(0,0,0,.1);
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		-o-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.nav__menu-wrap.active{
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.menu-wrap{
		display: block;
	}
	.menu,
	.menu-main{
		margin: 0 -20px;
		padding: 0;
		text-align: left;
		display: block;
	}
	.menu__item,
	.menu-main__item{
		display: block;
		margin: 0;
	}
	.menu__item,
	.menu__item:first-child{
		border: none;
	}
	.menu__link,
	.menu-main__link{
		display: block;
		height: auto;
		padding: 10px 20px;
		font-size: 16px;
		text-transform: uppercase;
		text-align: left;
		color: #262e31;
		text-transform: none;
	}
	.menu-main__link{
		font-size: 14px;
	}
}
@media only screen and (max-width : 575px) {
	.header__logo .logo__img{
		margin: 0 auto;
	}
	.header__logo .logo__desc{
		margin-right: auto;
	}
	.logo{
		text-align: center;
	}
	.logo > div{
		display: block;
	}
	.logo__img{
		margin: 0;
	}
	.logo__desc{
		display: block;
		text-align: center;
		margin: 10px auto 0;
	}
	.nav__calc-link{
		margin-left: -15px;
		margin-right: -15px;
	}
}
/*/NAV*/

/*MAIN*/
.s-main{
	text-align: center;
	background-position: center bottom;
}
.s-main_padding{
	padding: 105px 0;
}
.s-main_height{
	padding: 0;
}
.s-main_contacts{
	min-height: 485px;
}
.s-main__map{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3
}
.s-main__map [class*="ymaps-2"][class*="-ground-pane"]{
	-webkit-filter: grayscale(100%) brightness(30%);
}
.s-main_height .main{
	width: 1920px;
	height: 265px;
	display: table-cell;
	vertical-align: middle;
	padding: 30px 0;
}
.main{
	position: relative;
	z-index: 9;
}
.main__top{
	display: block;
	font-size: 16px;
	font-size: 46px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #d9b00d;
	font-weight: 700;
	margin-bottom: 5px;
}
ymaps .main__top{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #262e31;
	font-weight: 700;
	margin-bottom: 0px;
}
.main__triggers{
	margin: 35px -25px 0;
}
.main-triggers__item{
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin: 10px 25px;
}
.main-triggers__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;
}
.main__btn-wrap{
	margin-top: 45px;
}
.main__btn-wrap .btn{
	letter-spacing: 1px;
}
@media only screen and (max-width : 1199px) {
	.s-main_padding{
		padding: 70px 0;
	}
	.s-main_contacts{
		min-height: 420px;
	}
	.main__triggers{
		margin-top: 30px;
	}
	.main__btn-wrap{
		margin-top: 50px;
	}
}
@media only screen and (max-width : 991px) {
	.s-main{
		padding: 50px 0 60px;
	}
	.s-main_contacts{
		min-height: 375px;
	}
	.s-main_height .main{
		height: auto;
		display: block;
		width: auto;
		padding: 0;
	}
	.main__top{
		font-size: 14px;
		letter-spacing: 2px;
	}
	.main__triggers{
		margin-top: 20px;
	}
	.main__btn-wrap{
		margin-top: 30px;
	}
}
@media only screen and (max-width : 767px) {
	.main__top{
		font-size: 22px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/MAIN*/

/*CONTACTS LIST*/
.contacts-list{
	margin-top: -10px;
}
.contacts-list.d-flex{
	margin-left: -20px;
	margin-right: -20px;
}
.contacts-list.d-flex .contacts-list__item{
	margin-left: 20px;
	margin-right: 20px;
}
.contacts-list__item{
	margin-top: 10px;
	padding-left: 60px;
	position: relative;
}
.contacts-list__item.contacts-list__item_icon-none{
	padding-left: 0;
	padding-bottom: 10px;
}
.contacts-list__item.contacts-list__item_icon-none::before,
.contacts-list__item.contacts-list__item_icon-none::after{
	display: none;
}
.contacts-list__item,
.contacts-list__item .link{
	color: #262e31;
}
.contacts-list__item .link:hover{
	color: #d9b00d;
}
.contacts-list__item::before,
.contacts-list__item::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}
.contacts-list__item::before{
	width: 48px;
	height: 48px;
	opacity: 0.4;
	border: 1px solid #bbc1cd;
	border-radius: 24px;
}
.contacts-list__item::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;
}
.contacts-list__item_phone::after{
	background-image: url(../img/icons/phone.svg);
}
.contacts-list__item_email::after{
	background-image: url(../img/icons/mail.svg);
}
.contacts-list__item_location::after{
	background-image: url(../img/icons/home.svg);
}
.contacts-list__center{
	height: 48px;
	display: table-cell;
	vertical-align: middle;
}
.contacts-list__color{
	color: #8a96a2;
	font-size: 13px;
}
/*/CONTACTS LIST*/

/*MENU HAMBURGER*/
.menu-overflow{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	opacity: 0;
	visibility: hidden;
}
.menu-overflow.active{
	visibility: visible;
	opacity: 1;
}
.menu-hamburger{
	display: inline-block;
	cursor: pointer;
	padding: 10px;
	margin: 0 -10px;
}
.menu-hamburger[data-menu="menu1"]{
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu-hamburger__hamburger{
	position: relative;
	width: 20px;
	height: 14px;
	display: inline-block;
	text-indent: -9999px;
	box-shadow: none;
	cursor: pointer;
	vertical-align: middle;
	z-index: 9;
}
.menu-hamburger__hamburger:focus {
	outline: none;
}
.menu-hamburger__hamburger span{
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #d9b00d;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.menu-hamburger[data-menu="menu1"] .menu-hamburger__hamburger span{
	background-color: #2a3235;
}
.menu-hamburger__hamburger span:nth-child(1) {
	top: 50%;
	margin-top: -1px;
	width: 15px;
	margin-left: 0;
}
.menu-hamburger__hamburger span:nth-child(2) {
	top: 0;
}
.menu-hamburger__hamburger span:nth-child(3) {
	bottom: 0;
}
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(1) {
	background: none;
	transition-duration: 0s, 0s;
}
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(2),
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(3){
	transition-duration: 0s, 0.5s;
}
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
	transition-property: top, transform;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(3) {
	bottom: 50%;
	margin-bottom: -1px;
	transition-property: bottom, transform;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*/MENU HAMBURGER*/

/*LIST DOT*/
.list-dot{
	margin: 0;
}
.list-dot__item{
	position: relative;
	padding-left: 20px;
	margin: 5px 0;
}
.list-dot__item::before{
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #d9b00d;
}
.b-text-white .list-dot__item::before{
	background-color: #fff;
}
ol.list-dot {
	counter-reset: li;
	padding: 0;
}
ol .list-dot__item:before{
	counter-increment: li; 
	width: 10px;
	text-align: center;
	height: auto;
	background-color: transparent!important;
	top: 0;
	color: #d9b00d;
	content: counter(li, decimal-leading-zero) " "; 
	content: counter(li);
}
.b-text-white ol .list-dot__item:before{
	color: #fff;
}
/*/LIST DOT*/

/*VIDEO*/
.video{
	display: inline-block;
	position: relative;
	background-color: #202428;
	min-width: 80px;
	min-height: 80px;
}
.video img{
	opacity: .8;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.video:hover img{
	opacity: .7;
}
.video::before,
.video::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	margin: auto;
	z-index: 2;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.video:hover::before,
.video:hover::after{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.video::before{
	width: 70px;
	height: 70px;
	background-color: white;
	box-shadow: 0 10px 60px rgba(53, 79, 105, 0.6);
}
.video::after{
	width: 62px;
	height: 62px;
	border: 1px solid #eaecf0;
	background-image: url(../img/icons/play.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 17px;
	background-size: 17px;
}
.video.video_play2::before{
	width: 220px;
	height: 220px;
	border: 1px solid rgba(255,255,255,.1);
	background-color: transparent;
	box-shadow: none;
}
.video.video_play2::after{
	width: 125px;
	height: 125px;
	border: 1px solid rgba(255,255,255,.1);
	box-shadow: none;
	-webkit-background-size: 30px;
	background-size: 30px;
}
.video.video_play2:hover::after{
	border: 1px solid rgba(255,255,255,1);
}
.video__iframe, 
.video__iframe iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: block;
}
/*/VIDEO*/

/*INPUT CHECBOX*/
.input-checkbox{
	text-align: center;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.input-checkbox input{
	display: none;
}
.input-checkbox__label{
	display: block;
	text-align: left;
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.input-checkbox__text{
	font-size: 14px;
	line-height: 1.5em;
}
.input-checkbox__check{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	top: -1px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ee741d;
	background-color: white;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.input-checkbox__check::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/icons/check.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	width: 12px;
	height: 12px;
	margin: auto;
	opacity: 0;
}
.input-checkbox:hover .input-checkbox__check{
	border-color: #d9b00d;
}
.input-checkbox:hover .input-checkbox__check.input_error{
	border-color: #d9b00d!important;
	background-color: transparent!important;
}
.input-checkbox input:checked + .input-checkbox__change .input-checkbox__check{
	border-color: #d9b00d!important;
	background-color: transparent !important;
}
.input-checkbox input:checked + .input-checkbox__change .input-checkbox__check::before{
	opacity: 1;
}
/*INPUT CHECBOX*/

/*BREAD*/
.bread-crumbs-wrap{
	padding: 20px 0 20px;
	margin-bottom: -20px;
	position: relative;
	z-index: 9;
}
.bread-crumbs__item{
	font-weight: 400;
	font-size: 12px;
	display: inline-block;
}
.bread-crumbs__item{
	margin-right: 5px;
}
.bread-crumbs__item + .bread-crumbs__item::before{
	content: '/';
	position: relative;
	color: #aeb1bc;
	display: inline-block;
	margin-right: 5px;
}
.bread-crumbs__item,
.bread-crumbs__link,
.bread-crumbs__active{
	color: #d9b00d;
}
.bread-crumbs__link.link{
	color: #aeb1bc;
}
.bread-crumbs__link:hover{
	color: #0e0e0e;
}
@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) {
	.bread-crumbs__item{
		font-size: 12px;
	}
}
/*/BREAD*/

/*AUTHOR*/
.author_bg{
	max-width: 280px;
	width: 100%;
	padding: 25px 15px;
	background-color: #fff;
	box-shadow: 0 10px 30px rgba(38, 46, 49, 0.1);
	border-radius: 20px;
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 9;
}
.author_bg,
.author_bg *,
.author_bg .author__name{
	color: #262e31;
}
.author__position{
	color: #d9b00d;
	font-size: 12px;
	font-weight: 500;
	margin-top: 5px;
}
/*/AUTHOR*/

/*IMG HOVER*/
.img-hover{
	display: block;
	cursor: pointer;
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.img-hover-wrap:hover .img-hover{
	top: -10px;
}
.img-hover:hover{
	box-shadow: 43.2px 41.7px 80px rgba(53, 79, 105, 0.26);
}
.img-hover::before,
.img-hover::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 3;
}
.img-hover::before{
	background-color: rgba(217, 176, 13, 0.75);
}
.img-hover::after{
	width: 70px;
	height: 70px;
	background-color: white;
	box-shadow: 0 10px 60px rgba(53, 79, 105, 0.26);
	border-radius: 50%;
	background-image: url(../img/icons/zoom.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
}
.img-hover::before,
.img-hover::after{
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.img-hover-wrap:hover .img-hover::before,
.img-hover-wrap:hover .img-hover::after,
.img-hover:hover::before,
.img-hover:hover::after{
	opacity: 1;
}
.img-hover-wrap:hover .img-hover::after,
.img-hover:hover::after{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/*/IMG HOVER*/

/*CIRCLE DECOR*/
.circle-decor{
	width: 352px;
	height: 352px;
	background-color: #d9b00d;
	border-radius: 50%;
	position: relative;
}
.circle-decor::before,
.circle-decor::after{
	content: '';
	position: absolute;
	border: 1px solid rgba(255,255,255,.03);
	border-radius: 50%;
	z-index: 3;
}
.circle-decor::before{
	top: -60px;
	left: -60px;
	right: -60px;
	bottom: -60px;
}
.circle-decor::after{
	top: -120px;
	left: -120px;
	right: -120px;
	bottom: -120px;
}
.circle-decor__glow{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 709px;
	height: 709px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url(../img/bg/circle_glow.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .2;
	z-index: 2;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.circle-decor{
		width: 250px;
		height: 250px;
	}
	.circle-decor__glow{
		width: 500px;
		height: 500px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/CIRCLE DECOR*/

/*SOC*/
.soc-list{
	margin: 15px -4px 0;
}
.soc-list__item{
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
}
.soc-list__link{
	display: block;
	position: relative;
	width: 45px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	border: 1px solid #bbc1cd;
	border-radius: 50%;
}
.soc-list__link:hover{
	border-color: #d9b00d;
}
.soc-list__link 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%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.soc-list__link img.hover{
	opacity: 0;
}
.soc-list__link:hover img{
	opacity: 0;
}
.soc-list__link:hover img.hover{
	opacity: 1;
}
@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) {
	.soc__title{
		margin-bottom: 10px;
	}
}
/*/SOC*/

/*messenger*/
.messenger-list{
	margin-left: -2px;
	margin-right: -2px;
}
.messenger-list__item{
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
.messenger-list__link{
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	background-color: #dab112;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.messenger-list__link:hover{
	background-color: #262e31;
}
.messenger-list__item_viber .messenger-list__link{
	background-position: calc(50% - 1px) calc(50% + 1px);
}
.messenger-list__item_phone .messenger-list__link{
	background-position: calc(50%) calc(50%);
}
.messenger-list__item_wa .messenger-list__link{
	background-position: calc(50%) calc(50%);
}
/*/messenger*/

/*DISCOUNT*/
.discount{
	display: inline-block;
	text-align: center;
}
.discount__center{
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	height: 200px;
	border: 8px solid #d4dbe8;
	text-align: center;
	background-color: white;
	border-radius: 50%;
	box-shadow: 43.2px 41.7px 80px rgba(38, 46, 49, 0.5);
	padding: 20px;
}
.discount,
.discount .link{
	color: #8a96a2;
}
.discount__number{
	font-size: 62px;
	line-height: 1em;
	font-weight: 700;
	color: #d9b00d;
	margin-bottom: 5px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.discount__center{
		width: 175px;
		height: 175px;
	}
	.discount__number{
		font-size: 55px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/DISCOUNT*/

/*LIST NUMBER*/
.list-number__item{
	margin-top: 25px;
}
.list-number__number{
	font-size: 16px;
	font-weight: 700;
	color: #262e31;
	position: relative;
}
.list-number__number::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 35px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #d9b00d;
}
.list-number__number::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 75px;
	height: 1px;
	background-color: #ebebeb;
}
.list-number__desc{
	margin-top: 5px;
}
@media only screen and (max-width : 1199px) {

}
@media only screen and (max-width : 991px) {
	.list-number__item{
		margin-top: 15px;
	}
	.list-number__desc{
		margin-top: 0;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/LIST NUMBER*/

/*CATEGORY*/
.category{
	background-color: #f5f5f5;
	padding: 20px 35px 15px;
	margin-bottom: 40px;
}
.category__title{
	margin-bottom: 20px;
}
.category-list__item{
	margin: 0 -35px;
}
.category-list__item,
.category-list__link{
	font-size: 14px;
}
.category-list__link{
	display: block;
	font-weight: 500;
	padding: 13px 35px;
	color: #54616a;
	position: relative;
}
.category-list__link:hover,
.category-list__item_active .category-list__link{
	background-color: rgba(255,255,255,.75);
	color: #262e31;
}
.category-list__link:hover{
	color: #d9b00d;
}
.category-list__link::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0px;	
	background-color: #d9b00d;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.category-list__item_active .category-list__link::before{
	width: 4px;
	opacity: 1;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.category{
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/CATEGORY*/

/*PAGINATION*/
.pagination{
	margin-top: 60px;
	margin-left: -3px;
	margin-right: -3px;
}
.pagination-list__item{
	display: inline-block;
	margin: 3px;
}
.pagination-list__link{
	display: block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #f5f5f5;
	font-weight: 500;
	color: #8a96a2;
}
.pagination-list__link:hover,
.pagination-list__item_active .pagination-list__link{
	background-color: #2a3135;
	color: #fff;
	font-weight: 700;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.pagination{
		margin-top: 40px;
	}
	.pagination-list__link{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}
@media only screen and (max-width : 767px) {
	.pagination{
		margin-top: 30px;
	}
	.pagination-list__link{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/PAGINATION*/

/*COMMENTS*/
.comments{
}
.comments-top{
	padding: 20px 25px;
	background-color: whitesmoke;
	font-size: 12px;
	margin-bottom: 30px;
}
.comments-top__amount{
	color: #262e31;
	font-weight: 700;
}
.comments-top__rating-number{
	padding-left: 30px;
}
.comments-top__rating-number-number{
	color: #262e31;
	font-weight: 700;
	display: inline-block;
	margin-left: 10px;
}
.comments-form__photo{
	max-width: 68px;
}
.comments-form__photo img{
	border-radius: 50%;
	max-height: 68px;
}
.comments-form__input .input_btn{
	max-width: 146px;
	margin-right: 0;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.comments-top{
		text-align: center;
	}
	.comments-top__rating{
		margin-top: 10px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/COMMENTS*/

/*STARS*/
.stars{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: -3px;
	margin-right: -3px;
}
.stars__item{
	width: 14px;
	height: 14px;
	background-image: url(../img/icons/star.svg);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 3px;
	opacity: .2;
}
.stars__item_active{
	background-image: url(../img/icons/star-orange.svg);
	opacity: 1;
}
/*/STARS*/

/*HINT*/
.hint{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #54616a;
	position: relative;
	z-index: 9;
	margin-left: 10px;
}
.hint__text,
.hint__hover{
	background-color: #e9ebed;
}
.section_bg .hint__text,
.section_bg .hint__hover{
	background-color: #fff;
}
.hint__text{
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	font-weight: 700;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.hint:hover .hint__text{
	border-radius: 50% 50% 0 50%;
}
.hint__hover{
	position: absolute;
	top: 100%;
	left: 100%;
	font-weight: 400;
	width: 200px;
	padding: 10px;
	box-shadow: 0 28px 45.1px 0.9px rgba(0, 0, 0, 0.07);
	opacity: 0;
	visibility: hidden;
}
.hint:hover .hint__hover{
	opacity: 1;
	visibility: visible;
}
/*/HINT*/

/*BASKET*/
.basket{
	margin-top: 20px;
}
.basket-items{
	margin: 0 -40px 15px;
	border-bottom: 1px solid #1c1e23;
}
.basket-items__scroll{
	max-height: 300px;
	overflow: hidden;
	overflow-y: scroll;
}
.basket-items__item{
	padding: 12px 40px;
	margin: 0 0;
	border-top: 1px solid #1c1e23;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.basket-items__col{
	padding: 0 15px;
	font-size: 12px;
}
.basket-items__col:first-child{
	padding-left: 0;
}
.basket-items__col:last-child{
	padding-right: 0;
}
.basket-items__col:nth-child(1){
	max-width: 390px;
	width: 100%;
	text-align: left;
}

.basket-items__name{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.basket-items__img{
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	margin-right: 10px;
}
.basket-items__img img{
	max-width: 65px;
	max-height: 65px;
}
.basket-items__kol{
	line-height: 1.5em;
	font-size: 14px;
}
.basket-items__info{
	font-size: 12px;
}
.basket-items__price,
.basket-items__info{
	display: inline-block;
}
.basket-itmes__price-number{
	font-weight: 700;
	font-size: 20px;
}
.baskte-items__delete{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	position: relative;
}
.baskte-items__delete::before,
.baskte-items__delete::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/icons/delete.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 20px;
	background-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.baskte-items__delete::after{
	background-image: url(../img/icons/delete-red.svg);
}
.baskte-items__delete:hover::before,
.baskte-items__delete::after{
	opacity: 0;
}
.baskte-items__delete::before,
.baskte-items__delete:hover::after{
	opacity: 1;
}

.basket-sum{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 18px;
}
.basket__btn-wrap{
	margin-top: 30px;
	text-align: center;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.basket{
		margin-top: 10px;
	}
	.basket-items{
		margin-left: -20px;
		margin-right: -20px;
	}
	.basket-items__item{
		padding: 10px 20px;
		display: block;
	}
	.basket-items__col{
		padding: 5px 0;
	}
	.basket-items__col:nth-child(1){
		margin: 0 auto;
		width: auto;
	}
	.basket-items__name{
		display: block;
		justify-content: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		text-align: center;
	}
	.basket-items__img{
		margin: 0 auto 5px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/BASKET*/

/*INPUT NUMBER*/
.input-number{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.input-number__value,
.input-number__operation{
	font-size: 16px;
}
.input-number__value{
	margin: 0 10px;
}
.input-number__operation{
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #d9b00d;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
    font-family: "GothamProNarrow";
    font-weight: 700;
}
.input-number__operation:hover{
	background-color: #d9980d;
}
/*/INPUT NUMBER*/