/*
    font-family: 'proxima', sans-serif;
    font-family: 'Forum', cursive;
*/

/*=============================== COMMON STYLE BEGIN ===============================*/
i.material-icons{
    vertical-align: middle;
    margin-top: -2px;
}
@font-face {
    font-family: 'proxima';
    src:url('../fonts/ProximaNova-Light.otf'),
        url('../fonts/ProximaNova-Light.woff2');
        font-weight: 100;
        font-style: normal;
}
@font-face {
    font-family: 'proxima';
    src:url('../fonts/ProximaNova-Regular.otf'),
        url('../fonts/ProximaNova-Regular.woff'),
        url('../fonts/ProximaNova-Regular.woff2');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'proxima';
    src:url('../fonts/ProximaNova-Bold.otf'),
        url('../fonts/ProximaNova-Bold.woff2');
        font-weight: bold;
        font-style: normal;
}
html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
body{
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    overflow-x: hidden;
    font-family: 'proxima', sans-serif;
}
.main-wrapper{
    min-height: 100%;
    margin: 0 0 -180px 0;
    position: relative;
}
.footer-push{
    height: 180px;
}
.footer-wrapper{
    min-height: 180px;
    background: #07070B;
}
.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;
}
.push110{
    height: 110px;
}
.push120{
    height: 120px;
}
.push130{
    height: 130px;
}
.push140{
    height: 140px;
}
.push150{
    height: 150px;
}
.push200{
    height: 200px;
}
.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;
}
.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;
}

h1,
.title-h1{
    font-family: 'Forum', cursive;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 30px;
    position: relative;
}
h1.line span,
.title-h1.line span{
    background: #fff;
    padding: 0 40px;
    position: relative;
    z-index: 5;
}
h1.line:after,
.title-h1.line:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background: #C2C2C7;
}

h2,
.title-h2{
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'Forum', cursive;
}
h3,
.title-h3{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'Forum', cursive;
}
h4,
.title-h4{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'Forum', cursive;
}
h5, .title-h5 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
}
h6, .title-h6 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}



ul.list,
ol.list,
.content ul,
.content ol{
    margin-bottom: 30px;
}
ol.list,
.content ol{
    list-style: inside decimal;
    margin-left: -16px;
}
ol.list li > ol,
ol.list li > ul,
.content ol li > ol,
.content ol li > ul{
    padding-left: 16px !important;
}
ul.list > li,
ol.list > li,
.content ul > li,
.content ol > li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
ul.list > li:before,
.content ul > li:before{
    content: "\f219";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    font-family: FontAwesome;
    color: #935FC7;
    font-size: 13px;
}

ol.list ol,
.content ol{
    margin-bottom: 20px;
    margin-left: 16px;
}
ul.list ul,
ol.list ul,
.content ul ul,
.content ol ul{
    padding-top: 20px;
    margin-bottom: 20px;
}
blockquote {
    position: relative;
    margin: 30px 0;
    padding: 2px 0 5px 20px;
    border-left: 1px solid #935FC7;
    text-align: left;
    color: #5F5F5F;
    font-size: 14px;
    font-style: italic;
}


@media only screen and (max-width: 991px) {
    h1,
    .title-h1{
        font-size: 50px;
        margin-bottom: 20px;
    }
    h1.line:after,
    .title-h1.line:after{
        display: none;
    }
    h1.line span,
    .title-h1.line span{
        padding: 0;
    }
}
@media only screen and (max-width: 767px){
    h1,
    .title-h1{
        font-size: 36px;
    }
}
p{
    margin-bottom: 20px;
}
a{
    color: #935FC7;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    text-decoration: underline;
}
a:hover{
    color: #000;
    text-decoration: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}
a.invert{
    color: #000;
}
a.invert:hover{
    color: #935FC7;
}
strong,
b, 
.bold{
    font-weight: bold;
}
.light,
.weight100{
    font-weight: 100;
}
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;
}
.label{
    display: block;
    margin-bottom: 4px;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
a.absolute{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.decoration-hover{
    text-decoration: none;
}
.decoration-hover:hover{
    text-decoration: underline;
}
.decoration-none{
    text-decoration: none;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow:none;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
em, i,
.italic{
    font-style: italic;
}
.cleaner,
.clear{
    clear: both;
    height: 0;
    line-height: 0;
}
.left{
    float: left;
}
.right{
    float: right;
}
.upper{
    text-transform: uppercase;
}
.error{
    color: #FF0000;
}
img{
    max-width: 100%;
}
img.left{
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;    
}
img.right{
    float: right;
    margin-left: 15px;
    margin-bottom: 5px;    
}
.red{
    color: #D83638;
}
.white{
    color: #fff;
}
.black{
    color: #141414;
}
.gray{
    color: #9D9D9D;
}
.strike{
    text-decoration: line-through;
}

.modal{
    display: none;
    width: 600px;
    max-width: 100%;
    background: #fff;
    padding: 50px;
}
.modal .btn{
    margin-bottom: 0;
}
.static{
    position: static;
}
.btn{
    display: inline-block;
    text-decoration: none !important;
    color: #fff;
    background: #935FC7;
    font-size: 18px;
    line-height: 1;
    padding: 14px 30px;
    margin-bottom: 10px;
    position: relative;
    border: 2px solid #935FC7;
    text-align: center;
    cursor: pointer;
    font-weight: 100;
    letter-spacing: 1px;
}
.btn:hover{
    background: transparent;
    color: #935FC7;
}
.btn.block{
    display: block;
    width: 100%;
}
.btn i{
    vertical-align: middle;
    font-size: 16px;
    margin-top: -3px;
}
.btn.min{
    font-size: 11px;
    padding: 8px 12px;
}
.btn.invert{
    background: transparent;
    color: #935FC7;
}
.btn.invert:hover{
    background: #935FC7;
    color: #fff;
}
.dotted{
    text-decoration: none !important;
    border-bottom: 1px dotted;
}
.dotted:hover{
    border: none;
}
.dashed{
    text-decoration: none;
    border-bottom: 1px dashed;
}
.dashed:hover{
    border-bottom-color: transparent;
}
hr{
    border-top: 1px solid #EFEBEF;
}
.cleaner-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
.delay-100{
    -webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-o-animation-delay: 100ms;
    animation-delay: 100ms;
}
.delay-200{
    -webkit-animation-delay: 200ms;
	-moz-animation-delay: 200ms;
	-o-animation-delay: 200ms;
    animation-delay: 200ms;
}
.delay-300{
    -webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
	-o-animation-delay: 300ms;
    animation-delay: 300ms;
}
.delay-400{
    -webkit-animation-delay: 400ms;
	-moz-animation-delay: 400ms;
	-o-animation-delay: 400ms;
    animation-delay: 400ms;
}
.delay-500{
    -webkit-animation-delay: 500ms;
	-moz-animation-delay: 500ms;
	-o-animation-delay: 500ms;
    animation-delay: 500ms;
}
.delay-600{
    -webkit-animation-delay: 600ms;
	-moz-animation-delay: 600ms;
	-o-animation-delay: 600ms;
    animation-delay: 600ms;
}
.delay-700{
    -webkit-animation-delay: 700ms;
	-moz-animation-delay: 700ms;
	-o-animation-delay: 700ms;
    animation-delay: 700ms;
}
.delay-800{
    -webkit-animation-delay: 800ms;
	-moz-animation-delay: 800ms;
	-o-animation-delay: 800ms;
    animation-delay: 800ms;
}
.delay-900{
    -webkit-animation-delay: 900ms;
	-moz-animation-delay: 900ms;
	-o-animation-delay: 900ms;
    animation-delay: 900ms;
}
.delay-1000{
    -webkit-animation-delay: 1000ms;
	-moz-animation-delay: 1000ms;
	-o-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.delay-1100{
    -webkit-animation-delay: 1100ms;
	-moz-animation-delay: 1100ms;
	-o-animation-delay: 1100ms;
    animation-delay: 1100ms;
}
.delay-1200{
    -webkit-animation-delay: 1200ms;
	-moz-animation-delay: 1200ms;
	-o-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.delay-1300{
    -webkit-animation-delay: 1300ms;
	-moz-animation-delay: 1300ms;
	-o-animation-delay: 1300ms;
    animation-delay: 1300ms;
}
.delay-1400{
    -webkit-animation-delay: 1400ms;
	-moz-animation-delay: 1400ms;
	-o-animation-delay: 1400ms;
    animation-delay: 1400ms;
}
.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;
}
/* preloader begin */
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999999999;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.preloader.hid {
    opacity: 0;
    visibility: hidden;
}
/* preloader end */



/* fancybox begin */
.fancybox-type-iframe .fancybox-close,
.fancybox-type-image .fancybox-close{
    top: -25px !important;
    right: -25px !important;
}
.fancybox-wrap{
    padding: 35px 0 0;
}
.fancybox-skin{
    margin-bottom: 35px;
}
.fancybox-overlay{
    background: rgba(0,0,0,0.8);
}
.fancybox-close {
    background: transparent !important;
    top: 25px !important;
    right: 25px !important;
    width: 20px !important;
    height: 20px !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;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fancybox-close:before {
    content: "";
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    background: #FF3324;
    margin-top: -1px;
    -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:after {
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    display: block;
    position: absolute;
    background: #FF3324;
    margin-left: -1px;
    -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{
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.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: #D2D3D5;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fancybox-prev span {
    background: #D2D3D5;
    width: 48px;
    height: 48px;
    margin-top: -24px;
}
.fancybox-next span:hover,
.fancybox-prev span:hover{
    background: #FC6C00;
}
.fancybox-next span:after,
.fancybox-prev span:after{
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    border-top: 2px solid #1B253A;
    border-right: 2px solid #1B253A;
    -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:after{
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: -4px;
}
.fancybox-prev span:after{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-left: -4px;
}
.fancybox-next span:hover:after,
.fancybox-prev span:hover:after{
    border-color: #fff;
}
.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%;
}
/* fancybox end*/

/* slick carousel begin*/
.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;
    position: absolute;
    bottom: 20px;
}
.slick-dots li button{
    position: absolute;
    top: -5px;
    left: -5px;
    border: none;
    border-radius: 50%;
    display: block;
    opacity: 0;
}
.slick-dots li{
    cursor: pointer;
    background: #26234A;
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 0 8px 0 0;
    cursor: pointer;
    position: relative;
    border: none;
}
.slick-dots li.slick-active{
    background: #FFFFFF;
}
/* slick carousel end */
/*=============================== COMMON STYLE END ===============================*/



/*=============================== HEADER BEGIN ===============================*/

/* mob-menu-btn begin */
.menu-button {
    position: absolute;
    right: 5px;
    top: -73px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 100;
    -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: 510;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -13px;
    -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: #fff;
    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: #fff;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.icon-menu-burger:before {
    top: -9px;
    -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: -9px;
    -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;
}
.menu-button.active .icon-menu-burger__line, 
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #FF2C3E;
}
/* mob-menu-btn end */


.header-wrapper{
    background: #07070B;
    color: #fff;
}
.index-template .header-wrapper{
    background: transparent;
}
.index-template:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    background: url(../images/body_bg.png) 50% 0 no-repeat;
    background-size: cover;
}
.header-top{
    min-height: 88px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 25px;
}
.social-block a{
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}
.social-block a:hover{
    color: rgba(255,255,255,0.5);
}
.header-top .social-block{
    position: absolute;
    top: 30px;
    right: 0;
}
.language-block{
    position: absolute;
    top: 35px;
    left: 0;
}
.language-block a{
    font-size: 16px;
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    margin-right: 20px;
    position: relative;
}
.language-block a.active,
.language-block a:hover{
    color: #fff;
}
.language-block a:first-of-type:after{
    content:"";
    display: block;
    position: absolute;
    width: 1px;
    height: 12px;
    top: 4px;
    right: -13px;
    background: #fff;
}
.header-bottom{
    padding: 18px 0;
}
.top-menu > ul > li{
    display: inline-block;
}
.top-menu > ul > li > a{
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    margin-right: 58px;
    position: relative;
    display: inline-block;
}
.top-menu > ul > li > a:after{
    content:"";
    display: block;
    position: absolute;
    width: 1px;
    height: 13px;
    top: 7px;
    right: -30px;
    background: #fff;
}
.top-menu > ul > li:last-of-type > a{
    margin-right: 0;
}
.top-menu > ul > li:last-of-type > a:after{
    display: none;
}

.top-menu > ul > li > a:before {
    border-bottom: 1px solid #fff;
    bottom: 0;
    content: '';
    left: 0;
    ms-transform: scale(0);
    position: absolute;
    transform: scale(0);
    transition: all .45s ease-in-out;
    webkit-transform: scale(0);
    webkit-transition: all .45s ease-in-out;
    width: 100%;
}
.top-menu > ul > li:hover > a:before, 
.top-menu > ul > li.active > a:before {
    ms-transform: scale(1);
    transform: scale(1);
    webkit-transform: scale(1);
}

@media only screen and (max-width: 991px){
    .top-menu > ul > li > a{
        font-size: 16px;
        margin-right: 30px;
    }
    .top-menu > ul > li > a:after{
        right: -18px;
    }
}
@media only screen and (max-width: 767px){
    .top-menu > ul{
        position: absolute;
        z-index: 500;
        background: #1E1E29;
        left: -15px;
        right: -15px;
        top: -20px;
        display: none;
    }
    .top-menu > ul > li{
        display: block;
    }
    .top-menu > ul > li > a{
        display: block;
        margin: 0;
        padding: 10px 15px;
        background: #202024;
        border-bottom: 1px solid rgba(255,255,255,0.1)
    }
    .top-menu > ul > li > a:after,
    .top-menu > ul > li > a:before{
        display: none;
    }
    .top-menu > ul > li:last-of-type > a{
        border: none;
    }
    .top-menu > ul > li.active > a{
        background-color: #935FC7;
    }
    .logo{
        text-align: left;
    }
    .language-block {
        top: 108px;
    }
    .header-top .social-block {
        top: 105px;
    }
    .index-template:before{
        display: none;
    }
    .index-template .header-wrapper{
        background: #000;
    }
}
@media only screen and (min-width: 768px){
    .top-menu > ul{
        display: block !important;
    }
}
/*=============================== HEADER END ===============================*/



/*=============================== TOP SLIDER ===============================*/
.top-slider .element{
    height: 500px;
    color: #fff;
    padding: 50px 100px 100px;
}
.top-slider .element .title{
    font-family: 'Forum', cursive;
    font-size: 85px;
    line-height: 0.8;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    display: inline-block;
    padding-bottom: 25px;
    margin-bottom: 23px;
    text-shadow: 1px 1px 2px #000;
}
.top-slider .element .text{
    font-size: 22px;
    font-weight: 100;
    text-shadow: 1px 1px 2px #000;
}
.top-slider-prev,
.top-slider-next{
    height: 20px;
    width: 85px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 20;
    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;
}
.top-slider-prev:after,
.top-slider-next:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background: #fff;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.top-slider-next:after{
    left: auto;
    right: 0;
}
.top-slider-prev{
    left: -30px;
}
.top-slider-next{
    right: -30px;
}
.top-slider-prev:before{
    content:"";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 2px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    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;
}
.top-slider-next:before{
    content:"";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 2px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    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;
}
.top-slider-prev:hover:after,
.top-slider-next:hover:after{
    background: #935FC7;
    width: 80%;
}
.top-slider-prev:hover:before,
.top-slider-next:hover:before{
    border-color: #935FC7;
}
.top-slider .slick-dots {
    width: auto;
    text-align: left;
    left: 100px;
    bottom: 50px;
}
@media only screen and (max-width: 1599px) {
    .top-slider .element .title{
        font-size: 65px;
    }
    .top-slider .element .text{
        font-size: 20px;
    }
}
@media only screen and (max-width: 1229px) {
    .top-slider .element {
        height: 400px;
    }
    .top-slider .element .title{
        font-size: 55px;
    }
    .index-template:before {
        height: 450px;
    }
}
@media only screen and (max-width: 991px){
    .top-slider .element{
        padding: 50px 50px 100px;
        height: 50vw;
    }
    .top-slider .slick-dots {
        left: 50px;
        bottom: 20px;
    }
}
@media only screen and (max-width: 767px){
    .top-slider .element{
        padding: 15px;
    }
    .top-slider-wrapper{
        margin: 0 -15px;
    }
    .top-slider .element .title{
        font-size: 7.2vw;
        margin-bottom: 2vw;
        padding-bottom: 2.6vw;
    }
    .top-slider .element .text{
        font-size: 2.7vw;
        margin-bottom: 4vw;
    }
    .top-slider .element .btn{
        padding: 1.8vw 4vw;
        font-size: 2.4vw;
    }
}
@media only screen and (max-width: 500px){
    .top-slider .element .btn{
        padding: 2.5vw 4vw;
        font-size: 3.4vw;
    }
    .top-slider .element .text{
        font-size: 4vw;
    }
    .top-slider .element{
        height: 55vw;
    }
}
/*============================= TOP SLIDER END =============================*/

.pagination{
    margin: 40px 0 0;
    text-align: center;
}
.pagination li{
    display: inline-block;
    padding-left: 0 !important;
}
.pagination li:before{
    display: none !important;
}
.pagination a,
.pagination span{
    font-size: 18px;    
    color: #5E6066;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border: 2px solid transparent;
    text-decoration: none !important;
    padding-right: 2px;
}
.pagination .active a {
    border-color: #935fc7;
    color: #935fc7 !important;
    border-radius: 50%;
}
.pagination a:hover{
    color: #07070b;
}
.pagination .disabled,
.pagination .control{
    font-weight: bold;
}


#up{
    position: fixed;
    z-index: 300;
    bottom: 30px;
    right: 30px;
    display: none;
    color: #FFFFFF;
    width: 32px;
    text-align: center;
    height: 32px;
    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: #935FC7;
    font-size: 32px;
}
#up:hover{
    background-color: #2C2C2C;
}
#up .fa{
    display: block;
    margin-top: -2px;
}

.breadcrumb{
    margin: 20px 0;
}
.breadcrumb li{
    display: inline-block;
    font-size: 13px;
    color: #797979;
    font-style: italic;
}
.breadcrumb li a{
    color: #797979;
    position: relative;
}
.breadcrumb li a:hover{
    color: #fb5100;
}
.breadcrumb i{
    font-size: 14px;
    color: #989898;
    display: inline-block;
    margin: -3px 4px 0 ;
    vertical-align: middle;
}
.content table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    border: 1px solid #F7F7F7;
    font-size: 13px;
    color: #737373;
}
.content table tr:nth-child(odd) {
    background: #F7F7F7;
}
.content table td, 
.content table th {
    padding: 10px;
    border-left: 1px solid #F7F7F7;
    vertical-align: middle;
    line-height: 1.2;
}
.content table td:first-child {
    border-left: none;
    font-weight: 600;
    color: #000;
}
.content table th{
    color: #737373;
    font-weight: bold;
    font-size: 16px;
    background: #F2F2F2;
}


/**************** catalog ****************/
.products .element{
    margin-bottom: 20px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1), 0 -1px 1px rgba(0,0,0,0.07);
}
.products .element-visible{
    position: relative;
    background: #fff;
    z-index: 2;
}
.products .element .img-element{
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}
.products .element .img-element:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.05), transparent);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.05), transparent);
    background: -o-linear-gradient(top, rgba(0,0,0,0.05), transparent);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.05), transparent);
    background: linear-gradient(top, rgba(0,0,0,0.05), transparent);
}
.products .element-old-price{
    margin-left: 20px;
    font-weight: 100;
}
.products .element .element-content{
    padding: 20px;
}
.products .element .title{
    font-family: 'Forum', cursive;
    font-size: 23px;
    line-height: 1;
    margin-bottom: 15px;
    height: 46px;
    overflow: hidden;
}
.products .element .element-price{
    margin-bottom: 15px;
    height: 32px;
    overflow: hidden;
}
.products .element .delivery-info{
    border-top: 1px solid #EBEAEC;
    padding-top: 15px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.4;
    color: #5A5A5A;
    font-weight: 100;
    height: 51px;
    overflow: hidden;
}
.products .element .element-hidden{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 348px;
    visibility: hidden;
    opacity: 0;
}
.products .element .element-hidden .element-hidden-inner{
    background: #fff;
    padding: 20px;
    box-shadow: 0 5px 60px rgba(0,0,0,0.1);
}
.products .element:hover .element-hidden{
    visibility: visible;
    opacity: 1;
}
.products .element:hover{
    z-index: 100;
}
.products-carousel-wrapper{
    overflow: hidden;
    margin: -30px -15px;
}
.products-carousel-wrapper .products-carousel{
    padding: 30px 15px 70px;
}
.products-carousel-wrapper .products-carousel .slick-list{
    overflow: visible !important;
    z-index: 100;
}
.products-carousel-wrapper .products-carousel .element{
    box-shadow: none;
}
.products-carousel-wrapper .products-carousel .slick-active .element{
    box-shadow: 0 5px 30px rgba(0,0,0,0.1), 0 -1px 1px rgba(0,0,0,0.07);
}
.products-carousel .slick-dots li {
    background: #ECE9EC;
}
.products-carousel .slick-dots li:hover,
.products-carousel .slick-dots li.slick-active{
    background: #935FC7;
}
.element-sticker{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
}
.element-sticker span{
    display: inline-block;
    background: #935FC7;
    color: #fff;
    padding: 7px 15px 5px;
    border-radius: 30px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 100;
}
.element-sticker span.action{
    background: #E64347;
}
.product-gallery .element-sticker{
    right: auto;
    left: 20px;
}
@media only screen and (min-width: 1600px) {
    .products > .row > div.col-lg-3{
        width: 20%;
    }
}
/************** end catalog **************/



/************** Countdown section **************/
/* Countdown */
.countdownHolder{
    position:relative;
    line-height:36px;
    margin: 0;
}
.countdownHolder > span:nth-of-type(odd){
    color: #fff;
    width: 50px;
    padding: 5px 7px 12px;
    background-color:#0C0214;
    border-radius:5px;
    text-align:center;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size:24px;
}
.countDiv{
    display:inline-block;
    width:10px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
    position:absolute;
    display:block;
    width: 50px;
    text-align: center;
    left: 0;
    bottom: -7px;
    content:'Ð´Ð½ÐµÐ¹';
    color:#fff;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
}
.countDays:before{
    content:'Ð´Ð½ÐµÐ¹';
}
.countHours:before{
    content:'Ñ‡Ð°ÑÐ¾Ð²';
}
.countMinutes:before{
    content:'Ð¼Ð¸Ð½ÑƒÑ‚';
}
.countSeconds:before{
    content:'ÑÐµÐºÑƒÐ½Ð´';
}

@media only screen and (min-width: 768px){
    .countdownHolder > span:nth-of-type(odd){
        width: 60px;
    }
    .countDays:before,
    .countHours:before,
    .countMinutes:before,
    .countSeconds:before{
        width: 60px;
    }    
}
@media only screen and (min-width: 1600px){   
    .countdownHolder > span:nth-of-type(odd){
        width: auto;
        font-size: 34px;
        padding: 12px 12px 24px;
        text-align: center;
    }
    .countDays:before,
    .countHours:before,
    .countMinutes:before,
    .countSeconds:before{
        width: 100%;
        font-size: 11px;
        bottom: -3px;
    }
    .countdownHolder > span > span{
        display: inline-block;
        width: 18px;
    }
    .countdownHolder > span:nth-of-type(odd):after{
        top: 24px;
        right: -15px;
    }
    .countDiv{
        width:14px;
    }
}
/* End countdown */

.countdown-block {
    background: url(../images/countdown-block-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 30px 30px 30px 480px;
    height: 610px;
}
.countdown-block .countdown-img{
    position: absolute;
    top: 0;
    left: 30px;
    height: 100%;
    width: 420px;
}
.countdown-block .title{
    font-family: 'Forum', cursive;
    font-size: 65px;
    line-height: 1;
}
.countdown-block .subtitle{
    font-family: 'Forum', cursive;
    font-size: 30px;
    margin-bottom: 10px;
}
.countdown-block .text{
    font-size: 18px;
    font-weight: 100;
    line-height: 1.3;
}


/* news block */
.news-block .element{
    height: 295px;
    margin-bottom: 20px;
    overflow: hidden;
}
.news-block .element .element-content{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
} 
.news-block .element .element-content .inner{
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1.3;
    -webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
} 
.news-block .element .element-content .text{
    height: 58px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 100;
} 
.news-block .element .element-content .title{
    font-size: 18px;
    line-height: 1.2;
    margin: 5px 0 8px;
    height: 42px;
    overflow: hidden;
} 
.news-block .element .element-content .date{
    font-size: 13px;
}
.news-block .element .element-content{
    color: #fff;
    background: -moz-linear-gradient(top, transparent, rgba(0,0,0,0.8));
    background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.8));
    background: -o-linear-gradient(top, transparent, rgba(0,0,0,0.8));
    background: -ms-linear-gradient(top, transparent, rgba(0,0,0,0.8));
    background: linear-gradient(top, transparent, rgba(0,0,0,0.8));
}
.index-template .news-block .element .element-content{
    color: #000;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.8));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.8));
    background: -o-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.8));
    background: -ms-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.8));
    background: linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0.8));
}
.news-block .element:hover .element-content .inner{
    bottom: 55px;
}
.news-block .element .element-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}
.news-block .element:hover .element-img{
    -webkit-transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
    opacity: 1;
}
.base-template .news-block .element .element-img{
    opacity: 1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: none;
}
/* end news block */


@media only screen and (max-width: 1599px) {
    .countdown-block {
        padding: 30px 30px 30px 375px;
        height: 560px;
    }
    .countdown-block .countdown-img{
        width: 320px;
    }
    .countdown-block .title{
        font-size: 55px;
    }
    .countdown-block .subtitle{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .countdown-block .text{
        font-size: 16px;
    }
    .countdown-block .btn{
        max-width: 270px;
    }
    .news-block .element{
        height: 270px;
    }
}

@media only screen and (max-width: 1229px) {
    .countdown-block {
        padding: 40px 220px 40px 450px;
    }
    .countdown-block .countdown-img{
        width: 400px;
    }
}
@media only screen and (max-width: 991px) {
    .countdown-block {
        padding: 40px 70px 40px 300px;
    }
    .countdown-block .countdown-img{
        width: 275px;
    }
}
@media only screen and (max-width: 767px) {
    .countdown-block{
        height: auto;
        padding: 0 15px 40px;
        text-align: center;
    }
    .countdown-block .countdown-img{
        position: static;
        height: auto;
        width: 100%;
    }
    .countdown-block .btn{
        margin: 0 auto 20px;
    }
}
.hidden{
    opacity:0;
}
/************** END countdown section **************/


.vantages .element{
    border: 1px solid #EFEBEF;
    border-left: none;
    margin-bottom: 20px;
}
.vantages .element.el1{
    border-left: 1px solid #EFEBEF;
}
.vantages .element .img-wrapper{
    padding: 30px 30px 10px;
}
.vantages .element .title{
    font-family: 'Forum', cursive;
    font-size: 24px;
    line-height: 1;
    padding: 0 30px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 50px;
}

@media only screen and (min-width: 992px){
    .vantages .row .col-md-3{
        width: 20%;
    }
}
@media only screen and (max-width: 1599px) {
    .vantages .element .img-wrapper{
        padding: 20px 20px 0;
    }
    .vantages .element .title{
        margin-bottom: 30px;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1229px) {
    .vantages .element .title{
        font-size: 22px;
    }
}
@media only screen and (max-width: 991px) {
    .vantages .element{
        border: none !important;
        background: #fff !important;
        margin-bottom: 0;
    }
}





.content-section .img-block{
    height: 560px;
}
.content-section .content-block {
    width: 830px;
    max-width: 100%;
    margin: -250px auto 20px;
    background: #fff;
    padding: 25px;
}
.content-section .content-block .inner{
    background: url(../images/countdown-block-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 50px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.content-section .content-block .title{
    font-family: 'Forum', cursive;
    font-size: 60px;
}
.content-section .content-block .subtitle{
    font-style: italic;
    font-weight: 100;
    font-size: 22px;
    margin-bottom: 20px;
}
.content-section .content-block .btn{
    padding-left: 40px;
    padding-right: 40px;
}
@media only screen and (max-width: 991px) {
    .content-section .content-block {
        width: 100%;
        margin: 0 0 30px;
        padding: 0;
    }
    .content-section .content-block .inner{
        padding: 40px 20px;
    }
    .content-section .content-block .title{
        font-size: 50px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .content-section .content-block .subtitle{
        line-height: 1.2;
    }
}

.footer-wrapper{
    color: #68686d;
}
.footer-top{
    height: 100px;
    border-bottom: 1px solid #1E1E29;
    padding-top: 40px;
}
.footer-menu li{
    display: inline-block;
}
.footer-menu li a{
    position: relative;
    margin-right: 48px;
    text-decoration: none;
    color: #68686d;
}
.footer-menu li a:after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 13px;
    top: 3px;
    right: -25px;
    background: #68686d;
}
.footer-menu li a:hover,
.footer-menu li.active a{
    color: #fff;
}
.footer-menu li:last-of-type a:after{
    display: none;
}
.footer-bottom{
    padding-top: 28px;
}
.footer-social.social-block a{
    font-size: 18px;
    color: #2A2A36;
}
.footer-social.social-block a:hover{
    color: #fff;
}
.development a:hover{
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .footer-social{
        float: none;
        margin-left: -8px;
    }
    .footer-top{
        display: none;
    }
    .footer-payments{
        float: none;
        display: block;
        margin-bottom: 15px;
    }
    .footer-wrapper{
        min-height: 80px;
    }
    .footer-push {
        height: 80px;
    }
    .main-wrapper{
        margin: 0 0 -80px 0;
    }
    .development{
        float: none;
        display: block;
        margin-bottom: 30px;
    }
}


/* product detail */

.product-carousel{
    border: 1px solid #C2C2C7;
}
.product-thumb-carousel-wrapper {
    overflow: hidden;
}
.product-thumb-carousel {
    margin: 0 -7px 20px -10px;
}
.product-thumb-carousel .element{
    border: 1px solid #C2C2C7;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    opacity: 0.6;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.product-thumb-carousel .slick-current .element,
.product-thumb-carousel .element:hover{
    opacity: 1;
}
.product-gallery{
    padding-right: 40px;
}
.product-info h1{
    font-size: 46px;
}
.product-article{
    text-transform: uppercase;
}
.product-info .product-price{
    font-size: 36px;
    font-weight: bold;
}
.product-info .product-price .product-old-price{
    margin-left: 20px;
}
.product-info .characteristics{
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 15px 0;
}
.product-info .characteristics .element{
    padding: 5px 0;
}
.product-options .col-xs-5{
    width: 100px;
}
.product-options .element{
    height: 36px;
    line-height: 36px;
    margin: 0 0 10px 0;
}
.product-size-element .customradio{
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    position: relative;
    line-height: 30px;
}
.product-size-element .customradio input{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.product-size-element .customradio label{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
}
.product-size-element .customradio input:checked + label{
    background: #935FC7;
    color: #fff;
}
.product-count-element .element-counter input{
    display: inline-block;
    width: 40px;
    height: 36px;
    float: left;
    border-radius: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-left: none;
    border-right: none;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.product-count-element .element-counter button{
    display: inline-block;
    width: 40px;
    height: 36px;
    float: left;
    margin: 0;
    background: #E8E8E8;
    border: 1px solid #E8E8E8;
    font-size: 20px;
    font-family: arial;
    line-height: 34px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.product-count-element .element-counter button.btn-minus{
    line-height: 28px;
}
.product-count-element .element-counter button:hover{
    background: #C1C1C1;
    border-color: #C1C1C1;
}


.custom-pay-radio{
    margin-bottom: 15px;
    position: relative;
}
.custom-pay-radio label{
    position: relative;
    padding-left: 25px;
}
.custom-pay-radio label img{
    margin-right: 10px;
    vertical-align: middle;
}
.custom-pay-radio label:before{
    content:"";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 3px;
    left: 0;
    background: url(../images/customradio.png) 0 0 no-repeat;
}
.custom-pay-radio input:checked + label:before{
    background-position: 0 -15px;
}
.custom-pay-radio input{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.yandex-btn input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
}
.yandex-btn{
    position: relative;
    display: inline-block;
    background: #333333;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    padding: 11px 25px 11px 85px;
    font-weight: 100;
    border-radius: 6px 4px 4px 6px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.yandex-btn:before{
    content:"";
    display: block;
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #DFDFDF;
    border-right: none;
    background: #F8F8F8;
    border-radius: 4px 0 0 4px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.yandex-btn:after{
    background: url(../images/purse-yandex.png) 0 0 no-repeat;
    content:"";
    display: block;
    position: absolute;
    width: 24px;
    height: 31px;
    top: 50%;
    left: 19px;
    margin-top: -17px;
}
.yandex-btn:hover{
    background: #000;
}
.yandex-btn:hover:before{
    background: #DFDFDF;
}

@media only screen and (max-width: 991px) {
    .product-gallery {
        padding-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .product-gallery {
        padding-right: 0;
    }
}
/* product detail end */

section.middle{
    width: 1000px;
    max-width: 100%;
    margin: auto;
}
section.middle h1.pagetitle{
    font-size: 46px;
}
section.middle .content{
    font-size: 15px;
    font-weight: 100;
    color: #0A0B1F;
}
.gallery .element{
    margin-bottom: 20px;
    overflow: hidden;
}
.gallery .element img{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.gallery .element:hover img{
    -webkit-transform: scale(1.2) rotate(10deg);
    -moz-transform: scale(1.2) rotate(10deg);
    -o-transform: scale(1.2) rotate(10deg);
}
.gallery .element a{
    display: block;
}
.gallery .element a span{
    background: rgba(0,0,0,0.7);
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    color: #fff;
    z-index: 10;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.gallery .element:hover a span{
    opacity: 1;
}
.gallery .element a span i{
    font-size: 46px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -15px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}
.gallery .element:hover a span i{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.map-inner{
    height: 400px;
}
.promo-code-block{
    padding: 30px 30px 10px;
    border: 2px dashed #ccc;
    border-radius: 5px;
    margin-bottom: 30px;
}
.promo-code-block .btn{
    padding: 12px 20px;
    border-radius: 5px;
}



/* ======= AGREEMENT ======= */
.agreement{
    position: relative;
    margin-bottom: 30px;
    color: #7C7F8C;
    font-size: 13px;
    padding-top: 10px;
}
.agreement.black{
    color: #000;
}
.agreement input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement i{
    position: absolute;
    left: -2px;
    top: 4px;
    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 ======= */

.catalog-menu li{
    display: inline-block;
}
.catalog-menu a{
    display: inline-block;
    margin: 0 5px 15px;
    padding: 6px 20px;
    text-transform: uppercase;
    border: 1px solid #000;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    color: #000;
    text-decoration: none;
}

.catalog-menu a:hover,
.catalog-menu .active a,
.id-35 .catalog-menu .all-link a{
    background: #935FC7;
    border-color: #935FC7;
    color: #fff;
}

.top-panel {
    background: rgba(255,255,255,0.1);
    color: #fff;
    height: 40px;
    line-height: 40px;
    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;
    overflow: hidden;
}
.base-template .top-panel{
    background: #202024;
}
.top-panel .left span {
    margin-right: 25px;
}
.top-panel a{
    color: #915DC5;
    text-decoration: none;
}
.top-panel a:hover{
    color: #fff;
}
.top-panel span i {
    vertical-align: middle;
    font-size: 17px;
    margin: -3px 3px 0 0;
    color: #915DC5;
}
.top-panel span i.fa {
    margin: -3px 5px 0 0;
    font-size: 16px;
}
.top-panel .social a {
    margin-left: 16px;
    font-size: 18px;
    color: rgba(255,255,255,0.7);
}
.top-panel .social a:hover{
    color: #915DC5;
}
@media only screen and (max-width: 1229px) {
    .top-panel .social a {
        margin-left: 12px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .top-panel{
        background: #202024;
    }
    .catalog-menu a {
        margin: 0 5px 10px;
        padding: 4px 10px;
        font-size: 10px;
    }
    .header-top{
        padding-left: 0;
    }
}
@media only screen and (max-width: 380px) {
    .top-panel .social a {
        margin-left: 6px;
        font-size: 12px;
    }
}














/**************************************************   MEDIA QUERIS   *****************************************************/
@media only screen and (max-width: 1599px) {

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

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

}
@media only screen and (max-width: 767px) {
    .modal{
        padding: 50px 30px 30px;
    }
    .fancybox-close {
        top: 15px !important;
        right: 15px !important;
    }
}



@media only screen and (min-width: 768px) {
    
}
@media only screen and (min-width: 992px){
    ::-webkit-resizer {
        background-image: url('');
        background-repeat: no-repeat;
        width: 9px;
        height: 1px;
    }
    ::-webkit-scrollbar {
        width: 9px;
    }
    ::-webkit-scrollbar-button {
        background-image: url('');
        background-repat: no-repeat;
        width: 9px;
        height: 0px;
    }
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: #935FC7;
    }
    ::-webkit-scrollbar-track {
        background-color: #3E3E3E;
    }
}
@media only screen and (min-width: 1230px) {
    
}

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

