/* Фиксированный блок */

*, *:after, *:before {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.block_fixed {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 2000000;
}

/* Корзина */

.cart_b {
	margin-bottom: 10px;
	color: white;
	font-size: 26px;
	display: block;
	text-align: center;
	padding-top: 5px;
	line-height: 18pt;
}

.cart_b .kol {
	font-size: 14px;
	margin-top: -3px;
}

.alert-success {
	background-color: #3fb618;
	border-color: #4e9f15;
	color: #ffffff;
}

.modal input.form-control {
	height: 36px !important;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 11px;
	}
}

@media (min-width: 768px) {
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
}

@media (min-width: 768px) {
	.col-sm-10 {
		width: 83.33333333%;
	}
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 768px) {
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
}

@media (min-width: 768px) {
	.col-sm-10 {
		width: 83.33333333%;
	}
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.alert {
	padding: 15px;
	margin-bottom: 21px;
	border: 1px solid transparent;
	border-radius: 0;
}

.alert {
	border: none;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

.help-block ul {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

.cart-empty {
	border: 1px solid #dcbbbb;
	padding: 40px 30px;
	border-radius: 5px;
	display: flex;
	margin-bottom: 50px;
}

.cart-empty h3 {
	margin: 0 0 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.cart-empty .fas {
	font-size: 120px;
	color: #c27272
}

.cart-empty .buttons {
	display: flex;
}

.cart-empty a {
	border: 1px #ee7c00 solid;
	background: #ee7c00;
	height: 46px;
	color: white;
	border-radius: 2px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 46px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	transition: all .25s ease-in-out;
	margin-right: 10px;
	padding: 0 10px;
}

.but {
	text-decoration: none;
	padding: 10px 10px;
	font-size: 14px;
}

.but-buy {
	border: 1px #da4747 solid;
}

.hr {
	border: none;
	padding: 0;
	margin: 0;
	border-bottom: 2px #ddd solid;
}

.cart-full .row {
	border-bottom: 1px #ddd solid;
	position: relative;
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.cart-full {
	margin-bottom: 20px;
}

.cart-full .left-buttons a {
	border: 1px #000 solid;
	margin-right: 5px;
	color: #000;
}

.cart-full .right-button {
	float: right;
}

.cart-full .right-button a {
	border: 1px #ee7c00 solid;
	color: #white;
}

.cart-full .left-buttons {
	margin-bottom: 5px;
	margin-right: auto;
}

.cart-full .row .name {
	padding-right: 0;
}

.cart-full .image img {
	width: 100px;
}

.cols-name {
	display: flex;
}

.cart-full .row .name {
	width: 50%;
}

.col-md-3 {
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}

.col-md-9 {
	-webkit-flex-basis: 75%;
	flex-basis: 75%;
}

.kol_tovar_plus_minus {
	display: flex;
}

.tovar_table .kol_tovar_plus_minus .btn {
	padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
}

.kol_tovar_plus_minus .btn {
	padding: 7px 10px;
}

.cart-full .row {
	border: none;
}

.cart-itog {
	border-top: none;
}

.form-control:focus {
	border-color: #AEAEAE;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .3);
}

.form_zakaz {
	padding: 20px;
	border-radius: 5px;
	background: #faf6f0;
	border-bottom: 1px solid #e7dccb;
	margin-bottom: 20px;
	zoom: 1;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	cursor: default;
	left: 0;
	/*opacity: 0; */
	position: fixed;
	right: 0;
	top: 0;
	/*visibility: hidden;*/
	z-index: 1;
}

/*.overlay:target { 
	visibility: visible; 
	opacity: 1; 
} */

.popup {
	width: auto;
	max-width: 30%;
	z-index: 9999999 !important;
	background-color: #fff;
	border: 3px solid #fff;
	display: inline-block;
	left: 50%;
	/*opacity: 0; */
	/*padding: 15px; */
	padding: 30px 15px;
	position: fixed;
	text-align: justify;
	font: 14px Helvetica, Arial, Sans-Serif;
	top: 40%;
	/*visibility: hidden; */
	z-index: 10;
	height: auto;
	max-height: 85%;
	overflow-y: auto;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 5px;
}

/* width */
.popup::-webkit-scrollbar {
	width: 8px;
	border-radius: 6px;
}

/* Track */
.popup::-webkit-scrollbar-track {
	background: transparent;
}

/* Handle */
.popup::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

/* Handle on hover */
.popup::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.6);
}

/*.overlay:target+.popup { 
	top: 50%; 
	opacity: 1; 
	visibility: visible; 
} */

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-body {
	position: relative;
	padding: 20px;
}

.modal-footer {
	padding: 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal .close {
	color: #333333;
}

.text-left {
	text-align: left;
}

.modal .form-group {
	margin-bottom: 5px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

.form-group {
	margin-bottom: 15px;
}

.btn[type=submit]:hover {
	background: #fc8503;
}

.popup {
	z-index: 101;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 18px;
	font-size: 15px;
	line-height: 1.42857143;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn {
	color: black;
	border: 1px #ccc solid;
}

.btn a {
	color: white;
	text-decoration: none;
}

.btn-default {
	background: #EE7C00;
	border: none;
	color: white;
	transition: all .25s ease-in-out;
}

.btn-default:hover {
	background: #fc8503;
}

.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}


.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.modal .close-1 {
	color: #333333;
}

.close-1:hover, .close-1:focus {
	opacity: 1;
}

.modal-header .close-1 {
	margin-top: -2px;
}

.close-1:hover, .close-1:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.close-1 {
	font-size: 40px;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	position: absolute;
	right: 10px;
	top: 0px;
}

.mobile_btn_order {
	color: white;
}

.btn i {
	margin-right: 10px;
}

.modal-content {
	outline: none;
}


.modal.fade {
	outline: none;
}

.centered-img {
	display: inline;
	text-align: center;
}

.news-box {
	min-height: 280px;
}

.main-news-slider .slick-slide {
	margin: 0 10px;
}

.feedback-slider-btn {
	background-color: transparent;
	position: absolute;
	top: 25%;
	border-style: solid;
	border-width: 1px;
	width: 50px;
	height: 50px;
	border: none;
}

.feedback-slider-btn:hover {
	border-color: #2d2d2d;
}

.feedback-slider-btn:hover i {
	color: #2d2d2d;
}

.feedback-slider-btn i {
	font-size: 24px;
	color: #c5c5c5;
}

.feedback-slider-btn img {
	margin: 0 auto;
}

.feedback-next-btn {
	right: -40px;
	z-index: 1;
}

.feedback-prev-btn {
	left: -40px;
	z-index: 1;
	
}

.news-section .news-box a .text {
	font-weight: 600;
	color: #EE7C00;
}

.bx_catalog-compare-list_sravn {
	background-color: #fc8503 !important;
}

.links > div {
	overflow: hidden;
}

.gallery a {
	position: relative;
}

.gallery .img-wrap {
	background-color: #fc8503;
	transition: all 0.3s;
}

.gallery img:hover {
	opacity: 0.4;
	transition: all 0.3s;
}


.overlay {
	display: none;
}

.overlay + .popup {
	display: none;
	margin-top: 70px;
}

.slick_slider_nav .nextArrow,
.slick_slider_nav .prevArrow {
	z-index: 1;
}

section.tovar_inside .tovar_table .input-group button.plus,
section.tovar_inside .tovar_table .input-group button.minus {
	width: 40px;
}

.main-h1 {
	font-size: 32px;
	text-transform: uppercase;
	margin: 20px 0px 10px;
}

.equipment.sections .catalog-box {
	margin: 0 20px 20px 0;
}

.onvolga-link {
	display: block;
	/* float: right; */
	text-align: left;
	margin-top: 10px;
	color: #7f7f7f !important;
}


.propertyTable {
	flex-direction: column;
	margin-bottom: 15px;
	border-bottom: 1px dotted #e6e6e6 !important;
	padding-bottom: 5px;
}

.propertyTable .propertyName {
	margin-bottom: 10px;
	color: #aaa;
	font-style: italic;
	font-weight: normal;
}

.propertyTable .propertyValue {
	text-align: left;
	width: 100% !important;
}

.propertyTable .propertyName:after {
	content: ':';
	border: none;
	width: auto !important;
	margin: 0;
}

.wr_info section.text img {
	margin: auto;
}

section.equipment .content_items.list article img {
	width: auto;
}

section.equipment .content_items article figure {
	display: block;
	overflow: hidden;
}

.news-date {
	color: #999
}


.news-blocks {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.menu-block .head-menu {
	margin: 0;
	margin-top: 25px;
}


.mobile-menu {
	top: 0 !important;
}

.menu-link {
	top: -25px !important;
	right: 0 !important;
}


.news-box a .date {
	background: none !important;
}

.news-box a .date:before {
	content: "";
	width: 0;
	height: 0;
	border-width: 60px 24px 10px;
	border-style: solid;
	border-color: #bf0808 #bf0808 transparent;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

.news-box:hover a .date:before {
	border-color: #ee7c00 #ee7c00 transparent;
}

.news-box a .date .day {
	position: absolute;
	left: 0px;
	width: 48px;
	text-align: center;
}

.news-box a .date .month {
	position: absolute;
	top: 24px;
	left: 0px;
	width: 48px;
	text-align: center;
	font-size: 10px;
}

.news-box a .date .year {
	position: absolute;
	top: 37px;
	left: 0px;
	width: 48px;
	text-align: center;
	font-size: 12px;
}

.block_fixed {
	transform: translateX(150%);
	transition: all 0.3s;
}

.block_fixed.has-products {
	transform: translateX(0%);
}

.block_fixed.active {
	transform: translateX(0%);
}

/*==========MEDIA==============*/

@media print {
	body {
		zoom: 90%;
	}
}

@media screen and (max-width: 1000px) {
	.head-right-side .phone {
		float: left !important;
	}
	
	.head-right-side .mail {
		top: 76px;
	}
	
	.head-right-side .signature {
		line-height: 2 !important;
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.feedback-prev-btn {
		left: 0;
		top: 90px;
	}
	
	.feedback-next-btn {
		right: 0;
		top: 90px;
	}
	
}

@media (max-width: 768px) {
	
	.feedback-prev-btn {
		top: 110px;
	}
	
	.feedback-next-btn {
		top: 110px;
	}
	
	.about-section section h2 {
		font-size: 22px;
	}
	
	.equipment.sections .catalog-box {
		width: 100%;
	}
	/*
	.about-section {
		display: none;
	}
	*/
	.head-right-side .signature {
		margin-bottom: 0;
	}
	
	.head-right-side .mail {
		margin-top: -15px;
		top: 145px;
	}
	
	.block_fixed.has-products {
		transform: translateX(72%);
	}
	
	.block_fixed.active,
	.block_fixed.active.has-products {
		transform: translateX(0%);
	}
	
	
	.bx_catalog-compare-list_sravn,
	.bx_catalog_compare_count .cart_kol {
		width: 40px !important;
		height: 40px !important;
	}
	
	.bx_catalog-compare-list_sravn .kol {
		top: 30px !important;
		right: 30px !important;
		width: 22px !important;
		height: 22px !important;
		line-height: 18px !important;
	}
	
	.bx_catalog-compare-list_sravn .сart_background {
		background-size: 75% !important;
	}
}

@media (max-width: 480px) {
	.feedback-prev-btn {
		top: 70px;
	}
	
	.feedback-next-btn {
		top: 70px;
	}
	
	.head-right-side .mail {
		top: 0;
	}
	
}

.gallery .img-wrap {
	background-color: #fff;
}

.links > div img {
	transform: SCALE(1.1);
}

.gallery .img-wrap {
	overflow: hidden;
	position: relative;
}

.gallery .img-wrap:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FC8505;
	opacity: 1;
}

@media (min-width: 768px) {
	#smartbanner {
		display: none
	}
}

.bx-ios #smartbanner {
	display: none;
}