@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-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;
}
html, body {
    height: 100% !important;
}
.main-wrapper{
    min-height: 100%;
    height: auto;
    margin: 0 auto -180px;
}
.footer{
    background: #191921;
    min-height: 180px;
}
.footer-push{
    height: 180px;
}
body{
    font-size: 16px;
    line-height: 1.6;
    color: #97979b;
    overflow-x: hidden;
    font-family: 'ProximaNova';
    background: #191921;
}

.introtext_main{
    font-size: 16px;
    line-height: 1.6;
    color: #E0AD47;
    overflow-x: hidden;
    font-family: 'ProximaNova';
    background: #191921;
}
.content ul,
.content ol{
    margin-bottom: 15px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 15px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 9px;
    left: 0;
    background: #e0ad47;
    border-radius: 50%;
}
.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: 48px;
    line-height: 1.2;
    margin-bottom: 0.8em;
}
h2,
.title-h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 0.8em;
}
h3{
    font-weight: 900;
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 0.6em;
}
h4{
    font-weight: 900;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 0.6em;
}
h5{
    font-weight: 900;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 0.6em;
}
h6{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1189px) {
    h1,
    .title-h1{
        font-size: 50px;
    }
    h2,
    .title-h2{
        font-size: 38px;
    }
    .pagetitle h1{
        font-size: 38px;
    }
    h3, h4{
        font-size: 30px;
    }
}
@media only screen and (max-width: 991px) {
    h1,
    .title-h1{
        font-size: 46px;
    }
    h2,
    .title-h2{
        font-size: 34px;
    }
    h3, h4{
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    h1,
    .title-h1{
        font-size: 34px;
    }
    .pagetitle h1{
        font-size: 30px;
    }
    h2,
    .title-h2{
        font-size: 24px;
    }
    h3, h4, h5{
        font-size: 24px;
    }
}

blockquote{
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    font-size: 16px;
    border-left: 3px solid #E0AD47;
}
a{
    color: #E0AD47;
    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: #fff;
}
a:focus{
    outline: none;
}
a.invert{
    color: #fff;
}
a.invert:hover{
    color: #E0AD47;
}
hr{
    border-color: rgba(255,255,255,0.1);
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #000;
    background: #E0AD47;
    font-size: 20px;
    padding: 14px 45px;
    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: 1px solid #E0AD47;
    border-radius: 5px;
    font-weight: bold;
}
.btn:hover{
    background: transparent;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    color: #E0AD47;
}
.btn.block{
    display: block;
    width: 100%;
}
.btn.min{
    padding: 10px 25px;
    font-size: 16px;
}
.btn.invert{
    background:#C62F27;
    color: #fff;
}
.btn.invert:hover{
    background: #E0AD47;
    color: #fff;
}
.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: #c5c5c5;
}
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;
}
: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{
  opacity:0;
}
.visible{
    opacity:1;
}
.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: #C62F27 !important;
    top: 0 !important;
    right: 0px !important;
    width: 40px !important;
    height: 40px !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: -40px !important;
    right: -40px !important;
    width: 40px !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: 40px;
    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: 20px;
}
.fancybox-prev span {
    background: rgba(0,0,0,0.4);
    width: 40px;
    height: 40px;
    margin-top: -20px;
    left: 20px;
}
.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: 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;
    width: 22px;
    height: 3px;
    margin: 0 6px 0;
    cursor: pointer;
    position: relative;
    background: rgba(255,255,255,0.5);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.slick-dots li.slick-active{
    background: #e0ad47;
}
.slick-prev, 
.slick-next {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
    border-radius: 5px;
    -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.3);
}
.slick-prev{
    left: -25px;
}
.slick-next{
    left: auto;
    right: -25px;
}
.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: #E0AD47;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(0,0,0,0.08);
}
/****************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: #E0AD47;
    }
    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;
    border-radius: 5px;
    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: #E0AD47;
    font-size: 32px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#up:hover{
    background-color: #2C2C2C;
}
#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;
}
.agreement input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement i{
    vertical-align: middle;
    margin-top: -3px;
}
.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: 30px 0 0;
    text-align: left;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.pagination a,
.pagination li > span{
    font-size: 16px;
    font-weight: bold;
    color: #8c8c90;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    background: #222331;
    border-radius: 5px;
    margin: 0 5px 5px;
}
.pagination a:hover{
    color: #fff;
}
.pagination .active a{
    background: #FEB013;
    color: #000;
}
.pagination li:first-of-type > span,
.pagination li:first-of-type > a{
    margin-left: 0;
}
/* /. PAGINATION */


.mobile-menu {
    position: fixed;
    top: 0;
    right: -470px;
    background: #222331;
    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(34,35,49,0.8);
    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: 45px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    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: 19px;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #C5C5C5;
    padding: 13px 20px 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.mobile-menu > div > ul > li.active > a{
    background: #E0AD47;
    color: #312f2f;
}
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #383838;
}
.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div ul ul ul a{
    display: block;
    font-size: 15px;
    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: 10px 10px 10px 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: 17px;
    left: 20px;
    width: 5px;
    height: 3px;
    background: #EF2B32;
}
.mobile-menu > div ul ul ul a{
    padding: 6px 10px 6px 45px;
    font-size: 13px;
}
.mobile-menu > div ul ul ul a:before{
    left: 34px;
    top: 12px;
}
.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: 16px;
}
.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: 500;
        opacity: 1;
    }
}
@media only screen and (max-width: 440px) {
    .mobile-menu{
        width: 100%;
    }
}
/************* /. mobile-menu **************/

.modal {
    display: none;
    width: 460px;
    max-width: 100%;
    background: #fff;
    padding: 35px 25px 25px;
}
.modal.big-modal{
    width: 600px;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}


/* HEADER */

.header-top{
    background: #222331;
    position: relative;
    z-index: 100;
    color: #c5c5c5;
    border-bottom: 1px solid #272838;
}
.header-top .inner{
    height: 48px;
}
.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: #c5c5c5;
    font-size: 16px;
    margin-right: 4px;
}
.header-tel{
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    padding-left: 40px;
}
.header-tel a{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 18px;
}
.header-tel a:hover{
    color: #fff;
}
.header-tel .pulse{
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 30px;
    color: #272727;
    border: none;
    font-size: 14px;
    box-shadow: 0 0 0 0 #38b122;
    border-radius: 50%;
    background-color: #2dc71b;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 13px rgba(239,188,30, 0);}} 
@-moz-keyframes pulse {to {box-shadow: 0 0 0 13px rgba(239,188,30, 0);}} 
@-ms-keyframes pulse {to {box-shadow: 0 0 0 13px rgba(239,188,30, 0);}} 
@keyframes pulse {to {box-shadow: 0 0 0 13px rgba(239,188,30, 0);}}





.header-bottom{
    position: relative;
    height: 80px;
    background: #222331;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
@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%;
}
.header-bottom-bar{
    height: 100%;
}
.header-search-btn{
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    cursor: pointer;
    margin-right: 3px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.header-search-btn:hover{
    color: #E0AD47;
    border-color: #E0AD47;
}
.header-cart{
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    display: inline-block;
    height: 35px;
    text-align: center;
    line-height: 33px;
    color: #c5c5c5;
    padding: 0 8px;
    width: 70px;
    overflow: hidden;
    vertical-align: top;
}
.header-cart svg{
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: -2px 4px 0 0;
}
@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: none !important;
    }
    .header-tel {
        height: auto;
        position: relative;
        text-align: left;
        margin-top: 10px;
    }
    .header-cart{
        width: auto;
    }
    .logo img{
        max-width: 150px;
    }
    .header-bottom{
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 800;
    }
    .header-bottom:before{
        display: none;
    }
    .header-bottom + .header-bottom-push{
        height: 0 !important;
    }
    .header-top-push{
        height: 60px;
    }
}


/** top-menu **/
.top-menu-wrapper{
    height: 100%;
}
.top-menu{
    margin-right: 30px;
}
.top-menu > ul > li{
    display: inline-block;
    padding: 0 15px;
    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:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    right: -2px;
    border-radius: 100%;
    background: #E0AD47;
}
.top-menu > ul > li:last-of-type:after{
    display: none;
}
.top-menu > ul > li > a{
    color: #c5c5c5;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
}
.top-menu > ul > li.active > a,
.top-menu > ul > li > a:hover{
    color: #E0AD47;
}

/* 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;
    border: 1px solid #c5c5c5;
    position: relative;
    border-radius: 4px;
    vertical-align: top;
    right: 0;
    top: 0;
    margin-left: 3px;
}
.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: #c5c5c5;
    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: #c5c5c5;
    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: #c5c5c5;
}
.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: 16px;
}
/* mob-menu-btn end */


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

/* /. HEADER */



/* TOP SLIDER */
.top-slider-wrapper{
    margin-bottom: 10px;
}
.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: #222331;
}
.slide-pattern{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.top-slider .slick-list{
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 5px;
}
.top-slider .element{
    border-radius: 10px;
    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;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}
.top-slider .text{
    margin: 10px 0 20px;
    font-size: 18px;
}
.top-slider .slick-dots{
    position: absolute;
}
@media(min-width: 1190px) {
    .top-slider{
        height: 400px;
    }
    .top-slider .element-img{
        height: 400px;
    }
    .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%;
    }
}
/* /. TOP SLIDER */



/* STYLER */
select{
    height: 34px;
    padding: 6px 24px 5px 15px;
    border: 1px solid #565A79;
    border-radius: 3px;
    color: #565A79;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto';
    background: #222331;
}
.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 #565A79;
    border-radius: 3px;
    color: #565A79;
    text-shadow: none;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto';
    background: #222331;
}
.jq-selectbox__select:hover{
    border-color: #565A79;
    background: #222331;
}
.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);
}
.jq-selectbox__select:active {
    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: 0 4px 5px rgba(0,0,0,0.3);
    max-height: 260px;
    overflow: hidden;
    padding: 0 0 10px !important;
    border: none;
    border-radius: 0 3px 3px 3px;
    background: #222331;
}
.jq-selectbox ul {
    max-height: 230px !important;
}
.jq-selectbox li {
    padding: 0px 15px;
    color: rgb(86 90 121);
    font-size: 14px;
    font-family: Roboto;
    margin: 12px 0px;
    white-space: normal !important;
}
.jq-selectbox li:hover {
    color: #fff;
    background: transparent;
}
.jq-selectbox li.sel {
    color: #fff;
    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: #222331;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    margin-bottom: 20px;
    color: #fff;
    -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{
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.catalog .element .inner{
    border-radius: 5px;
    overflow: hidden;
}
.catalog .element .img-wrapper{
    height: 270px;
    overflow: hidden;
    text-align: center;
    background: #000;
    position: relative;
}
.catalog .element .img-wrapper img{
    max-height: 100%;
}
.catalog .element .element-content{
    padding: 15px 20px 0;
}
.catalog .element .title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 15px;
    height: 44px;
    overflow: hidden;
    position: relative;
    padding-right: 30px;
    color: #e0ad47;
}
.catalog .element .product-info-btn{
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 2px;
    color: #ccc;
    font-size: 14px;
    font-weight: normal;
    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: 10;
}
.catalog .element .product-info-btn:hover,
.catalog .element .product-info-btn.active{
    border-color: #E0AD47;
    color: #E0AD47;
}
.catalog .element .element-bottom{
    padding: 0 20px 15px;
    position: relative;
    z-index: 10;
}
.catalog .element .element-options{
    height: 36px;
}
.catalog .element .element-weight,
.product-weight{
    position: absolute;
    left: 0;
    top: 20px;
    background: #E0AD47;
    padding: 3px 10px 1px 20px;
    border-radius: 0 5px 5px 0;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    z-index: 3;
}
.product-detail-content .product-weight{
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    top: -10px;
    display: inline-block;
    padding: 0;
    background-color: transparent;
    color: #E0AD47;
    font-size: 18px;
}
.catalog .element .element-oldprice{
    height: 20px;
    margin-bottom: 2px;
    color: #BFC5C7;
    text-decoration: line-through;
}
.catalog .element .element-price{
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}
.catalog .element .element-price.color-red{
    color: #FC5F44;
}
.catalog .cart-btn{
    display: inline-block;
    color: #222331;
    background: #565a79;
    font-size: 20px;
    width: 50px;
    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;
    border-radius: 5px;
    margin: 0 0 5px 5px;
}
.catalog .cart-btn i{
    margin-left: -2px;
}
.catalog .cart-btn:hover{
    background: #E0AD47;
    color: #000;
}
.catalog .element .element-text{
    position: absolute;
    background: #e0ad47;
    color: #222331;
    padding: 20px;
    border-radius: 5px;
    top: 345px;
    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: 325px;
    visibility: visible;
    opacity: 1;
}
.catalog .element .element-text .f16{
    line-height: 1.3;
}
.catalog .element .element-text:before{
    content:"";
    display: block;
    position: absolute;
    top: -8px;
    right: 22px;
    border-bottom: 8px solid #e0ad47;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

/* input counter */
.element-counter{
    display: inline-block;
    vertical-align: top;
}
.element-counter .input-group{
    position: relative;
    border-radius: 5px;
}
.element-counter .form-control{
    border: 1px solid #E3E3E4;
    background: transparent;
}
.element-counter .input-number{
    width: 55px;
    height: 40px;
    padding: 0 20px 0 8px;
    border-radius: 5px;
    border-color: #565a79;
    font-size: 16px;
    margin-bottom: 0;
}
.element-counter .btn-number{
    background: #565a79;
    border: none;
    position: absolute;
    width: 16px;
    height: 20px;
    padding: 0;
}
.element-counter .btn-number.btn-plus{
    top: 0;
    right: 0;
    border-radius: 0 5px 0 0;
}
.element-counter .btn-number.btn-minus{
    bottom: 0;
    right: 0;
    border-radius: 0 0 5px 0;
}
.element-counter .btn-number.btn-plus span{
    display: inline-block;
    border-bottom: 5px solid #222331;
    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 #222331;
    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: #9ea0b0;
}
/* /. input counter */

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

/* /. CATALOG */




.content-section{
    background: #222331;
    font-size: 15px;
    color: #97979B;
}


/* FOOTER */
.footer-inner{
    min-height: 180px;
    padding-top: 32px;
    font-size: 14px;
}
.footer-top{
    padding-bottom: 20px;
    margin-bottom: 27px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-menu li{
    display: inline-block;
    margin-right: 15px;
}
.footer-menu li:last-of-type{
    margin-right: 0;
}
.footer a{
    color: #ccc;
}
.footer a:hover,
.footer .active a{
    color: #E0AD47;
}
.payments i{
    color: #ccc;
    margin-left: 2px;
}
@media(max-width:991px){
    .footer-inner{
        padding-bottom: 30px;
    }
}
.social-links a {
	margin: 0 2px 2px;
	display: inline-block;
	transition: all 200ms ease-out 0s;
	border: 1px solid #fff;
	color: #fff;
	width: 34px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	opacity: 0.5;
	border-radius: 5px;
}

.social-links a:hover {
	opacity: 1;
	color: #fff;
}
/* /. FOOTER */


/* OTHER */
.base-template .content{
    background: #222331;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
@media(max-width:767px){
    .base-template .content{
        padding: 20px;
        font-size: 14px;
    }
}

.payments .element{
    margin-bottom: 30px;
    padding-left: 150px;
    min-height: 122px;
    padding-top: 10px;
}
.payments .element .img-wrapper{
    width: 122px;
    position: absolute;
    top: 0;
    left: 0;
}
.payments .element .title{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .payments .element{
        padding-left: 100px;
        padding-top: 0;
    }
    .payments .element .img-wrapper{
        width: 72px;
    }
}
/* /. OTHER */



/* NEWS LIST */
.news-list .element{
    background: #222331;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    margin-bottom: 20px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	border-radius: 5px;
	overflow: hidden;
}
.news-list .element:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.news-list .element .img-wrapper{
    height: 160px;
    overflow: hidden;
}
.news-list .element-content{
    padding: 25px;
}
.news-list .element .title{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.news-list .element:hover .title{
    color: #e0ad47;
}
.news-list .element .text{
    color: #878686;
    font-size: 14px;
    height: 66px;
    overflow: hidden;
}
.back-link{
    margin: -15px 0 30px;
}
.back-link a {
    color: #fff;
    text-transform: uppercase;
}
.back-link a:hover{
    color: #E0AD47;
}
.back-link i {
    vertical-align: middle;
    margin-top: -4px;
}

@media only screen and (max-width: 1189px) {
    .news-list .element .img-wrapper {
        height: 14vw;
    }
    .news-list .element-content{
        padding: 20px;
    }
    .news-list .element .text{
        height: 60px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 991px) {
    .news-list .element .img-wrapper {
        height: 21vw;
    }
    .index-template .news-list > .row > div:last-of-type{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .news-list .element .img-wrapper,
    .news-list .element .title,
    .news-list .element .text{
        height: auto;
    }
}
.news-list > .row > hr:nth-of-type(2n){
    clear: both;
}
@media only screen and (min-width: 992px){
    .news-list > .row > hr:nth-of-type(2n){
        clear: none;
    }
    .news-list > .row > hr:nth-of-type(3n){
        clear: both;
    }
}
/* /. NEWS LIST */


/* CART */
#msOrder {
    margin-top: 0 !important;
}
.cart-body{
    margin: 10px 0 0;
}
.cart-body .element{
    background: #191921;
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px;
}
.cart-body .element-counter{
    display: inline-block;
}
.cart-body .element-price{
    display: inline-block;
    color: #c5c5c5;
}
.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;
	border-radius: 4px;
}
.cart-body .element a:hover .element-img{
    opacity: 0.8;
}
.cart-body .element hr{
    margin: 10px 0;
}
#msCart .old_price{
    color: #C5C5C5 !important;
    font-style: normal !important;
}
.color-red{
    color: #FC5F44;
}


@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 .material-icons {
    vertical-align: middle;
    margin-top: -3px;
}
.order-wrapper #msOrder .error {
    border: 2px solid brown !important;
}
.price-wrap .price.red-color{
    color: #FC5F44;
    margin-right: 20px;
}
.old-price{
    text-decoration: line-through;
}
/* /. CART */





/* PRODUCT DETAIL */
.product-detail{
    background: #222331;
    padding: 50px 30px 50px 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.product-detail-content{
    padding-top: 30px;
}
.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;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow{
    top: 13px;
}
.product-detail .element-counter .input-number {
    width: 65px;
    height: 48px;
}
.product-detail .element-counter .btn-number{
    height: 24px;
}
.product-carousel{
    max-height: 570px;
    overflow: hidden;
    text-align: center;
}
.product-carousel .item a{
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
}
.product-carousel .slick-prev{
    left: 5px;
}
.product-carousel .slick-next{
    right: 5px;
}
@media only screen and (min-width: 992px){
    .product-detail h1{
        font-size: 40px;
    }
}
@media only screen and (max-width: 991px){
    .product-img-wrapper{
        margin-right: 0;
    }
}
/* /. PRODUCT DETAIL */
.order-content p{
    font-size: 13px;
    line-height: 2;
}
.getOrderMessage{
    padding: 50px;
    margin-bottom: 5px;
    border-radius: 5px;
    background: #c1f1be;
}
.id-58 h1{
    display: none;
}


/* ======= custom check and radio order-wrapper ======= */
.order-wrapper .checkbox label{
    padding-left: 38px;
    position: relative;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
}
.order-wrapper .checkbox label input{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.order-wrapper .checkbox label > div{
    position: absolute;
    left: 5px;
    top: 0;
    width: 22px;
    height: 22px;
    display: block;
    background: #222331;
    border: 2px solid #97979b;
    transition: 300ms all;
    border-radius: 2px;
}
.order-wrapper .checkbox label > div.radio{
    border-radius: 100%;
}
.order-wrapper .checkbox label > div.radio:before{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    background-color: #97979b;
    border-radius: 100px;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.order-wrapper .checkbox input:checked + .radio{
    border-color: #97979b;
    background-color: #222331;
}
.order-wrapper #msOrder .radio{
    min-height: 1px;
}
.order-wrapper .checkbox input:checked + .radio:before{
    opacity: 1;
    transform: scale(0.5);
}
.order-wrapper .checkboxsquare svg {
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.order-wrapper .checkbox input:checked + .checkboxsquare{
    border-color: #414141;
    background-color: #414141;
}
.checkbox input:checked + .checkboxsquare svg{
    opacity: 1;
    transform: scale(1);
}
.order-wrapper .order-wrapper #msOrder .radio{
    min-height: 1px;
}
.order-wrapper input[type="checkbox"].error + div + span{
    color: red;
}
.order-wrapper .checkbox input:checked.error + div + span{
    color: #444444;
}
.order-wrapper .checkbox p.small{
    padding-left: 38px;
    font-size: 14px;
    color: #e0ad47;
}
/* ======= /. custom check and radio ======= */

.dop-top-menu{
    padding: 10px 0 0;
}
.dop-top-menu li{
    display: inline-block;
    margin-right: 15px;
}
.dop-top-menu li:last-of-type{
    margin-right: 0;
}
.dop-top-menu a {
    color: #ccc;
    font-size: 14px;
}
.dop-top-menu a:hover,
.dop-top-menu .active > a{
    color: #E0AD47;
}

@media(max-width: 1189px){
    .dop-top-menu{
        display: none;
    }
}

.mobile-menu > div > ul + ul > li:first-of-type{
    border-top: none;
}













