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: 0;
    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;
	font-size: 170%;
	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;
}
a {
    color: #00B3FF;
    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%;
}
ovomodal .ovoHeader,
#ovoconfirm .ovoFooter > a {
    background: #00b3ff;
}
#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%;
}
#content form textarea {
    height: 80px;
}
#content form .button {
    margin-top: 15px
}
#content {
    overflow: hidden;
}
#content p {
	font-size: 130%;
	line-height: 26px;
}
/*main class*/
.w100 {
    background: #fff;
    width: 100%;
    position: relative; 
}
.w75, .w67, .w50, .w33, .w25 {
    float: left;
    width: 50%;
}
.w75 {
    width: 75%;
}
.w67 {
    width: 67%;
}
.w33 {
    width: 33%;
}
.w25 {
    width: 25%;
}
.clearfix::after {
    margin: 0;
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.block-info {
    padding: 50px 0;
    margin: 0 auto;
    max-width: 1400px;
}
.block-width,
.block-width-small {
    padding: 0 5%;
    width: 100%;
}
.block-width-small {
    max-width: 700px;
    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: #00b3ff;
    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: #00b3ff;
    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;
}
.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:hover,
.button:focus {
    background-color: #303037;
    border-color: #303037;
    cursor: pointer;
}
.button span {
    color: #6b6b6a;
    opacity: 0.7;
    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: #fff;
	left: -10px;
    opacity: 1;
}
.button i {
    background-image: url("../images/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-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/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;
}
.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 #00b3ff;
}
.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 #00b3ff;
    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: 1050px) {
     .anchor {
        top: -48px;
    }  
}
@media screen and (max-width: 768px) {
    .w67, .w50, .w33, .w25 {
        float: none;
    }
    .w33,
    .w50,
    .w67 {
        width: 100%;
    }
    /*.w50 {*/
    /*    float: none;*/
    /*    width: 100%;*/
    /*}*/
    .w25 {
        width: 50%;
    }
    .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: 840px;
}
/* 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;
}
#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: 25px;
}
#logo.logo-dark {
    display: none;
}
#header.active #logo {
    margin-top: 13px;
}
#logo img {
    max-width: 160px;
}
#header.active #logo img {
    max-width: 150px;
}
#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: 100%;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 700;
    padding: 33px 0;
}
#menu .item > a::before {
    background: #00b3ff 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: 20px 0;
}
@media (max-width: 1050px) {
    #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: 28px 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: 100%;
    }
    #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:100%;
    }
}
@media (max-width:1200px) {
    #menu .item {
        font-size:100%;
    }
}
@media (min-width:1800px) {
    #header.active #menu .item > a, #menu .item > a {
        font-size:100%;
    }
}
@media (min-width:2300px) {
    #header.active #menu .item > a, #menu .item > a {
        font-size:100%;
    }
}
#humburger {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 11002;
    cursor: pointer;
    padding: 0px;
    display: none;
} 
#header.active #humburger {
    top: 10px;
}
#humburger .inner {
    opacity: 0.7;
}
#humburger:hover .inner {
    opacity: 1;
}
#humburger .inner, 
#humburger .inner:before, 
#humburger .inner:after {
    width: 100%;
    height: 2px;
    background: #00b3ff ;
    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: 33px;
	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: 99px;
    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/arrow.png");
	background-repeat: no-repeat;
    background-position: 50% center;
    width: 50px;
    height: 99px;
    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;
    /* 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 12px;
    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: #00B3FF;
}

.bx_catalog_line .bx_catalog_line_ul h2 a{
    color: #00B3FF;
}

.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;
    }
}
@media (max-width: 1250px){
    #mti_catalog_list li.product-item-container {
        width: 220px;
    }
}

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



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

#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: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.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;
    }

}

@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;
    }

}

.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;

    }

    #mti_catalog_list .owl-stage{
        display: flex;
        position: relative;
    }
    #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;
    }
}

@media all and (max-width: 375px){
    .owl-carousel .w50{
        /*width: 280px !important;*/
    }
}
@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;
    }

}


/* End */
