@font-face {
    font-family: Calibri;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Calibri/Calibri.eot);
    src: url(../fonts/Calibri/Calibri.eot?#iefix) format("embedded-opentype"), url(../fonts/Calibri/Calibri.woff) format("woff"), url(../fonts/Calibri/Calibri.ttf) format("truetype")
}
@font-face { 
    font-family: CalibriBold;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/CalibriBold/CalibriBold.eot);
    src: url(../fonts/CalibriBold/CalibriBold.eot?#iefix) format("embedded-opentype"), url(../fonts/CalibriBold/CalibriBold.woff) format("woff"), url(../fonts/CalibriBold/CalibriBold.ttf) format("truetype")
}
@font-face {
    font-family: CalibriLight;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/CalibriLight/CalibriLight.eot);
    src: url(../fonts/CalibriLight/CalibriLight.eot?#iefix) format("embedded-opentype"), url(../fonts/CalibriLight/CalibriLight.woff) format("woff"), url(../fonts/CalibriLight/CalibriLight.ttf) format("truetype")
}
@font-face {
    font-family: AvenirNextCyrLight;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/AvenirNextCyrLight/AvenirNextCyrLight.eot);
    src: url(../fonts/AvenirNextCyrLight/AvenirNextCyrLight.eot?#iefix) format("embedded-opentype"), url(../fonts/AvenirNextCyrLight/AvenirNextCyrLight.woff) format("woff"), url(../fonts/AvenirNextCyrLight/AvenirNextCyrLight.ttf) format("truetype")
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
 
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
       transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
       transition-duration: .15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}
.hamburger:hover {
    opacity: .7
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
       transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #000
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ""
}
.hamburger-inner:before {
    top: -10px
}
.hamburger-inner:after {
    bottom: -10px
}
.hamburger--3dx .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}
.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
    -webkit-transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    -o-transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dx.is-active .hamburger-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-color: transparent
}
.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 cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -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 cubic-bezier(.645, .045, .355, 1) .1s;
    transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    -o-transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dx-r.is-active .hamburger-inner {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background-color: transparent
}
.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 cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
    -webkit-transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    -o-transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dy.is-active .hamburger-inner {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    background-color: transparent
}
.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 cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -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 cubic-bezier(.645, .045, .355, 1) .1s;
    transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    -o-transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dy-r.is-active .hamburger-inner {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    background-color: transparent
}
.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 cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
    -webkit-transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    -o-transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dxy.is-active .hamburger-inner {
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg);
    background-color: transparent
}
.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 cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -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 cubic-bezier(.645, .045, .355, 1) .1s;
    transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    -o-transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dxy-r.is-active .hamburger-inner {
    -webkit-transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
    transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
    background-color: transparent
}
.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) scaleX(.7);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrow.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowalt .hamburger-inner:before {
    -webkit-transition: top .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    -o-transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .1s, 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 ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    -o-transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .1s, 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-transition: top .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    -o-transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7);
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    -o-transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7)
}
.hamburger--arrowalt-r .hamburger-inner:before {
    -webkit-transition: top .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    -o-transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .1s, 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 ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    -o-transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .1s, 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-transition: top .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    -o-transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7)
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    -o-transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7);
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowturn.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.hamburger--arrowturn.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}
.hamburger--arrowturn.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none
}
.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-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);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-delay: .13s;
    -o-transition-delay: .13s;
       transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
       transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: .13s;
    -o-transition-duration: .13s;
       transition-duration: .13s
}
.hamburger--collapse .hamburger-inner:after {
    top: -20px;
    -webkit-transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
    -o-transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}
.hamburger--collapse .hamburger-inner:before {
    -webkit-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transition-delay: .22s;
    -o-transition-delay: .22s;
       transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
       transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    -o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}
.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    -o-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-delay: .13s;
    -o-transition-delay: .13s;
       transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
       transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: .13s;
    -o-transition-duration: .13s;
       transition-duration: .13s
}
.hamburger--collapse-r .hamburger-inner:after {
    top: -20px;
    -webkit-transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
    -o-transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}
.hamburger--collapse-r .hamburger-inner:before {
    -webkit-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, 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-transition-delay: .22s;
    -o-transition-delay: .22s;
       transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
       transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
    transform: translate3d(0, -10px, 0) rotate(45deg)
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
    top: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    -o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    -o-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.hamburger--elastic .hamburger-inner {
    top: 2px;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
       transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transition-duration: .275s;
    -o-transition-duration: .275s;
       transition-duration: .275s
}
.hamburger--elastic .hamburger-inner:before {
    top: 10px;
    -webkit-transition: opacity .125s ease .275s;
    -o-transition: opacity .125s ease .275s;
    transition: opacity .125s ease .275s
}
.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);
    -o-transition: 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-transition-delay: 75ms;
    -o-transition-delay: 75ms;
       transition-delay: 75ms;
    -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
    transform: translate3d(0, 10px, 0) rotate(135deg)
}
.hamburger--elastic.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s;
    opacity: 0
}
.hamburger--elastic.is-active .hamburger-inner:after {
    -webkit-transition-delay: 75ms;
    -o-transition-delay: 75ms;
       transition-delay: 75ms;
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
    transform: translate3d(0, -20px, 0) rotate(-270deg)
}
.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
       transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transition-duration: .275s;
    -o-transition-duration: .275s;
       transition-duration: .275s
}
.hamburger--elastic-r .hamburger-inner:before {
    top: 10px;
    -webkit-transition: opacity .125s ease .275s;
    -o-transition: opacity .125s ease .275s;
    transition: opacity .125s ease .275s
}
.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);
    -o-transition: 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-transition-delay: 75ms;
    -o-transition-delay: 75ms;
       transition-delay: 75ms;
    -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
    transform: translate3d(0, 10px, 0) rotate(-135deg)
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s;
    opacity: 0
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
    -webkit-transition-delay: 75ms;
    -o-transition-delay: 75ms;
       transition-delay: 75ms;
    -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
    transform: translate3d(0, -20px, 0) rotate(270deg)
}
.hamburger--emphatic {
    overflow: hidden
}
.hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color .125s ease-in .175s;
    -o-transition: background-color .125s ease-in .175s;
    transition: background-color .125s ease-in .175s
}
.hamburger--emphatic .hamburger-inner:before {
    left: 0;
    -webkit-transition: top 50ms linear 125ms, left 125ms ease-in 175ms, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms linear 125ms, left 125ms ease-in 175ms, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    -o-transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms linear 125ms, left 125ms ease-in 175ms;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms linear 125ms, left 125ms ease-in 175ms;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms linear 125ms, left 125ms ease-in 175ms, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}
.hamburger--emphatic .hamburger-inner:after {
    top: 10px;
    right: 0;
    -webkit-transition: top 50ms linear 125ms, right 125ms ease-in 175ms, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms linear 125ms, right 125ms ease-in 175ms, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    -o-transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms linear 125ms, right 125ms ease-in 175ms;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms linear 125ms, right 125ms ease-in 175ms;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms linear 125ms, right 125ms ease-in 175ms, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}
.hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
    background-color: transparent
}
.hamburger--emphatic.is-active .hamburger-inner:before {
    top: -80px;
    left: -80px;
    -webkit-transition: left 125ms ease-out, top 50ms linear 125ms, -webkit-transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    transition: left 125ms ease-out, top 50ms linear 125ms, -webkit-transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    -o-transition: left 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    transition: left 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    transition: left 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms, -webkit-transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
    transform: translate3d(80px, 80px, 0) rotate(45deg)
}
.hamburger--emphatic.is-active .hamburger-inner:after {
    top: -80px;
    right: -80px;
    -webkit-transition: right 125ms ease-out, top 50ms linear 125ms, -webkit-transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    transition: right 125ms ease-out, top 50ms linear 125ms, -webkit-transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    -o-transition: right 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    transition: right 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    transition: right 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms, -webkit-transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transform: translate3d(-80px, 80px, 0) rotate(-45deg)
}
.hamburger--emphatic-r {
    overflow: hidden
}
.hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color .125s ease-in .175s;
    -o-transition: background-color .125s ease-in .175s;
    transition: background-color .125s ease-in .175s
}
.hamburger--emphatic-r .hamburger-inner:before {
    left: 0;
    -webkit-transition: top 50ms linear 125ms, left 125ms ease-in 175ms, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms linear 125ms, left 125ms ease-in 175ms, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    -o-transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms linear 125ms, left 125ms ease-in 175ms;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms linear 125ms, left 125ms ease-in 175ms;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms linear 125ms, left 125ms ease-in 175ms, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}
.hamburger--emphatic-r .hamburger-inner:after {
    top: 10px;
    right: 0;
    -webkit-transition: top 50ms linear 125ms, right 125ms ease-in 175ms, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms linear 125ms, right 125ms ease-in 175ms, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    -o-transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms linear 125ms, right 125ms ease-in 175ms;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms linear 125ms, right 125ms ease-in 175ms;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms linear 125ms, right 125ms ease-in 175ms, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}
.hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
    background-color: transparent
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
    top: 80px;
    left: -80px;
    -webkit-transition: left 125ms ease-out, top 50ms linear 125ms, -webkit-transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    transition: left 125ms ease-out, top 50ms linear 125ms, -webkit-transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    -o-transition: left 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    transition: left 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    transition: left 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms, -webkit-transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transform: translate3d(80px, -80px, 0) rotate(-45deg)
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
    top: 80px;
    right: -80px;
    -webkit-transition: right 125ms ease-out, top 50ms linear 125ms, -webkit-transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    transition: right 125ms ease-out, top 50ms linear 125ms, -webkit-transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    -o-transition: right 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    transition: right 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    transition: right 125ms ease-out, top 50ms linear 125ms, transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms, -webkit-transform 125ms cubic-bezier(.075, .82, .165, 1) 175ms;
    -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transform: translate3d(-80px, -80px, 0) rotate(45deg)
}
.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
    -webkit-transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear;
    -o-transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear;
    transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}
.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
    -webkit-transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
    -o-transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
    transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
    opacity: 0
}
.hamburger--minus.is-active .hamburger-inner:before {
    top: 0
}
.hamburger--minus.is-active .hamburger-inner:after {
    bottom: 0
}
.hamburger--slider .hamburger-inner {
    top: 2px
}
.hamburger--slider .hamburger-inner:before {
    top: 10px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
       transition-duration: .15s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}
.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-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
       transition-duration: .15s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}
.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-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
       transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: .22s;
    -o-transition-duration: .22s;
       transition-duration: .22s
}
.hamburger--spin .hamburger-inner:before {
    -webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
    -o-transition: top .1s ease-in .25s, opacity .1s ease-in;
    transition: top .1s ease-in .25s, opacity .1s ease-in
}
.hamburger--spin .hamburger-inner:after {
    -webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin.is-active .hamburger-inner {
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
       transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
       transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}
.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
    -o-transition: top .1s ease-out, opacity .1s ease-out .12s;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}
.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    -o-transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.hamburger--spin-r .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
       transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: .22s;
    -o-transition-duration: .22s;
       transition-duration: .22s
}
.hamburger--spin-r .hamburger-inner:before {
    -webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
    -o-transition: top .1s ease-in .25s, opacity .1s ease-in;
    transition: top .1s ease-in .25s, opacity .1s ease-in
}
.hamburger--spin-r .hamburger-inner:after {
    -webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, 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-transition-delay: .12s;
    -o-transition-delay: .12s;
       transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
       transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg)
}
.hamburger--spin-r.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
    -o-transition: top .1s ease-out, opacity .1s ease-out .12s;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}
.hamburger--spin-r.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    -o-transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.hamburger--spring .hamburger-inner {
    top: 2px;
    -webkit-transition: background-color 0s linear .13s;
    -o-transition: background-color 0s linear .13s;
    transition: background-color 0s linear .13s
}
.hamburger--spring .hamburger-inner:before {
    top: 10px;
    -webkit-transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, 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 cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, 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;
    -o-transition-delay: .22s;
       transition-delay: .22s;
    background-color: transparent
}
.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    -o-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    -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 cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    -o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    -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-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
       transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: .13s;
    -o-transition-duration: .13s;
       transition-duration: .13s
}
.hamburger--spring-r .hamburger-inner:after {
    top: -20px;
    -webkit-transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear;
    -o-transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}
.hamburger--spring-r .hamburger-inner:before {
    -webkit-transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, 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-transition-delay: .22s;
    -o-transition-delay: .22s;
       transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
       transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--spring-r.is-active .hamburger-inner:after {
    top: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
    -o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
    opacity: 0
}
.hamburger--spring-r.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    -o-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.hamburger--stand .hamburger-inner {
    -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .15s;
    transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .15s;
    -o-transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms;
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms;
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .15s
}
.hamburger--stand .hamburger-inner:before {
    -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    -o-transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}
.hamburger--stand .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    -o-transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}
.hamburger--stand.is-active .hamburger-inner {
    -webkit-transition: background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) 0s;
    transition: background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) 0s;
    -o-transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent
}
.hamburger--stand.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: top 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    -o-transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.hamburger--stand.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: bottom 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    -o-transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.hamburger--stand-r .hamburger-inner {
    -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .15s;
    transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .15s;
    -o-transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms;
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms;
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .15s
}
.hamburger--stand-r .hamburger-inner:before {
    -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    -o-transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}
.hamburger--stand-r .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    -o-transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}
.hamburger--stand-r.is-active .hamburger-inner {
    -webkit-transition: background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) 0s;
    transition: background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) 0s;
    -o-transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent
}
.hamburger--stand-r.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: top 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    -o-transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.hamburger--stand-r.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: bottom 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    -o-transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.hamburger--squeeze .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
       transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: 75ms;
    -o-transition-duration: 75ms;
       transition-duration: 75ms
}
.hamburger--squeeze .hamburger-inner:before {
    -webkit-transition: top 75ms ease .12s, opacity 75ms ease;
    -o-transition: top 75ms ease .12s, opacity 75ms ease;
    transition: top 75ms ease .12s, opacity 75ms ease
}
.hamburger--squeeze .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19)
}
.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
       transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
       transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 75ms ease, opacity 75ms ease .12s;
    -o-transition: top 75ms ease, opacity 75ms ease .12s;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0
}
.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    -o-transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.hamburger--vortex .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
       transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
       transition-duration: .2s
}
.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
       transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
       transition-timing-function: linear;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
       transition-duration: 0s
}
.hamburger--vortex .hamburger-inner:before {
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity
}
.hamburger--vortex .hamburger-inner:after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}
.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
       transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: rotate(765deg);
    -ms-transform: rotate(765deg);
    transform: rotate(765deg)
}
.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    -o-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);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.hamburger--vortex-r .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
       transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
       transition-duration: .2s
}
.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
       transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
       transition-timing-function: linear;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
       transition-duration: 0s
}
.hamburger--vortex-r .hamburger-inner:before {
    -webkit-transition-property: top, opacity;
    -o-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;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}
.hamburger--vortex-r.is-active .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
       transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: rotate(-765deg);
    -ms-transform: rotate(-765deg);
    transform: rotate(-765deg)
}
.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    -o-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);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/FontAwesome/FontAwesome.eot);
    src: url(../fonts/FontAwesome/FontAwesome.eot) format("embedded-opentype"), url(../fonts/FontAwesome/FontAwesome.woff) format("woff2"), url(../fonts/FontAwesome/FontAwesome.woff) format("woff"), url(../fonts/FontAwesome/FontAwesome.ttf) format("truetype"), url(../fonts/FontAwesome/FontAwesome.svg#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em
}
.fa-pull-left {
    float: left
}
.fa-pull-right {
    float: right
}
.fa.fa-pull-left {
    margin-right: .3em
}
.fa.fa-pull-right {
    margin-left: .3em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-cog:before, .fa-gear:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before, .fa-users:before {
    content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}
.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}
.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}
.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}
.fa-eur:before, .fa-euro:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}
.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}
.fa-krw:before, .fa-won:before {
    content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}
.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper-pp:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}
.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}
.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}
.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-genderless:before {
    content: "\f22d"
}
.fa-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}
.fa-optin-monster:before {
    content: "\f23c"
}
.fa-opencart:before {
    content: "\f23d"
}
.fa-expeditedssl:before {
    content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}
.fa-mouse-pointer:before {
    content: "\f245"
}
.fa-i-cursor:before {
    content: "\f246"
}
.fa-object-group:before {
    content: "\f247"
}
.fa-object-ungroup:before {
    content: "\f248"
}
.fa-sticky-note:before {
    content: "\f249"
}
.fa-sticky-note-o:before {
    content: "\f24a"
}
.fa-cc-jcb:before {
    content: "\f24b"
}
.fa-cc-diners-club:before {
    content: "\f24c"
}
.fa-clone:before {
    content: "\f24d"
}
.fa-balance-scale:before {
    content: "\f24e"
}
.fa-hourglass-o:before {
    content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}
.fa-hourglass:before {
    content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}
.fa-hand-scissors-o:before {
    content: "\f257"
}
.fa-hand-lizard-o:before {
    content: "\f258"
}
.fa-hand-spock-o:before {
    content: "\f259"
}
.fa-hand-pointer-o:before {
    content: "\f25a"
}
.fa-hand-peace-o:before {
    content: "\f25b"
}
.fa-trademark:before {
    content: "\f25c"
}
.fa-registered:before {
    content: "\f25d"
}
.fa-creative-commons:before {
    content: "\f25e"
}
.fa-gg:before {
    content: "\f260"
}
.fa-gg-circle:before {
    content: "\f261"
}
.fa-tripadvisor:before {
    content: "\f262"
}
.fa-odnoklassniki:before {
    content: "\f263"
}
.fa-odnoklassniki-square:before {
    content: "\f264"
}
.fa-get-pocket:before {
    content: "\f265"
}
.fa-wikipedia-w:before {
    content: "\f266"
}
.fa-safari:before {
    content: "\f267"
}
.fa-chrome:before {
    content: "\f268"
}
.fa-firefox:before {
    content: "\f269"
}
.fa-opera:before {
    content: "\f26a"
}
.fa-internet-explorer:before {
    content: "\f26b"
}
.fa-television:before, .fa-tv:before {
    content: "\f26c"
}
.fa-contao:before {
    content: "\f26d"
}
.fa-500px:before {
    content: "\f26e"
}
.fa-amazon:before {
    content: "\f270"
}
.fa-calendar-plus-o:before {
    content: "\f271"
}
.fa-calendar-minus-o:before {
    content: "\f272"
}
.fa-calendar-times-o:before {
    content: "\f273"
}
.fa-calendar-check-o:before {
    content: "\f274"
}
.fa-industry:before {
    content: "\f275"
}
.fa-map-pin:before {
    content: "\f276"
}
.fa-map-signs:before {
    content: "\f277"
}
.fa-map-o:before {
    content: "\f278"
}
.fa-map:before {
    content: "\f279"
}
.fa-commenting:before {
    content: "\f27a"
}
.fa-commenting-o:before {
    content: "\f27b"
}
.fa-houzz:before {
    content: "\f27c"
}
.fa-vimeo:before {
    content: "\f27d"
}
.fa-black-tie:before {
    content: "\f27e"
}
.fa-fonticons:before {
    content: "\f280"
}
.fa-reddit-alien:before {
    content: "\f281"
}
.fa-edge:before {
    content: "\f282"
}
.fa-credit-card-alt:before {
    content: "\f283"
}
.fa-codiepie:before {
    content: "\f284"
}
.fa-modx:before {
    content: "\f285"
}
.fa-fort-awesome:before {
    content: "\f286"
}
.fa-usb:before {
    content: "\f287"
}
.fa-product-hunt:before {
    content: "\f288"
}
.fa-mixcloud:before {
    content: "\f289"
}
.fa-scribd:before {
    content: "\f28a"
}
.fa-pause-circle:before {
    content: "\f28b"
}
.fa-pause-circle-o:before {
    content: "\f28c"
}
.fa-stop-circle:before {
    content: "\f28d"
}
.fa-stop-circle-o:before {
    content: "\f28e"
}
.fa-shopping-bag:before {
    content: "\f290"
}
.fa-shopping-basket:before {
    content: "\f291"
}
.fa-hashtag:before {
    content: "\f292"
}
.fa-bluetooth:before {
    content: "\f293"
}
.fa-bluetooth-b:before {
    content: "\f294"
}
.fa-percent:before {
    content: "\f295"
}
.fa-gitlab:before {
    content: "\f296"
}
.fa-wpbeginner:before {
    content: "\f297"
}
.fa-wpforms:before {
    content: "\f298"
}
.fa-envira:before {
    content: "\f299"
}
.fa-universal-access:before {
    content: "\f29a"
}
.fa-wheelchair-alt:before {
    content: "\f29b"
}
.fa-question-circle-o:before {
    content: "\f29c"
}
.fa-blind:before {
    content: "\f29d"
}
.fa-audio-description:before {
    content: "\f29e"
}
.fa-volume-control-phone:before {
    content: "\f2a0"
}
.fa-braille:before {
    content: "\f2a1"
}
.fa-assistive-listening-systems:before {
    content: "\f2a2"
}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}
.fa-glide:before {
    content: "\f2a5"
}
.fa-glide-g:before {
    content: "\f2a6"
}
.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}
.fa-low-vision:before {
    content: "\f2a8"
}
.fa-viadeo:before {
    content: "\f2a9"
}
.fa-viadeo-square:before {
    content: "\f2aa"
}
.fa-snapchat:before {
    content: "\f2ab"
}
.fa-snapchat-ghost:before {
    content: "\f2ac"
}
.fa-snapchat-square:before {
    content: "\f2ad"
}
.fa-pied-piper:before {
    content: "\f2ae"
}
.fa-first-order:before {
    content: "\f2b0"
}
.fa-yoast:before {
    content: "\f2b1"
}
.fa-themeisle:before {
    content: "\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}
.fa-handshake-o:before {
    content: "\f2b5"
}
.fa-envelope-open:before {
    content: "\f2b6"
}
.fa-envelope-open-o:before {
    content: "\f2b7"
}
.fa-linode:before {
    content: "\f2b8"
}
.fa-address-book:before {
    content: "\f2b9"
}
.fa-address-book-o:before {
    content: "\f2ba"
}
.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb"
}
.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\f2bc"
}
.fa-user-circle:before {
    content: "\f2bd"
}
.fa-user-circle-o:before {
    content: "\f2be"
}
.fa-user-o:before {
    content: "\f2c0"
}
.fa-id-badge:before {
    content: "\f2c1"
}
.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}
.fa-quora:before {
    content: "\f2c4"
}
.fa-free-code-camp:before {
    content: "\f2c5"
}
.fa-telegram:before {
    content: "\f2c6"
}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\f2c7"
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}
.fa-shower:before {
    content: "\f2cc"
}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\f2cd"
}
.fa-podcast:before {
    content: "\f2ce"
}
.fa-window-maximize:before {
    content: "\f2d0"
}
.fa-window-minimize:before {
    content: "\f2d1"
}
.fa-window-restore:before {
    content: "\f2d2"
}
.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}
.fa-bandcamp:before {
    content: "\f2d5"
}
.fa-grav:before {
    content: "\f2d6"
}
.fa-etsy:before {
    content: "\f2d7"
}
.fa-imdb:before {
    content: "\f2d8"
}
.fa-ravelry:before {
    content: "\f2d9"
}
.fa-eercast:before {
    content: "\f2da"
}
.fa-microchip:before {
    content: "\f2db"
}
.fa-snowflake-o:before {
    content: "\f2dc"
}
.fa-superpowers:before {
    content: "\f2dd"
}
.fa-wpexplorer:before {
    content: "\f2de"
}
.fa-meetup:before {
    content: "\f2e0"
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.mfp-align-top .mfp-container:before {
    display: none
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}
.mfp-ajax-cur {
    cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.mfp-loading.mfp-figure {
    display: none
}
.mfp-hide {
    display: none!important
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}
.mfp-preloader a {
    color: #ccc
}
.mfp-preloader a:hover {
    color: #fff
}
.mfp-s-ready .mfp-preloader {
    display: none
}
.mfp-s-error .mfp-content {
    display: none
}
button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}
.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}
.mfp-close:active {
    top: 1px
}
.mfp-close-btn-in .mfp-close {
    color: #333
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}
.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
    margin-top: -54px
}
.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}
.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}
.mfp-arrow-left {
    left: 0
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
    right: 0
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}
.mfp-iframe-holder .mfp-close {
    top: -40px
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}
.mfp-figure {
    line-height: 0
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}
.mfp-figure figure {
    margin: 0
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}
.mfp-image-holder .mfp-content {
    max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}
@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
    margin-top: 10px
}
.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}
:-moz-placeholder {
    color: #666;
    opacity: 1
}
::-moz-placeholder {
    color: #666;
    opacity: 1
}
:-ms-input-placeholder {
    color: #666;
    opacity: 1
}
body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #666
}
body input:required:valid, body textarea:required:valid {
    color: #666
}
body, html {
    height: 100%
}
body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.75;
    font-family: Calibri, sans-serif;
    overflow-x: hidden;
    opacity: 1;
    margin: 0;
    padding: 0
}
section {
    position: relative
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
ul {
    list-style-type: none
}
ul li {
    display: inline-block
}
a {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    outline: 0
}
.container {
    margin: 0 auto;
    padding: 0
}
.btn {
    display: inline-block;
    font-size: 14px;
    color: #4c6a7d;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px 43px
}
.btn:hover {
    color: #c52033
}
h1 {
    font-size: 29.5px;
    font-family: AvenirNextCyrLight, sans-serif;
    font-weight: 400;
    line-height: 48px
}
h2 {
    font-size: 24px;
    line-height: 43px;
    font-family: AvenirNextCyrLight, sans-serif
}
.need-more {
    color: #1f455c;
    display: inline-block;
    position: relative;
    font-size: 14px
}
.need-more::before {
    content: '';
    position: absolute;
    left: -33px;
    top: 2px;
    background: url(../img/sprite.png);
    width: 19px;
    height: 19px;
    background-position: -21px 0
}
.need-more:hover {
    color: #c52033
}
header .hamburger-inner, header .hamburger-inner::after, header .hamburger-inner::before {
    background: #232323;
    width: 30px;
    height: 3px
}
header .hamburger-box {
    width: 30px
}
header .hamburger-inner::before {
    top: -10px
}
header .hamburger-inner::after {
    bottom: -8px
}
header .hamburger {
    display: none
}
header .hamburger:hover {
    opacity: 1
}
header {
    position: relative;
    z-index: 11;
    padding-top: 58px;
    padding-bottom: 45px;
    -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .35);
    box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .35)
}
header .container {
    max-width: 1396px;
    position: relative
}
header .logo {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width:  250px;
}
header .logo img {
    position: relative;
    top: 15px;
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;    
     max-width:  250px;
     width: 100%;
}
header .main-mnu {
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
header .main-mnu li a {
    color: #232323;
    font-size: 17px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px
}
header .main-mnu li a::before {
    content: '';
    position: absolute;
    right: 0;
    height: 22px;
    width: 1px;
    top: 5px;
    background: #e6e6e6
}
header .main-mnu li a:hover {
    color: #c52033
}
header .main-mnu li.active a {
    color: #c52033
}
header .main-mnu li:last-child a::before {
    display: none
}
header .phone-wrap {
    vertical-align: top;
    display: inline-block;
    padding-top: 10px;
    margin-left: 0px;
    position: relative;
}

header .phone-wrap .hidden-phones {
    display: none;
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 160px;
    padding-bottom: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 10px;
    margin-left: -10px
}
header .phone-wrap .hidden-phones .hd-phone::before {
    display: none
}
header .phone-wrap .hd-phone {
    font-size: 20px;
    color: #232222;
    display: block;
    position: relative
}
header .phone-wrap .hd-phone::before {
    content: '';
    position: absolute;
    left: -34px;
    top: 6px;
    background: url(../img/sprite.png);
    width: 16px;
    height: 23px;
    background-position: 0 0
}
header .phone-wrap .hd-gr-descr {
    display: block;
    opacity: .5;
    color: #5a5a5a;
    font-size: 13px;
    font-family: CalibriLight, sans-serif;
    line-height: 10px
}
header .phone-wrap .toggle-phone {
    width: 21px;
    height: 21px;
    display: inline-block;
    border: 1px solid #e4e4e4;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    right: -43px;
    top: 16px;
    cursor: pointer
}
header .phone-wrap .toggle-phone::before {
    content: '';
    position: absolute;
    background: url(../img/sprite.png);
    width: 15px;
    height: 8px;
    background-position: 17px -23px;
    top: 5px
}
header .phone-wrap .toggle-phone.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
header .en-ru {
    position: absolute;
    right: -20px;
    top: 0;
    position: relative;
    height: 31px;
}
header .en-ru .en, header .en-ru .ru {
    display: inline-block;
    color: #5a5a5a;
    font-size: 15px;
    width: 31px;
    height: 31px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    cursor: pointer
}
header .en-ru .active {
    background: #ededed;
    color: #979696
}
.hd-phone_top{
    font-size: 20px;
    color: #232222;
    display: block;
    position: static;
    top: -33px;
    right: 57px;
    font-family: Calibri;  
    text-align: left; 
}

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

.m_header .rbc_r{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -30px 0 0;
}

.main-content {
    font-size: 0;
    overflow: hidden;
    position: relative;
    z-index: 0
}
.main-content .right-content {
    float: right;
    font-size: 0;
    width: calc(66.7% - 60px);
    background: #ddd;
    margin: 0 60px 0 0;
}
.main-content .right-content .mp-left {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 43%;
    padding-top: 138px;
    padding-left: 67px
}
.main-content .right-content .mp-left h1 {
    text-transform: uppercase;
    line-height: 48px
}
.main-content .right-content .mp-left h1 span {
    color: #c52033;
    display: block;
    line-height: 48px
}
.main-content .right-content .mp-left .need-more {
    margin-top: 73px;
    margin-left: 37px;
    padding-bottom: 60px
}
.main-content .right-content .mp-right {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 48%;
    margin-left: -33px;
    margin-top: 24px
}
.main-content .left-content {
    float: left;
    font-size: 16px;
    width: 30%;
    width: auto
}
.main-content .left-content .nav-mnu {
    float: left;
    padding: 0;
}
.main-content .left-content .nav-mnu li.active span {
    color: #c52033
}
.main-content .left-content .nav-mnu li.active-sub-mnu span, .main-content .left-content .nav-mnu li.active-sub-mnu a {
    color: #c52033
}
.main-content .left-content .nav-mnu li.active-sub-mnu span::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.main-content .left-content .nav-mnu li {
    display: block;
    padding-left: 39px;
    position: relative
}
.main-content .left-content .nav-mnu li::before {
    content: '';
    width: 105%;
    left: 0;
    height: 1px;
    background: #f3f3f3;
    position: absolute;
    bottom: 0
}
.main-content .left-content .nav-mnu li::after {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/sprite.png);
    top: 15px
}
.main-content .left-content .nav-mnu li a, .main-content .left-content .nav-mnu li span {
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #292929;
    display: block;
    position: relative
}
.main-content .left-content .nav-mnu li span:hover {
    color: #c52033
}
.main-content .left-content .nav-mnu li a::before, .main-content .left-content .nav-mnu li span::before {
    content: '';
    position: absolute;
    right: -37px;
    top: 25px;
    background: url(../img/sprite.png);
    width: 15px;
    height: 5px;
    background-position: -47px -28px
}
.main-content .left-content .nav-mnu .nav-sub-mnu {
    margin: 0;
    padding: 0;
    margin-top: -13px;
    display: none; 
}
.main-content .left-content .nav-mnu .nav-sub-mnu li {
    padding-left: 0
}
.main-content .left-content .nav-mnu .nav-sub-mnu li:last-child a {
    padding-bottom: 12px
}
.main-content .left-content .nav-mnu .nav-sub-mnu li::before {
    display: none
}
.main-content .left-content .nav-mnu .nav-sub-mnu li a {
    padding-top: 5px;
    padding-bottom: 1px;
    font-size: 14px;
    color: #696969
}
.main-content .left-content .nav-mnu .nav-sub-mnu li a:hover,
.main-content .left-content .nav-mnu .nav-sub-mnu li.current-menu-item a {
    color: #c52033
}
.main-content .left-content .nav-mnu .nav-sub-mnu li a::before {
    display: none
}
.main-content .left-content .nav-mnu .i1::after {
    width: 19px;
    height: 18px;
    background-position: 0 -28px
}
.main-content .left-content .nav-mnu .i2::after {
    width: 18px;
    height: 18px;
    background-position: -24px -28px
}
.main-content .left-content .nav-mnu .i3::after {
    top: 17px;
    width: 17px;
    height: 18px;
    background-position: -68px -22px
}
.main-content .left-content .nav-mnu .i4::after {
    top: 20px;
    width: 18px;
    height: 17px;
    background-position: -67px 0
}
.main-content .left-content .nav-mnu .i5::after {
    width: 15px;
    height: 22px;
    left: 2px;
    background-position: -88px 0
}
.main-content .left-content .nav-mnu .i6::after {
    top: 17px;
    width: 17px;
    height: 16px;
    background-position: 0 16px
}

.main-content .left-content .nav-mnu li.current-menu-ancestor .nav-sub-mnu{
    display: block !important;
}

.s-news.s-news-news-detail {
    border-top: 1px solid #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #d7d7d7;
    background: #fff
}
.s-news {
    text-align: center;
    background: #f9f9f9;
    z-index: 0;
    position: relative;
    clear: both;
    padding-top: 69px;
    padding-bottom: 34px;
    -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .35);
    box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .35);
    overflow: hidden
}
.s-news .sn-items .sn-item {
    text-align: left;
    display: inline-block;
    width: 295px;
    vertical-align: top;
    margin-right: 250px
}
.s-news .sn-items .sn-item:last-child {
    margin-right: 0
}
.s-news .sn-items .sn-item h2 {
    opacity: .5;
    color: #5a5a5a;
    margin: 0;
    padding: 0
}
.s-news .sn-items .sn-item .sn-a {
    font-size: 18px;
    color: #1f455c;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 15px;
    display: inline-block
}
.s-news .sn-items .sn-item .sn-a::before {
    content: '';
    bottom: 0;
    position: absolute;
    width: 128px;
    height: 1px;
    left: 0;
    background: #d7d7d7
}
.s-news .sn-items .sn-item .sn-a:hover {
    color: #c52033
}
.s-news .sn-items .sn-item .sn-p {
    color: #5d5d5d;
    line-height: 20px;
    margin: 0;
    font-family: CalibriLight, sans-serif
}
.s-news .sn-btm-cont {
    text-align: center;
    border-top: 1px solid #cbcbcb;
    width: 465px;
    display: inline-block;
    margin-top: 36px;
    padding-top: 10px
}
.s-news .sn-btm-cont .sn-btn {
    color: #1f455c;
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-right: 25px
}
.s-news .sn-btm-cont .sn-btn:hover {
    color: #c52033
}
.s-news .sn-btm-cont .sn-btn::before {
    content: '';
    background: url(../img/sprite.png);
    position: absolute;
    right: -27px;
    top: 2px;
    width: 18px;
    height: 20px;
    background-position: -45px 0
}
.s-achieve {
    text-align: center;
    padding-top: 28px;
    background: #f9f9f9;
    padding-bottom: 31px;
    overflow: hidden
}
.s-achieve .sa-header {
    font-size: 19px;
    color: #454444;
    display: block;
    font-family: CalibriLight, sans-serif;
    line-height: 19px
}
.s-achieve .sa-year {
    font-size: 15px;
    color: #9d9d9d
}
footer.withoutborder {
    border-top: none;
    background: #fcfdfe
}
footer.footer-news {
    padding-top: 23px;
    padding-bottom: 23px
}
footer.big-padding {
    padding-top: 40px;
    padding-bottom: 47px;
    position: relative
}
footer.big-padding::before {
    top: -50px;
    height: 50px;
    width: 100%;
    -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .35);
    box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .35);
    content: '';
    position: absolute;
    left: 0
}
footer {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    overflow: hidden;
    border-top: 1px solid #e7e7e7
}
footer .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative
}
footer .container .foot-left {
    top: 8px;
    left: 0;
    position: absolute
}
footer .container .foot-left .copy-left {
    font-size: 13px;
    color: #5a5a5a;
    opacity: .6
}
footer .container .foot-center {
    display: inline-block
}
footer .container .foot-center a {
    display: inline-block;
    height: 37px;
    width: 37px;
    border: 1px solid #cfcfcf;
    line-height: 37px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px
}
footer .container .foot-center a:hover .fa {
    color: #c52033
}
footer .container .foot-center a:last-child {
    margin-right: 0
}
footer .container .foot-center a .fa {
    color: #386a7f;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 37px
}
footer .container .foot-right {
    position: absolute;
    right: 0;
    top: 8px
}
footer .container .foot-right .copy-right {
    font-size: 13px;
    color: #9c9c9c
}
footer .container .foot-right .copy-right a {
    color: #5a5a5a
}
footer .container .foot-right .copy-right a:hover {
    color: #c52033
}
.s-contacts {
    font-size: 16px;
    background: #fff;
    padding-top: 46px;
    padding-left: 50px;
    padding-bottom: 20px
}
.s-contacts .map-wrap {
    padding-bottom: 15px;
    padding-top: 34px
}
.s-contacts .map-wrap #map {
    height: 315px;
    width: 100%
}
.s-contacts .map-wrap .map-descr {
    font-size: 17px;
    opacity: .8
}
.s-contacts .container {
    max-width: 1000px;
    margin-left: 0
}
.s-contacts h2 {
    font-size: 24px;
    font-family: Calibri, sans-serif;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 32px
}
.s-contacts .sc-tabs {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 6px
}
.s-contacts .sc-tabs .s-tab {
    color: #1f455c;
    font-size: 18.5px;
    font-family: CalibriBold, sans-serif;
    display: inline-block;
    font-weight: 400;
    padding-right: 78px;
    position: relative;
    cursor: pointer
}
.s-contacts .sc-tabs .s-tab.active::before {
    width: 59%;
    height: 2px;
    content: '';
    position: absolute;
    bottom: -7px;
    background: #00435d
}
.s-contacts .sc-tabs .s-tab:last-child {
    padding-right: 0
}
.s-contacts .sc-tabs .s-tab:last-child.active::before {
    width: 80%
}
.s-contacts .sc-cont {
    margin-top: 36px;
    margin-bottom: 50px
}
.s-contacts .sc-cont .sc-content {
    display: none
}
.s-contacts .sc-cont .sc-content:first-child {
    display: block
}
.s-contacts .sc-cont .sc-content .sc-item {
    margin-bottom: 10px
}
.s-contacts .sc-cont .sc-content .sc-item .sc-bold {
    font-size: 17px;
    color: #000;
    font-family: CalibriLight, sans-serif;
    display: inline-block;
    vertical-align: top
}
.s-contacts .sc-cont .sc-content .sc-item .sc-descr {
    font-size: 17px;
    color: #5d5d5d;
    font-family: CalibriLight, sans-serif;
    display: inline-block
}
.s-contacts .sc-cont .sc-content .sc-item .sc-phones {
    display: block;
    margin-top: 4px
}
.s-contacts .sc-cont .sc-content .sc-item .sc-a {
    font-size: 17px;
    font-family: CalibriLight, sans-serif;
    color: #1f455c
}
.s-contacts .sc-cont .sc-content .sc-item .sc-a:hover {
    color: #c52033
}
.left-content .banner-wrap {
    float: right;
    clear: both;
    text-align: center;
    margin-top: 53px;
    padding-bottom: 30px;
    position: relative;
    right: -37px
}
.left-content .make-order {
    clear: both;
    float: right;
    text-align: center;
    margin-top: 92px;
    margin-right: 42px;
    padding-bottom: 30px
}
.left-content .make-order h2 {
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 24px
}
.left-content .make-order .mo-descr {
    font-size: 16px;
    color: #373737;
    opacity: .7;
    font-family: CalibriLight, sans-serif;
    display: block
}
.left-content .make-order .btn {
    margin-top: 13px
}
.s-materials {
    font-size: 16px;
    background: #fff;
    padding-top: 111px;
    padding-left: 32px;
    padding-bottom: 30px
}
.s-materials h1 {
    padding-left: 30px;
    margin: 0;
    text-transform: uppercase
}
.s-materials .s-materials-items {
    margin-top: 36px
}
.s-materials .s-materials-items .s-materials-item {
    padding-top: 30px;
    padding-left: 26px;
    padding-right: 25px;
    margin-bottom: 30px;
    display: inline-block;
    width: 252px;
    border: 1px solid #ebebeb;
    padding-bottom: 28px;
    vertical-align: top;
    margin-right: 27px
}
.s-materials .s-materials-items .s-materials-item:last-child {
    margin-right: 0
}
.s-materials .s-materials-items .s-materials-item .s-mat-header {
    font-size: 18px;
    color: #1f455c;
    display: block;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 15px
}
.s-materials .s-materials-items .s-materials-item .s-mat-header::before {
    width: 128px;
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #dbdbdb
}
.s-materials .s-materials-items .s-materials-item .s-mat-header:hover {
    color: #c52033
}
.s-materials .s-materials-items .s-materials-item .s-mat-descr {
    font-size: 16px;
    font-family: CalibriLight, sans-serif;
    line-height: 20px;
    display: block;
    color: #5d5d5d
}
.s-materials .s-materials-items .s-materials-item .s-mat-btn {
    font-size: 14px;
    color: #1f455c;
    position: relative;
    margin-top: 11px;
    margin-left: 2px;
    display: inline-block
}
.s-materials .s-materials-items .s-materials-item .s-mat-btn::before {
    content: '';
    position: absolute;
    right: -17px;
    top: 5px;
    width: 7px;
    height: 12px;
    background: url(../img/mat-arrow.png)
}
.s-materials .s-materials-items .s-materials-item .s-mat-btn:hover {
    color: #c52033
}
.rc-header.rc-news-detail .rc-left {
    position: relative
}
.rc-header.rc-news-detail .rc-left h1 {
    text-transform: uppercase;
    padding-left: 31px;
    padding-top: 27px;
    padding-bottom: 80px
}
.rc-header.rc-news-detail .rc-left .rc-date {
    display: inline-block;
    margin-left: 61px;
    font-size: 16.5px;
    padding-top: 15px;
    color: #282828;
    opacity: .5;
    padding-bottom: 27px;
    position: absolute;
    bottom: 0;
    left: 0
}
.rc-header.rc-news-detail .rc-left .rc-date::after {
    content: '';
    position: absolute;
    left: -20px;
    height: 1px;
    width: 178px;
    top: 0;
    background: #dadada
}
.rc-header.rc-news-detail .rc-left .rc-date::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 23px;
    background: url(../img/i1.png);
    width: 12px;
    height: 12px
}
.rc-header.rc-head-services {
    padding-bottom: 25px
}
.rc-header.rc-head-services .rc-left {
    height: 278px
}
.rc-header.rc-head-services .rc-left .rc-sp-header {
    color: #5d5d5d;
    line-height: 43px;
    text-transform: uppercase;
    font-family: AvenirNextCyrLight, sans-serif;
    font-size: 24px;
    display: block;
    margin-top: 44px;
    padding: 0;
    margin-left: 38px;
    margin-bottom: 0;
    padding-bottom: 13px;
    margin-bottom: 20px;
    position: relative;
    margin-right: 105px
}
.rc-header.rc-head-services .rc-left .rc-sp-header:hover {
    color: #c52033
}
.rc-header.rc-head-services .rc-left .rc-sp-header::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 110%;
    height: 1px;
    background: #dbdbdb
}
.rc-header.rc-head-services .rc-left .rc-s-descr {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #5d5d5d;
    font-family: CalibriLight, sans-serif;
    padding-right: 135px;
    margin-left: 36px
}
.rc-header.rc-head-services .rc-left .more-info {
    position: relative;
    font-size: 14px;
    color: #1f455c;
    margin-top: 27px;
    margin-left: 37px;
    display: inline-block;
    padding-bottom: 24px
}
.rc-header.rc-head-services .rc-left .more-info:hover {
    color: #c52033
}
.rc-header.rc-head-services .rc-left .more-info::before {
    content: '';
    position: absolute;
    right: -17px;
    top: 6px;
    background: url(../img/mat-arrow.png);
    width: 7px;
    height: 12px
}
.rc-header {
    background: #fff;
    padding-left: 37px
}
.rc-header .container {
    max-width: 1008px;
    margin-left: 0;
    font-size: 0
}
.rc-header .rc-left {
    height: 278px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    background: #f2f2f2
}
.rc-header .rc-left .backto {
    color: #1f455c;
    font-size: 15px;
    position: relative;
    font-weight: 700;
    margin-left: 55px;
    margin-top: 27px;
    display: inline-block
}
.rc-header .rc-left .backto::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 8px;
    background: url(../img/backto.png);
    width: 6px;
    height: 10px
}
.rc-header .rc-left .backto:hover {
    color: #c52033
}
.rc-header .rc-left h2 {
    margin-top: 32px;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 31px;
    margin-right: 110px;
    padding-bottom: 86px
}
.rc-header .rc-right {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 50%
}
.rc-header .rc-right img {
    display: block
}
.s-tables {
    font-size: 17px
}
.s-tables .table-uslugi-detail .table-headers .tab-head {
    width: 41%
}
.s-tables .table-uslugi-detail .table-headers .tab-head:nth-child(2) {
    width: 32%
}
.s-tables .table-uslugi-detail .table-headers .tab-head:nth-child(3) {
    width: 27%
}
.s-tables .table-uslugi-detail .table-row .tab-item {
    width: 41%
}
.s-tables .table-uslugi-detail .table-row .tab-item:nth-child(2) {
    width: 32%
}
.s-tables .table-uslugi-detail .table-row .tab-item:nth-child(3) {
    width: 27%
}
.s-tables .table-oracal h1 {
    padding-top: 59px;
    padding-left: 65px;
    padding-bottom: 36px;
    text-transform: uppercase
}
.s-tables .table-oracal .table-headers .tab-head {
    width: 13%
}
.s-tables .table-oracal .table-headers .tab-head:nth-child(2) {
    width: 26%
}
.s-tables .table-oracal .table-headers .tab-head:nth-child(3) {
    width: 38%
}
.s-tables .table-oracal .table-headers .tab-head:nth-child(4) {
    width: 23%
}
.s-tables .table-oracal .table-row .tab-item {
    width: 13%;
    position: relative
}
.s-tables .table-oracal .table-row .tab-item:nth-child(2) {
    width: 26%
}
.s-tables .table-oracal .table-row .tab-item:nth-child(3) {
    width: 38%
}
.s-tables .table-oracal .table-row .tab-item:nth-child(4) {
    width: 23%
}
.s-tables .table-oracal .table-row .tab-item .tab-color {
    display: inline-block;
    position: absolute;
    top: 16px;
    width: 93%;
    height: 100%
}
.s-tables .table-oracal .table-row .tab-item .red {
    background: red
}
.s-tables .table-oracal .table-row .tab-item .orange {
    background: orange
}
.s-tables .table-oracal .table-row .tab-item .green {
    background: green
}
.s-tables .table-oracal .table-row .tab-item .yellow {
    background: #ff0
}
.s-tables .table-oracal .table-row .tab-item .black {
    background: #000
}
.s-tables {
    background: #fff;
    padding-left: 34px;
    padding-bottom: 118px
}
.s-tables .container {
    max-width: 1008px;
    margin-left: 0
}
.s-tables .adaptive-table {
    display: none;
    padding-top: 32px;
    padding-bottom: 5px
}
.s-tables .adaptive-table h2 {
    font-weight: 400;
    font-family: CalibriLight, sans-serif;
    margin: 0
}
.s-tables .adaptive-table .adap-wrap {
    margin-bottom: 35px
}
.s-tables .adaptive-table .adap-wrap:last-child {
    margin-bottom: 0
}
.s-tables .adaptive-table .adap-row {
    vertical-align: top;
    position: relative;
    padding-top: 15px;
    padding-bottom: 11px
}
.s-tables .adaptive-table .adap-row.withphoto {
    padding-top: 35px;
    padding-bottom: 35px
}
.s-tables .adaptive-table .adap-row.withphoto .adap-item img {
    position: absolute;
    top: 6px
}
.s-tables .adaptive-table .adap-row::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1px;
    height: 1px;
    width: 99.6%;
    background: #cdcdcd
}
.s-tables .adaptive-table .adap-row .adap-head {
    display: inline-block;
    font-size: 17px;
    color: #1f455c;
    width: 50%
}
.s-tables .adaptive-table .adap-row .adap-item {
    width: 50%;
    font-size: 17.3px;
    color: #3a3a3a;
    font-family: CalibriLight, sans-serif;
    display: inline-block;
    vertical-align: top
}
.s-tables .table-column-5 .table-headers .tab-head {
    width: 19%
}
.s-tables .table-column-5 .table-headers .tab-head:nth-child(3) {
    width: 23%
}
.s-tables .table-column-5 .table-headers .tab-head:nth-child(4) {
    width: 15%
}
.s-tables .table-column-5 .table-headers .tab-head:nth-child(5) {
    width: 24%
}
.s-tables .table-column-5 .table-row .tab-item {
    width: 19%
}
.s-tables .table-column-5 .table-row .tab-item:nth-child(3) {
    width: 23%
}
.s-tables .table-column-5 .table-row .tab-item:nth-child(4) {
    width: 15%
}
.s-tables .table-column-5 .table-row .tab-item:nth-child(5) {
    width: 24%
}
.s-tables .table-column-4 .table-headers .tab-head {
    width: 24.5%
}
.s-tables .table-column-4 .table-headers .tab-head:nth-child(3) {
    width: 22%
}
.s-tables .table-column-4 .table-headers .tab-head:nth-child(4) {
    width: 29%
}
.s-tables .table-column-4 .table-row .tab-item {
    width: 24.5%
}
.s-tables .table-column-4 .table-row .tab-item:nth-child(3) {
    width: 22%
}
.s-tables .table-column-4 .table-row .tab-item:nth-child(4) {
    width: 29%
}
.s-tables .table-column-3 .table-headers .tab-head {
    width: 39.1%
}
.s-tables .table-column-3 .table-headers .tab-head:last-child {
    width: 21.8%
}
.s-tables .table-column-3 .table-row .tab-item {
    width: 39.1%
}
.s-tables .table-column-3 .table-row .tab-item:last-child {
    width: 21.8%
}
.s-tables .table.table-withphoto .table-row .tab-item {
    padding-top: 49px;
    padding-bottom: 42px
}
.s-tables .table.table-withphoto .table-row .tab-item.photo-item {
    padding: 0;
    position: relative;
    top: 19px
}
.s-tables .table.table-withphoto .table-row .tab-item.photo-item img {
    display: block;
    max-width: 114px;
    height: 86px
}
.s-tables .table {
    padding-top: 32px;
    padding-bottom: 5px
}
.s-tables .table h2 {
    margin: 0;
    font-family: CalibriLight, sans-serif;
    font-weight: 400
}
.s-tables .table .table-headers {
    padding-left: 7px;
    font-size: 0;
    position: relative;
    margin-top: 11px;
    padding-bottom: 5px
}
.s-tables .table .table-headers::before {
    content: '';
    position: absolute;
    bottom: 0;
    background: #00435d;
    height: 2px;
    width: 99.6%;
    left: 1px
}
.s-tables .table .table-headers .tab-head {
    display: inline-block;
    font-size: 17px;
    color: #1f455c
}
.s-tables .table .table-row {
    font-size: 0;
    padding-left: 7px;
    position: relative
}
.s-tables .table .table-row::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1px;
    height: 1px;
    width: 99.6%;
    background: #cdcdcd
}
.s-tables .table .table-row .tab-item {
    font-size: 17.3px;
    color: #3a3a3a;
    font-family: CalibriLight, sans-serif;
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    padding-bottom: 11px
}
.s-main-news {
    background: #fff;
    padding-left: 35px
}
.s-main-news .s-main-news-header {
    padding-left: 30px;
    font-size: 16px;
    padding-top: 96px;
    padding-bottom: 96px;
    background: -webkit-gradient(linear, left top, right top, color-stop(29%, #f4f2f2), to(rgba(244, 242, 242, 0))), no-repeat url(../img/news-bg.jpg);
    background: -webkit-linear-gradient(left, #f4f2f2 29%, rgba(244, 242, 242, 0) 100%), no-repeat url(../img/news-bg.jpg);
    background: -o-linear-gradient(left, #f4f2f2 29%, rgba(244, 242, 242, 0) 100%), no-repeat url(../img/news-bg.jpg);
    background: linear-gradient(90deg, #f4f2f2 29%, rgba(244, 242, 242, 0) 100%), no-repeat url(../img/news-bg.jpg)
}
.s-main-news .s-main-news-header h1 {
    text-transform: uppercase
}
.s-main-news .s-main-news-content {
    margin-top: 34px
}
.s-main-news .s-main-news-content .s-mn-items-wrap {
    font-size: 0;
    padding-bottom: 30px
}
.s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item {
    display: inline-block;
    border: 1px solid #ebebeb;
    width: 440px;
    padding-top: 14px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 30px;
    vertical-align: top
}
.s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item:last-child {
    margin-right: 0
}
.s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item .s-mn-date {
    opacity: .5;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #5a5a5a
}
.s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item .s-mn-a {
    color: #1f455c;
    font-size: 18px;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: -1px;
    padding-left: 2px;
    display: inline-block
}
.s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item .s-mn-a:hover {
    color: #c52033
}
.s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item .s-mn-a::before {
    content: '';
    width: 128px;
    background: #dbdbdb;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0
}
.s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item .s-mn-descr {
    font-family: CalibriLight, sans-serif;
    color: #5d5d5d;
    font-size: 16px;
    line-height: 20px;
    padding-right: 100px;
    margin: 0;
    margin-top: 16px;
    padding-left: 3px
}
.s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item .more-info {
    position: relative;
    font-size: 14px;
    color: #1f455c;
    margin-top: 11px;
    margin-left: 4px;
    display: inline-block;
    padding-bottom: 19px
}
.s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item .more-info:hover {
    color: #c52033
}
.s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item .more-info::before {
    content: '';
    position: absolute;
    right: -17px;
    top: 6px;
    background: url(../img/mat-arrow.png);
    width: 7px;
    height: 12px
}
.pagination.news {
    position: relative;
    left: -94px;
    padding-top: 24px;
    padding-bottom: 108px
}
.pagination {
    font-size: 19px;
    text-align: center
}
.pagination ul {
    padding: 0;
    margin: 0
}
.pagination ul li .pag-item {
    color: #3a3a3a;
    font-size: 19px;
    display: inline-block;
    min-width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 60px
}
.pagination ul li .pag-item:hover {
    color: #c52033
}
.pagination ul li:last-child .pag-item {
    width: auto
}
.pagination ul li.active .pag-item {
    background-color: #f3f3f3
}
.pagination ul li.active .pag-item:hover {
    color: #3a3a3a
}
.s-instruct {
    background: #fff;
    font-size: 16px;
    padding-left: 99px;
    padding-top: 47px;
    padding-bottom: 60px
}
.s-instruct .backto {
    color: #1f455c;
    font-size: 14px;
    position: relative;
    font-weight: 400;
    margin-left: 13px;
    margin-top: 27px;
    display: inline-block;
    margin-bottom: 20px
}
.s-instruct .backto::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 6px;
    background: url(../img/mat-arrow.png);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 7px;
    height: 12px
}
.s-instruct .backto:hover {
    color: #c52033
}
.s-instruct .container {
    margin-left: 0;
    max-width: 943px
}
.s-instruct h1 {
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 26px
}
.s-instruct p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #5d5d5d;
    padding-right: 120px;
    padding-bottom: 38px
}
.s-instruct .s-instruct-item {
    position: relative;
    padding-top: 70px;
    padding-bottom: 40px
}
.s-instruct .s-instruct-item.first-item {
    padding-bottom: 88px
}
.s-instruct .s-instruct-item.first-item .s-inst-photo {
    left: -105px;
    top: -37px
}
.s-instruct .s-instruct-item::before {
    content: '';
    position: absolute;
    left: -65px;
    top: 0;
    width: 107%;
    background: #dbdbdb;
    height: 1px
}
.s-instruct .s-instruct-item .s-inst-number {
    font-family: CalibriBold, sans-serif;
    color: #1f455c;
    opacity: .24;
    font-size: 72px;
    line-height: 72px;
    position: absolute;
    left: -67px;
    top: 61px
}
.s-instruct .s-instruct-item .s-inst-descr {
    padding: 0;
    margin: 0;
    max-width: 340px;
    vertical-align: top;
    display: block;
    margin-bottom: 20px
}
.s-instruct .s-instruct-item .s-inst-photo {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    left: -20px;
    width: 460px;
    text-align: center;
    float: right
}
.s-instruct .s-instruct-item .s-inst-photo img {
    display: block;
    margin: 0 auto;
    max-width: 497px;
    max-height: 228px
}
.s-instruct .s-instruct-item .s-inst-left {
    display: inline-block
}
.about-company {
    font-size: 16px;
    background-color: #fff
}
.about-company .about-company-wrap {
    background-color: #fafafa;
    text-align: center
}
.about-company .about-company-wrap .about-header {
    display: inline-block;
    position: relative;
    background: url(../img/about-men.png) no-repeat 50%;
    width: 175px;
    height: 293px;
    margin: 60px 0 20px
}
.about-company .about-company-wrap .about-header:after {
    content: "";
    position: absolute;
    width: 400px;
    height: 1px;
    background-color: #bdbdbd;
    bottom: -23px;
    left: -130px
}
.about-company .about-company-wrap .about-header h1 {
    position: absolute;
    font-size: 50px;
    text-transform: uppercase;
    padding-bottom: 31px
}
.about-company .about-company-wrap .about-header h1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: red;
    bottom: 0;
    left: 0%;
    margin-left: 0
}
.about-company .about-company-wrap .about-header .about-header-left {
    top: 80px;
    left: -359px
}
.about-company .about-company-wrap .about-header .about-header-right {
    top: 80px;
    right: -335px
}
.about-company .about-company-wrap .about-header .about-header-right::before {
    left: 0
}
.about-company .about-company-wrap .about-header-bottom {
    padding-bottom: 20px
}
.about-company .about-company-wrap .about-header-bottom p {
    display: inline-block;
    font-size: 24px;
    position: relative;
    padding-top: 20px;
    padding-left: 21px;
    margin: 0;
    position: relative
}
.about-company .about-company-wrap .about-header-bottom p:before {
    content: '';
    background: url(../img/sprite.png) -21px 0;
    position: absolute;
    width: 19px;
    height: 19px;
    top: 32px;
    left: -11px
}
.about-company .about-us {
    position: relative;
    padding: 66px 50px 63px 70px;
    font-size: 16px;
    background: #fff
}
.about-company .about-us .container {
    max-width: 975px;
    margin-left: 0
}
.about-company .about-us h2 {
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 35px
}
.about-company .about-us h2::before {
    width: 127%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 2px;
    background: #00435d;
    content: ''
}
.about-company .about-us p {
    margin: 0;
    padding: 0;
    padding-left: 3px;
    padding-right: 75px;
    color: #5d5d5d;
    line-height: 22px;
    position: relative;
    padding-bottom: 71px
}
.about-company .about-us p:before {
    content: '';
    position: absolute;
    background-color: #dbdbdb;
    height: 1px;
    width: 100%;
    bottom: 0
}
.our-advantages {
    padding-left: 51px;
    position: relative;
    padding-bottom: 50px
}

.our-advantages h2 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-left: 18px
}
.our-advantages h2::before {
    width: 106%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00435d;
    content: ''
}

.our-adv-text {
    font-size: 17px;
}

.our-advantages .our-adv-text span {
    color: #d32235;
    font-family: Calibri;
}

.our-adv-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1150px;
    margin-bottom: 40px;
}

.our-adv-item-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.our-adv-item .oa-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 265px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #fdfdfd;
    background-color: #fff;
}

.our-adv-item .oa-large50{
    max-width: 50%;
    text-align: center;
}

.our-adv-item .oa-large100{
    max-width: 100%;
    text-align: center;
    margin: 0 0 20px;
}

.our-adv-item .oa-img img {
    max-width: 140px;
    max-width: 100%;
    height: auto;
}
/*
.our-adv-item .oa-img img {
    max-width: 150px;
}

.our-adv-item .oa-img.oa-large img {
    max-width: 320px;
}

.our-adv-item-column.our-adv-item .oa-img.oa-large img {
    max-width: 100%;
}
*/

.our-adv-table {
    border-collapse: collapse;
    border: 1px solid #cccccc;
}

.our-adv-table th {
    padding: 15px 10px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    vertical-align: bottom;
    color: #1f455c;
    border-bottom: 2px solid #1f455c;
}

.our-adv-table td {
    padding: 15px 10px 10px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #3a3a3a;
    font-family: CalibriLight, sans-serif;
    background-color: #ffffff;
}

.our-adv-table td.blue-cell,
.our-adv-table th.blue-cell {
    background-color: #f6fafd;
}

.our-adv-table td.right-separator,
.our-adv-table th.right-separator {
    position: relative;
}

.our-adv-table td.right-separator::after,
.our-adv-table th.right-separator::after {
    content: "";
    position: absolute;
    top: -webkit-calc(50% - 19px);
    top: calc(50% - 19px);
    right: 0;
    display: block;
    width: 1px;
    height: 38px;
    background-color: #cccccc;
}

.our-adv-table td.bottom-separator,
.our-adv-table th.bottom-separator {
    position: relative;
}

.our-adv-table td.bottom-separator::before,
.our-adv-table th.bottom-separator::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -webkit-calc(50% - 19px);
    left: calc(50% - 19px);
    display: block;
    width: 38px;
    height: 1px;
    background-color: #cccccc;
}
.our-adv-item.our-adv-item-large .oa-descr {
    width: 100%;
}

.our-adv-table.our-adv-table-large {
    width: 100%;
    border-collapse: collapse;
    font-size: 17px;
    font-family: CalibriLight, sans-serif;
    border: 1px solid #cccccc;
}

.our-adv-table.our-adv-table-large th {
    padding: 8px 10px 7px;
    font-size: 16px;
    text-align: center;
    vertical-align: bottom;
    color: #1f455c;
    border-bottom: 2px solid #1f455c;
}

.our-adv-table.our-adv-table-large td {
    padding: 8px 10px 7px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #3a3a3a;
    font-family: CalibriLight, sans-serif;
}

.our-adv-table.our-adv-table-large td.bottom-line {
    border-bottom: 1px solid #cccccc;
}

/*.our-advantages .oa-img {
    display: inline-block;
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 80px
}*/
/*.our-advantages .oa-descr {
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    width: 61%
}*/
.our-advantages .oa-descr .s-tables {
    padding-bottom: 0
}
.our-advantages .oa-descr .s-tables .table-column-5 .table-headers .tab-head {
    width: 17%
}
.our-advantages .oa-descr .s-tables .table-column-5 .table-headers .tab-head:nth-child(3) {
    width: 23%
}
.our-advantages .oa-descr .s-tables .table-column-5 .table-headers .tab-head:nth-child(4) {
    width: 15%
}
.our-advantages .oa-descr .s-tables .table-column-5 .table-headers .tab-head:nth-child(5) {
    width: 26%
}
.our-advantages .oa-descr .s-tables .table-column-5 .table-row .tab-item {
    width: 17%
}
.our-advantages .oa-descr .s-tables .table-column-5 .table-row .tab-item:nth-child(3) {
    width: 23%
}
.our-advantages .oa-descr .s-tables .table-column-5 .table-row .tab-item:nth-child(4) {
    width: 15%
}
.our-advantages .oa-descr .s-tables .table-column-5 .table-row .tab-item:nth-child(5) {
    width: 26%
}
.news-detail-content {
    background: #fff;
    padding-top: 33px;
    padding-bottom: 20px;
    padding-left: 38px
}
.news-detail-content .container {
    max-width: 955px;
    margin-left: 0
}
.news-detail-content p {
    font-size: 16px;
    margin-top: 0;
    padding: 0;
    color: #5d5d5d;
    line-height: 24px;
    padding-bottom: 8px
}
.any-quest {
    text-align: center;
    padding-top: 66px;
    padding-bottom: 85px;
    background: #fcfdfe
}
.any-quest .aq-header {
    display: block;
    font-size: 19px;
    opacity: .8;
    color: #060606;
    font-family: CalibriLight, sans-serif
}
.any-quest .aq-wrap .btn {
    margin-top: 22px;
    padding: 12px 43px;
    padding-right: 80px;
    position: relative
}
.any-quest .aq-wrap .btn::before {
    content: '';
    position: absolute;
    right: 44px;
    top: 15px;
    background: url(../img/i2.png);
    width: 22px;
    height: 19px
}
.mfp-content {
    text-align: center
}
.custom-form {
    text-align: center;
    background: #fff;
    display: inline-block;
    width: 660px;
    margin: 0 auto;
    position: relative;
    padding-top: 0;
    overflow: hidden
}
.custom-form .top-form-cont {
    background: #f9f9f9;
    padding-top: 37px;
    padding-bottom: 20px;
    margin-bottom: 15px
}
.custom-form .top-form-cont h1 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 32px
}
.custom-form .top-form-cont .pop-descr {
    font-size: 16px;
    color: #5d5d5d;
    font-family: CalibriLight, sans-serif;
    display: block;
    margin-top: 3px
}
.custom-form .lab-wrap {
    max-width: 510px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto
}
.custom-form label {
    margin-top: 13px;
    display: block;
    position: relative;
    width: 100%
}
.custom-form label::before {
    z-index: 2;
    content: '';
    position: absolute;
    background: #e3e3e3;
    height: 29px;
    width: 1px;
    left: 116px;
    top: 7px
}
.custom-form label .inp-descr {
    position: absolute;
    z-index: 2;
    left: 19px;
    top: 9px;
    font-size: 16px;
    color: #212121;
    line-height: 25px;
    font-family: CalibriLight, sans-serif
}
.custom-form label .inp-descr span {
    color: #c52033
}
.custom-form label input {
    border: 1px solid #e4e4e4;
    color: #000;
    font-size: 16px;
    width: 100%;
    padding: 12px 0;
    outline: 0;
    padding-left: 130px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}
.custom-form .req-info {
    display: inline-block;
    font-family: CalibriLight, sans-serif;
    opacity: .6;
    font-size: 14px;
    color: #212121
}
.custom-form .red {
    color: #c52033;
    margin-top: 3px;
    display: inline-block
}
.custom-form .btn {
    background: #fff;
    cursor: pointer;
    outline: 0;
    padding: 15px 40px
}
.custom-form .wrap-form-btn {
    padding-top: 20px;
    padding-bottom: 45px
}
.custom-form .mfp-close {
    font-size: 40px;
    right: 6px;
    top: 15px
}
.custom-form.custom-form-order .red {
    margin-left: 0;
    margin-top: -3px
}
.custom-form.custom-form-order label {
    display: inline-block;
    width: 100%;
    margin-left: 0
}
.custom-form.custom-form-order label textarea {
    border: 1px solid #e4e4e4;
    color: #000;
    font-size: 16px;
    padding-left: 120px;
    outline: 0;
    max-width: 409px;
    min-width: 409px;
    min-height: 115px;
    max-height: 115px;
    padding-top: 9px
}
.custom-form.custom-form-order .textar-form:first-child {
    margin-left: -254px
}
.s-profili {
    background: #fff
}
.s-profili h2 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    font-family: Calibri, sans-serif;
    font-weight: 400;
    margin-left: 40px;
}
.s-profili .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 60px;
    margin-bottom: 25px;
    max-width: 1010px;
    border-bottom: 1px solid #dbdbdb;
}
.s-profili .container img {
  max-width: 100%;
}
.our-advantages .adv-wrap .adv-item.prof-item .item-cont a::after {
    width: 289px
}
.our-advantages .adv-wrap .adv-item.prof-item .item-cont .prof-descr {
    font-size: 18.45px;
    color: #373737;
    display: inline-block;
    float: right;
    position: relative;
    top: -7px
}
.our-advantages {
    position: relative;
    padding-left: 90px
}
.our-advantages p {
    margin-top: 15px;
    color: #5d5d5d;
    font-family: CalibriLight, sans-serif;
    line-height: 20px
}
.our-advantages img {
    max-width: 100%;
}
.our-advantages h2 {
    text-transform: uppercase;
    margin-left: 0;
    font-size: 20px;
    font-weight: 400
}
.our-advantages .adv-wrap {
    margin-top: 60px
}
.our-advantages .adv-wrap .adv-item {
    display: inline-block;
    vertical-align: top;
    max-width: 320px;
    margin-right: 15px;
    line-height: 1.3;
    margin-bottom: 30px
}
.our-advantages .adv-wrap .adv-item:last-child {
    margin-right: 0
}
.our-advantages .adv-wrap .adv-item .item-img {
    width: 320px;
    height: 192px
}
.our-advantages .adv-wrap .adv-item .item-cont {
    padding: 15px;
    position: relative;
    border: #ebebeb solid 1px;
    border-top: none
}
.our-advantages .adv-wrap .adv-item .item-cont a {
    position: relative;
    line-height: 18.45px;
    display: inline-block;
    color: #1f455c;
    font-family: Calibri, sans-serif;
    font-size: #1f455c;
    padding-bottom: 15px
}
.our-advantages .adv-wrap .adv-item .item-cont a:after {
    content: '';
    position: absolute;
    background-color: #dbdbdb;
    height: 1px;
    width: 85px;
    bottom: 0;
    left: 0
}
.ral {
    padding-top: 36px;
    font-size: 16px;
    background: #fff;
    padding-left: 93px
}
.ral .backto {
    color: #1f455c;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    margin-left: 20px;
    margin-top: 32px;
    display: inline-block
}
.ral .backto::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 6px;
    background: url(../img/mat-arrow.png);
    width: 7px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 12px
}
.ral .backto:hover {
    color: #c52033
}
.ral h1 {
    padding-left: 3px;
    text-transform: uppercase
}
.ral .container {
    margin-left: 0;
    max-width: 930px
}
.ral .ral-items {
    margin-top: 27px;
    padding-bottom: 80px
}
.ral .ral-items .ral-item {
    display: inline-block
}
.ral .ral-items .ral-item .ral-color {
    display: block;
    width: 63px;
    height: 34px;
    line-height: 34px
}
.ral .ral-items .ral-item .ral-descr {
    color: #000;
    opacity: .8;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    line-height: 13px
}
.ral .ral-items .ral-item .ral-1000 {
    background: #d0c17b
}
.ral .ral-items .ral-item .ral-1001 {
    background: #e1b77d
}
.ral .ral-items .ral-item .ral-1002 {
    background: #e5b367
}
.ral .ral-items .ral-item .ral-1003 {
    background: #fa0
}
.ral .ral-items .ral-item .ral-1004 {
    background: #f0a200
}
.ral .ral-items .ral-item .ral-1005 {
    background: #d89600
}
.ral .ral-items .ral-item .ral-1006 {
    background: #fc9700
}
.ral .ral-items .ral-item .ral-1007 {
    background: #ff8700
}
.ral .ral-items .ral-item .ral-1011 {
    background: #c38331
}
.ral .ral-items .ral-item .ral-1012 {
    background: #e8be00
}
.ral .ral-items .ral-item .ral-1013 {
    background: #f5e8ce
}
.ral .ral-items .ral-item .ral-1014 {
    background: #e6cf98
}
.ral .ral-items .ral-item .ral-1015 {
    background: #f9e8d2
}
.ral .ral-items .ral-item .ral-1016 {
    background: #dfe800
}
.ral .ral-items .ral-item .ral-1017 {
    background: #ffa726
}
.ral .ral-items .ral-item .ral-1018 {
    background: #ffd500
}
.ral .ral-items .ral-item .ral-1019 {
    background: #b29980
}
.ral .ral-items .ral-item .ral-1020 {
    background: #a7965e
}
.ral .ral-items .ral-item .ral-1021 {
    background: #f9c000
}
.ral .ral-items .ral-item .ral-1023 {
    background: #ffc100
}
.ral .ral-items .ral-item .ral-1024 {
    background: #be962a
}
.ral .ral-items .ral-item .ral-1027 {
    background: #a28300
}
.ral .ral-items .ral-item .ral-1028 {
    background: #ff9a00
}
.ral .ral-items .ral-item .ral-1032 {
    background: #e4a400
}
.ral .ral-items .ral-item .ral-1033 {
    background: #f90
}
.ral .ral-items .ral-item .ral-1034 {
    background: #ffa12d
}
.ral .ral-items .ral-item .ral-2000 {
    background: #ff6500
}
.ral .ral-items .ral-item .ral-2001 {
    background: #ea2e00
}
.ral .ral-items .ral-item .ral-2002 {
    background: #f70f00
}
.ral .ral-items .ral-item .ral-2003 {
    background: #ff5800
}
.ral .ral-items .ral-item .ral-2004 {
    background: #ff1700
}
.ral .ral-items .ral-item .ral-2008 {
    background: #ff4600
}
.ral .ral-items .ral-item .ral-2009 {
    background: #ff3800
}
.ral .ral-items .ral-item .ral-2010 {
    background: #fd4500
}
.ral .ral-items .ral-item .ral-2011 {
    background: #f60
}
.ral .ral-items .ral-item .ral-2012 {
    background: #ff502c
}
.ral .ral-items .ral-item .ral-3000 {
    background: #e00100
}
.ral .ral-items .ral-item .ral-3001 {
    background: #e40000
}
.ral .ral-items .ral-item .ral-3002 {
    background: #dc0100
}
.ral .ral-items .ral-item .ral-3003 {
    background: #b80200
}
.ral .ral-items .ral-item .ral-3004 {
    background: #8d0200
}
.ral .ral-items .ral-item .ral-3005 {
    background: #7b0402
}
.ral .ral-items .ral-item .ral-3007 {
    background: #310102
}
.ral .ral-items .ral-item .ral-3009 {
    background: #821204
}
.ral .ral-items .ral-item .ral-3011 {
    background: #b10000
}
.ral .ral-items .ral-item .ral-3012 {
    background: #e78d69
}
.ral .ral-items .ral-item .ral-3013 {
    background: #cb0400
}
.ral .ral-items .ral-item .ral-3014 {
    background: #fd7279
}
.ral .ral-items .ral-item .ral-3015 {
    background: #ffa0b1
}
.ral .ral-items .ral-item .ral-3016 {
    background: #da1705
}
.ral .ral-items .ral-item .ral-3017 {
    background: #ff3956
}
.ral .ral-items .ral-item .ral-3018 {
    background: #ff172f
}
.ral .ral-items .ral-item .ral-3020 {
    background: #fb0001
}
.ral .ral-items .ral-item .ral-3022 {
    background: #ff5f3e
}
.ral .ral-items .ral-item .ral-3027 {
    background: #f5001b
}
.ral .ral-items .ral-item .ral-3031 {
    background: #db061a
}
.ral .ral-items .ral-item .ral-4001 {
    background: #b25287
}
.ral .ral-items .ral-item .ral-4002 {
    background: #c22241
}
.ral .ral-items .ral-item .ral-4003 {
    background: #ff4999
}
.ral .ral-items .ral-item .ral-4004 {
    background: #a30526
}
.ral .ral-items .ral-item .ral-4005 {
    background: #ae5ea8
}
.ral .ral-items .ral-item .ral-4006 {
    background: #cf017a
}
.ral .ral-items .ral-item .ral-4007 {
    background: #580221
}
.ral .ral-items .ral-item .ral-4008 {
    background: #c5228d
}
.ral .ral-items .ral-item .ral-4009 {
    background: #ab8a99
}
.ral .ral-items .ral-item .ral-5000 {
    background: #0f3977
}
.ral .ral-items .ral-item .ral-5001 {
    background: #003866
}
.ral .ral-items .ral-item .ral-5002 {
    background: #031577
}
.ral .ral-items .ral-item .ral-5003 {
    background: #001352
}
.ral .ral-items .ral-item .ral-5004 {
    background: #000206
}
.ral .ral-items .ral-item .ral-5005 {
    background: #003590
}
.ral .ral-items .ral-item .ral-5007 {
    background: #006794
}
.ral .ral-items .ral-item .ral-5008 {
    background: #112132
}
.ral .ral-items .ral-item .ral-5009 {
    background: #005879
}
.ral .ral-items .ral-item .ral-5010 {
    background: #003584
}
.ral .ral-items .ral-item .ral-5011 {
    background: #000625
}
.ral .ral-items .ral-item .ral-5012 {
    background: #0089c2
}
.ral .ral-items .ral-item .ral-5013 {
    background: #040e53
}
.ral .ral-items .ral-item .ral-5014 {
    background: #677e9e
}
.ral .ral-items .ral-item .ral-5015 {
    background: #007cb5
}
.ral .ral-items .ral-item .ral-5017 {
    background: #004a90
}
.ral .ral-items .ral-item .ral-5018 {
    background: #009d8e
}
.ral .ral-items .ral-item .ral-5019 {
    background: #005589
}
.ral .ral-items .ral-item .ral-5020 {
    background: #002f2f
}
.ral .ral-items .ral-item .ral-5021 {
    background: #008374
}
.ral .ral-items .ral-item .ral-5022 {
    background: #170a65
}
.ral .ral-items .ral-item .ral-5023 {
    background: #316a9c
}
.ral .ral-items .ral-item .ral-5024 {
    background: #6598ac
}
.ral .ral-items .ral-item .ral-6000 {
    background: #007d53
}
.ral .ral-items .ral-item .ral-6001 {
    background: #070
}
.ral .ral-items .ral-item .ral-6002 {
    background: #006a00
}
.ral .ral-items .ral-item .ral-6003 {
    background: #2f4a15
}
.ral .ral-items .ral-item .ral-6004 {
    background: #003e2b
}
.ral .ral-items .ral-item .ral-6005 {
    background: #002f06
}
.ral .ral-items .ral-item .ral-6006 {
    background: #171e0b
}
.ral .ral-items .ral-item .ral-6007 {
    background: #001e01
}
.ral .ral-items .ral-item .ral-6008 {
    background: #120d00
}
.ral .ral-items .ral-item .ral-6009 {
    background: #001301
}
.ral .ral-items .ral-item .ral-6010 {
    background: #006a00
}
.ral .ral-items .ral-item .ral-6011 {
    background: #358041
}
.ral .ral-items .ral-item .ral-6012 {
    background: #022924
}
.ral .ral-items .ral-item .ral-6013 {
    background: #636e45
}
.ral .ral-items .ral-item .ral-6014 {
    background: #2b2308
}
.ral .ral-items .ral-item .ral-6015 {
    background: #13210e
}
.ral .ral-items .ral-item .ral-6016 {
    background: #006824
}
.ral .ral-items .ral-item .ral-6017 {
    background: #008202
}
.ral .ral-items .ral-item .ral-6018 {
    background: #009f00
}
.ral .ral-items .ral-item .ral-6019 {
    background: #8ad69f
}
.ral .ral-items .ral-item .ral-6020 {
    background: #00310f
}
.ral .ral-items .ral-item .ral-6021 {
    background: #5f9c6a
}
.ral .ral-items .ral-item .ral-6022 {
    background: #1b1302
}
.ral .ral-items .ral-item .ral-6024 {
    background: #00871e
}
.ral .ral-items .ral-item .ral-6025 {
    background: #056e06
}
.ral .ral-items .ral-item .ral-6026 {
    background: #005a1b
}
.ral .ral-items .ral-item .ral-6027 {
    background: #2abeac
}
.ral .ral-items .ral-item .ral-6028 {
    background: #004c27
}
.ral .ral-items .ral-item .ral-6029 {
    background: #007500
}
.ral .ral-items .ral-item .ral-6032 {
    background: #00841b
}
.ral .ral-items .ral-item .ral-6033 {
    background: #00856e
}
.ral .ral-items .ral-item .ral-6034 {
    background: #3cada3
}
.ral .ral-items .ral-item .ral-7000 {
    background: #647e85
}
.ral .ral-items .ral-item .ral-7001 {
    background: #828f97
}
.ral .ral-items .ral-item .ral-7002 {
    background: #7b7656
}
.ral .ral-items .ral-item .ral-7003 {
    background: #6c7059
}
.ral .ral-items .ral-item .ral-7004 {
    background: #939197
}
.ral .ral-items .ral-item .ral-7005 {
    background: #5e6763
}
.ral .ral-items .ral-item .ral-7006 {
    background: #695e44
}
.ral .ral-items .ral-item .ral-7008 {
    background: #765710
}
.ral .ral-items .ral-item .ral-7009 {
    background: #404e38
}
.ral .ral-items .ral-item .ral-7010 {
    background: #414c43
}
.ral .ral-items .ral-item .ral-7011 {
    background: #394a4f
}
.ral .ral-items .ral-item .ral-7012 {
    background: #3f5054
}
.ral .ral-items .ral-item .ral-7013 {
    background: #494026
}
.ral .ral-items .ral-item .ral-7015 {
    background: #363b46
}
.ral .ral-items .ral-item .ral-7016 {
    background: #1d2c32
}
.ral .ral-items .ral-item .ral-7021 {
    background: #0b1214
}
.ral .ral-items .ral-item .ral-7022 {
    background: #2d2b25
}
.ral .ral-items .ral-item .ral-7023 {
    background: #757568
}
.ral .ral-items .ral-item .ral-7024 {
    background: #33313b
}
.ral .ral-items .ral-item .ral-7026 {
    background: #0b2828
}
.ral .ral-items .ral-item .ral-7030 {
    background: #848479
}
.ral .ral-items .ral-item .ral-7031 {
    background: #486063
}
.ral .ral-items .ral-item .ral-7032 {
    background: #b5b39d
}
.ral .ral-items .ral-item .ral-7033 {
    background: #667a67
}
.ral .ral-items .ral-item .ral-7034 {
    background: #7f8260
}
.ral .ral-items .ral-item .ral-7035 {
    background: #bdc4bd
}
.ral .ral-items .ral-item .ral-7036 {
    background: #8d8b89
}
.ral .ral-items .ral-item .ral-7037 {
    background: #70736f
}
.ral .ral-items .ral-item .ral-7038 {
    background: #afb3a8
}
.ral .ral-items .ral-item .ral-7039 {
    background: #606057
}
.ral .ral-items .ral-item .ral-7040 {
    background: #919ba2
}
.ral .ral-items .ral-item .ral-7042 {
    background: #858c8f
}
.ral .ral-items .ral-item .ral-7043 {
    background: #2e3e3a
}
.ral .ral-items .ral-item .ral-7044 {
    background: #b6b7a8
}
.ral .ral-items .ral-item .ral-7045 {
    background: #828c92
}
.ral .ral-items .ral-item .ral-7046 {
    background: #707d84
}
.ral .ral-items .ral-item .ral-7047 {
    background: #cacdcc
}
.ral .ral-items .ral-item .ral-8000 {
    background: #816013
}
.ral .ral-items .ral-item .ral-8001 {
    background: #a35b00
}
.ral .ral-items .ral-item .ral-8002 {
    background: #7f2e15
}
.ral .ral-items .ral-item .ral-8003 {
    background: #883600
}
.ral .ral-items .ral-item .ral-8004 {
    background: #992b13
}
.ral .ral-items .ral-item .ral-8007 {
    background: #762b01
}
.ral .ral-items .ral-item .ral-8008 {
    background: #723500
}
.ral .ral-items .ral-item .ral-8011 {
    background: #541703
}
.ral .ral-items .ral-item .ral-8012 {
    background: #711006
}
.ral .ral-items .ral-item .ral-8014 {
    background: #391b04
}
.ral .ral-items .ral-item .ral-8015 {
    background: #600c04
}
.ral .ral-items .ral-item .ral-8016 {
    background: #480c03
}
.ral .ral-items .ral-item .ral-8017 {
    background: #320c04
}
.ral .ral-items .ral-item .ral-8019 {
    background: #1f0f0e
}
.ral .ral-items .ral-item .ral-8022 {
    background: #040100
}
.ral .ral-items .ral-item .ral-8023 {
    background: #bf4500
}
.ral .ral-items .ral-item .ral-8024 {
    background: #7f3c19
}
.ral .ral-items .ral-item .ral-8025 {
    background: #714528
}
.ral .ral-items .ral-item .ral-8028 {
    background: #421b06
}
.ral .ral-items .ral-item .ral-9001 {
    background: #f6ead7
}
.ral .ral-items .ral-item .ral-9002 {
    background: #dcdecf
}
.ral .ral-items .ral-item .ral-9003 {
    background: #f8f4ed
}
.ral .ral-items .ral-item .ral-9004 {
    background: #0a0806
}
.ral .ral-items .ral-item .ral-9005 {
    background: #010101
}
.ral .ral-items .ral-item .ral-9010 {
    background: #fff6e3
}
.ral .ral-items .ral-item .ral-9011 {
    background: #030303
}
.ral .ral-items .ral-item .ral-9016 {
    background: #f9f9ef
}
.ral .ral-items .ral-item .ral-9017 {
    background: #020200
}
.ral .ral-items .ral-item .ral-9018 {
    background: #c2d3c7
}
.s-services {
    background: #fff;
    padding-bottom: 40px
}
.s-services h2 {
    margin: 0;
    text-transform: uppercase;
    padding-top: 40px;
    padding-left: 34px;
    padding-bottom: 41px
}
.s-articles {
    background: #fff;
    font-size: 17px;
    padding-bottom: 80px
}
.s-articles .container {
    max-width: 1008px;
    margin-left: 33px
}
.s-articles h1 {
    padding-top: 39px;
    padding-bottom: 9px;
    text-transform: uppercase;
    margin: 0;
    color: #000;
    font-size: 24px;
    font-family: Calibri, sans-serif;
    line-height: 55px;
    position: relative;
    margin-bottom: 37px
}
.s-articles h1::before {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 0;
    background: #dbdbdb
}
.s-articles h2 {
    color: #161616;
    font-family: CalibriLight, sans-serif;
    line-height: 30px;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 17px
}
.s-articles .art-ul {
    margin: 0;
    padding: 0;
    margin-top: 19px;
    padding-right: 15px
}
.s-articles .art-ul li {
    padding-left: 15px;
    margin-bottom: 0;
    display: block;
    color: #5d5d5d;
    line-height: 24px;
    font-size: 16px;
    font-family: Calibri, sans-serif;
    position: relative
}
.s-articles .art-ul li::before {
    background: #e61a30;
    width: 4px;
    height: 4px;
    content: '';
    position: absolute;
    left: -1px;
    top: 11px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.s-articles .art-p {
    color: #5d5d5d;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    padding-top: 24px;
    font-family: Calibri, sans-serif;
    padding-right: 15px
}
.s-articles .art-photos {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 0
}
.s-articles .art-photos .art-photo {
    display: inline-block;
    width: 50%
}
.s-articles .art-photos .art-photo img {
    display: block;
    max-width: 100%
}
@media only screen and (max-width:1650px) {
    .rc-header.rc-head-services .rc-left .rc-sp-header {
        margin-top: 20px
    }
    .main-content .right-content .mp-left {
        width: 41%;
        padding-left: 45px;
        position: relative;
        z-index: 1
    }
    .main-content .right-content .mp-right {
        width: 55%
    }
}
@media only screen and (max-width:1600px) {
    .s-main-news .s-main-news-header {
        background: -webkit-gradient(linear, left top, right top, color-stop(35%, #f4f2f2), to(rgba(244, 242, 242, 0))), no-repeat url(../img/news-bg.jpg);
        background: -webkit-linear-gradient(left, #f4f2f2 35%, rgba(244, 242, 242, 0) 100%), no-repeat url(../img/news-bg.jpg);
        background: -o-linear-gradient(left, #f4f2f2 35%, rgba(244, 242, 242, 0) 100%), no-repeat url(../img/news-bg.jpg);
        background: linear-gradient(90deg, #f4f2f2 35%, rgba(244, 242, 242, 0) 100%), no-repeat url(../img/news-bg.jpg)
    }
    .s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item {
        width: 355px
    }
    .s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item .s-mn-descr {
        padding-right: 15px
    }
    .rc-header .rc-left h2 {
        margin-right: 31px
    }
    .s-contacts .sc-tabs .s-tab {
        padding-right: 45px
    }
    .s-materials .s-materials-items .s-materials-item {
        margin-right: 10px;
        width: 235px
    }
}
@media only screen and (max-width:1550px) {
    /*.our-advantages .oa-img {
        padding-left: 25px;
        padding-right: 25px
    }*/
    /*.our-advantages .oa-descr {
        width: 82%
    }*/
    .rc-header.rc-head-services .rc-left .rc-sp-header {
        margin-right: 25px
    }
    .rc-header.rc-head-services .rc-left .rc-sp-header::before {
        width: 95%
    }
}
@media only screen and (max-width:1500px) {
    .s-instruct .s-instruct-item .s-inst-photo {
        width: 340px
    }
    .s-instruct .s-instruct-item .s-inst-photo img {
        max-width: 100%
    }
    .s-instruct .s-instruct-item.first-item .s-inst-photo {
        left: -15px
    }
    .s-instruct .s-instruct-item .s-inst-photo {
        left: -10px
    }
}
@media only screen and (max-width:1450px) {
    .about-company .about-company-wrap .about-header h1 {
        font-size: 38px
    }
    .about-company .about-company-wrap .about-header .about-header-left {
        left: -245px
    }
    .about-company .about-company-wrap .about-header .about-header-right {
        right: -230px
    }
    .about-company .about-company-wrap .about-header h1 {
        padding-bottom: 15px
    }
    .s-contacts .sc-tabs .s-tab {
        padding-right: 25px
    }
    footer .container .foot-left {
        left: 2%
    }
    footer .container .foot-right {
        right: 2%
    }
    .s-news .sn-items .sn-item {
        margin-right: 140px
    }
    .main-content .right-content .mp-left {
        padding-top: 45px
    }
    .main-content .right-content .mp-left .need-more {
        padding-bottom: 35px
    }
    header .main-mnu {
        padding-left: 0
    }
    header .logo {
        margin-right: 0
    }
    header .phone-wrap {
       margin-left: 0
    }   
    header .phone-wrap .hd-phone::before {
        left: -20px
    }
    header .en-ru {
        right: -10px
    }
    .hd-phone_top {
        right: 140px;
    }    
    .m_header{
        padding: 0 50px;
    }
}
@media only screen and (max-width:1400px) {
    .rc-header.rc-news-detail .rc-left h1 {
        font-size: 27px;
        line-height: 32px;
        padding-top: 20px;
        padding-bottom: 80px
    }   
}
@media only screen and (max-width:1370px) {
    /*.our-advantages .oa-descr {
        width: 75%
    }*/
    .rc-header.rc-head-services .rc-left .rc-sp-header {
        margin-top: 15px;
        line-height: 32px
    }
    .rc-header.rc-head-services .rc-left .rc-s-descr {
        padding-right: 55px
    }
    .s-main-news .s-main-news-header {
        background: -webkit-gradient(linear, left top, right top, color-stop(40%, #f4f2f2), to(rgba(244, 242, 242, 0))), no-repeat url(../img/news-bg.jpg);
        background: -webkit-linear-gradient(left, #f4f2f2 40%, rgba(244, 242, 242, 0) 100%), no-repeat url(../img/news-bg.jpg);
        background: -o-linear-gradient(left, #f4f2f2 40%, rgba(244, 242, 242, 0) 100%), no-repeat url(../img/news-bg.jpg);
        background: linear-gradient(90deg, #f4f2f2 40%, rgba(244, 242, 242, 0) 100%), no-repeat url(../img/news-bg.jpg)
    }
    .s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item {
        width: 245px
    }
    .s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item .s-mn-descr {
        padding-right: 15px
    }
    .rc-header .rc-left h2 {
        margin-right: 15px
    }
    .rc-header .rc-left {
        height: 278px
    }
    .s-contacts .sc-tabs .s-tab {
        font-size: 16px
    }
    .main-content .right-content {
        width: calc(66% - 35px);
        margin: 0 35px 0 0;
    }
    header .main-mnu li a {
        padding-left: 10px;
        padding-right: 10px
    }
    header .phone-wrap .toggle-phone {
        right: -33px
    }
}
@media only screen and (max-width:1250px){
    header .phone-wrap .hd-phone::before {
        top: -39px;
    }
    header .main-mnu li a {
        padding-left: 5px;
        padding-right: 5px;
    }        
}
@media only screen and (max-width:1200px) {
    header .logo{
        width: 200px;
    }
    .m_header .m_logo{
        max-width: 200px;
    }
    .m_header .m_logo img{
         max-width: 200px;
    }
    .s-instruct .s-instruct-item.first-item .s-inst-photo {
        float: none;
        display: block;
        width: 100%
    }
    .s-instruct .s-instruct-item .s-inst-photo {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 25px
    }
    .s-instruct .s-instruct-item .s-inst-left {
        display: block;
        width: 100%
    }
    .s-instruct .s-instruct-item .s-inst-descr {
        width: 100%;
        max-width: 95%
    }
    .s-instruct .s-instruct-item.first-item {
        padding-bottom: 40px
    }
    .pagination.news {
        position: static
    }
    .s-main-news .s-main-news-header {
        background: -webkit-gradient(linear, left top, right top, color-stop(45%, #f4f2f2), to(rgba(244, 242, 242, 0))), no-repeat url(../img/news-bg.jpg);
        background: -webkit-linear-gradient(left, #f4f2f2 45%, rgba(244, 242, 242, 0) 100%), no-repeat url(../img/news-bg.jpg);
        background: -o-linear-gradient(left, #f4f2f2 45%, rgba(244, 242, 242, 0) 100%), no-repeat url(../img/news-bg.jpg);
        background: linear-gradient(90deg, #f4f2f2 45%, rgba(244, 242, 242, 0) 100%), no-repeat url(../img/news-bg.jpg)
    }
    .s-contacts .sc-cont .sc-content .sc-item .sc-a, .s-contacts .sc-cont .sc-content .sc-item .sc-bold, .s-contacts .sc-cont .sc-content .sc-item .sc-descr {
        font-size: 16px
    }
    .s-contacts .sc-tabs .s-tab {
        padding-right: 5px
    }
    .s-news .sn-items .sn-item {
        margin-right: 40px
    }
    .s-news .sn-btm-cont {
        width: 360px
    }
    .main-content .left-content .nav-mnu {
        margin: 0
    }
    .main-content .right-content .mp-left .need-more {
        margin-top: 20px
    }
    header .main-mnu {
        padding-left: 0
    }
    header .main-mnu li a {
        font-size: 16px
    }
    header .phone-wrap {
        margin-left: 0
    }    
    header .phone-wrap .hd-phone::before {
        left: -23px
    }
    .our-adv-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .our-adv-item .oa-img {
        max-width: none;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .our-adv-table {
        width: 100%;
    }
}
@media only screen and (max-width:1130px) {
    .s-contacts .sc-tabs .s-tab {
        font-size: 15px;
        padding-right: 20px;
    }
    header {
        padding-top: 15px;
        padding-bottom: 30px;
        text-align: center
    }
    header .logo {
        display: inline-block;
        width: 250px;
        padding-left: 0;
        margin: 0 auto;
    }
    header .logo img {
        margin: 0 auto
    }
    header .main-mnu {
        display: block;
        padding-top: 0
    }
    header .phone-wrap {
        padding-top: 0;
        margin: 0px 0 0;
    }
    header .phone-wrap .hd-phone::before {
        left: -26px
    }
    header .phone-wrap .toggle-phone {
        top: 7px
    }
    header .phone-wrap .toggle-phone::before {
        left: 1px
    }
    header .en-ru {
        top: 10px
    }
    .hd-phone_top {
        right: 140px;
        top: 9px;
    }  
    .m_header{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    } 
    .m_header .m_logo{
        width: 100%;
        max-width: 100%;
    }   
    .m_header .m_logo img{
        max-width: 250px;
    } 
    .m_header .m_menu{
        width: 100%;
        margin: 10px 0 0;
    } 
    header .main-mnu li a {
        padding-left: 10px;
        padding-right: 10px;
    }   
    .m_header .rbc_r{
        width: 100%;
        margin: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;        
    }
    header .en-ru{
        top: 0;
        width: 100%;
        margin-top: 25px;
    } 
    header .phone-wrap .hd-phone::before {
        top: 5px;
    } 
    .main-content .left-content{
        width: 30%;
        margin-left: auto !important;
    }
    .main-content .left-content .nav-mnu {
        float: right;
        width: 65%;
        margin: 0 30px 0 0;        
    }    
}
@media only screen and (max-width:1000px) {
    .s-articles .container {
        margin-left: 15px
    }
    .s-profili .container {
        margin-left: 0;
    }
    .ral {
        padding-left: 10px
    }
    .s-tables .table-oracal h1 {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 20px
    }
    .news-detail-content {
        padding-left: 10px;
        padding-right: 25px
    }
    .our-advantages {
        padding-left: 0;
    }
    .our-advantages h2 {
        margin-left: 0
    }
    .about-company .about-us {
        padding-left: 15px;
        padding-top: 25px;
        padding-bottom: 45px
    }
    .about-company .about-us p {
        padding-bottom: 30px
    }
    .s-instruct {
        padding-left: 10px
    }
    .s-instruct .s-instruct-item .s-inst-number {
        left: 0;
        top: 15px
    }
    .s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item {
        width: 355px
    }
    .s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item .s-mn-descr {
        padding-right: 15px
    }
    .s-main-news {
        padding-left: 0
    }
    .s-main-news .s-main-news-content .s-mn-items-wrap {
        padding-left: 15px
    }
    .s-tables {
        padding-left: 10px
    }
    .s-tables .table .table-headers .tab-head {
        font-size: 16px
    }
    .s-tables .table .table-row .tab-item {
        font-size: 16px
    }
    .s-tables .adaptive-table .adap-row .adap-head {
        font-size: 16px
    }
    .s-tables .adaptive-table .adap-row .adap-item {
        font-size: 16px
    }
    .rc-header {
        padding-left: 0
    }
    .s-materials {
        padding-top: 45px
    }
    .s-contacts .sc-tabs .s-tab {
        font-size: 16px;
        padding-right: 25px
    }
    .s-contacts .sc-cont {
        margin-top: 20px;
        margin-bottom: 20px
    }
/*    .main-content .left-content {
        display: none
    }*/
    .main-content .left-content .nav-mnu{
        padding: 0;
    }
    .main-content .right-content {
        float: none;
        width: 100%;
        margin: 0;
    }
    .our-advantages p {
        text-align: center;
    }
    .main-content .left-content{
        float: none;
        width: 100%;        
    }
    .main-content .left-content .nav-mnu{
        float: none;
        width: 100%;
    }
    .main-content .left-content .nav-mnu li a::before, .main-content .left-content .nav-mnu li span::before  {
        right: 20px;
    }  
    .left-content .banner-wrap {
        float: none;
        clear: both;
        text-align: center;
        margin-top: 53px;
        padding-bottom: 20px;
        position: relative;
        right: 0;
        width: 100%;
        display: none;
    }
    .left-content .make-order {
        clear: both;
        float: none;
        text-align: center;
        margin-top: 30px;
        margin-right: 0;
        padding-bottom: 30px;
    }        
}
@media only screen and (max-width:992px) {
    .s-materials .s-materials-items .s-materials-item:last-child {
        margin-right: auto
    }
    .s-materials .s-materials-items .s-materials-item {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .s-materials h1 {
        text-align: center;
        padding-left: 0
    }
    .s-news .sn-items .sn-item {
        margin-right: 0;
        width: 32%
    }
}
@media only screen and (max-width:915px) {
    .hd-phone_top {
        right: 0;
        top: 115px;
        left: 0;
        margin: auto;
    }      
}
@media only screen and (max-width:880px) {
    .s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item {
        width: 440px;
        display: block;
        margin-bottom: 30px
    }
    .s-main-news .s-main-news-content .s-mn-items-wrap {
        padding-bottom: 0
    }
    .s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item .s-mn-descr {
        padding-right: 15px
    }
    .s-news {
        padding-top: 25px;
        padding-bottom: 30px
    }
    .s-news .sn-items {
        text-align: left
    }
    .s-news .sn-items .sn-item {
        margin-right: auto;
        margin-bottom: 25px;
        margin-left: 45px;
        width: 90%;
        display: block
    }
    .s-news .sn-items .sn-item:last-child {
        margin-right: auto
    }
    .s-news .sn-items .sn-item .sn-a {
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .our-adv-table-large td {
        font-size: 14px;
    }
}
@media only screen and (max-width:768px) {
    header .en-ru {
        position: static;
        margin-top: 25px
    }
    header .logo {
        padding-left: 0;
        display: block
    }
    header .hamburger {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 10
    }
    header .main-mnu {
        padding-top: 40px;
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        z-index: 9;
        display: none
    }
    header .main-mnu li {
        display: block;
        margin-bottom: 10px
    }
    header .main-mnu li a {
        color: #fff;
        font-size: 19px;
        padding: 0;
        opacity: .7;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    header .main-mnu li a:hover {
        color: #fff;
        opacity: 1
    }
    header .main-mnu li a::before {
        display: none
    }
    .m_header .rbc_r {
        margin: 10px 0 0;
    }    
    .rc-header.rc-news-detail .rc-left .rc-date {
        margin-left: 52px
    }
    .s-articles .art-photos {
        margin-bottom: 10px
    }
    .our-advantages .adv-wrap .adv-item {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .our-advantages .adv-wrap .adv-item:last-child {
        margin-right: auto
    }
    .our-advantages .oa-descr .s-tables .table.adap-2 {
        display: none
    }
    .our-advantages .oa-descr .s-tables .adaptive-table.adap-2 {
        display: block
    }

    .our-advantages .our-adv-item {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }

    .our-adv-table th {
        font-size: 14px;
    }

    .our-adv-table td {
        font-size: 14px;
    }

    /*.our-advantages .oa-img {
        display: block;
        padding-left: 0;
        padding-right: 0
    }*/
    /*.our-advantages .oa-descr {
        width: 100%;
        display: block
    }*/
    .our-advantages .oa-descr .s-tables .adaptive-table .adap-row .adap-item {
        width: 100%
    }
    .custom-form.custom-form-order .red {
        margin-left: auto
    }
    .custom-form {
        width: 306px
    }
    .custom-form .top-form-cont .pop-descr {
        line-height: 22px
    }
    .custom-form label .inp-descr {
        position: static
    }
    .custom-form label {
        margin-left: 0px;
        text-align: left
    }
    .custom-form label input {
        padding-left: 15px
    }
    .custom-form label::before {
        display: none
    }
    .custom-form .mfp-close {
        right: 0;
        top: 0
    }
    .about-company .about-us p {
        padding-right: 25px
    }
    .about-company .about-company-wrap .about-header h1 {
        font-size: 28px
    }
    .about-company .about-company-wrap .about-header .about-header-left {
        left: -180px
    }
    .about-company .about-company-wrap .about-header .about-header-right {
        right: -160px
    }
    .about-company .about-company-wrap .about-header h1 {
        padding-bottom: 8px
    }
/*    .about-company .about-company-wrap .about-header h1::before {
        width: 80px;
        margin-left: -35px
    }*/
    .about-company .about-company-wrap .about-header-bottom p {
        font-size: 21px
    }
    .about-company .about-company-wrap .about-header-bottom p::before {
        top: 28px
    }
    .s-instruct p {
        padding-right: 25px
    }
    .s-tables {
        padding-bottom: 85px
    }
    .s-tables .table-column-3 .table-headers .tab-head {
        width: 32%
    }
    .s-tables .table-column-3 .table-headers .tab-head:last-child {
        width: 36%
    }
    .s-tables .table-column-3 .table-row .tab-item {
        width: 32%
    }
    .s-tables .table-column-3 .table-row .tab-item:last-child {
        width: 36%
    }
    h2 {
        font-size: 21px;
        line-height: 32px
    }
    h1 {
        font-size: 24px;
        line-height: 38px
    }
    .s-materials {
        padding-left: 25px;
        padding-top: 25px
    }
    .s-contacts .sc-tabs {
        border: none;
        padding-bottom: 0
    }
    .s-contacts .sc-tabs .s-tab {
        display: block;
        margin-bottom: 5px
    }
    .s-contacts .sc-tabs .s-tab.active::before {
        width: 25%
    }
    .s-contacts .sc-tabs .s-tab:last-child.active::before {
        width: 25%
    }
    .s-contacts h2 {
        font-size: 21px;
        padding-bottom: 15px
    }
    .s-contacts {
        padding-top: 25px;
        padding-left: 25px;
        padding-bottom: 0
    }
    .s-contacts .sc-cont {
        margin-top: 0;
        padding-right: 25px
    }
    .s-achieve .sa-header {
        font-size: 18px;
        padding-right: 15px;
        padding-left: 15px
    }
    .s-achieve .sa-year {
        font-size: 14px
    }
    .main-content .right-content .mp-left h1 {
        line-height: 38px
    }
    .main-content .right-content .mp-left h1 span {
        line-height: 38px
    }
    .hd-phone_top {
        top: 75px;
    }
    .main-content .right-content img{
        width: auto\9;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
        border: 0;
        -ms-interpolation-mode: bicubic;        
    }

    .s-profili h2 {
        font-size: 21px;
        margin-left: 25px;
    }         
}
@media only screen and (max-width:668px) {
    .s-tables .table-oracal .table-headers .tab-head {
        width: 16%
    }
    .s-tables .table-oracal .table-headers .tab-head:nth-child(2) {
        width: 50%
    }
    .s-tables .table-oracal .table-headers .tab-head:nth-child(3) {
        width: 12%
    }
    .s-tables .table-oracal .table-headers .tab-head:nth-child(4) {
        width: 22%
    }
    .s-tables .table-oracal .table-row .tab-item {
        width: 16%;
        position: relative
    }
    .s-tables .table-oracal .table-row .tab-item:nth-child(2) {
        width: 50%
    }
    .s-tables .table-oracal .table-row .tab-item:nth-child(3) {
        width: 12%
    }
    .s-tables .table-oracal .table-row .tab-item:nth-child(4) {
        width: 22%
    }
    .s-tables .table-oracal .table-row .tab-item .tab-color {
        width: 70%
    }
    .s-main-news .s-main-news-header {
        background: #f4f2f2;
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 40px
    }
    .rc-header.rc-head-services .rc-left {
        height: auto
    }
    .rc-header .rc-right {
        display: none
    }
    .rc-header .rc-left {
        width: 100%;
        height: auto
    }
    .rc-header .rc-left h2 {
        padding-bottom: 27px
    }

    .our-adv-table-large td {
        font-size: 12px;
        padding: 6px 5px 6px;
    }
}
@media only screen and (max-width:600px) {
    .about-company .about-company-wrap .about-header {
        margin: 125px 0 20px
    }
    .about-company .about-company-wrap .about-header::after {
        display: none
    }
    .about-company .about-company-wrap .about-header .about-header-left {
        left: -5px;
        top: -85px
    }
    .about-company .about-company-wrap .about-header .about-header-right {
        bottom: -85px;
        left: -5px;
        right: auto;
        top: auto
    }
/*    .about-company .about-company-wrap .about-header .about-header-right::before {
        left: 50%;
        margin-left: -40px
    }*/
    .about-company .about-company-wrap .about-header-bottom {
        margin-top: 60px
    }
    .about-company .about-company-wrap .about-header-bottom p::after {
        width: 100%;
        height: 1px;
        background: #dbdbdb;
        content: '';
        position: absolute;
        top: 0;
        left: -4px
    }
    .s-tables .adaptive-table.adap-2 {
        display: block
    }
    .s-tables .table.adap-2 {
        display: none
    }
    .s-tables .adaptive-table.adap-3 {
        display: block
    }
    .s-tables .table.adap-3 {
        display: none
    }
    .s-news .sn-items .sn-item {
        padding-left: 0;
        margin-left: 15px
    }
    .main-content .right-content .mp-right {
        display: none
    }
    .main-content .right-content .mp-left {
        padding-right: 35px;
        display: block;
        width: 90%;
        padding-left: 15px
    }
    .main-content .left-content .nav-mnu li {
        padding-left: 15px;
    } 
    .main-content .left-content{
        font-size: 15px;
    }
    .main-content .left-content .nav-mnu li a::before, .main-content .left-content .nav-mnu li span::before {
        top: 20px;
    }    
}
@media only screen and (max-width:550px) {
    .s-main-news .s-main-news-content .s-mn-items-wrap .s-mn-item {
        width: 245px;
        display: block;
        margin-bottom: 30px
    }
    .s-tables .adaptive-table.adap-1 {
        display: block
    }
    .s-tables .table.adap-1 {
        display: none
    }

    .our-adv-item .oa-descr {
        overflow-x: scroll;
    }

    .our-adv-table {
        overflow-x: auto;
    }

    .our-adv-table-large.our-adv-table-def tbody tr:nth-child(3n) td:not(:first-child) {
        display: none;
    }

    .our-adv-table-large th, 
    .our-adv-table-large td {
        font-size: 12px;
        padding-left: 2px;
        padding-right: 2px;
    }
}
@media only screen and (max-width:480px) {
    .rc-header.rc-news-detail .rc-left h1 {
        font-size: 21px;
        line-height: 38px;
        padding-left: 15px
    }
    .rc-header.rc-news-detail .rc-left .rc-date {
        margin-left: 35px
    }
    .s-articles {
        padding-bottom: 35px
    }
    .s-tables .table-uslugi-detail .table-headers .tab-head {
        font-size: 15px;
        width: 30%
    }
    .s-tables .table-uslugi-detail .table-headers .tab-head:nth-child(2) {
        width: 35%
    }
    .s-tables .table-uslugi-detail .table-headers .tab-head:nth-child(3) {
        width: 35%
    }
    .s-tables .table-uslugi-detail .table-row .tab-item {
        font-size: 15px;
        width: 30%
    }
    .s-tables .table-uslugi-detail .table-row .tab-item:nth-child(2) {
        width: 35%
    }
    .s-tables .table-uslugi-detail .table-row .tab-item:nth-child(3) {
        width: 35%
    }
    .s-services h2 {
        padding-top: 25px;
        padding-bottom: 25px
    }
    .ral {
        padding-top: 15px
    }
    .ral .ral-items {
        padding-bottom: 55px
    }
    .any-quest .aq-header {
        font-size: 16px
    }
    .any-quest {
        padding-bottom: 60px
    }
    .news-detail-content {
        padding-right: 15px
    }
    .about-company .about-us p {
        padding-right: 0
    }
    .about-company .about-us {
        padding-right: 10px
    }
    .about-company .about-company-wrap .about-header-bottom p {
        font-size: 18px
    }
    .about-company .about-company-wrap .about-header {
        margin-top: 100px
    }
    .s-instruct {
        padding-bottom: 0;
        padding-top: 15px
    }
    .pagination.news {
        padding-bottom: 50px;
        text-align: center
    }
    .pagination.news ul li .pag-item {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
    .pagination.news ul li:last-child .pag-item {
        width: auto
    }
    .rc-header .rc-left .backto {
        margin-left: 40px
    }
    .rc-header .rc-left h2 {
        margin-left: 40px;
        margin-top: 15px;
        padding-bottom: 5px
    }
    h2 {
        font-size: 19px
    }
    h1 {
        font-size: 21px;
        line-height: 38px
    }
    .s-contacts .sc-tabs .s-tab.active::before {
        width: 150px
    }
    .s-contacts .map-wrap {
        padding-bottom: 0
    }
    .s-news .sn-btm-cont {
        width: 320px;
        margin-top: 0
    }
    footer {
        padding-top: 10px
    }
    footer .container .foot-left {
        position: static;
        display: block;
        margin-bottom: 5px
    }
    footer .container .foot-right {
        margin-top: 0;
        position: static;
        display: block
    }
}
@media only screen and (max-width:360px) {
.m_header .m_logo img {
    max-width: 215px;
}    
    header .hamburger {
        right: -5px
    }
}

.map_img_btm{
    text-align: center;
    margin: 20px 0 0;
}

.item_k{
    text-align: left;
    margin: 0 0 50px;
}

.our-adv-table td {
    padding: 15px 10px 10px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #3a3a3a;
    font-family: CalibriLight, sans-serif;
    background-color: #ffffff;
}

.border_trb{
    border-bottom: 1px solid #cccccc;
}
.border_trt{
    border-top: 1px solid #cccccc;
}

.our-adv-table_full tr td{
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.border_trt td[rowspan="3"]{
    border-right: 1px solid #cccccc;
}
.oa-descr100{
    width: 75%;
}
.oa-descr100 .our-adv-table{
    width: 75%;
}

.ek_img{
    text-align: center;
}

.oa-descr100 .our-adv-table_type{
    margin-top: 10px;
}

.oa-descr100 .our-adv-table th{
    background-color: #f6fafd;
}

.oa-descr100 .our-adv-table tr{
    border-bottom: 1px solid #cccccc;
}

.h2d{
    font-size: 18px;
    line-height: 35px;
    font-family: AvenirNextCyrLight, sans-serif;    
}

.our-adv-item .oa-img100{
    max-width: 100%;
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.our-advantages {
    padding-left: 60px;
}

.s-profili .container2{
    margin-left: 0;
    padding-left: 60px;
}

.our-advantages .container2 h2::before{
    display: none;
}

.m_rows{
    max-width: 75%;
    width: 100%;
    margin: 0 0 0;    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;        
}

.m_rows01{
    margin-bottom: 70px;
}

.m_rows .cols{
    width: 400px;
    text-align: center;
}

.m_rows100{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.m_rows100 .cols{
    width: 100%;
}

.m_rows .cols .oa-img{
    max-width: 100%;
}

.m_rows .our-adv-text2{
    width: 100%;
    text-align: center;
    font-family: Calibri;
    color: #000;
    margin: 15px 0 40px;
}

.m_rows .our-adv-text2 .b{
    display: block;
    font-family: CalibriBold;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 12px;   
}

.m_rows .our-adv-text2 .b{
    display: block;
    font-family: CalibriBold;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 12px;   
}
.m_rows .our-adv-text2 .i{
    display: block;
    font-family: Calibri;
    font-size: 23px;
    line-height: 23px;
    color: #000;
    margin: 10px 0 0; 
}

.m_rows100 h3{
    font-family: CalibriBold;
    font-size: 23px;
    line-height: 23px;
    margin: 0 0 50px;   
    color: #d32235;
}

.oa_ttl{
    margin: 0 0 50px;
    text-align: center;
}

.oa_ttl h4{
    margin: 0 0 0;
    color: #c24c48;
    font-family: CalibriBold;
    font-size: 32px;
    line-height: 32px;
}

span.td{
    color: #000;
    display: block;
    margin: 23px 0 8px;
    font-family: Calibri;
    font-size: 17px;
    line-height: 17px;    
}
p.tp{
    color: #000;
    display: block;
    margin: 0 0 0;
    font-family: Calibri;
    font-size: 30px;
    line-height: 30px;    
}

p.t{
    color: #000;
    margin: 36px 0 0;
    font-family: Calibri;
    font-size: 20px;
    line-height: 20px;      
}
span.b{
    color: #000;
    display: block;
    font-family: Calibri;
    font-size: 20px;
    line-height: 20px;       
}

.adr{
    margin: 65px 0 0;

}

.adr p{
    margin: 0 0 0;
    color: #000;
    font-family: Calibri;
    font-size: 20px;
    line-height: 31px;   

}

.adr .ph a{
    font-family: CalibriBold;  
    color: #000;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.adr .ph a:hover{
    color: #c24c48;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.adr .tx{
    margin: 0 0 0;
}

.adr .tx span{
    display: block;
}

.our-adv-table2{
    max-width: 216px;
    width: 100%;
    margin: 0 auto;   
}

.our-adv-table2 th{
    padding: 15px 10px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    color: #000;
    border-bottom: 1px solid #acacac;
    font-family: CalibriBold; 
}
.our-adv-table2 tr{
    border-bottom: 1px solid #acacac; 
    font-family: CalibriBold; 
}
.our-adv-table2 tr td{
    font-family: CalibriBold; 
    padding: 5px 10px;
    line-height: 16px;
}

.mrowsp{
    margin-top: 100px;
}

.s-tables2{
    padding-top: 35px;
}

@media(max-width: 1700px){
    .m_rows {
        max-width: 90%;
    }    
}
@media(max-width: 1400px){
    .m_rows {
        max-width: 100%;
    }    
}
@media(max-width: 1000px){
    .m_rows {
        max-width: 90%;
    }
    .our-advantages {
        padding-left: 0px;
    }
    .mrowsp{
        margin-top: 25px;
    }
}
@media(max-width: 767px){
    .our-advantages,
    .our-advantages2{
        padding: 0 15px;
    } 
    footer .container .foot-center {
        display: inline-block;
        display: none;
    }     
}
@media(max-width: 750px){
    .oa_ttl h4 {
        font-size: 25px;
        line-height: 27px;
    }  
}
@media(max-width: 700px){
    .adr .tx span {
        display: inline;
    }
}
@media(max-width: 550px){
    .m_rows {
        max-width: 100%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .m_rows .cols{
        width: 100%;
    } 
    .s-profili h2 {
        font-size: 16px;
        line-height: 22px;
        margin-left: 15px;
    }       
}

@media(max-width: 360px){
    header .logo {
        width: 215px;
    }
}


















