.displaynone {
	display: none;
}
hr {
	clear: both;
}
a.disabled_link {
	color: #212529;
}
.site-header {
    background-color: #ff4900;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
    color: #ffd5d5;
    transition: ease-in-out color .15s;
	font-size: 18px;
}
.site-header a:hover {
    color: #fff;
}
.site-header a.active {
	color: #fff;
    text-decoration: underline;
}
.site-header a.activeparent {
    color: white;
}
header a{
	color: #212529;
}
.time_of_work_header {
	font-size: 14px;
	position: relative;
	top: -9px;
	margin-left: 22px;
}
.social_icon {
	margin-top: 7px;
	margin-left: 10px;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #008049;
    border-color: #005b34;
}
.main-banner img {
	border-radius: 10px;
}
.icon {
	height: 20px;
	margin-right: 5px;
}
.top_block_logo {
	height: 101px;
	background: url(/images/logo.jpg) 15px center no-repeat;
}
.top_block_logo a{
	height:100%;
	width: 100%;
	display: block;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 5px;
    background-color: white;
}
.table thead th {
    background-color: #d7d7d7;
}
.bg_color {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.tovar-carousel {
	height: 250px;
}
.tovar-carousel img{
	max-height: 250px;
	display: block;
	margin: 0 auto;
}
.tovar-carousel .carousel-item {
	background-color: white;
	min-height: 200px;
}
.price_block  {
	background: linear-gradient(to top, #f5f5f5, #fbfbfb);
}
.price span {
    margin: 0 0 10px 0; 
    font-size: 40px;
    font-weight: bold;
    clear: both;
    display: inline;
    /*padding: 0 22px 0 0;*/
    /*background: url(../images/rub-35-black.png) right center no-repeat;*/
	/*background-size: 13%;*/
	/*background-position-y: 19px;*/
}
.card {
	min-height: 151px;
}
.card-title {
	height: 46px;
}
#news .card-title {
	min-height: 46px;
	height: auto;
}
h3.card-title {
	font-size: 20px;
	overflow-y: visible;
	position: relative;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.card-price span{
    font-weight: bold;
}
.card .social ul {
	padding-left: 0;
}
.nalichie {
	margin-right: 15px;
}
.installation_time {
	color: darkcyan;
}
.guarantee {
	color: chocolate;
}
.characteristics ul{
	padding-left: 15px;
}
.nav-tabs {
	margin-bottom: 1rem;
}
nav.site-header ul {
	position: relative;
}
nav.site-header ul.nav li {
	position: relative;
}
nav.site-header ul.nav li ul.nav {
	display: none;
	position: absolute;
	z-index: 99999;
	width: auto;
	background: #ff4900;
}
nav.site-header ul.nav li:hover ul.nav {
	display: block;
}
nav.site-header ul.nav li ul.nav li{
    display: block;
	width: 100%;
	float: none;
	text-align: left;
	white-space: nowrap;
}
nav.site-header ul.nav li ul.nav li ul.nav{
	display: none;
	position: absolute;
	z-index: 999999;
	width: auto;
	left: 96%;
	background: #ca3a00;
	top: 4%;
}
nav.site-header ul.nav li ul.nav li:hover ul.nav{
	display: block;
}
.mobile_menu, .mobile_menu_arrow {
	display: none;
}
footer {
	background: #262626;
	color: #999;
	clear: both;
}
body footer span{
	font-size: 10px;
	display: block;
}
footer ul{
	padding-left: 10px;
}
footer ul li{
	list-style: none;
}
footer ul li a{
	color: #ddd;
	font-size: 1.1rem;
    transition: ease-in-out color .15s;
}
footer ul li a:hover{
    color: #fff;
    text-decoration: none;
}
footer ul li ul li a{
	color: #999;
	font-size: 1rem;
}
.footer_hr {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.compare_table td, .compare_table th{
	text-align: center;
}
#map-full {
	height: 400px;
	background: url(/images/map-full.jpg) center center;
}
.prices_table ul li{
	font-size: 0.8rem;
}
.address, .phone_nomber, .email {
	margin: 6px 0;
}
.phone_nomber {
	font-weight: bold;
}
.phone_nomber img{
	position: relative;
	top: -4px;
}
.phone_nomber a{
	font-size: 23px;
}
.btn-search {
    color: #fff;
    background-color: #ff4900;
    border-color: #ff4900;
}
.sertificates img {
	height: 200px;
}
.catalog_icon {
	max-height: 100px;
	width: auto;
	margin: 0 auto;
	display: block;
}
.card-group > .card {
	margin-bottom: 10px;
}
.params {
	display: none;
}
.tovar-filter .checkbox {
	margin-right: 3%;
}
.filter-input {
	position: relative;
	bottom: -2px;
}
.btn-primary {
    color: #fff;
    background-color: #00af64;
    border-color: #00af64;
}
.btn-primary:hover {
    color: #fff;
    background-color: #017f49;
    border-color: #017f49;
}
#call_back {
	position: fixed;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 99999;
}
#call_back form {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 10px;
    display: table;
    margin: 100px auto 0;
    padding: 10px;
}
#call_back select{
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#call_back form {
	max-width: 300px;
}
.callback {
	margin: 28px auto 10px auto;
	display: table;
	
}
#news .card-title {
	height: auto;
}
.news_date {
	color: gray;
	font-size: 14px;
}
#kontakty .embed-responsive {
	width: 100%;
}
.embed-responsive {
    margin-bottom: 20px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.table th, .table td {
    padding: 0.50rem;
}
.ya-share2 {
	margin-top: 5px;
}
ul.tags {
	display: flow-root;
	clear: both;
	padding-left: 0;
}
.tags li {
	list-style: none;
}
.tags li a{
	display: table;
	background: #ff4900;
	color: white;
	padding: 2px 7px;
	border-radius: 5px;
	float: left;
	margin: 3px;
}
.ya-site-form__search-input {
	padding: 7px!important;
}
.ya-site-form__input-text {
	border-radius: 5px!important;
}
.ya-site-form__submit_type_image {
    width: 27px!important;
    height: 27px!important;
	background-image: url(/images/icons/search.svg)!important;
	background-color: #00af64!important;
	border-radius: 5px!important;
	border: 1px solid lightgray!important;
	background-size: 18px!important;
	background-position: 3px 3px!important;
}
.vizov_cards .card {
	padding: 10px;
	margin: 10px;
}
.zayavka_viezd {
	background: #f0f0f0;
	padding: 15px;
	max-width: 600px;
	border-radius: 5px;
	margin: 0 auto;
}
.search_button_mobile {
	display: none;
	height: 30px;
	width: 30px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 99999;
}
.search_button_mobile:hover {
	cursor: pointer;
}
#filter_button_mobile {
	display: none;
}
.pdf {
	background: url(/images/icons/pdf.png) no-repeat left center;
	background-size: 22px;
	padding-left: 25px;
}
.zapis_button {
	display: inline;
}
.card-body {
	padding-top: 5px;
}
.v_nalichii {
	background: url(/images/v.png) left center no-repeat;
	padding-left: 17px;
	background-size: 15px;
	background-position-y: 6px;
}
.card-footer {
	font-size: 13px;
}
.new {
	position: absolute;
	top: 60px;
	background: #ff4900;
	color: white;
	padding: 5px 8px 8px 8px;
	line-height: 14px;
	font-weight: bold;
	border-radius: 0 5px 5px 0;
	left: -1px;
}
.action {
	position: absolute;
	top: 60px;
	background: red;
	color: white;
	padding: 5px 8px 8px 8px;
	line-height: 14px;
	font-weight: bold;
	border-radius: 0 5px 5px 0;
	left: -1px;
}
.dostavka ul {
	margin-left: 0;
	padding-left: 15px;
	font-size: 11px;
	padding-top: 5px;
}
.nalichie {
	padding-left: 20px;
	background: url(/images/v.png) no-repeat left center;
	background-size: 18px;
}
.chekbox-list {
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00af64;
  border-color: #00af64;
}

.lr-jaguar {
	max-width: 100%;
}



@media (max-width: 321px) {
	h1, .h1 {
		font-size: 2.2rem;
	}
	h2, .h2 {
		font-size: 1.9rem;
	}
}

@media (max-width: 480px) {
	h1, .h1 {
		font-size: 2.0rem;
	}
	h2, .h2 {
		font-size: 1.5rem;
	}
	.tovar-carousel {
		/*height: 200px;*/
	}
}

@media (max-width: 560px) {
	
}

@media (max-width: 767px) {
	.ymap {
		display: none;
	}
	nav.sticky-top {
		position: relative;
	}
	nav.site-header ul.nav li:hover ul.nav {
		display: none;
	}
	nav.site-header ul.nav li ul.nav li ul.nav{
		display: inline;
		position: relative;
		width: auto;
		left: 8%;
		background: none;
		top: 0;
	}
	nav.site-header ul.nav li ul.nav li:hover ul.nav{
		/*display: none;*/
	}
	.top_block_logo {
		background: url(/images/logo.jpg) center center no-repeat;
	}
	.top_nav {
		display: none;
	}
	.phone_nomber {
		padding-top: 0;
	}
	.phone_nomber img {
		top: 0;
	}
	.yashare {
		display: none;
	}
	.ya-share2__list {
		margin-left: auto!important;
		margin-right: auto!important;
		display: table!important;
	}
	.mobile_menu {
		display: block;
		width: 100%;
		color: white;
		font-weight: bold;
		text-align: center;
		font-size: 18px;
		height: 40px;
		padding-top: 5px;
	}
	.phone_nomber {
		text-align: center;
	}
	.address {
		/*float: left;
		width: 50%;
		text-align: left;
		font-size: 14px;*/
		display: none;
	}
	.email {
		display: none;
	}
	.time_of_work_header {
		/*top: -4px;
		text-align: center;*/
		display: none;
	}
	.top_contact .btn {
		margin: 0 auto;
		display: table;
	}
	.mobile_menu:hover {	
		cursor: pointer;
	}
	.mobile_menu span{
		margin-left: 10px;
	}
	.mobile_menu_arrow {
		display: block;
		width: 24px;
		position: absolute;
		right: 0;
		top: 9px;
	}
	.mobile_menu_arrow:hover {
		cursor: pointer;
	}
	nav.site-header li {
		position: relative;
	}
	nav.site-header ul.nav li ul.nav {
		background: white;
		position: relative;
	}
	nav.site-header ul.nav li ul.nav li a{
		color: #5b5b5b;
	}
	nav.site-header ul.nav li ul.nav li a.active{
		color: black;
	}	
	.search_button_mobile {
		display: block;
	}
	.main-banner {
		display: none!important;
	}
	.katalog_list .col-md-3{
		width: auto;
		margin-bottom: 8px!important;
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
	.katalog_list .card{
		min-height: 0;
	}
	.katalog_list .card .card-body{
		width: auto;
		display: inline;
		padding: 0;
		padding-top: 0;
	}
	.katalog_list .card .card-body>a{
		display: none;
	}	
	.katalog_list .card .card-body h3.card-title{
		display: block;
		padding: 5px;
		margin-bottom: 0;
		height: auto;
		font-size: 15px;
	}
	.phone_nomber {
		margin: 2px auto;
		font-size: 23px;
	}
	.time_of_work_header {
		float: left;
		margin: 2px 10px;
		text-align: left;
		top: 0;
	}
	.breadcrumb {
		font-size: 12px;
	}
	#search,
	#tovar_filter {
		display: none;
	}
	#filter_button_mobile {
		display: block;
		border: 1px solid #e8e8e8;
		border-radius: 5px;
		margin-bottom: 10px;
		padding: 5px;
		text-align: center;
	}
	#filter_button_mobile img{
		height: 27px;
	}	
	#filter_button_mobile:hover {
		cursor: pointer;
	}
	.menu-bottom {
		border-top: 1px solid #ff7137;
	}

}

@media (min-width: 768px) and (max-width: 979px) {
	.site-header {
		top: 0; left: 0;
		width: 100%;
		transition: all .3s ease;
	}
	.site-header.out {
		transform: translateY(-100%);
	}
	.main-banner img {
		width: 690px;
	}
	.phone_nomber {
		padding-top: 21px;
	}
	.phone_nomber a{
		font-size: 14px;
	}
	.top_block_logo {
	  height: auto;
	  background-size: 230px;
	}
	.top_block_content {
		font-size: 15px;
	}
	.phone_nomber img {
		top: 0;
	}
	.yashare {
		display: none;
	}
}

@media (min-width: 980px) and (max-width: 1200px) { 
	.site-header {
		top: 0; left: 0;
		width: 100%;
		transition: all .3s ease;
	}
	.site-header.out {
		transform: translateY(-100%);
	}
	.main-banner img {
		width: 930px;
	}
	.nav-link {
		padding: 0.5rem 9px;
	}
	.ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon {
		height: 28px!important;
		width: 28px!important;
	}
}

@media (min-width: 1201px) { 
	.site-header {
		top: 0; left: 0;
		width: 100%;
		transition: all .3s ease;
	}
	.site-header.out {
		transform: translateY(-100%);
	}
}
#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p{
  margin: 0;
  /*font-size: 0.7rem;*/
  text-align: left;
  color: #333;
}


@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}