ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(../images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */



@import;
ovomodal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    z-index: 99999;
    -webkit-transition: opacity 300ms ease-in;
    -moz-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
    pointer-events: none;
}
ovomodal.active {
    opacity:1 !important;
    pointer-events: auto !important;
}
ovomodal .ovoSidebar {
    float: left;
    width:20%;
}
ovomodal .ovoRightContent {
    margin-left: 22%;
    margin-right: 1%;
}
ovomodal > div {
    position:relative;
    background: #FFFFFF;
    margin: 12% auto 0;
    box-shadow: 0 0 5px rgba(0,0,0, 0.5);
}
ovomodal .ovoHeader {
    text-align: left;
    color: white;
    background: #2b87f7;
    font-weight: 600;
    margin: 0 0 10px;
}
ovomodal .ovoFooter {
    text-align: right;
}
ovomodal .ovoFooter > a {
    text-decoration: none !important;
}
#prodInfo label {
    text-align: right;
    margin: 5px 10px;
    float: right;
    width: 45%
}
#prodInfo label > input{
    padding: 3px 5px;
    border: 1px solid lightgray;
    margin: 0 5px;

}
#prodInfo textarea {
    width: calc(100% - 20px);
    min-height: 200px;
    margin: 10px 0 20px;
}
img .additional {
    width: 40%;
    height: auto;
    float: left;
}
#prodInfo {
    display: none;
}
#prodInfo.loaded {
    display: block;
}
#prodInfo > div {
    width: 960px;
    margin: 5% auto 0;
}
#prodInfo .ovoHeader {
    padding: 5px 10px;
}
#prodInfo .ovoFooter > a {
    padding: 0px 17px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
    transition: background 0.1s ease;
    background: #2b87f7;
    color: white;
}
#ovoconfirm > div {
    width: 480px;
}

#ovoconfirm .ovoHeader {
    padding: 0px 10px;
    height: 34px;
    line-height: 34px;
}

#ovoconfirm .ovoBody {
    padding: 40px 15px;
    text-align: center;
}
#ovoconfirm .ovoFooter > a {
    padding: 0px 17px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
    transition: background 0.1s ease;
    background: #2b87f7;
    color: white;
}
#ovoconfirm .ovoFooter > a.goodButton:hover {
    background: #1f73c9;
}
#ovoconfirm .ovoFooter > a.badButton:hover {
    background: #8d908d;
}
#ovoconfirm .ovoFooter > a.badButton {
    background: #a0a3a0;
}

.cross {
    position:absolute;
    text-decoration:none;
    cursor:pointer;
    z-index: 99999;
}
.cross-normal {
    color:gray;
    top:-6px;
    right:4px;
    font-size:155%;
}
.cross-confirm {
    color:white;
    top:-6px;
    right:4px;
    font-size:155%;
}
/* End */



@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,100,700&subset=latin,cyrillic-ext,cyrillic,latin-ext);

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}
:hover {
	-moz-transition: background-color 0.3s ease-in-out 0s;
	-ms-transition: background-color 0.3s ease-in-out 0s;
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    -o-transition: background-color 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s;
}
html, body {
    background: #fff;
    color: #242838;
	margin-top: 15px;  
 /* --- Когда подключено объявление --- */
 /*   margin-top: 35px; было 15px*/
    padding: 0;
    font: 12px Arial;
}
body {
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    /*opacity: 0;*/
}
h1, h2, h3, h4, h5, h6 {
    display: block;
    font-weight: 400;
}
h1 {
    font-size: 258%;
}
h2 {
    font-weight: 100;
    font-size: 500%;
}
h3 {
    margin-top: 15px;
	margin-bottom: 20px;
 	padding-left: 15%;
	font-size: 210%;
	font-weight: 700;    
}
h4 {
    color: #fff;
    margin: 0;
    font-size: 100%;
    font-weight: 400;
    letter-spacing: 2.3px;
    text-transform: uppercase;
    opacity: 0.8;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
 	margin-left:3%;
}
a {
    color: #027dcf;
    text-decoration: none;
    -moz-transition: color 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
a:active, 
a:focus, 
a:hover {
    color: #5a5a6e;
    text-decoration: none;
}
a[href^="tel"],
a[href^="tel"]:hover {
    color: #626565;
    font-weight: normal;
    cursor: default;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.blog_img {
    width: 100%;
}
.uslov_img {
    width: 20%;
}
.blog_content{
 width: 20%
}
.blog-uslugi {
  	padding: 10px 35px;
 	display: inline-block;
	float: left;
 	width: 80%;
}
ovomodal .ovoHeader,
#ovoconfirm .ovoFooter > a {
    background: #027dcf;
}
#ovoconfirm .cross-confirm {
    right: 10px;
    top: 4px;
}
#ovoconfirm .ovoBody {
    font-size: 140%;
    padding: 30px 15px;
}
ovomodal .ovoFooter {
    text-align: center;
}
#ovoconfirm .ovoFooter > a.badButton {
    display: none;
}
#ovoconfirm .goodButton {
    margin-bottom: 10px;
    text-transform: uppercase;
}
#ovoconfirm .ovoFooter > a.goodButton:hover {
    background: #008BC7;
}
#content form {
    margin: 15px auto;
    max-width: 400px;
    width: 100%;
}
#content form input,
#content form textarea {
    margin: 1px 0;
    padding: 10px 20px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    border: none;
    font-family: Roboto;
    font-size: 115%;
}
.form-input {
	display: inline;
}
#content form textarea {
    height: 80px;
}
#content form .button {
    margin-top: 15px
}
#content {
    overflow: hidden;
}
#content p {
	font-size: 130%;
	line-height: 26px;
	margin-left: 40px;
}
/*main class*/
.w100 {
    background: #fff;
    width: 100%;
    position: relative; 
}
.w82, .w75, .w67, .w60, .w33, .w55, .w24, .w25, .w38, .w46 {
    float: left;
    width: 50%;
}
.w82 {
    width: 82%;
}
.w50 {
    float: left;
    width: 96%;
}
.w75 {
    width: 75%;
}
.w67 {
    width: 67%;
}
.w60 {
    width: 58%;
}
.w38 {
    width: 38%;
}
.w46 {
    width: 46%;
}
.w33 {
    width: 33%;
}
.w25 {
    width: 25%;
}
.w24 {
    width: 18%;
}
.container-banner {
    position: relative;
 	width: 100%;
}
.bottom-left {
    position: absolute;
    font-size: 150%;
    bottom: 38%;
    left: 12%;
}
.bottom-left-h1 {
    position: absolute;
    font-size: 100%;
    bottom: 60%;
    left: 12%;
}
.banner-knopka {
    position: absolute;
    font-size: 100%;
    bottom: 18%;
    left: 12%;
}
.bottom-right {
    position: absolute;
    font-size: 156%;
    bottom: 48%;
    right: 12%;
}
.bottom-right-h1 {
    position: absolute;
    font-size: 70%;
    bottom: 55%;
    right: 12%;
}
.banner-knopka1 {
    position: absolute;
    font-size: 100%;
    bottom: 22%;
    right: 12%;
}
}
.clearfix::after {
    margin: 0;
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.block-info {
    padding: 30px 0;
    margin: 0 auto;
    max-width: 1400px;
}
.block-width,
.block-width-small {
    padding: 0 4%;
    width: 100%;
}
.block-width-small {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}
.heading-title {
    margin-top: 0;
    text-align: center;
	text-indent: -3px;
    line-height: 1.3125em;
    position: relative;
}
.heading-title:after {
    background-color: #027dcf;
    margin-left: -33px;
	width: 66px;
	height: 2px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    content: "";
}
.heading-text { 
	margin-bottom: -10px;
    padding: 0 40px;
	font-size: 142%;
    line-height: 34px;
    text-align: center;
}
.paralax-block {
    -ms-transition: all 0.05s ease-in-out 0.02s;
    -moz-transition: all 0.05s ease-in-out 0.02s;
    -webkit-transition: all 0.05s ease-in-out 0.02s;
    -o-transition: all 0.05s ease-in-out 0.02s;
    transition: all 0.05s ease-in-out 0.02s;
}
.paralax-img {
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: 50% 50%; 
    height: 100%;
    width: 100%;
    position: absolute;
}

.paralax-block .info {
    color: #fff;
    font-size: bold;
    position: absolute;
    bottom: 10%;
    /*-ms-animation: 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) 0.1s normal forwards 1 running fadeInUp;*/
    /*-moz-animation: 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) 0.1s normal forwards 1 running fadeInUp;*/
    /*-webkit-animation: 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) 0.1s normal forwards 1 running fadeInUp;*/
    /*-o-animation: 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) 0.1s normal forwards 1 running fadeInUp;*/
    /*animation: 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) 0.1s normal forwards 1 running fadeInUp;*/
}
.paralax-block h1:before {
    background-color: #027dcf;
    content: "";
    height: 2px;
    position: absolute;
    top: 12px;
    width: 66px;
}
.paralax-block p {
    margin: 0;
    margin-bottom: 5px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ffffff;
    display: inline-block;
}
.paralax-block p:last-child {
    border-right: none;
}
.paralax-block a,
.paralax-block a:hover,
.paralax-block a:focus {
    color: #fff;
}
.img-background {
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: table;
    width: 100%;
}
.img-background .inner-banner {
    height: 500px;
    display: table;
    padding: 0;
    background: rgba(0, 0, 0, 0) url("../images/bg-texture-blue.png") repeat scroll 0 0;
    color: #fff;
    text-align: center;
    width: 100%;
}
/*.img-background .v-aligner*/
.v-aligner {
    display: table-cell;
    vertical-align: middle;
}
.img-background a,
.img-background a:hover,
.img-background a:focus {
    color: #fff;
}
.img-scale-block .w50 {
	padding-right: 10px;
	padding-bottom: 20px;
	height: 160px;
}
.img-scale-block .w50:nth-child(even) {
	padding-left: 10px;
	padding-right: 0;
}
.img-scale-block .w50 > a {
	height: 140px;
	width: 100%;
	display: inline-block;
	overflow: hidden;
    position: relative;
    z-index: 2;
}
.img-scale-block .w50 > a:hover {
    cursor: pointer;
}
.img-scale-block  .img-scale {
    background-position: 50% 50% !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	width: 100%;
    height: 100%;
    -moz-transition: transform 0.5s ease-in-out 0s;
	-ms-transition: transform 0.5s ease-in-out 0s;
	-o-transition: transform 0.5s ease-in-out 0s;
	-webkit-transition: transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s;
	position: absolute;
}
.img-scale-block a:hover .img-scale {
    background-color: none;
    -moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.img-scale-block .info {
    color: #ffffff;
    margin: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.normal {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: all 700ms;
}

.knopka-previu{
 width:100%;
 float:bottom;
}

.tabs {
	display: flex;
	flex-wrap: wrap; 
}
.tabs label {
	order: 0; 
	display: block;
	padding: 1rem 2rem;
	margin-right: 0.2rem;
	cursor: pointer;
  background: #90CAF9;
  font-weight: bold;
  transition: background ease 0.2s;
}
.tabs .tab {
  order: 99; 
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 1rem;
  background: #F5F7F5;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #F5F7F5;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
 
/* Filters */
.title-filter{
 font-size: 24px;
 padding: 0% 0% 0% 5%;
}
.sidebar_top {
    background-color: #F5F7F5;
    margin: 7% -11% 2% 18%;
 	box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);

}
.sidebar .h2 {
    padding-bottom: 10px;
    padding-top: 12px;
}
.filter_button{
 border:none;
}

.filter_group {
    padding: 23px 23px 0;
border-bottom: 0px solid rgb(219, 219, 219);
padding-bottom: 5px;
margin-top: 5px;
/*display: none;*/
}
.filter_group:last-child{
border-bottom: none;
padding-bottom: 0;
display: block;
}
.filters_heading {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    padding: 9px 15px;
    cursor: pointer;
}
.filters_heading .angle_icon {
    position: absolute;
    right: 20px;
    top: 18px;
}
.filter_item {
    line-height: 24px;
    padding: 7px 0;
}
.filter_link {
    display: block;
    position: relative;
    padding-left: 36px;
    font-size: 14px;
    min-height: 24px;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer;
}
.filter_indicator {
    position: absolute;
    width: 24px;
    height: 24px;
    top: -4px;
    left: 0;
    border: 1px solid #242838;
    border-radius: 1px;
}
.checked .filter_indicator {
    background: url(../images/sprite.png) no-repeat 3px -316px;
}
.price_range {
    overflow: hidden;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 15px;
}
.price_label {
    float: left;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
}
.max_price {
    text-align: right;
}
.max_input,
.min_input {
    max-width: 100%;
    padding: 0 8px;
    line-height: 30px;
    height: 32px;
    border: 1px solid #e8e8e1;
}
.button {
    color: #aaaaab;
    padding: 7px 32px;
    font-size: 110%;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #6b6b6a;
    display: inline-block;
    position: relative;
}
.button-tovary {
    color: #ffffff;
    padding: 10px 42px;
    font-size: 100%;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-align: center;
    border: 2px solid #027dcf;
    display: inline-block;
    position: relative;
 	background-color: #027dcf;
	font-family: system-ui;
 	opacity: 0.8;
}
.button-katalog {
    color: #D0D0D0;
 	background-color: #222222;
    padding: 7px 32px;
    font-size: 110%;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #6b6b6a;
    display: inline-block;
    position: relative;
 	cursor: pointer;
	background-repeat: no-repeat;
}
.button-katalog:focus,
.button-katalog:hover{
 	background-color: #aaaaab;
    border-color: #aaaaab;
}
.button-brand {
    color: #fcfcfc;
 	background-color: #5980c9;
  	border-radius: 7px;
    padding: 7px 32px;
    font-size: 110%;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    border: 2px solid #5477ba;
    display: inline-block;
    position: relative;
 	cursor: pointer;
	background-repeat: no-repeat;
 	margin-top: 5px;
 	width: 146px;
}
.button-brand:focus,
.button-brand:hover{
 	background-color: #87CEEB;
    border-color: #87CEEB;
}
.button:brand,
.button:focus {
    background-color: #87CEEB;
    border-color: #87CEEB;
    cursor: pointer;
}
.button-cat {
    color: #5980c9;
 	background-color: none;
    padding: 7px 32px;
    font-size: 95%;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    border: 2px solid #6b6b6a;
    display: inline-block;
    position: relative;
 	cursor: pointer;
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 3px;
 	width: 300px;
 	height: 50px;
}
.button-cat:focus,
.button-cat:hover{
 	background-color:#a3a3a3;
    border-color: #aaaaab;
}
.button:cat,
.button:focus {
    background-color: #a3a3a3;
    border-color: #303037;
    cursor: pointer;
}
.button-pag {
   	color: #D0D0D0;
 	background-color: #222222;
    padding: 7px 32px;
    font-size: 150%;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #6b6b6a;
    display: block;
    position: relative;
 	cursor: pointer;
	background-repeat: no-repeat;
 	margin-left: 35%;
 	margin-bottom: 6%;
 	margin-top: -5%;
 	width: 30%;
}
.button-pag:focus,
.button-pag:hover{
 	background-color: #87CEEB;
    border-color: #87CEEB;
}
.button:pag,
.button:focus {
    background-color: #87CEEB;
    border-color: #87CEEB;
    cursor: pointer;
}
.button-sotr {
   	color: #D0D0D0;
 	background-color: #222222;
    padding: 7px 32px;
    font-size: 150%;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #6b6b6a;
    display: block;
    position: relative;
 	cursor: pointer;
	background-repeat: no-repeat;
 	width: 100%;
}
.button-sotr:focus,
.button-sotr:hover{
 	background-color: #87CEEB;
    border-color: #87CEEB;
}
.button:sotr,
.button:focus {
    background-color: #87CEEB;
    border-color: #87CEEB;
    cursor: pointer;
}

/*процент скидки*/

.stickers_product-page,
.stickers {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
}
.stickers_product-page {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  left: inherit;
  right: 0;
}
.sticker {
  display: inline-block;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  border-radius: 3px;
  white-space: nowrap;
}
.sticker--discount {
  background-color: rgba(177, 7, 7, 0.8);
}
.sticker__image {
  display: inline-block;
  width: 60px;
  max-height: inherit;
}
.sticker_pct {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  text-align: center;
  line-height: 1;
  background-color: rgb(251, 63, 76);
  color: #fff;
  font-weight: 600;
  padding: 5px 5px 3px;
  font-size: 10px;
  border-radius: 4px;
}
/*рекомендуемые товары*/


/*адрес и телефоны в шапке*/
.adres-shapka {
 width: 30%;
 display: inline-block;
 padding: 1px;
 margin-left: 3%;
 margin-right: auto;
 /*margin-left: 4%;*/
 vertical-align: top;
 margin-top: 0px;
}
.adres-shapka-mob {
display:none;
}
/*цена в карточках ремонта*/
.blog_annotation {
 font-size: 90%;
 text-align: right;
 margin-right: 20px;
 color: #808080;
}
/*зачеркнутая цена*/
.tsena-skidka {
 /*text-decoration: line-through;*/
 font-size: 60%;
 color: #7a7a7a;
}
del {
	font-size: 27x;
	position: relative;
	color: #4e4e4e;
	text-decoration: none;
}
del:before {
	content: "";
	border-bottom: 2px solid red;
	position: absolute;
	width: 100%;
	height: 50%;
	transform: rotate(-12deg);
}
 

.tsena {
 font-size: 128%;
}
/*категории*/
.categorya-wrapper {
	display: block;
	width: 9%;
	float: left;
	transition: width .2s;
 	background: #fff;
 	padding:1px 1px;
    text-align:center;
   	margin-left:10px;
    margin-right:10px;
  	margin-bottom:10px;
 	height: auto;
 	min-height: 135px;
 	min-width: 95px;
}

.categorya-wrapper:hover{
 box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);}

.categorya {
	display: block;
	border: none;
	border-radius: 3px;
	position: relative;
	background: #fff;
	margin: 0%;
	text-decoration: none;
	color: #474747;
	z-index: 0;
	height: 70px;
}

.categorya-photo {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}

.categorya-photo img {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
 	padding: 2px;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: transform .4s ease-out;
}

.categoryas {
	list-style: none;
	margin: 0px -20px 0 60px;
	padding: 0;
}


/* Dropdown Button */
.dropbtn {
    background-color: #E8E8E8;
    color: #3f4040;
 	width: 360px;
    padding: 16px;
    font-size: 16px;
    border: 1px solid #dedede;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #9bc3de;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
  	height: 164px; 
 	overflow: auto;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content p {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content p:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
/* - Установка при наведении - */
.prostozoom:hover{
transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
}
/* - Установка при нажатии - */
/*.prostozoom:active{
transform: scale(2.5, 2.5);
-o-transform: scale(2.5, 2.5);
-ms-transform: scale(2.5, 2.5);} */

.bx-breadcrumb {
 font-size: 14px;
 margin-top: 10px;
 margin-left: 20px;
}

/*ЭТО ИЗОБРАЖЕНИЯ В СЛАЙДЕ ___________________*/

.image {
	margin-left: 30px;
 	margin-bottom: 30px;
	cursor:zoom-in;
}

.popup {
	position: absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
}

.popup_bg {
	background:rgba(0,0,0,0.3);
	position: absolute;
	z-index:1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: auto;
 	height: auto;
}


.popup_img {
	position: absolute;
	z-index:2;
	left: 50%;
	top: 50%;
 	width: auto;
 	height: auto;
	transform: translate(-50%,-50%);
	max-height: 100%;
}

.popup_img {
  pointer-events: none;
}

.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
/*ЭТО ИЗОБРАЖЕНИЯ В СЛАЙДЕ КОНЕЦ___________________*/


/*ЭТО ОТЗЫВЫ*/
.otzivi {
 padding: 0 25%;
}

/*Отступы в категории*/
.otstup {
 padding: 0% 0% 0% 6%;
}
.otstup-opis {
 padding: 0% 0% 0% 7%;
}
.kartochka-fon {
 width:90%;
 margin-left:5%;
 background:#fff;
 box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}

.block-advantage{
        font-family: 'Roboto', sans-serif;
        width:100%;
        margin-left:auto;
        margin-right:auto;
        padding: 4px 0px;
        background: none;
        color:#000;
        position:relative;
    }
    .block-advantage_content{
        width:100%;
        margin-left:auto;
        margin-right:auto;
		display:flex;
        flex-wrap:wrap;
        align-items: center;
        justify-content: space-between; 
    }
    .block-advantage_content_item{
        padding:10px 10px;
        text-align:center;
    	margin-left:10px;
        margin-right:10px;
        flex:165px;
     	height: 150px;
    }
  	.block-advantage_content_item:hover{
    	box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);
   	}
    .block-advantage_title{
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 5px;
        font-size:16px;
    }
    .block-advantage_content_item-title{
        text-transform: uppercase;
        color:#000;
        font-size:20px;
        letter-spacing: 4px;
    }
    .block-advantage_content_item-text{
        font-size:14px;
        color:#000;
    }
    .block-advantage_img{
        height:75px;
        width:75px;
     	padding:10px 10px;
        margin-left:auto;
        margin-right:auto;
     	border: 0 solid;
     	border-radius: 10px;
     	box-shadow: 0 7px 15px 0 rgba(0,0,0,.21);
     	background: #D6DCDC;
    }
    .block-advantage_img_1{
        height:auto;
        width:auto;
     	padding:0px 0px;
        margin-left:auto;
        margin-right:auto;
     	border: 0 solid;
     	border-radius: 0px;
     	box-shadow: 0 7px 15px 0 rgba(0,0,0,.21);
     	background: #aaa;
    }
    .block-advantage_img_vac{
		height:75px;
        width:75px;
     	padding:10px 10px;
        margin-left:auto;
        margin-right:auto;
     	border: 0 solid;
     	border-radius: 10px;
     	box-shadow: 0 7px 15px 0 rgba(0,0,0,.21);
     	background: #90CAF9;
    }
    .block-advantage_content_item_1{
        padding:10px 10px;
        text-align:center;
    	margin-left:10px;
        margin-right:10px;
        flex:165px;
     	height: auto;
    }
.button span {
    color: #6b6b6a;
    opacity: 0.9;
    left: 0;
	-moz-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    position: relative;
}
.button:hover span,
.button:focus span {
    color: #0055b0;
	left: -10px;
    opacity: 1;
}
.button i {
    background-image: url("../images/bl-arrow.png");
    background-repeat: no-repeat;
    background-position: 50% center;
    width: 25px;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 15%;
    top: 0;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.button:hover i {
    right: 14px;
    opacity: 1;
}
.button-tovary:hover,
.button-tovary:focus {
    background-color: #ffffff;
}
.button-tovary span {
    color: #ffffff;
    left: 0;
	-moz-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    position: relative;
}
.button-tovary:hover span,
.button-tovary:focus span {
    color: #0055b0;
	left: -10px;
    opacity: 1;
}
.button-tovary i {
    background-image: url("../images/bl-arrow.png");
    background-repeat: no-repeat;
    background-position: 50% center;
    width: 25px;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 15%;
    top: 0;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.button-tovary:hover i {
    right: 14px;
    opacity: 1;
}
.button-light,
.button-light:hover,
.button-light:focus {
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
}
.button-light:hover,
.button-light:focus {
    background-color: rgba(0, 0, 0, 0.35);
}
.button-light span,
.button-light:hover span,
.button-light:focus span {
    color: #fff;
}
.button-more,
.button-more:hover,
.button-more:focus {
    color: #fff;
    margin-left: -50px;
    border-color: #fff;
}
.button-more:hover,
.button-more:focus {
    background-color: rgba(0, 0, 0, 0.35);
}
.button-more:after {
    background: rgba(0, 0, 0, 0) url("../images/bl-arrow.png") no-repeat scroll 50% center;
    border: 2px solid #38383f;
    cursor: pointer;
    content: " ";
    display: inline-block;
    /*height: 31px;*/
    height: 100%;
    width: 50px;
    background-color: rgba(0, 0, 0, 0.15);
    border: 2px solid #fff;
    content: "";
    position: absolute;
    right: -54px;
    top: -2px;
}
.social {
	background-image: none; 
	background: transparent;
	background-color: transparent;
	border: none;
 	height: 35px;
    width: 35px;
}
.third {
    padding-top: 7%;
    padding-left: 30px;
}
#content .third p{
    font-size:116%;
}
.third span {
    position: absolute;
    display: inline-block;
    color: #017dcb;
    font-size: 200%;
    border-bottom: 1px solid #027dcf;
}
.third li {
    margin-left: 1px;
    font-size: 116%;
    list-style-type: circle;
    list-style-position: inside;
}
.third .title {
    font-size: 150%;
    font-weight: 700;
    margin-top: 5px;
    padding-left: 33px;
    padding-right: 20px;
    display: inline-block;
}
.third-content {
    /*padding: 15px 26px 20px;*/
    padding: 0px 32px 40px;
    color: #626565;
    font-weight: 500;
    line-height: 20px;
} 
.readMoreInfo,
.readMoreInfo.active {
    max-height: 0;
    text-align: left;
	overflow: hidden;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	-ms-transition: max-height 0.8s;
	-o-transition: max-height 0.8s;
	transition: max-height 0.8s;
}
.readMoreInfo.active {
    max-height: 2000px;
    overflow: none;
    -webkit-transition: max-height 1s;
	-moz-transition: max-height 1s;
	-ms-transition: max-height 1s;
	-o-transition: max-height 1s;
	transition: max-height 1s;
}
.readMore {
    color: #017dcb;
    border-bottom: 1px solid #027dcf;
    cursor: pointer;
}
.anchor {
    position: relative;
    top: -82px;
}
.map-block .overlay {
    background: transparent; 
    margin-top: -450px; 
    width: 100%;
    height: 450px; 
    position: relative; 
    top: 450px; 
}
@media only screen and (min-width: 1025px) {
    .third-content {
        padding: 20px 32px 40px;
    }
}
@media screen and (max-width: 1202px) {
     .anchor {
        top: -48px;
    }  
}
@media screen and (max-width: 1390px) {
   .w24 {
        width: 24%;
    }
 .w82 {
        width: 76%;
    }
 .sidebar_top {
    background-color: #F5F7F5;
    margin: 1% -13% 2% 10%;
 	box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);
}
}
@media screen and (max-width: 1110px) {
   .w24 {
        width: 100%;
    }
 .w82 {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .w67, .w50, .w33, .w24, .w25, .w38 {
        float: none;
    }
    .w33,
    .w50,
 	.w38,
 	.w46,
    .w67, 
 	.w60{
        width: 100%;
    }
    /*.w50 {*/
    /*    float: none;*/
    /*    width: 100%;*/
    /*}*/
    .w25 {
        width: 50%;
    }
 	.w24 {
        width: 100%;
    }
    .paralax-block p {
        display: block;
        border-right: none;
    }
    .img-scale-block .w50 {
        padding-right: 0;
    }
    .img-scale-block .w50:nth-child(2n) {
        padding-left: 0;
    }
    .third {
        text-align:center;
    }
    .third li {
        list-style-type: none;
    }
}
@media (min-width: 400px) {
    .animateDownOpacity {
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    .animateLeftOpacity {
        -moz-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    .animateRightOpacity {
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -webkit-transform: translateX(50px);
        -o-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
}
@media (min-width: 990px) {
    .padding0 {
        padding: 0;
    }   
}
.width840 {
    max-width: 940px;
}
/* End */



#header  {
	/*background-color: #fff;*/
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    position: fixed;
    top: 0;
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    -moz-transition: background-color 0.3s ease-in-out 0s;
    -o-transition: background-color 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 2000;
 	height: 87px; /* ПРИ ОТКЛЮЧЕНИИ СВЕРХУ 87, ПРИ ПОДКЛЮЧЕНИИ 150 */
}
#header.transp {
    background: rgba(59,25,25,0.3);
}
#header.transp #logo.logo-dark {
    display:none;
}
#header.transp #logo.logo-light {
    display:inline-block;
}
#header.transp #menu .item > a {
    color: rgba(255, 255, 255, 1);
}
#header.active {
    background-color:rgba(37, 37, 43, 0.97);
    border-bottom: none;
}
#logo {
    display: inline-block;
    margin-top: 14px;
}
#logo.logo-dark {
    display: none;
}
#header.active #logo {
    margin-top: 10px;
}
#logo img {
    max-width: 168px;
}
#header.active #logo img {
    max-width: 176px;
}
#menu {
    float: right;
    z-index: 1000;
}
#menu .item {
    display: inline-block;
    margin: 0 12px;
    font-size: 100%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    position: relative;
}
#menu .item:last-child {
    margin-right: 0;
}
#header.active #menu .item > a,
#menu .item > a {
    padding: 10px 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 90%;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 700;
    padding: 10px 0;
 	margin-top: 10px;
}
#menu .item > a::before {
    background: #027dcf none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: left 0.3s ease 0s, width 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
    width: 0;
}
#menu .item > a.active:before,
#menu .item > a:hover:before {
    left: 0;
    opacity: 1;
    width: 100%;
}
#header.active #menu .item > a:before {
    height: 3px;
}
#header.active #menu .item > a:hover {
    color: #fff;
}
#header #menu .item > a, 
#header #logo, 
#header #logo a,
#header #humburger {
    -moz-transition: all 0.3s linear 0s; 
    -ms-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s; 
    -o-transition: all 0.3s linear 0s;  
    transition: all 0.3s linear 0s;
}
#header.active #menu .item > a, 
#header.active #logo, 
#header.active #logo img, 
#header.active #logo a, 
#header.active #logo a:hover,
#header.active #logo:before,
#header.active #humburger {
    -moz-transition: all 0.3s ease-in 0s; 
    -ms-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s; 
    -o-transition: all 0.3s ease-in 0s;  
    transition: all 0.3s ease-in 0s;
}
#header.active #menu .item > a {
    padding: 2px 0;
}
@media (max-width: 1202px) {
    #header.transp #menu .item > a {
        color: inherit;
    }
    #header,
    #header.active {
        background-color: rgba(255, 255, 255, 0.95);
        /*border-bottom: 2px solid #303037;*/
    }
    #header.active #logo {
        margin: 10px 0;
    }
    #logo {
        margin: 12px 0;
    }
     #logo.logo-dark {
        display: inline-block;
    }
    #logo.logo-light {
        display: none;
    }
    #humburger {
        display: block !important;
    }
    #menu {
        position: fixed;
        top: 0;
        right: 0;
        background: white;
        height: 100%;
        margin: 0;
        width: 250px;
        box-shadow: 0 0 4px rgba(0,0,0,.14),-2px 4px 8px rgba(0,0,0,.28);
        padding: 80px 0 20px 0;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.2s;
           -moz-transition: all 0.2s;
             -o-transition: all 0.2s;
                transition: all 0.2s;
        -webkit-transform: translateX(260px);
           -moz-transform: translateX(260px);
             -o-transform: translateX(260px);
                transform: translateX(260px);
    }
    #menu.active {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateX(0px);
           -moz-transform: translateX(0px);
             -o-transform: translateX(0px);
                transform: translateX(0px);
    }
    #menu .item {
        display: block;
        margin: 0;
    }
    #header.active #menu .item > a,
    #header.active #menu .item:hover > a,
    #header.active #menu .item:focus > a,
    #menu .item a {
        color: #02395f;
        padding: 15px 15px 15px 27px;
        font-size: 115%;
    }
    #menu .item a.active, #menu .item a:hover {
        background: rgba(0, 179, 255, 0.24);
        border: 0;
    }
    #menu .item > a::before {
        background: none;
    }
}
@media (min-width:1400px) {
    #header.active #menu .item > a, #menu .item > a {
        font-size:115%;
    }
}
@media (max-width:1200px) {
    #menu .item {
        font-size:70%;
    }
}
@media (min-width:1800px) {
    #header.active #menu .item > a, #menu .item > a {
        font-size:130%;
    }
}
@media (min-width:2300px) {
    #header.active #menu .item > a, #menu .item > a {
        font-size:160%;
    }
}
#humburger {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 11002;
    cursor: pointer;
    padding: 0px;
    display: none;
} 
#header.active #humburger {
    top: 30px;
}
#humburger .inner {
    opacity: 0.7;
}
#humburger:hover .inner {
    opacity: 1;
}
#humburger .inner, 
#humburger .inner:before, 
#humburger .inner:after {
    width: 100%;
    height: 2px;
    background: #027dcf ;
    position: absolute;
    top: 14px;
    right: 0;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}
#humburger .inner::before {
    content: '';
    top: -8px;
    right: 0;
}
#humburger .inner::after {
    content: '';
    top: 8px;
    right: 0;
}
#humburger.active .inner::before {
    -webkit-transform: rotate(29deg);
       -moz-transform: rotate(29deg);
         -o-transform: rotate(29deg);
            transform: rotate(29deg);
    width: 50%;
    top: -4px;
}
#humburger.active .inner::after {
    -webkit-transform: rotate(-29deg);
       -mox-transform: rotate(-29deg);
         -o-transform: rotate(-29deg);
            transform: rotate(-29deg);
    width: 50%;
    top: 4px;
}
/* End */



#footer {
    background-color: #25252b;
    color: #aaaaab;
    width: 100%;
    font-size: 110%;
    float: left;
    position: relative;
	z-index: 1000;
}
#footer .clearfix {
	margin: 0;
}
#footer a,
#footer .button span {
    color: #aaaaab;    
}
#footer .button {
    font-size: 86%;
}
#footer .button:hover {
	background-color: rgba(0, 0, 0, 0.35);
    border-color: #aaaaab;
}
#footer .button:hover span,
#footer .button:focus span,
#footer .button:visited span {
	color: #aaaaab;
}
/*.footer-contact .footer-block1 {*/
/*    width: 36%;*/
/*}*/
.footer-contact .footer-block1,
.footer-contact .footer-block2 {
    width: 30%;
}
.footer-contact div {
    margin: 20px 0;
}
.footer-contact .w50 {
    margin:0;
}
#footer p {
    margin: 0;
    line-height: 24px;
}
/*.footer-contact .footer-block2 {*/
/*    width: 24%;*/
/*}*/
.footer-contact .footer-block2 .button {
    width: 234px;
}
.footer-contact .footer-block3 {
    padding-left: 20px;
    width: 40%;
    border-left: 1px solid #323239;
}
.footer-contact .footer-block3 div {
    margin-bottom: 0; 
}
#footer input[type="text"],
#footer input[type="email"],
#footer input[type="tel"],
#footer textarea {
    background: #38383f;
    color: #aaaaab;
    padding: 5px 20px;
    height: 36px;
	font-family: Roboto;
    font-size: 100%;
    border: none;
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-weight: 300;
}
#footer textarea {
    margin: 0;
    width: calc(100% - 50px);
    height: 108px;
    border-left: 1px solid #25252b;
    resize: none;
}
#footer input[type="text"]:hover,
#footer input[type="email"]:hover,
#footer input[type="tel"]:hover,
#footer textarea:hover {
    background-color: #424249;
}	
#footer input[type="text"]:focus,
#footer input[type="email"]:focus,
#footer input[type="tel"]:focus,
#footer textarea:focus {
    background-color: #aaaaab;
    color: #000;
    outline: none;
}
#footer button {
	background: rgba(0, 0, 0, 0)  url("../images/bl-arrow.png");
	background-repeat: no-repeat;
    background-position: 50% center;
    width: 50px;
    height: 108px;
    text-indent: -999em;
    border: 2px solid #38383f;
    cursor: pointer;
}
#footer button:hover {
    background-color: #38383f;
}

.footer-copyright {
    background-color: #303037;
	padding: 20px 0;
}
.footer-copyright .w50:first-child {
    line-height: 24px;
}
.footer-copyright ul {
    text-align: right;
}
.footer-copyright ul li {
    margin-left: 20px;
    height: 24px;
    width: 24px;
    display: inline-block;
}  
.footer-copyright a {
    display: block;
    height: 100%;
}
.footer-copyright .twitter {
    background: url("../images/twitter.png") no-repeat;
}
.footer-copyright .facebook {
    background: url("../images/facebook.png") no-repeat;
}
@media screen and (max-width: 980px) {
    #footer .w33 {
        width: 50%;
	}
	#footer .w33.footer-contact .footer-block3 {
        width: 100%;
        max-width: 400px;
        border: none; 
    }
	.footer-contact .footer-block3 {
        padding-left: 0;
        border-left: none; 
    }
}
@media screen and (max-width: 768px) {
    #footer .w33 {
        margin: 0;
        padding: 35px 0;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #303037;
        float: none;
    }
    #footer .footer-contact .footer-block3 {
        border: none; 
    }
    #footer .footer-contact .footer-block3 form {
        margin: 0 auto;
        width: 100%;
        max-width: 400px;
    } 
	#footer input[type="text"],
	#footer input[type="email"],
	#footer input[type="tel"] {
		border-bottom: 1px solid #25252b;
	}
	#footer textarea {
		border-left: none;
	}
    .footer-copyright .w50 {
        width: 100%;
    	text-align: center;
    }
    .footer-copyright .w50:first-child {
        margin-bottom: 10px;
    }
    .footer-copyright ul {
        text-align: center;
    }
    .footer-copyright ul li {
        margin-left: 10px;
        margin-right: 10px;
    }
}



/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
   /*	margin-left: 3%;*/
   /*	margin-right: 3%;*/
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/mti_template/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/mti_template/css/owl.theme.default.css?14883325921303*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/* End */


/* Start:/local/templates/mti_template/styles.css?151508227346*/
.scroll-down{
    bottom: 70px !important;
}
/* End */


/* Start:/local/templates/mti_template/template_styles.css?153234778519467*/
@import url('https://fonts.googleapis.com/css?family=Roboto');

@font-face {
    font-family: Roboto;
    src: url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,100,700&subset=latin,cyrillic-ext,cyrillic,latin-ext);
}

/*--------------fix footer-----------------------*/

/** {*/
/*margin: 0;*/
/*padding: 0;*/
/*}*/
html,
body {
    height: 100%;
}
.wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
}
#content {
    flex: 1 0 auto;
}
#footer {
    flex: 0 0 auto;
}

/*--------------fix footer-----------------------*/
#citySelector option:nth-child(1){
    display: none;
}
#header.active{
    background-color: rgba(37, 37, 43, 1) !important;
    border-bottom: none !important;
}

.paralax-block{
    position: relative;
    top: -30px;
}

#footer .button{
    font-size: 68%;
}

#footer, #footer input, #footer textarea{
    font-family: 'Roboto', sans-serif !important;
}

.button.button-more:nth-child(odd){
    /*display: none;*/
}

.product-item-image-wrapper{
    margin-bottom: 15px;
    padding-top: 70%;
}

#footer_overflow{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 35px;
    color: #fff;
    background: rgba(0,0,0,.5);
    /* opacity: .5; */
    z-index: 10;
    line-height: 180px;

}

.info-block .extra5{
    max-width: 55%;
}

.img-background .inner-banner{
    height:275px;
}

.owl-carousel{
    margin-bottom: 15px;
}

.bx-catalog-element{
    /*margin-top: 55px;*/
}

.owl-item .item-price{
    display: none;
}

.owl-nav{
    left: 0px;
    position: absolute;
    margin-top: -150px;
    width: 100%;
    font-size: 22px;
    color: #4bc7fd;
}

.carousel-container{
    /*width:95% !important;*/
}

.carousel-container.top .owl-nav{
    margin-top: -110px;
}

.owl-nav div:nth-child(2){
    right: 0px;
    position: absolute;
    font-size: 200%;
}
.owl-nav div:nth-child(1){
    left: 0;
    position: absolute;
    font-size: 200%;
}



article.block-news{
    margin-bottom: -15px;
}

#linkIsHere span, .product-item-detail-tab-content li, .text_description{
    font-size: 130%;
    line-height: 26px;
}

#linkIsHere span{
    cursor: pointer;
}

.product-item-detail-tab-content li{
    list-style: square ;
}

.img-scale-block .w50{
    /*padding: 5px !important;*/
}

.img-scale-block .w50:nth-child(even){
    padding: inherit;
}

.bx-no-touch .product-item-container.hover .product-item{
    box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);
    border: 1px solid transparent;
    background: #fff;
    position: absolute;
    left: -15px;
    right: -15px;
    /* padding: 15px 15px 0; */
    width: auto;
    text-align: center;
    padding-top: 0;
}

.extra-5.in-np{
    margin: 0 auto;
    width: 70%;
    font-size:16px;
    color: #fff;

}

.extra-5.in-np li{
    text-align: left;
    font-size: inherit;
}

.extra-5.in-np p:not(.header){
    margin-bottom: 75px;
    font-size: 16px !important;
    text-align: left;
}

.logo-block.in-np{
    margin-top: 50px;
    background: #e10811;

}

.logo-block.in-np .img-section{
    width: 100%;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: -30px;
    margin-top: -35px;
}

.logo-block.in-np .img-section img{
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -60%;
}

.bx_catalog_line .bx_catalog_line_ul li{
    display: block;
    width: 205px;
    vertical-align: top;
    margin: 0px 5px;
    text-align: center;
}

.carousel-container.bot .bx_catalog_line .bx_catalog_line_ul li{
    width: 18%;
}

.bx_catalog_line .bx_catalog_line_ul h2{
    font-size: 12px;
    margin-top: 0px;
    color: #027dcf;
}

.bx_catalog_line .bx_catalog_line_ul h2 a{
    color: #027dcf;
}

.bx_catalog_line .bx_catalog_line_img{
    float: none;
    margin: 0 auto;
    border:0px;
}

.bx_catalog_line .bx_catalog_line_ul li{
    display: inline-block;
    vertical-align: top;
}

.carousel-container.bot .owl-nav{
    display: none;
}

.bx_catalog_line .bx_catalog_line_title a{
    font-size: 12px;
}

.bx_catalog_line .bx_catalog_line_img{

}

.bx_catalog_line .bx_catalog_line_title span{
    font-size: 12px;
}

.in-section-list-item{
    display: block;
    margin: 12px;
    text-align: center;
    width: 225px;
}

.in-section-list-item img{
    margin-bottom: 16px;
    width: auto;
    margin: 0 auto;
}

.in-section-list-item .bx_sitemap_li_title{
    font-size: 14px;
    margin-top: 12px;
}

#nova_poshta .img-background .inner-banner{
    text-align: left;
}

#nova_poshta .heading{
    /*background: rgba(255,255,255,.3);*/
    padding: 10px 0px;
    margin-bottom: 35px;
}

.product-item{
    text-align: center;
}

.carousel-container.bot .owl-carousel{
    display: block;
}

@media all and (max-width: 1440px){
    .logo-block.in-np .img-section{
        height: 500px;
    }

    .logo-block.in-np .img-section img{
        top: -40%;
    }
}

@media all and (max-width: 1024px){
    .logo-block.in-np .img-section img{
        top: -15%;
    }
}

@media screen and (max-width: 768px){
    }
    .bx-catalog-element table{
        width: auto;
    }
    .bx-catalog-element table td {
        padding: 10px 5px;
        width: 65%;
    }
    .logo-block.in-np .img-section{
        height: auto;
    }
    .vendor-logo {
        margin: 0 auto;
    }

    #mti_catalog_list li.product-item-container{
        width: 250px !important;
        padding: 0 !important;
    }

    .sc-block .content-block{
        width: 60%;

    }
}

@media screen and (max-width: 700px) {
    .carousel-container.bot .bx_catalog_line .bx_catalog_line_ul li {
        width: 205px;
    }
}

@media screen and (max-width: 680px) {
    .sc-block .content-block{
        width: 75%;
    }
}

@media all and (max-width: 425px){
    .owl-carousel#mti_catalog_list .owl-stage{
        margin-left: -10px;
    }
    .info-block .extra5{
        max-width:100%;
    }
    #complect.img-background .inner-banner.right,
    #nova_poshta.img-background .inner-banner{
        padding-top: 35px;
    }
    .carousel-container.bot .owl-nav{
        display: block;
    }

    .carousel-container.bot .bx_catalog_line .bx_catalog_line_ul li{
        width: 100%;
    }

    .carousel-container.bot .bx_catalog_line_img{
        width: 100%;
        height: 135px;
    }

    #mti_catalog_list li.product-item-container{
        width: 100%;
    }

    .carousel-container.bot .owl-nav{
        margin-top: -175px;
    }

    .sc-block{
        display: block !important;
        flex-direction: row;
        height: 900px !important;
        overflow: hidden !important;
    }

    .sc-block .map{
        width: 100% !important;
        height:300px;
    }
    .sc-block .content-block{
        width: 100% !important;
    }

    .in-contacts .links-block .block{
        width: 100%;
    }

    .in-contacts .links-block .block{
        height:250px !important;
    }

    .in-contacts .block.fb .w50{
        height:110px !important;
    }

    .in-contacts .block.status .block3{
        margin: 0 auto !important;
        text-align: center !important;
        display: flex !important;
    }

    .in-contacts .block.status .block3 .v-aligner{
        margin: 0 auto;
    }

    .sc-block .content-block-in{
        width: 100% !important;
    }
}

#sc-container{
    display: none;
}

#contact_in_product{
    background: #f1f3f1;

}

#contact_in_product .img-background{

    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
}

#contact_in_product form textarea{
    width: 100% !important;
}

#contact_in_product .img-background .inner-banner{
    /*background: #dddddd;*/
}

#contact_in_product input,
#contact_in_product textarea
{
    color: #333;
    font-family: Arial !important;
}

.container{
    max-width: 	1170px;
    margin: 0 auto;
}

#mti_catalog_list li.product-item-container{
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 375px;
}

#mti_catalog_list .img-container{
    /*min-height: 300px;*/
    /* display: table; */
    position: relative;
    height: 190px;
    overflow: hidden;
}

#mti_catalog_list li .product-item:hover{
    box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);
    border: 1px solid transparent;
    background: #fff;
    position: absolute;
    left: -15px;
    right: -15px;
    padding: 15px 15px 0;
    width: auto;
    text-align: center;
    padding-top: 0;
    z-index: 1001;
    min-height: 300px;
}

.catalog-section .product-item-small-card{
    min-height: 380px;
}

.catalog-list #mti_catalog_list li:nth-last-child(1):hover{
    /*position: relative;*/
    min-height: 370px;
}
#mti_catalog_list .product-item-image-wrapper img{
    margin-bottom: 25px;
    max-width: 290px;
    margin: 0 auto;
}

#mti_catalog_list .product-item-title{
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    margin-bottom: 0px;
}
#mti_catalog_list .product-item{
    margin-bottom: 15px;
    min-height: 280px;
}

#mti_catalog_list .product-item-big-card .product-item-title a{
    font-size: 21px;
    color: #000;
}

.carousel-container.top .owl-item{
    cursor: pointer;
}

.owl-nav div{
    cursor: pointer;
}

#linkIsHere h3{
    cursor: pointer;
}

.product-item-detail-slider-container{
    max-width: 60%;
    margin: 0 auto;
}

/*#nova_poshta.img-background{*/
/*background-image: none;*/
/*background-color: #fff;*/
/**/
/*}*/

/*#nova_poshta.img-background .inner-banner{*/
/*background: #fff;*/
/*}*/

#map { height: 400px !important;  }

#block-content .info .button{
    margin-top: 25px;
}

/*contacts new*/
.sc-block{
    display: flex;
    flex-direction: row;
    height: 600px;
}

.sc-block .map{
    width: 60%;
}

.sc-block .content-block{
    width: 40%;
    /*-webkit-box-shadow: 9px 1px 5px -4px rgba(191,191,191,1);*/
    /*-moz-box-shadow: 9px 1px 5px -4px rgba(191,191,191,1);*/
    /*box-shadow: 9px 1px 5px -4px rgba(191,191,191,1);*/
}

.sc-block .content-block-in{
    width: 420px;
    margin: 0 auto;
    height:600px ;
    overflow-x: hidden;
    float: right;
}

.sc-block .content-block-in .list{
    /*margin: 0 auto;*/
    max-width: 420px;
    float: right;
    margin-right: 10px;


}

.sc-block .content-block-in .list .list-item{
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-bottom: 15px;
    cursor: pointer;
}

.sc-block .content-block-in .list .list-item:hover{
    background-color: rgba(124, 216, 255, 0.1);
}

.sc-block .content-block-in .list .list-item-in{
    padding: 12px 40px;
    font-family: Roboto;
}

.links-block .block{
    width: 33.3%;
    display: inline-block;
    margin-right: -3px;
    margin-bottom: -3px;
}

.bold{
    font-weight: bold;
}

.in-contacts .block.np{
    background: #e30d17;
}
.in-contacts .links-block .block{
    height: 120px;
    text-align: center;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    align-content: center;
    cursor: pointer;
}

.in-contacts .links-block .block.np .block2{
    margin: 0 auto;
}

.in-contacts .links-block .block.fb{
    background: #3c5a9a;
}


.in-contacts .block.fb .w50{
    background-image: url(../images/facebook-logo.png);
    background-repeat: no-repeat;
    height: 100%;
    background-size: contain;
    width: 330px;
    margin: 0 auto;
}

.in-contacts .block.status .block3{
    margin: 0 auto;
}

.in-contacts .block.status{
    background-image: url(../images/komplexnoe-servisnoe-obslujivanie4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.in-contacts .links-block{
    margin-top: 2px;
}

.in-contacts{
    margin-top:80px;
}

.service-scheld span{
    display: inline-block;
    padding: 3px 5px;
    margin: 5px;
    background: #f1f3f1;
    border-radius: 3px;
    font-size: 14px;
}

.product-item-price-current.common-catalog{
    display: none;
}

.product-item-properties .hidden-xs{
    display: none;
}



@media (max-width: 992px){
    #mti_catalog_list .img-container{
        height: 170px;
    }
}

@media (min-width: 1650px){
    #mti_catalog_list .img-container{
        height: 230px;
    }
}
@media all and (max-width: 1650px){
    .catalog-list #mti_catalog_list li:nth-last-child(1):hover{
        /*position: relative;*/
        min-height: 325px;
    }
  /*ЭТО ОТЗЫВЫ*/
 .otzivi {
 padding: 0 25%;
}
  .sidebar_top {
    background-color: #F5F7F5;
    margin: 1% -11% 2% 18%;
 	box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);

}
}
@media all and (max-width: 1440px){
   	.categorya {
	height: 70px;
	}
  .categorya-wrapper {
	min-height: 130px;
	}

}
@media (max-width: 1250px){
    #mti_catalog_list li.product-item-container {
        width: 220px;
    }
}

.catalog-item-price{
    text-align: center;
    font-size: 26px;
}



#mti_catalog_list li.product-item-container {
    padding: 3px;
}

#mti_catalog_list li .product-item {
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    border: none !important;
}

#mti_catalog_list li .product-item .img-container a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    height: 100%;
}

#mti_catalog_list li .product-item:hover {
    padding-left: 30px;
    padding-right: 30px;
}

#mti_catalog_list li .product-item .img-container a img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bx-no-touch .product-item-container.hover .product-item {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.bx-no-touch .product-item-container .product-item-title {
    overflow: visible;
    white-space: normal;
}

.catalog-list .bx_catalog_line > .owl-carousel {
    display: block;
}

.catalog-list {
    position: relative;
}

.catalog-list > .owl-nav {
    display: none;
}


@media (max-width: 1260px) {

    .catalog-list .bx_catalog_line > .owl-carousel {
        font-size: 0;
    }

    .catalog-list .bx_catalog_line > .owl-carousel li {
        width: 23% !important;
        margin: 0 1% 12px;
    }

    .catalog-list .bx_catalog_line > .owl-carousel {
        padding: 0 15px;
    }
    #mti_catalog_list .product-item-big-card .product-item-title a{
        font-size: 18px;
    }
 	.categorya {
	height: 60px;
	}
  .categorya-wrapper {
	min-height: 120px;
	}
  .filter_group {
    padding: 5px 5px 0;
border-bottom: 1px solid rgb(219, 219, 219);
padding-bottom: 5px;
margin-top: 5px;
display: none;
}
 .filter_group:last-child{
border-bottom: none;
padding-bottom: 0;
display: block;
 display: none;
}
  .sidebar_top {
    background-color: none;
    margin: 5% 5% 10% 5%;
 	box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);

}

}
@media (max-width: 1270px) {
 .adres-shapka {
 width: 30%;
 display: inline-block;
 padding: 1px;
 margin-left: 1%;
 margin-right: auto;
 /*margin-left: 4%;*/
 vertical-align: top;
 margin-top: 0px;
}
}
@media (max-width: 1261px) {
    .w24 {
        width: 100%;
    }
 .w82 {
        width: 100%;
    }
 .adres-shapka {
 width: 30%;
 display: inline-block;
 padding: 1px;
 margin-left: 1%;
 margin-right: auto;
 /*margin-left: 4%;*/
 vertical-align: top;
 margin-top: 0px;
}
}

@media (max-width: 1225px) {
.adres-shapka {
 width: 30%;
 display: inline-block;
 padding: 1px;
 margin-left: 1%;
 margin-right: auto;
 /*margin-left: 4%;*/
 vertical-align: top;
 margin-top: 0px;
}
 .otstup {
  padding: 0px;
 }
 .otstup-opis {
 padding: 0px;
}
.kartochka-fon {
 width:94%;
 margin-left:3%;
 background:#fff;
 box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
  .filter_group {
    padding: 23px 23px 0;
border-bottom: 1px solid rgb(219, 219, 219);
padding-bottom: 5px;
margin-top: 5px;
display: none;
}
 .filter_group:last-child{
border-bottom: none;
padding-bottom: 0;
display: block;
 display: none;
}
    .w24 {
        width: 100%;
    }
 .w82 {
        width: 100%;
    }
  .sidebar_top {
    background-color: none;
    margin: 5% 5% 10% 5%;
 	box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);

}
}
@media (max-width: 1200px) {
   .adres-shapka {
 display:none;
}
  .mobkat {
 display:none;
}
 .adres-shapka-mob {
 width: 40%;
 display: inline-block;
 padding: 1px;
 margin-left: 5px;
 margin-right: auto;
 /*margin-left: 4%;*/
 vertical-align: top;
 margin-top: 10px;
}
 .social {
 	height: 42px;
    width: 42px;
}
  .stickers {
    top: 5px;
}
 .sidebar_top {
    background-color: #F5F7F5;
    margin: 3% -11% 2% 12%;
 	box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);

}
 .filter_group {
    padding: 23px 23px 0;
border-bottom: 1px solid rgb(219, 219, 219);
padding-bottom: 5px;
margin-top: 5px;
display: none;
}
 .filter_group:last-child{
border-bottom: none;
padding-bottom: 0;
display: block;
 display: none;
}
  .sidebar_top {
    background-color: none;
    margin: 5% 5% 10% 5%;
 	box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);

}
}

@media (max-width: 1036px) {
  .kontakty-foto {
    width: 100%;
  }
 }
@media (max-width: 992px) {

   .catalog-list .bx_catalog_line > .owl-carousel li {
        width: 31% !important;
        margin: 0 1% 12px;
    }

    .catalog-list .bx_catalog_line > .owl-carousel li img {
        max-height: 130px;
        width: auto;
    }
  .adres-shapka {
 display:none;
}
 .mobkat {
 display:none;
}
 .stickers {
    top: 5px;
}

 .filter_group {
    padding: 23px 23px 0;
border-bottom: 1px solid rgb(219, 219, 219);
padding-bottom: 5px;
margin-top: 5px;
display: none;
}
 .filter_group:last-child{
border-bottom: none;
padding-bottom: 0;
display: block;
 display: none;
}
 .sidebar_top {
    background-color: none;
    margin: 5% 5% 10% 5%;
 	box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);

}
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}



@media screen and (max-width: 768px){
    .owl-nav.in-catalog{
        margin-top: -200px;
    }
    .owl-nav.in-catalog .customPrevBtn_bot, .owl-nav.in-catalog .customPrevBtn_top{
        left: 0px;

    }

    .owl-nav.in-catalog .customNextBtn_bot, .owl-nav.in-catalog .customNextBtn_top{
        right: 0px;

    }
    .container-banner {
  display:none;
 }
 .adres-shapka {
 display:none;
}
  .mobkat {
 display:none;
}
  .stickers {
    top: 5px;
}
 .filter_group {
    padding: 23px 23px 0;
border-bottom: 1px solid rgb(219, 219, 219);
padding-bottom: 5px;
margin-top: 5px;
display: none;
}
 .filter_group:last-child{
border-bottom: none;
padding-bottom: 0;
display: block;
 display: none;
}
 .sidebar_top {
    background-color: none;
    margin: 5% 5% 10% 5%;
 	box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);

}
 .categorya-wrapper {
		width: 25%;
  		min-height: 125px
	}
 .categoryas {
	margin: 0px -20px 0 2px;
}
 	.categorya {
	height: 60px;
	}

 .owl-item.cloned {
     display: none;
    } 
 .form-input {
	display: block;
}
 .button-pag {
   	font-size: 120%;
    font-weight: 700;
  	margin-left: 20%;
 	margin-bottom: 6%;
 	width: 60%;
 }
  .otzivi {
 padding: 0 0;
}
.kartochka-fon {
 width:98%;
 margin-left:1%;
 background:#fff;
 box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
    #mti_catalog_list .owl-stage{
     	display: inline-flex;
  		flex-direction: column;
        }
	/*	display: flex;
        position: relative; */
 /* flex-wrap: wrap;
  flex-direction: column;
  width: 500px;*/
        }
    #mti_catalog_list .owl-stage li{
        margin: 0 auto;
        display: block;
    }
    .full-width-mobile {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    } 
    /*.carousel-container.top .owl-nav,*/
    /*.carousel-container.bot .owl-nav{*/
        /*width: 100vw;*/
        /*position: relative;*/
        /*left: 50%;*/
        /*right: 50%;*/
        /*margin-left: -50vw;*/
        /*margin-right: -50vw;*/
    /*}*/

    #content .block-width{
        margin-left: 0px;
    }
    #block-content .third, .third .title{
        padding-left: 0px;
    }
    .image-block .info > div{
        display: table-cell !important;
    }
    .button-more:after{
        right:0;
    }
    #block-content .info .button{
        padding-right: 55px;
    }

    .carousel-container.bot .owl-nav {
        display: block;
        position: static;
        margin-top: 0;
    }

    .carousel-container.bot, .carousel-container.top {
        position: relative;
    }

    .owl-nav > div {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        z-index: 99;
    }

    .owl-nav > div.customPrevBtn_bot {
        left: -20px;
    }

    .owl-nav > div.customNextBtn_bot {
        right: -20px;
    }

    .bx_catalog_line {
        margin-bottom: 0;
    }

    .carousel-container.top {
        margin-top: 0px !important;
    }

    .catalog-list .bx_catalog_line {
        padding: 0 20px;
    }

    .catalog-list > .owl-nav {
        margin-top: 0;
        position: static;
        display: block;
    }

    .catalog-list .bx_catalog_line > .owl-carousel li {
        width: 100% !important;
        margin: 0;
    }

    .catalog-list > .owl-nav > div {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        z-index: 99;
    }

    .owl-nav > div.customPrevBtn_bot,
    .owl-nav > div.customPrevBtn_top
    {
        left: -10px;
    }

    .owl-nav > div.customNextBtn_bot,
    .owl-nav > div.customNextBtn_top
    {
        right: -10px;
    }

    #mti_catalog_list .product-item-title {
        -ms-text-overflow: clip;
        text-overflow: clip;
    }

    #mti_catalog_list .product-item-big-card .product-item-title a {
        font-size: 19px;
    }

}
@media (max-width: 639px) {
   .bx-touch .bx_catalog_line .bx_catalog_line_img {
         margin-right: unset;
        margin: 0 auto;
        width: 50px;
        height: 50px;
    }
    .bx_catalog_line .bx_catalog_line_ul{
        text-align: center;
    } 
    .container-banner {
  display:none;
 }
  .adres-shapka {
 display:none;
}
  .mobkat {
 display:none;
}
  .stickers {
    top: 5px;
}
 .filter_group {
    padding: 23px 23px 0;
border-bottom: 1px solid rgb(219, 219, 219);
padding-bottom: 5px;
margin-top: 5px;
display: none;
}
 .filter_group:last-child{
border-bottom: none;
padding-bottom: 0;
display: block;
 display: none;
}
  .sidebar_top {
    background-color: none;
    margin: 5% 5% 10% 5%;
 	box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);

}
  .categorya-wrapper {
		width: 40%;
	}
  .categoryas {
	margin: 0px -20px 0 2px;
}
 .otzivi {
 padding: 0 0;
}
}
@media all and (max-width: 405px){
    .social {
 	height: 32px;
    width: 32px;
}
}
@media all and (max-width: 375px){
    .owl-carousel .w50{
        width: 280px !important;
    }
   .container-banner {
  display:none;
 }
  .categorya-wrapper {
		width: 40%;
	}
  .adres-shapka {
 display:none;
}
  .mobkat {
 display:none;
}
  .stickers {
    top: 5px;
}
 .filter_group {
    padding: 23px 23px 0;
border-bottom: 1px solid rgb(219, 219, 219);
padding-bottom: 5px;
margin-top: 5px;
display: none;
}
 .filter_group:last-child{
border-bottom: none;
padding-bottom: 0;
display: block;
 display: none;
}
  .sidebar_top {
    background-color: none;
    margin: 5% 5% 10% 5%;
 	box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);

}
  .categoryas {
	margin: 0px -20px 0 2px;
}
}
@media all and (max-width: 320px){
    .carousel-container.top .owl-item,
    .carousel-container.bot .owl-item{
       /* width: 250px !important;*/
    }
    .owl-carousel .w50{
     /*   width: 250px !important;*/
        margin:0 auto;
    }
    .container-banner {
  display:none;
 }
  .categorya-wrapper {
		width: 40%;
	}
  .categoryas {
	margin: 0px -20px 0 2px;
}
  .adres-shapka {
 display:none;
}
  .mobkat {
 display:none;
}
  .stickers {
    top: 5px;
}
 .filter_group {
    padding: 23px 23px 0;
border-bottom: 1px solid rgb(219, 219, 219);
padding-bottom: 5px;
margin-top: 5px;
display: none;
}
 .filter_group:last-child{
border-bottom: none;
padding-bottom: 0;
display: block;
 display: none;
}
  .sidebar_top {
    background-color: none;
    margin: 5% 5% 10% 5%;
 	box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);

}
   .otzivi {
 padding: 0 0;
}
}


/* End */
