/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
@font-face {
	font-family: 'iwonaheavy-italic';
	src:url('../fonts/iwonaheavy-italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/iwonaheavy-italic.woff') format('woff'),
		url('../fonts/iwonaheavy-italic.ttf')  format('truetype'),
		url('../fonts/iwonaheavy-italic.svg#iwonaheavy-italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'iwonaheavy-regular';
		src:url('../fonts/iwonaheavy-regular.eot?#iefix') format('embedded-opentype'),
			url('../fonts/iwonaheavy-regular.woff') format('woff'),
			url('../fonts/iwonaheavy-regular.ttf')  format('truetype'),
			url('../fonts/iwonaheavy-regular.svg#iwonaheavy-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'IwonaHeavy-Regular';
    src:url('../fonts/iwonaheavy-regular.woff') format('woff'),
		url('../fonts/iwonaheavy-regular.ttf') format('truetype'),
        url('../fonts/iwonaheavy-regular.svg#IwonaHeavy-Regular') format('svg'),
        url('../fonts/iwonaheavy-regular.eot'),
        url('../fonts/iwonaheavy-regular.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}

body {
	font-family: 'IwonaHeavy-Regular', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	letter-spacing: 1.12px;
	background: url(../img/540х540.jpg) repeat;
	background-size: 180px;
	background-attachment: fixed;
}

a:hover, a:focus {
	text-decoration: none;
}

#collapseTopInfo {
	position: absolute;
    z-index: 2;
    top: 0;
}

.like .container { width: 95%; position: relative; padding: 0;}

.nav-pagination { text-align: center; }
.pagination > li > a, .pagination > li > span {
    padding: 7px 10px;
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
	line-height: 14px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #333;
    border-color: #333;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0;
}

.breadcrumb { 
    padding: 8px 0;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.breadcrumb > li,
.breadcrumb .active,
.breadcrumb a,
.breadcrumb > * {
	text-decoration: none; text-transform: uppercase;  color: #333; font-size: 12px;   display: inline-block;   list-style-type: none;   text-shadow: none; line-height: 13px;transition: color 0.5s ease;
}
.breadcrumb > li:first-child:after,
.breadcrumb > li + li:after { 
	font-family: FontAwesome;   content: "\f054";  color: #333; font-size: 7px;   padding: 0 10px;   vertical-align: top;
}
.breadcrumb > li:last-child:after { 
	content: ""; }
.breadcrumb li:hover > a {color: #000;}
.breadcrumb  li a {   color: #333; font-size: 12px;   text-transform: uppercase; color: #333;   display: inline-block;   position: relative;}
.breadcrumb  li a:after { content: ""; background: #9f9f9f; height: 1px;   position: absolute; width: 100%; left: 0px; bottom: -3px; transition: all 250ms ease 0s; transform: scale(1);}
.breadcrumb  li:hover a:after { transform: scale(0.5);}
.breadcrumb > .active {   color: #333;   text-transform: uppercase;}
.breadcrumb > li + li:before {   padding: 0;   color: #333;   content: "";}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000 url(/img/540х540.jpg) repeat center top;
	background-size: 180px;
	z-index: 9999;
	opacity: 1;
}
#status {
	width: 250px;
	height: 250px; display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(/img/logo4.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%; margin: -125px 0 0 -125px;
}
.title_2 {
	color: #fff;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #F8F8F8;
    border-left: 1px solid #dedede;
}

::-webkit-scrollbar-thumb {
    background-color: #dedede;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
#mob_menu { display: none;}
.navbar-default {height: 101px; transition: all 750ms; background-color: rgba(0, 0, 0, 0.85); border: 0;}
.navbar-default #navbar-search {
	height: 0; 
	overflow: hidden; 
	position: absolute;
    left: 45px;
}
.navbar-default #navbar-search .navbar-form {
	border: 0; border-bottom: 2px solid rgba(255, 255, 255, 0.5); padding: 0;
	height: 34px;
	background-color: #000;
	margin-top: 6px;
}
.navbar-default.search-block #navbar-search {
    z-index: 3;
	height: 50px;
	position: absolute;
    left: 45px;
}
.navbar-default #navbar-search .form-control {
	border: 0; border-radius: 0; background: transparent; color: #ffffff; width: 240px;letter-spacing: 1.12px;
    text-transform: uppercase;
    font-size: 12px;
	padding: 0;
}
.navbar-form { margin-top: 0;}
input:-internal-autofill-selected { background-color: transparent !important;}
.navbar-default #navbar-search .form-control:focus {outline: 0; -webkit-box-shadow: none; box-shadow: none;}
.navbar-default #navbar-search .input-group-btn > button {border: 0; border-radius: 0; background: transparent; color: #ffffff; margin-left: 0;}
.navbar-default #navbar-search .input-group-btn > button:focus {outline: 0; -webkit-box-shadow: none; box-shadow: none;}
.navbar-default #navbar-search .input-group-btn .glyphicon-search {color: #ffffff;}

.navbar-default #top-search-btn {display: block;}
.navbar-default.search-block #top-search-btn {display: none;}
#navbar-icons .navbar-nav { position: relative; z-index: 2;}
.navbar-default #navbar-menu {width: 1150px; margin: 0 auto; text-align: center; margin-top: -49px;}
.navbar-default #navbar-menu .navbar-nav {width: 460px;}
.navbar-default #navbar-menu .navbar-nav > li {margin: 40px 20px 0; padding: 0 0 40px; transition: all 0.8s ease;}
.navbar-default #navbar-menu .navbar-left > li {float: right;}
.navbar-default .navbar-brand { 
	padding: 0px; height: 98px; 
	transition: all 750ms; 
	width: 90px; 
}
.navbar-default .navbar-brand {
	position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
	z-index: 3;
}
.navbar-default .navbar-brand img {height: 88px; width: auto; margin: 5px 0; transition: all 750ms;}
.navbar-default .navbar-brand img.rotate {transform: rotate(360deg); transition: all 750ms;}
.navbar-default .navbar-right {float: right !important; margin-right: 0;}
.navbar-default .navbar-right .phonez { display: none;}
.navbar-default .navbar-nav > li > a {color: #ffffff; font-size: 14px;}
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {text-decoration: none; color: #f1f1f1; background-color: transparent; outline: none;}
.navbar-default #navbar-menu .navbar-nav > li > a {padding: 0; text-transform: uppercase; transition: all 750ms;}
.shrink #navbar-menu .navbar-nav > li {margin: 22px 20px 0; padding: 0 0 22px;  transition: all .8s;}
.shrink #navbar-menu .navbar-nav > li > a {padding: 0; transition: all 750ms;}
.shrink #navbar-icons .navbar-nav > li > a {padding: 22px 15px; transition: all 750ms;}
.shrink #navbar-menu {margin-top: -62px;}

/*#navbar-menu .navbar-nav > li {width: 160px;}*/
#navbar-menu .navbar-nav > li.active > a > span.border, #navbar-menu .navbar-nav > li.active > a:focus > span.border, #navbar-menu .navbar-nav > li.active > a:hover > span.border {border-width: 0;}
#navbar-menu .navbar-nav > li > a > span.border {border: none; color: #ffffff; display: inline-block; position: relative;}
#navbar-menu .navbar-nav > li.active > a > span.border, #navbar-menu .navbar-nav > li > a:hover > span.border {border: none; color: #ffffff !important; background: transparent;}
#navbar-menu .navbar-nav > li > a > span.border::after {content: ""; background: rgba(255, 255, 255, 0.5); height: 1px; position: absolute; width: 100%; left: 0px; bottom: -3px; transition: all 250ms ease 0s; transform: scale(0);}
#navbar-menu .navbar-nav > li.active > a > span.border::after, #navbar-menu .navbar-nav > li:hover > a > span.border::after {transform: scale(1);}

#navbar-menu .navbar-nav > li.dropdown.open:after {
	content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    top: 41px;
    left: 41%;
    z-index: 10000;
    display: block;
    margin: 0 auto;
}
.navbar-nav > li > .dropdown-menu {margin-top: 0; border-radius: 0; position: fixed; top: 101px; width: 100%; box-shadow: none; background: rgba(255, 255, 255, 0.8); margin-right: 0; margin-left: 0; padding: 0; border: none;}

/*.navbar-default.search-block {height: 148px;}*/
.navbar-default.search-block .navbar-nav > li > .dropdown-menu {top: 150px;}
.navbar-nav > li > .dropdown-menu > .col-sm-2 {padding: 20px 10px;}
.navbar-nav > li > .dropdown-menu > .col-sm-2 > a {position: relative; padding: 0; overflow: hidden;}
.navbar-nav > li > .dropdown-menu > .col-sm-2 > a > img {width: 100%; transition: all 750ms ease 0s;}
.navbar-nav > li > .dropdown-menu > .col-sm-2 > a:hover > img {transform: scale(1.15);}
.navbar-nav > li > .dropdown-menu > .col-sm-2 > a > span {position: absolute; top: 0; display: block; color: #000; background: rgba(255, 255, 255, 0.85); width: 100%; text-align: center; padding: 7px 0; font-size: 12px; text-transform: uppercase;}

.normal {-webkit-transition: all 750ms; -moz-transition: all 750ms; -ms-transition: all 750ms; transition: all 750ms;}
.shrink {height: 66px; transition: all 750ms; background-color: rgba(0, 0, 0, 0.85); border-bottom: none;}
.navbar-brand {/* padding: 0px !important; */padding: 0px 0; height: 85px; transition: all 750ms;}
.navbar-brand img {padding: 5px 0; height: 85px; transition: all 750ms; margin-left: 15px;}

.diamond-company { transition: opacity 0.5s ease;}

.navbar { border: none;}

.shrink .navbar-nav > li > .dropdown-menu {margin-top: 0; border-radius: 0; position: fixed; top: 66px;}
.shrink #navbar-menu .navbar-nav > li.dropdown.open:after {content: ""; top: 22px;}
.shrink .navbar-right {padding-top: 0px;}
.shrink .navbar-brand img {height: 54px; transition: all 750ms; padding: 0px 0; margin: 4px 0;}
.navbar.shrink {padding: 0px 0;}
.shrink .diamond-company { opacity: 0; transition: opacity 0.5s ease;}
.shrink .position_search { left: -45px;}
.shrink.navbar-default.search-block #navbar-search { left: 0px; }
.search-items {
	    background: #ffffff;
    padding-bottom: 10px;
    margin-top: 100px;
}

/*--------------------------------------------------------------
# other
--------------------------------------------------------------*/


/* ----------------- slider  -----------------*/
.wrapper2 {padding: 0 !important; height: calc(100vh - 115px);}
.swiper-slider {
	height: calc(100vh - 115px); overflow: hidden; box-sizing: border-box; position: relative; margin-bottom: 0px; background-image: url(/img/preload-1920x900-1.jpg); background-position: center bottom; background-size: cover; background-repeat: no-repeat;}
.swiper-slide {overflow: initial; /*background-color: rgba(0, 0, 0, 0);*/ background-position: center bottom; background-size: cover; background-repeat: no-repeat;}
.swiper-slide .pattern {background-image: url(/img/pattern.png); background-repeat: repeat; background-attachment: scroll; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; opacity: 0.25;}
.main-slider-btn-right, .main-slider-btn-left {position: absolute; top: 50%; margin: 0px 24px; margin-top: -20px; z-index: 10; cursor: pointer; display: block; text-align: center; /*border: 2px solid #ffffff;*/ opacity: 0.2; border-radius: 50%; width: 40px; height: 40px;}
.main-slider-btn-right i, .main-slider-btn-left i {padding: 0; font-size: 24px; color: #ffffff; line-height: 36px;}
.main-slider-btn-right i {padding: 0 0 0 4px;}
.main-slider-btn-left i {padding: 0 2px 0 0;}
.main-slider-btn-right {right: 0;}
.main-slider-btn-left {left: 0;}
.main-slider-btn-right.swiper-button-disabled, .main-slider-btn-left.swiper-button-disabled {opacity: .35; cursor: auto; pointer-events: none;}
.slider_text {z-index: 2;}
.text {position: absolute; z-index: 2; bottom: 45px; color: #fff; right: 7%; font-size: 12px;}
.text p {text-transform: uppercase; width: 430px; font-weight: 500; text-align: center; text-shadow: 1px 1px 1px #000;}
.text p > a {color: #ffffff;}
/* ----------------- end slider  -----------------*/



/* ----------------- our_advantage  -----------------*/
.our_advantage {/* background-color: rgba(0, 0, 0, 0.9);*/}
.our_advantage .col-sm-3 { width: 25%; float: left;}
.our_advantage:hover a {color: #fff; text-decoration: none;}
.dpreim {margin: 0 auto; float: none; text-align: center; overflow: hidden; max-width: 100%; width: 100%;}
.item {height: 200px; margin: 0; padding: 40px 0 0; text-align: center; display: block;}
.icon {width: 50px; height: 70px; margin: 0 auto; background-size: 50px auto; backface-visibility: hidden; -o-backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; transition: all 0.6s; -webkit-transition: all 0.6s; -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0); background-repeat: no-repeat; background-position-y: center;}
.item:hover .icon {-webkit-transform: translate(0,-10px); -moz-transform: translate(0,-10px); -ms-transform: translate(0,-10px); -o-transform: translate(0,-10px); transform: translate(0,-10px);}
.item h3 {font-size: 10px; text-transform: uppercase; margin: 10px 0 0 0; padding: 0 5px; color: #fff; line-height: 18px;}
/* ----------------- end our_advantage  -----------------*/


/* ----------------- favourite  -----------------*/
.favourite_link_block { }
.favourite_link_block span { text-transform: uppercase;   font-size: 10px;   margin: 8px 0;   display: block;}
a.favourite_link { display: inline-block; font-size: 10px; color: #333;  border-radius: 0;   padding: 7px 10px;   border: 1px solid #292929;   margin-right: 10px;   text-transform: uppercase; }
a.favourite_link:hover { text-decoration: none; border: none;   color: #fff;   background: #292929;   border: 1px solid transparent;}
a.favourite_link_active { display: inline-block; font-size: 10px;   border-radius: 0;   padding: 7px 10px;   margin-right: 10px;   text-transform: uppercase;   color: #fff;   background: #292929;   border: 1px solid transparent; }
a.favourite_link_active:hover { text-decoration: none; }
.favourite_link_block .discription_item { width: 370px;}
.favourite_link_block .coost_top { width: 185px;}
				
.favourite_item { position: relative; padding: 15px; background-color: #fff; margin: 15px 0 0;}
.favourite_item > div:first-child { width: 192px;   padding: 0;   margin-right: 72px;}
.favourite_item span { text-transform: uppercase; font-size: 10px; display: block; margin-bottom: 15px; }
.favourite_item .squaer { width: 97.5px; display: flex; align-items: center; min-height: 192px; justify-content: center;}
.discription_none > span, .squaer > span, .coost > span, .all_coost > span { display: none;}
.favourite_item .coost {  display: flex; align-items: center; min-height: 192px; }
.favourite_item .all_coost { display: flex; align-items: center; min-height: 192px;}
				
.delete img { position: absolute; top: 10px; right: 10px; width: 10px;}
				
.favourite_input { border: 1px solid #ccc; padding: 6px 15px; width: 100%; text-align: center;}
.favourite_input:focus { outline: none;   border-color: #292929; }
/* ----------------- end favourite  -----------------*/


#products-annotation {width: 100%; background: url(/img/540х540-2.jpg) repeat; background-size: 180px; background-attachment: fixed; min-height: 60vh;}
#products-annotation .container {width: 90%;}
#products-annotation .container article {padding: 64px 0 64px 0;}
#products-annotation .container p:last-child {margin-bottom: 0;}
#products-annotation p {font-family: "Roboto Condensed"; text-align: justify; font-size: 16px; font-weight: 200; letter-spacing: initial; line-height: initial; color: #000;}
#products-annotation p > strong, #products-annotation p > b {font-family: "IwonaHeavy-Regular", sans-serif; -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: auto; color: #000;}

.our_product {
	background-color: #fff;
}
.our_product .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
a.tovar {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
a.tovar span {
    color: #fff;
    padding: 0;
    font-size: 12px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
    margin: 0 auto;
    left: 0;
    right: 0;
    text-transform: uppercase;
    top: 0;
    text-align: left;
	padding: 16px 24px;
    font-weight: 700;
}
.trust {
	background-color: #fff;
}
.partners_block {
    display: flex;
    vertical-align: middle;
    margin: 0 auto;
    /* padding: 15px 10px; */
    width: 200px;
    height: 100px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.partners_block img {
    max-width: 150px;
    max-height: 70px;
    display: block;
    margin: auto;
    width: auto;
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.partners_block:hover img {
	opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.swiper-carousel {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-carousel .swiper-wrapper .swiper-slide {
    height: auto;
    /* width: 155px !important; */
}
.like .swiper-wrapper  {  height: auto;}
	.like {background-color: #fff;}
	.bg_black { background-color: rgba(38, 38, 38, 0.85);}
	.like .title {    padding: 12px 0 13px; }

.control-box {
	margin-bottom: 20px;
}
.control-box a {
	color: #fff;
    display: inline-block;
    transition: 0.2s ease-in-out;
}
.control-box a i {
	font-size: 15px;
	padding: 0 15px;
}
.wrp a:hover {
	text-decoration: none;
}

/*--------*/
#catalog-items { min-height: calc(100vh - 114px); padding-top: 20px;}
#catalog-items .col-sm-2 { width: 16.666%;}
#catalog-items .col-sm-4 { width: 33.33333333%;}
#catalog-items .col-sm-4 .ware .item-box .img-box .portfolio-link img { min-height: 340px; overflow: hidden;}
#catalog-items .col-sm-4 .portfolio-link {max-width: 800px;}

.btn_link_block { }
.btn_link_block span { text-transform: uppercase;   font-size: 10px;   margin: 8px 0;   display: block;}
a.favourite_link { display: inline-block; font-size: 10px; color: #333;  border-radius: 0;   padding: 7px 10px;   border: 1px solid #292929;     text-transform: uppercase; min-width: 160px; margin: 7px 5px; }
a.favourite_link:hover { text-decoration: none; border: none;   color: #fff;   background: #292929;   border: 1px solid transparent;}
a.favourite_link_active { display: inline-block; font-size: 10px;   border-radius: 0;   padding: 7px 10px;  text-transform: uppercase;   color: #fff;   background: #292929;   border: 1px solid transparent;  min-width: 160px;margin: 7px 5px; }
a.favourite_link_active:hover { text-decoration: none; }


.item-box {
	text-align: center;
	margin-bottom: 25px;
}
.item-box .img-box {
    text-align: center;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
    margin: 10px;
	position: relative;
}

.item-box .img-box a {
	display: block;
	position: relative;
}

.item-box .img-box img {
	/* max-width: 163px;
    max-height: 163px; */
	width: 100%;
    text-align: center;
	margin: 0 auto;
}
.portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
.portfolio-link .caption {
	background: rgba( 0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    left: 0;
    right: 0;
    margin: auto;
}

.img-box .caption-content {
	position: absolute;
    width: auto;
    height: 26px;
    font-size: 20px;
    text-align: center;
    top: 10px;
    margin-top: 0;
    color: #fff;
    right: 15px;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    cursor: pointer;
}
.img-box:hover .caption-content {
    opacity: 1;
}
.img-box .special-price {
    position: absolute;
    width: auto;
    text-align: center;
    bottom: 10px;
    margin-top: 0;
    color: #fff;
    right: 10px;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    cursor: pointer;
    font-size: 10px;
}
.img-box:hover .special-price {
    opacity: 1;
}

.portfolio-link .caption .caption-content img {
    /*margin-top: -12px;*/
}
.portfolio-link .caption:hover {
    opacity: 1;
}
.product-description {
	margin-top: 18px;
    margin-bottom: 0px;
    height: 22px;
    overflow: hidden;
}
/* .product-description:hover span {
	color: #AA1E2D;
} */
.product-name {
	color: #333;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
	border-bottom: 1px solid transparent;
	position: relative;
	padding-bottom: 0px;
    display: inline-block;
	max-width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}
.product-name span:after {
	content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 1px;
    background-color: rgb(147, 147, 147);
    -webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
    transition: all .3s cubic-bezier(.175,.885,.32,1.075);
}
.product-description:hover .product-name span:after {
	width: 100%;
}
.product-description:hover  .product-name { color: #000;}
.product-price {
	height: 24px;
    padding:0px 0;
}

.item-box .product-price-content .price {
    color: #000;
	font-size: 16px;
}
.product-price .product-price-content span img {
	width: 20px;
	margin-left: -5px;
}

.item-box .product-price-content span {
    display: block;
}
.tovar_cart img {
	width: 20px;
}
.tovar_cart span {
	border: 1px solid #fff;
    color: #fff;
    background-color: #b13006;
    padding: 10px;
    display: block;
    width: 100px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0.8;
    text-align: center;
}


.tovarz .hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.tovarz .thumbnail {
    padding: 0;
}

.tovarz .carousel-inner>.item>img, .tovarz .carousel-inner>.item>a>img {
    width: 100%;
}

.tovarz .col-sm-3 a {
    border: 1px solid transparent;
    border-radius: 0;
    transition: all 3s ease;
}

.tovarz .col-sm-3 a:hover {
    border: 1px solid #ff4647;
    border-radius: 100% 60% / 30% 10%;
    background: linear-gradient(rgba(56,123,131,0.7),rgba(56,123,131,0.7));
}


.navbar-default #navbar-menu .navbar-nav > li > a span.active {border-bottom: 1px solid rgb(147, 147, 147); padding-bottom: 3px;}




#catalog-items {background: #ffffff;}
.ware {/*float: left; margin: 5px 25px 15px 5px;*/}
.ware a:hover, .ware a:focus {text-decoration: none;}

.tooltip-inner {width: 120px;}

@media (max-width: 1230px) { 
	#catalog-items .col-sm-2 {
		width: 25%;
	}
}
	


/*
#products.main-products {
	margin-top: 0;
}
*/
.main-page #products {
	margin-top: 0;
}
#products {
	background: #ffffff; padding-bottom: 10px;
	margin-top: 100px;
	
}

.no_mt {margin-top: 0!important;}
#products .col-sm-3 {padding: 10px 10px;}
#products .col-sm-3 > a {position: relative; padding: 0; overflow: hidden; display: block;}
#products .col-sm-3 > a > img {width: 100%; transition: all 750ms ease 0s;}
#products .col-sm-3 > a:hover > img {transform: scale(1.15);}
#products .col-sm-3 > a > span {position: absolute; top: 0; display: block; color: #ffffff; background: rgba(0, 0, 0, 0.6); width: 100%; text-align: left; padding: 20px 0 20px 30px; font-size: 14px; text-transform: uppercase;}
			

/* ----------------- products  -----------------*/
.tovarz {
	margin-top: 100px;
	background-color: rgba(255, 255, 255, 0.97);
	background: url(/img/ware-pattern.jpg) repeat;
    background-size: 180px; background-attachment: fixed;
}
.tovarz h3 { text-transform: uppercase;   font-size: 14px;}
#main_area { margin-top: 42px;}
#ware-wrp {  margin-bottom: 0px;margin-top: 0px;}
#ware-wrp h2 {	font-size: 20px;	line-height: 24px;	margin-top: -6px;	margin-bottom: 35px; padding-bottom: 5px;}
.params-otstup { margin: 0px 0 45px;}
#params .params-otstup span {   text-transform: uppercase;   line-height: 35px;}
.image_2 { margin-bottom: 30px;}
		
.cost_block {  margin-top: 0px; /*position: absolute;   bottom: 0px;   width: calc(100% + 30px);*/}
.cost_block .price {   text-transform: uppercase; line-height: 35px;   font-size: 20px;}
.cost_block .sale {   margin-left: 20px;}
.sale sup { font-size: 10px; top: -1em;}
.cost_block .price > img {   width: 22px;   vertical-align: sub;   display: inline-block;}
.cost_block a.likeImage {   background: #fff; border-radius: 50%;   padding: 8px 7px;   display: inline-block; position: absolute;   right: 60px;}
.cost_block a.upload-icon { background: #fff; border-radius: 50%;   padding: 8px 10px;   display: inline-block;   position: absolute;   right: 20px;   text-align: center;}
.cost_block a > img {   height: 19px;   margin: 0;}
.cost_block .starz { 
	font-size: 10px;
    text-transform: uppercase;
    line-height: 10px;
    display: block;
    margin-top: 14px;
}	
#nav_icon_2 {
	font-weight: bold;
	font-style: normal;
	line-height: 12px;
	position: relative;
	cursor: pointer;
	box-shadow: none;
	width: 180px;
	transition: all 0.5s ease;
	font-size: 10px;
	color: #333;
	border-radius: 0;
	padding: 7px 10px;
	border: 1px solid #292929;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	transition: all 0.5s ease;
}
#nav_icon_2:hover {	opacity: 1; background-color: #292929; color: #fff; }
#nav_icon_2 i {	font-size: 13px;	color: #4b4b4c;	cursor: pointer;	padding-left: 10px;	line-height: 10px;}
.navi_2 {   width: auto;   border-radius: 0; margin: 0 0px; opacity: 0;   transition: all 0.5s ease-in-out;   margin-top: 0px;   height: 0;}
.navi_2 p { position: relative; z-index: 0;}
#nav_icon_2 .navi ::-webkit-scrollbar {display: none; }
#close_2 {	display: inline-block;}
#close_2 a i {	font-size: 24px;	color: #626262;	cursor: pointer;	padding-left: 10px;	vertical-align: middle;}	
#close_2 a i:hover {	color: #0113ff;}
.info-tovat .open {   opacity: 1;   height: 130px;   transition: all 0.5s ease;}
.all_text { margin-bottom: 0px;}
.title { line-height: 11px; text-transform: uppercase;   font-size: 14px;   font-weight: 700;   text-align: center;   margin: 0;   padding: 20px 0 10px;}
		
.shadow-text {
    position: relative;
    bottom: 0;
    padding: 25px 0 30px;
    left: 0;
    margin-top: -35px;
}
#params {padding-left: 20px;}
#params h2 { font-size: 18px;}
div.select-mask {
    position: relative;
    display: block;
    margin: 1px 0;
}
div.select-mask:before {
    content: '';
    right: 1px;
    top: 1px;
    width: 28px;
    height: 32px;
    background: #fff;
    position: absolute;
    pointer-events: none;
    display: block;
}
div.select-mask select {
    outline: none;
    display: block;
	width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-weight: normal;
    height: 32px;
    border: none;
    background: #f3f3f3;
    padding: 5px 10px;
		    font-size: 13px;
}
div.select-mask:after {
	font-family: FontAwesome;
	content: "\f0d7";
	font-size: 14px;
	color: #999; right: 0px; top: 0px; padding: 6px 13px; position: absolute; pointer-events: none; cursor: pointer; background: #F3F3F3; border-left: solid 1px #dfdfdf;
}

.params-otstup span { font-size: 13px;}
	
.portfolio-box {   position: relative;   display: block;   max-width: 650px;   margin: 0px auto 0px;}
.mb30 { margin-bottom: 30px;}
.portfolio-box .portfolio-box-caption {
	color: rgb(255, 255, 255);	opacity: 0;	display: block;	position: absolute;	bottom: 0px;	text-align: center;	width: 100%;	height: 100%;	background: rgba(240, 95, 64, 0.9);
	transition: all 0.35s;
	background: rgba( 0, 0, 0, 0.4);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {   width: 100%;   text-align: center;   position: absolute;   top: 50%;   transform: translateY(-50%);}
.gallery_product a img { width: 100%;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {   text-transform: uppercase;   font-weight: 600;   font-size: 16px;}

.portfolio-box:hover .portfolio-box-caption {   opacity: 1;}
.project-category img { width: 40px !important; height: 40px !important; }	
.ekko-lightbox-nav-overlay a span {   text-align: left;}
.dropdown.social-links { position: absolute; right: 0;}
.social-links .dropdown-menu {     display: none;   left: -122px;   top: 35px;   padding: 5px 10px;   border-color: #dedede;   border-radius: 300px;   box-shadow: none;   margin: 6px 0 0;   min-width: 109px;}	
.social-links .dropdown-menu:before, .social-links .dropdown-menu:after {   position: absolute;   pointer-events: none;   border: solid transparent;   content: '';   height: 0;   width: 0;   bottom: 100%;   right: 24px;}
.social-links .dropdown-menu:before {     border-width: 6px;   margin: 0 -6px;   content: '';   border-bottom-color: #dedede;}
.social-links .dropdown-menu > a > img {width: 25px; height: 25px; border-radius: 300px;}


.info-tovat a { color: #333; text-decoration: none;   display: inline-block;   position: relative;}
.info-tovat a:after { content: ""; background: #9f9f9f; height: 1px; position: absolute; width: 100%; left: 0px; bottom: 1px; transition: all 250ms ease 0s;   transform: scale(1);}
.info-tovat a:hover:after {   transform: scale(0.5); text-decoration: : none;}
.info-tovat p {
	margin-top: 15px; 
	font-family: 'Roboto Condensed';
	text-align: justify;
	font-size: 17px; font-weight: 200; letter-spacing: initial; line-height: initial;
}
.info-tovat strong { font-family: 'IwonaHeavy-Regular', sans-serif; -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: auto;}

.like {background-color: #fff;}
.bg_black { background-color: rgba(38, 38, 38, 0.85);}
.like .title {    padding: 12px 0 13px; position: relative; z-index: 1;}
.likeImage [data-toggle="tooltip"]	{color: #fff;}
.control-box {margin-bottom: 20px;}
.control-box a {color: #fff;   display: inline-block;   transition: all 0.5s ease;}
.control-box a i {
	font-size: 15px;
	padding: 0 15px;
}
.swiper-carousel-2 {
    width: 100%;
    height: auto;
/*    overflow: hidden;*/
    margin-bottom: 0px;
}
.swiper-carousel-2 .swiper-wrapper .swiper-slide {
	height: auto;
}
.wrp a:hover {
	text-decoration: none;
}

.item-box {
/* 	width: 100%;
	height: 100%; */
	text-align: center;
	margin-bottom: 25px;
}
.item-box .img-box {
    text-align: center;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
    margin: 10px;
	position: relative;
}

.item-box .img-box a {
	display: block;
	position: relative;
}

.item-box .img-box img {
	/* max-width: 163px;
    max-height: 163px; */
	width: 100%;
    text-align: center;
	margin: 0 auto;
}
.item-box .img-box img {max-height: 250px;}
.col-xs-4.col-sm-4 .item-box .img-box img {width: auto;}
@media all and (min-width:1300px){#catalog-items > .container, #sorting > .container { width: 1260px;}}
@media all and (min-width:1400px){#catalog-items > .container, #sorting > .container { width: 1360px;}}
@media all and (min-width:1500px){#catalog-items > .container, #sorting > .container { width: 1460px;}}
@media all and (min-width:1700px){#catalog-items > .container, #sorting > .container { width: 1660px;}}
@media all and (min-width:1900px){#catalog-items > .container, #sorting > .container { width: 1860px;}}
@media all and (max-width:769px) {.img-box .special-price {font-size: 8px;}}



.portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
.portfolio-link .caption {
	background: rgba( 0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    left: 0;
    right: 0;
    margin: auto;
}

.img-box .caption-content {
	position: absolute;
    width: auto;
    height: 26px;
    font-size: 20px;
    text-align: center;
    top: 10px;
    margin-top: 0;
    color: #fff;
    right: 15px;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    cursor: pointer;
}
.img-box:hover .caption-content {
    opacity: 1;
}
.img-box .special-price {
    position: absolute;
    width: auto;
    text-align: center;
    bottom: 10px;
    margin-top: 0;
    color: #fff;
    right: 10px;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    cursor: pointer;
    font-size: 10px;
}
.img-box:hover .special-price {
    opacity: 1;
}


.more { display: block; margin-top: 10px; }
		.morecontent span {   display: none;}
.morelink {  
	display: block !important;
    font-weight: bold;
    font-style: normal;
    line-height: 12px;
    position: relative;
    cursor: pointer;
    box-shadow: none;
    width: 180px;
    font-size: 10px;
    color: #333;
    border-radius: 0;
    padding: 7px 10px;
    border: 1px solid #292929;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    transition: all 0.5s ease;
}
		.morelink:focus { outline: none; }
		.morelink:hover {opacity: 1;
    background-color: #292929;
    color: #fff;text-decoration: none;}
.info-tovat .morelink:after {     background: transparent;
    height: 0px;}
		

.discription_none .col-xs-12 a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-family: 'IwonaHeavy-Regular', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.discription_none .col-xs-12 a:after {
    content: "";
    background: #9f9f9f;
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 1px;
    transition: all 250ms ease 0s;
    transform: scale(1);
}
.discription_none .col-xs-12 a span { margin-bottom: 0;}
.discription_none .col-xs-12 a:hover:after {
    transform: scale(0.5);
    text-decoration: none;
}

.cost_block {position: absolute; bottom: -1px; width: 100%;}
.cost_block .social-links { background: #fff;   border-radius: 50%;   padding: 8px 10px;   display: inline-block;   position: absolute;   right: 17px; cursor: pointer;}
.cost_block .social-links .wrap {}
.wrap .content:before, .wrap .content:after {  position: absolute;   pointer-events: none;   border: solid transparent;   content: '';   height: 0;   width: 0;   bottom: 100%;   right: 17px;}
.wrap .content:before { border-width: 6px;   margin: 0 -6px;   content: '';   border-bottom-color: #dedede;}
.wrap .content { position: absolute;   display: none;   max-height: 37px;   right: 0;   left: -72px;   top: 35px;   padding: 5px 10px;   border: 1px solid #dedede;   border-radius: 300px;   box-shadow: none;   margin: 6px 0 0;   min-width: 109px;}
.wrap .content a > img {width: 25px; height: 25px; border-radius: 300px;}

.ekko-lightbox .modal-body { padding: 15px 15px 10px 15px;}
/* ----------------- end products  -----------------*/


/* ----------------- services -----------------*/
#services {background: #ffffff; padding-bottom: 0px; margin-top: 100px; min-height: 100vh;}
.services-sub .title { padding-top: 40px;}
#services .info_bg > .pattern {background-image: url(/img/pattern.png); background-repeat: repeat; background-attachment: scroll; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; opacity: 0.25; transition: all 750ms ease 0s;}
#services .container {width: 90%;}
#services .container article {padding: 64px 0 64px 0;}
#services p, #services li {
	font-family: 'Roboto Condensed';
	text-align: justify; font-size: 17px; font-weight: 200; letter-spacing: initial; line-height: initial;}
#services p > strong {font-family: 'IwonaHeavy-Regular', sans-serif; -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: auto;}
#services .info_2 {width: 100%; margin-top: 12px; margin-bottom: 0;}
#services .info_2 > div {width: calc(50% - 6px); position: relative; cursor: pointer;}
#services .block_1 {float: left;}
#services .block_2 {float: right;}
#services .info_2 > div > img {width: 100%;}
#services .info_2 > div > .pattern {background: #000; background-repeat: repeat; background-attachment: scroll; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; opacity: 0.35;}

#services .info_2 > div:hover > .pattern {opacity: 0.75; transition: all 750ms ease 0s;}

#services .info_2 > div > .block_info > h3 {position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
/*	font-family: 'Roboto Condensed';*/
	font-weight: 300; letter-spacing: initial;
    z-index: 2;
    display: block;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    margin: 0;
    text-align: center;
    transition: opacity .5s linear;
    opacity: 1;
    border: 1px solid #fff;
    font-size: 12px; line-height: 1.5;
    padding: 7px 10px 6px;text-transform: uppercase;}
#services .block_info p, #info .block_info li {font-size: 14px;}
#services .info_2 > div:hover > .block_info > h3 {display: block; transition: opacity .5s linear; opacity: 0;}
#services .info_2 > div > .block_info > div {position: absolute; top: 50%; left: 10%; width: 80%; color: #fff; padding: 0; z-index: 2; display: block; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transition: opacity .5s linear; opacity: 0;}
#services .info_2 > div:hover > .block_info > div {display: block; transition: opacity .5s linear; opacity: 1;}

@media (max-width: 1024px) {
	#services { margin-top: 0;}
}
@media (max-width: 768px) {
	#services .info_2 .block_1, #services .info_2 .block_2 {   width: 100%;   position: relative;   cursor: pointer;   float: none;   margin-top: 10px;}
}

@media (max-width: 568px) {
	#services .info_bg { display: none;}
	#services .container article {   padding: 0;}
}
/* ----------------- end services  -----------------*/


/* ----------------- about  -----------------*/
#about {background: #ffffff; padding-bottom: 0px; margin-top: 0;}
#about .info_bg {width: 100%; height: 740px; background: url(/pic/about.jpg) center center no-repeat; margin-top: 0; margin-bottom: 30px; position: relative;  background-size: cover;}
#about .info_bg > .pattern {background-image: url({$_BASE_URL}/img/pattern.png); background-repeat: repeat; background-attachment: scroll; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; opacity: 0.25; transition: all 750ms ease 0s;}
#about .container {width: 90%;}
#about p {
	font-family: 'Roboto Condensed';
	text-align: justify; font-size: 17px; font-weight: 300; letter-spacing: initial;}
#about p > strong {font-family: 'IwonaHeavy-Regular', sans-serif; -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: auto;}

.video-background {width: 100%; height: 740px;  margin-top: 0; margin-bottom: 30px; position: relative;  background-size: cover; overflow: hidden;}
.video-background video {height: auto;   width: 100%;   left: 0;   bottom: 0;   position: absolute;   z-index: 1;}
.video-background .pattern {background-image: url(/img/pattern.png); background-repeat: repeat; background-attachment: scroll; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; opacity: 0.5; transition: all 750ms ease 0s;}
/* ----------------- end about  -----------------*/


/* ----------------- map_block  -----------------*/
.service-centers-map {
	background: #333; 
	color: #fff;
	margin-top: 0px;
}
.service-centers-map {
    display: block;
    height: 550px;
    width: 100%;
    position: relative;
}
.service-centers-map .mail a i {
    padding: 0 11px 0 0px;
}	
.map-block {
    z-index: 1000;
    display: block;
    background-color: #626262;
    position: absolute;
    top: 13%;
    left: 10%;
    padding: 30px 30px 30px 30px;
    border-radius: 4px;
}
.map-block p {
	margin: 0;
}
.map_title {
	font-size: 20px;
	padding-bottom: 15px;
}
.map_pin p, .map_phone p, .map_clock p{
	display: inline-block;
    padding: 10px 0px 10px 10px;
    vertical-align: middle;
}
.map_pin img, .map_phone img, .map_clock img {
	width: 24px;
}
.contact-map {height: 450px; padding: 0; margin: 0;}
#map {width: 100%;  height: 550px; position: absolute; text-transform: uppercase;}
.ymaps-2-1-27-ground-pane, #map ymaps ymaps ymaps:nth-child(2) {filter: grayscale(1);-webkit-filter: grayscale(1);-moz-filter: grayscale(1);-o-filter: grayscale(1);-ms-filter: grayscale(1);}
.ymaps-map {border-radius: 15px;}
.ymaps-2-1-17-copyright__wrap {display: none !important;}
.ymaps-2-1-20-copyright {display: none !important;}
.ymaps-2-1-55-balloon__content { width: 250px !important; font-family: 'IwonaHeavy-Regular', sans-serif !important;}
.ymaps-2-1-55-balloon__content h4 { font-size: 13px;   margin: 20px 0 10px;   margin-top: 30px;}
.sunday, .saturday { margin-left: 30px;}

#sort_count {
    padding: 13px 12px 13px;
    margin-bottom: 20px;
}
.block_sorting_count_to_page {
    text-align: center;
}
.jshop_list_product #sort_count .box_products_sorting, .jshop_list_product #sort_count .box_products_count_to_page {
    padding: 0px 10px;
    color: #000;
    display: inline-block;
}
label.select-mask {
    position: relative;
    display: inline-block;
    margin: 0px;
}
label.select-mask:before {
    content: '';
    right: 1px;
    top: 1px;
    width: 28px;
    height: 32px;
    background: #fff;
    position: absolute;
    pointer-events: none;
    display: block;
}
label.select-mask select {
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-weight: normal;
    height: 32px;
    border: none;
    background: #f3f3f3;
    padding: 5px 10px;
}
.jshop_list_product #sort_count .inputbox {
    margin: 0px 5px;
}
.jshop_list_product #sort_count label.select-mask select {
    width: 130px;
}
label.select-mask:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #999;
    right: 0px;
    top: 0px;
padding: 10px 13px 9px;
    position: absolute;
    pointer-events: none;
    cursor: pointer;
    background: #F3F3F3;
    border-left: solid 1px #dfdfdf;
}
.jshop_list_product .box_products_sorting img {
    cursor: pointer;
}
.box_products_sorting {
	margin-right: 30px;
}
.quaty {
	width: 100px;
}
.btn_sortting img {
	cursor: pointer;
}

.tooltip-inner {
    min-width: 150px;
    max-width: 100%; 
}

.first { font-size: 13px;}
.select-mask { font-size: 13px;}
.box_products_count_to_page { font-size: 13px;}
.btn_sortting img { height: 24px;}
/* ----------------- end map_block  -----------------*/


/* ----------------- info  -----------------*/
#info {background: #ffffff; padding-bottom: 0px; margin-top: 0px; background: url(/img/info-pattern.jpg) repeat;
    background-size: 180px; background-attachment: fixed;}

#info .info_bg {
	height: 640px;position: relative; margin-bottom: 20px; background-size: cover;
}
#info .info_bg > .pattern {background-image: url(/img/pattern.png); background-repeat: repeat; background-attachment: scroll; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; opacity: 0.5; transition: all 750ms ease 0s;}
#info .container {width: 90%;}
#info .container article {padding: 64px 0 64px 0;}
#info .container p:last-child {margin-bottom: 0;}
#info p, #info li {
	font-family: 'Roboto Condensed'; 
	text-align: justify; font-size: 17px; font-weight: 200; letter-spacing: initial; line-height: initial;}
#info .block_info p:last-child {margin-bottom: 0;}
#info p > strong, #info p > b {font-family: 'IwonaHeavy-Regular', sans-serif; -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: auto;}
#info .info_2 {width: 100%; margin-top: 12px; margin-bottom: 0;}
#info .info_2 > div {width: calc(50% - 6px); position: relative; cursor: pointer;}
#info .block_1 {float: left;}
#info .block_2 {float: right;}
#info .info_2 > div > img {width: 100%;}
#info .info_2 > div > .pattern {background: #000; background-repeat: repeat; background-attachment: scroll; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; opacity: 0.35; transition: all 750ms ease 0s;}
#info .info_2 > div:hover > .pattern {opacity: 0.75; transition: all 750ms ease 0s;}

#info .info_2 > div.double > .image-2 {display: none;}
#info .info_2 > div.double:hover > .pattern {opacity: 0; transition: all 750ms ease 0s;}
#info .info_2 > div.double:hover > .image-1 {display: none;}
#info .info_2 > div.double:hover > .image-2 {display: inherit;}

#info .info_2 > div > .block_info > h3 {position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
/*	font-family: 'Roboto Condensed'; */
	font-weight: 300; letter-spacing: initial;
    z-index: 2;
    display: block;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    margin: 0;
    text-align: center;
    transition: opacity .5s linear;
    opacity: 1;
    border: 1px solid #fff;
    font-size: 12px; line-height: 1.5;
    padding: 7px 10px 6px;text-transform: uppercase;
}
#info .block_info p, #info .block_info li {font-size: 14px;}
#info .info_2 > div:hover > .block_info > h3 {display: block; transition: opacity .5s linear; opacity: 0;}
#info .info_2 > div > .block_info > div {position: absolute; top: 50%; left: 10%; width: 80%; color: #fff; padding: 0; z-index: 2; display: block; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transition: opacity .5s linear; opacity: 0;}
#info .info_2 > div:hover > .block_info > div {display: block; transition: opacity .5s linear; opacity: 1;}

#catalog-items .btn_link_block { text-align: center;   margin: 50px 0 40px;}

.info {
    margin-top: 100px;
	background: #ffffff;
    padding-bottom: 10px;
}
@media (max-width: 1024px) {
	.info {   margin-top: 0px;}
	.info .img-responsive { height: auto;}
}
/* ----------------- end info  -----------------*/


/* ----------------- contacts  -----------------*/
.modal-block {       margin: 0 10px 10px 0px;
    font-family: 'IwonaHeavy-Regular', sans-serif !important;
    width: 100%;
}
.modal-block strong {
    margin-bottom: 0px;
    display: block;
    margin-top: 23px;
    font-size: 17px;
}
.modal-block h4 { font-size: 14px;}
.modal-block h4, .modal-block p , .modal-block a { padding-left: 54px; }
.navbar-default { background-color: #000 !important;}

.mapz { padding-top: 100px; }
.map_contacts .title { margin-bottom: 20px; font-size: 18px;}
.mapz p { text-transform: uppercase;  }
.day-sun { margin-left: 31px; }
.map_contacts { background-color: #fff; text-transform: uppercase; padding: 15px 0 20px; /*min-height: 430px;*/}
.map_contacts .title { font-size: 17px;}
.map_contacts p  { font-size: 13px;}
.map_contacts p a { color: #333;}
.ml { margin-left: 2px;}

a.favourite_link { display: inline-block; font-size: 10px; color: #333;  border-radius: 0;   padding: 7px 10px;   border: 1px solid #292929;     text-transform: uppercase; min-width: 160px; margin: 7px; transition: all 0.5s ease;}
a.favourite_link:hover { text-decoration: none; border: none;   color: #fff;   background: #292929;   border: 1px solid transparent;}
/* ----------------- end contacts  -----------------*/


/* ----------------- gallery  -----------------*/
#gallery {background: #ffffff; padding-bottom: 10px; margin-top: 100px;}
#gallery .col-sm-4 {padding: 10px 10px;}
#gallery .col-sm-4 > a {position: relative; padding: 0; overflow: hidden; display: block;}
#gallery .col-sm-4 > a > img {width: 100%; transition: all 750ms ease 0s;}
#gallery .col-sm-4 > a:hover > img {transform: scale(1.15);}
#gallery .col-sm-4 > a > span {position: absolute; bottom: -80px; display: block; color: #ffffff; background: rgba(0, 0, 0, 0.6); width: 100%; text-align: left; padding: 15px 20px; font-size: 14px; text-transform: uppercase; 
	font-family: 'Roboto Condensed'; 
	font-weight: 300; letter-spacing: initial; line-height: 1.8; transition: all 750ms ease;}
#gallery .col-sm-4 > a:hover > span {bottom: 0px; transition: all 750ms ease;}

.social-veiw { text-align: center;}
.social-veiw h3 { display: inline-block;}
.social-veiw img { width: 30px; margin-left: 10px;}
.social-veiw img.arrow-veiw {  width: 16px; margin-top: -4px;}
/* ----------------- end gallery -----------------*/


/* ----------------- cart  -----------------*/
.favourites { min-height: calc(100vh - 100px); min-height: 100vh;}
.overflow { position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    margin-top: -50px;
    z-index: 1;}
.favourites .container { position: relative; z-index: 2;}
.favourites {background: url(//imperatorskiy.com/img/ware-bg-3.jpg) no-repeat center bottom;   margin-top: 100px;   padding-top: 50px;   padding-bottom: 50px;   background-color: rgba(255, 255, 255, 0.97);   background-size: cover;  }
#cartTable p { 
	font-family: 'Roboto Condensed'; 
	font-size: 16px;   font-weight: 200;   letter-spacing: initial;   line-height: initial;}
.navbar-default { background-color: #000 !important;}
.favourites .icon_heart { width: 30px; margin-bottom: 25px;}
.next_btn { font-family: 'IwonaHeavy-Regular', sans-serif;
    letter-spacing: 1.12px; font-weight: bold;   font-style: normal;   line-height: 12px;   position: relative;   cursor: pointer;   box-shadow: none;   width: 180px;   font-size: 10px;   color: #333;   border-radius: 0;   padding: 7px 10px;   border: 1px solid #292929;   text-transform: uppercase;   text-align: center;   margin: 0 auto;   margin-top: 20px;    transition: all 0.5s ease;		}
.next_btn:hover {background-color: #292929;   color: #fff; text-decoration: none;}
.form_raschet { display: block; margin-top: 100px;}
.form_raschet .form-group { margin-top: 10px; margin-bottom: 19.5px	}
label{ font-size: 1.3em;		 line-height: 1em;		 font-weight: normal;	}
.form_raschet 	.form-control {
    color: #000;
    border-radius: 0;
    border-color: #333;
    font-family: 'Roboto Condensed';
    outline: none;
    display: block;
    width: 100%;
    cursor: pointer;
    font-weight: normal;
    height: 32px;
    background-color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    border: 1px solid #292929;
    box-shadow: none;
}
.form_raschet .form-control:focus { padding: 4px 9px;  border: 2px solid #000;   outline: 0;   -webkit-box-shadow: none;   box-shadow: none;}
textarea.form-control { height: 135px; resize: none;	}
.form_raschet .next_btn {     background: #292929;
    font-weight: bold;
    font-style: normal;
    line-height: 12px;
    position: relative;
    cursor: pointer;
    box-shadow: none;
    width: 180px;
    font-size: 10px;
    color: #fff;
    border-radius: 0;
    padding: 8px 10px;
    border: 1px solid #292929;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 0 auto;
    margin-top: 20px;
    transition: all 0.5s ease;
    display: block;
}
.form_raschet textarea.form-control { height: 135px;}
.form_raschet .next_btn:hover {color: #333; background-color: transparent; text-decoration: none; border: 1px solid #333;}
.submit{ width: 100%;}
.clip { display: inline-block;   width: 7%;   background-color: #292929;   padding: 6px 10px; }
.clip img {width: 19px;}
.star-form {     font-size: 10px;
    text-transform: uppercase;
    line-height: 10px;
    display: block;
    margin-top: 20px;
}


/* ----------------- end cart  -----------------*/


/* ----------------- news  -----------------*/
#news {background: #ffffff; padding-bottom: 10px; margin-top: 100px;}
#news .col-sm-4 {padding: 10px 10px;}
#news .col-sm-4 > a {position: relative; padding: 0; overflow: hidden; display: block;}
#news .col-sm-4 > a > img {width: 100%; transition: all 750ms ease 0s;}
#news .col-sm-4 > a:hover > img {transform: scale(1.15);}
#news .col-sm-4 > a > span {position: absolute; top: 0; display: block; color: #ffffff; background: rgba(0, 0, 0, 0.6); width: 100%; text-align: left; padding: 20px 0 20px 30px; font-size: 14px; text-transform: uppercase;}

#news section img {margin-bottom: 10px;}

#news {background: #ffffff; padding-bottom: 60px; margin-top: 100px;}
#news article {    padding: 0px 0px;   width: 80%;   margin: 0px auto;font-family: 'Roboto Condensed'; text-align: justify;   font-size: 16px;   font-weight: 200;   letter-spacing: initial;   line-height: initial;}
#news .container .title { width: 80%;   margin: 0px auto; line-height: 20px;   margin-top: -3px;}
#news .title { padding: 20px 0 20px;}
#news article { margin-bottom: 60px;}
#news article header h3 { margin: 0;}
#news article header h3 a {color: #333;   padding: 15px 0 5px;   display: inline-block;   text-transform: uppercase;   font-size: 12px; font-family: IwonaHeavy-Regular, sans-serif; }
#news article header small {     color: #333;   text-transform: uppercase;   margin-bottom: 10px;   display: block;   font-size: 70%; font-family: IwonaHeavy-Regular, sans-serif;}
#news article section { margin-top: 20px;}
#news article header img { width: 100%; height: 100%;}

#news a {
	color: #333;
    text-decoration: none;
    display: inline-block;
    position: relative;
	font-family: 'IwonaHeavy-Regular', sans-serif;
	font-size: 13px;
    text-transform: uppercase;
}
#news a:after {
    content: "";
    background: #9f9f9f;
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 1px;
    transition: all 250ms ease 0s;
    transform: scale(1);
}
#news a:hover:after {
    transform: scale(0.5);
	
    text-decoration: none;
}
	
@media (max-width: 1024px){
	#news { margin-top: 0;}
}
@media (max-width: 414px){
	#news { padding-bottom: 0;}
	#news .container .title, #news article {   width: 100%; }
}

/* ----------------- end news  -----------------*/



/*--------------------------------------------------------------
# modal
--------------------------------------------------------------*/
.modal-open {
	padding-right: 0 !important;
}
.modal {
	
}
.modal-backdrop.in {
    filter: alpha(opacity=75);
	opacity: 0.75;
    /*background: url(../img/patt.jpg) repeat;*/
}

.modal-dialog {
	width: 920px;
	margin: 30px auto;
	max-width: 80%;
}

.modal-header {
    padding: 15px;
    border-bottom: 0;
	background: rgba(0,0,0,.95);
}

.modal-content {
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
	/*min-height: 600px;*/
    display: table;
    margin: 0 auto;
	background: rgba(255, 255, 255, 0.95);
    border-radius: 0;
	border: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
	width: 100%;
	text-align: center;
}

.modal-content .close, .modal-content .prev-btn, .modal-content .next-btn {
    position: absolute;
    color: #ffffff;
    opacity: 0.7;
    text-shadow: 0 2px 10px rgba(0,0,0,.15);
    font-size: 46px;
    font-weight: 300;
    line-height: 46px;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    margin: 0;
}
.modal-content .close:hover, .modal-content .prev-btn:hover, .modal-content .next-btn:hover {
	opacity: 1;
}
.modal-content .close {
    right: -45px;
    top: -15px;
}
.modal-content .prev-btn, .modal-content .next-btn {
	top: 50%;
	margin-top: -19px;
	font-size: 32px;
	line-height: 32px;
}
.modal-content .prev-btn {
    left: -50px;
}
.modal-content .next-btn {
    right: -50px;
}

.modal-title {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
	text-transform: uppercase;
}

.market_item_content {
	padding: 0 0 0 15px;
	float: left;
	width: 50%;
	/*height: 500px;*/
	background-color: #fff;
	position: relative;
}
.market_item_title, .market_item_price {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	color: #2b2f33;
}
.market_item_title {
    margin: 2px 0 16px;
    font-weight: 400;
    font-size: 18px;
    overflow: hidden;
    line-height: 22px;
    word-wrap: break-word;
}
.market_item_price {
	margin: 0 0 19px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}
.market_item_stats {
	color: #939393;
	line-height: 24px;
	/*white-space: pre-line;
	word-break: normal;*/
}


/*--------------------------------------------------------------
# filter
--------------------------------------------------------------*/
	.tooltip { z-index: 1;}
	
	#sorting .breadcrumb { float: left; margin: 0;   padding: 0;	margin-left: 0px;}
	#sorting .breadcrumb li a { color: #898989; font-size: 12px;}
	#sorting .breadcrumb li:hover > a { color: #fff; }
	#sorting .breadcrumb > .active {   color: #fff;   cursor: default;}
	#sorting .breadcrumb li a:after {    background: rgba(255, 255, 255, .5);}
	.breadcrumb > li:first-child:after, .breadcrumb > li + li:after {
		color: #898989;
	}

#sorting { background-color: #000; padding: 19px 0px; height: 58px;} 
	.sort-block { display: inline-block;
    float: right;
    margin: 0px 0;
		margin-right: 10px;
    position: relative;}
.sort-block .sort-by {    margin-right: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;}
.dis-none {
    display: none;
}

	
.js-show-filter,
.js-show-breed,
.js-show-name,
.js-show-count {
	display: inline-block; margin-left: 20px;
	    text-transform: uppercase;
    color: #898989;
	font-size: 12px;
	cursor:pointer;
}
.show-filter ,
.show-breed ,	
.show-name {
	color: #fff;
}
.show-filter .icon-close-filter,
.show-breed .icon-close-filter,	
.show-name .icon-close-filter,
.show-count .icon-close-filter{
	display: unset;
}
.show-filter .icon-filter,
.show-breed .icon-filter,
.show-name .icon-filter,
.show-count .icon-filter{ display: none;}
	
	.wrap-filter { padding: 1px 10px;}
	
	
input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
}
.checkbox { 
    display: inline-block;
    margin-right: 0px;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 140px;
	max-width: 140px;
    overflow: hidden;
}
.radio{
    margin-top: 9px;
    margin-bottom: 9px;
}
.radio a { font-size: 14px; color: #333;}
.checkbox label,
.radio label {   display: inline-block;   position: relative;	padding-left: 5px; color: #333; font-size: 10px;   line-height: 16px;    text-transform: uppercase; }
.checkbox label::before,
.radio label::before {
	content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #292929;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after, .radio label::after { display: inline-block; position: absolute; width: 16px; height: 16px; left: 0; top: 0; margin-left: -20px; padding-left: 3px; padding-top: 1px; font-size: 11px; color: #555555; }
.checkbox input[type="checkbox"],
.radio input[type="radio"] { opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before,
.radio input[type="radio"]:focus + label::before { outline: none;}
.checkbox input[type="checkbox"]:checked + label::after,
.radio input[type="radio"]:checked + label::after { font-family: 'FontAwesome'; content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label{ opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.radio input[type="radio"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; }

	
.panel-filter,
.panel-breed,
.panel-name{ 
    position: absolute;
    top: 39px;
       z-index: 2;
    
	    width: 310px;
      background: rgba(255, 255, 255, 0.8);
	
}
.panel-filter {
/*	left: 39.666%;*/
    right: -20px;
    width: 200px;
}
.panel-filter .checkbox {
	min-width: 142px;
    max-width: 142px;
}
.panel-breed {
/*	right: 26%;*/
    right: -27px;
    width: 440px;
}
.panel-name {
    right: -12px;
    width: 113px;
}


.radio a {
	
    transition: all 750ms;
}
.radio a i { margin-right: 5px;}
.radio a > span.border {
	    line-height: 14px;
	color: #333;
    border: none;
    display: inline-block;
    position: relative;
	text-transform: uppercase;
    font-size: 10px;
}
.radio a > span.border::after {
    content: "";
	background: rgba(0, 0, 0, 0.5);
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -3px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}	
.radio:hover > a > span.border::after {
    transform: scale(1);
}	
	
.form-breed {padding-bottom: 0px;}

	.form-breed button[type="submit"] {
    background: #292929;
    font-weight: bold;
    font-style: normal;
    line-height: 12px;
    position: relative;
    cursor: pointer;
    box-shadow: none;
    width: 130px;
    font-size: 10px;
    color: #fff;
    border-radius: 0;
    padding: 8px 10px;
    border: 1px solid #292929;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 0 auto;
    margin-top: 5px;
    transition: all 0.5s ease;
    display: inline-block;
	}
	.form-breed button[type="submit"]:hover {
		    color: #333;
    background-color: transparent;
    text-decoration: none;
    border: 1px solid #333;
	}
.form-breed button[type="reset"] {
	display: inline-block;
    font-size: 10px;
    color: #333;
    border-radius: 0;
    padding: 7px 10px;
    border: 1px solid #292929;
    text-transform: uppercase;
    min-width: auto;
       margin: 5px 0px 5px 5px;
    transition: all 0.5s ease;
		background: transparent;
	}
.form-breed button[type="reset"]:hover {
	text-decoration: none;
	border: none;
	color: #fff;
	background: #292929;
	border: 1px solid transparent;
}
	
	
	

	
.subnav-toggle { display: inline-block; position: relative;}

.submenu { display: none;}
.subnav-toggle button {
    margin-right: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
}
.subnav-toggle button img { width: 20px; margin-right: 5px;}
	.nav-block.subnav-toggle button img {margin-left: -8px; }	
	
/*.sort-by img { opacity: 0;  width: 0px;}	*/
	
	.nav-block { margin-left: 10px;}
	.sort-block img { opacity: 0;}
@media (min-width: 1025px) {
		.subnav-toggle.nav-block button { display: none;}
		.submenu { display: block;}
		

		.subnav-toggle.sort-block button { display: inline-block; cursor: default;}

}

	
	
	
	
		
/*
	@media (max-width: 1410px) {
		.sort-by img { opacity: 1;  width: 20px; margin-left: 10px;}	
	}
*/
	
	
	
	@media (max-width: 1199px) {
		.container { width: 100%;}
	}	
@media (max-width: 1024px) {
	
}
	
	
	.block-min { display: inline-block;}
	
@media (max-width: 1400px) {
	.subnav-toggle.nav-block button {display: block;}
	.nav-block .submenu {	display: none;}

	.nav-block .submenu.hidden-nav {
		display: block;
		position: absolute;
		left: -20px;
		top: 37px;
		z-index: 3;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 5px 20px 8px !important;
		width: auto;
		border-radius: 0;
		min-width: 650px;
	}
	
	#sorting .breadcrumb > li { margin-bottom: 10px;}
	#sorting .breadcrumb > li.active { margin-bottom: 0;}
	.breadcrumb > li:first-child:after, .breadcrumb > li + li:after {
		color: #898989;
	}
	#sorting .breadcrumb > li.active {
		color: #333; font-size: 10px;
	}
	#sorting .breadcrumb li a {
    color: #333;
    font-size: 10px;
}
	#sorting .breadcrumb li:hover > a {
    color: #333;
}
	#sorting .breadcrumb li a:after {
    background: rgba(0, 0, 0, 0.26);
}
	.sort-block img { opacity: 1;}
}
	
@media (max-width: 1024px) {
	.submenu { display: none;}
	.submenu.hidden-nav { display: block;}
		
	.sort-block .submenu {     display: inline-block;}
}
	@media(max-width: 629px) {
		
		#sorting {   height: 88px;}
		.subnav-toggle { display: block;}
		.nav-block {
    margin-left: 0px;
}
		.nav-block .submenu.hidden-nav { top: 69px;}
		.sort-block { float: none; margin-top: 10px; margin-right: 0;}
		.panel-filter {
    left: 183px;
}
		.panel-breed {
    left: 77px;
    right: initial;
}
		.panel-name {
    right: initial;
    left: 318px;
}
	}
@media(max-width: 499px) {
		#sorting {
    height: 116px;
}

		.subnav-toggle button { display: block;}
		.sort-block.subnav-toggle button {
			margin-bottom: 10px;
		}
		.js-show-filter {margin-left: 0;}
	.panel-filter, .panel-breed, .panel-name {
		    top: 67px;
	}
	.panel-filter {
    left: 0;
}
	.panel-breed {
    left: 80px;
}
	.panel-name {
    left: 134px;
}
}
@media(max-width: 499px) {
	.panel-breed {
    left: 0;
}
}
/* end filter*/


/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
body { padding-bottom: 39px;}
.footer .col-sm-3 { width: 25%;}
.widget_nav_menu ul li {font-size: 13px; font-weight: 700; line-height: 20px; position: relative; /* text-transform: uppercase; */ border-bottom: 1px solid rgba(0, 0, 0, 0.05); margin-bottom: 3px; padding-bottom: 3px; width: 100%;}
.list-unstyled ul li a {
	color: #898989; -webkit-transition: color .3s ease-out; transition: color .3s ease-out;font-size: 11px; text-transform: uppercase; display: inline-block; position: relative;
}
.list-unstyled ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.list-unstyled ul li a:after {content: ''; overflow: hidden; position: absolute; left: 0; bottom: -1px; display: block; width: 0; height: 1px; background-color: #898989; -webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.075); transition: all .3s cubic-bezier(.175,.885,.32,1.075);}
.list-unstyled ul li a:hover:after {width: 100%;}

.title-widget-sub {color: #fff; font-size: 15px; font-weight: 700; padding-bottom: 10px; text-transform: uppercase;}
.open-weekend {padding-left: 26px;}
.footer {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-position: 0 -70px;
	background-color: rgba(0, 0, 0, 0.9);
}
.footer .contacts img {display: none;}
.footer .contacts a {color: #898989; border-bottom: 1px solid #898989;   transition: all .2s ease-in-out;    margin-left: 0px; }
.footer .contacts a:hover {
    border-bottom: 1px solid transparent;
    color: #fff;
	text-decoration: none;
}
.copyright {background-color: transparent;}
.copyright p { margin: 0; font-size: 9px; color: #898989; padding: 7px 0; line-height: 21px; text-transform: uppercase; font-family: 'IwonaHeavy-Regular', sans-serif; }
.nomargin a {/*background-color: #333; border-radius: 30px;*/ padding: 5px 5px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; display: inline-block; line-height: 15px;}
.nomargin a img {width: 15px; height: 15px;}
.nomargin a:hover {/*background-color: #555;*/ opacity: 0.8;}

.footer .collapsed {margin: 15px 0; color: #fff; text-transform: uppercase; font-size: 12px;}
.footer .collapsed:hover { text-decoration: none;   margin: 15px 0;   color: #fff;   text-transform: uppercase;   font-size: 12px;}
#toggle-1 i { font-size: 22px;   vertical-align: sub;   padding-left: 5px;   line-height: 11px;}
#toggle-1 {     color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin: 0;
	margin-right: 20px;
    margin-bottom: -1px;
    padding: 11px 0 11px;
	}
#toggle-1:focus { color: #fff; text-decoration: none;  text-transform: uppercase; font-size: 12px;}

.footer .collapsed .icon-rotate {transform: rotate(180deg);}
.footer .container.coll {
    margin-top: 35px;
}
.title_h2_footer { padding-bottom: 10px; color: #fff; text-transform: uppercase; font-size: 15px; margin-top: 10px;}

.title-widget {color: #fff; font-weight: 700; margin-top: 0; margin-right: 0; margin-bottom: 25px; margin-left: 0; font-size: 24px;}
.title-widget a span {text-transform: none;   color: #fff;   font-size: 24px;   border-bottom: 2px solid;}
.title-widget a:hover {	text-decoration: none;}
.title-widget a:hover span { border-bottom: 2px solid transparent;}

.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}
.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}
.widget_nav_menu ul li {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    /* text-transform: uppercase; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 7px;
    padding-bottom: 7px;
    width:95%;
}
.title-median {
    color: #636363;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
}
.footerp {
	color: #fff;
	text-shadow: 1px 1px 1px #292929;
}
.footerp p {font-family: 'Gudea', sans-serif; }



#social {
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-o-transform:scale(0.8); 
	-webkit-transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
#social:hover {
	-webkit-transform:scale(1.1); 
	-moz-transform:scale(1.1); 
	-o-transform:scale(1.1); 
}
.social-fb:hover {color: #3B5998;}
.social-tw:hover {color: #4099FF;}
.social-gp:hover {color: #d34836;}
.social-em:hover {color: #f39c12;}
.nomargin { margin:0px; padding:0px;}

.footer-bottom {
    background-color: #15224f;
    min-height: 30px;
    width: 100%;
}
.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 15px;
}
.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}
.design a {
    color: #fff;
}
#copyright	{
	padding: 20px 0;
	font-size: 13px;
	color: #fff;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.footerleft { margin-top:50px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}


.copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
.heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
.post p { font-size:12px; color:#FFF; line-height:20px;}
.post p span { display:block; color:#8f8f8f;}
.bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
.bottom_ul li { float:left; line-height:40px;}
.bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
.bottom_ul li a { color:#FFF;  font-size:12px;}
 
.footerp p a {
	color: #fff;
}
.nomargin a i {
	background-color: #515151;
	padding: 10px 10px;
    border-radius: 30px;
    font-size: 17px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 21px;
}
.nomargin a i:hover {
	background-color: #a51d33;
}
#copyright { font-size: 1.1em; line-height: 21px;}
#copyright p {margin: 0;font-size: 1em;}
.bild {text-align: right;}
.bild .site strong a {color: #fff;   border-bottom: 1px solid;font-weight: normal;   line-height: 21px;}
.bild .site strong:hover  a {border-bottom: 1px solid transparent;}
.site a {color: #919191;}
.site a:hover {color: #c4c4c4;text-decoration: none;}
.footer .contacts p {
    margin-left: 0px;
    font-size: 11px;
    color: #898989;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
}
.footer .contacts img {
	width: 17px;
    margin-left: -21px;
    margin: 0px 0;
    position: absolute;
    left: 0px;
    top: 5px;
}
.footer .contacts i {
    width: 24px;
    color: #dadada;
    font-size: 24px;
    position: absolute;
    left: 0;
}
.line_footer {
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.social-icons ul li {
	    list-style: none;
    display: inline-block;
}

#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 20px;
    display:none;
}
.gototop i {
	padding: 0;
    font-size: 24px;
    color: #ffffff;
}
.gototop .btn-primary {
	color: #fff;
    padding: 5px 11px;
    opacity: 0.35;
    background-color: transparent;
    z-index: 10;
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.gototop .btn-primary:hover {
    opacity: 1;
}



/*--------------------------------------------------------------
# bugfix
--------------------------------------------------------------*/
.like { overflow: hidden;}

#ware-wrp { position: relative !important;}
#params {min-height: auto!important;   margin-bottom: 0 !important;   position: initial !important;}
.cost_block {width: 50%;}
.cost_block .col-sm-8 {position: initial;}
.info-tovat { margin-top: 30px;}

#ware-wrp .col-sm-6 .col-sm-4 .mb30:nth-child(2) { margin-bottom: 0;} 

@media (max-width: 823px) {
	.cost_block {width: 100%;}
}
@media (max-width: 640px) {
	#ware-wrp .col-sm-6 { margin-top: 15px;}
}


/*--------------------------------------------------------------
# mediaqueries
--------------------------------------------------------------*/
@media (max-width: 1650px) {
	.navbar-nav > li > .dropdown-menu > .col-sm-2 > a > span {font-size: 11px;}
}
@media (max-width: 1460px) {
	.navbar-nav > li > .dropdown-menu > .col-sm-2 > a > span {font-size: 10px;}
}
@media (max-width: 1350px) {
	.navbar-default #navbar-menu { width: 100%}
	.navbar-default #navbar-menu .navbar-right { position: absolute;   right: 0%;   width: 45%;top: 0;}
	.navbar-default #navbar-menu .navbar-left {   position: absolute;   left: 0%;   width: 45%;	top: 0;}
	.navbar-default .navbar-nav > li > a {   font-size: 12px;}
	.navbar-nav > li > .dropdown-menu > .col-sm-2 > a > span {font-size: 9px;}
}
@media (max-width: 1332px) {
	.navbar-default .navbar-brand { width: 110px; margin: 0 auto;    position: absolute;   left: 0;   right: 0; top: 0; bottom: 0;   margin: 0 auto;}
	.video-background { height: 600px;}
}
@media (max-width: 1024px) {
	section.like { overflow: hidden;}
	.search-items {	margin-top: 0;}
	/*header*/
	.navbar-default #navbar-menu {   width: 100%;}
	.navbar-fixed-top { position: relative !important;}
	.navbar { margin-bottom: 0;}
	.shrink { display: none; height: auto;}
	.navbar-default .navbar-right .phonez { display: block;}
	.navbar-default .navbar-nav > li > a { font-size: 14px; padding: 10px 15px 0;}
	.navbar-default .navbar-brand img { height: 88px; width: auto; margin: 5px 0; transition: all 750ms; position: absolute; top: 0; right: 0px; bottom: 0; left: 0; margin: auto;}
	.navbar-default .navbar-nav > li > a { font-size: 12px;}
	.position_search { position: absolute !important; top: 0px; left: 45px;}
	.diamond-company { left: 0px;}
	.position_phone { position: absolute !important; top: 4px; right: 45px;}
	.position_like { position: absolute !important; top: 0px ; right: 0px;}
	/*other*/
	.wrapper2 {   height: calc(100vh - 210px);}
	.swiper-slider {     height: calc(100vh - 210px);}
	.swiper-slide img {   height: auto !important;}
	
	.tovarz { margin-top: 0 !important;}	
	#ware-wrp h2 {   margin-top: -6px;   margin-bottom: 10px;}
	.params-otstup span {   font-size: 11px;}
	.params-otstup { margin: 0px 0px 50px; }
	.cost_block {   bottom: 0px;}
	.cost_block .starz { margin-top: 5px;}
	.ekko-lightbox .modal-body { padding: 15px;}
	.ekko-lightbox-container { height: 600px !important;}
	.ekko-lightbox-item img { height: auto;}
	
	#about .info_bg {  height: 470px;   background-size: cover;}
	.video-background { height: 530px;}
	
	.favourites { margin-top: 0px; padding-top: 40px;}
	
	.mapz { padding-top: 0px;}
	
	#gallery {margin-top: 0;}
	
	.info-tovat p { font-size: 15px;}
	
	#info .info_bg {    height: 300px;}
	#info .container article {   padding: 21px 0 64px 0;}
	
	.favourite_links { width: 100%; margin-bottom: 15px;}
	.favourite_link_block .discription_item {   width: 388px; text-align: right;}
	.favourite_link_block .col-sm-1 { width: 25%;}
	.favourite_link_block .col-sm-1 span { text-align: right;}
	.favourite_link_block .coost_top {   width: 148px;}
	.coost_top  span { text-align: left;}
	.favourite_item > div:first-child {   width: 133px;}
	

	#products {   margin-top: 0!important;}
	#products .col-sm-3 {   width: 50%;}

	/*footer*/
	.title-widget-sub { font-size: 15px;}
	.list-unstyled ul li a { font-size: 11px;}
	.footer .contacts p {font-size: 11px;}
	
}
@media (max-width: 950px) {
	.video-background {   height: 460px;}
}
@media (max-width: 823px) {
	.container { width: 100%;}
	/*header*/
	.navbar-default #navbar-menu .navbar-nav { width: 41%;}
	.navbar-default .navbar-nav > li > a { font-size: 11px;}
	.navbar-default #navbar-menu .navbar-nav > li { margin: 40px 10px 0;}
	
	#status { width:200px; height: 200px; top: 0;left: 0; right: 0;bottom: 0; margin:auto;}
	/*other*/
	#slider { display: none;}
	
	#products .col-sm-4 > a > span { font-size: 10px!important;}
	.tovarz .breadcrumb li {   padding-bottom: 6px;}
	.ekko-lightbox .modal-header {   padding: 15px 15px;}
	.ekko-lightbox .modal-content .close { right: -2px;   top: -18px;   font-size: 24px;}
	.ekko-lightbox .modal-title { font-size: 13px;}
	.modal-dialog { margin: 7% auto 0;}
	
	#ware-wrp .col-sm-6 > .row > .col-sm-4 { float: right;}

	.params-otstup span {   font-size: 10px;}
	.params-otstup {   margin: 0px 0px 10px;}
	.cost_block {   bottom: 0px;   position: initial;}
	.cost_block > .col-sm-8, .cost_block > .col-sm-4 { width:100% !important;}
	.cost_block .col-sm-4 { margin-top: 10px;}
	.cost_block a.likeImage {position: initial; }
	.cost_block .social-links { position: initial;}
	.wrap .content { right: initial;   left: -16px;}
	.info-tovat .open { height: auto; }
	.ekko-lightbox-container { height: 289px !important;}
	
	.video-background {
		height: 0;
	}
	/*.video-background video { display: none;}*/
	
	#info .info_bg { display: none;}
	#info .info_2 .block_1, #info .info_2 .block_2 {   width: 100%;   position: relative;   cursor: pointer;   float: none;   margin-top: 10px;}
	#info .info_bg {   height: 200px;   background-position: 0 0%;}
	
	.item-box .product-price-content .price { font-size: 13px;}
	.btn_sortting img {   height: 19px;}
	/*footer*/
	body { padding-bottom: 5px;}
	.navbar-fixed-bottom {  position: relative;}
	.footer .container.coll {   margin-top: 0px;   padding-top: 10px;}
	.footer #toggle-1 {   margin-right: 0;   display: none;}
	.footer .collapse {   display: block;}
	.footer .collapse.in {   display: block;}
	
	.footer {   background-color: transparent;}
	.footer .col-sm-3 { width: 50%; float: left;}
	.copyright .col-sm-9, #copyright .col-sm-3 { width: 100%;}
	.social-icons {     text-align: center;   margin-top: 5px;}
	
	.item h3 {font-size: 10px;}
	.copyright .col-sm-3, .copyright .col-sm-9 { width: 100%; text-align: center;}
	.copyright p { text-align: center;}
	.footer #toggle-1 { margin-right: 0; }
	.copy, .bild  {	text-align: center;}
}
@media (max-width: 812px) {
	.ekko-lightbox-container { height: 221px !important;}	
	#catalog-items .col-sm-4 {width: 100%;}
	.item-box .product-price-content .price { font-size: 12px;}
	.product-price .product-price-content span img {
    width: 15px;
    margin-left: -5px;
}
}
@media (max-width: 768px) {
	/*header*/
	.navbar-fixed-top { position: fixed;}
	.navbar-default #navbar-menu {width: 100%; margin-top: -13px;}
	#topnav .navbar-default .navbar-right { float: right !important;margin-right: 0;}
	.navbar-default #navbar-menu .navbar-nav { width: 326px;}
	.navbar-default #navbar-menu .navbar-nav > li {   margin: 0px 0px 0;   padding: 0 0 0px; }
	.navbar-default #navbar-menu .navbar-nav > li > a {   padding: 40px 13px; font-size: 9px;}
	.navbar-default .navbar-brand img {   height: 70px;   width: auto;   margin: auto;}
	
	/*other*/
	#products .col-sm-4 > a > span { font-size: 14px!important;}
	
	.tovarz {   margin-top: 0;}
	#ware-wrp .col-sm-6 > .row > .col-sm-4 { float: left;}
	.ekko-lightbox-container { height: 661px !important;}	
	
	.characters {	margin: 0;}
	.artical-content img {	float: none;	margin: 0 0 25px;	max-width: 100%;	max-height: 100%;}
	.modal-content { width: 90%;}
	
	.video-background { height: 420px;}
	.video-background video { display: block;}
	
	.map_contacts {/* min-height: 100%;*/ height: auto;}
	
	#gallery {margin-top: 0px;}
	#gallery > .col-sm-4 {width: 50%; float: left;}
	
	#info .block_info p, #info .block_info li {   font-size: 12px;}
	#info .info_2 > div > .block_info > h3 { width: 240px;}
	#info .info_bg { display: block; height: 350px;}
	
	.our_advantage .col-sm-3 { width: 50%; float: left;}
	.our_advantage .col-sm-3 .item {   height: 145px;   margin: 0;   padding: 15px 0 0; }
	
	.favourite_links {   margin-bottom: 0px;}
	.discription_item, .square_item, .coost_top, .coost_all_top { display: none;}
	.discription_none > span, .squaer > span, .coost > span, .all_coost > span { display: block;}
	.favourite_item > div:first-child {   width: 35%;   margin-right: 0px;}
	.discription_none {    width: 65%;   min-height: 242px;}
	.favourite_item .squaer {   width: 33%;   display: block;   align-items: normal;   min-height: 100%;   justify-content: normal;   padding-left: 0;   margin-top: 15px;     width: 33%;}
	.favourite_item .coost {   display: block;   align-items: normal;   min-height: 100%;   margin-top: 15px;}
	.favourite_item .all_coost {   display: block;   align-items: normal;   min-height: 100%;   width: 33%;   margin-top: 15px;}
	
	#products {   margin-top: 0px;}
	#products > .col-sm-4 { width: 50%; float: left;}
	/*footer*/
	
}
@media (max-width: 736px) {
	/*header*/
	#mob_menu { display: block;}
	#topnav { display: none;}
	.navbar-inverse {  background-color: #000;}
	.navbar-inverse .navbar-nav > li > a {   color: #fff; font-family: 'Roboto', sans-serif; text-transform: uppercase; font-size: 11px;}
	.menu_btn { color: #fff; position: absolute; font-size: 11px; left: 25px; top: 0px;}
	.navbar-brand { display: block;   float: none;    position: relative;   width: 54px;   margin: 10px auto;  padding: 0px 0;   height: 54px;   margin-top: 10px; margin-bottom: 10px;}
	.navbar-brand a span {     color: #fff;  display: inline-block;   margin-left: 70px;   padding: 7px 0px;}
	.navbar-brand img {  transition: initial;  position: absolute; padding: 0px 0;   height: 54px;   margin-left: 0px;   margin-right: 0px;}
	.navbar-collapse {	display: none;}
	.navbar-collapse.collapse {   float: right;   margin-top: 0px;   width: 100%;background-color: #000;}
	.navbar-nav > li {   float: none;}
	.navbar-collapse {	padding-right: 15px;	padding-left: 15px;	-webkit-overflow-scrolling: touch;	border-top: 1px solid transparent;	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);}
	.position_phone {    position: absolute;   top: 0px;   bottom: 0;   right: 75px;}
	.position_phone a img {     position: absolute;   top: 0;   bottom: 0;   margin: auto;}
	.position_like {    top: 0px;   right: 15px;   bottom: 0;   margin: auto;}
	.position_like a img {/*     position: absolute;   bottom: 0;   top: 0;   margin: auto;   right: 0px; */
	position: absolute;
    bottom: 0;
    top: 25px;
    margin: 0;
    right: 0px;}
	.navbar-brand a span { display: none;}
	.navbar-toggle { padding: 0px 0px; border: 0px solid transparent; margin: auto 0;}
	.navbar-toggle .icon-bar {   width: 15px; height: 1px;   border-radius: 0px;}
	.navbar-toggle {    width: 15px;   display: block;   float: none;   position: absolute;   top: 0px;   bottom: 0;   height: 15px;}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {	background-color: transparent;}
	.nav.navbar-nav { position: absolute;   z-index: 100;background-color: #000;   top: 74px;   left: 0px;  width: 100%;   margin: 0;   padding: 0px;}
	.navbar-nav > li > a {   margin: 0 0px 0 0px;}
	.navbar-collapse {	width: auto;	border-top: 0;	-webkit-box-shadow: none;	box-shadow: none;}
	.navbar-collapse.collapse {	height: auto !important;	padding-bottom: 0;	overflow: visible !important;	float: right;}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border-color: transparent;}
	/*other*/
	.btn {	padding: 6px 10px;}
	.gallery_product {	height: auto;}
	.modal-content { width: 100%;}
	
	#ware-wrp .col-sm-6 > .row > .col-sm-4 { float: right;}
	#ware-wrp .col-sm-12 { width: 100%; }
	#ware-wrp .col-sm-6 { width: 50%; }
	#ware-wrp .col-sm-6 .col-sm-4 { width:33.3333%;}
	#ware-wrp .col-sm-6 .col-sm-8 { width: 66.33333%;}
	#params { min-height: 100px !important;}
	#params .params-otstup span {   line-height: 31px;}
	#nav_icon_2 { transition: all 0.1s ease;}
	.navi_2 { transition: all 0.1s ease-in-out; }
	.cost_block .starz { font-size: 8px;   line-height: 15px;}
	.ekko-lightbox-container { height: 294px !important;}
	
	#about { padding-top: 30px;}
	#about .info_bg {  height: 230px;   background-size: cover;}
	/*.video-background { height: 0px; margin: 0;}*/
	/*.video-background video { display: none;}*/
	
	.form_raschet {   margin-top: 50px;}
	
	.map_contacts {  height: auto; /*height: 100vh;*/}
	.service-centers-map { height: 250px;}
	#map {height: 250px;}
	
	#gallery {margin-top: 0px;}
	
	#info .block_info p, #info .block_info li {   font-size: 10px;}
	#info .info_bg {  display: none;}
	
	.item-box .product-price-content .price {   font-size: 11px;}
	/*footer*/
}
@media (max-width: 667px) {
	/*header*/
	.navbar-default #navbar-menu .navbar-nav > li > a {   padding: 10px 5px;   font-size: 9px;   margin: 0 0px 0 5px;}
	.navbar-nav > li > a {	margin: 0 0 0 12px;}
	/*other*/
	.carousel-caption .btn {
		text-shadow: none;
		width: 130px;
		position: absolute;
		bottom: -25px;
		right: 0;
		font-size: 11px;
		text-align: left;
		background-color: #17458e;
		border-color: transparent;
	}
	.carousel-caption .btn i {
		margin-right: 10px;
		font-size: 15px;
		vertical-align: bottom;
	}
	
	.ekko-lightbox-container { height: 233px !important;}	
	
	#catalog-items .col-sm-2 {   width: 25%;}
	.product-description {   margin-top: 4px;   margin-bottom: 4px;   height: 17px;   overflow: hidden;}
	.product-description .product-name span { font-size: 10px;}
	
	.item-box .product-price-content .price { font-size: 10px;} 
}
@media (max-width: 640px) {
	.breadcrumb > li, .breadcrumb .active, .breadcrumb a, .breadcrumb > * { line-height: 11px; font-size: 8px;}
	.breadcrumb li a {  font-size: 8px;   line-height: 11px;}
	#ware-wrp h2 {   font-size: 16px;   line-height: normal;}
	.cost_block .price {   font-size: 16px;}
	.cost_block .price > img {   width: 18px;}
	.sale sup {   font-size: 8px;}
	#ware-wrp .col-sm-6 {   width: 100%;}
	.cost_block .starz { font-size: 8px;}
	.portfolio-box .portfolio-box-caption { height: 100%;}
	.gallery_product a img {      height: auto;}
	.img-responsive {  width: 100% !important;   height: auto !important;}
}
@media (max-width: 602px) {
	.box_products_sorting {
		display: block;   margin-right: 0;   margin-bottom: 20px;
	}
}
@media (max-width: 568px) {
	/*header*/
	.navbar .col-sm-9 {	width: 76%;	float: none;	margin: 0 auto;}
	.navbar .col-sm-3 {	width: 50%;	margin: 0 auto;	float: none;}
	
	#status { width:170px; height: 170px; }
	/*other*/
	#products .col-sm-4 > a > span {   padding: 10px 0 10px 15px;   font-size: 10px!important;}
	
	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
		display: block;
		max-width: 100%;
		height: auto;
		width: 850px;
		height: 100vh;
	}
	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
		display: block;
		max-width: 100%;
		height: auto;
		width: auto;
	}
	.mb30 { margin-bottom: 14px;}
	#ware-wrp > .col-sm-6 > .row > .col-sm-4 { width: 32.5%;   padding-left: 0;}
	#ware-wrp .col-sm-6 .col-sm-8 { width: 67.5%;}

	.wrap .content { left: 55px;}
	.wrap .content:before, .wrap .content:after { right: 89px;}
	#params {   padding-left: 15px;}
	#ware-wrp .col-sm-6 .params-otstup .col-xs-4 { width: 32.5% }
	#ware-wrp .col-sm-6 .params-otstup .col-xs-8 { width: 67.5% }
	#ware-wrp > .col-sm-6 .cost_block > .col-sm-4 { padding-left: 15px;}
	.ekko-lightbox-container {   height: 176px !important;}
	
	.map_contacts {   min-height: 376px;}
	
	#gallery {margin-top: 0;}
	#gallery .col-sm-4 > a > span {padding: 10px 0 10px 15px; font-size: 10px;}
	.social-veiw h3 {   display: block;}
	
	#info .info_bg {   height: 194px;}
	#info .info_2 > div {   width: 100%;}
	#info .block_info p, #info .block_info li {   font-size: 14px;}
	
	#catalog-items .col-sm-2 {   width: 33.333%;}
	#catalog-items .col-sm-2 
	.item-box .img-box img {   height: auto;}
	.block_sorting_count_to_page .box_products_sorting { display: block; margin-bottom: 15px; margin-right: 0;}
	
	.favourite_item > div:first-child {   width: 30%;   margin-right: 0px;}
	.discription_none {   width: 70%;   min-height: 100%;}
	.favourite_item .img-responsive { width: 100%;   height: auto;}
	
	#products {   margin-top: 0;}
}
@media (max-width: 500px) { 
	/*header*/
	.navbar .col-sm-9 {	width: 45%;float: left;	margin: 0 auto;}
	.navbar-toggle {	float: none;}
	/*other*/
	#carousel-example-generic {	display: none;}
	.produc .col-xs-6 {	width: 100%;}
	
	.catalogz .col-xs-4 {	width: 50%;}
}
@media (max-width: 450px) {
	.first { font-size: 10px;}
	.select-mask { font-size: 10px;}
	.box_products_count_to_page { font-size: 10px;}
	.modal-content { width: 90%;}
	label.select-mask:after {	padding: 11px 13px 11px;}
}
@media (max-width: 414px) {
	/*header*/
	.navbar .col-sm-3 {	width: 50%;	margin: 0 auto;	float: left;}
	.navbar-nav > li > a {	margin: 0 4px 0 5px;}
	.navbar-toggle {	display: block;}
	.navbar-collapse {	width: auto;	border-top: 0;	-webkit-box-shadow: none;	box-shadow: none;}
	.navbar-collapse {	display: none;}
	.navbar-inverse .navbar-toggle .icon-bar {	background-color: #dedede;}
	.navbar-inverse .navbar-toggle {	border-color: #dedede;}
	.navbar-nav > li {	float: none;}
	.navbar-collapse.collapse {	float: left;}
	.navbar-toggle {	margin-top: 10px;	margin-right: 0px;	margin-bottom: 0;	position: absolute;  top: 0;   bottom: 0;   margin: auto;}
	/*other*/
	.like .title {   font-size: 9px;}
	.tree > li {	font-size: 12px;	margin-bottom: 10px;}
	.contact .col-xs-8, .contact .col-xs-4  {	width: 100%;}
	.contact_nav a {	font-size: 15px;}
	
	.modal-dialog {	width: 90%;}
	.modal-title {	font-size: 1.5em;}
	.modal-content p {font-size: 0.8em;}
	
	.tovarz .breadcrumb li { padding-bottom: 6px;}
	#ware-wrp h2 {   font-size: 13px;   line-height: normal;}
	.cost_block .price {   font-size: 13px;}
	.cost_block .price > img {   width: 15px;}
	.sale sup {   font-size: 7px;}
	.mb30 {   margin-bottom: 8px;}
	.gallery_product .portfolio-box {     overflow: hidden;   height: 100%;   margin-bottom: 0px;}
	
	.ekko-lightbox-container {   height: 342px !important;}
	
	.form_raschet {   margin-top: 15px;}
	
	.map_contacts {   height: auto;/* height: 400px;*/}
	.service-centers-map { height: 310px;}
	#map {height: 310px;}
	
	#gallery > .col-sm-4 {width: 100%;}
	.title > a > img {height: 24px; margin: 0px 5px;}

	#info .container {   width: 100%;}
	#info .info_bg {    height: 240px;}
	#info .info_2 > div > .block_info > h3 { font-size: 10px;}
	#info .info_2 {   width: 100%;   margin-top: 0px;   margin-bottom: 0;}
	#info .block_1 {  margin-top: 0px;   margin-bottom: 10px;}
	#info .block_info ul { margin-bottom: 5px;}
	#info .block_info p, #info .block_info li {  font-size: 10px; margin-bottom: 5px;}
	
	#catalog-items .col-sm-2 {   width: 50%;}
	
	.control-box a {     line-height: 10px;   vertical-align: middle;}
	.control-box a i { line-height: 2px; font-size: 12px;}
	
	label.select-mask:after {	padding: 11px 13px 11px;}
	
	.item h3 { font-size: 8px; line-height: 14px;}
	
	.favourite_item {   border-bottom: 1px solid #ccc;}
	.delete img {   top: 2px;   right: 2px; }
	.favourite_item > div:first-child {   width: 100%;   margin-right: 0px;}
	.discription_none {   width: 100%; padding-left: 0; margin-top: 15px; padding-right: 0;}
	.discription_none .row .col-xs-4 {   width: 45%;}
	.discription_none .row .col-xs-8 {   width: 55%;}
	.favourite_item .squaer {  width: 22%;}
	.favourite_item .coost {   width: 33%;}
	.favourite_item .all_coost {   width: 45%;}
	.favourite_input { padding: 6px 12px;}
	
	#products > .col-sm-4 { width: 100%;}
	/*footer*/
	.footer .col-sm-3 {   width: 100%;   float: left;}
	.footer_img p {	font-size: 12px;}
}
@media (max-width: 411px) {
	/*other*/
	.ekko-lightbox-container {   height: 339px !important;}
}
@media (max-width: 375px) {
	/*other*/
	.contact_nav a { font-size: 13px;	padding: 9px 8px 9px;}
	.menu_top a { font-size: 12px;	padding: 10px 8px 9px;}
	.contact_nav a img { width: 12px;	margin-right: 5px;}
	
	.ekko-lightbox-container {   height: 307px !important;}
	.breadcrumb > li, .breadcrumb .active, .breadcrumb a, .breadcrumb > * { line-height: 7px; font-size: 7px;}
	.breadcrumb li a {  font-size: 7px;   line-height: 7px;}
	.breadcrumb > li:first-child:after, .breadcrumb > li + li:after { padding: 0 3px;}
	
	#info .block_info p, #info .block_info li {  font-size: 9px;}
	
	.favourite_item .squaer {   width: 50%;}
	.favourite_item .coost {   width: 50%;}
	.favourite_item .all_coost {   width: 100%;   padding-left: 0;}
}
@media (max-width: 360px) {
	/*other*/
	.params-otstup span { font-size: 9px;}
	
	.ekko-lightbox-container {   height: 294px !important;}
	
	.btn_sortting img { height: 19px;}
}
@media (max-width: 320px) {
	/*header*/
	.navbar .col-sm-9 {	width: 100%;	float: left;	margin: 0 auto;}
	.navbar .col-sm-3 {	width: 100%;	margin: 0 auto;	float: left;}
	/*other*/
	.ekko-lightbox-container {   height: 258px !important;}
	
	.wareImage {   margin-top: 30px;}
	.catalogz .col-xs-4 {	width: 100%;}
	
	#info .block_info p, #info .block_info li {   font-size: 8px;   margin-bottom: 5px;}
	
	.control-box a i {   font-size: 13px;   padding: 0 7px;}
	/*footer*/
	#footer .col-xs-5,
	#footer .col-xs-7 {width: 100%;}
}