.discount-get__bubble .bubble__wrap {
	height: auto;
}

.item.item_header {
	font-size: 0;
}

.image-block {
	height: auto;
}

.js-bubble .bubble-conteiner {
	height: 0;
}

.header__nav{
	width: 190px!important;
}
.nav__item_ico svg, .nav__item_ico img,
.nav__item_ico span{
    vertical-align: top;
}
.el-checkbox2 ~ label {

	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #202020;
}
.frame-image_frame {
	width: 397px;
	height: 394px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.recent-variants .recent-variants-item__img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.items .item__img {
	width: 200px;
	height: 200px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.items .item__img picture {
	height: 100%;
	display: flex;
}

.lightbox-action-title{
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 35px;
	color: #000000;
}
.lightbox-action-img{
	height: 213px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.lightbox-action-img img{
	object-fit: cover;
	max-width: 100%;
}
.lightbox-action-text{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	text-align: left;
	margin-bottom: 30px;
}
.lightbox-action-btns{
	text-align: left;
	display: flex;
	align-items: center;
}
.lightbox-action-btns a{
	display: block;
}
.lightbox-action-btns a:first-child{
	margin-right: 20px;
}
.wrp-popup-office{
	position: fixed;
	display: flex;
	background: rgba(0,0,0,.2);
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
}
.wrp-popup-office.show{
	visibility: visible;
	opacity: 1;
}
.popup-office{
	background-color: #fff;
	padding: 30px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	width: 580px;
	height: 460px;
	position: relative;
}
.wrp-popup-office.show .popup-office{
	visibility: visible;
	transition-delay: 0.3s;
	opacity: 1;
}
.popup-office .el-del{
	position: absolute;
	right: 30px;
	top: 30px;
	width: 20px;
	height: 20px;
}
.footer-teg-slider{
	position: relative;
}
.footer-teg-slider .nav-catalogue_two{
	margin: 0;
	display: flex;
	width: calc(100% - 32px);
	opacity: 0;
}
.footer-teg-slider .nav-catalogue_two.slick-initialized{
	opacity: 1;
}
.tags-wrp{
	display: flex;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.tags-wrp li{
	list-style: none;
	border: 1px solid #f2f2f2;
	margin-top: 15px;
	border-radius: 20px;
	color: black;
	padding: 8px 14px;
	background: white;
	box-shadow: 0px 0px 8px rgba(0,0,0,.1);
	margin-right: 15px;
	font-size: 13px;
	line-height: 18px;
	flex-basis: fit-content;
	text-align: center;
}
.tags-wrp li:hover a{
	color: #fa6405;
}
.footer-teg-slider .nav-catalogue_two li{
	list-style: none;
	border: 1px solid #f2f2f2;
	margin-top: 15px;
	border-radius: 20px;
	color: black;
	padding: 8px 14px;
	background: white;
	box-shadow: 0px 0px 8px rgba(0,0,0,.1);
	margin-right: 15px;
	font-size: 13px;
	line-height: 18px;
	flex-basis: fit-content;
	text-align: center;
}
.footer-teg-slider .nav-catalogue_two .slick-slide{
	margin-right: 10px;
}
.footer-teg-slider .nav-catalogue_two .slick-list{
	padding-bottom: 10px;
}
.footer-teg-slider .nav-catalogue_two li:hover a{
	color: #fa6405;
}
.footer-teg-slider .el-arrow-but_prev,
.footer-teg-slider .el-arrow-but_next{
	position: absolute;
	z-index: 2;
	background-color: #fff;
	left: 0;
	top: 16px;
}
.footer-teg-slider .el-arrow-but_next{
	left: auto;
	right: 0;
}
#lightbox-form-callback,#lightbox-form-tender{
	max-width: 460px;
    width: 460px;
}