/*
    © 2016–2017 Команда разработчиков Ultron.pro.
    Email: info@ultron.pro
    Site: //ultron.pro/
*/

/*=============================== COMMON STYLE BEGIN ===============================*/

/* 
    font-family: 'Neucha', cursive; 
    font-family: 'Roboto Condensed', sans-serif;
*/

.neucha{
    font-family: 'Neucha', cursive;
}

html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
body{
    font-size: 16px;
    line-height: 1.6;
    color: #1F1F1F;
    overflow-x: hidden;
    font-family: 'Roboto Condensed', sans-serif;
}

.main-wrapper{
    min-height: 100%;
    margin: 0 0 -160px 0;
	background-image: url(/assets/template/images/back.png);
    background-size: 16%;
}
.footer-push{
    height: 160px;
}
.footer-wrapper{
    min-height: 160px;
    background: url(../images/dark-wood.png) #141618;
    color: #fff;
    position: relative;
}
.footer-top{
    min-height: 100px;
    padding: 40px 0 0;
    position: relative;
    z-index: 20;
}
.footer-bottom{
    color: #bfbfbf;
    padding: 10px 0 20px;
    min-height: 40px;
    position: relative;
    z-index: 20;
}
.footer-bottom a{
    text-decoration: none;
}
.footer-bottom a:hover{
    color: #fff;
}
.footer .btn{
    margin-bottom: 0;
}
.footer-tel{
    font-weight: 900;
    letter-spacing: 2px;
}
.footer-tel a{
    text-decoration: none;
    color: #fff;
}
.footer-tel a:hover{
    color: #F58427;
}
.footer-email-link{
    text-decoration: none;
}
.footer-email-link:hover{
    color: #fff;
}


.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;
}
.f48{
    font-size: 48px;
}
h1,
.title-h1{
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-family: 'Neucha', cursive; 
}
h2,
.title-h2{
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'Neucha', cursive;
}
h3,
.title-h3{
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Neucha', cursive; 
}
h4,
.title-h4{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Neucha', cursive; 
}
h5,
.title-h5{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7px;
    line-height: 1.3;
    color: #201e1e;
}
h6,
.title-h6{
    
}
p{
    margin-bottom: 20px;
}
a{
    color: #F58427;
    -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: #F58427;
}
.decoration-none{
    text-decoration: none;
}
strong,
b, 
.bold{
    font-weight: bold;
}
.weight100{
    font-weight: 100;
}
.weight300{
    font-weight: 300;
}
.weight600{
    font-weight: 600;
}
.weight900{
    font-weight: 900;
}
.hidden{
  opacity:0;
}
.visible{
    opacity:1;
}
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;
}
.red{
    color: #D83638;
}
.green{
    color: #84C71C;
}
.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;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow:none;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.static{
    position: static;
}
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;    
}
.white{
    color: #fff;
}
.black{
    color: #212429;
}
.gray{
    color: #848484;
}
ul.list,
ol.list{
    margin-bottom:30px;
}
ul.list > li,
ol.list > li{
    margin-bottom: 10px;
    position: relative;
    line-height: 1.4;
}
ul.list > li{
    padding-left: 20px;
}
ul.list > li:before{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #F58427;
}
ul.list > li:after{
    content:"";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 3px;
    border-top: 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);
}
ul.list ul,
ol.list ul,
ol.list ol,
ul.list ol{
    padding-top: 10px;
    padding-left: 10px;
}
ul.list ul li,
ol.list ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
ul.list ul li:after,
ol.list ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
    border-radius: 50%;
}
ul.list ol li,
ol.list ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
ol.list{ 
    counter-reset: item; 
}
ol.list li{
    display: block; 
}
ol.list li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999999;
}
ul.list ul ol li:after,
ol.list ul ol li:after{
    display: none;
}
blockquote{
    background: #F7F7F7;
    border: 2px dashed #DCDCDC;
    border-radius: 15px;
    padding: 20px 30px;
    margin-bottom: 30px;
}
blockquote p{
    margin-bottom: 0;
}
q{
    display: block;
    padding-left: 20px;
    border-left: 2px solid #481c01;
    margin-bottom: 20px;
    font-family: 'Neucha', cursive; 
    font-size: 20px;
}
.modal{
    display: none;
    width: 600px;
    max-width: 100%;
    background: #fff;
    padding: 50px 40px;
}
.modal .btn{
    margin-bottom: 0;
}
.btn,
.tpl-btn{
    display: inline-block;
    text-decoration: none !important;
    color: #fff;
    background: #F58427;
    font-size: 12px;
    line-height: 1;
    padding: 15px 35px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.btn:hover,
.tpl-btn:hover{
    background: #4D4D4D;
    color: #fff;
}
.btn.invert,
.tpl-btn.invert{
    background: #84C71C;
    color: #fff;
}
.btn.invert:hover,
.tpl-btn.invert:hover{
    color: #fff;
    background: #4D4D4D;
}
.btn.block{
    display: block;
    width: 100%;
}
.btn i.material-icons{
    vertical-align: middle;
    margin: -3px 2px 0;
}
.btn.big{
    padding: 16px 35px 14px;
}
.btn.min{
    border: none;
    font-weight: 100;
    padding: 8px 10px 6px;
    font-size: 11px;
}
.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 #DBDBDB;
}
.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;
}

#up {
    position: fixed;
    z-index: 300;
    bottom: 20px;
    right: 20px;
    display: none;
    color: #FFFFFF;
    width: 38px;
    text-align: center;
    height: 38px;
    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: #F58427;
    font-size: 32px;
    padding-top: 1px;
}
#up .fa {
    display: block;
}
#up:hover{
    background: #4D4D4D;
}

/* fancybox begin */
.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: 15px !important;
    right: 15px !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;
    opacity: 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;
}
.fancybox-next span {
    background: url(http://shashlyk.demoultron.ru/assets/template/images/fancy-prev.png) 50% 50% no-repeat;
    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: url(http://shashlyk.demoultron.ru/assets/template/images/fancy-prev.png) 50% 50% no-repeat;
    width: 48px;
    height: 48px;
    margin-top: -24px;
}
.fancybox-next span:hover,
.fancybox-prev span:hover{
    opacity: 1;
}
.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;
    padding: 20px 0;
}
.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: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 8px;
    cursor: pointer;
    position: relative;
}
.slick-dots li.slick-active{
    background: #F58427;
}
/* slick carousel end */
/*=============================== COMMON STYLE END ===============================*/
.breadcrumb{
    margin-bottom: 40px;
}
.breadcrumb li{
    display: inline-block;
    font-size: 13px;
    color: #0F0F0F;
    font-weight: 100;
}
.breadcrumb li a{
    color: #989898;
    position: relative;
}
.breadcrumb li a:hover{
    color: #0F0F0F;
}
.breadcrumb i{
    font-size: 14px;
    color: #989898;
    display: inline-block;
    margin: -3px 4px 0 ;
    vertical-align: middle;
}
.main-column h1,
h1.pagetitle{
    font-size: 36px;
}
.middle{
    padding-bottom: 30px;
}
.main-column{
    margin-bottom: 30px;
}

/****************** ASIDE MENU *******************/
.aside-menu{
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #171717;
    padding: 15px 36px 15px 15px;
    font-size: 15px;
    background: #fff;
    line-height: 1.3;
    border-bottom: 1px solid #F5F5F5;
    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
}
.aside-menu > ul > li:first-of-type > a{
    border-top: 1px solid #F5F5F5;
}
.aside-menu > ul > li:nth-of-type(even) > a{
    background: #FCFCFC;
}
.aside-menu li:hover > a,
.aside-menu .open > a{
    color: #F58427;
}
.aside-menu > ul ul{
    display: none;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu > ul .dropdown-button{
    height: 53px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.aside-menu > ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 20px;
    right: 21px;
    border-bottom: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.aside-menu > ul .dropdown-button.active:after{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 24px;
}
.aside-menu > ul ul .dropdown-button{
    height: 37px;
}
.aside-menu > ul ul .dropdown-button:after{
    top: 12px;
}
.aside-menu > ul ul .dropdown-button.active:after{
    top: 16px;
}
.aside-menu li:hover > .dropdown-button:after,
.aside-menu li.open > .dropdown-button:after{
    border-color: #F58427;
}
.aside-menu  ul ul a{
    padding: 12px 36px 10px 30px;
    font-weight: normal;
    font-size: 13px;
    position: relative;
}
.aside-menu  ul ul a:before{
    content:"";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 17px;
    left: 20px;
    border-radius: 100%;
    background: #F58427;
}
.aside-menu  ul ul ul a{
    padding: 8px 36px 8px 30px;
}
.aside-menu  ul ul ul ul a{
    padding: 8px 36px 8px 40px;
}
.aside-menu  ul ul ul ul ul a{
    padding: 8px 36px 8px 50px;
}
.aside-menu-title {
    padding: 15px 42px 15px 20px;
    background: #F58427;
    position: relative;
    color: #fff;
}
.aside-menu-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.active .aside-menu-title:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}
@media only screen and (max-width: 991px) {
    .aside-menu > ul{
        display: none;
    }
    .aside-menu.active > ul{
        display: block;
    }
    .aside{
        border-right: none;
    }
    .aside-menu a {
        border-right: 1px solid #F5F5F5;
    }
}

/****************** ASIDE MENU END*******************/



/*=============================== HEADER BEGIN ===============================*/
.header-wrapper-push{
    height: 75px;
}
.header-wrapper{
    background: #f0daae;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    z-index: 300;
}
.header{
    height: 75px;
}
.logo{
    display: inline-block;
    padding: 10px 10px 5px;
    margin-right: 30px;
    background: #fff;
    margin-top: -5px;
    vertical-align: top;
    box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.72);
}
.header-shedule{
    display: inline-block;
    height: 100%;
    font-size: 14px;
}
@media(max-width: 1229px){
    .header-shedule{
        max-width: 335px;
    }
}
.header-cart{
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 36px;
    line-height: 1;
}
.header-cart i{
    font-size: 35px;
}
.header-cart > div > div > div{
    display: inline-block;
    position: relative;
    padding-top: 3px;
}
.header-cart span{
    background: #fd2d2d;
    color: #fff;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding: 4px 5px 3px;
    border-radius: 10px;
    top: -4px;
    right: -10px;
    min-width: 21px;
}
.header-cart .absolute{
    display: none;
}
.header-cart .full .absolute{
    display: block;
}
.header-cart .full{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.header-cart .full:hover{
    background-color: rgba(255,255,255,0.1);
}
.header-contacts{
    position: absolute;
    right: 90px;
    top: 0;
    height: 100%;
    padding-left: 35px;
}
.header-contacts > i{
    position: absolute;
    left: 0;
    margin-top: 22px;
    font-size: 26px;
    color: #1f1f1f;
}
.header-tel{
    font-size: 18px;
    font-family: 'Neucha', cursive;
}
.header-tel i{
    vertical-align: middle;
    margin-top: -1px;
}
.header-tel a{
    color: #1F1F1F;
    text-decoration: none;
}
.header-tel a:hover{
    color: #F58427;
}

@media only screen and (max-width: 1140px) {
    .logo{
        margin-right: 30px;
    }
}

@media only screen and (max-width: 840px) {
    .header-contacts{
        padding-left: 0;
    }
    .header-contacts > i{
        display: none;
    }
}

@media only screen and (max-width: 560px) {
    .header-cart{
        position: fixed;
        z-index: 1000;
        top: 15px;
        right: 15px;
    }
    .header{
        height: auto;
        padding: 12px 0;
    }
    .header-wrapper{
        height: auto;
        position: relative;
        z-index: 100;
    }
    .header-wrapper-push{
        display: none;
    }
    .header-contacts{
        display: block;
        position: static;
    }
    .logo{
        margin: 70px 0 20px;
        padding: 0;
        box-shadow: none;
    }
}
/*=============================== HEADER END ===============================*/



/*============================ TOP SLIDER BEGIN ============================*/
@media only screen and (min-width: 992px){
    .top-slider-shadow {
        background: url(../images/shadow1.png) 50% 0 no-repeat;
        height: 106px;
        width: 100%;
        position: absolute;
        display: block;
        left: 0;
    }
}


.top-slider-wrapper{
    position: relative;
}
.top-slider{
    height: 550px;
    overflow: hidden;
}
.top-slider .item{
    height: 550px;
    position: relative;
}
.top-slider .item:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.top-slider .item .table{
    position: relative;
    z-index: 50;
}
.top-slider .sup-title span{
    display: inline-block;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    font-family: 'Neucha', cursive; 
    font-size: 30px;
}
.top-slider .title{
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    font-family: 'Neucha', cursive; 
}
.top-slider .slick-prev,
.top-slider .slick-next{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    z-index: 20;
    border-radius: 4px;
}
.top-slider .slick-prev{
    left: 25px;
}
.top-slider .slick-next{
    right: 25px;
}
.top-slider .slick-prev i,
.top-slider .slick-next i{
    font-size: 30px;
    line-height: 40px;
}
.top-slider .slick-prev:hover,
.top-slider .slick-next:hover{
    background: rgba(0,0,0,0.8);
}
.top-slider .slick-dots{
    position: absolute;
    bottom: 0;
}
@media only screen and (max-width: 991px) {
    .top-slider .title{
        font-size: 40px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .top-slider .title {
        font-size: 30px;
    }
    .top-slider .sup-title span {
        font-size: 14px;
    }
    .top-slider,
    .top-slider .item{
        height: 400px;
    }
}
/*============================= TOP SLIDER END =============================*/

/*============================= CATALOG =============================*/
.simple-filter{
    margin-bottom: 20px;
}
.simple-filter li{
    display: inline-block;
    cursor: pointer;
    margin: 0 15px 10px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Neucha', cursive;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	position: relative;
}
.simple-filter li.active,
.simple-filter li:hover{
    color: #F58427;
}
.simple-filter li:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #F58427;
    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;
}
.simple-filter li.active:after{
    opacity: 1;
}
.catalog .title{
    font-size: 30px;
    line-height: 1.2;
    height: 40px;
    overflow: hidden;
    -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{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border: 3px solid #F58427;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	background: #fff;
}
.catalog .element:hover{
    border-color: transparent;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.catalog .element:hover .title{
    color: #84C71C;
}
.catalog > .container > .row > hr:nth-of-type(2n){
    clear: both;
}
@media only screen and (min-width: 768px) {
    .catalog > .container > .row > hr:nth-of-type(2n){
        clear: none;
    }
    .catalog > .container > .row > hr:nth-of-type(3n){
        clear: both;
    }
}
@media only screen and (min-width: 992px) {
    .catalog > .container > .row > hr:nth-of-type(3n){
        clear: none;
    }
    .catalog > .container > .row > hr:nth-of-type(4n){
        clear: both;
    }
}


@media only screen and (max-width: 991px) {
    .simple-filter li{
        margin: 0 10px 10px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .simple-filter li{
        margin: 0 8px 8px;
        font-size: 18px;
    }
}
/*============================= CATALOG END =============================*/


/*============================= PRODUCT =============================*/
.index-products{
    position: relative;
}

.products .element{
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.products .element .introtext{
    font-size: 16px;
    line-height: 1.2;
    height: 60px;
    overflow: hidden;
}
.products .element:hover{
    box-shadow: 0 0 14px rgba(0,0,0,0.3);
}
.products .element .img-wrapper{
    height: 250px;
    padding: 0 17px 0;
    overflow: hidden;
    text-align: center;
}

.products .element .img-wrapper img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.products .element .element-content{
    padding: 0 17px 10px;
}
.products .element .element-content .element-icon{
    position: absolute;
    bottom: 5px;
    right: 5px;
    opacity: 0.2;
    width: 80px;
    -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.products .element .element-content .title {
    font-family: 'Neucha', cursive; 
    font-size: 25px;
    line-height: 1.2;
    height: 56px;
    overflow: hidden;
    padding: 0 2px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    color: #481C01;
}
.products .element:hover .element-content .title{
    color: #F58427;
}
.products .element .element-content .price{
    font-weight: 900;
    font-size: 22px;
}
.products .element .element-content .price-wrap{
    margin-bottom: 15px;
}
.products .element .product-weight{
    position: relative;
    top: 10px;
}
.products .element .btn{
    border: none;
    font-weight: 100;
    position: relative;
    z-index: 20;
    font-size: 14px;
    padding: 12px 20px;
}
.products .element .btn i{
    line-height: 1;
    font-size: 22px;
}
.strike{
    text-decoration: line-through;
}
.products .element .element-counter{
    position: relative;
    z-index: 30;
}
.product-detail .product-weight{
    display: inline-block;
    font-weight: bold;
    color: #000;
    font-size: 22px;
    background: #F58427;
    padding: 2px 10px;
    border-radius: 0 30px 30px 0;
}
.element-counter .form-control{
    display: inline-block;
    height: 30px;
    width: 40px;
    padding: 0 2px;
    text-align: center;
    font-size: 12px;
    color: #000;
    background: #F4F4F6;
    border: 1px solid #E5E5E5;
}
.element-counter button{
    width: 25px;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    border: none;
    background: transparent;
    font-size: 24px;
}
.element-counter button:hover{
    color: #F58427;
}
.element-counter button[disabled]:hover{
    color: #F58427;
}
.products .element .col-xs-4.element-counter-wrap{
    max-width: 90px;
}
.stickers{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}
.sticker-element{
    color: #fff;
    padding: 4px 6px;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}
.sticker-element.action{
    background: #ea1527;
}
.sticker-element.novelty{
    background: #1BBE4C;
}
.sticker-element.hit{
    background: #FFB200;
}

.products.span3 .container > .row > hr:nth-of-type(2n),
.products.span4 .container > .row > hr:nth-of-type(2n){
    clear: both;
}
@media only screen and (min-width: 992px) {
    .products.span3 .container > .row > hr:nth-of-type(2n),
    .products.span4 .container > .row > hr:nth-of-type(3n){
        clear: none;
    }
    .products.span3 .container > .row > hr:nth-of-type(3n),
    .products.span4 .container > .row > hr:nth-of-type(4n){
        clear: both;
    }
}
@media only screen and (min-width: 1330px) {
    
}

/*============================= PRODUCT END =============================*/
.about-section{
    position: relative;
    background: #fff;
}
@media only screen and (min-width: 992px) {
    .about-section{
        min-height: 636px;
    }
}
@media only screen and (max-width: 991px) {
    .about-section .inner{
        background: #fff !important;
        min-height: inherit;
    }
}



.product-img-wrapper img{
    width: 100%;
}
.product-img-wrapper a{
    background: rgba(255,255,255,0.4);
    z-index: 20;
    opacity: 0;
}
.product-img-wrapper a i{
    font-size: 48px;
    color: #21242f;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.product-img-wrapper a:hover{
    opacity: 1;
}
.product-img-wrapper a:hover i{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.product-detail-content .element-counter{
    margin-top: -4px;
}
.product-detail-content .element-counter button{
    font-size: 20px;
    width: 25px;
}
.product-detail-content .element-counter .form-control {
    height: 30px;
    border-color: #c7c7c7;
}
.product-detail-content .old-price{
    margin-left: 32px;
}
.product-detail-content button.btn{
    padding-left: 45px;
    padding-right: 45px;
}




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



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


/*************************************** cart: end */
.order-wrapper{
    background: #fff;
    padding: 10px 0;
}
.order-wrapper .material-icons {
    vertical-align: middle;
    margin-top: -3px;
}
.order-wrapper #msOrder .error {
    border: none !important;
    border-bottom: 1px solid red !important
}

/*************************************** customradio */
.customradio{
    position: relative;
    margin-bottom: 10px;
}
.customradio input[type=radio]{
    position: fixed;  
    top: -100000px;
}
.customradio{
    min-height: 34px;
    margin-bottom: 10px;
}
.customradio input[type=radio] + label{
    position: relative;
    padding-left: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
}
.customradio input[type=radio] + label:before{
    background: url(../images/customradio.png) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0px;
}
.customradio input[type=radio]:checked + label:before{
	background-position: 0 -16px;
}
.customradio label{
    font-size: 14px;
    color: #201e1e;
    font-weight: bold;
}
.customradio label strong{
    font-weight: 600;
    color: #000;
    font-size: 13px;
}

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

.customradio label + p{
    padding-left: 25px;
    font-size: 13px;
}
/*************************************** customradio: end */
.form-control:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #545454;
}
.reviews-wrapper .ec-message {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    border-radius: 0;
}
.reviews-wrapper .ec-message .title{
    color: #F58427;
}
.reviews-wrapper .ec-message .date em{
    font-style: normal;
    color: #ababab;
    font-size: 13px;
    margin-bottom: 10px;
}
.rev-name{
    color: #84C61C;
}
.mix{
	display: none;
}
.alert.alert-success{
    color: #639611;
}
@media only screen and (max-width: 767px) {
    .mix{
        width: 100%;
    }
}


.index-text-section{
    background: url(../images/index-text-section-bg-min.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.ie .index-text-section{
    background-attachment: scroll;
}
.index-text-section:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
}
.index-text-section .inner{
    position: relative;
    z-index: 20;
}
.index-text-section .title{
    font-family: 'Neucha', cursive;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.advantages-wrapper {
    background: url(../images/food.png) #fdfdfd;
    border-top: 1px solid #f9deac;
    border-bottom: 1px solid #f9deac;
}
.advantages-wrapper .element{
    margin-bottom: 30px;
    font-family: 'Neucha', cursive; 
    font-size: 24px;
    line-height: 1.2;
    padding: 30px 10px;
    border: 1px solid #F9DEAC;
    color: #481C01;
    background: #fff;
}
.advantages-wrapper .element .img-wrapper{
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .advantages-wrapper .element .title{
        height: 48px;
        overflow: hidden;
    }
}
@media only screen and (min-width: 1330px) {
    .advantages-wrapper .element .title{
        height: 56px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 1329px) {
    .advantages-wrapper .element{
        font-size: 20px;
    }
}

button[value="cart/clean"]{
    background-color: #FD2D2D;
}

#mapexMap {
    width: 100%;
    height: 500px;
}
.contacts-template #mapexMap{
    margin-top: -20px;
    height: 400px;
}
@media only screen and (max-width: 991px) {
    #mapexMap{
        height: 400px;
    }
}


.map-section{
	position: relative;
    margin-top: -80px;
}
.map-section .container{
	padding-top: 80px;
	position: relative;
	z-index: 10;
}
.map-section .contacts {
    background: url(../images/food.png) #f58427;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    font-family: 'Neucha', cursive;
}
.map-section .contacts .item{
	color: #4a1e03;
	font-size: 18px;
	line-height: 22px;
	padding-left: 60px;
	position: relative;
	height: 162px;
}
.map-section .contacts .row > div:first-child .item:after{
	display: none;
}
.map-section .contacts .item:after{
	background: #4f1e03;
    content: '';
    height: 50%;
    left: 0;
    position: absolute;
    top: 25%;
    width: 1px;
    z-index: 5;
}
.map-section .contacts .item .txt{
	margin-left: 60px;
}
.map-section .contacts .item a[href^="tel:"]{
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
}
.map-section .contacts .item a{
	color: #4a1e03;
	text-decoration: none;
}
.map-section .contacts .icon{
	height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
}
.map-section .contacts .icon img{
	vertical-align: center;
}
.map-section #map{
	height: 589px;
	position: relative;
	z-index: 5;
}


@media only screen and (max-width: 767px){
    .map-section {
        background: url(../images/noise-pattern-with-subtle-cross-lines.png) #f58427;
        text-align: center;
    }
    .map-section .contacts {
        background: none;
        display: inline-block;
        padding: 20px 0;
        position: static;
        text-align: left;
        width: auto;
    }
    .map-section .container {
        padding-top: 0;
    }
    .map-section .contacts .item {
        padding: 15px;
    }
    .map-section .contacts .item:after {
        opacity: 0;
    }
}



.top-menu{
    position: absolute;
    right: 264px;
    top: 24px;
}
.top-menu li{
    display: inline-block;
    margin-right: 25px;
}
.top-menu li:last-of-type{
    margin-right: 0;
}
.top-menu a{
    color: #000;
    text-decoration: none;
    display: block;
    position: relative;
}
.top-menu a:after{
    content:"";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 50%;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	background: #000;
}
.top-menu .active a:after,
.top-menu a:hover:after{
    width: 100%;
    left: 0;
    right: 0;
}
.top-menu .active a{
    color: #F58427;
}
.top-menu .active a:after{
    background: #F58427;
}
@media only screen and (max-width: 1329px) {
    .header-cart{
        right: 70px;
    }
    .header-contacts{
        right: 140px;
    }
}
@media only screen and (max-width: 991px) {
    .header-cart{
        right: 65px;
    }
    .header-contacts{
        right: 120px;
    }
}

@media only screen and (max-width: 560px) {
    .header-cart{
        top: 12px;
        right: 85px;
    }
}


/* mob-menu-btn begin */
.menu-button{
    position: fixed;
    right: 20px;
    top: 28px;
    width: 30px;
    height: 20px;
    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: 1010;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    -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: #282626;
    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: #282626;
    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: #FF2C3E;
}
.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;
}
/* mob-menu-btn end */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -470px;
    background: #1A1A1A;
    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: 20px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,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 85px;
    position: relative;
}
.mobile-logo img{
    position: absolute;
    left: 5px;
    top: 0;
}
.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: #fff;
    padding: 13px 20px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
.mobile-menu > div > ul  > li.active > a,
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #E62E2D;
}
.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 .menu-button{
    display: none;
}

.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: 1329px) {
    .mobile-menu.open {
        left: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 510;
        opacity: 1;
    }
}


@media only screen and (max-width: 560px) {
    .menu-button {
        top: 21px;
    }
    .mobile-bar{
        background: #fff;
        height: 60px;
        width: 100%;
        box-shadow: 0 2px 2px rgba(0,0,0,0.3);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 500;
    }
}


@media only screen and (max-width: 440px) {
    .mobile-menu{
        width: 100%;
    }
    .mobile-menu-close {
        top: 26px;
        right: 10px;
    }
    .mobile-menu .menu-button{
        display: block;
        position: absolute;
    }
}


/************* /. mobile-menu **************/
.calories-wrapper span{
    display: inline-block;
    padding: 2px 15px;
    margin: 0 10px 10px 0;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
}





.mini-container{
    max-width: 100%;
    margin: auto;
    width: 900px;
}

.inner-menu{
    margin: 0 -10px 0;
}
.inner-menu li{
    display: inline-block;
    margin: 0 10px 10px;
}
.inner-menu a{
    text-decoration: none;
    color: #A5A8B4;
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
}
.inner-menu a:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #F58427;
    opacity: 0;
}
.inner-menu .active a:after{
    opacity: 1;
}
.inner-menu .active a,
.inner-menu a:hover{
    color: #000;
}


/* NEWS */
.pageimage{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.news-list .element{
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    padding-left: 400px;
    min-height: 275px;
    -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 .img-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    z-index: 4;
}
.news-list .element .img-element{
    height: 100%;
}
.news-list .element .img-wrapper .date,
.pageimage .date{
    position: absolute;
    width: 66px;
    height: 66px;
    background: #fff;
    top: 0;
    left: 0;
    line-height: 1.2;
    padding: 5px;
    color: #F58427;
}
.news-list .element .element-content{
    padding: 30px;
    min-height: 275px;
}
.news-list .element .element-content .text{
    line-height: 1.4;
    height: 7em;
    overflow: hidden;
    font-size: 14px;
}
.news-list .element .category{
    margin-bottom: 10px;
}
.news-list .element .category span{
    background: #F2F2F2;
    color: #A3A7B4;
    border-radius: 30px;
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
}
.news-list .element:hover{
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}
.news-list .element h4{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	max-height: 2.4em;
	overflow: hidden;
}
.news-list .element:hover h4{
    color: #F58427;
}
@media only screen and (max-width: 767px) {
    .news-list .element .img-wrapper{
        position: relative;
        width: 100%;
        height: 70vw;
    }
    .news-list .element{
        padding-left: 0;
    }
    .news-list .element,
    .news-list .element .element-content{
        min-height: inherit;
    }
}
/* /. NEWS */


/* PAGINATION */
.pagination{
    margin: 30px 0;
    text-align: center;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.pagination a,
.pagination li > span{
    font-size: 16px;
    font-weight: bold;
    color: #5E6066;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}
.pagination .active a{
    background: #F58427;
    color: #fff;
    border-radius: 100%;
}
.pagination a:hover{
    color: #000;
}
/* /. PAGINATION */

/* ======= 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 ======= */


.contacts-section .box2 .element .title{
    font-weight: bold;
    color: #F58427;
    margin-bottom: 2px;
}
.contacts-section .box2 .element{
    margin-bottom: 25px;
}
.contacts-section .box2 .element a{
    color: #1F1F1F;
    text-decoration: none;
}
.contacts-section .box2 .element a:hover{
    color: #F58427;
}














/**************************************************   MEDIA QUERIS   *****************************************************/
@media only screen and (max-width: 1329px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 767px) {
    h1,
    .title-h1{
        font-size: 36px;
    }
    .modal{
        padding: 40px 30px;
    }
}



@media only screen and (min-width: 768px) {
    
}
@media only screen and (min-width: 992px){
    /* custom webkit scroll */
    ::-webkit-resizer {
        background-image: url('style.css');
        background-repeat: no-repeat;
        width: 9px;
        height: 1px;
    }
    ::-webkit-scrollbar {
        width: 9px;
    }
    ::-webkit-scrollbar-button {
        background-image: url('style.css');
        background-repat: no-repeat;
        width: 9px;
        height: 0px;
    }
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: #F58427;
    }
    ::-webkit-scrollbar-track {
        background-color: #202020;
    }
    /* custom webkit scroll end*/
    .product-detail-content h1{
        font-size: 48px;
    }
    .product-detail-content{
        padding-left: 20px;
    }
}
@media only screen and (min-width: 1330px) {
    
}




