/*
© 2016–2019. Команда разработчиков collary.ru
Email: info@collary.ru
Site: https://collary.ru/
---------------------------------------------
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:400,700,900|Material+Icons&subset=cyrillic');
@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.fancybox.css);
@import url(jquery.formstyler.css);
@import url(jquery.jscrollpane.css);
/*
    font-family: 'ProximaNova';
    font-family: 'Roboto', sans-serif;               (normal,bold,900)
    font-family: 'Roboto Condensed', sans-serif;     (bold)
*/
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Light.otf'),
        url('../fonts/ProximaNova-Light.ttf'),
        url('../fonts/ProximaNova-Light.woff'),
        url('../fonts/ProximaNova-Light.woff2');
        font-weight: 100;
        font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-LightIt.otf'),
        url('../fonts/ProximaNova-LightIt.ttf'),
        url('../fonts/ProximaNova-LightIt.woff'),
        url('../fonts/ProximaNova-LightIt.woff2');
        font-weight: 100;
        font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Regular.otf'),
        url('../fonts/ProximaNova-Regular.ttf'),
        url('../fonts/ProximaNova-Regular.woff'),
        url('../fonts/ProximaNova-Regular.woff2');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-RegularIt.otf'),
        url('../fonts/ProximaNova-RegularIt.ttf'),
        url('../fonts/ProximaNova-RegularIt.woff'),
        url('../fonts/ProximaNova-RegularIt.woff2');
        font-weight: normal;
        font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Bold.otf'),
        url('../fonts/ProximaNova-Bold.ttf'),
        url('../fonts/ProximaNova-Bold.woff'),
        url('../fonts/ProximaNova-Bold.woff2');
        font-weight: bold;
        font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-BoldIt.otf'),
        url('../fonts/ProximaNova-BoldIt.ttf'),
        url('../fonts/ProximaNova-BoldIt.woff'),
        url('../fonts/ProximaNova-BoldIt.woff2');
        font-weight: bold;
        font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src:url('../fonts/ProximaNova-Extrabld.otf'),
        url('../fonts/ProximaNova-Extrabld.ttf'),
        url('../fonts/ProximaNova-Extrabld.woff'),
        url('../fonts/ProximaNova-Extrabld.woff2');
        font-weight: 900;
        font-style: normal;
}
/*
© 2016–2018. Команда разработчиков collary.ru
Email: info@collary.ru
Site: https://collary.ru/
---------------------------------------------
*/

html, body {
    height: 100% !important;
}
.main-wrapper{
    min-height: 100%;
    height: auto;
    margin: 0 auto -395px;
}
.footer-wrapper{
    background: #0e0e0e;
    min-height: 395px;
    color: #7a7a7a;
    position: relative;
    z-index: 310;
}
.footer-push{
    height: 395px;
}
.footer-top{
    border-bottom: 1px solid #303030;
}
.footer-bottom a:hover{
    color: #fff;
}
.footer-menu > ul > li{
    display: inline-block;
    width: 32%;
    vertical-align: top;
    padding-right: 30px;
    line-height: 1.2;
}
.footer-menu a{
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}
.footer-menu a:hover{
    color: #FCB000;
}
.footer-menu > ul > li > a{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.footer-social .title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 20px;
    color: #ccc;
    letter-spacing: 0.5px;
}
.footer-social .social-links a {
    color: rgba(255,255,255,0.2);
    margin: 0 0 0 15px;
}
.footer-social .social-links a:first-of-type{
    margin-left: 0;
}
.footer-social .social-links a:hover{
    color: #fff;
}
.payments span{
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
}
.payments span:last-of-type{
    margin-right: 0;
}
.footer-phone a{
    color: #fff;
}
.footer-phone a:hover{
    color: #FCB000;
}

@media (max-width: 1189px) {
    .footer-menu > ul > li{
        padding-right: 20px;
    }
    .footer-menu a{
        font-size: 13px;
        margin-bottom: 13px;
    }
}
@media (max-width: 991px) {
    .footer-menu{
        border-bottom: 1px solid #303030;
        margin: 0 -15px 30px;
        padding: 0 15px 20px;
    }
}
@media (max-width: 767px) {
    .footer-menu > ul > li{
        width: 48%;
        margin-bottom: 20px;
    }
    .footer-menu{
        padding-bottom: 0;
    }
    .footer-menu a{
        font-size: 12px;
    }
}


.footer-bottom{
    background: #000000;
}

body{
    font-size: 16px;
    line-height: 1.6;
    color: #0e0e0e;
    overflow-x: hidden;
    font-family: 'ProximaNova';
}
.content{
    font-size: 14px;
}
.content ul,
.content ol{
    margin-bottom: 25px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 25px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 9px;
    left: 10px;
    background: #FCB000;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.content ul ul li:after,
.content ol ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
    border-radius: 50%;
}
.content ul ol li,
.content ol ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
.content ol{ 
    counter-reset: item; 
}
.content ol li{
    display: block; 
}
.content ol li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #000;
}
.content ul ul ol li:after,
.content ol ul ol li:after{
    display: none;
}
h1,
.title-h1{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0.8em;
    text-transform: uppercase;
    color: #000;
}
h2,
.title-h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 0.8em;
}
h3{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 0.6em;
}
h4{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 0.6em;
}
h5{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 0.6em;
    text-transform: uppercase;
}
h6{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    h1,
    .title-h1{
        font-size: 20px;
    }
    .pagetitle h1{
        font-size: 30px;
    }
    h2,
    .title-h2{
        font-size: 24px;
    }
    h3, h4, h5{
        font-size: 20px;
    }
}

blockquote{
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    font-size: 16px;
    border-left: 3px solid #FCB000;
}
a{
    color: #FCB000;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
a:hover{
    color: #000;
}
a:focus{
    outline: none;
}
a.invert{
    color: #000;
}
a.invert:hover{
    color: #FCB000;
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #000;
    background: #FCB000;
    font-size: 20px;
    padding: 10px 40px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    border: 2px solid #FCB000;
    font-weight: normal;
    border-radius: 3px;
}
.btn:hover{
    background: #252525;
    border-color: #252525;
    color: #fff;
}
.btn.block{
    display: block;
    width: 100%;
}
.btn.mid{
    padding: 8px 25px;
    font-size: 18px;
}
.btn.min{
    padding: 6px 25px;
    font-size: 16px;
}
.btn.invert{
    background: transparent;
    color: #FCB000;
}
.btn.invert:hover{
    background: #FCB000;
    border-color: #FCB000;
    color: #fff;
}
.btn.disabled{
    background: #eaeff4;
    border-color: #eaeff4;
    box-shadow: none;
    color: #909090;
}
.form-group{
    position: relative;
}

.push1{
    height: 1px;
}
.push2{
    height: 2px;
}
.push3{
    height: 3px;
}
.push4{
    height: 4px;
}
.push5{
    height: 5px;
}
.push6{
    height: 6px;
}
.push7{
    height: 7px;
}
.push8{
    height: 8px;
}
.push9{
    height: 9px;
}
.push10{
    height: 10px;
}
.push11{
    height: 11px;
}
.push12{
    height: 12px;
}
.push13{
    height: 13px;
}
.push14{
    height: 14px;
}
.push15{
    height: 15px;
}
.push16{
    height: 16px;
}
.push17{
    height: 17px;
}
.push18{
    height: 18px;
}
.push19{
    height: 19px;
}
.push20{
    height: 20px;
}
.push25{
    height: 25px;
}
.push30{
    height: 30px;
}
.push35{
    height: 35px;
}
.push40{
    height: 40px;
}
.push45{
    height: 45px;
}
.push50{
    height: 50px;
}
.push55{
    height: 55px;
}
.push60{
    height: 60px;
}
.push70{
    height: 70px;
}
.push80{
    height: 80px;
}
.push90{
    height: 90px;
}
.push100{
    height: 100px;
}
.f8{
    font-size: 8px;
}
.f9{
    font-size: 9px;
}
.f10{
    font-size: 10px;
}
.f11{
    font-size: 11px;
}
.f12{
    font-size: 12px;
}
.f13{
    font-size: 13px;
}
.f14{
    font-size: 14px;
}
.f15{
    font-size: 15px;
}
.f16{
    font-size: 16px;
}
.f17{
    font-size: 17px;
}
.f18{
    font-size: 18px;
}
.f19{
    font-size: 19px;
}
.f20{
    font-size: 20px;
}
.f21{
    font-size: 21px;
}
.f22{
    font-size: 22px;
}
.f24{
    font-size: 24px;
}
.f26{
    font-size: 26px;
}
.f28{
    font-size: 28px;
}
.f30{
    font-size: 30px;
}
.f34{
    font-size: 34px;
}
.f36{
    font-size: 36px;
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.gray{
    color: #676767;
}
p{
    margin-bottom: 20px;
}
strong,
b, 
.bold{
    font-weight: bold;
}
.weight100,
.light{
    font-weight: 100;
}
.weight900{
    font-weight: 900;
}
.italic{
    font-style: italic;
}
input:focus::-moz-placeholder{
    opacity: 0;
}
input:focus:-ms-input-placeholder{
    opacity: 0;
}
input:focus::-webkit-input-placeholder{
    opacity: 0;
}
textarea:focus::-moz-placeholder{
    opacity: 0;
}
textarea:focus:-ms-input-placeholder{
    opacity: 0;
}
textarea:focus::-webkit-input-placeholder{
    opacity: 0;
}
.strike{
    text-decoration: line-through;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-justify{
    text-align: justify;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow:none;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
em, i{
    font-style: italic;
}
.cleaner,
.clear{
    clear: both;
    height: 0;
    line-height: 0;
    display: block !important;
}
.cleaner-hr,
.clear-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.upper{
    text-transform: uppercase;
}
img{
    max-width: 100%;
}
img.left{
    float: left;  
    margin-right: 20px;
}
img.right{
    float: right;  
    margin-left: 20px;
}
.dashed{
    text-decoration: none;
    border-bottom: 1px dashed;
}
.dotted{
    text-decoration: none !important;
    border-bottom: 1px dotted;
}
.dashed:hover,
.dotted:hover{
    border-bottom-color: transparent;
}
.static{
    position: static;
}
.hidden{
    display: none !important;
}
.row.min{
    margin-left: -5px;
    margin-right: -5px;
}
.row.min > div[class^="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}
.row.no-padding{
    margin-left: 0;
    margin-right: 0;
}
.row.no-padding > div[class^="col-"]{
    padding-left: 0;
    padding-right: 0;
}
.table{
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.decoration{
    text-decoration: underline;
}
.decoration:hover{
    text-decoration: none;
}
.decoration-none{
    text-decoration: none !important;
}
.decoration-hover{
    text-decoration: none;
}
.decoration-hover:hover{
    text-decoration: underline;
}
.round{
    border-radius: 50%;
}
a.absolute{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.box{
    display: none;
}
.box.visible{
    display: block;
}
/* fancybox */
.fancybox-inner{
    overflow: visible !important;
}
.fancybox-wrap{
    padding: 35px 0 0;
}
.fancybox-skin{
    margin-bottom: 35px;
}
.fancybox-overlay{
    background: rgba(0,0,0,0.8);
}
.fancybox-close {
    background: #FCB000 !important;
    top: 0 !important;
    right: 0px !important;
    width: 34px !important;
    height: 34px !important;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
@media only screen and (min-width: 768px) {
.fancybox-close {
    background: transparent !important;
    top: -36px !important;
    right: -6px !important;
    width: 34px !important;
}
}
.fancybox-close:after{
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background: #333333;
    margin-left: -1px;
}
.fancybox-close:after {
    background: url(../images/close.png) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.fancybox-close:hover{
    background: #FF4632;
}
.fancybox-close:hover:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fancybox-skin{
    background: #fff;
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.3)  !important;
    border-radius: 0;
}
.fancybox-nav span{
    visibility: visible;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.fancybox-next span {
    background: rgba(0,0,0,0.4);
    width: 24px;
    height: 40px;
    margin-top: -20px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 10px;
}
.fancybox-prev span {
    background: rgba(0,0,0,0.4);
    width: 24px;
    height: 40px;
    margin-top: -20px;
    left: 10px;
}
.fancybox-prev span:after,
.fancybox-next span:after{
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -4px;
    background: url(../images/fancy-arrow.png) 0 0 no-repeat;
}
.fancybox-next span:hover,
.fancybox-prev span:hover{
    background: #3C3C3C;
}
.fancybox-title-float-wrap{
    left: 0;
    margin-bottom: -28px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.fancybox-title-float-wrap .child{
    background: rgba(255, 255, 255, 1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    color: #000;
    display: block;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: normal;
}
.fancybox-title-float-wrap .child{
    white-space: normal;
    width: 100%;
}

/* end fancybox */


/***********************slick carousel*******************************/
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
}
.slider-wrapper .item img{
    min-height: 300px;
}
.slick-dots {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
    margin-top: 20px;
    bottom: 10px;
}
.slick-dots li button{
    position: absolute;
    top: -5px;
    left: -5px;
    border: none;
    border-radius: 50%;
    display: block;
    opacity: 0;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    margin: 0 6px 0;
    cursor: pointer;
    position: relative;
    background: transparent;
    border:1px solid #fff;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0.8;
}
.slick-dots li:hover{
    opacity: 1;
}
.slick-dots li.slick-active{
    background: #fff;
    opacity: 1;
}
.slick-prev, 
.slick-next {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-align: center;
    color: #fff;
    top: 50%;
    margin-top: -22px;
    background: rgba(0,0,0,0.2);
    border-radius: 3px;
}
.slick-prev{
    left: -60px;
}
.slick-next{
    left: auto;
    right: -60px;
}
.slick-prev i{
    margin-left: -4px;
}
.slick-next i{
    margin-right: -4px;
}
.slick-prev i, 
.slick-next i{
    line-height: 44px;
}
.slick-prev:hover, 
.slick-next:hover{
    background: #FCB000;
    color: #fff;
}
/****************end slick carousel****************/



@media only screen and (min-width: 992px){
    
    /************* custom chrome scroll ***************/
    body::-webkit-resizer {
        background-image: url('');
        background-repeat: no-repeat;
        width: 8px;
        height: 1px;
    }
    body::-webkit-scrollbar {
        width: 8px;
    }
    body::-webkit-scrollbar-button {
        background-image: url('');
        background-repat: no-repeat;
        width: 8px;
        height: 0px;
    }
    body::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: #FCB000;
    }
    body::-webkit-scrollbar-track {
        background-color: #22282E;
    }
    /*********** end custom chrome scroll **********/
}


#up{
    position: fixed;
    z-index: 300;
    bottom: 30px;
    right: 10px;
    display: none;
    color: #000;
    width: 44px;
    text-align: center;
    height: 44px;
    cursor: pointer;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
    background: #FCB000;
    font-size: 32px;
    border-radius: 3px;
}
#up:hover{
    background-color: #000;
    color: #fff;
}
#up .fa{
    display: block;
    line-height: 40px;
}

.delay-250{
    -webkit-animation-delay: 250ms;
	-moz-animation-delay: 250ms;
	-o-animation-delay: 250ms;
    animation-delay: 250ms;
}
.delay-500{
    -webkit-animation-delay: 500ms;
	-moz-animation-delay: 500ms;
	-o-animation-delay: 500ms;
    animation-delay: 500ms;
}
.delay-750{
    -webkit-animation-delay: 750ms;
	-moz-animation-delay: 750ms;
	-o-animation-delay: 750ms;
    animation-delay: 750ms;
}
.delay-1000{
    -webkit-animation-delay: 1000ms;
	-moz-animation-delay: 1000ms;
	-o-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.delay-1250{
    -webkit-animation-delay: 1250ms;
	-moz-animation-delay: 1250ms;
	-o-animation-delay: 1250ms;
    animation-delay: 1250ms;
}
.delay-1500{
    -webkit-animation-delay: 1500ms;
	-moz-animation-delay: 1500ms;
	-o-animation-delay: 1500ms;
    animation-delay: 1500ms;
}
.delay-1750{
    -webkit-animation-delay: 1750ms;
	-moz-animation-delay: 1750ms;
	-o-animation-delay: 1750ms;
    animation-delay: 1750ms;
}
.delay-2000{
    -webkit-animation-delay: 2000ms;
	-moz-animation-delay: 2000ms;
	-o-animation-delay: 2000ms;
    animation-delay: 2000ms;
}
.delay-2500{
    -webkit-animation-delay: 2500ms;
	-moz-animation-delay: 2500ms;
	-o-animation-delay: 2500ms;
    animation-delay: 2500ms;
}
.delay-3000{
    -webkit-animation-delay: 3000ms;
	-moz-animation-delay: 3000ms;
	-o-animation-delay: 3000ms;
    animation-delay: 3000ms;
}
.delay-3500{
    -webkit-animation-delay: 3500ms;
	-moz-animation-delay: 3500ms;
	-o-animation-delay: 3500ms;
    animation-delay: 3500ms;
}
/* Preloader */
#preloader {
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 9999;
    display: block;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    opacity: 1;
}
#preloader.hid {
    opacity: 0;
    visibility: hidden;
}
.no-preloader #preloader{
    display: none;
}
#preloader img{
    width: 200px;
}
/* Preloader end */


/* ======= AGREEMENT ======= */

.agreement{
    position: relative;
    margin-bottom: 20px;
    color: #7C7F8C;
    font-size: 13px;
}
.agreement.black{
    color: #000;
}
.agreement input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement i{
    position: absolute;
    left: -2px;
    top: 1px;
    font-size: 16px;
}
.agreement label{
    padding-left: 18px;
    position: relative;
    display: inline-block;
}
.agreement input + label .checked{
    display: none;
}

.agreement input:checked + label .checked{
    display: inline-block;
}
.agreement input:checked + label .no-checked{
    display: none;
}
.agreement input.error + label{
    color: red;
}
/* ======= /. AGREEMENT ======= */


/* PAGINATION */
.pagination{
    margin: 0 0 30px;
    overflow: hidden;
    padding-left: 1px !important;
}
.pagination li{
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #FCB000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: default;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #FCB000;
    border-color: #FCB000;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #000;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #FCB000;
    border-color: #FCB000;
}
@media(max-width: 767px){
    .pagination .control{
        display: none;
    }
    .pagination>li:first-child>a, .pagination>li:first-child>span,
    .pagination>li:last-child>a, .pagination>li:last-child>span{
        border-radius: 0;
    }
}
/* /. PAGINATION */


.mobile-menu {
    position: fixed;
    top: 0;
    right: -470px;
    background: #000;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding-top: 59px;
    box-shadow: -3px 0 3px rgba(0, 0, 0, 0.2);
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-logo{
    padding: 0 0 0 10px;
}
.mobile-logo img{
    height: 80px;
}
.mobile-menu li{
    position: relative;
}
.mobile-menu > div > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li:first-of-type{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 16px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 22px;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px 20px 12px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.mobile-menu > div > ul > li.active > a{
    background: #FCB000;
    color: #000;
}
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #fcb000;
}
.mobile-menu .active .dropdown-button:before{
    border-color: #000;
}


.mobile-menu > div > ul > li > ul > li.active > a:before,
.mobile-menu > div ul ul ul .active a:before{
    background-color: #fcb000;
}
.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div ul ul ul a{
    display: block;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 12px 10px 12px 30px;
    color: #FFFFFF;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu > div ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    left: 20px;
    width: 3px;
    height: 3px;
    background: #ffffff;
}
.mobile-menu > div ul ul ul a{
    padding: 9px 10px 9px 45px;
    font-size: 14px;
}
.mobile-menu > div ul ul ul a:before{
    left: 34px;
    top: 15px;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 8px !important;
    left: 17px;
    font-size: 18px;
}
.mobile-menu a[href="javascript:void();"]{
    text-transform: uppercase;
    color: #fff !important;
    padding-left: 20px;
}
.mobile-menu a[href="javascript:void();"]:before{
    display: none;
}


@media only screen and (max-width: 1189px) {
    .mobile-menu.open {
        right: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 810;
        opacity: 1;
    }
}
@media only screen and (max-width: 440px) {
    .mobile-menu{
        width: 100%;
    }
}
@media(min-width:992px){
    .mobile-menu,
    .mobile-menu.open + .overlay{
        display: none !important;
    }
}
/************* /. mobile-menu **************/

.modal {
    display: none;
    width: 460px;
    max-width: 100%;
    background: #fff;
    padding: 45px 25px 25px;
}
.modal.big-modal{
    width: 600px;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
.modal .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 0 25px;
    margin-bottom: 35px;
    border-bottom: 2px solid #FCB000;
}


/* HEADER */

.header-top{
    background: #000;
    position: relative;
    z-index: 100;
    color: #fff;
}
.header-top .inner{
    height: 54px;
}
.header-top-left > span{
    margin-right: 15px;
    font-size: 14px;
}
.header-top-left > span:last-of-type{
    margin-right: 0;
}
.header-top-left > span i{
    color: #fff;
    font-size: 16px;
    margin-right: 4px;
}
.address a{
    color: #fff;
    border-bottom: 1px dotted;
}
.address a:hover{
    border-color: transparent;
}
.header-top-right{
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
.header-tel{
    margin-left: 25px;
}
.header-tel a{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    vertical-align: middle;
    font-size: 18px;
}
.header-tel a:hover{
    color: #FCB000;
}
.header-top-right .viber{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #7C509E;
    color: #fff;
    border-radius: 2px;
    padding: 3px 4px 2px;
    position: relative;
    margin-left: 5px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	vertical-align: middle;
}
.header-top-right .viber:hover{
    background: #8D5BB4;
}
.header-top-right .whatsapp{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #46D46C;
    color: #fff;
    border-radius: 2px;
    padding: 2px 4px;
    position: relative;
    margin-left: 5px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	vertical-align: middle;
}
.header-top-right .whatsapp:hover{
    background: #50F27B;
}
.header-callback-btn{
    display: inline-block;
    padding: 3px 20px 3px 15px;
    height: 32px;
    background: #ccc;
    color: #000;
    border-radius: 2px;
    position: relative;
    margin-left: 5px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	vertical-align: middle;
	font-size: 13px;
	line-height: 26px;
}
.header-callback-btn i{
    vertical-align: middle;
    margin-right: 3px;
    font-size: 15px;
}
.header-callback-btn:hover{
    background: #FCB000;
}
@media(max-width:767px){
    .header-callback-btn{
        width: 32px;
        text-align: center;
        line-height: 32px;
        padding: 0;
    }
}


.header-bottom{
    position: relative;
    height: 80px;
    background: #FCB000;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
@media(min-width:768px){
    .header-bottom.fixed{
        height: 70px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 800;
    }
}

.header-bottom.fixed + .header-bottom-push{
    height: 80px;
}
.header-bottom.fixed .inner{
    padding-top: 0;
}
.header-bottom > .container{
    height: 100%;
}
.header-bottom .inner{
    padding-top: 2px;
    height: 100%;
}
.logo{
    height: 100%;
    position: relative;
    z-index: 350;
}
.header-bottom-bar{
    height: 100%;
}
.header-cart{
    position: relative;
    display: inline-block;
}
#msMiniCart{
    width: 44px;
    height: 44px;
    border: 1px solid #000;
    border-radius: 100%;
    line-height: 42px;
    color: #000;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    position: relative;
}
#msMiniCart.full:hover{
    background: #000;
    border-color: #000;
    color: #fff;
}
#msMiniCart .ms2_total_count{
    padding: 0 3px;
    display: inline-block;
    text-align: center;
    min-width: 16px;
    height: 16px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    line-height: 17px;
    background: #fe121b;
    color: #ffffff;
    font-size: 11px;
    position: absolute;
    right: -3px;
    top: 0;
    font-family: arial;
}
@media only screen and (max-width: 991px) {
    .header-top .inner {
        height: 54px;
    }
    .header-top-left > span{
        display: block;
        padding-left: 22px;
        position: relative;
        height: auto;
    }
    .header-top-left > span i{
        position: absolute;
        left: 0;
        top: 2px;
        width: 16px;
        display: inline-block;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .header-top .inner {
        height: auto;
        padding: 15px 0;
    }
    .header-top-left,
    .header-top-right{
        float: left;
        width: 100%;
        position: relative;
        text-align: left;
    }
    .header-tel {
        height: auto;
        position: relative;
        text-align: left;
        margin-top: 3px;
        margin-left: 10px;
        float: right;
    }
    .header-tel a{
        font-size: 16px;
    }
    .logo img{
        max-width: 150px;
    }
    .header-bottom{
        height: 66px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 800;
    }
    .header-bottom:before{
        display: none;
    }
    .header-bottom .inner{
        padding-top: 0;
    }
    .header-bottom + .header-bottom-push{
        height: 0 !important;
    }
    .header-top-push{
        height: 66px;
    }
}


/** top-menu **/
.top-menu-wrapper{
    height: 100%;
}
.top-menu{
    margin-right: 30px;
}
.top-menu > ul > li{
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
.top-menu > ul > li:first-of-type{
    padding-left: 0;
}
.top-menu > ul > li:last-of-type{
    padding-right: 0;
}
.top-menu > ul > li > a{
    color: #000;
    font-weight: 100;
}
.top-menu > ul > li.active > a,
.top-menu > ul > li:hover > a{
    text-decoration: underline;
}

.top-menu > ul > li.down a{
    padding-right: 20px;
}
.top-menu > ul > li.down + li{
    padding-left: 5px;
}
.top-menu > ul > li.down > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    right: 12px;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.top-menu > ul > li.down{
    padding-right: 10px;
}
.top-menu > ul > li.down:after{
    display: none;
}
.top-menu > ul > li > div {
    position: absolute;
    width: 274px;
    top: 20px;
    padding-top: 32px;
    left: 0;
    text-align: left;
    z-index: 300;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms ease-out;
}
.top-menu > ul > li:hover > div {
    visibility: visible;
    top: 20px;
    opacity: 1;
}
.top-menu > ul > li > div > ul{
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}
.header-bottom.fixed .top-menu > ul > li:hover > div {
    top: 16px;
}
.top-menu > ul ul li{
    position: relative;
}
.top-menu ul ul li > a{
    position: relative;
}
.top-menu > ul ul li > a span{
    position: relative;
    z-index: 1;
    display: block;
}
.top-menu ul ul li.down > a span:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: -5px;
    transform: rotate(45deg);
    margin-top: -3px;
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
}
.top-menu > ul ul li > a {
    background: #FCB000;
    padding: 12px 10px 12px 10px;
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    position: relative;
}
.top-menu > ul ul li > a:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.1;
    z-index: 5;
}
.top-menu > ul ul li:first-of-type > a:before{
    display: none;
}
.top-menu > ul ul li > a:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
}
.top-menu > ul ul li:hover > a:after{
    opacity: 0.2;
}
.top-menu > ul ul li.active > a:after{
    opacity: 1;
    background: #000;
}
.top-menu > ul ul li.active > a{
    color: #fff;
}

.top-menu > ul ul li:hover + li > a:before,
.top-menu > ul ul li.active +li > a:before,
.top-menu > ul ul li:hover > a:before,
.top-menu > ul ul li.active > a:before{
    opacity: 0;
}
.top-menu ul ul > li > div{
    position: absolute;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    top: 10px;
    padding-left: 1px;
}
.top-menu ul ul ul {
    width: 250px;
}
.top-menu ul ul li:hover > div {
    visibility: visible;
    opacity: 1;
    top: 0px;
}

/* mob-menu-btn begin */
.menu-button{
    display: none;
    width: 35px;
    height: 35px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    vertical-align: top;
    right: 0;
    top: 0;
    margin-left: 3px;
}
.header-bottom-bar .menu-button{
    width: 44px;
    height: 44px;
    margin-left: 6px;
    border: 1px solid #000;
    border-radius: 100%;
}
.icon-menu-burger {
    height: 2px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -10px;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0.2s;
    -o-transition: transform 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, .icon-menu-burger:after {
    background: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #fff;
}
.icon-menu-burger:before {
    top: -6px;
    -webkit-transition: top 0.2s linear 0.4s;
    -moz-transition: top 0.2s linear 0.4s;
    -o-transition: top 0.2s linear 0.4s;
    -ms-transition: top 0.2s linear 0.4s;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -6px;
    -webkit-transition: bottom 0.2s linear 0.4s;
    -moz-transition: bottom 0.2s linear 0.4s;
    -o-transition: bottom 0.2s linear 0.4s;
    -ms-transition: bottom 0.2s linear 0.4s;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s linear 0.4s;
    -moz-transition: transform 0.2s linear 0.4s;
    -o-transition: transform 0.2s linear 0.4s;
    -ms-transition: transform 0.2s linear 0.4s;
    transition: transform 0.2s linear 0.4s;
    -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before {
    -webkit-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    bottom: 0;
}
.mobile-menu .menu-button{
    position: absolute;
    top: 12px;
    right: 10px;
}
/* mob-menu-btn end */

.top-menu-catalog-wrapper{
    height: 100%;
    margin-left: 40px;
}
.top-menu-catalog-wrapper .title a{
    display: block;
    color: #fff;
    padding: 8px 34px 8px 20px;
    background: #d50303;
    border-radius: 3px;
    position: relative;
}
.top-menu-catalog-wrapper .title a i{
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
}
.top-menu-catalog-wrapper .title a:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 16px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    right: 15px;
}
.top-menu-catalog-wrapper .title:hover a:after,
.top-menu-catalog-wrapper .title.hover a:after{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 18px;
}
.top-menu-catalog-output:before {
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 19px;
    top: -19px;
    left:0;
}
.top-menu-catalog-output{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    z-index: 300;
    visibility: hidden;
    opacity: 0;
}
.top-menu-catalog-wrapper .title:hover + .top-menu-catalog-output,
.top-menu-catalog-output:hover{
    visibility: visible;
    opacity: 1;
}
.top-menu-catalog-inner{
    max-height: 400px;
    overflow: auto;
}
.top-menu-catalog-inner .jspContainer{
    min-height: 400px;
}
.top-menu-catalog-inner > ul > li,
.top-menu-catalog-inner .jspPane > ul > li{
    width: 20%;
    float: left;
    position: relative;
    margin: 0 0 20px;
    padding: 0 20px 0 0;
}
.top-menu-catalog-inner > ul > hr:nth-of-type(5n),
.top-menu-catalog-inner .jspPane > ul > hr:nth-of-type(5n){
    clear: both;
}
.top-menu-catalog-inner > ul > li > a,
.top-menu-catalog-inner .jspPane > ul > li > a{
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 13px;
    color: #222222;
}
.top-menu-catalog-inner > ul > li > ul a,
.top-menu-catalog-inner .jspPane > ul > li > ul a{
    display: inline-block;
    text-decoration: none;
    padding: 3px 0;
    font-size: 13px;
    color: #666;
}
.top-menu-catalog-inner li.active > a,
.top-menu-catalog-inner a:hover{
    color: #FCB000 !important;
}

@media only screen and (max-width: 991px) {
    .top-menu{
        display: none;
    }
    .menu-button{
        display: inline-block;
    }
}
/** /. top-menu **/

/* /. HEADER */



/* TOP SLIDER */
.index-header{
    border-bottom: 1px solid #F0F0F0;
    background: url(../images/bg4.jpg) right top no-repeat, url(../images/bg5.jpg) left bottom no-repeat;
    background-color: #fff;
}
.top-slider{
    overflow: hidden;
    height: 33.7vw;
}
.top-slider.slick-slider{
    overflow: inherit;
}
.top-slider .element-img{
    height: 33.7vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #272727;
}
.slide-pattern{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.top-slider .element{
    overflow: hidden;
}
.top-slider .slick-prev, 
.top-slider .slick-next{
    margin-top: -22px;
}
.top-slider .slider-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    overflow: hidden;
}
.top-slider .slider-content-inner{
    padding: 30px 50px 20px;
}
.top-slider .title{
    font-size: 60px;
    line-height: 1.3;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}
.top-slider .subtitle{
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}
.top-slider .text{
    margin-bottom: 20px;
    font-size: 18px;
}
.top-slider .slick-dots{
    position: absolute;
}
@media(min-width: 1190px) {
    .top-slider{
        height: 400px;
    }
    .top-slider .element-img{
        height: 450px;
    }
    .top-slider.slick-slider{
        height: auto;
    }
}
@media(max-width: 1189px) {
    .top-slider .slider-content-inner{
        padding: 2% 5% 1%;
    }
    .top-slider .title{
        font-size: 4.8vw;
    }
    .top-slider .subtitle{
        font-size: 2.6vw;
    }
    .top-slider .text{
        margin: 1% 0 2%;
        font-size: 1.5vw;
    }
    .top-slider .btn.min {
        font-size: 1.6vw;
        padding: 1% 2%;
    }
}
@media(max-width: 991px){
    .index-header{
        background: #F0F0F0;
    }
}
@media(max-width: 767px) {
    .top-slider .title{
        font-size: 4.8vw;
    }
    .top-slider .subtitle{
        font-size: 3.6vw;
    }
    .top-slider .text{
        font-size: 2vw;
    }
    .top-slider .btn.min {
        opacity:0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        width: auto;
        padding: 0;
        height: auto;
    }
}
/* /. TOP SLIDER */


/* TIZERS BLOCK */
.tizers_block {
    padding-top: 35px;
    text-align: center;
}
.top-slider-wrapper + .tizers_block{
    padding-top: 0;
}
.tizers_block .item{
    color: #000;
    margin: 0 0 35px;
    white-space: nowrap;
    position: relative;
    padding: 0 0 0 20px;
}
.tizers_block .item .img {
    margin: 0 20px 0 0;
    background: #fcb000;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    min-width: 80px;
    vertical-align: middle;
}
.tizers_block * {
    line-height: 18px;
}
.tizers_block .item > div {
    display: table-cell;
    vertical-align: middle;
}
.tizers_block .item .img, .tizers_block .item .title {
    font-size: 13px;
    color: #555;
}
.tizers_block .item .title {
    text-align: left;
    padding: 0 0 0 20px;
    white-space: normal;
}
/* /. TIZERS BLOCK */


/* STYLER */
select{
    height: 34px;
    padding: 6px 24px 5px 15px;
    border: 1px solid #E3E3E4;
    border-radius: 3px;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto';
    background: #fff;
}
.select-styler,
.cloned-select-styler{
    width: 100%;
    margin-bottom: 20px;
    display: block !important;
}
.jq-selectbox__search input::-moz-placeholder{
    opacity: 0;
}
.jq-selectbox__search input:-ms-input-placeholder{
    opacity: 0;
}
.jq-selectbox__search input::-webkit-input-placeholder{
    opacity: 0;
}
.jq-selectbox__select{
    box-shadow: none;
    height: 34px;
    padding: 6px 24px 5px 15px;
    border: 1px solid #E3E3E4;
    border-radius: 0;
    color: #333333;
    text-shadow: none;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto';
    background: #fff;
}
.jq-selectbox__select:hover{
    border-color: #9da8a5;
}
.filters-block .jq-selectbox__select{
    border: 1px solid transparent;
}
.form-group .opened .jq-selectbox__select {
    border-color: transparent;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.form-group .opened .jq-selectbox__select:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: -3px;
    left: 0;
    background: #fff;
    z-index: 10;
}
.jq-selectbox__select:hover{
    background: #fff;
}
.jq-selectbox__select:active {
    background: #fff;
    box-shadow: none;
}
.opened .jq-selectbox__select{
    border-color: #BBBBBB;
}
.jq-selectbox__trigger{
    border-left: none;
    width: 24px;
}
.jq-selectbox__trigger-arrow{
    opacity: 1;
    border: none;
    top: 15px;
    background: url(../images/down-arrow.png) 0 0 no-repeat;
    width: 12px;
    height: 6px;
    right: 8px;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 13px;
}
.jq-selectbox__dropdown{
    top: 30px !important;
    bottom: inherit !important;
    border-radius: 0;
    box-shadow: none;
    max-height: 260px;
    overflow: hidden;
    border: none;
    border: 1px solid #bbb;
}
.jq-selectbox ul {
    max-height: 230px !important;
}
.jq-selectbox li {
    padding: 0 15px;
    color: #666666;
    white-space: normal !important;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: bold;
    margin: 12px 0;
}
.jq-selectbox li:hover {
    color: #FCB000;
    background: transparent;
}
.jq-selectbox li.sel {
    color: #FCB000;
    background: transparent;
}
.jq-selectbox li:last-of-type{
    border-bottom: none;
}
.jq-selectbox__select-text{
    font-size: 14px;
    font-weight: 300;
}
.form-group.error .jq-selectbox__select{
    border-color: #F6392F;
    background: #FDF0E8;
}
.jq-selectbox__dropdown .jspVerticalBar {
    width: 10px;
    right: 10px;
    background: #F2F2F2;
}
.jspDrag {
    background: #C1C1C1;
    border-radius: 0;
}

/* /. STYLER */



/* CATALOG */
.catalog-wrapper .category{
    margin-bottom: 50px;
}
.catalog .element{
    background: #fff;
    margin: 0 auto 50px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    width: 360px;
    max-width: 100%;
}
.catalog .element .inner{
    overflow: hidden;
}
.catalog .element .img-wrapper{
    height: 15vw;
    max-height: 210px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.catalog .element .img-wrapper .img-hover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    z-index: 2;
    webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.catalog .element .img-wrapper img.element-img-first{
    webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.catalog .element:hover .img-wrapper img.element-img-first{
    opacity: 0.8;
}
.catalog .element:hover .img-wrapper .img-hover{
    opacity: 1;
}
.catalog .element:hover .title{
    color: #FCB000;
}
.catalog .element .img-wrapper img{
    width: 100%;
}
.catalog .element .element-text{
    position: absolute;
    background: #000;
    padding: 20px;
    top: 300px;
    z-index: 20;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.catalog .element .element-text.active{
    top: 260px;
    visibility: visible;
    opacity: 1;
}
@media(max-width:1340px){
    .catalog .element .element-text.active{
        top: 19vw;
    }
}
.catalog .element .element-text .f16{
    line-height: 1.3;
}
.catalog .element .element-text:before{
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: 7px;
    border-bottom: 8px solid #000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
@media(max-width:1189px){
    .catalog .element .img-wrapper{
        height: 15.35vw;
    }
    .catalog .element .element-text.active{
        top: 20.5vw;
    }
}
@media(max-width:991px){
    .catalog .element .img-wrapper {
        height: 20.35vw;
    }
    .catalog .element .element-text.active{
        top: 26.5vw;
    }
}
@media(max-width:767px){
    .catalog .element .img-wrapper{
        height: 240px;
    }
    .catalog .element .element-text.active{
        top: 260px;
    }
}
@media(max-width:391px){
    .catalog .element .img-wrapper{
        height: 61vw;
    }
    .catalog .element .element-text.active{
        top: 76vw;
    }
}
.stickers{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.stickers > div{
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 2px;
    background: #ccc;
    font-size: 9px;
}
.stickers > div.sale-sticker{
    font-size: 18px;
    color: #fff;
    background: #ff0000;
}
.stickers > div.new-sticker{
    color: #fff;
    background: #36ad62;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.stickers > div.hit-sticker{
    color: #fff;
    background: #F0B81D;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.stickers > div.favorite-sticker{
    color: #fff;
    background: #009bfc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.catalog-sale .stickers > div,
.catalog-new .stickers > div{
    display: none;
}
.catalog-sale .stickers > div.sale-sticker{
    display: block;
}
.catalog-new .stickers > div.new-sticker{
    display: block;
}
.catalog .element .element-content{
    padding: 15px 0 0;
}
.catalog .element .title{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 15px;
    /*height: 34px;*/
    overflow: hidden;
    position: relative;
    padding-right: 35px;
    min-height: 52px;
}
.catalog .element .product-info-btn{
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: lowercase;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    position: absolute;
    right: 5px;
    top: 0;
    color: #ccc;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    z-index: 15;
}
.catalog .element .product-info-btn:hover,
.catalog .element .product-info-btn.active{
    border-color: #FCB000;
    color: #FCB000;
}
@media(max-width: 991px){
    .catalog .element .product-info-btn{
        display: none;
    }
    .catalog .element .title{
        padding-right: 0;
    }
}
.catalog .element .element-bottom{
    padding: 0 0 15px;
    position: relative;
    z-index: 10;
}
.catalog .element .element-options{
    height: 36px;
}
.catalog .element .element-oldprice{
    height: 20px;
    margin-bottom: 2px;
    color: red;
    text-decoration: line-through;
}
.catalog .element .element-price{
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 1.2;
}
.catalog .cart-btn {
    display: inline-block;
    color: #000;
    background: #FCB000;
    font-size: 13px;
    letter-spacing: 1px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border: none;
    margin: 0 0 5px 5px;
    padding: 0 15px;
    text-transform: uppercase;
    border-radius: 3px;
}
.catalog .cart-btn i{
    margin-left: -2px;
}
.catalog .cart-btn:hover{
    background: #000;
    color: #fff;
}

/* input counter */
.element-counter{
    display: inline-block;
    vertical-align: top;
}
.element-counter .input-group{
    position: relative;
}
.element-counter .form-control{
    border: 1px solid #E3E3E4;
    background: transparent;
}
.element-counter .input-number{
    height: 34px;
    padding: 0 20px 0 8px;
    border-color: #E3E3E4;
    font-size: 16px;
    margin-bottom: 0;
}
.element-counter .btn-number{
    background: #E3E3E4;
    border: none;
    position: absolute;
    width: 16px;
    height: 17px;
    padding: 0;
}
.element-counter .btn-number.btn-plus{
    top: 0;
    right: 0;
}
.element-counter .btn-number.btn-minus{
    bottom: 0;
    right: 0;
}
.element-counter .btn-number.btn-plus span{
    display: inline-block;
    border-bottom: 5px solid #9DA8A5;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 8px;
}
.element-counter .btn-number.btn-minus span{
    display: inline-block;
    border-top: 5px solid #9DA8A5;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: 8px;
}
.element-counter .btn-number:hover:not([disabled="disabled"]){
    background: #CCD3D1;
}
/* /. input counter */

.msoptionsprice-spinner{
    visibility: hidden;
    opacity: 0;
}

/* /. CATALOG */

.content-section{
    font-size: 15px;
    color: #b3b3b3;
}


/* CART */
#msOrder {
    margin-top: 0 !important;
}
.cart-body{
    margin: 10px 0 0;
}
.cart-body .element{
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #EBEBEB;
    position: relative;
}
.cart-body .element-counter{
    display: inline-block;
}
.cart-body .element-price{
    display: inline-block;
}
.cart-body .element-delete {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: red;
    padding: 0;
    border: 0;
    background: transparent;
    z-index: 20;
}
.cart-body .element-delete i{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.cart-body .element-delete:hover i{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cart-body .subelement2{
    padding-left: 120px;
    min-height: 100px;
}
.cart-body .subelement2 .text,
.cart-body .element .element-price,
.cart-body .element .element-counter{
    height: 100px;
}
.cart-body .element .element-img{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 1;
}
.cart-body .element a:hover .element-img{
    opacity: 0.8;
}
.cart-body .element hr{
    margin: 10px 0;
}



@media only screen and (max-width: 767px) {
    .cart-body .element .element-img{
        position:static;
        margin-bottom: 20px;
    }
    .cart-body .subelement2 {
        padding-left: 0;
    }
    .cart-body .subelement2 .text,
    .cart-body .element .element-price,
    .cart-body .element .element-counter{
        height: auto;
    }
}

.order-wrapper #msOrder .error {
    background: #ffd2d2;
    border-color: #ffd2d2 !important;
}

/* /. CART */





/* PRODUCT DETAIL */
.product-detail .jq-selectbox__select{
    height: 40px;
}
.product-detail .jq-selectbox__dropdown{
    top: 37px !important;
}
.product-detail select{
    height: 40px;
}
.product-detail .jq-selectbox__select{
    padding-top: 9px;
}
.product-detail .jq-selectbox__trigger-arrow{
    top: 18px;
}
.product-detail .element-counter .input-number {
    width: 100%;
    height: 41px;
    text-align: center;
}
.product-detail .element-counter .btn-number{
    height: 21px;
}

.product-carousel .slick-prev{
    left: 5px;
}
.product-carousel .slick-next{
    right: 5px;
}
.product-carousel{
    height: 435px;
    overflow: hidden;
}
.product-carousel .item{
    height: 435px;
    line-height: 435px;
}
.product-carousel .item a{
    cursor: zoom-in;
}
.product-carousel .item img{
    max-height: 100%;
}
.product-thumb-carousel{
    text-align: center;
    height: 109px;
    overflow: hidden;
    opacity: 0;
}
.product-thumb-carousel.slick-slider{
    height: auto;
    opacity: 1;
}
.product-thumb-carousel .item{
    float: none;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	position: relative;
	background: #fff;
	padding: 0 5px;
}
.product-thumb-carousel .item .img-wrapper > img{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 1;
}
.product-thumb-carousel .item.slick-current .img-wrapper > img,
.product-thumb-carousel .item:hover .img-wrapper > img{
    opacity: 0.3;
}
.product-thumb-carousel .item svg{
    position: absolute;
    width: 31px;
    height: 29px;
    top:50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    opacity: 0;
}
.product-thumb-carousel .item.slick-current svg{
    opacity: 1;
}


@media(max-width:1399px){
    .product-carousel{
        height: 32vw;
    }
    .product-carousel .item{
        height: 32vw;
        line-height: 32vw;
    }
}
@media(max-width:991px){
    .crop-gallery .product-carousel{
        height: 61.2vw;
    }
    .crop-gallery .product-carousel .item{
        height: 61.2vw;
        line-height: 61.2vw;
    }
    .none-crop-gallery .product-carousel{
        height: 50vw;
    }
    .none-crop-gallery .product-carousel .item{
        height: 50vw;
        line-height: 50vw;
    }
}
.product-carousel.slick-initialized{
    height: auto !important;
}

.price-wrap .old-price{
    font-weight: normal;
    font-size: 18px;
    margin-right: 10px;
    text-decoration: line-through;
    color: red;
}
.product-article{
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
}

@media only screen and (min-width: 992px){
    .product-detail h1{
        font-size: 34px;
    }
}
/* /. PRODUCT DETAIL */
.order-content p{
    font-size: 13px;
    line-height: 2;
    color: #505050;
}
.order-content{
    padding-top: 30px;
}
@media(min-width: 992px){
    .order-content{
        padding-left: 20px;
        padding-top: 0;
    }
}
.getOrderMessage{
    padding: 50px;
    margin-bottom: 5px;
    background: #c1f1be;
}
.id-58 h1{
    display: none;
}
/* FOTORAMA CUSTOM */
.fotorama__thumb{
    border: 1px solid #C7C7C7;
}
.fotorama__thumb-border{
    border-color: #272727 !important;
}
.product-img-wrapper.fotorama__stage{
    margin-bottom: 10px;
}
.fotorama--fullscreen .fotorama__stage{
    border: none;
}
.product-img-wrapper .fotorama__nav{
    text-align: left !important;
}
.fotorama--fullscreen .fotorama__nav{
    text-align: center !important;
}
.fotorama--fullscreen .fotorama__stage .fotorama__img{
    max-height: inherit !important;
    margin-top: 0;
    max-width: inherit !important;
}
.product-img-wrapper .fotorama__wrap--css3 .fotorama__stage .fotorama__img{
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
}
/* /. FOTORAMA CUSTOM */


.props_list {
    width: 100%;
    margin: 0 0 0;
    color: #555;
}
table.props_list {
    border: 0;
    table-layout: fixed;
    border-collapse: collapse;
}
.char_block td {
    text-align: right;
    padding: 2px 0 2px 10px;
    font-size: 13px;
}
.props_list td {
    position: relative;
    vertical-align: bottom;
    font-size: 13px;
    vertical-align: top;
    background: url(../images/dott.png) repeat-x;
    background-position: 0 14px;
    width: 50%;
}
.props_list tr td:first-child {
    text-align: left;
    padding-right: 10px;
    padding-left: 0;
}
.props_list .props_item {
    overflow: hidden;
    text-overflow: ellipsis;
}
.props_list .props_item span {
    background: #fff;
    padding-right: 10px;
}
.nbg.props_list td.char_value {
    text-align: left;
    background: 0 0;
}
.catalog_detail .props_list td.char_value {
    overflow: hidden;
    text-overflow: ellipsis;
}
.catalog_detail .props_list td.char_value span {
    padding: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
    .char_block .props_list table,
    .char_block .props_list tr{
        display: block !important;
        background: #fff;
        width: 100%;
        padding: 0;
    }
    .char_block .props_list td{
        display: inline-block !important;
        background: #fff;
        width: auto;
        padding: 0 !important;
    }
    .char_block .props_list tr{
        margin-bottom: 5px;
        border-bottom: 1px dotted #cfcfcf;
    }
    .props_list .props_item span {
        padding-right: 0;
        font-weight: bold;
    }
    .content{
        font-size: 13px;
        line-height: 1.8;
    }
}

/* BREADCRUMBS */
.breadcrumbs-wrapper{
    margin: -20px 0 30px;
    font-size: 13px;
    font-style: italic;
}
.breadcrumbs-wrapper li {
    display: inline-block;
    margin-right: 25px;
    color: #000;
}
.breadcrumbs-wrapper a{
    position: relative;
}
.breadcrumbs-wrapper a:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 4px;
    right: -16px;
    border-top: 1px solid #FCB000;
    border-right: 1px solid #FCB000;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
@media only screen and (max-width: 767px) {
    .breadcrumbs-wrapper{
        margin: -25px 0 25px;
    }
}
/* /. BREADCRUMBS */

@media only screen and (min-width: 992px){
    .product-detail .row.flex{
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .product-detail .row.flex .product-detail-content{
        height: 100%;
    }
    .product-detail-content{
        padding-left: 30px;
    }
}

.categories > .row{
    margin-right: -1px;
}
.categories > .row > div{
    margin: 0 0 -1px -1px;
}
.categories .element{
    border: 1px solid #f2f2f2;
    padding: 20px 10px 10px;
    transition: all ease .2s;
}
.categories .element:hover{
    border-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.categories .element .img-wrapper{
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin: 0 auto 20px;
}
.categories .element .img-wrapper img{
    max-width: 100%;
    max-height: 100%;
}
.categories .element .title{
    font-weight: bold;
    line-height: 1.2;
    height: 38px;
    overflow: hidden;
    transition: all ease .2s;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}
.categories .element:hover .title{
    color: #FCB000;
}
.shine {
    position: relative;
    overflow: hidden;
}
.shine:before {
    position: absolute;
    top: 0;
    left: -45%;
    z-index: 2;
    display: block;
    content: '';
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.categories .element:hover .shine:before {
    -webkit-animation: shine .5s;
    animation: shine .5s;
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .categories .element .img-wrapper {
        margin: 0 auto 10px;
    }
    .categories .element .title {
        line-height: 1.1;
        height: 26px;
        font-size: 12px;
    }
}

.categories.categories-bg > .row.no-padding{
    margin-left: -10px;
    margin-right: -10px;
}
.categories.categories-bg > .row > div{
    margin: 0;
    padding: 0 10px;
}
.categories.categories-bg .element{
    margin-bottom: 20px;
    border: none;
    height: 260px;
    box-shadow: none;
    overflow: hidden;
}
.categories.categories-bg .element .element-bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.categories.categories-bg .element .element-bg:after{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	background: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.8));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.8));
    background: -o-linear-gradient(top, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.8));
    background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.8));
    background: linear-gradient(top, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.8));
}
.categories.categories-bg .element:hover .element-bg{
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
}
.categories.categories-bg .element .title{
    height:auto;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 30px;
    color: #fff;
    line-height: 1.2;
    padding: 0 15px;
}
@media only screen and (max-width: 767px) {
    .categories.categories-bg .element{
        height: 50vw;
    }
    .categories.categories-bg .element .title{
        bottom: 20px;
    }
}
.jgrowlHide #jGrowl{
    display: none !important;
}
.title_block{
    display: inline-block;
    margin-right: 20px;
}
.title_block + a{
    display: inline-block;
    margin-top: -5px;
}

.search-form-block{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.search-form-block .form-control{
    height: 32px;
    margin-bottom: 0;
    padding-right: 45px;
    width: 300px;
    border-radius: 2px;
}
.search-form-block .search-btn{
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #000;
    line-height: 32px;
    padding: 0 10px;
}
.search-form-block .search-btn:hover{
    color: #FCB000;
}
.search-switch-btn{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #fff;
    color: #000;
    border-radius: 2px;
    padding: 0 4px;
    line-height: 32px;
    position: relative;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    vertical-align: middle;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .search-form-block.xs{
        position: fixed;
        left: 0;
        right: 0;
        z-index: 805;
        padding: 25px 65px 25px 25px;
        background: #fff;
        margin: 0;
        top: -98px;
        -webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	-o-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
    	height: 98px;
    }
    .search-form-block.xs .form-control{
        width: 100%;
        height: 48px;
        padding-right: 55px;
    }
    .search-form-block .search-btn{
        line-height: 48px;
        padding: 0 15px;
    }
    .search-form-block.xs.active{
        top: 0;
    }
    .search-form-block-after{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 802;
        background: rgba(0,0,0,0.8);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	-o-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
    }
    .search-form-block.xs.active + .search-form-block-after{
        visibility: visible;
        opacity: 1;
    }
    .search-form-block-close{
        background: #222 url(../images/close-mask.svg) center center no-repeat;
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        right: 25px;
        top: 50%;
        margin-top: -8px;
    }
}
@media only screen and (max-width: 767px) {
    .search-form-block.xs{
        padding: 15px 45px 15px 15px;
        top: -78px;
    	height: 78px;
    }
    .search-form-block-close{
        right: 15px;
    }
}
/*************************************** customradio */
.customradio{
    position: relative;
    min-height: 24px;
    margin-bottom: 10px;
}
.customradio input[type=radio]{
    position: fixed;  
    top: -100000px;
}
.customradio input[type=radio] + label{
    position: relative;
    padding-left: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 18px;
}
.customradio input[type=radio] + label:before{
    background: url(../images/baseline-radio-button-unchecked-24px.svg) 0 0 no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0px;
}
.customradio input[type=radio]:checked + label:before{
    background: url(../images/baseline-radio-button-checked-24px.svg) 0 0 no-repeat;
    background-size: contain;
}
.customradio label{
    font-size: 14px;
}
.customradio label strong{
    font-weight: 600;
    color: #000;
    font-size: 13px;
}

.customradio.disabled label, 
.customradio.disabled label strong, 
.customradio.disabled label::before{
    cursor: default !important;
    color: #848484;
}

.customradio label + p{
    padding-left: 25px;
    font-size: 13px;
}
.customradio .small{
    color: #8A8A8A;
}
/*************************************** customradio: end */
.content table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    border: 1px solid #E7E7E7;
}
.content table td, 
.content table th {
    padding: 10px;
    border: 1px solid #E7E7E7;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.2;
}
.content table th{
    color: #3E3E3E;
    font-weight: bold;
    background: #F7F7F7;
}
.table-wrapper{
    width: 100%;
    overflow: auto;
}


@media(min-width: 1190px){
    .aside{
        padding-right: 30px;
    }
}
/* ======= ASIDE MENU ======= */

.aside-menu{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #171717;
    padding: 13px 36px 13px 0;
    font-size: 15px;
    background: #fff;
    line-height: 1.3;
    border-top: 1px solid #ededed;
}
.aside-menu > ul > li:last-of-type > a{
    border-bottom: 1px solid #ededed;
}
.aside-menu ul ul a{
    border-top: none;
}
.aside-menu li:hover > a,
.aside-menu .active > a{
    color: #FCB000 !important;
}
.aside-menu ul ul > li:hover > a:before,
.aside-menu ul ul > li.open > a:before,
.aside-menu ul ul > li.active > a:before{
    background: #FCB000;
}
.aside-menu > ul ul{
    display: none;
}
.aside-menu .active > ul{
    display: block;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu > ul .dropdown-button{
    height: 47px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.aside-menu > ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 17px;
    right: 10px;
    border-bottom: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.aside-menu > ul .dropdown-button.active:after{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 21px;
}
.aside-menu > ul ul .dropdown-button{
    height: 36px;
}
.aside-menu ul ul .dropdown-button:after{
    top: 10px;
}
.aside-menu ul ul .dropdown-button.active:after{
    top: 14px;
}

.aside-menu  ul ul a{
    padding: 8px 36px 8px 20px;
    font-weight: normal;
    font-size: 13px;
    position: relative;
}
.aside-menu  ul ul {
    padding-bottom: 18px;
}
.aside-menu  ul ul ul{
    padding-bottom: 0;
}
.aside-menu  ul ul > li > a:before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 13px;
    left: 5px;
    background: #D5D5D5;
}
.aside-menu  ul ul ul a{
    padding: 6px 36px 6px 30px;
}
@media(max-width:991px){
    .aside-menu  ul ul ul a{
        padding: 8px 36px 8px 42px;
    }
    .aside-menu > ul .dropdown-button:after{
        right: 5px;
    }
}
.aside-menu  ul ul ul a:before,
.aside-menu  ul ul ul ul a:before{
    display: none;
}
.aside-menu  ul ul ul ul a{
    padding: 8px 36px 8px 40px;
}
.aside-menu  ul ul ul ul ul a{
    padding: 8px 36px 8px 50px;
}
.aside-menu-title {
    padding: 15px 42px 12px 20px;
    background: #FCB000;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
}
.aside-menu-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.active .aside-menu-title:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}
@media (min-width: 992px) {
    .aside-menu-title{
        padding: 0;
        background: transparent;
        font-weight: bold;
        color: #43474C;
        text-transform: none;
        margin-bottom: 10px;
    }
    .aside-menu-title:after{
        display: none;
    }
}

@media (max-width: 991px) {
    .aside-menu > ul{
        display: none;
        padding: 15px;
    }
    .aside-menu.active > ul{
        display: block;
    }
    .aside{
        border-right: none;
    }
    .aside-menu.active > ul{
        border: 1px solid #EDEDED;
        margin-bottom: 20px;
    }
    .aside-menu > ul > li > a{
        padding-left: 13px;
    }
    .aside-menu > ul > li:first-of-type > a{
        border-top: none;
    }
    .aside-menu > ul > li:last-of-type > a{
        border-bottom: none;
    }
    .aside-menu ul ul a {
        padding-left: 33px;
    }
    .aside-menu ul ul > li > a:before {
        left: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .aside-menu > ul > li.active > a{
        color: #FCB000 !important;
    }
}
/* ======= /. ASIDE MENU ======= */



.mse2_number_inputs .form-control{
    padding: 5px;
}
.mse2_number_inputs .form-group .input-sm{
    width: 100%;
    margin-bottom: 10px;
}
#mse2_sort .sort[data-dir="desc"] span::after {
    content: "↓";
}
#mse2_sort .sort[data-dir="asc"] span::after {
        content: "↑";
}
.sort-block a{
    text-transform: lowercase;
}






/************************* aside-accordeon **************************/
.aside-accordeon> li > ul{
    display: none;
}
.aside-accordeon > li.active ul{
    display: block;
}
.aside-accordeon > li > ul{
    background: #fff;
    padding: 1px 0 10px;
}
.aside-accordeon > li.filter-price > ul {
    padding: 20px 10px 10px 0;
}
.aside-accordeon > li > span{
    display: block;
    padding: 13px 30px 13px 0;
    border-bottom: 1px solid #ededed;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}
.aside-accordeon > li > span:after{
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    margin-top: -7px;
    top: 27px;
    right: 10px;
    border-left: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.aside-accordeon > li.active > span:after{
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 31px;
}
.aside-accordeon > li > .title .switch{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    z-index: 9;   
}
.aside-accordeon fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.aside-accordeon .filter-price fieldset {
    padding: 0 !important;
}
.aside-accordeon fieldset.boolean > div:last-of-type{
    display: none !important;
}
.aside-accordeon figure{
    max-height: 170px !important;
    color: #303030;
    overflow: auto;
}
.aside-accordeon .filter-price figure{
    overflow: visible;
}
.aside-accordeon li > figure > .jspContainer .jspVerticalBar {
    right: 10px;
    width: 7px;
    background: #d5d5d5;
}
.aside-accordeon > li.active > ul{
    border-bottom: 1px solid #ededed;
}
.aside-accordeon > li.active > span{
    border-bottom-color: transparent;
}
.aside-filters-title {
    padding: 15px 42px 15px 15px;
    background: #000;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}
.aside-filters-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.active .aside-filters-title:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}
.aside-filters-block{
    margin: 0 0 30px;
}
@media(max-width: 991px){
    .aside-filters-block{
        margin: 0 0 50px;
    }
    .aside-filters-block-inner {
        display: none;
        padding: 15px;
        border: 1px solid #ededed;
    }
    .aside-filters-block.active .aside-filters-block-inner {
        display: block;
    }
    .aside-accordeon > li > span:after{
        right: 5px;
    }
}

.form-group{
    position: relative;
}
.filter-customcheck{
    position: relative;
    margin-bottom: 10px;
}
.filter-customcheck input[type=checkbox]{
    position: fixed;  
    top: -100000px;
}
.filter-customcheck input[type=checkbox] + label{
    position: relative;
    padding-left: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 2px;
    /* vertical-align: middle; */
}
.filter-customcheck input[type=checkbox] + label:before{
    background: url(../images/check-empty.svg) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 4px;
    left: 0px;
}
.filter-customcheck input[type=checkbox]:checked + label:before{
	background: url(../images/checked.svg) 0 0 no-repeat;
}
.filter-customcheck input[value="0"] + label{
    display: none;
}
/************************* end aside-accordeon **************************/

/* ui slider*/
.aside-filters-block .ui-slider{
    border: none !important;
    height: 6px;
    background: #E9E9E9;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    margin: 10px auto 20px;
    padding: 0;
    right: -4px;
}
.aside-filters-block .ui-slider-range{
    background: #c1c1c1;
    border-radius: 0 !important;
}
.aside-filters-block .ui-slider-handle{
    width: 14px !important;
    height: 14px !important;
    margin-top: 0px !important;
    background: #fff !important;
    cursor: pointer !important;
    border: 1px solid #2e2e2e !important;
}
.aside-filters-block .ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
}
.aside-filters-block .ui-corner-all, 
.aside-filters-block .ui-corner-top, 
.aside-filters-block .ui-corner-right, 
.aside-filters-block .ui-corner-tr{
    border-radius: 0 !important;
}
.aside-filters-block .ui-slider-handle.ui-state-default.ui-corner-all{
    border-radius: 2px !important;
    background: #FCB000 !important;
    border-color: #FCB000 !important; 
    top: -4px;
    opacity: 1 !important;
}

/*./ ui slider*/
.reset-filters-btn{
    border: none;
    padding: 0;
    background: transparent;
    color: #000;
}
.reset-filters-btn:hover{
    color: #D12C1C;
}
.reset-filters-btn img{
    margin-top: -3px;
}
.reset-filters-btn.hidden{
    display: none;
}
.reset-filters-btn{
    margin-top: 20px;
}
.mse2_number_inputs{
    overflow: hidden;
    margin: 0 -12px 0 0;
}
.mse2_number_inputs .form-control{
    height: 32px;
}
.aside-filters-block #mse2_filters .mse2_number_slider {
    margin-bottom: 15px;
    margin-right: -2px;
}
.row.no-padding.rows#mse2_results{
    padding: 0 30px 30px;
}
#mse2_results{
    margin-bottom: 0 !important;
}
.aside-filters-block .jspContainer{
    margin-bottom: 10px;
    max-height: 160px;
}
.brands-carousel-wrapper{
    margin: 0 -25px;
}
.brands-carousel{
    height: 80px;
    overflow: hidden;
}
.brands-carousel.slick-slider{
    height:auto;
}
.brands-section .item{
    padding: 0 25px;
    height: 80px;
}
.brands-section .item img{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    opacity: 1;
}
.brands-section .item:hover img{
    -webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	opacity: 0.6;
}
@media only screen and (max-width: 1189px) {
    .brands-carousel-wrapper{
        margin: 0 -15px;
    }
    .brands-section .item{
        padding: 0 15px;
    }
}
.catalog .block-header-title{
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.catalog-carousel{
    height: 392px;
    overflow: hidden;
    opacity: 0;
}
.catalog-carousel.slick-slider{
    height:auto;
    opacity: 1;
    overflow: inherit;
}
.catalog-carousel .slick-next,
.catalog-carousel .slick-prev{
    width: 36px;
    height: 36px;
}
.catalog-carousel .slick-prev i, 
.catalog-carousel .slick-next i {
    line-height: 36px;
}
.catalog-carousel .slick-next{
    top: -76px;
    margin: 0;
    right: 10px;
}
.catalog-carousel .slick-prev{
    top: -76px;
    margin: 0;
    right: 52px;
    left: auto;
}
.catalog .catalog-carousel .element .product-info-btn{
    display: none;
}
.catalog .catalog-carousel .element .title{
    padding-right: 0;
}

@media (max-width: 1189px){
    .catalog .catalog-carousel .element .img-wrapper {
        height: 19vw;
    }
}
@media (max-width: 991px){
    .catalog .catalog-carousel .element .img-wrapper {
        height: 21vw;
    }
}
@media (max-width: 900px){
    .catalog .catalog-carousel .element .img-wrapper {
        height: 23vw;
    }
}
@media (max-width: 850px){
    .catalog .catalog-carousel .element .img-wrapper {
        height: 24vw;
    }
}
@media (max-width: 800px){
    .catalog .catalog-carousel .element .img-wrapper {
        height: 26vw;
    }
}
@media (max-width: 750px){
    .catalog .catalog-carousel .element .img-wrapper {
        height: auto;
    }
}
.banners-carousel-wrapper{
    margin: 0 -10px;
}
.banners-carousel{
    height: 360px;
    overflow: hidden;
    opacity: 0;
}
.banners-carousel.slick-slider{
    opacity: 1;
    height: auto;
    overflow: inherit;
}
.banners-carousel .element{
    padding: 0 10px 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.banners-carousel .element:hover{
    opacity: 0.8;
}

/* YANDEX MAP */
#yandex_map{
    height:450px;
}

@media only screen and (max-width: 767px) {
    #yandex_map{
        height:350px;
    }
}

#yandex_map .ymaps-2-1-31-balloon{
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    border-radius: 3px;
    padding: 12px;
    font-size: 16px;
    line-height: 1.5;
    margin-top: -25px;
}
#yandex_map .ymaps-2-1-31-balloon__tail{
    box-shadow: none;
}
#yandex_map .ymaps-2-1-31-balloon-content__header{
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 22px;
    text-shadow: none;
    color: #000;
    margin-right: 20px;
    line-height: 1.2;
}
#yandex_map .schedule-row{
    font-size: 15px;
    margin-bottom: 5px;
}
#yandex_map .schedule-row > span{
    display: inline-block;
    width: 50px;
    margin-right: 20px;
}
#yandex_map .schedule-row > span > span{
    display: inline-block;
    color: #fff;
    background: #FCB000;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 7px;
    text-transform: uppercase;
    line-height: 1.3;
}
#yandex_map .schedule-row > span > span.output{
    background: #d50e14;
}
#yandex_map .placemark-text-title{
    font-size: 14px;
    color: #000;
    margin: 14px 0 5px;
    font-weight: 600;
}
#yandex_map .placemark-text{
    font-size: 15px;
    color: #87898C;
}

.map-list{
    width: 1030px;
    margin: auto;
    max-width: 100%;
}
.map-list-element{
    border-top: 1px solid #EDEDEE;
    padding: 25px 0;
}
.map-list-element > .title{
    margin-bottom: 25px;
    font-size: 20px;
}
.map-list-element .img-wrapper{
    margin-bottom: 30px;
}
.map-list-element .img-wrapper img{
    width: 100%;
}
.map-button{
    display: block;
    text-decoration: none;
    padding: 15px;
    position: relative;
    border: 1px solid #E5E5E5;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.map-button span{
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.map-button:hover{
    background-color: #F1F2F3;
    border-color: #F1F2F3;
}
.map-list-schedule{
    margin-bottom: 30px;
}
.map-list-schedule .title{
    margin-bottom: 7px;
    color: #000;
}
.map-list-schedule-element{
    margin-right: 20px;
}
.map-list-schedule-element span{
    display: block;
    margin: 5px 10px 0 0;
    float: left;
}
.map-list-schedule-element span b{
    display: block;
    color: #fff;
    background: #FCB000;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 5px;
    text-transform: uppercase;
}
.map-list-schedule-element span.output b{
    background: #d50e14;
}
.map-list-services{
    margin-bottom: 30px;
}
.map-list-services .title{
    margin-bottom: 7px;
    color: #000;
}
.trans-info{
    margin-bottom: 35px;
}
.trans-info-element{
    padding-left: 60px;
    margin-right: 45px;
    min-height: 37px;
    padding-top: 6px;
}
.trans-info-element.element1{
    background: url(../images/metro-icon.png) 0 0 no-repeat;
    background-size: 50px 36px;
}
.trans-info-element.element2{
    background: url(../images/bus.png) 0 0 no-repeat;
    background-size: 50px 36px;
    margin-right: 0;
}
.map-list-element-description .title{
    margin-bottom: 7px;
    color: #000;
}
@media only screen and (max-width: 767px) {
    .trans-info-element.element1{
        margin-bottom: 15px;
    }
}
/* /. YANDEX MAP */



/* BLOG */
.blog-list__wrapper {
    margin: 0 -15px;
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.blog-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 40px;
    overflow: hidden;
}
.blog-item__img {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.blog-item__title{
    color: #000;
    font-size: 17px;
    line-height: 1.2em;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1.2px;
    font-weight: bold;
    text-transform: uppercase;
}
.blog-list__item:hover .blog-item__img{
    opacity: 0.8;
}
.blog-list__item:hover .blog-item__title{
    color: #FCB000;
}
.blog-item__text {
    max-height: 80px;
    overflow: hidden;
    color: #000;
    font-size: 13px;
    line-height: 1.5;
}
@media only screen and (max-width: 1189px) {
    .blog-list__item {
        width: 33.33333%;
    }
    .index-template .blog-list__wrapper > div:nth-of-type(4){
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .blog-list__item {
        width: 50%;
    }
    .blog-item__title{
        font-size: 16px;
    }
    .index-template .blog-list__wrapper > div:nth-of-type(4){
        display: flex;
    }
}
@media only screen and (max-width: 600px) {
    .blog-list__item {
        width: 100%;
    }
}
/* /. BLOG */












/**************************************************   MEDIA QUERIS   *****************************************************/

@media only screen and (max-width: 1189px) {

}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {

}



@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px){

}
@media only screen and (min-width: 1190px) {

}


/*******************************************     CUSTOM ******************************************************************/

.table.attrbutes tbody tr:first-child td {
    border: none;
    width: 30%;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: middle;
    text-align: left!important;
    border-top: 1px solid #eee;
}

.table.attrbutes tbody tr td {
    border-color: #eee;
}

.table.attrbutes thead tr td {
    background-color: #e8e8e8;
    font-weight: bold!important;
    font-size: 16px!important;
}


