@charset "UTF-8";
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger.is-active: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 {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--3dx .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx .hamburger-inner::after,
.hamburger--3dx .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r .hamburger-inner::after,
.hamburger--3dx-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dy .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy .hamburger-inner::after,
.hamburger--3dy .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r .hamburger-inner::after,
.hamburger--3dy-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg)
}

.hamburger--3dxy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
    -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy-r .hamburger-inner::after,
.hamburger--3dxy-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrow.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowalt .hamburger-inner::before {
    -webkit-transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner::after {
    -webkit-transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(.7, 1);
    -webkit-transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(.7, 1);
    -webkit-transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r .hamburger-inner::before {
    -webkit-transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner::after {
    -webkit-transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(.7, 1);
    -webkit-transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(.7, 1);
    -webkit-transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
    transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowturn.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::after,
.hamburger--boring .hamburger-inner::before {
    -webkit-transition-property: none;
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
    transform: translate3d(0, -10px, 0) rotate(45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 125ms 275ms ease;
    transition: opacity 125ms 275ms ease
}

.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
    transform: translate3d(0, 10px, 0) rotate(135deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 125ms 275ms ease;
    transition: opacity 125ms 275ms ease
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 275ms cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
    transform: translate3d(0, -20px, 0) rotate(270deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 125ms 175ms ease-in;
    transition: background-color 125ms 175ms ease-in
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic .hamburger-inner::after {
    top: 10px;
    right: 0;
    -webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80px;
    top: -80px;
    -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    -webkit-transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -80px;
    top: -80px;
    -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    -webkit-transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 125ms 175ms ease-in;
    transition: background-color 125ms 175ms ease-in
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 10px;
    right: 0;
    -webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -80px;
    top: 80px;
    -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    -webkit-transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -80px;
    top: 80px;
    -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    -webkit-transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--minus .hamburger-inner::after,
.hamburger--minus .hamburger-inner::before {
    -webkit-transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out, opacity 0s linear;
    transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner::after,
.hamburger--minus.is-active .hamburger-inner::before {
    opacity: 0;
    -webkit-transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear;
    transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear
}

.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;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--slider .hamburger-inner::after {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--slider-r .hamburger-inner::after {
    top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
    transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top .1s .25s ease-in, opacity .1s ease-in;
    transition: top .1s .25s ease-in, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s .12s ease-out;
    transition: top .1s ease-out, opacity .1s .12s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r .hamburger-inner {
    -webkit-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top .1s .25s ease-in, opacity .1s ease-in;
    transition: top .1s .25s ease-in, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s .12s ease-out;
    transition: top .1s ease-out, opacity .1s .12s ease-out
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    -webkit-transition: background-color 0s .13s linear;
    transition: background-color 0s .13s linear
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    -webkit-transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear
}

.hamburger--spring-r .hamburger-inner::before {
    -webkit-transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand .hamburger-inner {
    -webkit-transition: background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19);
    transition: background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19);
    transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear;
    transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand.is-active .hamburger-inner {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent !important;
    -webkit-transition: background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1);
    transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
    transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r .hamburger-inner {
    -webkit-transition: background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19);
    transition: background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19);
    transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear;
    transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear, -webkit-transform 75ms .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r .hamburger-inner::before {
    -webkit-transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r .hamburger-inner::after {
    -webkit-transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent !important;
    -webkit-transition: background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1);
    transition: background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1);
    transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
    transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear, -webkit-transform 75ms 0s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 75ms .12s ease, opacity 75ms ease;
    transition: top 75ms .12s ease, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 75ms .12s ease, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms .12s ease, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 75ms ease, opacity 75ms .12s ease;
    transition: top 75ms ease, opacity 75ms .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms ease, -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--vortex .hamburger-inner {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex .hamburger-inner::after,
.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex.is-active .hamburger-inner::after,
.hamburger--vortex.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r .hamburger-inner::after,
.hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-765deg);
    transform: rotate(-765deg);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r.is-active .hamburger-inner::after,
.hamburger--vortex-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    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;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    top: 0 !important;
    position: static !important
}

.main-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 220px
}

@media screen and (max-width:756px) {
    .main-inner {
        margin-top: 100px
    }
}

.main-inner__wrapper {
    max-width: 1170px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 65px 40px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:756px) {
    .main-inner__wrapper {
        padding: 0 15px 40px
    }
}

.main-inner__wrapper_no-padding {
    padding: 0 65px 40px
}

@media screen and (max-width:756px) {
    .main-inner__wrapper_no-padding {
        padding: 0
    }

    .main-inner__wrapper_no-padding .path,
    .main-inner__wrapper_no-padding .products__cell_civil,
    .main-inner__wrapper_no-padding .products__cell_military,
    .main-inner__wrapper_no-padding .products__info {
        margin: 0 15px
    }

    .main-inner__wrapper_no-padding .title_black {
        margin: 0 15px 50px
    }
}

.main-inner__wrapper_product {
    max-width: 1440px;
    padding: 0
}

.main-inner__wrapper_documents {
    max-width: 1440px;
    padding: 0
}

.main-inner__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.path {
    margin-bottom: 70px
}

@media screen and (max-width:776px) {
    .path {
        margin-bottom: 25px
    }
}

.path__wrapper-padding {
    padding: 0 15px
}

.path__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.path__item {
    list-style-type: none;
    position: relative;
    margin-left: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
    padding-left: 15px
}

@media screen and (max-width:526px) {
    .path__item {
        margin-left: 10px;
        padding-left: 10px
    }
}

.path__item:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: #606060;
    border-radius: 50%;
    left: 0
}

.path__item:first-child {
    margin-left: 0;
    text-decoration: none;
    padding: 0;
    margin: 0
}

.path__item:first-child:before {
    display: none
}

@media screen and (max-width:636px) {
    .path__item:nth-child(4),
    .path__item:nth-child(5),
    .path__item:nth-child(6) {
        display: none
    }
}

.path__item:last-child .path__link {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    white-space: normal
}

.path__link {
    color: #28a7b9;
    text-decoration: underline;
    white-space: nowrap
}

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

@media screen and (max-width:360px) {
    .path__link {
        font-size: 10px
    }
}

.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.pager__prev {
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: url(/images/icons/arrow-left_gray.svg) no-repeat center;
    margin-right: 10px
}

.pager__next {
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: url(/images/icons/arrow-right_gray.svg) no-repeat center
}

.pager__page {
    font-size: 20px;
    font-weight: 700;
    color: #7c7c7c;
    border: 1px solid #d5d5d5;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    padding: 7px 15.5px;
    margin-right: 10px;
    text-decoration: none;
    cursor: pointer
}

.pager__page:hover {
    color: #28a7b9;
    border-color: #28a7b9;
    -webkit-transition: .6s ease;
    transition: .6s ease
}

@media screen and (max-width:400px) {
    .pager__page {
        font-size: 14px;
        font-weight: 600;
        padding: 7px 10.5px;
        margin-right: 4px
    }
}

.pager__page.page_active {
    background-color: red;
    color: #fff
}

.pager__dots {
    padding: 0 10px;
    margin-right: 10px;
    text-decoration: none;
    -ms-flex-item-align: end;
    align-self: end;
    color: #7c7c7c
}

.link_disabled {
    pointer-events: none
}

a.gflag {
    position: absolute;
    top: 0;
    z-index: 40;
    vertical-align: middle;
    font-size: 16px;
    padding: 1px 0;
    background-repeat: no-repeat;
    background-image: url(//gtranslate.net/flags/16.png)
}

a.gflag img {
    border: 0
}

a.gflag:hover {
    background-image: url(//gtranslate.net/flags/16a.png)
}

#goog-gt-tt {
    display: none !important
}

.goog-te-banner-frame {
    display: none !important
}

.goog-te-menu-value:hover {
    text-decoration: none !important
}

#google_translate_element2 {
    display: none !important
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.panel-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    padding: 80px 90px 0 125px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media screen and (max-width:956px),
screen and (max-height:985px) and (max-width:1280px),
screen and (min-width:1280px) and (max-width:1451px) and (max-height:980px) {
    .panel-info {
        padding: 40px 60px 0 22px
    }
}

@media screen and (max-width:756px) {
    .panel-info {
        padding: 15px 60px 0 22px
    }
}

.panel-links {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 60px 125px;
    z-index: 5
}

@media screen and (max-width:956px),
screen and (max-height:985px) and (max-width:1280px),
screen and (min-width:1280px) and (max-width:1451px) and (max-height:980px) {
    .panel-links {
        padding: 0 0 25px 22px
    }
}

.panel-links__social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 282px;
    width: 100%;
    grid-area: social
}

.panel-links__social-network {
    display: block;
    background: center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 15px
}

.panel-links__social-network:last-child {
    margin-right: 0
}

.panel-links__social-network_youtube {
    background-image: url(/images/icons/youtube-link.svg);
    display: none !important;
}

.panel-links__social-network_twitter {
    background-image: url(/images/icons/twitter-link.svg);
    display: none !important;
}

.panel-links__social-network_facebook {
    background-image: url(/images/icons/facebook.svg);
    display: none !important;
}

.panel-links__social-network_vk {
    background-image: url(/images/icons/link-vk.svg);
    width: 24px;
    height: 24px
}

.panel-links__social-network_instagram {
    background-image: url(/images/icons/instagram.svg);
    display: none !important;
}

.panel-links__social-network_max {
    background-image: url(/images/icons/link-max.svg);
    width: 24px;
    height: 24px
}

.panel-links__social-network_zen {
    background-image: url(/images/icons/link-zen.svg);
    width: 24px;
    height: 24px
}

.panel-info-contacts {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5
}

@media screen and (max-width:1296px) {
    .panel-info-contacts {
        width: auto;
        margin-right: 10px
    }
}

.panel-info-contacts__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    margin-right: 30px
}

@media screen and (max-width:1126px) {
    .panel-info-contacts__address {
        max-width: 270px;
        margin-right: 15px
    }
}

@media screen and (max-width:956px) {
    .panel-info-contacts__address {
        display: none
    }
}

.panel-info-contacts__address::before {
    content: '';
    display: block;
    background-image: url(/images/icons/address-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
    width: 1em;
    height: 1em
}

.panel-info-contacts__address_gray {
    color: #7c7c7c
}

.panel-info-contacts__email {
    margin-right: 30px;
    font-size: 14px;
    color: #fff;
    text-decoration: none
}

@media screen and (max-width:756px) {
    .panel-info-contacts__email {
        display: none
    }
}

.panel-info-contacts__email_gray {
    color: #7c7c7c
}

.panel-info-contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:756px) {
    .panel-info-contacts__wrapper {
        display: none
    }
}

.panel-info-contacts__wrapper::before {
    content: '';
    display: block;
    background: url(/images/icons/phonenumber-icon.svg) center no-repeat;
    background-size: contain;
    margin-right: 8px;
    width: 1em;
    height: 1em
}

.panel-info-contacts__phonenumbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff
}

@media screen and (max-width:1296px) {
    .panel-info-contacts__phonenumbers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.panel-info-contacts__phonenumber {
    margin-right: 27px;
    color: #fff;
    text-decoration: none;
    font-size: 14px
}

.panel-info-contacts__phonenumber_gray {
    color: #7c7c7c
}

.panel-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
    padding: 80px 20px 60px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 6
}

@media screen and (max-width:956px),
screen and (max-height:985px) and (max-width:1280px),
screen and (min-width:1280px) and (max-width:1451px) and (max-height:980px) {
    .panel-toolbar {
        padding: 40px 20px 25px 0
    }
}

@media screen and (max-width:756px) {
    .panel-toolbar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 15px 22px 0 0;
        height: auto
    }
}

.panel-toolbar_gray {
    height: auto;
    position: fixed
}

@media screen and (max-width:956px),
screen and (max-height:985px) and (max-width:1280px),
screen and (min-width:1280px) and (max-width:1451px) and (max-height:980px) {
    .panel-toolbar_gray {
        padding: 40px 22px 25px 0
    }
}

@media screen and (max-width:756px) {
    .panel-toolbar_gray {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 15px 22px 0 0;
        height: auto
    }
}

.panel-toolbar_gray .panel-toolbar__control {
    margin-top: 200px
}

@media screen and (max-width:756px) {
    .panel-toolbar_gray .panel-toolbar__control {
        margin: 0 35px 0 0
    }
}

.panel-toolbar_gray .panel-toolbar__language-selection {
    margin-top: 70px
}

.panel-toolbar_gray .menu-wrapper {
    position: fixed
}

.panel-toolbar__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:756px) {
    .panel-toolbar__control {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 35px;
        height: 37px
    }
}

.panel-toolbar__language-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:756px) {
    .panel-toolbar__language-selection {
        display: none
    }
}

.panel-toolbar__language-selection_visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 !important
}

.panel-toolbar__language {
    position: relative;
    max-width: 20px;
    border: 0;
    padding: 0;
    margin-bottom: 25px;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer
}

.panel-toolbar__language:last-child {
    margin-bottom: 0
}

.panel-toolbar__language:last-child:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #28a7b9;
    left: 0;
    top: -15px
}

.panel-toolbar__language_gray {
    color: #7c7c7c
}

.hamburger {
    padding: 0;
    z-index: 6;
    outline: 0
}

@media screen and (max-width:756px) {
    .hamburger {
        height: 20px
    }
}

@media screen and (max-width:756px) {
    .hamburger-box {
        height: 20px;
        width: 18px
    }
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #fff !important
}

@media screen and (max-width:756px) {
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        width: 18px;
        height: 2px
    }
}

@media screen and (max-width:756px) {
    .hamburger-inner:before {
        top: -7px
    }
}

@media screen and (max-width:756px) {
    .hamburger-inner:after {
        bottom: -7px
    }
}

.hamburger_gray .hamburger-inner,
.hamburger_gray .hamburger-inner:after,
.hamburger_gray .hamburger-inner:before {
    background-color: #7c7c7c !important
}

.is-active .hamburger-inner,
.is-active .hamburger-inner:after,
.is-active .hamburger-inner:before {
    background-color: #fff !important
}

.accessibility__button {
    border: none;
    background: transparent url(/images/icons/accessibility-button.svg) center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    cursor: pointer
}

.accessibility__button:hover {
    background-image: url(/images/icons/accessibility-button-hover.svg)
}

@media screen and (max-width:756px) {
    .accessibility__button {
        margin-right: 16px;
        width: 21px;
        height: 14px
    }
}

.accessibility__button_gray {
    background-image: url(/images/icons/accessibility-button_gray.svg)
}

.accessibility__button_gray:hover {
    background-image: url(/images/icons/accessibility-button_gray.svg)
}

.animate {
    margin-top: 230px;
    width: 120%
}

@media screen and (max-width:756px) {
    .animate {
        display: none
    }
}

.scroll-downs {
    width: 100%;
    height: 55px
}

.mousey {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: .75;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-top: 10px
}

@-webkit-keyframes scroll {
    0% {
        opacity: 0
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0
    }
}

@keyframes scroll {
    0% {
        opacity: 0
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0
    }
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.button_show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 10px;
    font-family: BebasNeue-Bold;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    letter-spacing: 1.2px;
    background-color: #28a7b9;
    border: 1px solid #28a7b9
}

.button_show-more::after {
    content: '';
    background: url(/images/icons/more-button.svg) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-left: 10px
}

.button_show-more:hover {
    background-color: #098395;
    -webkit-transition: .6s ease;
    transition: .6s ease
}

.button_menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
    outline: 0
}

@media screen and (max-width:756px) {
    .button_menu {
        margin: 0
    }
}

.button_article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 10px;
    font-family: BebasNeue-Bold;
    font-size: 16px;
    color: #28a7b9;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    letter-spacing: 1.2px;
    background-color: #fff;
    border: 1px solid #28a7b9
}

.button_article:hover {
    color: #fff;
    background-color: #28a7b9;
    -webkit-transition: .6s ease;
    transition: .6s ease
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

@media screen and (max-width:756px) {
    .search {
        margin: 0
    }
}

.search__wrapper {
    margin-bottom: 30px
}

.search__form {
    position: relative;
    margin-bottom: auto
}

.search__input {
    position: absolute;
    right: 10px;
    top: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: .6s ease;
    transition: .6s ease;
    font-family: OpenSans-Regular;
    font-size: 14px;
    width: 100vw;
    max-width: 0;
    overflow: hidden;
    height: 30px;
    border: none;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 5px;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.search__input_active {
    visibility: visible;
    max-width: 200px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.search__toggler {
    border: none;
    background: transparent url(/images/icons/search-toggler.svg) center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    cursor: pointer
}

.search__toggler:hover {
    background-image: url(/images/icons/search-toggler-hover.svg)
}

@media screen and (max-width:756px) {
    .search__toggler {
        width: 14px;
        height: 14px
    }
}

.search__toggler_gray {
    background-image: url(/images/icons/search-toggler_gray.svg)
}

.search__toggler_gray:hover {
    background-image: url(/images/icons/search-toggler_gray.svg)
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 40px
}

.logo__container{
    display: inline-flex;
}

.logo__main {
    background: url(/images/2026_logo_SNSZ.png) center no-repeat;
    background-size: contain;
    width: 154px;
    height: 88px;
    margin-right: 75px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

/*
.logo__main:after {
    content: 'Средне-Невский судостроительный завод';
    position: absolute;
    top: 65px;
    left: 65px;
    width: 155px;
    font-size: 8px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic
}
*/

@media screen and (max-width:756px) {
    .logo__main {
        width: 65px;
        height: 37px
    }

    .logo__main:after {
        display: none
    }
}

@media screen and (max-width:416px) {
    .logo__main {
        margin-right: 15px
    }
}

.logo__main_gray {
    background-image: url(/images/2026_logo_SNSZ.png)
}

.logo__main_gray:after {
    color: #909090
}

.logo__osk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url(/images/2026_logo_OSK.png) center no-repeat;
    background-size: contain;
    background-position: left;
    width: 150px;
    height: 88px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width:756px) {
    .logo__osk {
        width: 90px;
        height: 29px
    }
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100vw;
    max-width: 405px;
    padding: 80px 60px 40px 50px;
    background-color: #d4362b;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-transform-origin: right;
    transform-origin: right;
    z-index: 5;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (max-height:900px) {
    .menu-wrapper {
        padding: 30px 60px 20px 50px
    }
}

@media screen and (max-width:496px) {
    .menu-wrapper {
        max-width: none
    }
}

.menu-wrapper_active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

.menu-wrapper__social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.menu-wrapper__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.menu-wrapper__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px
}

.menu-wrapper__column:last-child {
    margin-bottom: 0
}

@media screen and (max-height:850px) {
    .menu-wrapper__column {
        display: none
    }
}

.menu-wrapper__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.menu-wrapper__title {
    font-size: 12px;
    margin-bottom: 10px;
    color: #fff
}

.menu-wrapper__e-mail,
.menu-wrapper__phone-number,
.menu-wrapper__text {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
    text-decoration: none
}

.menu-wrapper__e-mail:last-child,
.menu-wrapper__phone-number:last-child,
.menu-wrapper__text:last-child {
    margin-bottom: 0
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    margin: 0 0 15px 0
}

.menu_level_0 {
    padding: 0
}

.menu_level_1 {
    overflow: hidden;
    height: 100%;
    max-height: 0;
    margin: 0;
    -webkit-transition: max-height .7s ease, margin 1.2s ease;
    transition: max-height .7s ease, margin 1.2s ease
}

.menu__item {
    margin-bottom: 30px;
    list-style-type: none
}

.menu__item:last-child {
    margin: 0
}

.menu__item_level_0 {
    margin-bottom: 22px
}

.menu__item_level_0:hover .menu_level_1 {
    margin-top: 30px;
    max-height: 1000px;
    -webkit-transition: max-height 3s ease, margin-top 1s ease;
    transition: max-height 3s ease, margin-top 1s ease
}

@media screen and (max-height:900px) {
    .menu__item_level_0 {
        margin-bottom: 15px
    }
}

.menu__item_level_1 {
    margin-bottom: 10px
}

.menu__link {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none
}

.menu__link_level_0 {
    font-family: BebasNeue-Bold, sans-serif
}

.menu__link_level_1 {
    font-weight: 300;
    font-family: BebasBook, sans-serif;
    letter-spacing: .2px
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.title_main {
    max-width: 655px;
    font-family: BebasNeue-Bold, sans-serif;
    font-size: 47px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    line-height: 1.08;
    margin: 0;
    position: relative;
    z-index: 5
}

@media screen and (max-width:726px) {
    .title_main {
        font-size: 36px
    }
}

@media screen and (max-width:456px) {
    .title_main {
        font-size: 20px
    }
}

.title_black,
.title_white {
    position: relative;
    font-family: BebasNeue-Bold, sans-serif;
    font-size: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.08;
    margin: 0 0 50px 0
}

.title_black:after,
.title_white:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    max-width: 77px;
    width: 100%;
    height: 2px;
    background-color: #ff3434
}

@media screen and (max-width:756px) {
    .title_black,
    .title_white {
        font-size: 24px
    }
}

.title_black {
    color: #1a1a1a
}

.title_products {
    position: relative;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 1.38;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-family: BebasNeue-Bold, sans-serif
}

@media screen and (max-width:938px) {
    .title_products {
        font-size: 20px
    }
}

.title_products:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    max-width: 77px;
    width: 100%;
    height: 2px;
    background-color: #ff3434
}

.title_line-left {
    position: relative;
    padding-left: 15px;
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0
}

.title_line-left:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    height: 25px;
    width: 3px;
    background-color: #ff3434
}

@media screen and (max-width:656px) {
    .title_line-left {
        font-size: 16px
    }
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
    padding: 10px 0
}

@media screen and (max-width:480px) {
    .footer {
        margin-top: 20px
    }
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1170px;
    padding: 0 15px
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media screen and (max-width:926px) {
    .footer__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 220px;
    padding-top: 15px
}

@media screen and (max-width:926px) {
    .footer__column {
        text-align: center
    }
}

.footer__title {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px
}

.footer__address,
.footer__phone-number {
    font-size: 14px;
    color: #7c7c7c;
    text-decoration: none
}

.footer__phone-number {
    margin-bottom: 7px
}

.footer__phone-number:last-child {
    margin-bottom: 0
}

.footer__e-mail {
    font-size: 14px;
    color: #0048bc
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

@media screen and (max-width:926px) {
    .footer__social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer__description {
    margin-top: 70px;
    font-size: 10px;
    color: #a0a0a0;
    text-align: center
}

.logos-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif
}

@media all and (-ms-high-contrast:none) {
    .body .main__slide {
        max-height: 100vh
    }

    .body .main__container {
        height: 100vh;
        position: relative
    }

    .body .swiper-news-slide__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .body .swiper-news-slide__cell,
    .body .swiper-news-slide__cell_press-center {
        max-width: 300px;
        width: 100%;
        margin-bottom: 30px
    }

    .body .factory-information-cell__text {
        display: inline-table
    }

    .body .news-grid,
    .body .press__grid,
    .body .products-category,
    .body .products__cell-wrapper,
    .body .purchases {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .body .purchases-item {
        min-height: 200px;
        margin-bottom: 20px
    }

    .body .purchases-item:last-child {
        margin-bottom: 0
    }

    .body .contacts__map,
    .body .documents-sort,
    .body .news__filter {
        display: none
    }

    .body .main__slide,
    .body ::-ms-backdrop {
        max-height: 100vh
    }

    .body .main__container,
    .body ::-ms-backdrop {
        height: 100vh;
        position: relative
    }

    .body .swiper-news-slide__grid,
    .body ::-ms-backdrop {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        grid-gap: 0;
        grid-template-columns: none;
        grid-template-rows: none;
        grid-template-areas: none
    }

    .body .swiper-news-slide__cell,
    .body .swiper-news-slide__cell_press-center,
    .body ::-ms-backdrop {
        max-width: 300px;
        width: 100%;
        margin-bottom: 30px;
        margin-right: 20px
    }

    .body .swiper-news-slide__cell:nth-child(3n),
    .body .swiper-news-slide__cell_press-center:nth-child(3n),
    .body ::-ms-backdrop:nth-child(3n) {
        margin-right: 0
    }

    .body .swiper-news-slide__cell:nth-child(4),
    .body .swiper-news-slide__cell:nth-child(5),
    .body .swiper-news-slide__cell:nth-child(6),
    .body .swiper-news-slide__cell_press-center:nth-child(4),
    .body .swiper-news-slide__cell_press-center:nth-child(5),
    .body .swiper-news-slide__cell_press-center:nth-child(6),
    .body ::-ms-backdrop:nth-child(4),
    .body ::-ms-backdrop:nth-child(5),
    .body ::-ms-backdrop:nth-child(6) {
        margin-bottom: 0
    }

    .body .factory-information-cell__text,
    .body ::-ms-backdrop {
        display: inline-table
    }

    .body .news-grid,
    .body .press__grid,
    .body .products-category,
    .body .products__cell-wrapper,
    .body .purchases,
    .body ::-ms-backdrop {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .body .purchases-item,
    .body ::-ms-backdrop {
        min-height: 200px;
        margin-bottom: 20px
    }

    .body .purchases-item:last-child,
    .body ::-ms-backdrop:last-child {
        margin-bottom: 0
    }

    .body .contacts__map,
    .body .documents-sort,
    .body .news__filter,
    .body ::-ms-backdrop {
        display: none
    }
}

.main {
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    overflow: hidden
}

.main__container {
    height: 100%
}

.main__wrapper {
    height: 100%
}

.main__slide {
    height: 100vh
}

.content-main {
    height: 100%
}

.content-main__container {
    height: 100%;
    overflow: hidden
}

.content-main__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.content-main__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 60px;
    left: 21%;
    z-index: 4
}

@media screen and (max-width:956px),
screen and (max-height:985px) and (max-width:1280px),
screen and (min-width:1280px) and (max-width:1451px) and (max-height:980px) {
    .content-main__control {
        bottom: 25px
    }
}

@media screen and (max-width:756px) {
    .content-main__control {
        left: auto;
        right: 30px
    }
}

.content-main-slide {
    padding: 270px 390px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width:896px) {
    .content-main-slide {
        padding: 170px 150px
    }
}

@media screen and (max-width:636px) {
    .content-main-slide {
        padding: 150px 15px
    }
}

.content-main-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 2
}

.content-main-slide:first-child .content-main-slide__description {
    font-size: 19px;
    font-family: "Open Sans", sans-serif
}

.content-main-slide__bg {
    background: no-repeat center;
    background-size: cover;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: -webkit-filter .5s linear;
    transition: -webkit-filter .5s linear;
    transition: filter .5s linear;
    transition: filter .5s linear, -webkit-filter .5s linear;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.content-main-slide__bg.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0)
}

.content-main-slide__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    z-index: 5;
    position: relative
}

.content-main-slide__description {
    max-width: 580px;
    font-size: 26px;
    font-family: BebasNeue-Bold, sans-serif;
    color: #fff;
    letter-spacing: 2.2px;
    line-height: 1.08;
    text-transform: uppercase;
    margin-bottom: 20px;
    white-space: pre
}

@media screen and (max-width:756px) {
    .content-main-slide__description {
        white-space: normal
    }
}

@media screen and (max-width:456px) {
    .content-main-slide__description {
        font-size: 16px
    }
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.swiper-news__container {
    position: static
}

.swiper-news__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-news-slide__block {
    background: url(/images/swiper-news-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative
}

.swiper-news-slide__block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 2;
    height: 100%
}

.swiper-news-slide__bg {
    position: relative;
    padding: 11% 19%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    height: calc(var(--vh, 1vh) * 100);
    box-sizing: border-box
}

@media screen and (max-width:1450px) {
    .swiper-news-slide__bg {
        padding: 230px 150px
    }
}

@media screen and (max-pxwidth:956px),
screen and (max-height:985px) and (max-width:1280px),
screen and (min-width:1280px) and (max-width:1451px) and (max-height:980px) {
    .swiper-news-slide__bg {
        padding: 190px 84px 270px 20px
    }
}

@media screen and (max-width:756px) {
    .swiper-news-slide__bg {
        padding: 95px 15px
    }
}

.swiper-news-slide__wrapper {
    z-index: 5;
    position: relative
}

.swiper-news-slide__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swiper-news-slide__show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    text-decoration: none
}

.swiper-news-slide__show-more:after {
    content: '';
    width: 5px;
    height: 9px;
    display: block;
    background: url(/images/icons/arrow-right.svg) no-repeat center;
    background-size: contain;
    margin-left: 10px
}

.swiper-news-slide__grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 385px 234px;
    grid-template-areas: "cFirst cFirst cSecond" "cThird cFourth pressCenter"
}

@media screen and (max-width:1556px),
screen and (max-height:1024px) {
    .swiper-news-slide__grid {
        grid-template-rows: 260px 220px
    }
}

@media screen and (max-width:1450px) {
    .swiper-news-slide__grid {
        grid-template-areas: none;
        grid-template-rows: 310px 240px;
        grid-template-columns: repeat(10, 1fr);
        grid-gap: 20px
    }
}

@media screen and (min-width:756px) and (max-width:1450px) and (min-height:560px) and (max-height:900px) {
    .swiper-news-slide__grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 310px
    }
}

@media screen and (max-width:756px) {
    .swiper-news-slide__grid {
        grid-template-columns: 1fr;
        grid-template-rows: 145px 145px 42px;
        grid-gap: 10px 0
    }
}

@media screen and (max-height:560px) {
    .swiper-news-slide__grid {
        grid-template-rows: 145px 42px
    }
}

.swiper-news-slide__cell-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 4;
    position: relative;
    overflow: hidden
}

.swiper-news-slide__cell-image {
    background: url(/images/newsFirst.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

.swiper-news-slide__cell-image_second {
    background-image: url(/images/newsSecond.jpg)
}

.swiper-news-slide__cell-image_third {
    background-image: url(/images/newsThird.jpg)
}

.swiper-news-slide__cell-image_fourth {
    background-image: url(/images/newsFourth.jpg)
}

.swiper-news-slide__cell {
    padding: 20px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none
}

.swiper-news-slide__cell:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .6s ease;
    transition: .6s ease
}

.swiper-news-slide__cell:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 3
}

.swiper-news-slide__cell:nth-child(1) {
    grid-area: cFirst
}

@media screen and (max-width:1450px) {
    .swiper-news-slide__cell:nth-child(1) {
        grid-area: 1/1/2/span 6
    }
}

@media screen and (min-width:756px) and (max-width:1450px) and (min-height:560px) and (max-height:900px) {
    .swiper-news-slide__cell:nth-child(1) {
        grid-area: 1/1/2/2
    }
}

@media screen and (max-width:756px) {
    .swiper-news-slide__cell:nth-child(1) {
        grid-area: 1/1/2/4
    }
}

.swiper-news-slide__cell:nth-child(2) {
    grid-area: cSecond
}

@media screen and (max-width:1450px) {
    .swiper-news-slide__cell:nth-child(2) {
        grid-area: 1/7/2/span 4
    }
}

@media screen and (min-width:756px) and (max-width:1450px) and (min-height:560px) and (max-height:900px) {
    .swiper-news-slide__cell:nth-child(2) {
        grid-area: 1/2/2/3
    }
}

@media screen and (max-width:756px) {
    .swiper-news-slide__cell:nth-child(2) {
        grid-area: 2/1/3/4
    }
}

@media screen and (max-height:560px) {
    .swiper-news-slide__cell:nth-child(2) {
        display: none
    }
}

.swiper-news-slide__cell:nth-child(3) {
    grid-area: cThird
}

@media screen and (max-width:1450px) {
    .swiper-news-slide__cell:nth-child(3) {
        grid-area: 2/1/3/span 3
    }
}

@media screen and (max-width:756px),
screen and (min-width:756px) and (max-width:1450px) and (min-height:560px) and (max-height:900px) {
    .swiper-news-slide__cell:nth-child(3) {
        display: none
    }
}

.swiper-news-slide__cell:nth-child(4) {
    grid-area: cFourth
}

@media screen and (max-width:1450px) {
    .swiper-news-slide__cell:nth-child(4) {
        grid-area: 2/4/3/span 4
    }
}

@media screen and (max-width:756px),
screen and (min-width:756px) and (max-width:1450px) and (min-height:560px) and (max-height:900px) {
    .swiper-news-slide__cell:nth-child(4) {
        display: none
    }
}

.swiper-news-slide__cell:hover .swiper-news-slide__cell-image {
    -webkit-transition: .6s ease;
    transition: .6s ease;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (max-width:756px) {
    .swiper-news-slide__cell {
        padding: 10px
    }
}

.swiper-news-slide__cell_press-center {
    cursor: pointer;
    grid-area: pressCenter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(9.5px);
    backdrop-filter: blur(9.5px);
    position: relative;
    color: #fff;
    text-decoration: none
}

@media screen and (max-width:1450px) {
    .swiper-news-slide__cell_press-center {
        grid-area: 2/8/3/span 3
    }
}

@media screen and (min-width:756px) and (max-width:1450px) and (min-height:560px) and (max-height:900px) {
    .swiper-news-slide__cell_press-center {
        grid-area: 1/3/2/4
    }
}

@media screen and (max-width:756px) {
    .swiper-news-slide__cell_press-center {
        grid-area: 3/1/4/4;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (max-height:560px) {
    .swiper-news-slide__cell_press-center {
        grid-area: 2/1/3/4
    }
}

.swiper-news-slide__cell_press-center:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: .3;
    z-index: 4;
    -webkit-transition: .6s ease;
    transition: .6s ease
}

.swiper-news-slide__cell_press-center:hover:after {
    -webkit-box-shadow: 0 0 15px 0 #fff;
    box-shadow: 0 0 15px 0 #fff;
    opacity: .5;
    -webkit-transition: .6s ease;
    transition: .6s ease
}

.swiper-news-slide__press-center-image {
    background: url(/images/icons/press-center.svg) no-repeat center;
    background-size: contain;
    width: 73px;
    height: 61px;
    margin-bottom: 30px;
    z-index: 5
}

@media screen and (max-width:756px) {
    .swiper-news-slide__press-center-image {
        width: 18px;
        height: 15px;
        margin: 0 7px 0 0
    }
}

.swiper-news-slide__press-center-title {
    font-size: 28px;
    font-family: BebasNeue-Bold, sans-serif;
    letter-spacing: 2.1px;
    color: #fff;
    z-index: 5;
    text-decoration: none
}

@media screen and (max-width:756px) {
    .swiper-news-slide__press-center-title {
        font-size: 16px
    }
}

.swiper-news-slide__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swiper-news-slide__date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-news-slide__day {
    margin-right: 17px;
    font-size: 64px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width:1450px) {
    .swiper-news-slide__day {
        font-size: 40px
    }
}

@media screen and (max-width:756px) {
    .swiper-news-slide__day {
        font-size: 34px
    }
}

.swiper-news-slide__month {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px
}

@media screen and (max-width:1450px),
screen and (max-height:1024px) {
    .swiper-news-slide__month {
        font-size: 18px
    }
}

@media screen and (max-width:756px) {
    .swiper-news-slide__month {
        font-size: 12px
    }
}

.swiper-news-slide__year {
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

@media screen and (max-width:1450px),
screen and (max-height:1024px) {
    .swiper-news-slide__year {
        font-size: 12px
    }
}

@media screen and (max-width:756px) {
    .swiper-news-slide__year {
        font-size: 10px
    }
}

.swiper-news-slide__text {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.52
}

@media screen and (max-width:1450px),
screen and (max-height:1024px) {
    .swiper-news-slide__text {
        font-size: 15px
    }
}

@media screen and (max-width:756px) {
    .swiper-news-slide__text {
        font-size: 12px
    }
}

.swiper-news-slide__text_title {
    font-size: 25px
}

@media screen and (max-width:1450px),
screen and (max-height:1024px) {
    .swiper-news-slide__text_title {
        font-size: 18px
    }
}

@media screen and (max-width:756px) {
    .swiper-news-slide__text_title {
        font-size: 12px
    }
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.factory-information {
    background: url(/images/swiper-news-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 11% 19%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative
}

@media screen and (max-width:1450px) {
    .factory-information {
        padding: 230px 125px
    }
}

@media screen and (max-width:956px),
screen and (max-height:985px) and (max-width:1280px) {
    .factory-information {
        padding: 190px 84px 270px 20px
    }
}

@media screen and (max-width:756px) {
    .factory-information {
        padding: 95px 15px
    }
}

.factory-information:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 2
}

.factory-information__wrapper {
    z-index: 5;
    position: relative
}

.factory-information__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.factory-information__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.factory-information__row_numbers {
    margin-bottom: 70px
}

@media screen and (max-width:906px) {
    .factory-information__row_numbers {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 35px
    }
}

.factory-information__row_facts {
    margin-top: 77px
}

@media screen and (max-width:906px),
screen and (min-width:756px) and (max-width:1450px) and (min-height:560px) and (max-height:900px) {
    .factory-information__row_facts {
        display: none
    }
}

.factory-information__text {
    font-size: 20px;
    max-width: 567px;
    color: #fff
}

.factory-information__text p {
    margin: 0
}

@media screen and (max-width:756px) {
    .factory-information__text {
        font-size: 14px
    }
}

@media screen and (max-height:560px) {
    .factory-information__text {
        display: none
    }
}

.factory-information-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 7px
}

@media screen and (max-width:756px) {
    .factory-information-cell {
        max-width: 180px
    }
}

.factory-information-cell__number {
    font-size: 80px;
    color: #28a7b9;
    font-weight: 700;
    letter-spacing: .8px;
    margin-bottom: 15px
}

@media screen and (max-width:756px) {
    .factory-information-cell__number {
        font-size: 38px;
        margin-bottom: 9px
    }
}

.factory-information-cell__image {
    max-width: 77px;
    width: 100%;
    height: 97px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 40px
}

.factory-information-cell__image_composite {
    background-image: url(/images/icons/composite.svg)
}

.factory-information-cell__image_documentation {
    background-image: url(/images/icons/documentation.svg)
}

.factory-information-cell__image_industrial-base {
    background-image: url(/images/icons/industrial-base.svg)
}

.factory-information-cell__text {
    font-size: 18px;
    color: #fff;
    text-align: center
}

@media screen and (max-width:756px) {
    .factory-information-cell__text {
        font-size: 12px
    }
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.swiper-main__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto !important
}

.swiper-main__next,
.swiper-main__prev {
    width: 6px;
    height: 15px;
    background: url(/images/icons/arrow-right.svg) no-repeat center;
    background-size: contain;
    cursor: pointer
}

.swiper-main__prev {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.swiper-main__bullet {
    color: #909090;
    font-weight: 600;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    margin-right: 12px;
    cursor: pointer;
    -webkit-transition: color .6s ease;
    transition: color .6s ease;
    display: none
}

.swiper-main__bullet:last-child {
    margin-right: 12px
}

.swiper-main__bullet:first-child {
    margin-left: 12px
}

.swiper-main__bullet_active {
    display: block;
    color: #28a7b9;
    -webkit-transition: color .6s ease;
    transition: color .6s ease
}

.swiper-main__bullet_active-next,
.swiper-main__bullet_active-prev {
    display: block
}

.swiper-main__bullet_active-prev {
    margin-left: 12px
}

.swiper-news__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px
}

.swiper-news__next,
.swiper-news__prev {
    width: 6px;
    height: 15px;
    background: url(/images/icons/arrow-right.svg) no-repeat center;
    background-size: contain;
    cursor: pointer
}

.swiper-news__prev {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.swiper-pagination-bullet {
    color: #909090;
    font-weight: 600;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    margin-right: 12px;
    cursor: pointer
}

.swiper-pagination-bullet:last-child {
    margin-right: 0
}

.swiper-pagination-bullet-active {
    color: #28a7b9;
    -webkit-transition: .6s ease;
    transition: .6s ease
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.popup-orientation {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media screen and (min-width:320px) and (max-width:956px) and (orientation:landscape) {
    .popup-orientation {
        width: 100vw;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: rgba(0, 0, 0, .5);
        z-index: 10;
        opacity: 1;
        -webkit-transition: opacity .6s ease;
        transition: opacity .6s ease
    }

    .popup-orientation__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px 70px;
        background-color: #af2e25;
        max-width: 90vw;
        min-width: 400px;
        max-height: 90vh;
        min-height: 220px;
        z-index: 11;
        -webkit-box-shadow: 0 5px 6px 0 #000;
        box-shadow: 0 5px 6px 0 #000;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .popup-orientation__text {
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        color: #fff
    }

    .popup-orientation__image {
        background: url(/images/icons/skull.svg) no-repeat center;
        background-size: contain;
        width: 72px;
        height: 70px;
        margin-bottom: 20px
    }
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.products {
    display: grid;
    grid-gap: 45px 30px;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(auto, 375px) minmax(auto, -webkit-max-content) minmax(270px, auto);
    grid-template-rows: minmax(auto, 375px) minmax(auto, max-content) minmax(270px, auto)
}

@media screen and (max-width:856px) {
    .products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-template-areas: none;
        grid-gap: 0
    }
}

.products__cell-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 35px;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 3
}

.products__cell-image {
    position: absolute;
    z-index: 1;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    height: 100%;
    width: 100%;
    background: url(/images/products-civil.jpg) no-repeat center;
    background-size: cover
}

.products__cell {
    position: relative;
    text-decoration: none;
    overflow: hidden
}

.products__cell:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 2
}

.products__cell:hover .products__cell-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .6s ease;
    transition: .6s ease
}

.products__cell_main {
    background: url(/images/products-main.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 3;
    max-height: 375px;
    height: 100vh
}

.products__cell_category {
    min-height: 270px
}

.products__info {
    font-size: 17px;
    line-height: 1.88
}

.products__description {
    position: absolute;
    left: 40px;
    bottom: 30px;
    z-index: 10;
    padding: 0 30px;
    font-family: BebasNeue-Bold, sans-serif;
    font-size: 26px;
    line-height: 1.38;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    max-width: 880px
}

.products__description:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 2px;
    background-color: #ff3434
}

@media screen and (max-width:856px) {
    .products__description {
        font-size: 16px
    }
}

.products__products-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:776px) {
    .products__products-link {
        grid-template-columns: 1fr;
        padding: 0 15px
    }
}

.products__link-all {
    color: #28a7b9;
    font-size: 19px;
    font-family: BebasNeue-Bold, sans-serif
}

.products__link-all:focus {
    outline: 0
}

.products-category {
    display: grid;
    grid-gap: 45px 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(auto, 307px)
}

@media screen and (max-width:876px) {
    .products-category {
        grid-template-columns: 1fr;
        grid-gap: 0
    }
}

.products-category__cell {
    position: relative;
    border: solid 1px #ddd;
    text-decoration: none;
    overflow: hidden
}

@media screen and (max-width:856px) {
    .products-category__cell {
        margin-bottom: 15px
    }

    .products-category__cell:last-child {
        margin-bottom: 0
    }
}

.products-category__cell:hover .products-category__cell-background {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .6s ease;
    transition: .6s ease
}

.products-category__cell-wrapper {
    padding: 20px 60px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 4;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.products-category__cell-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 3;
    -webkit-transition: .6s ease;
    transition: .6s ease
}

.products-category__container {
    position: relative;
    z-index: 4
}

.products-category__container:before {
    position: absolute;
    left: -20px;
    top: 0;
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 2px;
    background-color: #ff3434
}

.products-category__cell-background {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background: url(/images/shipFirst-wrapper.jpg) no-repeat center;
    background-size: cover;
    opacity: 1;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.products-category__cell-background_second {
    background-image: url(/images/shipSecond-wrapper.jpg)
}

.products-category__cell-background_third {
    background-image: url(/images/shipThird-wrapper.jpg)
}

.products-category__cell-background_fourth {
    background-image: url(/images/shipFourth-wrapper.jpg)
}

.products-category__title {
    color: #fff;
    font-size: 28px;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    font-family: BebasNeue-Bold, sans-serif;
    z-index: 5
}

@media screen and (max-width:876px) {
    .products-category__title {
        font-size: 14px
    }
}

.products-category__announce {
    color: #fff;
    font-size: 20px;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    font-family: BebasNeue-Bold, sans-serif;
    z-index: 5
}

@media screen and (max-width:876px) {
    .products-category__announce {
        font-size: 14px
    }
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product__top-line {
    width: 100%;
    height: 644px;
    background: url(/images/second-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 135px 115px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.product__top-line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 2
}

@media screen and (max-width:656px) {
    .product__top-line {
        padding: 15px;
        height: 190px
    }
}

.product__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 135px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #c63329;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:1156px) {
    .product__nav {
        padding: 0 30px
    }
}

@media screen and (max-width:896px) {
    .product__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }
}

.product__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    color: #fff;
    padding: 28px 35px;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    text-decoration: none;
    text-align: center
}

.product__link:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 40px;
    width: 1px;
    background-color: #fff;
    opacity: .17
}

.product__link:last-child:after {
    display: none
}

.product__link:hover {
    background-color: #af2e25;
    -webkit-transition: .6s ease;
    transition: .6s ease
}

@media screen and (max-width:426px) {
    .product__link {
        font-size: 14px;
        padding: 20px 25px
    }
}

.product__announce {
    color: #fff;
    font-size: 36px;
    font-family: BebasNeue-Bold, sans-serif;
    position: relative;
    z-index: 5
}

.product__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 80px 135px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:1156px) {
    .product__wrapper {
        padding: 30px 20px
    }
}

@media screen and (max-width:426px) {
    .product__wrapper {
        padding: 25px 10px
    }
}

.product__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px
}

.product__block:last-child {
    margin-bottom: 0
}

.product__list-item {
    color: #28a7b9;
    font-size: 13px
}

.product__text {
    font-size: 17px;
    color: #1a1a1a
}

@media screen and (max-width:426px) {
    .product__text {
        font-size: 14px
    }
}

.product__swiper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product__swiper-container {
    width: 100%;
    overflow: hidden;
    margin-top: 20px
}

.product__swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.product__swiper-slide {
    height: 100%;
    background: url(/images/second-bg.jpg) no-repeat center;
    background-size: cover;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
}

.product__swiper-slide::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    padding-top: 70%
}

.product__swiper-control {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 20px
}

.product__swiper-next,
.product__swiper-prev {
    background: url(/images/icons/arrow-right_red.png) no-repeat center;
    background-size: contain;
    width: 7px;
    height: 100%;
    cursor: pointer
}

.product__swiper-prev {
    background-image: url(/images/icons/arrow-left_gray.png)
}

.product__swiper-prev:after {
    content: '';
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, .17)
}

.product-table {
    width: 100%;
    border: 0;
    border-collapse: 0;
    border-spacing: 0;
    border-color: tomato
}

.product-table__row:nth-child(odd) {
    background-color: #fafafa
}

.product-table__cell {
    padding: 20px 24px;
    text-align: left;
    color: #626262;
    font-size: 15px;
    width: 50%
}

@media screen and (max-width:426px) {
    .product-table__cell {
        font-size: 12px;
        padding: 10px
    }
}

.product-table__cell_head {
    color: #1a1a1a;
    border-right: 1px solid #fafafa
}

.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(auto, -webkit-max-content);
    grid-template-rows: minmax(auto, max-content);
    grid-gap: 25px
}

@media screen and (max-width:876px) {
    .product-grid {
        grid-template-columns: 1fr
    }
}

.product-grid__title {
    font-size: 18px
}

@media screen and (max-width:426px) {
    .product-grid__title {
        font-size: 14px
    }
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.contacts__title {
    padding-bottom: 71px;
    font-size: 28px;
    font-weight: 700
}

.contacts__image-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:756px) {
    .contacts__image-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.contacts__image {
    width: 100%;
    max-width: 756px;
    height: 377px;
    margin-left: 184px;
    background: url(/images/contacts-photo.jpg) no-repeat;
    background-size: cover
}

@media screen and (max-width:756px) {
    .contacts__image {
        margin-bottom: 17px;
        margin-left: 0
    }
}

.contacts__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts__contact-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts__label {
    margin-bottom: 10px;
    font-size: 14px;
    color: #7c7c7c
}

.contacts__contact {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #1a1a1a
}

.contacts__contact:last-child {
    margin-bottom: 25px
}

.contacts__contact_email {
    color: #0048bc;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.contacts__main {
    margin-top: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contacts__main-block {
    margin-right: 10px;
    width: 30%
}

@media screen and (max-width:671px) {
    .contacts__main-block {
        width: 47%
    }
}

@media screen and (max-width:516px) {
    .contacts__main-block {
        width: 100%
    }
}

.contacts__main-block:last-child {
    margin-right: 0
}

.contacts__main-hed {
    margin-bottom: 25px;
    padding-left: 16px;
    font-size: 18px;
    font-weight: 700;
    border-left: 3px solid #ff3434
}

.contacts__map-section {
    margin-top: 100px
}

@media screen and (max-width:756px) {
    .contacts__map-section {
        margin-top: 40px
    }
}

.contacts__map {
    margin-top: 30px;
    height: 704px
}

@media screen and (max-width:956px) {
    .contacts__map {
        height: 350px
    }
}

@media screen and (max-width:456px) {
    .contacts__map {
        height: 175px
    }
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px
}

.feedback__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

.feedback__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feedback__row_space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

@media screen and (max-width:616px) {
    .feedback__row_space-between {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.feedback__label {
    color: #7c7c7c;
    margin-bottom: 10px
}

.feedback__input {
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1a1a1a;
    font-weight: 600;
    border: 1px solid #f0f0f0;
    font-size: 14px
}

.feedback__textarea {
    padding: 25px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1a1a1a;
    border: 1px solid #f0f0f0;
    resize: none;
    height: 315px;
    font-size: 15px;
    line-height: 1.53
}

.feedback__checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:616px) {
    .feedback__checkbox-wrapper {
        margin: 0 0 20px
    }
}

.feedback__checkbox {
    margin: 5px 15px 0 0;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.feedback__agree {
    color: #7c7c7c
}

.feedback__captcha {
    margin-bottom: 20px
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.press__grid {
    padding-bottom: 96px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px
}

@media screen and (max-width:756px) {
    .press__grid {
        padding-bottom: 56px;
        grid-gap: 10px
    }
}

@media screen and (max-width:320px) {
    .press__grid {
        grid-template-areas: none;
        grid-gap: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.press__grid-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 18px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(198, 51, 41, .9);
    color: #fff;
    font-family: BebasNeue-Bold;
    font-size: 30px;
    font-weight: 700
}

@media screen and (max-width:680px) {
    .press__grid-title {
        font-size: 14px
    }
}

@media screen and (max-width:320px) {
    .press__grid-title {
        padding: 18px 30px
    }
}

.press__img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-size: cover !important;
    -webkit-transition: .6s ease;
    transition: .6s ease
}

@media screen and (max-width:680px) {
    .press__img {
        min-height: 154px
    }
}

.press__grid-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: .6s ease;
    transition: .6s ease
}

@media screen and (max-width:320px) {
    .press__grid-item {
        margin-bottom: 10px
    }

    .press__grid-item:last-child {
        margin-bottom: 0
    }
}

.press__grid-item:hover .press__img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .6s ease;
    transition: .6s ease
}

.press__grid-item:first-child {
    grid-area: 1/1/3/1
}

@media screen and (max-width:756px) {
    .press__grid-item:first-child {
        grid-area: 1/1/1/1
    }
}

.press__title {
    position: relative;
    margin-bottom: 44px;
    font-size: 26px;
    font-weight: 700
}

.press__title:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
    width: 35px;
    height: 2px;
    background-color: #7c7c7c
}

.press .press-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media screen and (max-width:756px) {
    .press .press-service {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

.press .press-service__about {
    width: 100%
}

@media screen and (max-width:756px) {
    .press .press-service__about {
        margin-bottom: 20px
    }
}

.press .press-service__contact {
    padding-left: 33px;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 1px solid #ff3434
}

.press .press-service__contact-person {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700
}

.press .press-service__contact-label {
    margin-bottom: 17px;
    font-size: 12px;
    color: #7c7c7c
}

.press .press-service__contact-number {
    margin-bottom: 6px;
    text-decoration: none;
    color: #1a1a1a
}

.press .press-service__contact-email {
    color: #0048bc;
    font-weight: 700
}

.documents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.documents__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:496px) {
    .documents__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.documents__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.documents__top-line {
    width: 100%;
    height: 644px;
    background: url(/images/documents.jpg) no-repeat center;
    background-size: cover;
    padding: 135px 115px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
    position: relative
}

.documents__top-line_purchaces {
    background-image: url(/images/purchaces.jpg)
}

.documents__top-line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 2
}

@media screen and (max-width:656px) {
    .documents__top-line {
        padding: 15px;
        height: 190px
    }
}

.documents__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 115px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #c63329;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:1436px) {
    .documents__nav {
        padding: 0 30px
    }
}

@media screen and (max-width:896px) {
    .documents__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }
}

.documents__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    color: #fff;
    padding: 28px 35px;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    text-decoration: none
}

.documents__link:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 40px;
    width: 1px;
    background-color: #fff;
    opacity: .17
}

.documents__link:last-child:after {
    display: none
}

.documents__link:hover {
    background-color: #af2e25;
    -webkit-transition: .6s ease;
    transition: .6s ease
}

@media screen and (max-width:426px) {
    .documents__link {
        font-size: 14px;
        padding: 20px 25px
    }
}

.documents__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 80px 135px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:1156px) {
    .documents__wrapper {
        padding: 30px 20px
    }
}

@media screen and (max-width:426px) {
    .documents__wrapper {
        padding: 25px 10px
    }
}

.documents__container {
    margin-top: 60px
}

.documents-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    text-decoration: none
}

.documents-item:last-child {
    margin-bottom: 0
}

.documents-item__image {
    margin-right: 25px;
    width: 45px;
    height: 55px;
    background: url(/images/icons/default-ext.svg) no-repeat center;
    background-size: contain
}

.documents-item__image_xls {
    background-image: url(/images/icons/xls.svg)
}

.documents-item__image_pdf {
    background-image: url(/images/icons/pdf.svg)
}

.documents-item__image_doc {
    background-image: url(/images/icons/doc.svg)
}

.documents-item__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.documents-item__title {
    color: #1a1a1a;
    font-size: 17px;
    margin-bottom: 10px
}

.documents-item__date {
    font-size: 14px;
    color: #7c7c7c
}

.documents-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media screen and (max-width:496px) {
    .documents-sort {
        margin-top: 32px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.documents-sort:after {
    content: '';
    position: absolute;
    right: 0;
    width: 10px;
    height: 12px;
    background: url(/images/icons/arrow-down.svg) no-repeat center;
    background-size: contain;
    pointer-events: none
}

.documents-sort__filter-name {
    color: #1a1a1a;
    margin-right: 15px
}

.documents-sort__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    position: relative;
    padding: 0 10px;
    width: 85px;
    color: #1a1a1a;
    font-weight: 700;
    cursor: pointer
}

.purchases {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 270px;
    grid-gap: 35px;
    margin-top: 40px
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.purchases-item {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #909090
}

.purchases-item_second .purchases-item__image_color {
    background-image: url(/images/purchases_2-color.png)
}

.purchases-item_second .purchases-item__image_gray {
    background-image: url(/images/purchases_2-gray.png)
}

.purchases-item:hover .purchases-item__image_color {
    opacity: 1;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

.purchases-item:hover .purchases-item__image_gray {
    opacity: 0;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

.purchases-item__image {
    background: no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
    position: absolute;
    top: 0;
    left: 0
}

.purchases-item__image_color {
    background-image: url(/images/purchases_1-color.png);
    opacity: 0
}

.purchases-item__image_gray {
    background-image: url(/images/purchases_1-gray.png);
    opacity: 1
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.news {
    margin-top: 30px
}

.news__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.news__head-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news__press-center {
    margin-left: 91px;
    text-decoration: none;
    font-family: BebasNeue-Bold, sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    border-bottom: 1px solid #28a7b9;
    color: #28a7b9
}

@media screen and (max-width:850px) {
    .news__press-center {
        margin-left: 30px
    }
}

@media screen and (max-width:630px) {
    .news__press-center {
        display: none
    }
}

.news__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media screen and (max-width:496px) {
    .news__filter {
        margin-top: 32px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.news__filter:after {
    content: '';
    position: absolute;
    right: 5px;
    width: 10px;
    height: 12px;
    background: url(/images/icons/arrow-down.svg) no-repeat center;
    background-size: contain;
    pointer-events: none
}

.news__filter-name {
    color: #1a1a1a;
    margin-right: 15px
}

.news__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d9d9d9;
    background-color: transparent;
    position: relative;
    padding: 9px 10px;
    width: 85px;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 30px
}

@media screen and (max-width:540px) {
    .news-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-template: none;
        grid-gap: 0
    }
}

.news-grid__item {
    min-height: 322px;
    padding: 20px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #fff
}

@media screen and (max-width:540px) {
    .news-grid__item {
        padding: 8px 10px;
        margin-bottom: 10px;
        min-height: 170px
    }

    .news-grid__item:last-child {
        margin-bottom: 0
    }
}

.news-grid__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 3
}

.news-grid__item:first-child {
    grid-area: 1/1/1/3
}

.news-grid__item:hover .news-grid__image {
    -webkit-transition: .6s ease;
    transition: .6s ease;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news-grid__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .6s ease;
    transition: .6s ease
}

.news-grid__item-wrapper {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 4
}

.news-grid__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-grid__day {
    margin-right: 15px;
    font-size: 64px;
    font-weight: 700
}

@media screen and (max-width:540px) {
    .news-grid__day {
        margin-right: 8px;
        font-size: 30px
    }
}

.news-grid__month {
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width:540px) {
    .news-grid__month {
        font-size: 12px
    }
}

.news-grid__year {
    font-size: 14px;
    font-weight: 600
}

@media screen and (max-width:540px) {
    .news-grid__year {
        font-size: 10px
    }
}

.news-grid__title {
    font-size: 18px;
    font-weight: 600
}

@media screen and (max-width:540px) {
    .news-grid__title {
        font-size: 14px
    }
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(/fonts/BebasNeue-Bold.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: BebasBook;
    src: url(/fonts/BebasBook.otf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(/fonts/BebasNeue_Regular.ttf);
    font-display: auto;
    font-style: normal;
    font-weight: 400
}

.article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.article__top-wrapper {
    margin-bottom: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:756px) {
    .article__top-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.article__main {
    width: 60%
}

@media screen and (max-width:756px) {
    .article__main {
        width: 100%
    }
}

.article__title {
    padding-bottom: 26px;
    font-size: 17px;
    font-weight: 700
}

.article__text {
    text-align: justify
}

.article__date {
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article__day {
    margin-right: 15px;
    font-size: 64px;
    font-weight: 700
}

@media screen and (max-width:350px) {
    .article__day {
        margin-right: 8px;
        font-size: 30px
    }
}

.article__month {
    font-size: 20px;
    font-weight: 700
}

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

.article__year {
    font-size: 14px;
    font-weight: 600
}

@media screen and (max-width:350px) {
    .article__year {
        font-size: 10px
    }
}

.article-aside {
    margin-right: 50px;
    max-height: 830px;
    width: 40%;
    position: relative;
    padding: 50px 30px
}

.article-aside:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 3
}

@media screen and (max-width:756px) {
    .article-aside {
        width: 100%;
        margin-bottom: 12px;
        padding: 0;
        margin-right: 0
    }
}

.article-aside__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(/images/article-image.jpg) no-repeat center;
    background-size: cover
}

.article-aside__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 4
}

.article-aside__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: inherit
}

@media screen and (max-width:756px) {
    .article-aside__top {
        visibility: hidden
    }
}

.article-aside__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 5;
    color: #fff
}

@media screen and (max-width:756px) {
    .article-aside__bottom {
        padding: 17px
    }
}

.article-aside__article-icon {
    padding: 5px 15px;
    margin-bottom: 26px;
    width: 77px;
    background-color: #28a7b9;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase
}

.article-aside__title {
    margin-bottom: 23px;
    font-size: 26px;
    font-weight: 700;
    color: #fff
}

.article-aside__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 282px;
    width: 100%
}

.article-aside__twitter {
    display: block;
    background: url(/images/icons/twitter-link.svg) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 15px
}

.article-aside__facebook {
    display: block;
    background: url(/images/icons/facebook-link.svg) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 15px
}

.article-aside__vk {
    display: block;
    background: url(/images/icons/link-vk.svg) center no-repeat;
    background-size: contain;
    width: 29px;
    height: 29px
}

.article-aside__controls {
    min-width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:756px) {
    .article-aside__controls {
        min-width: 50px
    }
}

.article-aside__prev {
    width: 10px;
    height: 13px;
    cursor: pointer;
    background: url(/images/icons/arrow-left_gray.svg) no-repeat center
}

.article-aside__divider {
    width: 1px;
    height: 32px;
    background-color: #d8d8d8
}

.article-aside__next {
    width: 10px;
    height: 13px;
    cursor: pointer;
    background: url(/images/icons/arrow-right_gray.svg) no-repeat center
}

.photos-slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.photos-slider__swiper-container {
    margin-bottom: 25px;
    min-height: 246px;
    overflow: hidden
}

@media screen and (max-width:756px) {
    .photos-slider__swiper-container {
        margin-bottom: 10px
    }
}

.photos-slider__items {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.photos-slider__img {
    height: 100%;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background: url(/images/page-news-small.jpg) no-repeat center;
    background-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.photos-slider__bottom {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:756px) {
    .photos-slider__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.photos-slider__back-button {
    -webkit-transition: .6s ease;
    transition: .6s ease
}

@media screen and (max-width:756px) {
    .photos-slider__back-button {
        max-width: unset
    }
}

.photos-slider__back-button:hover .photos-slider__back-arrow {
    -webkit-transition: .6s ease;
    transition: .6s ease;
    fill: #fff
}

.photos-slider__back-arrow {
    margin-right: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #28a7b9
}

.photos-slider__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:756px) {
    .photos-slider__social {
        margin-bottom: 23px
    }
}

.photos-slider__social-text {
    margin-right: 14px;
    font-size: 14px;
    color: #7c7c7c
}

.photos-slider__twitter {
    display: block;
    background: center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-image: url(/images/icons/icon-twitter.svg);
    cursor: pointer
}

.photos-slider__facebook {
    display: block;
    background: center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-image: url(/images/icons/icon-facebook.svg);
    cursor: pointer
}

.photos-slider__vk {
    display: block;
    background: center no-repeat;
    background-size: contain;
    width: 29px;
    height: 29px;
    background-image: url(/images/icons/icon-vk.svg);
    cursor: pointer
}

@media screen and (max-width:756px) {
    .other-articles {
        display: none
    }
}

.other-articles__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.other-articles__title {
    padding-bottom: 25px;
    font-family: BebasNeue-Bold, sans-serif;
    font-size: 36px;
    font-weight: 700
}

.other-articles__item {
    max-width: 340px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 25px;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #fff
}

.other-articles__item:hover .other-articles__item-img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .6s ease;
    transition: .6s ease
}

.other-articles__item:last-child {
    margin-right: 0
}

@media screen and (max-width:1056px) {
    .other-articles__item:last-child {
        display: none
    }
}

.other-articles__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 3
}

.other-articles__item-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    background: url(/images/page-news-small.jpg) no-repeat center;
    background-size: cover
}

.other-articles__item-wrapper {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 4
}

.closer {
    z-index: 1
}

.popup-slider__prev {
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 25px;
    height: 40px;
    background: url(/images/icons/arrow-right.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.popup-slider__next {
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 25px;
    height: 40px;
    background: url(/images/icons/arrow-right.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    z-index: 1
}

.popup-slider__swiper-container {
    display: none;
    height: 100%;
    overflow: hidden;
    width: 1200px
}

@media screen and (max-width:1200px) {
    .popup-slider__swiper-container {
        width: 900px
    }
}

@media screen and (max-width:1000px) {
    .popup-slider__swiper-container {
        width: 800px
    }
}

@media screen and (max-width:756px) {
    .popup-slider__swiper-container {
        margin-bottom: 10px
    }
}

.popup-slider__items {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.popup-slider__img {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, .7) url(/images/page-news-small.jpg) no-repeat center;
    background-size: contain;
    position: relative
}

.popup-slider__img::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    padding-top: 70%
}

.popup-window {
    width: 60%;
    height: 60%
}

.popup-window .content {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important
}

.down-arrow {
    display: block;
    position: fixed;
    bottom: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    background-image: url(../images/icons/down-arrow.svg);
    background-position: center;
    background-size: contain;
    -webkit-animation-name: move;
    animation-name: move;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes move {
    from {
        bottom: 45px;
        opacity: .9
    }

    to {
        opacity: 0;
        bottom: 20px
    }
}

@keyframes move {
    from {
        bottom: 45px;
        opacity: .9
    }

    to {
        opacity: 0;
        bottom: 20px
    }
}