.hamburger{
    font:inherit;
    display:inline-block;
    overflow:visible;
    margin:0;
    padding:15px;
    cursor:pointer;
    transition-timing-function:linear;
    transition-duration:.15s;
    transition-property:opacity,filter;
    text-transform:none;
    color:inherit;
    border:0;
    background-color:transparent
}
.hamburger.is-active:hover,.hamburger:hover{
    opacity:.7
}
.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{
    background-color:#000
}
.hamburger-box{
    position:relative;
    display:inline-block;
    width:40px;
    height:24px
}
.hamburger-inner{
    top:50%;
    display:block;
    margin-top:-2px
}
.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{
    position:absolute;
    width:40px;
    height:4px;
    transition-timing-function:ease;
    transition-duration:.15s;
    transition-property:transform;
    border-radius:4px;
    background-color:#000
}
.hamburger-inner:after,.hamburger-inner:before{
    display:block;
    content:""
}
.hamburger-inner:before{
    top:-10px
}
.hamburger-inner:after{
    bottom:-10px
}
.hamburger--3dx .hamburger-box{
    perspective:80px
}
.hamburger--3dx .hamburger-inner{
    transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{
    transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dx.is-active .hamburger-inner{
    transform:rotateY(180deg);
    background-color:transparent!important
}
.hamburger--3dx.is-active .hamburger-inner:before{
    transform:translate3d(0,10px,0) rotate(45deg)
}
.hamburger--3dx.is-active .hamburger-inner:after{
    transform:translate3d(0,-10px,0) rotate(-45deg)
}
.hamburger--3dx-r .hamburger-box{
    perspective:80px
}
.hamburger--3dx-r .hamburger-inner{
    transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{
    transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dx-r.is-active .hamburger-inner{
    transform:rotateY(-180deg);
    background-color:transparent!important
}
.hamburger--3dx-r.is-active .hamburger-inner:before{
    transform:translate3d(0,10px,0) rotate(45deg)
}
.hamburger--3dx-r.is-active .hamburger-inner:after{
    transform:translate3d(0,-10px,0) rotate(-45deg)
}
.hamburger--3dy .hamburger-box{
    perspective:80px
}
.hamburger--3dy .hamburger-inner{
    transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{
    transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dy.is-active .hamburger-inner{
    transform:rotateX(-180deg);
    background-color:transparent!important
}
.hamburger--3dy.is-active .hamburger-inner:before{
    transform:translate3d(0,10px,0) rotate(45deg)
}
.hamburger--3dy.is-active .hamburger-inner:after{
    transform:translate3d(0,-10px,0) rotate(-45deg)
}
.hamburger--3dy-r .hamburger-box{
    perspective:80px
}
.hamburger--3dy-r .hamburger-inner{
    transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{
    transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dy-r.is-active .hamburger-inner{
    transform:rotateX(180deg);
    background-color:transparent!important
}
.hamburger--3dy-r.is-active .hamburger-inner:before{
    transform:translate3d(0,10px,0) rotate(45deg)
}
.hamburger--3dy-r.is-active .hamburger-inner:after{
    transform:translate3d(0,-10px,0) rotate(-45deg)
}
.hamburger--3dxy .hamburger-box{
    perspective:80px
}
.hamburger--3dxy .hamburger-inner{
    transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{
    transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dxy.is-active .hamburger-inner{
    transform:rotateX(180deg) rotateY(180deg);
    background-color:transparent!important
}
.hamburger--3dxy.is-active .hamburger-inner:before{
    transform:translate3d(0,10px,0) rotate(45deg)
}
.hamburger--3dxy.is-active .hamburger-inner:after{
    transform:translate3d(0,-10px,0) rotate(-45deg)
}
.hamburger--3dxy-r .hamburger-box{
    perspective:80px
}
.hamburger--3dxy-r .hamburger-inner{
    transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{
    transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dxy-r.is-active .hamburger-inner{
    transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);
    background-color:transparent!important
}
.hamburger--3dxy-r.is-active .hamburger-inner:before{
    transform:translate3d(0,10px,0) rotate(45deg)
}
.hamburger--3dxy-r.is-active .hamburger-inner:after{
    transform:translate3d(0,-10px,0) rotate(-45deg)
}
.hamburger--arrow.is-active .hamburger-inner:before{
    transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrow.is-active .hamburger-inner:after{
    transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)
}
.hamburger--arrow-r.is-active .hamburger-inner:before{
    transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)
}
.hamburger--arrow-r.is-active .hamburger-inner:after{
    transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowalt .hamburger-inner:before{
    transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}
.hamburger--arrowalt .hamburger-inner:after{
    transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}
.hamburger--arrowalt.is-active .hamburger-inner:before{
    top:0;
    transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
    transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowalt.is-active .hamburger-inner:after{
    bottom:0;
    transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
    transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)
}
.hamburger--arrowalt-r .hamburger-inner:before{
    transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}
.hamburger--arrowalt-r .hamburger-inner:after{
    transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before{
    top:0;
    transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
    transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after{
    bottom:0;
    transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
    transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowturn.is-active .hamburger-inner{
    transform:rotate(-180deg)
}
.hamburger--arrowturn.is-active .hamburger-inner:before{
    transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)
}
.hamburger--arrowturn.is-active .hamburger-inner:after{
    transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowturn-r.is-active .hamburger-inner{
    transform:rotate(-180deg)
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before{
    transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after{
    transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)
}
.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{
    transition-property:none
}
.hamburger--boring.is-active .hamburger-inner{
    transform:rotate(45deg)
}
.hamburger--boring.is-active .hamburger-inner:before{
    top:0;
    opacity:0
}
.hamburger--boring.is-active .hamburger-inner:after{
    bottom:0;
    transform:rotate(-90deg)
}
.hamburger--collapse .hamburger-inner{
    top:auto;
    bottom:0;
    transition-delay:.13s;
    transition-timing-function:cubic-bezier(.55,.055,.675,.19);
    transition-duration:.13s
}
.hamburger--collapse .hamburger-inner:after{
    top:-20px;
    transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}
.hamburger--collapse .hamburger-inner:before{
    transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--collapse.is-active .hamburger-inner{
    transition-delay:.22s;
    transition-timing-function:cubic-bezier(.215,.61,.355,1);
    transform:translate3d(0,-10px,0) rotate(-45deg)
}
.hamburger--collapse.is-active .hamburger-inner:after{
    top:0;
    transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
    opacity:0
}
.hamburger--collapse.is-active .hamburger-inner:before{
    top:0;
    transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    transform:rotate(-90deg)
}
.hamburger--collapse-r .hamburger-inner{
    top:auto;
    bottom:0;
    transition-delay:.13s;
    transition-timing-function:cubic-bezier(.55,.055,.675,.19);
    transition-duration:.13s
}
.hamburger--collapse-r .hamburger-inner:after{
    top:-20px;
    transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}
.hamburger--collapse-r .hamburger-inner:before{
    transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--collapse-r.is-active .hamburger-inner{
    transition-delay:.22s;
    transition-timing-function:cubic-bezier(.215,.61,.355,1);
    transform:translate3d(0,-10px,0) rotate(45deg)
}
.hamburger--collapse-r.is-active .hamburger-inner:after{
    top:0;
    transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
    opacity:0
}
.hamburger--collapse-r.is-active .hamburger-inner:before{
    top:0;
    transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    transform:rotate(90deg)
}
.hamburger--elastic .hamburger-inner{
    top:2px;
    transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);
    transition-duration:.275s
}
.hamburger--elastic .hamburger-inner:before{
    top:10px;
    transition:opacity .125s ease .275s
}
.hamburger--elastic .hamburger-inner:after{
    top:20px;
    transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)
}
.hamburger--elastic.is-active .hamburger-inner{
    transition-delay:75ms;
    transform:translate3d(0,10px,0) rotate(135deg)
}
.hamburger--elastic.is-active .hamburger-inner:before{
    transition-delay:0s;
    opacity:0
}
.hamburger--elastic.is-active .hamburger-inner:after{
    transition-delay:75ms;
    transform:translate3d(0,-20px,0) rotate(-270deg)
}
.hamburger--elastic-r .hamburger-inner{
    top:2px;
    transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);
    transition-duration:.275s
}
.hamburger--elastic-r .hamburger-inner:before{
    top:10px;
    transition:opacity .125s ease .275s
}
.hamburger--elastic-r .hamburger-inner:after{
    top:20px;
    transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)
}
.hamburger--elastic-r.is-active .hamburger-inner{
    transition-delay:75ms;
    transform:translate3d(0,10px,0) rotate(-135deg)
}
.hamburger--elastic-r.is-active .hamburger-inner:before{
    transition-delay:0s;
    opacity:0
}
.hamburger--elastic-r.is-active .hamburger-inner:after{
    transition-delay:75ms;
    transform:translate3d(0,-20px,0) rotate(270deg)
}
.hamburger--emphatic{
    overflow:hidden
}
.hamburger--emphatic .hamburger-inner{
    transition:background-color .125s ease-in .175s
}
.hamburger--emphatic .hamburger-inner:before{
    left:0;
    transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s
}
.hamburger--emphatic .hamburger-inner:after{
    top:10px;
    right:0;
    transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s
}
.hamburger--emphatic.is-active .hamburger-inner{
    transition-delay:0s;
    transition-timing-function:ease-out;
    background-color:transparent!important
}
.hamburger--emphatic.is-active .hamburger-inner:before{
    top:-80px;
    left:-80px;
    transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
    transform:translate3d(80px,80px,0) rotate(45deg)
}
.hamburger--emphatic.is-active .hamburger-inner:after{
    top:-80px;
    right:-80px;
    transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
    transform:translate3d(-80px,80px,0) rotate(-45deg)
}
.hamburger--emphatic-r{
    overflow:hidden
}
.hamburger--emphatic-r .hamburger-inner{
    transition:background-color .125s ease-in .175s
}
.hamburger--emphatic-r .hamburger-inner:before{
    left:0;
    transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s
}
.hamburger--emphatic-r .hamburger-inner:after{
    top:10px;
    right:0;
    transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s
}
.hamburger--emphatic-r.is-active .hamburger-inner{
    transition-delay:0s;
    transition-timing-function:ease-out;
    background-color:transparent!important
}
.hamburger--emphatic-r.is-active .hamburger-inner:before{
    top:80px;
    left:-80px;
    transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
    transform:translate3d(80px,-80px,0) rotate(-45deg)
}
.hamburger--emphatic-r.is-active .hamburger-inner:after{
    top:80px;
    right:-80px;
    transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
    transform:translate3d(-80px,-80px,0) rotate(45deg)
}
.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{
    transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear
}
.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{
    transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
    opacity:0
}
.hamburger--minus.is-active .hamburger-inner:before{
    top:0
}
.hamburger--minus.is-active .hamburger-inner:after{
    bottom:0
}
.hamburger--slider .hamburger-inner{
    top:2px
}
.hamburger--slider .hamburger-inner:before{
    top:10px;
    transition-timing-function:ease;
    transition-duration:.15s;
    transition-property:transform,opacity
}
.hamburger--slider .hamburger-inner:after{
    top:20px
}
.hamburger--slider.is-active .hamburger-inner{
    transform:translate3d(0,10px,0) rotate(45deg)
}
.hamburger--slider.is-active .hamburger-inner:before{
    transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity:0
}
.hamburger--slider.is-active .hamburger-inner:after{
    transform:translate3d(0,-20px,0) rotate(-90deg)
}
.hamburger--slider-r .hamburger-inner{
    top:2px
}
.hamburger--slider-r .hamburger-inner:before{
    top:10px;
    transition-timing-function:ease;
    transition-duration:.15s;
    transition-property:transform,opacity
}
.hamburger--slider-r .hamburger-inner:after{
    top:20px
}
.hamburger--slider-r.is-active .hamburger-inner{
    transform:translate3d(0,10px,0) rotate(-45deg)
}
.hamburger--slider-r.is-active .hamburger-inner:before{
    transform:rotate(45deg) translate3d(5.71429px,-6px,0);
    opacity:0
}
.hamburger--slider-r.is-active .hamburger-inner:after{
    transform:translate3d(0,-20px,0) rotate(90deg)
}
.hamburger--spin .hamburger-inner{
    transition-timing-function:cubic-bezier(.55,.055,.675,.19);
    transition-duration:.22s
}
.hamburger--spin .hamburger-inner:before{
    transition:top .1s ease-in .25s,opacity .1s ease-in
}
.hamburger--spin .hamburger-inner:after{
    transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spin.is-active .hamburger-inner{
    transition-delay:.12s;
    transition-timing-function:cubic-bezier(.215,.61,.355,1);
    transform:rotate(225deg)
}
.hamburger--spin.is-active .hamburger-inner:before{
    top:0;
    transition:top .1s ease-out,opacity .1s ease-out .12s;
    opacity:0
}
.hamburger--spin.is-active .hamburger-inner:after{
    bottom:0;
    transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
    transform:rotate(-90deg)
}
.hamburger--spin-r .hamburger-inner{
    transition-timing-function:cubic-bezier(.55,.055,.675,.19);
    transition-duration:.22s
}
.hamburger--spin-r .hamburger-inner:before{
    transition:top .1s ease-in .25s,opacity .1s ease-in
}
.hamburger--spin-r .hamburger-inner:after{
    transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spin-r.is-active .hamburger-inner{
    transition-delay:.12s;
    transition-timing-function:cubic-bezier(.215,.61,.355,1);
    transform:rotate(-225deg)
}
.hamburger--spin-r.is-active .hamburger-inner:before{
    top:0;
    transition:top .1s ease-out,opacity .1s ease-out .12s;
    opacity:0
}
.hamburger--spin-r.is-active .hamburger-inner:after{
    bottom:0;
    transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
    transform:rotate(90deg)
}
.hamburger--spring .hamburger-inner{
    top:2px;
    transition:background-color 0s linear .13s
}
.hamburger--spring .hamburger-inner:before{
    top:10px;
    transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spring .hamburger-inner:after{
    top:20px;
    transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spring.is-active .hamburger-inner{
    transition-delay:.22s;
    background-color:transparent!important
}
.hamburger--spring.is-active .hamburger-inner:before{
    top:0;
    transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform:translate3d(0,10px,0) rotate(45deg)
}
.hamburger--spring.is-active .hamburger-inner:after{
    top:0;
    transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform:translate3d(0,10px,0) rotate(-45deg)
}
.hamburger--spring-r .hamburger-inner{
    top:auto;
    bottom:0;
    transition-delay:0s;
    transition-timing-function:cubic-bezier(.55,.055,.675,.19);
    transition-duration:.13s
}
.hamburger--spring-r .hamburger-inner:after{
    top:-20px;
    transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear
}
.hamburger--spring-r .hamburger-inner:before{
    transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spring-r.is-active .hamburger-inner{
    transition-delay:.22s;
    transition-timing-function:cubic-bezier(.215,.61,.355,1);
    transform:translate3d(0,-10px,0) rotate(-45deg)
}
.hamburger--spring-r.is-active .hamburger-inner:after{
    top:0;
    transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;
    opacity:0
}
.hamburger--spring-r.is-active .hamburger-inner:before{
    top:0;
    transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform:rotate(90deg)
}
.hamburger--stand .hamburger-inner{
    transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms
}
.hamburger--stand .hamburger-inner:before{
    transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}
.hamburger--stand .hamburger-inner:after{
    transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}
.hamburger--stand.is-active .hamburger-inner{
    transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;
    transform:rotate(90deg);
    background-color:transparent!important
}
.hamburger--stand.is-active .hamburger-inner:before{
    top:0;
    transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
    transform:rotate(-45deg)
}
.hamburger--stand.is-active .hamburger-inner:after{
    bottom:0;
    transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
    transform:rotate(45deg)
}
.hamburger--stand-r .hamburger-inner{
    transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms
}
.hamburger--stand-r .hamburger-inner:before{
    transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}
.hamburger--stand-r .hamburger-inner:after{
    transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}
.hamburger--stand-r.is-active .hamburger-inner{
    transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;
    transform:rotate(-90deg);
    background-color:transparent!important
}
.hamburger--stand-r.is-active .hamburger-inner:before{
    top:0;
    transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
    transform:rotate(-45deg)
}
.hamburger--stand-r.is-active .hamburger-inner:after{
    bottom:0;
    transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
    transform:rotate(45deg)
}
.hamburger--squeeze .hamburger-inner{
    transition-timing-function:cubic-bezier(.55,.055,.675,.19);
    transition-duration:75ms
}
.hamburger--squeeze .hamburger-inner:before{
    transition:top 75ms ease .12s,opacity 75ms ease
}
.hamburger--squeeze .hamburger-inner:after{
    transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)
}
.hamburger--squeeze.is-active .hamburger-inner{
    transition-delay:.12s;
    transition-timing-function:cubic-bezier(.215,.61,.355,1);
    transform:rotate(45deg)
}
.hamburger--squeeze.is-active .hamburger-inner:before{
    top:0;
    transition:top 75ms ease,opacity 75ms ease .12s;
    opacity:0
}
.hamburger--squeeze.is-active .hamburger-inner:after{
    bottom:0;
    transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transform:rotate(-90deg)
}
.hamburger--vortex .hamburger-inner{
    transition-timing-function:cubic-bezier(.19,1,.22,1);
    transition-duration:.2s
}
.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{
    transition-delay:.1s;
    transition-timing-function:linear;
    transition-duration:0s
}
.hamburger--vortex .hamburger-inner:before{
    transition-property:top,opacity
}
.hamburger--vortex .hamburger-inner:after{
    transition-property:bottom,transform
}
.hamburger--vortex.is-active .hamburger-inner{
    transition-timing-function:cubic-bezier(.19,1,.22,1);
    transform:rotate(765deg)
}
.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{
    transition-delay:0s
}
.hamburger--vortex.is-active .hamburger-inner:before{
    top:0;
    opacity:0
}
.hamburger--vortex.is-active .hamburger-inner:after{
    bottom:0;
    transform:rotate(90deg)
}
.hamburger--vortex-r .hamburger-inner{
    transition-timing-function:cubic-bezier(.19,1,.22,1);
    transition-duration:.2s
}
.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{
    transition-delay:.1s;
    transition-timing-function:linear;
    transition-duration:0s
}
.hamburger--vortex-r .hamburger-inner:before{
    transition-property:top,opacity
}
.hamburger--vortex-r .hamburger-inner:after{
    transition-property:bottom,transform
}
.hamburger--vortex-r.is-active .hamburger-inner{
    transition-timing-function:cubic-bezier(.19,1,.22,1);
    transform:rotate(-765deg)
}
.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{
    transition-delay:0s
}
.hamburger--vortex-r.is-active .hamburger-inner:before{
    top:0;
    opacity:0
}
.hamburger--vortex-r.is-active .hamburger-inner:after{
    bottom:0;
    transform:rotate(-90deg)
}
.flickity-enabled{
    position:relative
}
.flickity-enabled:focus{
    outline:0
}
.flickity-viewport{
    overflow:hidden;
    position:relative;
    height:100%
}
.flickity-slider{
    position:absolute;
    width:100%;
    height:100%
}
.flickity-enabled.is-draggable{
    -webkit-tap-highlight-color:transparent;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.flickity-enabled.is-draggable .flickity-viewport{
    cursor:move;
    cursor:-webkit-grab;
    cursor:grab
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{
    cursor:-webkit-grabbing;
    cursor:grabbing
}
.flickity-button{
    position:absolute;
    background:hsla(0,0%,100%,.75);
    border:none;
    color:#333
}
.flickity-button:hover{
    background:#fff;
    cursor:pointer
}
.flickity-button:focus{
    outline:0;
    box-shadow:0 0 0 5px #19f
}
.flickity-button:active{
    opacity:.6
}
.flickity-button:disabled{
    opacity:.3;
    cursor:auto;
    pointer-events:none
}
.flickity-button-icon{
    fill:currentColor
}
.flickity-prev-next-button{
    top:50%;
    width:44px;
    height:44px;
    border-radius:50%;
    transform:translateY(-50%)
}
.flickity-prev-next-button.next{
    right:10px
}
.flickity-rtl .flickity-prev-next-button.previous{
    left:auto;
    right:10px
}
.flickity-rtl .flickity-prev-next-button.next{
    right:auto;
    left:10px
}
.flickity-prev-next-button .flickity-button-icon{
    position:absolute;
    left:20%;
    top:20%;
    width:60%;
    height:60%
}
.flickity-page-dots{
    position:absolute;
    width:100%;
    bottom:-25px;
    padding:0;
    margin:0;
    list-style:none;
    text-align:center;
    line-height:1
}
.flickity-rtl .flickity-page-dots{
    direction:rtl
}
.flickity-page-dots .dot{
    display:inline-block;
    width:10px;
    height:10px;
    margin:0 8px;
    background:#333;
    border-radius:50%;
    opacity:.25;
    cursor:pointer
}
.flickity-page-dots .dot.is-selected{
    opacity:1
}
.widget_shopping_cart_content .blockUI.blockOverlay,.woocommerce-checkout-review-order .blockUI.blockOverlay{
    background-color:#fff!important;
    opacity:.6!important
}
.widget_shopping_cart_content .blockUI.blockOverlay::before,.woocommerce-checkout-review-order .blockUI.blockOverlay::before{
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-.5em;
    margin-top:-.5em;
    content:'';
    line-height:1;
    text-align:center;
    font-size:2em;
    border-top:3px solid rgba(0,0,0,.1)!important;
    border-right:3px solid rgba(0,0,0,.1)!important;
    border-bottom:3px solid rgba(0,0,0,.1)!important;
    pointer-events:none;
    border-left:3px solid #446084;
    animation:spin .6s infinite linear;
    border-radius:50%;
    width:30px;
    height:30px
}
.category-page-row{
    padding-top:30px
}
.price_slider_amount input{
    display:none
}
.woocommerce-result-count{
    display:inline-block;
    margin:0 1em 0 auto
}
.woocommerce-ordering,.woocommerce-ordering select{
    margin:5px 0;
    display:inline-block
}
.add_to_cart_button.added{
    display:none
}
a.added_to_cart{
    display:inline-block;
    font-size:.9em;
    padding:10px 0;
    text-transform:uppercase;
    font-weight:700
}
a.added_to_cart:after{
    content:" в†’"
}
.grid-style-3 .title-wrapper{
    -ms-flex:1;
    flex:1;
    padding-right:15px;
    min-width:60%;
    overflow:hidden;
    text-overflow:ellipsis
}
.grid-style-3 .price-wrapper{
    text-align:right
}
.grid-style-3 .star-rating{
    margin:.2em 0;
    text-align:right
}
.grid-style-3 .price del{
    display:block
}
.grid-style-3 .price del span.amount{
    margin:0
}
.products .box-vertical .box-text{
    font-size:1.1em
}
.page-numbers.button.current{
    pointer-events:none;
    opacity:.6
}
.grid-tools{
    display:-ms-flexbox;
    display:flex;
    width:100%;
    padding:0!important;
    margin-bottom:-1px;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    white-space:nowrap
}
.grid-tools a{
    text-overflow:ellipsis;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    opacity:.95;
    display:block;
    width:100%;
    padding:.4em 0 .5em;
    font-size:.85em;
    font-weight:700;
    text-transform:uppercase;
    background-color:#446084;
    color:#f1f1f1;
    transition:opacity .3s
}
.grid-tools a+a{
    border-left:1px solid rgba(255,255,255,.1)
}
.grid-tools a:hover{
    color:#fff;
    opacity:1
}
@media (max-width:849px){
    .category-filter-row{
        padding:10px 0
    }
}
.filter-button{
    display:inline-block;
    margin-top:.5em
}
.box-image .out-of-stock-label{
    color:#333;
    font-weight:700;
    text-transform:uppercase;
    position:absolute;
    top:40%;
    left:0;
    right:0;
    background:#fff;
    padding:20px 0;
    background:rgba(255,255,255,.9);
    text-align:center;
    opacity:.9
}
.featured-title .woocommerce-result-count{
    display:none
}
.widget_product_categories>ul>li{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    -ms-flex-align:center;
    align-items:center
}
.widget_product_categories>ul>li span{
    font-size:.85em;
    opacity:.4
}
.widget_product_categories>ul>li ul span.count{
    display:none
}
.message-wrapper+.login{
    padding:30px;
    background-color:rgba(0,0,0,.03)
}
.woocommerce-form-login .button{
    margin-bottom:0
}
.woocommerce-billing-fields{
    padding-top:15px;
    border-top:2px solid #ddd
}
.woocommerce-billing-fields p{
    margin-bottom:.5em
}
form.checkout h3{
    font-size:1.1em;
    overflow:hidden;
    padding-top:10px;
    font-weight:bolder;
    text-transform:uppercase
}
form.checkout input[type=checkbox]{
    margin-top:0;
    margin-bottom:0;
    margin-right:.5em
}
.payment_methods li+li{
    padding-top:7px;
    border-top:1px solid #ececec
}
.payment_method_paypal img{
    max-width:130px;
    margin:0 10px
}
p.form-row-wide{
    clear:both
}
p.form-row-push{
    margin-top:-15px
}
@media (min-width:550px){
    p.form-row-first,p.form-row-last{
        width:48%;
        float:left
    }
    p.form-row-first{
        margin-right:4%
    }
}
input#place_order{
    font-size:1.2em;
    white-space:normal;
    line-height:1.2;
    padding-top:.5em;
    padding-bottom:.5em
}
#ship-to-different-address{
    padding-top:0
}
#ship-to-different-address label{
    text-transform:none;
    font-weight:400
}
#billing_address_2_field>label{
    width:0;
    opacity:0;
    overflow:hidden;
    white-space:nowrap
}
.wc-terms-and-conditions{
    margin-top:-15px;
    border-top:1px solid #ececec;
    padding:15px 0
}
.wc-terms-and-conditions input{
    margin-bottom:0
}
.wc-terms-and-conditions label{
    font-weight:400
}
div.create-account{
    clear:both
}
.form-row.create-account{
    font-size:1.1em;
    margin:0
}
.form-row.create-account label{
    font-weight:400
}
.page-checkout-simple{
    padding:3% 0
}
.js_active .woocommerce-account-fields p.create-account+div.create-account,.js_active .woocommerce-shipping-fields #ship-to-different-address+div.shipping_address{
    display:none
}
.widget_price_filter form{
    margin:0
}
.widget_price_filter .price_slider{
    margin-bottom:1em;
    background:#f1f1f1
}
.widget_price_filter .price_label{
    padding-top:6px
}
.widget_price_filter span{
    font-weight:700
}
 .widget_price_filter .price_slider_amount{
     text-align:right;
     line-height:1;
     font-size:.8751em;
     display: flex;
     flex-direction: column-reverse;
}
 .widget_price_filter .price_slider_amount .button{
    border-radius:99px;
    background-color:#666;
    float:left;
    font-size:.85em
}
.widget_price_filter .ui-slider{
    position:relative;
    text-align:left
}
.widget_price_filter .ui-slider .ui-slider-handle{
    position:absolute;
    z-index:2;
    width:15px;
    height:15px;
    cursor:pointer;
    outline:0;
    top:-5px;
    border-radius:999px;
    background-color:#666
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child{
    margin-left:-10px
}
.widget_price_filter .ui-slider .ui-slider-range{
    position:absolute;
    opacity:.5;
    border-radius:99px;
    z-index:1;
    font-size:10px;
    display:block;
    border:0;
    background-color:#666
}
.widget_price_filter .ui-slider-horizontal{
    height:5px;
    border-radius:99px
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range{
    top:0;
    height:100%
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{
    left:-1px
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{
    right:-1px
}
.widget li.chosen a:before{
    content:'x';
    display:inline-block;
    opacity:.6;
    color:currentColor;
    margin-right:5px
}
.wc-layered-nav-term.chosen>a:before{
    background-color:#f1f1f1;
    border:1px solid rgba(0,0,0,.1);
    line-height:12px;
    width:18px;
    height:18px;
    text-align:center;
    border-radius:99px
}
.widget_layered_nav_filters ul li.chosen{
    display:inline-block;
    margin-right:10px;
    border:0!important
}
.widget_layered_nav_filters ul li.chosen a{
    display:inline-block;
    background-color:#f1f1f1;
    border:1px solid rgba(0,0,0,.1);
    border-radius:99px;
    opacity:.9;
    padding:0 7px;
    font-size:.85em;
    font-weight:400
}
.dark .widget_layered_nav_filters ul li.chosen a{
    color:#fff;
    background-color:rgba(0,0,0,.5)
}
.widget_layered_nav_filters ul li.chosen a:before{
    content:'x';
    opacity:.4;
    margin-right:3px
}
.widget_layered_nav_filters ul li.chosen a:hover:before{
    opacity:1
}
.woocommerce-product-gallery figure{
    margin:0
}
.woocommerce-shipping-calculator{
    margin:5px 0
}
.woocommerce-shipping-calculator>p:first-child{
    margin:5px 0 0 0
}
.woocommerce-shipping-calculator p+.shipping-calculator-form{
    padding-top:10px
}
.message-wrapper{
    margin:0;
    padding-bottom:.5em
}
#wrapper>.message-wrapper{
    padding-top:.75em;
    padding-bottom:.75em;
    margin-bottom:10px;
    font-size:1.1em
}
ul.message-wrapper li{
    list-style:none
}
.message-container span{
    font-weight:700
}
.message-container .wc-forward{
    display:none
}
.message-container a{
    margin:0 15px 0 0
}
.container .message-container{
    padding-left:0;
    padding-right:0
}
.message-wrapper+main .product-main{
    padding-top:0
}
.demo_store{
    padding:5px;
    margin:0;
    text-align:center;
    background-color:#000;
    color:#fff
}
.has-transparent+main>.message-wrapper{
    position:fixed;
    z-index:999;
    width:100%;
    bottom:0;
    background-color:#fff;
    box-shadow:1px 1px 10px 1px rgba(0,0,0,.1)
}
.form-row input[type=submit]{
    margin:0
}
.form-row input[type=submit]+label{
    margin-left:15px
}
.my-account-header.featured-title .page-title-inner{
    min-height:100px
}
.my-account-header .button{
    margin-top:5px;
    margin-bottom:5px
}
form.lost_reset_password{
    padding:30px 0
}
.dashboard-links{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    line-height:1;
    font-size:1.3em;
    list-style:none
}
.dashboard-links a{
    display:block;
    border-radius:5px;
    padding:20px 0;
    border:1px solid #ddd;
    text-align:center;
    margin-right:10px;
    transition:all .3s
}
.dashboard-links .active{
    display:none
}
.dashboard-links a:hover{
    background-color:#333;
    color:#fff
}
.dashboard-links li{
    width:33.333%
}
@media (max-width:849px){
    .dashboard-links li{
        width:50%
    }
}
@media (max-width:549px){
    .dashboard-links li{
        width:100%
    }
}
.price{
    line-height:1
}
.product-info .price{
    font-size:1.5em;
    margin:.5em 0;
    font-weight:bolder
}
.woocommerce-variation-price{
    border-top:1px dashed #ddd;
    font-size:.8em;
    padding:7.5px 0
}
.price-wrapper .price{
    display:block
}
span.amount{
    white-space:nowrap;
    color:#111;
    font-weight:700
}
.dark .price,.dark span.amount{
    color:#fff
}
.header-cart-title span.amount{
    color:currentColor
}
del span.amount{
    opacity:.6;
    font-weight:400;
    margin-right:.3em
}
.no-prices .amount{
    display:none!important
}
ul.product_list_widget li{
    list-style:none;
    padding:10px 0 5px 75px;
    min-height:80px;
    position:relative;
    overflow:hidden;
    vertical-align:top;
    line-height:1.33
}
ul.product_list_widget li+li{
    border-top:1px solid #ececec
}
.dark ul.product_list_widget li{
    border-color:rgba(255,255,255,.2)
}
.widget_shopping_cart ul.product_list_widget li{
    padding-right:30px
}
ul.product_list_widget li>span.reviewer{
    font-size:.8em
}
ul.product_list_widget li a:not(.remove){
    display:block;
    margin-bottom:5px;
    padding:0;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height:1.3
}
ul.product_list_widget li a.remove{
    position:absolute;
    right:0;
    z-index:9
}
ul.product_list_widget li dl{
    margin:0;
    line-height:1;
    font-size:.7em
}
ul.product_list_widget li img{
    top:10px;
    position:absolute;
    left:0;
    width:60px;
    height:60px;
    margin-bottom:5px;
    object-fit:cover;
    object-position:50% 50%
}
ul.product_list_widget li .quantity{
    display:block;
    margin-top:3px;
    font-size:.85em;
    opacity:.6
}
.product-main{
    padding:40px 0
}
.page-title:not(.featured-title)+main .product-main{
    padding-top:15px
}
.product-info{
    padding-top:10px
}
.product-summary .woocommerce-Price-currencySymbol{
    font-size:.75em;
    vertical-align:top;
    display:inline-block;
    margin-top:.05em
}
.product-summary .quantity{
    margin-bottom:1em
}
.product-summary .variations_button{
    padding:.5em 0
}
.product-summary table tr+tr{
    border-top:1px dashed #ddd
}
.product_meta{
    font-size:.8em;
    margin-bottom:1em
}
.product_meta>span{
    display:block;
    border-top:1px dotted #ddd;
    padding:5px 0
}
.product-info p.stock{
    margin-bottom:1em;
    line-height:1.3;
    font-size:.8em;
    font-weight:700
}
p.in-stock{
    color:#7a9c59
}
.group_table .quantity{
    margin:0
}
.group_table .price{
    font-size:1em
}
.group_table .label label{
    padding:0;
    margin:0
}
.product-gallery,.product-thumbnails .col{
    padding-bottom:0!important
}
.product-gallery-slider img,.product-thumbnails img{
    width:100%
}
.product-gallery-wide{
    position:relative
}
@media screen and (min-width:850px){
    .product-gallery-stacked{
        white-space:normal!important;
        overflow:auto!important;
        width:auto!important
    }
    .product-gallery-stacked .flickity-slider,.product-gallery-stacked .flickity-viewport{
        height:auto!important
    }
    .product-gallery-stacked .flickity-slider,.product-gallery-stacked .slide{
        position:relative!important;
        -ms-transform:none!important;
        transform:none!important;
        left:0!important;
        right:0!important
    }
    .product-gallery-stacked .slide{
        overflow:hidden
    }
    .product-gallery-stacked .slide:not(:last-child){
        margin-bottom:1.5em
    }
    .product-stacked-info{
        padding:5vh 5% 2vh
    }
}
.product-thumbnails{
    padding-top:0
}
.product-thumbnails a{
    overflow:hidden;
    display:block;
    border:1px solid transparent;
    background-color:#fff;
    -ms-transform:translateY(0);
    transform:translateY(0)
}
.product-thumbnails .is-nav-selected a,.product-thumbnails a:hover{
    border-color:rgba(0,0,0,.2)
}
.product-thumbnails img{
    margin-bottom:-5px;
    opacity:.5;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    transition:transform .6s,opacity .6s
}
.product-thumbnails .is-nav-selected a img,.product-thumbnails a:hover img{
    border-color:rgba(0,0,0,.3);
    -ms-transform:translateY(-5px);
    transform:translateY(-5px);
    opacity:1
}
.vertical-thumbnails .row-slider:not(.flickity-enabled){
    opacity:0
}
@media screen and (min-width:850px){
    .vertical-thumbnails{
        overflow-x:hidden;
        overflow-y:auto
    }
    .vertical-thumbnails .col{
        position:relative!important;
        left:0!important;
        max-width:100%!important;
        min-height:0!important;
        margin-left:1px;
        width:95%!important;
        right:0!important;
        padding:0 0 15px!important
    }
    .vertical-thumbnails .flickity-slider,.vertical-thumbnails .flickity-viewport{
        -ms-transform:none!important;
        transform:none!important;
        overflow:visible!important;
        height:auto!important
    }
}
.product-footer .woocommerce-tabs{
    padding:30px 0;
    border-top:1px solid #ececec
}
.product-footer .woocommerce-tabs>.nav-line-grow,.product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical){
    margin-top:-31px
}
#product-sidebar .next-prev-thumbs{
    margin:-.5em 0 3em
}
.product-sidebar-small{
    font-size:.9em
}
.product-sidebar-small .widget-title{
    text-align:center
}
.product-sidebar-small .is-divider{
    margin-left:auto;
    margin-right:auto
}
.product-sidebar-small ul.product_list_widget li{
    padding-left:60px
}
.product-sidebar-small ul.product_list_widget li img{
    width:50px;
    height:50px
}
.product-section{
    border-top:1px solid #ececec
}
.easyzoom-notice{
    display:none
}
.easyzoom-flyout{
    position:absolute;
    z-index:1;
    overflow:hidden;
    background:#fff;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events:none;
    transition:opacity 1s;
    animation-delay:1s;
    animation:stuckFadeIn .6s
}
@media (max-width:849px){
    .easyzoom-flyout{
        display:none!important
    }
}
.product-gallery-slider .slide .easyzoom-flyout img{
    max-width:1000px!important;
    width:1000px!important
}
.woocommerce-product-gallery__trigger{
    display:none
}
.product-info .composite_form .composite_navigation .page_button{
    font-size:1em;
    line-height:1.2;
    font-weight:400
}
.woocommerce-pagination ul.links li{
    margin-left:inherit
}
.flex-viewport{
    max-height:2000px;
    transition:all 1s ease;
    cursor:pointer
}
.flex-viewport aВ{
    display:block
}
.flex-viewport img{
    width:100%
}
.flex-control-thumbs{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:10px -5px 0 -5px
}
.flex-control-thumbs li{
    list-style:none;
    width:25%;
    padding:0 5px;
    cursor:pointer
}
.flex-control-thumbs li img{
    opacity:.6
}
.flex-control-thumbs li img.flex-active{
    opacity:1
}
.quantity,.text-center .quantity{
    opacity:1;
    display:inline-block;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-right:1em;
    white-space:nowrap;
    vertical-align:top
}
.button+.quantity,.text-center .button+.quantity{
    margin-right:0
}
.quantity+.button{
    margin-right:0;
    font-size:1em
}
#wrapper .quantity .minus,.mfp-content .product-lightbox-inner .quantity .minus{
    border-right:0!important;
    border-top-right-radius:0!important;
    border-bottom-right-radius:0!important
}
#wrapper .quantity .plus,.mfp-content .product-lightbox-inner .quantity .plus{
    border-left:0!important;
    border-top-left-radius:0!important;
    border-bottom-left-radius:0!important
}
.quantity .minus,.quantity .plus{
    padding-left:.5em;
    padding-right:.5em
}
.quantity input{
    padding-left:0;
    padding-right:0;
    display:inline-block;
    vertical-align:top;
    margin:0
}
.quantity input[type=number]{
    max-width:2.5em;
    width:2.5em;
    text-align:center;
    border-radius:0!important;
    -webkit-appearance:textfield;
    -moz-appearance:textfield;
    appearance:textfield;
    font-size:1em
}
@media (max-width:550px){
    .quantity input[type=number]{
        width:2em
    }
}
.quantity input[type=number]::-webkit-inner-spin-button,.quantity input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance:none;
    margin:0
}
.cart-icon{
    display:inline-block
}
.cart-icon strong{
    border-radius:0;
    font-weight:700;
    margin:.3em 0;
    border:2px solid #446084;
    color:#446084;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    text-align:center;
    width:2.2em;
    height:2.2em;
    font-size:1em;
    line-height:1.9em;
    font-family:Helvetica,Arial,Sans-serif
}
.cart-icon strong:after{
    transition:height .1s ease-out;
    bottom:100%;
    margin-bottom:0;
    margin-left:-7px;
    height:8px;
    width:14px;
    left:50%;
    content:' ';
    position:absolute;
    pointer-events:none;
    border:2px solid #446084;
    border-top-left-radius:99px;
    border-top-right-radius:99px;
    border-bottom:0
}
.cart-icon:hover strong,.current-dropdown .cart-icon strong{
    background-color:#446084;
    color:#fff
}
.cart-icon:hover strong:after,.current-dropdown .cart-icon strong:after{
    height:10px
}
.nav-small .cart-icon{
    font-size:.66em
}
.nav-dark .cart-icon strong{
    color:#fff;
    border-color:#fff
}
.nav-dark .cart-icon:hover strong,.nav-dark .current-dropdown .cart-icon strong{
    background-color:#fff;
    color:#446084
}
.nav-dark .cart-icon strong:after{
    border-color:#fff
}
.loading .cart-icon strong,.loading .cart-icon strong:after{
    border-color:#7a9c59;
    color:#7a9c59
}
.loading .cart-icon:hover strong{
    background-color:#7a9c59;
    color:#fff
}
.header-cart-icon{
    position:relative
}
@media (min-width:850px){
    .off-canvas .off-canvas-cart{
        width:320px
    }
}
.cross-sells h2{
    font-size:1.2em;
    margin-bottom:1em
}
.checkout ul li,.shop_table ul li{
    list-style:none;
    margin:0
}
.shop_table .quantity{
    margin:0
}
td.product-name{
    word-break:break-word;
    text-overflow:ellipsis
}
td.product-thumbnail{
    min-width:60px;
    max-width:90px;
    width:90px
}
td.product-remove{
    width:20px;
    padding:0
}
.shop_table tfoot th{
    font-size:85%;
    text-transform:inherit;
    letter-spacing:0
}
.cart_totals tbody tr td,.shop_table tfoot tr td,.shop_table thead tr th:last-of-type,.shop_table tr td:last-of-type,td.product-total{
    text-align:right
}
.shop_table .order-total td,.shop_table .order-total th,.shop_table thead th{
    border-width:3px
}
.shop_table th:last-child{
    border-right:0
}
.shop_table .cart_item td{
    padding-top:15px;
    padding-bottom:15px
}
.shop_table .actions{
    border:0;
    padding:15px 0 10px
}
.shop_table .submit-col{
    padding-left:30px
}
@media (max-width:849px){
    .shop_table{
        font-size:.9em
    }
    .shop_table tr.shipping th{
        width:50%
    }
    .shop_table .product-name{
        min-width:80px
    }
    .shop_table .product-remove{
        position:relative;
        width:0
    }
    .shop_table .product-remove a{
        position:absolute;
        top:10px;
        left:0;
        width:24px;
        height:24px;
        line-height:18px!important;
        font-size:18px!important
    }
}
@media (max-width:549px){
    .shop_table .product-price{
        display:none
    }
    .shop_table .product-subtotal{
        display:none
    }
    .product-quantity{
        text-align:right
    }
    .cross-sells{
        overflow:hidden
    }
}
.cart_totals tbody th{
    font-size:.9em;
    text-transform:inherit;
    letter-spacing:0;
    font-weight:400
}
.cart_totals>h2{
    display:none
}
.cart_totals .button{
    min-width:100%;
    margin-right:0;
    display:block
}
.cart_totals .wc-proceed-to-checkout{
    margin:1.5em 0
}
.shipping label,.shipping li,.shipping ul{
    text-transform:inherit;
    margin:0
}
.shipping ul{
    min-width:150px
}
.woocommerce-shipping-calculator{
    font-size:.9em
}
.cart-discount{
    background-color:rgba(122,156,89,.2);
    font-size:.85em
}
.cart-discount td,.cart-discount th{
    padding:10px 5px
}
.cart-sidebar .widget-title{
    border-bottom:3px solid #ececec;
    font-size:.95em;
    padding-bottom:10px;
    margin-bottom:15px
}
.widget_shopping_cart .button{
    width:100%;
    margin:.5em 0 0
}
.widget_shopping_cart li.empty{
    padding:0 10px!important;
    margin:0;
    min-height:0;
    text-align:center
}
.widget_shopping_cart p.total{
    text-align:center;
    padding:10px 0;
    border-top:1px solid #ececec;
    border-bottom:2px solid #ececec;
    margin-bottom:.5em
}
.dark .widget_shopping_cart p.total{
    border-color:rgba(255,255,255,.2)
}
.nav-dropdown .product_list_widget{
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    max-height:500px;
    max-height:50vh
}
.tagcloud{
    padding-bottom:15px
}
.tagcloud a{
    font-size:.8em!important;
    display:inline-block;
    border:1px solid currentColor;
    opacity:.8;
    margin:0 3px 5px 0;
    padding:2px 5px;
    border-radius:3px
}
.tagcloud a:hover{
    opacity:1;
    border-color:#446084;
    background-color:#446084;
    color:#fff
}
.variations{
    position:relative
}
.variations td{
    vertical-align:middle;
    padding:.2em 0;
    border:0
}
.variations .reset_variations{
    position:absolute;
    right:0;
    bottom:95%;
    color:currentColor;
    opacity:.6;
    font-size:11px;
    text-transform:uppercase
}
.accs-table{
    font-size:14px
}
.accs-table th{
    text-transform:none;
    padding:10px 0;
    background:#1e73be;
    color:#fff
}
.accs-table th:first-child{
    padding-left:10px
}
.accs-table tr{
    -webkit-transition:background-color .2s ease;
    -o-transition:background-color .2s ease;
    transition:background-color .2s ease
}
.accs-table td{
    padding:8px 0;
    text-align:center
}
.accs-table td:last-child{
    font-weight:700;
    color:#1e73be
}
.accs-table td:first-child{
    text-align:left;
    padding-left:5px
}
.accs-table tr:hover{
    background-color:#f6f6f6
}
.accs-table_full{
    font-size:16px;
    margin-bottom:30px
}
.product-footer .woocommerce-tabs{
    padding-top:0
}
#product-sidebar,.cart,.image-tools,.product-tabs{
    display:none!important
}
.large-9 .accs-table td:first-child{
    max-width:310px
}
html{
    line-height:1.2;
    -webkit-text-size-adjust:100%
}
body{
    margin:0
}
h1{
    font-size:2em;
    margin:.67em 0
}
hr{
    box-sizing:content-box;
    height:0;
    overflow:visible
}
pre{
    font-family:monospace,monospace;
    font-size:1em
}
a{
    background-color:transparent
}
abbr[title]{
    border-bottom:none;
    text-decoration:underline;
    text-decoration:underline dotted
}
b,strong{
    font-weight:bolder
}
code,kbd,samp{
    font-family:monospace,monospace;
    font-size:1em
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
img{
    border-style:none
}
button,input,optgroup,select,textarea{
    font-family:inherit;
    font-size:100%;
    line-height:1.15;
    margin:0
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    border-style:none;
    padding:0
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
    outline:1px dotted ButtonText
}
fieldset{
    padding:.35em .75em .625em
}
legend{
    box-sizing:border-box;
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal
}
progress{
    vertical-align:baseline
}
textarea{
    overflow:auto
}
[type=checkbox],[type=radio]{
    box-sizing:border-box;
    padding:0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
details{
    display:block
}
summary{
    display:list-item
}
template{
    display:none
}
[hidden]{
    display:none
}
@font-face{
    font-display:swap;
    font-family:OpenSans;
    src:local("OpenSans"),local("OpenSans-Regular"),url(../fonts/OpenSans-Regular.woff) format("woff");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-display:swap;
    font-family:PTSans;
    src:local("PTSans"),local("PTSansCaptionBold.woff"),url(../fonts/PTSansCaptionBold.woff) format("woff");
    font-weight:700;
    font-style:normal
}
::-webkit-input-placeholder{
    color:#666
}
::-moz-placeholder{
    color:#666
}
::-ms-input-placeholder{
    color:#666
}
::placeholder{
    color:#666
}
::-moz-selection{
    background-color:#1e73be;
    color:#fff
}
::selection{
    background-color:#1e73be;
    color:#fff
}
body{
    font-size:16px;
    min-width:320px;
    position:relative;
    line-height:1.65;
    font-family:OpenSans,sans-serif;
    overflow-x:hidden;    
    color:#555
}
a{
    color:#334862;
    text-decoration:none
}
img{
    max-width:100%;
    height:auto;
    vertical-align:top
}
.full-width{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(100% - 30px);
    width:calc(100% - 30px)
}
.button{
    display:inline-block;
    background-color:rgba(30,115,190,.9);
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    font-size:16px;
    padding:0 20px;
    line-height:37px;
    outline:0;
    border:none;
    cursor:pointer;
    vertical-align:top;
    -webkit-transition:background-color .3s ease;
    -o-transition:background-color .3s ease;
    transition:background-color .3s ease;
    font-weight:700;
    text-decoration:none
}
.button:hover{
    background-color:#064e84
}
.button_head{
    padding:0 8px;
    border: 2px solid #17ff00;
    font-size:14px;
    margin-left:15px;
    text-transform:none
}
textarea{
    min-height:120px
}
.content-area .woocommerce-breadcrumb{
    display:none
}
input[type=email],input[type=tel],input[type=text],input[type=url],textarea{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background-color:#fff;
    border:1px solid #ddd;
    outline:0;
    width:100%;
    padding-left:10px;
    font-size:14px;
    height:40px;
    max-width:100%;
    color:#333;
    margin-top:5px;
    margin-bottom:5px;
    -webkit-transition:border-color .2s ease;
    -o-transition:border-color .2s ease;
    transition:border-color .2s ease;
    vertical-align:top;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
}
input[type=email]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{
    border-color:#ed1000
}
select{
    border:1px solid #ddd;
    padding:0 10px;
    height:40px;
    font-size:14px;
    max-width:100%;
    width:100%;
    vertical-align:middle;
    color:#333;
    -webkit-transition:color .3s,border .3s,background .3s,opacity .3s;
    -o-transition:color .3s,border .3s,background .3s,opacity .3s;
    transition:color .3s,border .3s,background .3s,opacity .3s
}
label{
    display:block;
    color:#000;
    font-weight:700;
    font-size:14px
}
.back_to_top{
    position:fixed;
    bottom:80px;
    right:40px;
    z-index:9999;
    width:40px;
    height:40px;
    text-align:center;
    line-height:30px;
    background:#1e73be;
    cursor:pointer;
    -webkit-border-radius:2px;
    border-radius:2px;
    display:none;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
    background-image:url(../img/social/arrow-up.ico);
    -webkit-background-size:20px 20px;
    background-size:20px;
    background-repeat:no-repeat;
    background-position:center;
    -webkit-border-radius:50px;
    border-radius:50px
}
.back_to_top svg{
    fill:#fff
}
.back_to_top:hover{
    opacity:.9
}
.back_to_top-show{
    display:block
}
h1,h2,h3,h4,h5,h6{
    font-family:PTSans,sans-serif;
    color:#555;
    line-height:2;
    padding:0;
    margin-bottom:10px;
    margin-top:0
}
p{
    color:#777
}
.container{
    max-width:1050px;
    padding-left:15px;
    padding-right:15px;
    margin:0 auto
}
@media (max-width:1200px){
    .container{
        padding-left:30px;
        padding-right:30px
    }
}
@media (max-width:992px){
    .container{
        padding-left:15px;
        padding-right:15px
    }
}
@media (max-width:768px){
    .container{
        padding-left:15px;
        padding-right:15px
    }
}
@media (max-width:576px){
    .container{
        padding-left:15px;
        padding-right:15px
    }
}
.row{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-15px;
    margin-right:-15px
}
b,strong{
    color:#777
}
.popup{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000
}
.popup_active{
    display:block
}
.popup__bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.7);
    cursor:pointer;
    -webkit-transition:background-color .2s ease;
    -o-transition:background-color .2s ease;
    transition:background-color .2s ease
}
.popup__bg:hover{
    background-color:rgba(0,0,0,.8)
}
.popup__form{
    position:absolute;
    width:100%;
    max-width:360px;
    top:50%;
    left:0;
    right:0;
    margin:auto;
    padding:30px 20px;
    background-color:#fff;
    -webkit-transform:translate3D(0,-50%,0);
    -ms-transform:translate3D(0,-50%,0);
    transform:translate3D(0,-50%,0)
}
.popup__policy{
    font-size:12px;
    text-align:center
}
.popup__close{
    position:absolute;
    top:15px;
    right:15px;
    cursor:pointer;
    font-weight:700;
    -webkit-transition:opacity .2s ease;
    -o-transition:opacity .2s ease;
    transition:opacity .2s ease
}
.popup__close:hover{
    opacity:.7
}
.popup__title{
    margin-bottom:10px;
    font-size:18px;
    font-weight:700;
    color:#ba0105;
    display:block;
    text-align:center
}
.popup .button{
    margin-top:10px;
    display:inline-block;
    padding:2px 25px;
    background-color:#d33;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease
}
.popup .button:hover{
    -webkit-box-shadow:inset 0 0 0 100px rgba(0,0,0,.2);
    box-shadow:inset 0 0 0 100px rgba(0,0,0,.2)
}
.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.header__logo{
    margin-left:15px
}
.header__top{
    background-color:#064e84;
    color:#fff;
    min-height:30px
}
.header__col{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(33.333333333333336% - 30px);
    width:calc(33.333333333333336% - 30px);
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center
}
@media (max-width:576px){
    .header__col{
        width:-webkit-calc(66.66666666666667% - 30px);
        width:calc(66.66666666666667% - 30px)
    }
}
.header__col:last-child{
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.header__col_big{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(66.66666666666667% - 30px);
    width:calc(66.66666666666667% - 30px)
}
@media (max-width:576px){
    .header__col_big{
        width:-webkit-calc(33.333333333333336% - 30px);
        width:calc(33.333333333333336% - 30px)
    }
}
.header__text{
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px
}
.header .email,.header .phone{
    color:#fff;
    text-decoration:none;
    font-size:12px;
    font-weight:400;
    -webkit-transition:color .3s ease;
    -o-transition:color .3s ease;
    transition:color .3s ease
}
.header .email img,.header .phone img{
    max-width:14px;
    vertical-align:middle;
    margin-right:5px
}
.header .email:hover,.header .phone:hover{
    color:#ffdc38
}
.header .lang{
    font-size:13px;
    padding-left:15px
}
.header .lang__item{
    color:#fff;
    text-decoration:none;
    padding-right:1px;
    -webkit-transition:color .3s ease;
    -o-transition:color .3s ease;
    transition:color .3s ease
}
.header .lang__item:active,.header .lang__item:focus,.header .lang__item:hover{
    color:#ffdc38
}
.header .lang__item_active{
    color:#ffdc38
}
.header .lang__item::after{
    content:"";
    display:inline-block;
    width:1px;
    bottom:0;
    margin-left:5px;
    height:12px;
    background:#fff;
    vertical-align:middle
}
.header .lang__item:last-child{
    padding-right:0
}
.header .lang__item:last-child::after{
    content:none
}
.header__bottom{
    background-color:#1e73be;
    padding:10px 0
}
.header__bottom .logo{
    width:180px;
    height:65px;
    display:inline-block;
    background:url(../img/logo.png) no-repeat left center
}
.topbar_center{
    text-align:center;
    display:block;
    -webkit-box-align:none;
    -webkit-align-items:none;
    -ms-flex-align:none;
    align-items:none;
    max-height:30px;
    line-height:30px
}
.topbar_center img{
    max-width:10px;
    vertical-align:middle;
    margin-right:6px
}
.nav__list{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    list-style:none;
    font-family:PTSans,sans-serif;
    font-weight:700
}
.nav__link{
    color:rgba(255,255,255,.8);
    text-decoration:none;
    padding:5px 0;
    -webkit-transition:color .3s ease;
    -o-transition:color .3s ease;
    transition:color .3s ease
}
.nav__link svg{
    width:15px;
    height:10px;
    display:inline-block;
    fill:rgba(255,255,255,.8)
}
.nav__link_active{
    color:#ffdc38;
    text-decoration:none;
    border-bottom:3px solid #ed1000
}
.nav__link:active,.nav__link:focus,.nav__link:hover{
    color:#ffdc38;
    border-bottom:3px solid #ed1000
}
.nav .menu-item{
    padding-left:15px;
    line-height:26px;
    font-size:13px;
    text-transform:uppercase;
    position:relative
}
.nav .menu-item:hover .submenu{
    display:block
}
.nav .submenu{
    display:none;
    position:absolute;
    top:30px;
    padding:20px;
    list-style:none;
    left:0;
    min-width:225px;
    margin:0;
    -webkit-box-shadow:1px 1px 15px rgba(0,0,0,.15);
    box-shadow:1px 1px 15px rgba(0,0,0,.15);
    text-align:left;
    height:auto;
    background-color:#fff;
    z-index:1;
    border:2px solid #ddd
}
.nav .submenu li{
    padding:10px 0
}
.nav .submenu li a{
    color:#777;
    display:block;
    text-decoration:none;
    text-transform:none;
    line-height:1.3;
    padding-bottom:5px;
    font-size:16px;
    font-family:OpenSans,sans-serif;
    font-weight:400;
    border-bottom:1px solid #ececec;
    -webkit-transition:color .3s ease;
    -o-transition:color .3s ease;
    transition:color .3s ease
}
.nav .submenu li a:hover{
    color:#000
}
.hero{
    position:relative
}



.hero__slide .overlay{
    position:absolute;
    top:0;
    bottom:0;
    height:100%;
    left:-1px;
    right:-1px;
    background:rgba(0,0,0,.5);
    -webkit-transition:opacity .6s,-webkit-transform .3s;
    transition:opacity .6s,-webkit-transform .3s;
    -o-transition:transform .3s,opacity .6s;
    transition:transform .3s,opacity .6s;
    transition:transform .3s,opacity .6s,-webkit-transform .3s;
    pointer-events:none
}
.hero__info{
    width:100%;
    max-width:635px;
    position:absolute;
    top:50%;
    left:0;
    right:23%;
    color:#fff;
    text-align:center;
    z-index:1;
    margin:auto;
    opacity:0;
    -webkit-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0)
}
.hero__info-next{
    right:0;
    left:28%;
    opacity:0;
    -webkit-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
    -webkit-transform:translate3d(-70px,-50%,0);
    transform:translate3d(-70px,-50%,0)
}
.hero__subtitle{
    font-family:PTSans,sans-serif;
    text-transform:uppercase;
    font-size:13px;
    color:#fff
}
.hero__title{
    font-family:PTSans,sans-serif;
    text-transform:uppercase;
    font-size:45px;
    color:#fff;
    letter-spacing:4px
}
.hero__text{
    color:#fff;
    font-family:OpenSans,sans-serif;
    font-weight:400;
    font-size:16px
}
.hero__mouse{
    position:absolute;
    left:50%;
    right:0;
    top:85%;
    animation-name:fly;
    -webkit-animation-duration:1.5s;
    animation-duration:1.5s;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
    -webkit-animation-name:fly;
    animation-name:fly
}
@-webkit-keyframes fly{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    50%{
        -webkit-transform:translateY(12%);
        transform:translateY(12%)
    }
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes fly{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    50%{
        -webkit-transform:translateY(12%);
        transform:translateY(12%)
    }
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
.hero .is-selected .hero__info{
    -webkit-animation-delay:.1s;
    animation-delay:.1s;
    -webkit-transform:translate3d(0,-50%,0) scale(1);
    transform:translate3d(0,-50%,0) scale(1);
    opacity:1!important
}
.hero .is-selected .hero__info-next{
    -webkit-animation-delay:.1s;
    animation-delay:.1s;
    -webkit-transform:translate3d(0,-50%,0) scale(1);
    transform:translate3d(0,-50%,0) scale(1);
    opacity:1!important
}
.flickity-prev-next-button.next{
    position:absolute;
    top:50%;
    background-color:transparent;
    margin:0;
    padding:0;
    width:35px;
    height:35px;
    color:#fff;
    border:2px solid #fff;
    -webkit-transform:translate3D(0,-50%,0);
    -ms-transform:translate3D(0,-50%,0);
    transform:translate3D(0,-50%,0);
    opacity:.7;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.flickity-prev-next-button.next:hover{
    background-color:#1e73be;
    border:2px solid #1e73be;
    opacity:1
}
.flickity-prev-next-button.next{
    right:30px!important
}
.flickity-prev-next-button.previous{
    position:absolute;
    top:50%;
    background-color:transparent;
    margin:0;
    padding:0;
    width:35px;
    height:35px;
    color:#fff;
    border:2px solid #fff;
    -webkit-transform:translate3D(0,-50%,0);
    -ms-transform:translate3D(0,-50%,0);
    transform:translate3D(0,-50%,0);
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
    opacity:.7
}
.flickity-prev-next-button.previous:hover{
    background-color:#1e73be;
    border:2px solid #1e73be;
    opacity:1
}
.flickity-prev-next-button.previous{
    left:30px!important
}
.flickity-prev-next-button:disabled{
    opacity:0!important;
    background:0 0!important;
    cursor:auto;
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
    pointer-events:none
}
.products{
    margin-top:60px;
    margin-bottom:30px
}
.products__item{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(25% - 0px);
    width:calc(25% - 0px);
    padding:0 21px 0;
    border-right:1px solid #ececec;
    text-decoration:none;
    color:#777;
    margin-left:0;
    margin-right:0;
    -webkit-transition:color .3s ease;
    -o-transition:color .3s ease;
    transition:color .3s ease;
    margin:0 auto
}
@media (max-width:992px){
    .products__item{
        width:-webkit-calc(41.66666666666667% - 30px);
        width:calc(41.66666666666667% - 30px)
    }
}
@media (max-width:576px){
    .products__item{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.products__item:hover{
    color:#000
}
.products__item:last-child{
    border-right:0;
    padding-right:0
}
.products__image{
    text-align:center;
    display:inline-block;
    height:150px
}
.products__info{
    text-align:center
}
.products__title{
    text-transform:uppercase;
    padding-top:20px;
    font-weight:700;
    font-size:17px;
    line-height:19px;
    font-family:PTSans,sans-serif;
    color:#555;
    text-align:center;
    display:block;
    margin-bottom:15px
}
.products__title::after{
    content:"";
    width:100px;
    height:3px;
    background:#ed1000;
    display:block;
    margin:auto;
    margin-top:10px
}
.products__text{
    font-size:15px;
    font-weight:400
}
.products__text p{
    margin:0
}
.section_about{
    min-height:500px;
    position:relative
}
.section_about::after{
    content:"";
    top:0;
    position:absolute;
    background-color:rgba(0,0,0,.5);
    width:100%;
    height:100%;
    display:inline-block;
    z-index:1
}
.section_padding{
    padding:40px 0
}
.section_bg{
    background-image:url(../img/bg/back1.jpg);
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
    background-position:63% 100%;
    position:relative;
    z-index:0
}
.section_bg::after{
    content:"";
    top:0;
    position:absolute;
    background-color:rgba(255,255,255,.91);
    width:100%;
    height:100%;
    display:inline-block;
    z-index:1
}
.section_grey{
    background-color:rgba(193,193,193,.3);
    padding:60px 0
}
.section__text{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(58.333333333333336% - 30px);
    width:calc(58.333333333333336% - 30px);
    text-transform:uppercase;
    margin:auto;
    text-align:center;
    font-family:PTSans,sans-serif;
    line-height:1.2;
    font-size:26px;
    color:#7779
}
@media (max-width:992px){
    .section__text{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.section__text span{
    color:#555
}
.about{
    padding-top:30px;
    padding-bottom:60px
}
.about-order{
    padding-bottom:0;
    margin:auto
}
.about__left{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(50% - 30px);
    width:calc(50% - 30px)
}
@media (max-width:992px){
    .about__left{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
@media (max-width:576px){
    .about__left{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.about__left img{
    width:100%;
    display:block;
    -webkit-box-shadow:0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    box-shadow:0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
}
.about__left-order{
    -webkit-box-ordinal-group:3;
    -webkit-order:2;
    -ms-flex-order:2;
    order:2
}
.about__right{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(50% - 30px);
    width:calc(50% - 30px);
    padding-right:20px
}
@media (max-width:992px){
    .about__right{
        width:-webkit-calc(66.66666666666667% - 30px);
        width:calc(66.66666666666667% - 30px)
    }
}
@media (max-width:576px){
    .about__right{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.about__right p{
    text-align:justify;
    padding:0;
    margin:0
}
.about__right-top{
    text-align:center;
    margin:auto
}
.about__text{
    padding:0 15px
}
.about__text h2{
    text-align:center;
    margin:0;
    padding-top:45px
}
.about__text h2 strong{
    color:#555
}
.about__text p{
    padding-top:0
}
.done,.page-content ul{
    padding:0;
    list-style:none;
    margin-left:20px
}
.done__list,.page-content ul li{
    line-height:26px;
    background-image:url(../img/checked-box.svg);
    -webkit-background-size:20px 20px;
    background-size:20px;
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:35px;
    padding-bottom:6px
}
.page-content{
    color:#777;
    padding-top:30px;
    padding-bottom:40px
}
.page-content iframe{
    width:100%
}
.news{
    padding:100px 0
}
.news__box-info{
    height:100%;
    -webkit-transition:opacity .3s,background-color .3s,-webkit-transform .3s;
    transition:opacity .3s,background-color .3s,-webkit-transform .3s;
    -o-transition:opacity .3s,transform .3s,background-color .3s;
    transition:opacity .3s,transform .3s,background-color .3s;
    transition:opacity .3s,transform .3s,background-color .3s,-webkit-transform .3s
}
.news__left{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(33.333333333333336% - 30px);
    width:calc(33.333333333333336% - 30px);
    z-index:2
}
@media (max-width:992px){
    .news__left{
        width:-webkit-calc(50% - 30px);
        width:calc(50% - 30px)
    }
}
@media (max-width:576px){
    .news__left{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.news__title{
    line-height:43px;
    font-size:36px;
    font-family:PTSans,sans-serif
}
.news__subtitle{
    font-size:16px;
    font-weight:700;
    line-height:26px;
    margin-bottom:20px
}
.news__subtitle::after{
    content:"";
    display:block;
    width:100px;
    height:3px;
    margin-top:20px;
    background:#ed1000
}
.news img{
    display:inline-block;
    height:230px
}
.news__right{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(66.66666666666667% - 30px);
    width:calc(66.66666666666667% - 30px);
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    z-index:2
}
@media (max-width:992px){
    .news__right{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.news__box{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(33.333333333333336% - 30px);
    width:calc(33.333333333333336% - 30px);
    position:relative;
    text-decoration:none;
    -webkit-box-shadow:0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    box-shadow:0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    background-color:#fff;
    color:#777;
    -webkit-transition:color .3s ease;
    -o-transition:color .3s ease;
    transition:color .3s ease
}
@media (max-width:992px){
    .news__box{
        width:-webkit-calc(66.66666666666667% - 30px);
        width:calc(66.66666666666667% - 30px)
    }
}
@media (max-width:576px){
    .news__box{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.news__box:hover{
    color:#000
}
.news__box:hover .news__date{
    background-color:rgba(30,115,190,.9);
    color:#fff
}
.news__box:hover .news__box-info{
    position:absolute
}
.news__box:hover .news__box-info:hover{
    -webkit-transform:translateY(-15px);
    -ms-transform:translateY(-15px);
    transform:translateY(-15px)
}
.news__box-image{
    display:block;
    text-align:center
}
.news__box-image img{
    height:50px;
    width:85px
}
.news__box-title{
    display:inline-block;
    padding-top:20px;
    font-family:PTSans,sans-serif;
    font-size:17px;
    line-height:22px;
    padding-left:15px;
    padding-right:15px
}
.news__box-text{
    display:inline-block;
    font-size:14px;
    line-height:23px;
    padding-left:15px;
    padding-right:15px
}
.news__date{
    position:absolute;
    display:block;
    top:8%;
    left:-7px;
    color:rgba(30,115,190,.9);
    border:2px solid rgba(30,115,190,.9);
    background-color:#fff;
    text-align:center;
    width:40px;
    height:35px;
    line-height:1;
    padding:2px;
    -webkit-transition:color .3s ease;
    -o-transition:color .3s ease;
    transition:color .3s ease
}
.news__date .day,.news__date .month{
    margin:0;
    font-size:12px;
    font-weight:700
}
.news__date .day{
    font-size:17px
}
.news__date-entry{
    top:13%
}
.parallax{
    z-index:2;
    text-align:center;
    position:relative
}
.parallax::after{
    content:"";
    top:0;
    position:absolute;
    background-color:rgba(0,0,0,.5);
    width:100%;
    height:100%;
    display:inline-block;
    z-index:1;
    left:0
}
.parallax-window{
    min-height:500px
}
.parallax__text{
    margin:auto;
    width:100%;
    position:absolute;
    top:50%;
    -webkit-transform:translate3D(0,-50%,0);
    -ms-transform:translate3D(0,-50%,0);
    transform:translate3D(0,-50%,0);
    font-size:44px;
    color:#fff;
    font-family:PTSans,sans-serif;
    text-transform:uppercase;
    font-weight:700;
    z-index:2
}
.title{
    text-align:center
}
.title-text{
    width:100%;
    text-align:center;
    font-family:PTSans,sans-serif;
    font-size:36px;
    text-transform:uppercase;
    display:inline-block;
    line-height:1
}
.title-text::after{
    content:"";
    width:100px;
    height:3px;
    background:#ed1000;
    display:block;
    margin:auto;
    margin-top:20px
}
.partners{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(100% - 30px);
    width:calc(100% - 30px);
    padding:30px 0
}
.partners__item{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(25% - 30px);
    width:calc(25% - 30px)
}
@media (max-width:576px){
    .partners__item{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.partners__item img{
    margin:auto;
    height:120px;
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
    display:block;
    -webkit-transition:opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    transition:opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    -o-transition:filter .6s,opacity .6s,transform .6s,box-shadow .3s;
    transition:filter .6s,opacity .6s,transform .6s,box-shadow .3s;
    transition:filter .6s,opacity .6s,transform .6s,box-shadow .3s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    opacity:.5;
    -webkit-transform:scale(.93);
    -ms-transform:scale(.93);
    transform:scale(.93)
}
.partners__item img:active,.partners__item img:focus,.partners__item img:hover{
    -webkit-filter:grayscale(0);
    filter:grayscale(0)
}
.partners .is-selected .partners__image{
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    opacity:1
}
.footer{
    background-color:#1e73be;
    color:rgba(255,255,255,.5);
    padding:10px 0
}
.footer__info{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(100% - 30px);
    width:calc(100% - 30px)
}
.footer__copyright{
    text-align:center;
    margin-top:5px;
    font-size:14px;
    color:rgba(255,255,255,.5)
}
.footer__copyright strong{
    color:rgba(255,255,255,.5)
}
.footer__copyright a{
    color:rgba(255,255,255,.5);
    display:inline-block;
    margin:5px
}
.payments__item{
    text-align:center
}
.payments__icon{
    display:inline-block;
    background-color:rgba(255,255,255,.1);
    opacity:.6;
    -webkit-transition:opacity .3s;
    -o-transition:opacity .3s;
    transition:opacity .3s;
    -webkit-border-radius:5px;
    border-radius:5px;
    padding-bottom:0;
    padding:3px 5px 5px;
    margin:3px 3px 0;
    cursor:pointer
}
.payments__icon svg{
    vertical-align:middle;
    height:20px;
    width:auto;
    fill:#fff
}
.payments__icon:hover{
    opacity:1
}
.batarei{
    padding-top:30px;
    padding-bottom:70px
}
.batarei__info{
    padding-left:15px;
    padding-right:15px;
    overflow:hidden
}
.batarei__image{
    width:350px
}
.batarei__title{
    font-size:27px;
    line-height:35px;
    color:#555;
    font-family:PTSans,sans-serif;
    text-transform:uppercase
}
.batarei__text a{
    -webkit-transition:color .3s ease;
    -o-transition:color .3s ease;
    transition:color .3s ease;
    color:#777;
    font-size:14px
}
.batarei__text a:hover{
    color:#000
}
.batarei__text ul{
    margin-left:20px
}
.batarei__text-dlja{
    text-align:center
}
.batarei__left{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(50% - 30px);
    width:calc(50% - 30px);
    display:inline-block;
    vertical-align:top
}
@media (max-width:992px){
    .batarei__left{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.batarei__right{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(50% - 30px);
    width:calc(50% - 30px);
    margin-left:0;
    display:inline-block
}
@media (max-width:992px){
    .batarei__right{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.batarei__right img{
    display:block
}
.table{
    width:100%
}
.accs-table a{
    color:#334862
}
.accs-table th{
    text-align:left;
    font-size:11px
}
.accs-table td{
    font-size:12.6px;
    color:#666
}
.accs-table td:first-child{
    max-width:360px
}
.table-magic .products{
    display:none
}
table{
    width:100%;
    border-color:#ececec;
    border-spacing:0;
    margin-bottom:10px
}
table td,table th{
    padding:5px;
    border-bottom:1px solid #ececee;
    line-height:1.3;
    font-size:14px;
    line-height:19px
}
table td a,table th a{
    text-decoration:none
}
table td a:hover,table th a:hover{
    text-decoration:underline
}
.size-full{
    text-align:center
}
.row-info p{
    color:#777;
    font-size:16px
}
.dlja{
    color:#334862;
    font-size:14px;
    line-height:19px;
    font-weight:700;
    -webkit-transition:color .3s ease;
    -o-transition:color .3s ease;
    transition:color .3s ease
}
.dlja:hover{
    color:#000
}
.image{
    margin:auto
}
.entry{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    padding-top:30px
}
.entry__left{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(100% - 30px);
    width:calc(100% - 30px);
    margin-bottom:100px
}
@media (max-width:992px){
    .entry__left{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.entry__left h2,.entry__left h6{
    text-align:center;
    line-height:12px
}
.entry__left h2 a,.entry__left h6 a{
    color:#334862;
    text-decoration:none;
    text-transform:uppercase
}
.entry__left h2{
    font-size:27px
}
.entry__left h2::after{
    content:"";
    width:30px;
    height:3px;
    display:block;
    background-color:rgba(0,0,0,.1);
    margin:auto;
    margin-top:30px
}
.entry__text::after{
    content:"";
    width:30px;
    height:3px;
    display:block;
    background-color:rgba(0,0,0,.1);
    margin:auto;
    margin-top:30px
}
.entry__image{
    padding-top:30px;
    position:relative
}
.entry__right{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(25% - 30px);
    width:calc(25% - 30px);
    position:relative
}
@media (max-width:992px){
    .entry__right{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.entry__right::before{
    content:"";
    width:1px;
    height:100%;
    background:#ececec;
    position:absolute;
    left:-17px
}
.social{
    text-align:center;
    padding-bottom:40px
}
.social_info{
    text-align:left;
    margin-top:20px;
    padding-bottom:0
}
.social_info svg{
    width:18px;
    height:18px
}
.social a{
    text-decoration:none;
    -webkit-border-radius:50px;
    border-radius:50px;
    display:inline-block;
    padding:2px 7px;
    border:2px solid silver
}
.social svg{
    fill:silver;
    width:20px;
    height:30px;
    vertical-align:middle
}
.social__facebook{
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.social__facebook:hover{
    background:#3a589d;
    border:2px solid #3a589d
}
.social__facebook:hover svg{
    fill:#fff
}
.social__twitter{
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.social__twitter:hover{
    background:#1e73be;
    border:2px solid #1e73be
}
.social__twitter:hover svg{
    fill:#fff
}
.social__message{
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.social__message:hover{
    background:#000;
    border:2px solid #000
}
.social__message:hover svg{
    fill:#fff
}
.social__pinterest{
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.social__pinterest:hover{
    background:#cb2320;
    border:2px solid #cb2320
}
.social__pinterest:hover svg{
    fill:#fff
}
.social__google-plus{
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.social__google-plus:hover{
    background:#dd4e31;
    border:2px solid #dd4e31
}
.social__google-plus:hover svg{
    fill:#fff
}
.social__linkedin{
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.social__linkedin:hover{
    background:#0072b7;
    border:2px solid #0072b7
}
.social__linkedin:hover svg{
    fill:#fff
}
.navigation{
    margin-bottom:40px
}
.navigation__prev{
    padding-top:15px;
    padding-bottom:15px;
    border-bottom:1px solid #ececec;
    border-top:1px solid #ececec
}
.navigation__prev a{
    text-decoration:none;
    color:#000;
    font-size:16px
}
.navigation__prev span{
    vertical-align:middle;
    line-height:1
}
.navigation__prev span img{
    width:20px
}
.form{
    width:100%;
    display:inline-block
}
.form-author,.form-email,.form-url{
    display:inline-block;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(33.333333333333336% - 30px);
    width:calc(33.333333333333336% - 30px);
    margin:0
}
.form input{
    height:35px
}
.widget{
    margin-bottom:25px
}
.widget-title{
    display:block;
    width:100%;
    font-size:16px;
    color:#777;
    text-transform:uppercase;
    font-weight:700
}
.widget-title::after{
    content:"";
    width:30px;
    height:3px;
    display:block;
    background-color:rgba(0,0,0,.1);
    margin-top:15px
}
.widget ul{
    padding:0
}
.widget ul li{
    list-style:none
}
.widget ul li .blog-posts{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    border-bottom:1px solid #ececec;
    padding-bottom:10px;
    margin:20px 0
}
.widget ul li .blog-posts:last-child{
    border-bottom:0
}
.widget ul li .news__date-blog{
    width:35px;
    position:relative;
    margin-left:5px
}
.widget ul li a{
    display:block;
    padding:5px 0;
    text-decoration:none;
    color:#334862;
    line-height:19px;
    -webkit-transition:color .3s ease;
    -o-transition:color .3s ease;
    transition:color .3s ease
}
.widget ul li a:hover{
    color:#000
}
.category{
    padding:20px 0 50px 0
}
.category__title{
    padding:0 15px 20px 15px
}
.category__table{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%
}
.category__left{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(25% - 30px);
    width:calc(25% - 30px)
}
@media (max-width:992px){
    .category__left{
        width:-webkit-calc(50% - 30px);
        width:calc(50% - 30px)
    }
}
@media (max-width:576px){
    .category__left{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.category__left .ui-slider-horizontal{
    height:5px;
    -webkit-border-radius:99px;
    border-radius:99px
}
.category__left .ui-slider{
    position:relative;
    text-align:left
}
.category__left .ui-slider .ui-slider-range{
    top:0;
    height:100%;
    position:absolute;
    opacity:.5;
    -webkit-border-radius:99px;
    border-radius:99px;
    z-index:1;
    font-size:10px;
    display:block;
    border:0;
    background-color:#666
}
.category__left .ui-slider-handle{
    position:absolute;
    z-index:2;
    width:15px;
    height:15px;
    cursor:pointer;
    outline:0;
    top:-5px;
    left:0;
    -webkit-border-radius:999px;
    border-radius:999px;
    background-color:#666
}
.category__left .ui-slider-handle:last-child{
    margin-left:-10px;
    left:100%
}
.category__left .price_slider_wrapper{
    padding-top:20px
}
.category__left .price_slider{
    margin-bottom:5px;
    background:#f1f1f1
}
.category__left .button{
    -webkit-border-radius:99px;
    border-radius:99px;
    background-color:#666;
    float:left;
    font-size:14px;
    min-height:5px;
    margin-top:20px;
    padding:0 10px;
    font-size:12px
}
.category__left .price_label{
    padding-top:22px;
    line-height:1;
    text-align:right;
    font-size:14px;
    color:#777
}
.category__left .price_label .from,.category__left .price_label .to{
    font-weight:700
}
.category__left .select2-hidden-accessible{
    background-color:#fff;
    border:1px solid #aaa;
    -webkit-border-radius:4px;
    border-radius:4px;
    color:#999;
    height:30px
}
.category__left form{
    margin-top:10px
}
.category__right{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(75% - 30px);
    width:calc(75% - 30px);
    overflow:hidden
}
@media (max-width:992px){
    .category__right{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.category__title{
    width:100%
}
.category__title h1{
    text-align:center
}
.category__menu{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.category__breadcrumbs{
    text-transform:uppercase;
    font-weight:700;
    line-height:3;
    font-size:18px
}
.category__breadcrumbs a{
    text-decoration:none;
    color:rgba(102,102,102,.7);
    font-weight:400;
    -webkit-transition:color .3s ease;
    -o-transition:color .3s ease;
    transition:color .3s ease
}
.category__breadcrumbs a:hover{
    color:#000
}
.category__breadcrumbs-small{
    color:rgba(102,102,102,.7);
    font-weight:400;
    font-size:14px
}
.category__sep{
    font-weight:400;
    margin:0 5px
}
.category .woocommerce-result-count{
    display:inline-block;
    margin-right:10px
}
.category .woocommerce-ordering{
    margin:5px 0;
    display:inline-block
}
.category .woocommerce-ordering select{
    -webkit-box-shadow:inset 0 -1.4em 1em 0 rgba(0,0,0,.02);
    box-shadow:inset 0 -1.4em 1em 0 rgba(0,0,0,.02);
    background-color:#fff;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-image:url(../img/social/arrow.png);
    background-repeat:no-repeat;
    background-position:100% 50%;
    -webkit-background-size:auto 15%;
    background-size:auto 15%
}
.category .woocommerce-ordering select:active,.category .woocommerce-ordering select:focus,.category .woocommerce-ordering select:hover{
    outline:0
}
.page-numbers{
    margin:5px 0;
    font-size:15px;
    text-align:center
}
.page-numbers li{
    display:inline-block
}
.page-numbers .current,.page-numbers a{
    font-size:14px;
    display:block;
    height:33px;
    line-height:34px;
    text-align:center;
    width:20px;
    padding:0 7px;
    font-weight:bolder;
    -webkit-border-radius:99px;
    border-radius:99px;
    vertical-align:top;
    border:2px solid currentColor;
    -webkit-transition:background-color .2s ease;
    -o-transition:background-color .2s ease;
    transition:background-color .2s ease
}
.page-numbers .current:hover,.page-numbers a:hover{
    color:#fff;
    background-color:#1e73be
}
.page-numbers .current{
    background-color:rgba(30,115,190,.9);
    color:#fff
}
.quick-links{
    margin:30px 0
}
.quick-links__item{
    display:inline-block;
    padding:5px 10px;
    margin:0 5px;
    border:1px solid #1e73be;
    color:#1e73be;
    font-size:14px;
    text-decoration:none;
    -webkit-border-radius:5px;
    border-radius:5px;
    -webkit-transition:background-color .2s ease;
    -o-transition:background-color .2s ease;
    transition:background-color .2s ease
}
.quick-links__item:hover{
    color:#fff;
    background-color:#1e73be
}
hr{
    margin:15px 0;
    border-width:0;
    border-top:1px solid currentColor;
    opacity:.1
}
.return{
    color:rgba(102,102,102,.7);
    font-size:14px;
    text-decoration:none;
    margin:20px 0 10px;
    display:block
}
.bigLink{
    font-size:16px;
    width:100%;
    text-decoration:underline;
    color:#1e73be
}
.bigLink:hover{
    text-decoration:none
}
.bigLink+p{
    display:block;
    color:#111;
    font-size:14px;
    margin-bottom:15px
}
.full-width{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(100% - 30px);
    width:calc(100% - 30px)
}
.colored{
    color:#1e73be;
    font-weight:700
}
.half{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(50% - 30px);
    width:calc(50% - 30px)
}
@media (max-width:768px){
    .half{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.third{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(33.333333333333336% - 30px);
    width:calc(33.333333333333336% - 30px)
}
@media (max-width:992px){
    .third{
        width:-webkit-calc(50% - 30px);
        width:calc(50% - 30px)
    }
}
@media (max-width:768px){
    .third{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.content{
    padding-top:10px;
    padding-bottom:40px;
    overflow:hidden
}
.content__gallery{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(50% - 30px);
    width:calc(50% - 30px)
}
@media (max-width:576px){
    .content__gallery{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.content__gallery img{
    padding:0 40px
}
.content__info{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(50% - 30px);
    width:calc(50% - 30px)
}
@media (max-width:576px){
    .content__info{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.content__info h1{
    font-size:27px;
    line-height:1
}
.content__info h1::after{
    content:"";
    width:30px;
    height:3px;
    display:block;
    background-color:rgba(0,0,0,.1);
    margin-top:15px
}
.content__info .price{
    display:block;
    font-size:24px;
    font-weight:700
}
.content__info .price .amount{
    color:#111;
    font-weight:700;
    font-size:24px
}
.content__info .price .woocommerce-Price-currencySymbol{
    font-size:18px;
    vertical-align:top;
    display:inline-block;
    color:#111
}
.content .alt{
    line-height:3
}
.content .button{
    margin-top:10px;
    display:inline-block;
    padding:2px 25px;
    background-color:#d33
}
.content .button:hover{
    -webkit-box-shadow:inset 0 0 0 100px rgba(0,0,0,.2);
    box-shadow:inset 0 0 0 100px rgba(0,0,0,.2)
}
.product_meta{
    font-size:13px;
    margin-top:10px
}
.product_meta .sku_wrapper{
    display:block
}
.product_meta a{
    text-decoration:none;
    color:#000
}
.shop_attributes th{
    text-align:left;
    text-transform:uppercase;
    color:#777
}
.uppercase{
    text-transform:uppercase;
    font-size:20px
}
a.uppercase{
    color:#1e73be;
    text-decoration:underline;
    font-weight:700
}
a.uppercase:hover{
    text-decoration:none
}
.contacts{
    margin-top:30px;
    margin-bottom:30px
}
.contacts-order{
    padding-top:60px
}
.contacts .title{
    margin-bottom:20px
}
.contacts__left{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(50% - 30px);
    width:calc(50% - 30px);
    display:inline-block
}
@media (max-width:992px){
    .contacts__left{
        width:-webkit-calc(83.33333333333334% - 30px);
        width:calc(83.33333333333334% - 30px)
    }
}
@media (max-width:576px){
    .contacts__left{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.contacts__right{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(50% - 30px);
    width:calc(50% - 30px);
    display:inline-block
}
@media (max-width:992px){
    .contacts__right{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.contacts__right-order{
    -webkit-box-ordinal-group:3;
    -webkit-order:2;
    -ms-flex-order:2;
    order:2
}
.contacts__right a{
    text-decoration:none;
    color:#000
}
.contacts__next{
    margin-top:50px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.flexed{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center
}
.center{
    text-align:center
}
.aligned{
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center
}
.half{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-left:15px;
    margin-right:15px;
    word-wrap:break-word;
    width:-webkit-calc(50% - 30px);
    width:calc(50% - 30px);
    margin-bottom:40px
}
@media (max-width:768px){
    .half{
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
}
.half img{
    -webkit-box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.22);
    box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.22)
}
.comment-form{
    display:-ms-flexbox;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -ms-flex-flow:row wrap;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-flow:row wrap;
    flex-flow:row wrap;
    margin-left:-15px;
    margin-right:-15px
}
.comment-form>div{
    padding:0 15px;
    width:100%
}
.comment-form>p{
    padding:0 15px;
    width:100%
}
.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{
    -ms-flex:1;
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1
}
.aligncenter{
    clear:both;
    display:block;
    margin:0 auto
}
.hamburger-inner{
    background-color:#ffdc38!important;
    width:30px;
    height:3px
}
.hamburger-inner::after,.hamburger-inner::before{
    background-color:#ffdc38!important;
    outline:0;
    width:30px;
    height:3px
}
.hamburger.is-active:hover,.hamburger:hover{
    outline:0
}
.woocommerce-tabs{
    width:100%;
    margin-top:10px
}
@media only screen and (max-width:992px){
    .nav_header{
        position:fixed;
        width:100%;
        padding-top:20px;
        top:115px;
        right:-100%;
        background:#fff;
        text-align:center;
        overflow-y:scroll;
        -webkit-transition:all .4s ease;
        -o-transition:all .4s ease;
        transition:all .4s ease;
        margin:0;
        height:100%
    }
    .nav_header.is-active{
        -webkit-transform:translate3D(-100%,0,0);
        -ms-transform:translate3D(-100%,0,0);
        transform:translate3D(-100%,0,0)
    }
    .menu-item{
        width:100%;
        margin:0;
        padding:15px 0;
        padding-left:0!important
    }
    .nav__list{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column;
        padding:0
    }
    .nav__link{
        color:rgba(102,102,102,.85);
        padding:0
    }
    .nav__link svg{
        fill:#000
    }
    .nav__link-parent{
        padding-left:13px
    }
    .about__left{
        margin:auto;
        margin-bottom:20px
    }
    .news__left{
        text-align:center;
        margin:auto;
        margin-bottom:0
    }
    .news__subtitle::after{
        margin:auto;
        margin-top:20px
    }
    .news__box{
        margin:auto;
        margin-bottom:20px
    }
    .category__left{
        margin:auto
    }
    .category__right h2{
        font-size:20px
    }
    .nav .submenu{
        right:0;
        text-align:center;
        left:0;
        margin:0 auto
    }
    .table{
        overflow-x:scroll
    }
    .products__image{
        height:auto
    }
    .header_fixed .nav_header{
        top:70px;
        padding-top:80px
    }
    .contacts-order{
        padding-top:30px
    }
    .contacts__right-order{
        -webkit-box-ordinal-group:1;
        -webkit-order:0;
        -ms-flex-order:0;
        order:0
    }
}
@media only screen and (max-width:768px){
    .nav__list{
        padding-top:100px
    }
    .topbar_right:last-child{
        -webkit-box-pack:normal;
        -webkit-justify-content:normal;
        -ms-flex-pack:normal;
        justify-content:normal
    }
    .topbar_right .lang__item{
        color:#000
    }
    .topbar_left{
        width:100%;
        min-height:30px
    }
    .header__text{
        margin:auto
    }
    .topbar_center{
        top:207px!important;
        font-family:PTSans,sans-serif;
        font-weight:700;
        font-size:16px
    }
    .topbar_center,.topbar_right{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column;
        position:fixed;
        width:100%;
        padding-top:20px;
        top:125px;
        right:-100%;
        text-align:center;
        overflow-y:scroll;
        -webkit-transition:all .4s ease;
        -o-transition:all .4s ease;
        transition:all .4s ease;
        margin:0;
        height:auto;
        z-index:1
    }
    .topbar_center a,.topbar_right a{
        color:#000!important
    }
    .topbar_center .lang,.topbar_right .lang{
        padding-left:0;
        padding-top:20px
    }
    .topbar_center .lang__item::after,.topbar_right .lang__item::after{
        background:#000
    }
    .topbar_center .lang__item_active,.topbar_right .lang__item_active{
        color:#ffdc38!important
    }
    .topbar_right.is-active{
        -webkit-transform:translate3D(-100%,0,0);
        -ms-transform:translate3D(-100%,0,0);
        transform:translate3D(-100%,0,0)
    }
    .topbar_center.is-active{
        -webkit-transform:translate3D(-100%,0,0);
        -ms-transform:translate3D(-100%,0,0);
        transform:translate3D(-100%,0,0)
    }
    .hero__info-next{
        left:0
    }
    .category__menu{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column;
        text-align:center
    }
}
@media only screen and (max-width:600px){
    .shop-container{
        overflow:scroll
    }
    .parallax__text{
        font-size:27px
    }
    .logo{
        width:200px;
        height:65px;
        -webkit-background-size:contain;
        background-size:contain
    }
    .products__item{
        text-align:center
    }
    .entry__left h2{
        font-size:20px;
        line-height:30px
    }
    .entry__left h6{
        line-height:30px
    }
    .comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{
        -webkit-box-flex:1;
        -webkit-flex:auto;
        -ms-flex:auto;
        flex:auto
    }
    .entry__left{
        margin-bottom:50px
    }
    .news__box-info{
        position:relative!important
    }
    .news__box-info:hover{
        -webkit-transform:none!important;
        -ms-transform:none!important;
        transform:none!important
    }
}
@media only screen and (max-width:480px){
    .popup__form{
        width:auto;
        max-width:100%
    }
    .hero__title{
        font-size:30px
    }
    .hero__text{
        line-height:18px
    }
    .section__text{
        font-size:20px
    }
    .about__text{
        text-align:justify
    }
    .about__text h2{
        padding:0
    }
    .done,.page-content ul{
        list-style:disc
    }
    .done li,.page-content ul li{
        background-image:none;
        padding-left:0
    }
    .btn__top{
        display:none
    }
    .batarei__title{
        font-size:20px
    }
}
@media only screen and (min-width:768px){
    .topbar_left{
        min-height:30px
    }
    .nav__list{
        padding-top:0
    }
}
@media only screen and (min-width:992px){
    .alignright{
        display:inline;
        float:right;
        margin-left:1.5em
    }
    .alignleft{
        display:inline;
        float:left;
        margin-right:1.5em
    }
    .aligncenter{
        clear:both;
        display:block;
        margin:0 auto
    }
    .header__mobile{
        display:none
    }
    .nav_header{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-align:center;
        -webkit-align-items:center;
        -ms-flex-align:center;
        align-items:center
    }
}
 .description-text{
     padding-left: 15px;
     padding-right: 15px;
}
 .description-text ul{
     color: #777;
}
 @media only screen and (max-width: 992px){
     .City_Choiser_setting_shorts.head-attr{
         display:none;
    }
}
/*cf7*/
 #callback .wpcf7-submit.button {
     width: 100%;
}
/*cf7*/
