@charset "UTF-8";


@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&display=swap);

body{
	font-family:'Oswald',sans-serif!important;
	
	overflow-x:hidden;-webkit-font-smoothing:antialiased;}

.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)
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {
    20%,53%,80%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        transform: translate3d(0,-30px,0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        transform: translate3d(0,-15px,0)
    }

    90% {
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1,1,1)
    }

    30% {
        transform: scale3d(1.25,.75,1)
    }

    40% {
        transform: scale3d(.75,1.25,1)
    }

    50% {
        transform: scale3d(1.15,.85,1)
    }

    65% {
        transform: scale3d(.95,1.05,1)
    }

    75% {
        transform: scale3d(1.05,.95,1)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    from,to {
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from {
        transform: scale3d(1,1,1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from {
        transform: none
    }

    15% {
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    11.1%,from,to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        transform: translate3d(-10px,0,0)
    }

    90% {
        transform: translate3d(5px,0,0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95,.95,.95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate3d(0,0,1,80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate3d(0,0,1,60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left:6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left:max(12px,env(safe-area-inset-left));
            padding-right: max(12px,env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width:110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.jq-checkbox,.jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jq-checkbox input,.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em
}

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-select-multiple,.jq-selectbox {
    position: relative;
    display: inline-block
}

.jq-select-multiple select,.jq-selectbox select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-select-multiple li,.jq-selectbox li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.jq-selectbox {
    z-index: 10
}

.jq-selectbox__select {
    position: relative
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox__dropdown {
    position: absolute
}

.jq-selectbox__search input {
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button,.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.jq-number {
    display: inline-block
}

.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left
}

.jq-number__field input::-webkit-inner-spin-button,.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.jq-checkbox,.jq-radio {
    vertical-align: -4px;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #c3c3c3;
    background: linear-gradient(#fff,#e6e6e6);
    box-shadow: 0 1px 1px rgba(0,0,0,.05),inset -1px -1px #fff,inset 1px -1px #fff;
    cursor: pointer
}

.jq-checkbox.focused,.jq-radio.focused {
    border: 1px solid #08c
}

.jq-checkbox.disabled,.jq-radio.disabled {
    opacity: .55
}

.jq-checkbox {
    border-radius: 3px
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 8px;
    height: 4px;
    margin: 3px 0 0 3px;
    border-bottom: 2px solid #666;
    border-left: 2px solid #666;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg)
}

.jq-radio {
    border-radius: 50%
}

.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #777;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.7)
}

.jq-file {
    width: 270px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.jq-file input {
    cursor: pointer
}

.jq-file__name {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px #f1f1f1;
    font: 14px/32px Arial,sans-serif;
    color: #333
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(#fff,#e6e6e6);
    box-shadow: inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);
    font: 14px/32px Arial,sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff
}

.jq-file:hover .jq-file__browse {
    background: linear-gradient(#f6f6f6,#e6e6e6)
}

.jq-file:active .jq-file__browse {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794bf
}

.jq-file.disabled,.jq-file.disabled .jq-file__browse,.jq-file.disabled .jq-file__name {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888
}

.jq-number {
    position: relative;
    vertical-align: middle;
    padding: 0 36px 0 0
}

.jq-number__field {
    width: 100px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1)
}

.jq-number__field:hover {
    border-color: #b3b3b3
}

.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: 0;
    background: 0 0;
    font: 14px Arial,sans-serif;
    color: #333
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: linear-gradient(#fff,#e6e6e6);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #fff;
    cursor: pointer
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0
}

.jq-number__spin:hover {
    background: linear-gradient(#f6f6f6,#e6e6e6)
}

.jq-number__spin:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000
}

.jq-number.disabled .jq-number__field,.jq-number.disabled .jq-number__spin {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #aaa
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #aaa
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%
}

.jq-selectbox__select {
    height: auto;
    padding: 0 20px 0 0;
    border: none;
    border-radius: 0;
    background: 0 0;
    font-size: 14px;
    color: #000;
    width: 100%;
    line-height: auto;
    letter-spacing: .04em;
    font-weight: 400;
    text-align: left;
    box-sizing: border-box
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888
}

.jq-selectbox__select-text {
    display: block;
    width: 100%
}

.jq-selectbox .placeholder {
    color: #888
}

.jq-selectbox__trigger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    background-position: center;
    width: 10px;
    height: 100%
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 21px;
    right: 12px;
    width: 10px;
    height: 7px;
    background-image: url(../img/pop_up_down.png)
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaa
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0;
    padding: 5px 0;
    border: 1px solid silver;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.2)
}

.jq-selectbox__search {
    margin: 5px
}

.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px
}

.jq-selectbox ul {
    margin: 0;
    padding: 0
}

.jq-selectbox li {
    min-height: 18px;
    padding: 0 10px;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: .04em;
    color: #000;
    opacity: .8;
    text-align: left
}

.jq-selectbox li:hover {
    opacity: 1
}

.jq-selectbox li.disabled {
    color: #aaa
}

.jq-selectbox li.disabled:hover {
    background: 0 0
}

.jq-selectbox li.optgroup {
    font-weight: 700
}

.jq-selectbox li.optgroup:hover {
    background: 0 0;
    color: #231f20;
    cursor: default
}

.jq-selectbox li.option {
    padding-left: 25px
}

.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1);
    font: 14px/18px Arial,sans-serif;
    color: #333;
    cursor: default
}

.jq-select-multiple.focused {
    border: 1px solid #5794bf
}

.jq-select-multiple.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px
}

.jq-select-multiple li.selected {
    background: #08c;
    color: #fff
}

.jq-select-multiple li.disabled {
    color: #aaa
}

.jq-select-multiple li.optgroup {
    font-weight: 700
}

.jq-select-multiple li.option {
    padding-left: 25px
}

.jq-select-multiple li.selected.disabled,.jq-select-multiple.disabled li.selected {
    background: #ccc;
    color: #fff
}

input[type=email].styler,input[type=password].styler,input[type=search].styler,input[type=tel].styler,input[type=text].styler,input[type=url].styler,textarea.styler {
    padding: 8px 9px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1);
    font: 14px Arial,sans-serif;
    color: #333
}

input[type=search].styler {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea.styler {
    overflow: auto
}

input[type=email].styler:hover,input[type=password].styler:hover,input[type=search].styler:hover,input[type=tel].styler:hover,input[type=text].styler:hover,input[type=url].styler:hover,textarea.styler:hover {
    border-color: #b3b3b3
}

input[type=email].styler:hover:focus,input[type=password].styler:hover:focus,input[type=search].styler:hover:focus,input[type=tel].styler:hover:focus,input[type=text].styler:hover:focus,input[type=url].styler:hover:focus,textarea.styler:hover:focus {
    border-color: #ccc;
    border-top-color: #b3b3b3;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

button.styler,input[type=button].styler,input[type=reset].styler,input[type=submit].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    outline: 0;
    background: linear-gradient(#fff,#e6e6e6);
    box-shadow: inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);
    font: 14px Arial,sans-serif;
    color: #333;
    text-shadow: 1px 1px #fff;
    cursor: pointer
}

button.styler.styler::-moz-focus-inner,input[type=button].styler.styler::-moz-focus-inner,input[type=reset].styler.styler::-moz-focus-inner,input[type=submit].styler.styler::-moz-focus-inner {
    padding: 0;
    border: 0
}

button.styler:not([disabled]):hover,input[type=button].styler:not([disabled]):hover,input[type=reset].styler:hover,input[type=reset].styler:not([disabled]):hover,input[type=submit].styler:not([disabled]):hover {
    background: linear-gradient(#f6f6f6,#e6e6e6)
}

button.styler:active,input[type=button].styler:active,input[type=reset].styler:active,input[type=submit].styler:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd
}

button.styler[disabled],input[type=button].styler[disabled],input[type=submit].styler[disabled] {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888
}

html.remodal-is-locked {
    overflow: hidden;
    touch-action: none
}

.remodal,[data-remodal-id] {
    display: none
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}

.remodal-overlay,.remodal-wrapper {
    backface-visibility: hidden
}

.remodal {
    position: relative;
    outline: 0;
    text-size-adjust: 100%
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-bg.remodal-is-opened,.remodal-bg.remodal-is-opening {
    filter: blur(3px)
}

.remodal-overlay {
    background: rgba(43,46,56,.9)
}

.remodal-overlay.remodal-is-closing,.remodal-overlay.remodal-is-opening {
    animation-duration: .3s;
    animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
    animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
    animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
    padding: 10px 10px 0
}

.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    transform: translate3d(0,0,0);
    color: #2b2e38;
    background: #fff
}

.remodal.remodal-is-closing,.remodal.remodal-is-opening {
    animation-duration: .3s;
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
    animation-name: remodal-closing-keyframes
}

.remodal,.remodal-wrapper:after {
    vertical-align: middle
}

.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: color .2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: 0 0
}

.remodal-close:focus,.remodal-close:hover {
    color: #2b2e38
}

.remodal-close:before {
    font-family:'Oswald',sans-serif!important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center
}

.remodal-cancel,.remodal-confirm {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    transition: background .2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0
}

.remodal-confirm {
    color: #fff;
    background: #81c784
}

.remodal-confirm:focus,.remodal-confirm:hover {
    background: #66bb6a
}

.remodal-cancel {
    color: #fff;
    background: #e57373
}

.remodal-cancel:focus,.remodal-cancel:hover {
    background: #ef5350
}

.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner,.remodal-confirm::-moz-focus-inner {
    padding: 0;
    border: 0
}

@keyframes remodal-opening-keyframes {
    from {
        transform: scale(1.05);
        opacity: 0
    }

    to {
        transform: none;
        opacity: 1;
        filter: blur(0)
    }
}

@keyframes remodal-closing-keyframes {
    from {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(.95);
        opacity: 0;
        filter: blur(0)
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media only screen and (min-width: 641px) {
    .remodal {
        max-width:700px
    }
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38
}

.lt-ie9 .remodal {
    width: 700px
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: none;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: flex
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 24px;
    height: 16px;
    display: block;
    padding: 20px 40px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    opacity: .8
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    z-index: 99;
    left: -5%;
    background-image: url(../img/prev.png);
    background-position: center;
    background-repeat: no-repeat
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: ''
}

[dir=rtl] .slick-prev:before {
    content: ''
}

.slick-next {
    right: -5%;
    background-image: url(../img/next.png);
    background-position: center;
    background-repeat: no-repeat
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: ''
}

[dir=rtl] .slick-next:before {
    content: ''
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    height: 6px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 50px;
    height: 6px;
    background: #000;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: flex;
    width: 50px;
    height: 6px;
    background: #000;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,.slick-dots li button:hover {
    background: silver;
    outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    background: silver;
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 6px;
    content: '';
    text-align: center;
    opacity: .25;
    color: silver;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: silver
}

.slick-active .slick-dots {
    background: silver;
    padding: 0;
    margin: 0
}

code,kbd,pre,samp,tt,var {
    font: 14px/18px Consolas,"Courier New",monospace
}

body,optgroup {
    color: #000;
    background: #fff
}

body,code,dd,dl,form,pre {
    margin: 0
}

a:link,a:visited,ins {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

a:link img,a:visited img,abbr,acronym,fieldset,object {
    border: none
}

sub,sup {
    position: relative;
    display: inline-block;
    font-size: 11px;
    line-height: 11px
}

sub {
    top: 5px;
    vertical-align: middle
}

sup {
    top: -2px;
    margin-top: -11px
}

abbr,acronym {
    cursor: help;
    border-bottom: 1px dotted #999
}

address,cite,dfn {
    font-style: normal
}

code,pre {
    white-space: pre-wrap
}

img {
    vertical-align: bottom
}

td,textarea,th {
    vertical-align: top
}

button,input,select {
    overflow: visible;
    vertical-align: middle
}

legend {
    color: #000;
    margin: 0 0 -2px;
    padding: 0
}

li {
    display: block;
    list-style: none
}

optgroup option {
    padding-left: 22px
}

table {
    border-collapse: collapse
}

caption,th {
    text-align: left
}

td,th {
    padding: 0
}

address,blockquote,fieldset,h1,h2,h3,h4,h5,h6,ol,p,ul {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6,th {
    font-weight: 400
}

q {
    quotes: "\00ab" "\00bb" "\201e" "\201c"
}

q:after {
    content: "\00bb"
}

q:before {
    content: "\00ab"
}

q>q:after {
    content: "\201c"
}

q>q:before {
    content: "\201e"
}

.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:hover {
    opacity: .7
}

input[type=button],input[type=submit],input[type=text],textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-appearance: none
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button {
    border: none;
    display: block;
    cursor: pointer;
    transition: .25s
}

* {
    box-sizing: border-box;
    outline: 0
}

input::placeholder {
    padding: 0
}

input {
    outline: 0;
    border: none
}

a {
    text-decoration: none;
    transition: .25s
}

textarea {
    resize: none;
    outline: 0
}

a:hover {
    text-decoration: none
}

.hamburger,a,button {
    -webkit-tap-highlight-color: transparent
}

input.error {
    border: 1px solid red!important
}

label.error {
    display: none!important
}

body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden
}

.wpcf7-form br {
    display: none!important
}

span.wpcf7-not-valid-tip {
    display: none!important
}

div.wpcf7-acceptance-missing,div.wpcf7-validation-errors {
    display: none!important
}

input.wpcf7-not-valid {
}

div.wpcf7-mail-sent-ok {
    display: none!important
}

div.wpcf7 .ajax-loader {
    display: none!important
}

.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output {
    display: none!important
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none!important
}

.wpcf7 form .wpcf7-response-output,.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output {
    display: none!important
}

.page_container {
    width: 100%;
    overflow: hidden
}


.main_wrapper {
    width: 100%;
    overflow: hidden
}

.section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px
}

.wrapper {
    width: 1100px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative
}

@media screen and (max-width: 992px) {
    .wrapper {
        padding-left:10px;
        padding-right: 10px
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
  
    
    padding: 23px 0
}

.header_sco_wrapper{}

.header_sco_wrapper a{
	margin-left: 10px;
}
.header_sco_wrapper a img{
	max-width: 20px;
	 transition: transform 0.3s ease; /* Плавний перехід */
    cursor: pointer; /* Курсор вказівки при наведенні */
}

.header_sco_wrapper a:hover img{
filter: invert(10%) sepia(88%) saturate(7464%) hue-rotate(345deg) brightness(70%) contrast(110%);

}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header_right {
    display: flex;
    align-items: center
}

.hamburger {
    display: none
}

.mobile_nav {
    display: none
}

.main_menu {
    margin-right: 60px
}

.main_menu ul {
    display: flex
}



.main_menu ul li a {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 148%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.main_menu ul li a:hover {
    color: #680007
}

.header_phone {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    margin-right: 40px
}

.header_phone .icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px
}

.header_phone:hover {
    color: #c49497
}

.header_phone_2 {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    color: #000
}

.header_phone_2:hover {
    color: #c49497
}

.header_phones_wrapper {
    display: flex;
    align-items: center
}

@media screen and (max-width: 1200px) {
    .main_menu ul li a {
        font-size:13px
    }

    .main_menu {
        margin-right: 40px
    }
}

@media screen and (max-width: 1100px) {
    .header_phone {
        font-size:12px
    }

    .header_phone_2 {
        font-size: 12px
    }

    .main_menu ul li a {
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px
    }

    .header_phone {
        margin-right: 20px
    }
}

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

    .header_right .main_menu {
        display:none
    }

    .header_right .header_phones_wrapper {
        display: none
    }

    .hamburger {
        display: block;
        padding: 0;
        margin-left: 30px
    }

    .mobile_nav {
        display: none;
        padding-top: 15px;
        padding-bottom: 20px
    }

    .mobile_nav.active {
        display: block
    }

    .main_menu {
        margin-right: auto;
        margin-left: auto
    }

    .main_menu ul {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .main_menu ul li a {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        font-size: 15px
    }

    .header_phones_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .header_phone {
        font-size: 15px;
        margin-right: 0;
        margin-top: 30px
    }

    .header_phone_2 {
        font-size: 15px;
        margin-left: 21px;
        margin-top: 15px
    }
}

.m_1_wrapper {
    display: flex;
    justify-content: space-between
}

.m_1 {
    background: #000;
    padding-top: 0;
    padding-bottom: 0
}

.page_container {
    padding-top: 70px
}

.m_1_right_image {
    width: 100%;
    height: 610px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.m_1_right {
    width: 447px;
    min-width: 447px;
    margin-left: 40px
}

.m_1_left {
    width: 1px;
    position: relative;
    flex-grow: 2;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 60px
}

.m_1_left h1 {
    font-style: normal;
    position: relative;
    z-index: 20;
    font-weight: 300;
    font-size: 56px;
    line-height: 118.8%;
    text-transform: uppercase;
    color: #f3f3f3;
    margin-bottom: 60px
}

.m_1_left h1 strong {
    font-weight: 900;
    color: #c49497
}

.m_1_left_avtor {
    font-style: normal;
    font-weight: 300;
    font-size: 29.4783px;
    line-height: 126.4%;
    color: #fff;
    position: relative;
    z-index: 20;
    margin-bottom: 50px
}

.m_1_left_avtor strong {
    color: #c49497
}

.m_1_left_bottom {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 20
}

.m_1_left_data {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 167%;
    color: #fff
}

.m_1_left_data .icon {
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    min-width: 35px
}

.m_1_but {
    margin-left: 50px;
    display: flex
}

.main_but {
    background: #c49497;
    width: 250px;
    max-width: 100%;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    letter-spacing: .08em;
    color: #000
}

.main_but:hover {
    background: #000;
	opacity: 0.7 !important;
}

.m_1_image_bg {
    width: 342px;
    height: 531px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0
}

.main_h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 140.5%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 60px
}

.m_2_flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: -15px
}

.m_2_el {
    margin-left: 7.5px;
    margin-right: 7.5px;
    display: flex;
    align-items: center;
    padding: 30px;
    width: calc(33.3333% - 15px);
    margin-top: 15px;
    background: #f6f6f6
}

.m_2_el_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.m_2_el_header {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 167%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px
}

.m_2_el_text {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 142.5%;
    color: #565656
}

.m_3_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.m_3_left {
    width: 48%
}

.m_3_left_image {
    width: 100%;
    height: 574px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.m_3_right {
    width: 48%
}

.m_3_right .main_h2 {
    padding-left: 100px;
    text-align: left;
    position: relative;
    padding-top: 70px;
    margin-bottom: 40px
}

.m_3_right .main_h2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 158px;
    height: 244px;
    background-image: url(../img/m_3_right_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.m_3_right .main_h2 p {
    position: relative;
    z-index: 20
}

.m_3_text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 146%;
    letter-spacing: .02em;
    position: relative;
    z-index: 20;
    color: #565656
}

.m_3_text p {
    padding-bottom: 20px
}

.m_3_text p:last-child {
    padding-bottom: 0
}

.m_4 {
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px
}

.m_4_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -50px;
    margin-right: -50px;
    margin-top: -40px
}

.m_4_el {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 40px;
    width: calc(25% - 100px)
}

.m_4_el_number {
    font-style: normal;
    font-weight: 900;
    font-size: 66px;
    line-height: 66px;
    letter-spacing: .03em;
    color: #c49497;
    margin-bottom: 30px
}

.m_4_el_text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 146%;
    letter-spacing: .03em;
    color: #fff
}

.m_5_wrapper .main_h2 {
    text-align: left
}

.main_h2 strong {
    color: #c49497
}

.m_5_row {
    display: flex;
    align-items: flex-start
}

.m_5_number {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: .03em;
    color: #c49497;
    width: 80px;
    min-width: 80px
}

.m_5_row_block {
    border-bottom: 1px solid #c49497;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 1px;
    flex-grow: 2
}

.m_5_row_header {
    position: relative;
    padding-right: 50px;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 150.5%;
    cursor: pointer;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #333;
    transition: .25s
}

.m_5_text {
    padding-top: 20px;
    display: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .03em;
    color: #565656
}

.m_5_text p {
    padding-bottom: 10px
}

.m_5_text li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 25px
}

.m_5_text li:before {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 12px;
    background: #222
}

.m_5_text li p {
    padding-bottom: 0
}

.m_5_row_but {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    transition: .25s;
    transform-origin: center
}

.m_5_row_but:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    transition: .25s;
    top: 50%;
    transform: translateY(-50%);
    background: #1b1b1b
}

.m_5_row_but:after {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: 50%;
    transition: .25s;
    top: 0;
    transform: translateX(-50%);
    background: #1b1b1b
}

.m_5_row.active .m_5_row_header {
    color: #c49497
}

.m_5_row.active .m_5_text {
    display: block
}

.m_5_row.active .m_5_row_but {
    transform: rotate(135deg)
}

.m_5_row.active .m_5_row_but:before {
    background: #c49497
}

.m_5_row.active .m_5_row_but:after {
    background: #c49497
}

.m_5_text_bottom {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 150.5%;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #333;
    padding-left: 80px
}

.m_5_text_bottom strong {
    color: #c49497
}

.m_5_but {
    display: flex;
    justify-content: center;
    margin-top: 60px
}

.m_5_but a {
    background: #000;
    width: 320px;
    line-height: 60px;
    max-width: 100%;
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 19.9043px;
    text-align: center;
    letter-spacing: .08em;
    color: #fff
}

.m_5_but a:hover {
    background: #222;
    box-shadow: 0 0 14px rgba(0,0,0,.3)
}

.m_6 {
    background: #f6f6f6
}

.m_6_slaid {
    padding-left: 10px;
    padding-right: 10px
}

.m_6_slaid_wrapper {
    display: block;
    width: 100%;
    height: 410px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.slick-dots {
    bottom: -30px
}

.slick-dots li button {
    display: none
}

.slick-dots li {
    background: #000;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-left: 5px;
    margin-right: 5px
}

.slick-dots li.slick-active {
    background: #c49497
}

.m_6 .wrapper {
    padding: 0
}

.m_6 .main_h2 {
    margin-left: 10px;
    margin-right: 10px
}

.slick-next,.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    display: block;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: #212121;
}

.slick-prev {
    z-index: 99;
    left: 10px;
    background-image: url(../img/slick_prev.svg);
    background-position: center;
    background-repeat: no-repeat
}

.slick-next {
    right: 10px;
    background-image: url(../img/slick_next.svg);
    background-position: center;
    background-repeat: no-repeat
}

.m_6_slick_wrapper {
    width: 2000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.m_7 .main_h2 {
    text-align: left
}

.m_7_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.m_7_left {
    width: 55%
}

.m_7_right {
    width: 41%
}

.m_7_row {
    padding-bottom: 25px;
    margin-bottom: 25px;
    cursor: pointer;
    border-bottom: 1px solid #000
}

.m_7_row.active .m_7_header {
    color: #000
}

.m_7_row.active .m_7_text {
    display: block
}

.m_7_row.active .m_7_but {
    transform: rotate(135deg)
}

.m_7_row.active .m_7_but:before {
    background: #000
}

.m_7_row.active .m_7_but:after {
    background: #000
}

.m_7_header {
	text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    transition: .25s;
    color: #212121;
    position: relative;
    padding-right: 50px
}

.m_7_but {
    position: absolute;
    top: 4px;
    right: 0;
    width: 24px;
    height: 24px;
    transform-origin: center;
    transition: .25s
}

.m_7_but:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    transition: .25s;
    top: 50%;
    transform: translateY(-50%);
    background: #1b1b1b
}

.m_7_but:after {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: 50%;
    transition: .25s;
    top: 0;
    transform: translateX(-50%);
    background: #1b1b1b
}

.m_7_text {
    padding-top: 20px;
    display: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #212121;
	text-transform: uppercase;
}

.m_7_right_content {
    margin-left: auto;
    width: 450px;
    max-width: 100%;
    position: relative
}

.anhor {
   
}

.m_7_right_header {
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    line-height: 129.1%;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000
}

.m_7_form_wrapper {
    background: #f6f6f6;
    padding: 40px 10px;
    padding-bottom: 25px
}

.m_7_form_wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.m_7_form_wrapper input {
    width: 100%;
    border: none;
	border: none !important;
    border-bottom: 1px solid #ffffff !important;
    padding: 15px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
	text-transform: uppercase;
    line-height: 16px;
    text-align: left;
    margin-bottom: 15px;
	font-size: 14px;
    background: 0 0;
    letter-spacing: .05em;
    color: #ffffff;
	text-align: center;
		    font-family: 'Oswald', sans-serif !important;
}

.m_7_form_wrapper input {
  color: #ffffff; /* текст при введенні */
  background: transparent;
  border: 1px solid #ffffff;
  outline: none;
}

/* Плейсхолдер — 50% прозорості */
.m_7_form_wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.9); /* #ffffff з прозорістю 50% */
  transition: color .2s ease;
}

/* По кліку/фокусі плейсхолдер поступово зникає */
.m_7_form_wrapper input:focus::placeholder {
  color: rgba(237, 222, 206, 0.0);
}

/* Текст під час вводу — 100% беж */
.m_7_form_wrapper input:focus {
  color: #ffffff;
}

.m_7_form_wrapper button {
    background: #ffffff;
    width: 100%;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    padding: 7px;
	    font-family: 'Oswald', sans-serif !important;
}

.m_7_form_wrapper button:hover {
    background: #000;
	color: #fff;
 
}

.m_7_form_content {
    width: 360px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.m_7_soc_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px
}

.m_7_soc_icons a {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.m_7_soc_1:hover {
    background-image: url(../img/m_7_soc_active_icon_1.svg)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.m_7_soc_2:hover {
    background-image: url(../img/m_7_soc_active_icon_2.svg)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.m_7_soc_3:hover {
    background-image: url(../img/m_7_soc_active_icon_3.svg)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.m_7_soc_4:hover {
    background-image: url(../img/m_7_soc_active_icon_4.svg)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

footer {
    background: #fff;
    padding: 23px 0;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    letter-spacing: .1em;
    color: #000
}

footer .main_menu ul li a{
	color: #000;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}



.thanks_1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: #fff;
    overflow: auto
}

.thanks_1 .wrapper {
    min-height: 100%;
    padding: 60px 10px;
    display: flex;
    align-items: center
}

.th_1_wraooer {
    position: relative;
    z-index: 20
}

.th_1_wraooer h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 140.9%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #000;
    margin-top: 60px;
    margin-bottom: 60px
}

.th_1_wraooer h1 strong {
    color: #000
}

.th_1_text {
    font-style: normal;
    font-weight: 500;
    font-size: 24.6726px;
    line-height: 140.9%;
    letter-spacing: .02em;
    color: #000
}

.th_1_but {
    display: flex;
    margin-top: 40px
}

.th_1_image_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 530px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.form_title{
color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-top: -15px;
    font-size: 24px;
}



@media screen and (max-width: 1300px) {
    .m_1 .wrapper {
        padding-right:0
    }

    .m_1_left h1 {
        font-size: 44px
    }

    .m_2_el_header {
        font-size: 18px
    }

    .main_h2 {
        font-size: 40px;
        line-height: 50px
    }

    .m_7_right_header {
        font-size: 24px;
        line-height: 34px
    }

    .m_7_header {
        font-size: 20px
    }
}

@media screen and (max-width: 1200px) {
    .m_2_el {
        width:calc(50% - 15px)
    }

    .m_2_flex {
        justify-content: center
    }

    .m_4_el_number {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 20px
    }

    .m_4_el {
        width: calc(25% - 60px);
        margin-left: 30px;
        margin-right: 30px
    }

    .m_4_wrapper {
        margin-left: -30px;
        margin-right: -30px
    }

    .th_1_image_right {
        width: 430px
    }
}

@media screen and (max-width: 992px) {
	
		header,
	footer{
    padding: 23px 15px;
}
	
	.thanks_1 .main_but{
		width: 100%;
	}
	
    .m_1_wrapper {
        flex-direction:column;
        justify-content: center;
        align-items: center;
        width: 500px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .m_1_left {
        width: 100%;
        align-items: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
        padding-top: 30px
    }

    .m_1_left_avtor {
        text-align: center;
        margin-bottom: 30px
    }

    .m_1_left h1 {
        text-align: center;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px
    }

    .m_1_left_bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .m_1_but {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px
    }

    .m_1_image_bg {
        height: 300px
    }

    .m_1_right_image {
        height: 300px;
        background-position: center 20%
    }

    .main_h2 {
        font-size: 28px;
        line-height: 38px
    }

    .m_3_wrapper {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 500px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .m_3_left {
        width: 100%
    }

    .m_3_right {
        width: 100%;
        margin-bottom: 40px
    }

    .m_3 {
        padding-top: 0
    }

    .m_4_wrapper {
        justify-content: center;
        width: 500px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-between
    }

    .m_4_el {
        width: calc(50% - 20px);
        margin-left: 0;
        margin-right: 0
    }

    .m_5_row_header,.m_5_text_bottom {
        font-size: 20px;
        line-height: 30px
    }

   

    .m_5_wrapper .main_h2 {
        text-align: center
    }

    .m_7 .main_h2 {
        text-align: center
    }

    .m_7_flex {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .m_7_left {
        width: 500px;
        max-width: 100%;
        margin-bottom: 50px
    }

    .m_7_right {
        width: 500px;
        max-width: 100%
    }

    .m_7_right_content {
        margin-right: auto
    }

    .m_7_right_header {
        text-align: center
    }

    .th_1_wraooer {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .th_1_image_right {
        width: 100%;
        height: 300px;
        top: auto;
        bottom: 0;
        display: none;
        background-position: 50% 20%
    }
}

@media screen and (max-width: 800px) {
    .m_2_el {
        width:100%;
        margin-left: 0;
        margin-right: 0
    }

    .m_2_flex {
        margin-left: 0;
        margin-right: 0
    }

	
	footer .hamburger-inner, footer .hamburger-inner:after, footer .hamburger-inner:before{
		background: #ffffff;
	}
  
}

@media screen and (max-width: 600px) {
    .m_1_left_avtor {
        font-size:18px
    }

    .m_1_left h1 {
        font-size: 22px;
        line-height: 36px
    }

    .m_1_left_data {
        font-size: 18px
    }

    .main_h2 {
        font-size: 26px;
        line-height: 36px
    }

    .m_3_left_image {
        height: 350px
    }

    .m_5_row_header,.m_5_text_bottom {
        font-size: 16px;
        line-height: 26px
    }

    .m_5_number {
        width: 40px;
        min-width: 40px;
        font-size: 32px;
        line-height: 32px
    }

    .m_5_text_bottom {
        padding-left: 40px
    }

    .m_6_slaid {
        padding-left: 10px;
        padding-right: 10px
    }

    .th_1_wraooer h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .th_1_text {
        font-size: 16px;
        line-height: 24px
    }
}

@media screen and (max-width: 500px) {
    .m_2_el {
        padding:30px 15px
    }

    .m_4_el_number {
        font-size: 40px;
        line-height: 40px
    }

    .m_4_el_text {
        font-size: 15px;
        line-height: 24px
    }

 
}

@media screen and (max-width: 374px) {
    .m_2_el {
        flex-direction:column;
        justify-content: center;
        align-items: center
    }

    .m_2_el_icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px
    }

    .m_2_el_header {
        text-align: center
    }

    .m_2_el_text {
        text-align: center
    }

    .m_4_wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .m_4_el {
        width: 200px;
        max-width: 100%
    }

    .m_5_row_header,.m_5_text_bottom {
        font-size: 14px
    }

 
}

.footer_alegar a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #fff
}

.footer_alegar a:hover {
    color: #2ad2c9
}

.footer_alegar a:hover span:after {
    opacity: 1
}

.footer_alegar a:hover span:before {
    opacity: 0
}

.footer_alegar a span {
    position: relative;
    padding-right: 30px
}

.footer_alegar a span:after {
    content: '';
    display: block;
    width: 100%;
    left: 0;
    position: absolute;
    height: 15px;
    bottom: -10px;
    opacity: 0;
    transition: .25s;
    background-image: url(../img/alegar_footer.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.footer_alegar a span:before {
    content: '';
    display: block;
    width: 100%;
    left: 0;
    transition: .25s;
    position: absolute;
    height: 1px;
    bottom: -3px;
    transition: .25s;
    background: #fff
}

.remodal-close:before {
    display: none
}

.remodal_form {
    width: 450px;
    max-width: 100%
}

.remodal-close {
    left: auto;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    background-image: url(../img/remodal_close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.remodal_header {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    width: 437px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    letter-spacing: .2px;
    color: #000;
    margin-bottom: 40px;
	text-transform: uppercase;
	position: relative;
}

.remodal_header sub{
    position: absolute;
    right: 7px;
    top: 35px;
}

.hidden {
    display: none!important
}

.hidden {
    display: none!important
}

form {
    width: 100%
}

form input {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    line-height: 30px;
    padding: 10px 20px;
    color: #444;
    font-size: 16px
}

form input:focus {
    border: 1px solid #575656
}

form input::placeholder {
    color: #999
}


form textarea {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    line-height: 30px;
    padding: 10px 20px;
    color: #444;
    font-size: 16px;
    height: 100px;
}

form textarea:focus {
    border: 1px solid #575656
}

form textarea::placeholder {
    color: #999
}

form label {
    display: block;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    color: #444
}

form button {
    width: 100%!important
}

form .main_but{
	background: #000;
}

.jq-selectbox {
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    border-radius: 12px;
    margin-bottom: 18px;
    width: 100%;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000
}

.jq-selectbox__select-text {
    padding: 15px 20px
}

.jq-selectbox__trigger-arrow {
    display: none
}

.jq-selectbox__trigger {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/select_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: none
}

.remodal_thanks {
    background: #36b37e;
    border-radius: 10px;
    width: 450px;
    max-width: 100%;
    padding: 50px 30px
}

.remodal_thanks .remodal-close {
    background-image: url(../img/remodal_close_white.svg);
    background-position: center;
    background-repeat: no-repeat
}

.remodal_thanks_wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

.remodal_thanks_icon {
    width: 32px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 26px;
    min-width: 32px
}

.remodal_thnaks_header {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
    text-align: left;
    color: #fff
}

.remodal_thanks_text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 16px;
    color: #fff
}







.logo img{
	width: 75px;
}


.big_center{
	text-align: center;
	font-size: 60px;
	text-transform: uppercase;
	padding-top: 100px;
	padding-bottom: 50px;
	font-weight: 500;
	letter-spacing: 3px;
	
}

.banner_full{}

.banner_full img{
	width: 100%;
	height: auto;
}

.perelik_three_blocks {
	   align-items: stretch;
	display: flex;
}

.perelik_three_block {
    color: #ffffff;
    width: 33%;
    padding: 20px 25px;
	margin-bottom: 15px;
 
}

.perelik_three_block div{
	letter-spacing: 2px;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 35px;
	
}

.perelik_three_block:nth-child(2), .perelik_three_block:nth-child(5){

margin-left: 15px;
	margin-right: 15px;
}

.perelik_three_block p{
	font-size: 12px;
	text-transform: uppercase;
	line-height: 16px;
	
}


.simple_banner_left{
	display: flex;
}

.simple_banner_left>img{
    margin-right: 15px;
    max-width: calc(50% - 7.5px);
    height: 100%;
}

.baner_karusel {
	width: 50%;
	margin-bottom: 15px !important;
}

.baner_karusel .slick-slide{}

.baner_karusel .slick-slide img{
	width: 100%;
	height: auto;
	max-width: calc(100% - 7.5px);
}

.baner_karusel .slick-dots {
    bottom: 30px;
    left: 35px;
    text-align: left;
    justify-content: left;
}

.baner_karusel .slick-dots li{
	    width: 12px;
    height: 12px;
	margin-right: 0px;
	background-color: #57484280;
}
.baner_karusel .slick-dots li.slick-active{
	background-color: #ffffff70;
}


.left_text_right_banner{
	display: flex;
	    align-items: center;
}

.left_text_right_banner .text_block_1{
	max-width: calc(50% - 7.5px);
	margin-right: 15px;
	padding-right: 30px;
	padding-left: 40px;
}

.left_text_right_banner>img{
	max-width: calc(50% - 7.5px);
    height: 100%;
}
 
.text_block_1{}

.text_block_1 h2{
	    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
	line-height: 1.2;
}

.text_block_1 p{
	font-size: 12px;
	text-transform: uppercase;
	line-height: 16px;
	margin-top: 30px;
	margin-bottom: 60px;
	    color: #212121;
}

.text_block_1 ul{
	
}

.text_block_1 ul li{
	padding-left: 55px;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 20px;
}
.text_block_1 ul li:before{
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #781C20;
    margin-top: 7px;
}


.left_banner_grafic_right{
    margin-top: 20px;
    display: flex
;
    align-items: center;
}

.left_banner_grafic_right img{
	max-width: calc(50% - 7.5px);
    height: 100%;
}

.left_banner_grafic_right .text_block_2{
	max-width: calc(50% - 7.5px);
    margin-left: 20px;
    padding-left: 50px;
}


.text_block_2{}

.text_block_2 h3{
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
}

.perelik_grafigu{}

.perelik_grafigu div{
	    margin-top: 50px;
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.perelik_grafigu span{
	    color: #ffffff;
    padding: 1px 7px;
    display: inline-block;
    margin-bottom: 30px;
}

.perelik_grafigu ul{}

.text_block_2 ul li{
	padding-left: 55px;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 20px;
}
.text_block_2 ul li:before{
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #000;
    margin-top: 7px;
}

.left_banner_grafic_right_2 {
	    margin-top: 20px;
    display: flex;
    align-items: center;
	    justify-content: space-between;
}

.left_banner_grafic_right_2 img{
	max-width: calc(50% - 7.5px);
    height: 100%;
}

.left_banner_grafic_right_2 .text_block_2{
	max-width: calc(50% - 7.5px);
    padding-left: 50px;
} 

.left_banner_right_text_b{
	  margin-top: 20px;
    display: flex;
    align-items: center;
	    justify-content: space-between;
}



.left_banner_right_text_b img{
	max-width: calc(50% - 7.5px);
    height: 100%;
}

.left_banner_right_text_b .text_block_1{
	max-width: calc(50% - 7.5px);
   
	padding-left: 50px;
} 
.left_banner_right_text_b h2,
.left_banner_right_text_b p{
 padding-right: 100px;
}

.main_but {
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 15px 25px;
	font-weight: 400;
	background: #212121;
	margin-right: 10px;
}
.left_banner_right_text_b p{
	margin-bottom: 100px;
}
.main_but.red_bg{}


.gallery{
	margin-top: 100px;
	padding-bottom: 40px;
}

.gallery .slick-dots{
	position: static;
	margin-top: 40px;
}

.gallery .slick-dots li{
	background: #894040;
}

.gallery .slick-dots li.slick-active{
	background: #fff;
}

.gallery  h2{
	color: #ffffff;
}


.tikets{}

.perelik_tikets{
	display: flex;
	    justify-content: center;
}

.perelik_tikets>a{
	    width: 33%;
}

.perelik_tikets>a:nth-child(2){
	margin-left: 10px;
	margin-right: 10px;
}

.perelik_tikets img{
	max-width: 100%;
	height: auto;
}

.perelik_tikets span{
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px;
	transition: transform 0.3s ease;
}

.perelik_tikets a:hover span{
	background: #000;
	color: #fff;
	border-color: #000;
	border-top: 1px solid #fff;
}


.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: opacity, transform;
}

/* 2) Активний стан */
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* 3) Затримки для трьох сусідніх елементів 
   Припустимо, у вас є контейнер .reveal-row, 
   в якому лежать три .reveal елементи в рядку. */
.reveal-row .reveal:nth-child(1) {
  transition-delay: 0s;
}
.reveal-row .reveal:nth-child(2) {
  transition-delay: 0.3s;
}
.reveal-row .reveal:nth-child(3) {
  transition-delay: 0.6s;
}
.reveal-row .reveal:nth-child(4) {
  transition-delay: 0.9s;
}


.hidden_pc{
	display: block;
}
.hidden_mob{
	display: none;
}


footer .header_sco_wrapper a img{
/*filter: invert(100%);*/
}

footer .header_sco_wrapper a:hover img {
  /* БОРДОВИЙ */
  filter: invert(14%) sepia(83%) saturate(5064%) hue-rotate(343deg) brightness(72%) contrast(96%);
}



footer .wrapper > a{
    color: #000;
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    /*opacity: 0.6;*/
    text-align: center;
    border-top: 1px solid #000;
    padding-top: 15px;
    margin-bottom: -5px;
}

footer .wrapper > a:hover{
	    color: #680007;
}

@media screen and (max-width: 1100px) {
	.main_but{
		    display: inline-block;
	}
	
}

@media screen and (max-width: 991px) {
	
	.remodal_header{
		font-size: 18px;
		    margin-bottom: 20px;
	}
	
	form input{
		margin-bottom: 20px;
		padding: 5px 15px;
	}
	
	.remodal-close {
    right: 13px;
    top: 13px;
	}
	
	
	.hidden_pc{
	display: none;
}
.hidden_mob{
	display: block;
}
	
	
	.remodal_header sub{
    position: static;
}
	
.big_center {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 20px;
    font-weight: 500;
    letter-spacing: 2px;
}
	
	
	
	.perelik_three_block{
		        padding: 15px 30px;
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}	
	.perelik_three_blocks{
		    flex-direction: column;
	}
	.perelik_three_block div {
    letter-spacing: 1px;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
	.simple_banner_left {
    flex-direction: column;
}
	.simple_banner_left>img{
		max-width: 100%;
		        margin: 0;
        margin-bottom: 15px;
		height: auto;
	}
	.baner_karusel {
    width: 100%;
    margin-bottom: 15px !important;
}
	.baner_karusel .slick-slide img{
		max-width: 100%;
	}
	
	.left_text_right_banner{
    flex-direction: column;
}
	.left_text_right_banner .text_block_1{
		max-width: 100%;
		margin-right: 0;
		padding-right: 0;
		        padding-top: 30px;
		        padding-left: 20px;
        padding-right: 18px;
	}
	
	.text_block_1 p{
		    margin-top: 20px;
    margin-bottom: 40px;
	}
	.text_block_1 h2 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2;
}
	.left_text_right_banner>img{
		max-width: 100%;
		        margin-top: 30px;
		height: auto;
	}
	.left_banner_grafic_right{
    flex-direction: column-reverse;
}
	.left_banner_grafic_right img{
		max-width: 100%;
		margin-top: 30px;
		height: auto;
	}
	
	.left_banner_grafic_right .text_block_2{
max-width: 100%;
        padding-left: 0;
        margin-left: 0;
	}
	
	.text_block_2 h3 {
    font-size: 44px;
	}
	.perelik_grafigu div {
    margin-top: 30px;
		font-size: 24px;}
	
	.perelik_grafigu span{
		    margin-bottom: 20px;
	}
	
	.left_banner_grafic_right_2{
    flex-direction: column;
}
	.left_banner_grafic_right_2 .text_block_2{
		max-width: 100%;
		padding-left: 0;
		padding-right: 30px;
	}
	.left_banner_grafic_right_2 img{
		max-width: 100%;
		margin-top: 30px;
		height: auto;
	}
	
	
	.left_banner_right_text_b{
    flex-direction: column-reverse;
}
	.left_banner_right_text_b .text_block_1{
max-width: 100%;
        padding-left: 30px;
        padding-top: 30px;
	}
	
	    .main_but {
        width: 45%;
        font-size: 14px;
        padding: 5px;
    }
	
	.left_banner_right_text_b img{
		max-width: 100%;
		height: auto;
	margin-top: 30px;}
	
	.gallery {
    margin-top: 50px;
    padding-bottom: 10px;
}
	
	.perelik_tikets {
    flex-direction: column;
}
	
	.perelik_tikets>a{
		margin-bottom: 15px;
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	
	
	
	.header_right .header_sco_wrapper{
		display: none;
	}
	
	.mobile_nav .header_sco_wrapper{
		display: block;
		text-align: center;
		padding-top: 20px;
	}
	
	.perelik_tikets img {

    width: 100%;
}
	
	
}


@media screen and (max-width: 600px) {
    .remodal {
        padding-left:10px;
        padding-right: 10px
    }

    .remodal_thanks {
        padding-left: 20px;
        padding-right: 10px
    }

    .remodal_thanks_icon {
        margin-right: 20px
    }
}

.m_5_row, .m_7_row {
    user-select: none;
}

input.wpcf7-not-valid {
    border-bottom: 1px solid red !important;
}










@media screen and (max-width: 600px) {
    .m_1_wrapper {
        width: 100%;
    }

    .m_1_right {
        margin-left: 0px;
        width: 100%;
        min-width: 1px;
    }

    .m_1 .wrapper {
        padding-left: 0px;
    }
}
