@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap);

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

.fancybox-active {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-spaceball {
    z-index: 1
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button:focus {
    outline: none
}

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

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

.fancybox-button div {
    height: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Black.eot);
    src: local("Raleway Black"), local("Raleway-Black"), url(../fonts/Raleway-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-Black.woff) format("woff"), url(../fonts/Raleway-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-ExtraLight.eot);
    src: local("Raleway ExtraLight"), local("Raleway-ExtraLight"), url(../fonts/Raleway-ExtraLight.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-ExtraLight.woff) format("woff"), url(../fonts/Raleway-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Medium.eot);
    src: local("Raleway Medium"), local("Raleway-Medium"), url(../fonts/Raleway-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-Medium.woff) format("woff"), url(../fonts/Raleway-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-LightItalic.eot);
    src: local("Raleway Light Italic"), local("Raleway-LightItalic"), url(../fonts/Raleway-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-LightItalic.woff) format("woff"), url(../fonts/Raleway-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Regular.eot);
    src: local("Raleway"), local("Raleway-Regular"), url(../fonts/Raleway-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-Regular.woff) format("woff"), url(../fonts/Raleway-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Light.eot);
    src: local("Raleway Light"), local("Raleway-Light"), url(../fonts/Raleway-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-Light.woff) format("woff"), url(../fonts/Raleway-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Thin.eot);
    src: local("Raleway Thin"), local("Raleway-Thin"), url(../fonts/Raleway-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-Thin.woff) format("woff"), url(../fonts/Raleway-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-ExtraBoldItalic.eot);
    src: local("Raleway ExtraBold Italic"), local("Raleway-ExtraBoldItalic"), url(../fonts/Raleway-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-ExtraBoldItalic.woff) format("woff"), url(../fonts/Raleway-ExtraBoldItalic.ttf) format("truetype");
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-ExtraLightItalic.eot);
    src: local("Raleway ExtraLight Italic"), local("Raleway-ExtraLightItalic"), url(../fonts/Raleway-ExtraLightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-ExtraLightItalic.woff) format("woff"), url(../fonts/Raleway-ExtraLightItalic.ttf) format("truetype");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-MediumItalic.eot);
    src: local("Raleway Medium Italic"), local("Raleway-MediumItalic"), url(../fonts/Raleway-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-MediumItalic.woff) format("woff"), url(../fonts/Raleway-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-BoldItalic.eot);
    src: local("Raleway Bold Italic"), local("Raleway-BoldItalic"), url(../fonts/Raleway-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-BoldItalic.woff) format("woff"), url(../fonts/Raleway-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-ThinItalic.eot);
    src: local("Raleway Thin Italic"), local("Raleway-ThinItalic"), url(../fonts/Raleway-ThinItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-ThinItalic.woff) format("woff"), url(../fonts/Raleway-ThinItalic.ttf) format("truetype");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-SemiBoldItalic.eot);
    src: local("Raleway SemiBold Italic"), local("Raleway-SemiBoldItalic"), url(../fonts/Raleway-SemiBoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-SemiBoldItalic.woff) format("woff"), url(../fonts/Raleway-SemiBoldItalic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-SemiBold.eot);
    src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url(../fonts/Raleway-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-SemiBold.woff) format("woff"), url(../fonts/Raleway-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Italic.eot);
    src: local("Raleway Italic"), local("Raleway-Italic"), url(../fonts/Raleway-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-Italic.woff) format("woff"), url(../fonts/Raleway-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Bold.eot);
    src: local("Raleway Bold"), local("Raleway-Bold"), url(../fonts/Raleway-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-Bold.woff) format("woff"), url(../fonts/Raleway-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-ExtraBold.eot);
    src: local("Raleway ExtraBold"), local("Raleway-ExtraBold"), url(../fonts/Raleway-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-ExtraBold.woff) format("woff"), url(../fonts/Raleway-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-BlackItalic.eot);
    src: local("Raleway Black Italic"), local("Raleway-BlackItalic"), url(../fonts/Raleway-BlackItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway-BlackItalic.woff) format("woff"), url(../fonts/Raleway-BlackItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

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

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

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

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

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

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

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

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

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

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

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

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

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

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

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

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

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

@keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

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

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

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

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

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

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

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

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

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

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

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

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

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

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

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

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

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

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

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

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

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

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

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

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

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

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

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

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

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

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

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

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

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

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

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

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

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

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

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

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

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

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

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

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

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

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

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

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

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

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

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

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

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

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

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

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

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

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

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

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

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

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

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

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

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

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

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

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

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

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

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

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

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

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

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

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

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

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

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

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

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

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

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

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

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

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

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

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

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

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

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

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

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

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

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

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

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

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

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

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

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

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

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

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

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

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

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

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

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

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

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

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

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

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

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

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

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

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

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

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

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

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

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

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

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

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

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

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

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

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

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

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

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

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

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

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

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

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

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

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

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-1-5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-2-5s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-3-5s {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-4-5s {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.delay-5-5s {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s
}

.animated.delay-6s {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.animated.delay-p1 {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms
}

.animated.delay-p2 {
    -webkit-animation-delay: 333ms;
    animation-delay: 333ms
}

.animated.delay-p3 {
    -webkit-animation-delay: 999ms;
    animation-delay: 999ms
}

.animated.delay-p4 {
    -webkit-animation-delay: 1332ms;
    animation-delay: 1332ms
}

.animated.delay-p5 {
    -webkit-animation-delay: 1665ms;
    animation-delay: 1665ms
}

.animated.delay-p6 {
    -webkit-animation-delay: 1998ms;
    animation-delay: 1998ms
}

.animated.delay-p7 {
    -webkit-animation-delay: 2331ms;
    animation-delay: 2331ms
}

.animated.delay-p8 {
    -webkit-animation-delay: 2664ms;
    animation-delay: 2664ms
}

.animated.delay-p9 {
    -webkit-animation-delay: 2997ms;
    animation-delay: 2997ms
}

.animated.delay-p10 {
    -webkit-animation-delay: 3.33s;
    animation-delay: 3.33s
}

.animated.delay-p11 {
    -webkit-animation-delay: 3663ms;
    animation-delay: 3663ms
}

.animated.delay-p12 {
    -webkit-animation-delay: 3996ms;
    animation-delay: 3996ms
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.animated.s6 {
    -webkit-animation-duration: 6s;
    animation-duration: 6s
}

.animated.s13 {
    -webkit-animation-duration: 13s;
    animation-duration: 13s
}

@media (prefers-reduced-motion:reduce),
(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

i.icon {
    display: inline-block;
    width: 36px;
    min-height: 36px;
    background-size: cover;
    cursor: pointer
}

i.icon.slider-arrow-right {
    width: 15px;
    min-height: 25px;
    background: url(../images/arrow_slider_right.svg)
}

i.icon.slider-arrow-left {
    width: 15px;
    min-height: 25px;
    background: url(../images/arrow_slider_left.svg)
}

i.icon.dev {
    width: 20px;
    min-height: 20px;
    background: url(../images/logo_dev.png)
}

i.icon.arrow-right {
    width: 40px;
    min-height: 8px;
    background: url(../images/arrow-right.svg)
}

i.icon.arrow-left {
    width: 36px;
    min-height: 8px;
    background: url(../images/arrow-left.svg)
}

i.icon.ico-video {
    width: 32px;
    min-height: 34px;
    width: 33px;
    min-height: 35px;
    background: url(../images/play_icon.svg)
}

i.icon.ico-down {
    width: 33px;
    min-height: 35px;
    background: url(../images/down_icon.svg)
}

i.icon.ico-logo {
    width: 33px;
    min-height: 32px;
    background: url(../images/logo_icon.svg)
}

i.icon.arrow-more {
    width: 20px;
    min-height: 6px;
    background: url(../images/ico-more.svg)
}

i.icon.ico-search {
    width: 16px;
    min-height: 16px;
    background: url(../images/ico-search.svg)
}

i.icon.arrow-lang {
    width: 8px;
    min-height: 4px;
    background: url(../images/arrow-lang.svg)
}

i.icon.fb {
    width: 14px;
    min-height: 28px;
    background: url(../images/facebook.svg)
}

i.icon.inst {
    width: 28px;
    min-height: 28px;
    background: url(../images/insta.svg)
}

i.icon.linked {
    width: 25px;
    min-height: 26px;
    background: url(../images/linked.svg)
}

i.icon.tube {
    width: 31px;
    min-height: 22px;
    background: url(../images/youtube.svg)
}

i.icon.fb_g {
    width: 10px;
    min-height: 19px;
    background: url(../images/fb_g.svg)
}

i.icon.inst_g {
    width: 20px;
    min-height: 19px;
    background: url(../images/inst_g.svg)
}

i.icon.linked_g {
    width: 18px;
    min-height: 18px;
    background: url(../images/in_g.svg)
}

i.icon.tube_g {
    width: 21px;
    min-height: 16px;
    background: url(../images/tube_g.svg)
}

i.icon.ico-close {
    width: 13px;
    min-height: 13px;
    background: url(../images/ico-close.svg)
}

i.icon.ico-zoom {
    width: 15px;
    min-height: 16px;
    background: url(../images/zoom_ico.svg)
}

i.icon.ico-bottom {
    width: 13px;
    min-height: 8px;
    background: url(../images/ico-bottom.svg)
}

i.icon.ico-reactions {
    width: 26px;
    min-height: 25px;
    background: url(../images/sprite_reactions.svg)
}

i.icon.ico-reactions.like {
    background-position: 0 0
}

i.icon.ico-reactions.superlike {
    background-position: -26px 0
}

i.icon.ico-reactions.love {
    background-position: -53px 0
}

i.icon.ico-burger {
    width: 26px;
    min-height: 20px;
    background: url(../images/burger.svg)
}

i.icon.ico-burger.active {
    background: url(../images/ico-close.svg) no-repeat top
}

i.icon.ico-contacts {
    width: 24px;
    min-height: 30px;
    background: url(../images/contacts.svg)
}

i.icon.ico-contacts.active {
    background: url(../images/ico-close.svg) no-repeat 10px
}

.normalize_li {
    padding: 0;
    margin: 0;
    list-style: none
}

.border_main {
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 8px
}

.cats_block {
    margin-top: 5px;
    padding: 0;
    margin-bottom: 20px
}

.cats_block .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0
}

.cats_block .list .item {
    align-items: center;
    flex: 0 0 200px;
    height: 185px;
    margin: 0 10px 20px
}

.cats_block .list .item a {
    display: flex;
    background: hsla(0, 0%, 100%, .8);
    border: 1px dashed rgba(0, 166, 81, .3);
    padding: 20px 5px;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    height: 100%
}

.cats_block .list .item a img {
    width: 140px;
    height: 100px;
    margin-bottom: 10px
}

.cats_block .list .item a span {
    flex: 100%;
    text-align: center;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase
}

.cats_block .list .item a.active,
.cats_block .list .item a:hover {
    text-decoration: none;
    background: linear-gradient(97.4deg, rgba(3, 156, 84, .8) 11.76%, rgba(6, 139, 78, .8) 91.14%)
}

.cats_block .list .item a.active span,
.cats_block .list .item a:hover span {
    color: #fff
}

.cats_block .order {
    text-align: right;
    margin-top: 20px
}

.cats_block .order span {
    background: #009147;
    box-shadow: 1px 4px 8px rgba(4, 119, 60, .3);
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    text-align: center;
    padding: 20px 0;
    width: 20%;
    cursor: pointer;
    text-transform: uppercase
}

.cats_block.inside {
    margin-top: 5px;
    margin-bottom: 0
}

.cats_block.inside .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0
}

.cats_block.inside .list .item {
    align-items: center;
    flex: 1 0 206px;
    height: auto;
    margin: 0 5px 10px
}

.cats_block.inside .list .item a {
    display: flex;
    background: hsla(0, 0%, 100%, .8);
    border: 1px dashed rgba(0, 166, 81, .3);
    padding: 5px;
    box-sizing: border-box;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 100%
}

.cats_block.inside .list .item a img {
    width: 90px;
    height: 64px;
    margin-bottom: 0
}

.cats_block.inside .list .item a span {
    flex: 1 0;
    text-align: left;
    font-size: 11px;
    color: #444;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase
}

.cats_block.inside .list .item a.active,
.cats_block.inside .list .item a:hover {
    text-decoration: none;
    background: linear-gradient(97.4deg, rgba(3, 156, 84, .8) 11.76%, rgba(6, 139, 78, .8) 91.14%)
}

.cats_block.inside .list .item a.active span,
.cats_block.inside .list .item a:hover span {
    color: #fff
}

.cats_liner .cats_block_menu {
    margin-top: 35px;
    padding: 0;
    margin-bottom: 0
}

.cats_liner .cats_block_menu .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0
}

.cats_liner .cats_block_menu .list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap
}

.cats_liner .cats_block_menu .list ul li {
    border: none;
    align-items: center
}

.cats_liner .cats_block_menu .list ul li a {
    display: flex;
    background: hsla(0, 0%, 100%, .8);
    border: .7px dashed rgba(0, 166, 81, .4);
    padding: 15px;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 12px;
    color: #444;
    font-weight: 600;
    text-transform: uppercase
}

.cats_liner .cats_block_menu .list ul li a img {
    width: 140px;
    height: 100px;
    margin-bottom: 10px
}

.cats_liner .cats_block_menu .list ul li a span {
    flex: 100%;
    text-align: center;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase
}

.cats_liner .cats_block_menu .list ul li.active a,
.cats_liner .cats_block_menu .list ul li a:hover {
    text-decoration: none;
    background: linear-gradient(97.4deg, rgba(3, 156, 84, .8) 11.76%, rgba(6, 139, 78, .8) 91.14%);
    color: #fff
}

.cats_liner .cats_block_menu .order {
    text-align: right;
    margin-top: 20px
}

.cats_liner .cats_block_menu .order span {
    background: #009147;
    box-shadow: 1px 4px 8px rgba(4, 119, 60, .3);
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    text-align: center;
    padding: 20px 0;
    width: 20%;
    cursor: pointer;
    text-transform: uppercase
}

.cats_liner .cats_block_menu.inside {
    margin-bottom: 0
}

.cats_liner .cats_block_menu.inside .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0
}

.cats_liner .cats_block_menu.inside .list .item {
    align-items: center;
    flex: 1 0 206px;
    height: auto;
    margin: 0 5px 10px
}

.cats_liner .cats_block_menu.inside .list .item a {
    display: flex;
    background: hsla(0, 0%, 100%, .8);
    border: 1px dashed rgba(0, 166, 81, .3);
    padding: 5px;
    box-sizing: border-box;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 100%
}

.cats_liner .cats_block_menu.inside .list .item a img {
    width: 90px;
    height: 64px;
    margin-bottom: 0
}

.cats_liner .cats_block_menu.inside .list .item a span {
    flex: 1 0;
    text-align: left;
    font-size: 11px;
    color: #444;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase
}

.cats_liner .cats_block_menu.inside .list .item a:hover {
    text-decoration: none;
    background: linear-gradient(97.4deg, rgba(3, 156, 84, .8) 11.76%, rgba(6, 139, 78, .8) 91.14%)
}

.cats_liner .cats_block_menu.inside .list .item a:hover span {
    color: #fff
}

.cats_liner_list .cats_block_menu {
    margin-top: 5px;
    padding: 0;
    margin-bottom: 0
}

.cats_liner_list .cats_block_menu .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0
}

.cats_liner_list .cats_block_menu .list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap
}

.cats_liner_list .cats_block_menu .list ul li {
    border: none;
    align-items: center
}

.cats_liner_list .cats_block_menu .list ul li a {
    display: flex;
    background: hsla(0, 0%, 100%, .15);
    border: .7px dashed rgba(0, 166, 81, .4);
    padding: 15px;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 12px;
    color: #444;
    font-weight: 600;
    text-transform: uppercase
}

.cats_liner_list .cats_block_menu .list ul li a img {
    width: 140px;
    height: 100px;
    margin-bottom: 10px
}

.cats_liner_list .cats_block_menu .list ul li a span {
    flex: 100%;
    text-align: center;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase
}

.cats_liner_list .cats_block_menu .list ul li.active a,
.cats_liner_list .cats_block_menu .list ul li a:hover {
    text-decoration: none;
    background: linear-gradient(97.4deg, rgba(3, 156, 84, .8) 11.76%, rgba(6, 139, 78, .8) 91.14%);
    color: #fff
}

.cats_liner_list .cats_block_menu.lite .list ul li a {
    font-size: 11px;
    padding: 12px
}

.cats_liner_list .cats_block_menu.one_line .list ul li {
    flex: 1 0 25%;
    min-height: 75px
}

.cats_liner_list .cats_block_menu.one_line .list ul li a {
    font-size: 11px;
    padding: 12px
}

.cats_liner_list .list>ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%
}

.cats_liner_list .list>ul>li {
    border: .7px dashed rgba(0, 166, 81, .4);
    box-sizing: border-box;
    flex: 0 0 20%;
    font-size: 12px;
    align-items: stretch
}

.cats_liner_list .list>ul>li,
.cats_liner_list .list>ul>li span {
    color: #444;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between
}

.cats_liner_list .list>ul>li span {
    padding: 10px;
    font-size: 11.8px;
    align-items: center;
    flex: 1 0 100%;
    min-height: 72px
}

.cats_liner_list .list>ul>li span:after {
    content: "▼";
    font-size: 12px;
    color: #04773c;
    position: relative;
    margin-left: 3px
}

.cats_liner_list .list>ul>li.active span,
.cats_liner_list .list>ul>li:hover span {
    background: linear-gradient(97.4deg, rgba(3, 156, 84, .8) 11.76%, rgba(6, 139, 78, .8) 91.14%);
    color: #fff
}

.cats_liner_list .list>ul>li.active span:after,
.cats_liner_list .list>ul>li:hover span:after {
    color: #fff
}

.cats_liner_list .list>ul>li:hover {
    cursor: pointer
}

.cats_liner_list .list>ul>li .big {
    position: absolute;
    width: 100%;
    left: 0;
    top: 93px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, .15);
    z-index: 1;
    display: none
}

.cats_liner_list .list>ul>li .big .items {
    min-height: 300px;
    max-height: 410px
}

.cats_liner_list .list>ul>li .big .items>div {
    display: none
}

.cats_liner_list .list>ul>li .big .items>div:first-child {
    display: block
}

.cats_liner_list .list>ul>li .big .items>div .title {
    margin-bottom: 10px
}

.cats_liner_list .list>ul>li .big .items>div .title a {
    font-size: 12px;
    color: #04773c;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
    text-decoration: none
}

.cats_liner_list .list>ul>li .big .items>div ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 20px
}

.cats_liner_list .list>ul>li .big .items>div ul li {
    padding: 2px 0;
    font-size: 12px;
    color: #444;
    font-weight: 600;
    font-family: Open Sans, sans-serif
}

.cats_liner_list .list>ul>li .big .items>div ul li:before {
    content: " - "
}

.cats_liner_list .list>ul>li .big .items>div ul li a {
    text-transform: none;
    font-size: 14px;
    color: #444;
    font-weight: 500;
    font-family: Open Sans, sans-serif
}

.cats_liner_list .list>ul>li .big .items>div ul li ol {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 5px 0
}

.cats_liner_list .list>ul>li .big .pages ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none
}

.cats_liner_list .list>ul>li .big .pages ul li {
    font-family: Open Sans, sans-serif
}

.cats_liner_list .list>ul>li .big .pages ul li.sep {
    padding: 0 3px
}

.cats_liner_list .list>ul>li .big .pages ul .pager_left,
.cats_liner_list .list>ul>li .big .pages ul .pager_right {
    color: #04773c;
    cursor: pointer;
    padding: 0 3px
}

.cats_liner_list .list>ul>li .big .pages ul .active {
    font-size: 19px;
    color: #04773c;
    font-weight: 600;
    font-family: Open Sans, sans-serif
}

.cats_liner_list_slide .cats_block_menu {
    margin-top: 5px;
    padding: 0;
    margin-bottom: 0
}

.cats_liner_list_slide .cats_block_menu .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.cats_liner_list_slide .cats_block_menu .list .slider_run_cats .slick-slide {
    height: 55px
}

.cats_liner_list_slide .cats_block_menu .list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: nowrap
}

.cats_liner_list_slide .cats_block_menu .list ul .cats-left,
.cats_liner_list_slide .cats_block_menu .list ul .cats-right {
    position: absolute;
    top: 60px;
    cursor: pointer;
    font-size: 20px;
    color: #999;
    font-weight: 400;
    z-index: 1
}

.cats_liner_list_slide .cats_block_menu .list ul .cats-right {
    right: 0;
    text-align: right
}

.cats_liner_list_slide .cats_block_menu .list ul:before {
    content: "";
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, .12));
    position: absolute;
    min-height: 55px;
    width: 60px;
    z-index: 1
}

.cats_liner_list_slide .cats_block_menu .list ul:after {
    content: "";
    background: linear-gradient(-90deg, #fff, hsla(0, 0%, 100%, .12));
    position: absolute;
    min-height: 55px;
    width: 60px;
    z-index: 1;
    right: 0
}

.cats_liner_list_slide .cats_block_menu .list ul li {
    border: none;
    align-items: center
}

.cats_liner_list_slide .cats_block_menu .list ul li a {
    background: hsla(0, 0%, 100%, .8);
    border-right: .7px solid hsla(0, 0%, 60%, .2);
    padding: 8px 15px;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    font-size: 12px;
    color: #444;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    height: 100%;
    min-height: 55px;
    align-items: center
}

.cats_liner_list_slide .cats_block_menu .list ul li a img {
    width: 140px;
    height: 100px;
    margin-bottom: 10px
}

.cats_liner_list_slide .cats_block_menu .list ul li a span {
    flex: 100%;
    text-align: center;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase
}

.cats_liner_list_slide .cats_block_menu .list ul li a:hover {
    text-decoration: none;
    color: #04773c
}

.cats_liner_list_slide .cats_block_menu .list ul li a:focus {
    text-decoration: none;
    color: #04773c;
    outline: #04773c
}

.cats_liner_list_slide .cats_block_menu .list ul li.active a {
    text-decoration: none;
    color: #04773c
}

.cats_liner_list_slide .list>ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%
}

.cats_liner_list_slide .list>ul>li {
    border: .7px dashed rgba(0, 166, 81, .4);
    box-sizing: border-box;
    flex: 1 0 20%;
    font-size: 12px;
    align-items: stretch
}

.cats_liner_list_slide .list>ul>li,
.cats_liner_list_slide .list>ul>li span {
    color: #444;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between
}

.cats_liner_list_slide .list>ul>li span {
    padding: 10px;
    font-size: 11.8px;
    align-items: center;
    flex: 1 0 100%;
    min-height: 72px
}

.cats_liner_list_slide .list>ul>li span:after {
    content: "▼";
    font-size: 12px;
    color: #04773c;
    position: relative;
    margin-left: 3px
}

.cats_liner_list_slide .list>ul>li.active span,
.cats_liner_list_slide .list>ul>li:hover span {
    background: linear-gradient(97.4deg, rgba(3, 156, 84, .8) 11.76%, rgba(6, 139, 78, .8) 91.14%);
    color: #fff
}

.cats_liner_list_slide .list>ul>li.active span:after,
.cats_liner_list_slide .list>ul>li:hover span:after {
    color: #fff
}

.cats_liner_list_slide .list>ul>li:hover {
    cursor: pointer
}

.cats_liner_list_slide .list>ul>li .big {
    position: absolute;
    width: 100%;
    left: 0;
    top: 93px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, .15);
    z-index: 1;
    display: none
}

.cats_liner_list_slide .list>ul>li .big .items {
    min-height: 300px;
    max-height: 410px
}

.cats_liner_list_slide .list>ul>li .big .items>div {
    display: none
}

.cats_liner_list_slide .list>ul>li .big .items>div:first-child {
    display: block
}

.cats_liner_list_slide .list>ul>li .big .items>div .title {
    margin-bottom: 10px
}

.cats_liner_list_slide .list>ul>li .big .items>div .title a {
    font-size: 12px;
    color: #04773c;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
    text-decoration: none
}

.cats_liner_list_slide .list>ul>li .big .items>div ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 20px
}

.cats_liner_list_slide .list>ul>li .big .items>div ul li {
    padding: 2px 0;
    font-size: 12px;
    color: #444;
    font-weight: 600;
    font-family: Open Sans, sans-serif
}

.cats_liner_list_slide .list>ul>li .big .items>div ul li:before {
    content: " - "
}

.cats_liner_list_slide .list>ul>li .big .items>div ul li a {
    text-transform: none;
    font-size: 14px;
    color: #444;
    font-weight: 500;
    font-family: Open Sans, sans-serif
}

.cats_liner_list_slide .list>ul>li .big .items>div ul li ol {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 5px 0
}

.cats_liner_list_slide .list>ul>li .big .pages ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none
}

.cats_liner_list_slide .list>ul>li .big .pages ul li {
    font-family: Open Sans, sans-serif
}

.cats_liner_list_slide .list>ul>li .big .pages ul li.sep {
    padding: 0 3px
}

.cats_liner_list_slide .list>ul>li .big .pages ul .pager_left,
.cats_liner_list_slide .list>ul>li .big .pages ul .pager_right {
    color: #04773c;
    cursor: pointer;
    padding: 0 3px
}

.cats_liner_list_slide .list>ul>li .big .pages ul .active {
    font-size: 19px;
    color: #04773c;
    font-weight: 600;
    font-family: Open Sans, sans-serif
}

.tabs {
    border: 1px dashed rgba(0, 166, 81, .3);
    box-sizing: border-box;
    padding: 0;
    margin-top: 40px
}

.tabs .tab_head {
    padding: 0;
    margin: 0;
    list-style: none;
    border-right: 1px dashed rgba(0, 166, 81, .3)
}

.tabs .tab_head li {
    padding: 20px 20px 15px;
    border-bottom: 1px dashed rgba(0, 166, 81, .3);
    cursor: pointer;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    text-transform: uppercase
}

.tabs .tab_head li.active,
.tabs .tab_head li:hover {
    background: linear-gradient(97.4deg, rgba(3, 156, 84, .8) 11.76%, rgba(6, 139, 78, .8) 91.14%);
    color: #fff
}

.tabs .tab_head li:last-child {
    border-bottom: 0
}

.tabs .tab_content {
    padding-top: 10px;
    padding-bottom: 10px
}

.tabs .tab_content .tab {
    display: none;
    padding: 0 40px 0 0
}

.tabs .tab_content .tab .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px
}

.tabs .tab_content .tab .line:last-child {
    margin-bottom: 0
}

.tabs .tab_content .tab .line p {
    font-size: 14px;
    color: #444;
    font-weight: 600;
    margin-bottom: 0
}

.tabs .tab_content .tab .line p span {
    color: #00a651;
    font-size: 18px;
    margin-right: 5px
}

.tabs .tab_content .tab.active {
    display: block
}

.tabs.main_menu {
    border: none;
    margin-top: 0
}

.tabs.main_menu .tab_head {
    border-right: 1px solid #e6e6e6
}

.tabs.main_menu .tab_head>li {
    font-size: 12px;
    color: #444;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    border-bottom: 0;
    padding: 7px 10px;
    text-transform: uppercase
}

.tabs.main_menu .tab_head>li:before {
    content: ""
}

.tabs.main_menu .tab_head>li.active,
.tabs.main_menu .tab_head>li:hover {
    background: #f7f7f7;
    color: #04773c
}

.tabs.main_menu .tab_content .title a {
    font-size: 13px;
    color: #444;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    line-height: 140%
}

.tabs.main_menu .tab_content ul {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 5px 0
}

.tabs.main_menu .tab_content ul>li {
    font-size: 13px;
    color: #444;
    font-weight: 600
}

.tabs.main_menu .tab_content ul>li a {
    font-size: 13px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 140%;
    display: inline-block;
    padding: 3px 0
}

.tabs.main_menu .tab_content ul>li a:before {
    content: "-"
}

.tabs.main_menu .tab_content ul>li>ol {
    margin: 0;
    list-style: none;
    padding: 5px 0
}

.big_text {
    font-size: 44px;
    color: #00a651;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    line-height: 64px
}

.more_show_text {
    text-align: right
}

.more_show_text span {
    font-size: 14px;
    color: #929292;
    font-weight: 400;
    line-height: 24px;
    font-family: Open Sans, sans-serif;
    text-decoration: underline;
    cursor: pointer
}

.buttons {
    background: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .1);
    padding: 10px 30px;
    display: inline-flex;
    align-items: center
}

.buttons.news_but {
    text-transform: uppercase
}

.buttons.down_but,
.buttons.news_but {
    font-size: 12px;
    color: #929292;
    font-weight: 300;
    font-family: Open Sans, sans-serif;
    text-decoration: underline
}

.buttons.down_but {
    padding: 10px 30px
}

.buttons.video_but {
    font-size: 12px;
    color: #929292;
    font-weight: 300;
    font-family: Open Sans, sans-serif;
    text-decoration: underline
}

.buttons.order_now {
    background: #009147;
    box-shadow: 1px 4px 8px rgba(4, 119, 60, .3);
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    padding: 11px 0;
    width: 20%;
    margin-right: 10px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    justify-content: center
}

.buttons.order_now i {
    width: 0
}

.buttons i {
    margin-right: 10px
}

.modal_video {
    width: 660px;
    min-height: 420px;
    padding: 20px;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    z-index: 14;
    bottom: 0;
    display: none
}

.modal_video #close_video {
    font-size: 12px;
    color: hsla(0, 0%, 46.7%, .5);
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    float: right;
    align-items: center;
    margin-bottom: 10px
}

.modal_video #close_video i {
    margin-left: 5px
}

.breadcrumbs {
    margin-top: 15px
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.breadcrumbs ul li {
    display: inline-block
}

.breadcrumbs ul li,
.breadcrumbs ul li a {
    font-size: 12px;
    color: #999;
    font-weight: 400
}

.breadcrumbs ul li a {
    text-decoration: underline
}

.breadcrumbs ul li a:hover {
    text-decoration: none
}

.breadcrumbs ul li:after {
    content: "/";
    display: inline-block;
    padding: 0 3px
}

.breadcrumbs ul li:last-child {
    color: #04773c
}

.breadcrumbs ul li:last-child:after {
    content: "/";
    display: none;
    padding: 0 3px
}

.breadcrumbs.mob ul li:after {
    display: none
}

.breadcrumbs.mob ul li a {
    text-decoration: none
}

.modal_dark {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(26, 26, 26, .3);
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none
}

.modal_dark .content_modal {
    width: 50vw;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    left: 25vw;
    position: absolute;
    top: 20px
}

.modal_dark .content_modal .ico-close {
    top: 20px;
    right: 20px;
    position: absolute
}

.modal_dark .content_modal .title {
    text-align: center;
    font-size: 24px;
    color: #04773c;
    font-weight: 300;
    margin-bottom: 20px
}

.modal_dark .content_modal .text {
    text-align: center
}

.modal_dark .content_modal .text p {
    text-align: center;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.modal_dark .content_modal.feed_clients {
    padding: 20px 60px;
    overflow-y: auto;
    max-height: 95vh
}

.modal_dark .content_modal.feed_clients::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.modal_dark .content_modal.feed_clients::-webkit-scrollbar-button,
.modal_dark .content_modal.feed_clients::-webkit-scrollbar-track {
    background-color: #ccc
}

.modal_dark .content_modal.feed_clients::-webkit-scrollbar-track-piece {
    background-color: #fff
}

.modal_dark .content_modal.feed_clients::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: green;
    border-radius: 3px
}

.modal_dark .content_modal.feed_clients::-webkit-resizer,
.modal_dark .content_modal.feed_clients::-webkit-scrollbar-corner {
    background-color: #444
}

.modal_dark .content_modal.feed_clients .portfolio .card_box {
    padding: 0;
    box-shadow: none
}

.modal_dark .content_modal.feed_clients .portfolio p {
    text-align: left
}

.modal_dark .content_modal.feed_clients .portfolio .title {
    text-align: left;
    font-size: 30px;
    color: #444;
    font-weight: 300;
    line-height: 130%
}

.modal_dark .content_modal.feed_clients .portfolio .full_text {
    margin-top: 10px
}

.modal_dark .content_modal.feed_clients .portfolio .full_text .title_in.lite {
    margin-bottom: 20px;
    font-weight: 400
}

.modal_dark .content_modal.feed_clients .portfolio .img_client img {
    width: 100%
}

.modal_dark .content_modal.feed_clients .portfolio #carousel {
    padding: 0 50px
}

.modal_dark .content_modal.feed_clients .portfolio #carousel .slider-arrow-left {
    position: absolute;
    top: 30%;
    left: 10px
}

.modal_dark .content_modal.feed_clients .portfolio #carousel .slider-arrow-right {
    position: absolute;
    top: 30%;
    right: 10px
}

.modal_dark .content_modal.feed_clients .portfolio #carousel div {
    padding: 2px;
    cursor: pointer
}

.modal_dark .content_modal.feed_clients .portfolio #carousel div img {
    width: 100%
}

.modal_dark .content_modal .page_rotate ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modal_dark .content_modal .page_rotate ul li {
    font-size: 14px;
    color: #cfcfcf;
    font-weight: 300;
    line-height: 150%
}

.modal_dark .content_modal .page_rotate ul li a {
    font-size: 14px;
    color: #cfcfcf;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.modal_dark .content_modal .page_rotate ul li a:hover {
    color: #04773c;
    text-decoration: none
}

.modal_dark .content_modal .page_rotate ul li:first-child a:before {
    content: "\27A4";
    display: inline-block;
    margin-right: 4px;
    transform: rotate(180deg)
}

.modal_dark .content_modal .page_rotate ul li:last-child a {
    color: #04773c
}

.modal_dark .content_modal .page_rotate ul li:last-child a:after {
    content: "\27A4";
    display: inline-block;
    margin-left: 4px
}

.modal_dark.active {
    display: block
}

.modal_dark .text .phones {
    margin-right: 0
}

.modal_dark .text .phones ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.modal_dark .text .phones ul li {
    display: inline-block;
    font-size: 12px;
    color: #444;
    font-weight: 600;
    font-family: Open Sans, sans-serif
}

.modal_dark .text .phones ul li a {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    color: #444;
    font-weight: 600
}

.modal_dark .text .phones p {
    text-align: left;
    padding-left: 15px
}

.modal_dark.big .content_modal {
    width: 70vw;
    left: 15vw
}

.form input,
.form select,
.form textarea {
    background: #fff;
    border: 1px solid #e2dfdf;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
    display: inline-block;
    width: 100%;
    padding: 8px 10px
}

.form select {
    padding: 11px 10px
}

.form label {
    font-size: 12px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    font-style: italic;
    display: inline-block;
    width: 100%;
    margin-bottom: 0
}

.form .line {
    margin: 3px 0
}

.form .buttons {
    background: #009147;
    box-shadow: 1px 4px 8px rgba(4, 119, 60, .3);
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase
}

.form .buttons,
.form .file {
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.form .file {
    border: 1px dashed rgba(0, 166, 81, .4);
    box-sizing: border-box;
    border-radius: 2px;
    padding: 11px;
    margin-bottom: 5px;
    font-size: 12px;
    color: rgba(26, 26, 26, .4);
    position: relative
}

.form .file:after {
    content: "";
    background: url(../images/ico-file.png) no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0
}

.form .file input {
    display: none
}

[class*=ymaps-2][class*=-ground-pane] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%)
}

@keyframes fade-in {
    0% {
        opacity: 0;
        min-height: 0
    }

    to {
        opacity: 1;
        min-height: 100px
    }
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

body,
html {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    background: #fff;
    font-weight: 300;
    scroll-behavior: smooth;
    padding-top: 50px
}

h1 {
    font-size: 30px;
    color: #04773c;
    font-weight: 600
}

.header {
    padding-top: 20px;
    padding-bottom: 10px;
    position: fixed;
    z-index: 15;
    background: hsla(0, 0%, 100%, .9);
    top: 0
}

.header .top_menu_nav>ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0
}

.header .top_menu_nav>ul>li {
    margin-right: 18px
}

.header .top_menu_nav>ul>li:last-child {
    margin-right: 0
}

.header .top_menu_nav>ul>li:hover {
    text-decoration: none
}

.header .top_menu_nav>ul>li:hover:after {
    background: #04773c
}

.header .top_menu_nav>ul>li:after {
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    position: relative;
    z-index: 99
}

.header .top_menu_nav>ul>li.active:after {
    background: #04773c
}

.header .top_menu_nav>ul>li>span {
    position: relative;
    top: -3px
}

.header .top_menu_nav>ul>li>span:before {
    content: "▼";
    font-size: 8px;
    color: #04773c;
    position: relative;
    margin-left: 3px
}

.header .top_menu_nav>ul>li>a {
    font-size: 13px;
    color: #04773c;
    font-weight: 600;
    text-transform: uppercase
}

.header .top_menu_nav>ul>li>a:hover {
    text-decoration: none
}

.header .top_menu_nav>ul>li>div {
    display: none;
    background: #fff;
    margin-top: 0;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, .1)
}

.header .top_menu_nav>ul>li .small {
    position: absolute;
    z-index: 2
}

.header .top_menu_nav>ul>li .small ul {
    margin: 0;
    list-style: none;
    padding: 20px 0
}

.header .top_menu_nav>ul>li .small ul li {
    margin-bottom: 5px;
    padding: 7px 20px
}

.header .top_menu_nav>ul>li .small ul li a {
    font-size: 12px;
    color: #444;
    font-weight: 600;
    text-transform: uppercase
}

.header .top_menu_nav>ul>li .small ul li:last-child {
    margin-bottom: 0
}

.header .top_menu_nav>ul>li .small ul li:hover {
    background: #f7f7f7
}

.header .top_menu_nav>ul>li .small ul li:hover a {
    text-decoration: none;
    color: #04773c
}

.header .top_menu_nav>ul>li .big {
    position: fixed;
    width: 100%;
    left: 0;
    padding: 20px
}

.header .top_menu_nav>ul>li .big .items {
    min-height: 400px;
    max-height: 450px
}

.header .top_menu_nav>ul>li .big .items>div {
    display: none
}

.header .top_menu_nav>ul>li .big .items>div:first-child {
    display: block
}

.header .top_menu_nav>ul>li .big .pages ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none
}

.header .top_menu_nav>ul>li .big .pages ul li {
    font-family: Open Sans, sans-serif
}

.header .top_menu_nav>ul>li .big .pages ul li.sep {
    padding: 0 3px
}

.header .top_menu_nav>ul>li .big .pages ul .pager_left,
.header .top_menu_nav>ul>li .big .pages ul .pager_right {
    color: #04773c;
    cursor: pointer;
    padding: 0 3px
}

.header .top_menu_nav>ul>li .big .pages ul .active {
    font-size: 19px;
    color: #04773c;
    font-weight: 600;
    font-family: Open Sans, sans-serif
}

.header .title,
.header .title a {
    font-size: 12px;
    color: rgba(26, 26, 26, .7);
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.header .title a,
.header .title a:hover {
    text-decoration: none
}

.header .title a.email {
    color: #04773c
}

.header .logo img {
    margin-top: 15px
}

.header .head_main {
    padding-left: 0;
    padding-right: 0
}

.header .head_main .search {
    position: absolute;
    top: 8px;
    right: 15px
}

.header .head_main .search>div {
    display: none;
    background: #fff;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, .1);
    position: absolute;
    right: 0;
    width: 480px;
    top: 31px;
    padding: 8px 10px
}

.header .head_main .search>div:before {
    content: "";
    height: 3px;
    top: 0;
    width: 50px;
    position: absolute;
    background: linear-gradient(97.4deg, rgba(3, 156, 84, .8) 11.76%, rgba(6, 139, 78, .8) 91.14%);
    right: 0
}

.header .head_main .search>div input {
    background: none;
    outline: none;
    font-style: italic;
    border: none;
    font-size: 14px;
    color: #444;
    font-weight: 300;
    width: 100%
}

.header .head_main .search>div input:focus {
    outline: none
}

.header .address,
.header .phones,
.header .rus {
    margin-right: 0
}

.header .address ul,
.header .phones ul,
.header .rus ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.header .address ul li,
.header .phones ul li,
.header .rus ul li {
    display: inline-block;
    font-size: 12px;
    color: #444;
    font-weight: 600;
    font-family: Open Sans, sans-serif
}

.header .address ul li:first-child,
.header .phones ul li:first-child,
.header .rus ul li:first-child {
    margin-right: 10px
}

.header .address ul li a,
.header .phones ul li a,
.header .rus ul li a {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    color: #444;
    font-weight: 600
}

.header .address {
    padding-right: 0
}

.header .rus {
    padding: 0
}

.header .rus ul li a {
    font-size: 14px;
    color: rgba(26, 26, 26, .7);
    font-weight: 400
}

.header .lang {
    position: relative;
    padding: 0
}

.header .lang #lang,
.header .lang #lang_resp {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .lang #lang_resp p,
.header .lang #lang p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Open Sans, sans-serif
}

.header .lang #lang_resp i,
.header .lang #lang i {
    margin-left: 10px
}

.header .lang .lang_more {
    background: #fff;
    margin-top: 0;
    position: absolute;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, .1);
    top: 20px;
    z-index: 9;
    display: none;
    padding: 15px;
    right: 10px
}

.header .lang .lang_more ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.header .lang .lang_more ul li a {
    font-size: 12px;
    color: #444;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase
}

.header .lang .lang_more ul li:last-child {
    margin-bottom: 0
}

.video_box {
    position: relative
}

.big_banner {
    background: url(../images/sheme_desk.png) no-repeat top;
    min-height: 480px;
    background-size: contain
}

.big_banner .main_box {
    position: relative;
    margin-top: 40px
}

.big_banner .cats_main_text {
    position: absolute;
    margin-top: 10px
}

.big_banner .cats_main_text div {
    font-size: 36px;
    color: #444;
    font-weight: 300;
    line-height: 42px;
    width: 350px
}

.big_banner .cats_main_text p {
    font-size: 20px;
    color: #444;
    font-weight: 300;
    font-family: Open Sans, sans-serif;
    width: 350px;
    margin-top: 20px
}

.big_banner .box {
    height: 0;
    position: absolute
}

.big_banner .box .item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.big_banner .box a:hover {
    text-decoration: none
}

.big_banner .box .info {
    background: hsla(0, 0%, 100%, .75);
    box-shadow: 1px 3px 6px rgba(0, 0, 0, .1);
    position: absolute;
    width: 200px;
    display: none
}

.big_banner .box .info ol {
    padding: 10px 20px 0;
    margin-bottom: 0
}

.big_banner .box .info ol li {
    font-size: 12px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.big_banner .box .info>a {
    margin-bottom: 10px;
    float: right;
    margin-right: 10px
}

.big_banner .box.p1 {
    top: 193px;
    left: -2px;
    z-index: 12
}

.big_banner .box.p1 img {
    width: 70px;
    height: 111px
}

.big_banner .box.p2 {
    top: 190px;
    left: 124px;
    z-index: 11
}

.big_banner .box.p2 img {
    width: 130px;
    height: 140px
}

.big_banner .box.p3 {
    top: 330px;
    left: 248px;
    z-index: 10
}

.big_banner .box.p3 img {
    width: 116px;
    height: 93px
}

.big_banner .box.p4 {
    top: 207px;
    left: 330px;
    z-index: 10
}

.big_banner .box.p4 img {
    width: 104px;
    height: 96px
}

.big_banner .box.p5 {
    top: 50px;
    left: 490px;
    z-index: 8
}

.big_banner .box.p5 img {
    width: 140px;
    height: 140px
}

.big_banner .box.p6 {
    top: 281px;
    left: 504px;
    z-index: 7
}

.big_banner .box.p6 img {
    width: 73px;
    height: 103px
}

.big_banner .box.p7 {
    top: 80px;
    right: 285px;
    z-index: 6
}

.big_banner .box.p7 img {
    width: 174px;
    height: 166px
}

.big_banner .box.p8 {
    top: -6px;
    right: 162px;
    z-index: 6
}

.big_banner .box.p8 img {
    width: 127px;
    height: 144px
}

.big_banner .box.p9 {
    top: 85px;
    right: 3px;
    z-index: 4
}

.big_banner .box.p9 img {
    width: 169px;
    height: 91px
}

.big_banner .box.p10 {
    top: 273px;
    right: 341px;
    z-index: 3
}

.big_banner .box.p10 img {
    width: 115px;
    height: 113px
}

.big_banner .box.p11 {
    top: 212px;
    right: 102px;
    z-index: 2
}

.big_banner .box.p11 img {
    width: 147px;
    height: 75px
}

.big_banner .box.p12 {
    top: 365px;
    right: 63px;
    z-index: 1
}

.big_banner .box.p12 img {
    width: 173px;
    height: 99px
}

.profil .title {
    font-size: 26px;
    color: #444;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 30px
}

.profil .title span {
    font-weight: 300
}

.profil .title.style_2 {
    padding-bottom: 0
}

.profil p {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    line-height: 150%;
    font-family: Open Sans, sans-serif
}

.profil .victory .news_lite_slider {
    padding-bottom: 20px;
    position: relative
}

.profil .victory .news_lite_slider i.icon.slider-arrow-left {
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 1;
    background-size: contain;
    width: 10px;
    min-height: 15px
}

.profil .victory .news_lite_slider i.icon.slider-arrow-right {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 1;
    background-size: contain;
    width: 10px;
    min-height: 15px
}

.profil .victory ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.profil .victory ul li {
    margin-bottom: 25px
}

.profil .victory ul li p {
    font-size: 14px;
    color: #04773c;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    line-height: 22px;
    margin-bottom: 0
}

.profil .victory ul li span {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    display: inline-block;
    width: 100%
}

.profil .victory ul li:first-child {
    margin-top: 40px
}

.profil .assot {
    margin-top: 45px
}

.profil .time_line_checker .box_line {
    display: flex;
    align-items: center
}

.profil .time_line_checker .box_line i {
    background-repeat: no-repeat
}

.profil .time_line_checker .box_line i.timeline_left {
    margin-right: 10px
}

.profil .time_line_checker .box_line i.timeline_right {
    margin-left: 10px
}

.profil .time_line_checker ul {
    flex: 1 0;
    min-height: 62px;
    list-style: none;
    display: flex;
    border-bottom: 4px solid #e3e3e3;
    padding: 0 0 15px;
    margin: 0 0 20px;
    overflow: hidden
}

.profil .time_line_checker ul li {
    display: flex;
    flex: 1 0 10%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    font-family: Open Sans, sans-serif;
    font-weight: 400
}

.profil .time_line_checker ul li:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #777;
    position: absolute;
    bottom: -10px
}

.profil .time_line_checker ul li.active {
    font-size: 28px;
    color: #009444
}

.profil .time_line_checker p.start {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%;
    text-align: right;
    margin-bottom: 20px
}

.profil .time_line_checker .history_info>.box {
    display: none
}

.profil .time_line_checker .history_info>.box:first-child {
    display: block
}

.profil .smi_box {
    margin-top: 25px
}

.profil .news_profil .head {
    margin-bottom: 15px;
    line-height: 140%
}

.profil .news_profil .head,
.profil .news_profil .head a {
    font-size: 16px;
    color: #04773c;
    font-weight: 500
}

.profil .news_profil p {
    font-size: 14px
}

.profil .news_profil p.link {
    text-align: right
}

.profil .news_profil p.link a {
    font-size: 14px;
    color: #929292;
    font-weight: 400;
    line-height: 24px;
    font-family: Open Sans, sans-serif;
    text-decoration: underline
}

.profil .mission {
    margin-top: 25px
}

.profil .tech {
    margin-top: 45px
}

.profil .tech .tech_list ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    margin: 0 0 10px
}

.profil .tech .tech_list ul li {
    display: flex;
    flex: 1 0 33%;
    padding: 0 8px;
    margin-bottom: 20px
}

.profil .tech .tech_list ul li img {
    width: 100%
}

.profil .more_full_box {
    display: none
}

.profil .custom_text_box {
    margin-top: 0
}

.profil .custom_text_box ul {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 15px 0
}

.profil .custom_text_box ul li {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%;
    padding: 4px 0
}

.profil .custom_text_box ul li:before {
    content: "-";
    display: inline-block;
    margin-right: 10px
}

.profil .line_box .title.green {
    font-size: 18px;
    color: #04773c;
    font-weight: 600;
    line-height: 26px;
    font-family: Open Sans, sans-serif;
    padding-bottom: 15px
}

.profil .line_box .title.lite {
    font-size: 26px;
    color: #444;
    font-weight: 300;
    line-height: 130%;
    padding-bottom: 15px
}

.profil .line_box p {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    line-height: 150%;
    font-family: Open Sans, sans-serif
}

.cats_bg {
    background: url(../images/logo_bg.png) no-repeat 100% 50px
}

.cats_bg .sections.list .text .info p {
    font-size: 15px
}

.contacts .contacts_text .title {
    font-size: 20px;
    color: #04773c;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.contacts .contacts_text .title span {
    display: block;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    line-height: 20px
}

.contacts .contacts_text .title.big {
    font-size: 24px;
    color: #04773c;
    font-weight: 400
}

.contacts .contacts_text ul {
    margin: 0;
    list-style: none;
    padding: 20px 0 30px
}

.contacts .contacts_text ul li a {
    font-size: 20px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.contacts .contacts_text ul li.fax a {
    font-size: 20px
}

.contacts .contacts_text ul li.email a {
    font-size: 14px;
    color: #999
}

.contacts .contacts_text p {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.contacts .contacts_text p a {
    color: #999;
    text-decoration: underline
}

.contacts .contacts_text.lite .title {
    font-size: 16px;
    color: #04773c;
    font-weight: 400
}

.contacts .contacts_text.lite ul li a {
    line-height: 150%
}

.contacts .contacts_text.lite p,
.contacts .contacts_text.lite ul li a {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.contacts .contacts_text.lite p {
    margin-top: 20px;
    margin-bottom: 20px
}

.contacts .scheme_contacts {
    display: none
}

.contacts .show_contacts_scheme {
    cursor: pointer
}

.contacts .show_contacts_scheme:after {
    content: "▼";
    font-size: 14px;
    color: #04773c;
    position: relative;
    margin-left: 3px
}

.scheme_req1 {
    display: none
}

.contacts .show_req1_scheme {
    cursor: pointer
}

.contacts .show_req1_scheme:after {
    content: "▼";
    font-size: 14px;
    color: #04773c;
    position: relative;
    margin-left: 3px
}

.scheme_req2 {
    display: none
}

.contacts .show_req2_scheme {
    cursor: pointer
}

.contacts .show_req2_scheme:after {
    content: "▼";
    font-size: 14px;
    color: #04773c;
    position: relative;
    margin-left: 3px
}

.contacts .line_more {
    margin-top: 40px
}

.contacts .form_box .title {
    font-size: 26px;
    color: #444;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 30px
}

.contacts .form_box .title span {
    font-weight: 300
}

.contacts .map {
    margin-top: 60px;
    margin-bottom: 50px
}

.portfolio {
    margin-bottom: 80px
}

.portfolio .video_download {
    text-align: right;
    padding-right: 25px;
    margin-bottom: 10px
}

.portfolio .more_object_tabs {
    text-align: right;
    margin-top: 15px
}

.portfolio .more_object_tabs a {
    font-size: 16px;
    color: #999;
    font-weight: 400;
    line-height: 24px;
    font-family: Open Sans, sans-serif;
    text-decoration: underline
}

.portfolio.item_full .title h1 {
    margin: 20px 0;
    font-size: 26px;
    color: #444;
    font-weight: 300;
    line-height: 130%
}

.portfolio.item_full .title_in {
    font-size: 16px;
    color: #04773c;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 20px
}

.portfolio.item_full .title_in span {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%;
    margin-left: 5px
}

.portfolio.item_full .title_in.lite {
    margin-bottom: 5px
}

.portfolio.item_full .title_in.works {
    font-size: 26px;
    color: #444;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 20px;
    margin-top: 40px
}

.portfolio.item_full .title_in.works span {
    font-size: 26px;
    color: #444;
    font-weight: 300;
    margin-left: 5px
}

.portfolio.item_full .desctiprion {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.portfolio.item_full .desctiprion .card_box {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    padding: 20px
}

.portfolio.item_full .desctiprion .text p {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.portfolio.item_full .desctiprion .text ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.portfolio.item_full .desctiprion .text ul li {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%;
    padding: 3px 0
}

.portfolio.item_full .desctiprion .text ul li:before {
    content: " - "
}

.portfolio.item_full .desctiprion .img_client {
    width: 100%
}

.portfolio.item_full .full_text {
    margin-top: 40px;
    margin-bottom: 50px
}

.portfolio.item_full .objet_review {
    text-align: center;
    margin-top: 40px
}

.portfolio.item_full .objet_review .title {
    font-size: 26px;
    color: #444;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 20px;
    margin-top: 40px
}

.portfolio.item_full .objet_review .title span {
    font-size: 26px;
    color: #444;
    font-weight: 300;
    margin-left: 5px
}

.portfolio.item_full .objet_review .img_info img {
    width: 100%
}

.portfolio.item_full .objet_review .img_info a {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.portfolio.item_full .objet_review .text {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%;
    text-align: left
}

.portfolio.item_full .objet_review .text .type {
    color: #999;
    font-style: italic
}

.portfolio.item_full .objet_review .order_now {
    text-align: right
}

.portfolio.item_full .objet_review .order_now .title {
    font-size: 26px;
    color: #444;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 20px;
    margin-top: 40px
}

.portfolio.item_full .objet_review .order_now .title span {
    font-size: 26px;
    color: #444;
    font-weight: 300;
    margin-left: 5px
}

.portfolio.item_full .objet_review .order_now p {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 150%
}

.portfolio.item_full .objet_review .order_now p span {
    display: inline-block;
    background: #009147;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .1);
    padding: 15px 30px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    position: relative
}

.portfolio.item_full .objet_review .order_now p span:before {
    content: "";
    background: url(../images/arrow_project.png) no-repeat;
    position: absolute;
    width: 49px;
    height: 62px;
    left: -56px;
    top: -47px
}

.portfolio.item_full .system_box .gallery ul {
    padding: 0;
    margin: 0;
    list-style: none;
    flex-flow: column wrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    display: flex
}

.portfolio.item_full .system_box .gallery ul li {
    margin-bottom: 5px;
    position: relative
}

.portfolio.item_full .system_box .gallery ul li a img {
    width: 100%
}

.portfolio.item_full .system_box .gallery ul li:last-child {
    margin-bottom: 0
}

.portfolio.item_full .system_box .gallery ul li.more>div {
    position: absolute;
    background: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer
}

.portfolio.item_full .system_box .gallery .big_img {
    position: relative
}

.portfolio.item_full .system_box .gallery .big_img img {
    width: 100%
}

.portfolio.item_full .system_box .gallery .big_img .square {
    background: rgba(0, 148, 68, .75);
    position: absolute;
    top: 0;
    right: 15px;
    padding: 5px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.service {
    margin-bottom: 20px
}

.service.no_p {
    margin-bottom: 0
}

.service .video_download {
    text-align: right;
    padding-right: 25px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: center
}

.service .video_download.top {
    margin-top: 30px;
    margin-bottom: 10px
}

.service .video_download.left {
    justify-content: flex-start
}

.service .more_object_tabs {
    text-align: right;
    margin-top: 15px
}

.service .more_object_tabs a {
    font-size: 16px;
    color: #999;
    font-weight: 400;
    line-height: 24px;
    font-family: Open Sans, sans-serif;
    text-decoration: underline
}

.service.item_full .title h1 {
    margin: 20px 0;
    font-size: 26px;
    color: #444;
    font-weight: 300;
    line-height: 130%
}

.service.item_full .title_in {
    font-size: 16px;
    color: #04773c;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 20px
}

.service.item_full .title_in span {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%;
    margin-left: 5px
}

.service.item_full .title_in.lite {
    margin-bottom: 5px
}

.service.item_full .title_in.works {
    font-size: 26px;
    color: #444;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 20px;
    margin-top: 40px
}

.service.item_full .title_in.works span {
    font-size: 26px;
    color: #444;
    font-weight: 300;
    margin-left: 5px
}

.service.item_full .desctiprion {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.service.item_full .desctiprion .card_box {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    padding: 20px
}

.service.item_full .desctiprion .text p {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.service.item_full .desctiprion .text ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.service.item_full .desctiprion .text ul li {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%;
    padding: 3px 0
}

.service.item_full .desctiprion .text ul li:before {
    content: " - "
}

.service.item_full .desctiprion .img_client img {
    width: 100%
}

.service.item_full .full_text {
    margin-top: 40px;
    margin-bottom: 50px
}

.service.item_full .objet_review {
    text-align: center;
    margin-top: 40px
}

.service.item_full .objet_review .title {
    font-size: 26px;
    color: #444;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 20px;
    margin-top: 40px
}

.service.item_full .objet_review .title span {
    font-size: 26px;
    color: #444;
    font-weight: 300;
    margin-left: 5px
}

.service.item_full .objet_review .img_info img {
    width: 100%
}

.service.item_full .objet_review .img_info a {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.service.item_full .objet_review .text {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%;
    text-align: left
}

.service.item_full .objet_review .text .type {
    color: #999;
    font-style: italic
}

.service.item_full .objet_review .order_now {
    text-align: right
}

.service.item_full .objet_review .order_now .title {
    font-size: 26px;
    color: #444;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 20px;
    margin-top: 40px
}

.service.item_full .objet_review .order_now .title span {
    font-size: 26px;
    color: #444;
    font-weight: 300;
    margin-left: 5px
}

.service.item_full .objet_review .order_now p {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 150%
}

.service.item_full .objet_review .order_now p span {
    display: inline-block;
    background: #009147;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .1);
    padding: 15px 30px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    position: relative
}

.service.item_full .objet_review .order_now p span:before {
    content: "";
    background: url(../images/arrow_project.png) no-repeat;
    position: absolute;
    width: 49px;
    height: 62px;
    left: -56px;
    top: -47px
}

.service.item_full .system_box .gallery ul {
    padding: 0;
    margin: 0;
    list-style: none;
    flex-flow: column wrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    display: flex
}

.service.item_full .system_box .gallery ul li {
    margin-bottom: 5px;
    position: relative
}

.service.item_full .system_box .gallery ul li a img {
    width: 100%
}

.service.item_full .system_box .gallery ul li:last-child {
    margin-bottom: 0
}

.service.item_full .system_box .gallery ul li.more>div {
    position: absolute;
    background: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer
}

.service.item_full .system_box .gallery .big_img {
    position: relative
}

.service.item_full .system_box .gallery .big_img img {
    width: 100%
}

.service.item_full .system_box .gallery .big_img .square {
    background: rgba(0, 148, 68, .75);
    position: absolute;
    top: 0;
    right: 15px;
    padding: 5px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.service .title {
    margin-top: 20px;
    margin-bottom: 20px
}

.service .title .main {
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    justify-content: flex-start
}

.service .title .main.russian {
    background: url(../images/russian.svg) no-repeat 0 0
}

.service .title .main.russian .text {
    text-align: center;
    width: 100%
}

.service .title .main .image img {
    width: 140px;
    height: 120px;
    margin-right: 10px
}

.service .title .main .text p {
    font-size: 48px;
    color: #444;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: .01em
}

.service .title .main .text p:last-child {
    font-size: 22px;
    color: #04773c;
    font-weight: 300
}

.service .title .text_preview {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 45px;
    min-height: 230px
}

.service .title .text_preview.lite {
    padding-left: 0
}

.service .title .text_preview p {
    font-size: 16px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.service .title .text_preview p.pre {
    font-size: 16px;
    color: #777;
    font-weight: 600;
    font-family: Raleway, sans-serif;
    text-align: right
}

.service .title .text_preview p.big {
    font-size: 26px;
    color: #777;
    font-weight: 300;
    font-family: Raleway, sans-serif;
    text-align: right;
    line-height: 130%
}

.service .title.style_2 {
    margin-top: 5px;
    margin-bottom: 5px
}

.service .title.style_3 {
    margin-top: 5px;
    margin-bottom: 20px
}

.service .information .review_service {
    padding-left: 45px
}

.service .information .line_box .title.green {
    font-size: 18px;
    color: #04773c;
    font-weight: 600;
    line-height: 26px;
    font-family: Open Sans, sans-serif;
    padding-bottom: 5px
}

.service .information .line_box .title.lite {
    font-size: 22px;
    color: #444;
    font-weight: 300;
    line-height: 130%;
    padding-bottom: 0;
    padding-top: 15px
}

.service .information .line_box p {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    line-height: 150%;
    font-family: Open Sans, sans-serif
}

.service .information .line_box ul {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 15px 0
}

.service .information .line_box ul li {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%;
    padding: 4px 0
}

.service .information .line_box ul li:before {
    content: "-";
    display: inline-block;
    margin-right: 10px
}

.service .information .more_full_box {
    display: none
}

.service .information .more_show_text {
    text-align: left;
    font-style: italic
}

.service .information .more_show_text.normal {
    font-style: normal
}

.service .information .contacts_inside {
    padding-left: 65px
}

.service .information .contacts_inside .box {
    margin-top: 115px
}

.service .information .contacts_inside .box .title {
    font-size: 16px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.service .information .contacts_inside .box ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.service .information .contacts_inside .box ul li {
    margin-bottom: 10px
}

.service .information .contacts_inside .box ul li a {
    font-size: 18px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 16px
}

.service .information .contacts_inside .box ul li.email a {
    font-size: 16px;
    color: #04773c
}

.service .information .contacts_inside.style_2 {
    padding-left: 25px
}

.service .information .contacts_inside.style_2 .box {
    margin-top: 45px
}

.service .information .order_now {
    text-align: center;
    margin-top: 40px
}

.service .information .order_now span {
    cursor: pointer;
    background: #009147;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .1);
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 80px
}

.service .information .order_now.left {
    text-align: left
}

.service .information .review_block {
    margin-top: 35px
}

.service .information .review_block.no {
    margin-top: 0
}

.service .information .review_block .title {
    font-size: 30px;
    color: #444;
    font-weight: 600;
    line-height: 26px
}

.service .information .review_block .title span {
    font-weight: 300
}

.service .information .review_block img {
    width: 100%
}

.service .information .review_block .more_show_gallery span {
    font-style: normal;
    margin-top: 10px;
    margin-left: 5px;
    display: inline-block;
    font-size: 15px;
    color: #929292;
    font-weight: 400;
    text-decoration: underline;
    font-family: Open Sans, sans-serif;
    cursor: pointer
}

.service .information.style_2 .cats_liner {
    margin-top: 0
}

.service .information.style_2 .cats_liner .title {
    margin-top: 0;
    margin-bottom: 0
}

.service .information.uslugi {
    margin-bottom: 40px
}

.service .information.uslugi .list_service {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 170%
}

.service .information.uslugi .list_service>li {
    margin-bottom: 15px;
    padding: 1px 0
}

.service .information.uslugi .list_service>li:before {
    display: inline-block;
    content: ""
}

.service .information.uslugi .list_service>li a {
    font-size: 14px;
    color: #04773c;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 170%
}

.service .information.uslugi .list_service>li>ol {
    margin: 0;
    list-style: none;
    padding: 0 0 0 20px
}

.service .information.uslugi .list_service>li>ol>li {
    padding: 1px 0;
    line-height: 170%
}

.service .information.uslugi .list_service>li>ol>li a {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 170%
}

.service .information.uslugi .list_service>li>ol>li:before {
    display: inline-block;
    content: " - ";
    margin-right: 5px
}

.service .bonus_info {
    margin-top: 30px
}

.service .bonus_info .item_bonus {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.service .bonus_info .item_bonus span {
    font-size: 44px;
    color: #00a651;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    line-height: 64px;
    margin-right: 15px;
    flex: 1 0 100%;
    font-size: 24px;
    line-height: 45px
}

.service .bonus_info .item_bonus p {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 22px;
    border-top: .7px solid #04773c;
    padding-top: 10px;
    max-width: 60%
}

.service .bonus_info .item_bonus .link {
    flex: 1 0 100%
}

.service .bonus_info .item_bonus .link a {
    font-size: 14px;
    color: #929292;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    text-decoration: underline
}

.service .bonus_info.linear .item_bonus p {
    max-width: 100%;
    font-size: 15px
}

.service .cats_liner {
    margin-top: 30px
}

.service .cats_liner .title {
    font-size: 20px;
    color: #444;
    font-weight: 300
}

.service .cats_liner .title.hard {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0
}

.service .cats_liner .phone {
    border-top: 1px solid rgba(0, 166, 81, .2);
    padding-top: 10px
}

.service .cats_liner .phone a {
    margin-left: 10px
}

.service .smi_box .text_info {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    width: 100%
}

.service .smi_box .text_info a {
    text-decoration: underline;
    color: #04773c;
    margin-left: 70px
}

.service .smi_box .text_info p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.service .slider_run_smi_service .item {
    padding-left: 20px;
    padding-right: 20px
}

.service .slider_run_smi_service .item .title_smi {
    font-size: 20px !important
}

.service .list_arrow ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.service .list_arrow ul li {
    font-size: 25px;
    color: #999;
    font-weight: 400;
    cursor: pointer
}

.service .list_arrow ul li.right {
    float: right
}

.service .list_arrow ul li.left {
    float: left
}

.service .box_project .inner_project {
    margin-bottom: 20px;
    position: relative
}

.service .box_project .inner_project img {
    width: 100%
}

.service .box_project .inner_project .hover {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, .48);
    top: 0;
    cursor: pointer
}

.service .box_project .inner_project .hover .title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0
}

.service .box_project .inner_project .hover .more {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.service .box_project .inner_project .hover .more:before {
    content: " — ";
    display: inline-block;
    margin-right: 5px
}

.service .box_project .inner_project .hover .more:after {
    content: " — ";
    display: inline-block;
    margin-left: 5px
}

.service .box_project .inner_project:hover .hover {
    display: flex
}

.service .box_project .more_project {
    text-align: center;
    justify-content: center
}

.service .box_project .more_project span {
    background: #fff;
    border: .5px solid #04773c;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .13);
    font-size: 14px;
    color: #04773c;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%;
    padding: 10px 55px;
    cursor: pointer
}

.service .box_project .object_full .all {
    display: none
}

.informer_order {
    text-align: center
}

.informer_order p {
    display: inline-block;
    max-width: 80%;
    border-top: 1px solid rgba(0, 166, 81, .2);
    padding: 30px 10% 0;
    margin-top: 60px;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.informer_order p a {
    font-weight: 600;
    text-decoration: underline;
    color: #04773c
}

.all_objects .title {
    font-size: 32px;
    color: #444;
    font-weight: 300;
    margin-bottom: 5px
}

.all_objects .disc {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.all_objects .disc span {
    color: #04773c;
    margin-left: 5px;
    font-weight: 600;
    font-size: 18px
}

.all_objects .main_project {
    margin-top: 30px
}

.all_objects .item {
    position: relative;
    margin-bottom: 30px
}

.all_objects .item img {
    padding: 5px;
    width: 100%
}

.all_objects .item>div a {
    color: #444;
    font-weight: 400
}

.all_objects .item .square,
.all_objects .item>div a {
    font-size: 14px;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.all_objects .item .square {
    background: rgba(0, 148, 68, .75);
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px;
    color: #fff;
    font-weight: 600
}

.all_objects .object_map .line {
    text-align: right
}

.all_objects .object_map .line select {
    max-width: 70%
}

.all_objects .object_map .mapping_all_objects {
    position: relative;
    margin-top: 60px;
    height: 400px;
    display: flex
}

.all_objects .object_map .mapping_all_objects>ymaps {
    height: 400%
}

.all_objects .object_map .mapping_all_objects.style_2 {
    margin-top: 100px
}

.all_objects .object_map .mapping_all_objects .map_all {
    background: rgba(0, 148, 68, .75);
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    line-height: 150%;
    z-index: 1
}

.all_objects .object_map .mapping_all_objects .map_place {
    font-size: 11px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 130%
}

.all_objects .object_map .mapping_all_objects .map_text {
    font-size: 12px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 130%
}

.all_objects .object_map .mapping_all_objects .map_link {
    font-size: 11px;
    color: #04773c;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 130%;
    display: inline-block;
    width: 100%;
    text-align: right
}

.all_objects .object_map .mapping_all_objects .map_title,
.all_objects .object_map .mapping_all_objects .ymaps-2-1-75-b-cluster-content__header {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 130%;
    margin-bottom: 5px
}

.all_objects .object_map .mapping_all_objects .ymaps-2-1-75-b-cluster-tabs__menu-item-text {
    font-size: 12px;
    color: #04773c;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 130%;
    margin-bottom: 5px
}

.all_objects .more_project {
    text-align: center;
    justify-content: center;
    margin-bottom: 15px
}

.all_objects .more_project span {
    background: #fff;
    border: .5px solid #04773c;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .13);
    font-size: 14px;
    color: #04773c;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%;
    padding: 10px 55px;
    cursor: pointer
}

.all_objects .object_full .all {
    display: none
}

.all_objects.inside .object_map {
    padding-top: 20px
}

.clients_box_logo .item_client_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px
}

.clients_box_logo .item_client_logo img {
    width: 100%
}

.clients_box_logo .more_logos {
    text-align: center;
    margin-top: 20px
}

.clients_box_logo .more_logos span {
    background: #009147;
    box-shadow: 1px 4px 8px rgba(4, 119, 60, .3);
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    width: 20%;
    text-transform: uppercase
}

.clients_box_logo .more_logos span,
.clients_box_logo .more_logos span.other {
    font-size: 14px;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    cursor: pointer
}

.clients_box_logo .more_logos span.other {
    background: #fff;
    border: .5px solid #04773c;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .13);
    color: #04773c;
    line-height: 150%;
    padding: 10px 55px
}

.career_start p {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    line-height: 150%;
    font-family: Open Sans, sans-serif
}

.career_start .sections.questions {
    margin-top: 40px;
    margin-bottom: 20px
}

.career_start .line_box {
    margin-bottom: 40px
}

.career_start .line_box:last-child {
    margin-bottom: 0
}

.career_start .line_box .title.green {
    font-size: 20px;
    color: #04773c;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 15px
}

.career_start .line_box .title.lite {
    font-size: 26px;
    color: #444;
    font-weight: 300;
    line-height: 130%;
    padding-bottom: 20px;
    padding-top: 30px
}

.career_start .line_box p {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    line-height: 150%;
    font-family: Open Sans, sans-serif
}

.career_start .steps .head_step {
    font-size: 20px;
    color: #04773c;
    font-weight: 400;
    line-height: 130%;
    margin: 20px 0
}

.career_start .steps .more_show_text {
    margin-top: 20px
}

.career_start .steps ul {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
    list-style-image: url(../images/list.png)
}

.career_start .steps ul li {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%;
    padding: 4px 0
}

.career_start .steps .more_full_box {
    display: none
}

.terms {
    margin-top: 60px;
    background: url(../images/terms.png) no-repeat top;
    min-height: 500px;
    padding-bottom: 50px
}

.terms .heading {
    font-size: 30px;
    color: #444;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    margin-bottom: 70px
}

.terms .heading span {
    font-weight: 600
}

.terms .box ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
    margin: 0 0 15px
}

.terms .box ul li {
    flex: 1 0 20%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center
}

.terms .box ul li img {
    width: 90px;
    height: 83px
}

.terms .box ul li p {
    flex: 1 0 100%;
    font-size: 12px;
    color: #444;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    margin-top: 20px;
    text-align: center
}

.news_page {
    margin-bottom: -45px
}

.news_page .line:after {
    content: "";
    display: inline-block;
    height: 1px;
    background: rgba(0, 166, 81, .2);
    width: 100%;
    max-width: 70%;
    margin: 20px auto 40px
}

.news_page .line:last-child:after {
    display: none
}

.news_page .news_item {
    border-bottom: 1px solid rgba(0, 166, 81, .2);
    margin-bottom: 30px
}

.news_page .news_item .title_subcat {
    font-size: 11px;
    color: #999;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 130%;
    margin-bottom: 10px
}

.news_page .news_item .link {
    margin-bottom: 20px
}

.news_page .news_item .link a {
    font-size: 16px;
    color: #444;
    font-weight: 500;
    line-height: 140%
}

.news_page .news_item .desc {
    font-size: 12px;
    color: #444;
    font-weight: 400;
    line-height: 140%;
    font-family: Open Sans, sans-serif;
    margin-bottom: 20px
}

.news_page .news_item.main {
    color: #04773c;
    border-bottom: none
}

.news_page .news_item.main .link a {
    font-size: 26px;
    color: #04773c;
    font-weight: 300;
    line-height: 140%
}

.news_page .news_item.main .desc {
    font-size: 14px;
    color: #04773c;
    font-weight: 400
}

.news_page .news_item:last-child {
    border-bottom: 0
}

.news_page .order_now {
    text-align: right;
    padding-right: 60px
}

.news_page .order_now .title {
    font-size: 26px;
    color: #444;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 20px;
    margin-top: 0
}

.news_page .order_now .title span {
    font-size: 26px;
    color: #444;
    font-weight: 300;
    margin-left: 5px
}

.news_page .order_now.life {
    padding: 0;
    margin-bottom: 60px
}

.news_page .order_now.life .title {
    line-height: 130%
}

.news_page .order_now.life .title span {
    display: block;
    font-size: 26px;
    color: #444;
    font-weight: 500
}

.news_page .order_now.life:last-child {
    margin-bottom: 0
}

.news_page .order_now p {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 150%
}

.news_page .order_now p span {
    display: inline-block;
    background: #009147;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .1);
    padding: 15px 30px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    position: relative
}

.news_page .order_now p span:before {
    content: "";
    background: url(../images/arrow_project.png) no-repeat;
    position: absolute;
    width: 49px;
    height: 62px;
    left: -56px;
    top: -47px
}

.news_page .more_full_box {
    display: none
}

.news_page .more_show_text {
    text-align: center;
    margin-bottom: 80px
}

.news_page .more_show_text span {
    font-size: 14px;
    color: #04773c;
    font-weight: 400;
    line-height: 150%;
    display: inline-block;
    background: #fff;
    border: .5px solid #04773c;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .13);
    padding: 13px 40px;
    text-decoration: none
}

.news_page .listener {
    margin: 0;
    padding: 0;

}

.news_page main {
    overflow: hidden;
}


.information .line_box {
    position: relative;
    overflow: auto;
}


.news_page .service .title {
    margin-top: 0
}

.news_page .service .title.lite {
    padding-top: 0
}

.news_page .service .information .title {
    margin-top: 0
}

.news_page .service .information .title.lite {
    padding-top: 0
}

.news_page .left_bar .img img {
    width: 100%
}

.news_page .back_to_news {
    text-align: right;
    margin-top: 20px
}

.news_page .back_to_news a {
    display: inline-block;
    background: #fff;
    border: .5px solid #ededed;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .13);
    font-size: 14pxm;
    color: #888;
    font-weight: 400;
    line-height: 150%;
    padding: 10px 30px;
    font-style: italic
}

.news_page .back_to_news a i {
    margin-right: 10px
}

.news_page.lifestyle .listener {
    padding-top: 210px
}

.news_page.lifestyle .news.main .last_news_cats_no_active li,
.news_page.lifestyle .news.main .last_news_cats li {
    justify-content: center
}

.news_page.lifestyle .left_bar {
    padding-top: 20px
}

.news_page.lifestyle .social_green.inside p {
    font-size: 13px
}

.news_page.lifestyle aside {
    padding-right: 55px
}

.news_page.lifestyle .title {
    font-size: 30px;
    color: #444;
    font-weight: 300
}

.news_page.lifestyle .video_life {
    border-bottom: 1px dashed rgba(0, 166, 81, .3);
    margin-bottom: 30px;
    padding-bottom: 10px
}

.news_page.lifestyle .video_life .link {
    text-align: center;
    margin-top: 10px
}

.news_page.lifestyle .video_life .link a {
    font-size: 14px;
    color: #04773c;
    font-weight: 400;
    line-height: 150%;
    display: inline-block;
    background: #fff;
    border: .5px solid #04773c;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .13);
    padding: 13px 40px;
    text-decoration: none
}

.news_page.lifestyle .video_life ul {
    padding: 0;
    list-style: none;
    margin: 20px 0 0
}

.news_page.lifestyle .video_life ul li {
    margin-bottom: 10px
}

.news_page.lifestyle .video_life ul li p {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    padding-top: 10px
}

.news_page.lifestyle .video_life ul li img {
    width: 100%
}

.news_page.lifestyle .video_life ul li:last-child {
    margin-bottom: 0
}

.news_page.lifestyle .main_news {
    border-bottom: 1px dashed rgba(0, 166, 81, .3);
    margin-bottom: 30px;
    padding-bottom: 20px;
    margin-top: 0
}

.news_page.lifestyle .main_news .sections.pages {
    margin-top: 0
}

.news_page.lifestyle .main_news .title,
.news_page.lifestyle .main_news p {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    line-height: 150%;
    font-family: Open Sans, sans-serif
}

.news_page.lifestyle .main_news .title a {
    font-size: 14px;
    color: #04773c;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: Open Sans, sans-serif;
    display: inline-block
}

.news_page.lifestyle .life_item {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    padding: 25px;
    margin-bottom: 25px
}

.news_page.lifestyle .life_item .title_sub {
    font-size: 18px;
    color: #444;
    font-weight: 300;
    line-height: 130%
}

.news_page.lifestyle .life_item .date {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    line-height: 130%;
    font-style: italic;
    font-family: Open Sans, sans-serif;
    margin: 15px 0
}

.news_page.lifestyle .life_item p {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    line-height: 150%;
    font-family: Open Sans, sans-serif
}

.news_page.lifestyle .life_item .more_show_text {
    text-align: left;
    margin-bottom: 0
}

.news_page.lifestyle .life_item .more_show_text span {
    padding: 0;
    border: none;
    color: #888;
    box-shadow: none;
    text-decoration: underline
}

.news_page.lifestyle .gallery {
    margin-bottom: 20px
}

.news_page.lifestyle .gallery ul {
    padding: 0;
    margin: 0;
    list-style: none;
    flex-flow: column wrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    display: flex
}

.news_page.lifestyle .gallery ul li {
    margin-bottom: 5px;
    position: relative;
    width: 100%
}

.news_page.lifestyle .gallery ul li a img {
    width: 100%
}

.news_page.lifestyle .gallery ul li:last-child {
    margin-bottom: 0
}

.news_page.lifestyle .gallery ul li.more>div {
    position: absolute;
    background: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer
}

.news_page.lifestyle .gallery .big_img {
    position: relative
}

.news_page.lifestyle .gallery .big_img img {
    width: 100%
}

.news_page.lifestyle .gallery .big_img .square {
    background: rgba(0, 148, 68, .75);
    position: absolute;
    top: 0;
    right: 15px;
    padding: 5px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.about {
    background: url(../images/logo_bg.png) no-repeat 100% 50px
}

.about .bonus_info {
    margin-top: 20px;
    margin-bottom: 20px
}

.about .bonus_info .item_bonus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.about .bonus_info .item_bonus span {
    font-size: 44px;
    color: #00a651;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    line-height: 64px;
    margin-right: 15px
}

.about .bonus_info .item_bonus p {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 22px;
    flex: 1 0
}

.about .bonus_info .item_bonus .link {
    flex: 1 0 100%
}

.about .bonus_info .item_bonus .link a {
    font-size: 14px;
    color: #929292;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    text-decoration: underline
}

.about .bonus_info.text .item_bonus p {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.about .grafic {
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(../images/grafic.png) no-repeat 0 0;
    min-height: 500px
}

.about .grafic .title {
    text-align: right;
    font-size: 16px;
    color: #04773c
}

.about .grafic .text,
.about .grafic .title {
    font-weight: 400;
    line-height: 150%;
    font-family: Open Sans, sans-serif
}

.about .grafic .text {
    font-size: 13px;
    color: #444
}

.about .video_download {
    text-align: right;
    margin-top: 35px;
    margin-right: 10%
}

.about .video_download a {
    margin-right: 90px
}

.city {
    background: url(../images/map_main.svg) no-repeat 0 0;
    padding-top: 40px;
    padding-bottom: 20px
}

.city.right {
    background: url(../images/map_main.svg) no-repeat 100% 0
}

.city.right .dotted_map {
    position: relative
}

.city.right .dotted_map .d1 {
    background: url(../images/d1.svg) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 80px;
    bottom: 138px
}

.city.right .dotted_map .d2 {
    right: 100px;
    top: 30px
}

.city.right .dotted_map .d2,
.city.right .dotted_map .d3 {
    background: url(../images/d2.svg) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute
}

.city.right .dotted_map .d3 {
    right: 185px;
    top: 65px
}

.city.right .dotted_map .d4 {
    background: url(../images/d1.svg) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 110px;
    bottom: 170px
}

.city.right .dotted_map .d5 {
    background: url(../images/d2.svg) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 128px;
    bottom: 148px
}

.city.right .info p {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.city.right .info .head_title {
    font-size: 30px;
    color: #444;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 42px
}

.city.right .info .head_title span {
    font-weight: 300;
    padding-left: 5px
}

.city .info .head_title {
    font-size: 17px;
    color: #04773c;
    font-weight: 500;
    line-height: 26px
}

.city .info .head_title #select_city {
    text-decoration: underline;
    cursor: pointer
}

.city .info .head_title i {
    font-size: 10px;
    position: relative;
    left: 5px
}

.city .info ul {
    margin: 0;
    list-style: none;
    padding: 20px 0
}

.city .info ul li {
    display: inline-block;
    width: 48%;
    font-size: 16px;
    color: #444;
    padding: 5px 0
}

.city .info p,
.city .info ul li {
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.city .info p {
    font-size: 14px;
    color: #999
}

.city .info .towns div {
    display: none
}

.city .info .towns div:first-child {
    display: block
}

.city .dotted_map {
    position: relative
}

.city .dotted_map .d1 {
    background: url(../images/d1.svg) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 50px;
    bottom: 120px
}

.city .dotted_map .d2 {
    right: 50px;
    top: 30px
}

.city .dotted_map .d2,
.city .dotted_map .d3 {
    background: url(../images/d2.svg) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute
}

.city .dotted_map .d3 {
    right: 102px;
    top: 65px
}

.city .dotted_map .d4 {
    background: url(../images/d1.svg) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 35px;
    bottom: 135px
}

.city .dotted_map .d5 {
    background: url(../images/d2.svg) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 110px;
    bottom: 114px
}

.city #city {
    display: none;
    position: absolute;
    right: 0
}

.city #city ul {
    padding: 20px;
    background: #fff;
    margin-top: 3px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, .1)
}

.city #city ul li {
    width: 100%;
    cursor: pointer
}

.clients {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    background: #f9f9f9;
    margin-top: -15px
}

.clients .sections.pages {
    margin-top: 0
}

.sections {
    margin-top: 30px
}

.sections.pages {
    width: 100%;
    margin-top: 50px
}

.sections.pages.left .info {
    padding: 0
}

.sections.pages.left .info p {
    text-align: left
}

.sections .text .head {
    font-size: 32px;
    color: #444;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center
}

.sections .text .head span {
    font-weight: 700
}

.sections .text .head.left {
    text-align: left
}

.sections .text.reverse .head {
    font-size: 32px;
    color: #444;
    font-weight: 600
}

.sections .text.reverse .head span {
    font-weight: 300
}

.sections .text .info {
    text-align: center;
    padding: 0 95px
}

.sections .text .info p {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    color: #444;
    font-weight: 400;
    line-height: 26px;
    text-align: center
}

.sections.list {
    margin-top: 0
}

.sections.list .text .head ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.sections.list .text .head ul li {
    display: inline-block
}

.sections.list .text .head ul li:after {
    content: "/";
    display: inline-block;
    padding: 0 3px 0 10px;
    font-size: 48px;
    color: #444;
    font-weight: 300
}

.sections.list .text .head ul li a {
    font-size: 48px;
    color: #999;
    font-weight: 300
}

.sections.list .text .head ul li.active a,
.sections.list .text .head ul li a:hover {
    text-decoration: none;
    border-bottom: 2px solid rgba(10, 177, 75, .4);
    color: #444
}

.sections.list .text .head ul li:last-child {
    color: #04773c
}

.sections.list .text .head ul li:last-child:after {
    content: "/";
    display: none;
    padding: 0 3px
}

.sections.list .text .info {
    padding: 0 150px;
    text-align: justify
}

.sections.list .text .info p {
    text-align: justify;
    line-height: 150%
}

.sections.list.lite .text ul li:after,
.sections.list.lite .text ul li a {
    font-size: 32px
}

.sections.list.lite .head {
    margin-bottom: 0;
    margin-top: 5px
}

.sections.other {
    margin-top: 0
}

.sections.other .text .head h1 {
    font-size: 48px;
    color: #444;
    font-weight: 300;
    line-height: 130%;
    text-align: center;
    margin-bottom: 5px
}

.sections.other .text .info {
    padding: 0 150px;
    text-align: justify
}

.sections.other .text .info p {
    text-align: justify;
    line-height: 150%;
    font-size: 14px
}

.sections.inside {
    margin-bottom: 80px
}

.clients {
    margin-bottom: 0;
    padding-bottom: 20px
}

.clients img {
    width: 100%
}

.clients .item {
    display: flex;
    height: 100%;
    justify-content: center
}

.clients .slider_run_clients .slider-arrow-left {
    position: absolute;
    top: 25%;
    left: -20px
}

.clients .slider_run_clients .slider-arrow-right {
    position: absolute;
    top: 25%;
    right: -20px
}

.lifestyle {
    background: url(../images/1920px_scheme.png) no-repeat 0 0;
    padding-bottom: 105px
}

.lifestyle.no {
    background: none
}

.lifestyle .img {
    text-align: right
}

.lifestyle .text {
    margin-bottom: 0
}

.lifestyle .news.main {
    background-size: contain
}

.lifestyle .reactions ul {
    padding: 0;
    list-style: none;
    margin: 20px 0 0;
    display: flex
}

.lifestyle .reactions ul li {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: nowrap;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.lifestyle .reactions ul li span {
    margin-left: 10px
}

.lifestyle ul.list {
    padding: 0;
    list-style: none;
    margin: 25px 0 0
}

.lifestyle ul.list li {
    display: inline-block
}

.lifestyle ul.list li:after {
    content: " | ";
    color: #04773c;
    padding: 0 15px 0 20px
}

.lifestyle ul.list li a {
    font-size: 15px;
    color: #04773c;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(0, 148, 68, 0)
}

.lifestyle ul.list li a:hover {
    border-bottom: 2px solid rgba(0, 148, 68, .5)
}

.lifestyle ul.list li:last-child:after {
    display: none
}

.lifestyle.career_box .sections.pages {
    margin-top: 0
}

.lifestyle.career_box .review_block.inside {
    margin-bottom: 40px
}

.social_green {
    text-align: right;
    position: relative
}

.social_green ul {
    position: absolute;
    right: 10px;
    top: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex
}

.social_green ul li {
    margin: 0 5px
}

.social_green.inside {
    display: flex;
    margin-top: 20px;
    justify-content: space-between
}

.social_green.inside p {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.social_green.inside ul {
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex
}

.social_green.inside ul li {
    margin: 0 5px
}

.news {
    background: url(../images/sheme_life.png) no-repeat 10% top;
    margin-top: 60px;
    padding-bottom: 60px
}

.news.main {
    position: relative;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    background: url(../images/logo_bg.png) 100% 0 no-repeat;
    background: none;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 0
}

.news.main.some {
    margin-top: 10px;
    margin-bottom: 60px
}

.news.main.some .last_news_cats,
.news.main.some .last_news_cats_no_active {
    margin-top: 35px
}

.news.main .last {
    padding: 0 45px
}

.news.main .breadcrumbs {
    margin-bottom: 5px
}

.news.main .last_news_cats,
.news.main .last_news_cats_no_active {
    margin-top: 15px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    padding-left: 210px
}

.news.main .last_news_cats_no_active li,
.news.main .last_news_cats li {
    font-size: 13px;
    font-weight: 600;
    flex: 1 0 19%;
    justify-content: flex-start;
    padding: 10px 15px
}

.news.main .last_news_cats_no_active li a,
.news.main .last_news_cats li a {
    font-size: 13px;
    color: #04773c;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid transparent
}

.news.main .last_news_cats_no_active li a.active,
.news.main .last_news_cats_no_active li a:hover,
.news.main .last_news_cats li a.active,
.news.main .last_news_cats li a:hover {
    text-decoration: none
}

.news.main .listener .logo_block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 220px
}

.news.main .listener .logo_block:before {
    content: "";
    background: url(../images/ava.svg) no-repeat 0 0;
    min-height: 50px;
    min-height: 165px;
    position: absolute;
    bottom: -75px;
    width: 165px;
    left: 25px
}

.news.main .listener .logo_block .title {
    font-size: 48px;
    color: #444;
    font-weight: 300;
    line-height: 42px
}

.news.main .listener .logo_block .back {
    padding-left: 225px
}

.news.main .listener .logo_block .back a {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    font-style: italic
}

.news.main .listener .logo_block .back a:before {
    content: "\2190";
    display: inline-block;
    margin-right: 10px
}

.news.main .more_news {
    margin-bottom: -25px
}

.news.main .more_news .img a {
    display: inline-block;
    padding: 8px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.news.main .more_news .img img {
    width: 100%
}

.news.main .last_news li a span {
    top: -10px;
    right: -10px
}

.news.main .last_news_no_active li a {
    width: 100%;
    margin: 8px 0 0;
    font-size: 26px;
    line-height: 130%;
    min-height: auto
}

.news.main .last_news_pager_no_active {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news.main .last_news_pager_no_active li.title {
    padding: 0
}

.news.main .last_news_pager_no_active li.date {
    font-size: 14px;
    color: #888;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    font-style: italic
}

.news .last_news,
.news .last_news_no_active {
    padding: 0;
    margin: 0;
    list-style: none
}

.news .last_news_no_active li,
.news .last_news li {
    display: none;
    min-height: 130px
}

.news .last_news_no_active li.active,
.news .last_news_no_active li:first-child,
.news .last_news li.active,
.news .last_news li:first-child {
    display: block
}

.news .last_news_no_active li a,
.news .last_news li a {
    font-size: 30px;
    color: #444;
    font-weight: 300;
    display: inline-block;
    width: 80%;
    position: relative;
    line-height: 140%
}

.news .last_news_no_active li a span,
.news .last_news li a span {
    position: absolute;
    font-size: 16px;
    color: #04773c;
    font-weight: 600;
    text-transform: uppercase;
    top: -5px;
    right: 0
}

.news .last_news_no_active li a:hover,
.news .last_news li a:hover {
    text-decoration: none
}

.news .last_news_pager,
.news .last_news_pager_no_active {
    padding: 0;
    list-style: none;
    margin: 30px 0 0
}

.news .last_news_pager_no_active li,
.news .last_news_pager li {
    display: inline-block
}

.news .last_news_pager_no_active li.title,
.news .last_news_pager li.title {
    font-size: 11px;
    color: #04773c;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px
}

.news .last_news_cats,
.news .last_news_cats_no_active {
    padding: 0;
    list-style: none;
    margin: 80px 0 0;
    display: flex;
    justify-content: space-between
}

.news .last_news_cats.hide,
.news .last_news_cats_no_active.hide {
    display: none
}

.news .last_news_cats_no_active li,
.news .last_news_cats li {
    display: flex;
    align-items: center;
    flex: 0 0 140px;
    cursor: pointer;
    font-size: 11px;
    color: #04773c;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px 0 0;
    border-bottom: 2px solid transparent
}

.news .last_news_cats_no_active li.active,
.news .last_news_cats_no_active li:hover,
.news .last_news_cats li.active,
.news .last_news_cats li:hover {
    border-bottom: 2px solid rgba(0, 148, 68, .5)
}

.news .more_news .title {
    font-size: 14px;
    color: #444;
    font-weight: 600;
    text-transform: uppercase
}

.news .more_news ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.news .more_news ul li {
    padding: 0 25px 0 0;
    margin-top: 25px;
    border-bottom: 1px solid rgba(0, 166, 81, .2)
}

.news .more_news ul li:last-child {
    border-bottom: 0
}

.news .more_news ul li .cat_name {
    font-size: 11px;
    color: #999;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px
}

.news .more_news ul li a {
    font-size: 16px;
    color: #444;
    font-weight: 500;
    text-transform: none
}

.news .all_news {
    margin-top: 45px
}

.jobs {
    margin-top: 40px;
    margin-bottom: 40px
}

.jobs .scheme .title {
    font-size: 26px;
    color: #444;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 25px
}

.jobs .scheme .title span {
    font-weight: 300
}

.jobs .scheme .item {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    align-items: flex-end
}

.jobs .scheme .item p {
    margin-top: 10px;
    font-size: 13px;
    color: #444;
    font-weight: 500;
    text-align: center;
    line-height: 18px
}

.jobs .scheme .item img {
    width: 90px;
    height: 83px
}

.jobs .contacts .title {
    font-size: 26px;
    color: #444;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 55px;
    text-align: center
}

.jobs .contacts .title span {
    font-weight: 300
}

.jobs .contacts .title.inside {
    padding-bottom: 20px
}

.jobs .contacts ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.jobs .contacts ul li {
    text-align: center
}

.jobs .contacts ul li a {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 24px
}

.jobs .contacts ul li.email a {
    color: #04773c;
    text-decoration: underline
}

.jobs .jobs_info {
    padding-top: 40px
}

.jobs .jobs_info p {
    font-size: 18px;
    color: #444;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    line-height: 16px
}

.jobs .jobs_info p:last-child {
    font-size: 14px;
    color: #444;
    font-weight: 400
}

.jobs .jobs_info p:last-child span {
    font-size: 26px;
    color: #04773c;
    font-weight: 500;
    font-family: Raleway, sans-serif;
    margin-left: 5px
}

.jobs .jobs_select {
    padding-top: 40px
}

.jobs .jobs_select select {
    background: #fff;
    border: 1px solid #e2dfdf;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    width: 100%;
    padding: 10px 15px
}

.jobs .jobs_select select:focus {
    outline: none
}

.jobs .jobs_items {
    margin-top: 20px
}

.jobs .jobs_items .info_job_item {
    cursor: pointer
}

.jobs .jobs_items .info_job_item>ul {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: .7px dashed rgba(0, 166, 81, .4);
    box-sizing: border-box;
    padding: 20px 30px
}

.jobs .jobs_items .info_job_item>ul li {
    font-size: 14px;
    color: #444;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 130%
}

.jobs .jobs_items .info_job_item>ul li.name {
    flex: 0 0 80%
}

.jobs .jobs_items .info_job_item>ul li.name span {
    font-size: 13px;
    color: #04773c;
    font-weight: 400;
    line-height: 130%;
    font-family: Open Sans, sans-serif;
    text-transform: lowercase;
    position: relative;
    top: -5px;
    left: 5px
}

.jobs .jobs_items .info_job_item>ul li.city_jobs {
    text-transform: none;
    color: rgba(68, 68, 68, .6);
    flex: 1
}

.jobs .jobs_items .info_job_item>ul li.clicker {
    text-transform: none;
    color: #04773c;
    text-decoration: underline;
    text-align: right;
    cursor: pointer
}

.jobs .jobs_items .info_job_item>ul.active,
.jobs .jobs_items .info_job_item>ul:hover {
    background: linear-gradient(97.4deg, rgba(3, 156, 84, .8) 11.76%, rgba(6, 139, 78, .8) 91.14%)
}

.jobs .jobs_items .info_job_item>ul.active li.city_jobs,
.jobs .jobs_items .info_job_item>ul.active li.city_jobs span,
.jobs .jobs_items .info_job_item>ul.active li.clicker,
.jobs .jobs_items .info_job_item>ul.active li.clicker span,
.jobs .jobs_items .info_job_item>ul.active li.name,
.jobs .jobs_items .info_job_item>ul.active li.name span,
.jobs .jobs_items .info_job_item>ul:hover li.city_jobs,
.jobs .jobs_items .info_job_item>ul:hover li.city_jobs span,
.jobs .jobs_items .info_job_item>ul:hover li.clicker,
.jobs .jobs_items .info_job_item>ul:hover li.clicker span,
.jobs .jobs_items .info_job_item>ul:hover li.name,
.jobs .jobs_items .info_job_item>ul:hover li.name span {
    color: #fff
}

.jobs .jobs_items .more_info {
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    display: none;
    margin-bottom: 20px;
    padding: 20px 30px
}

.jobs .jobs_items .more_info .title {
    font-size: 14px;
    color: #444;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    line-height: 150%;
    margin-bottom: 20px
}

.jobs .jobs_items .more_info ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.jobs .jobs_items .more_info ul li {
    margin-bottom: 5px;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.jobs .jobs_items .more_info ul li:before {
    content: "-";
    margin-right: 5px;
    display: inline-block
}

.jobs .jobs_items .more_info .reply {
    text-align: right;
    margin-top: 30px
}

.jobs .jobs_items .more_info .reply span {
    background: #009147;
    box-shadow: 1px 4px 8px rgba(4, 119, 60, .3);
    display: inline-block;
    color: #fff;
    padding: 20px 50px;
    cursor: pointer;
    text-transform: uppercase
}

.jobs .jobs_items .more_info .reply span,
.jobs .more_jobs_text {
    font-size: 14px;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    text-align: center
}

.jobs .more_jobs_text {
    margin-top: 50px;
    padding: 20px 150px;
    color: #444;
    line-height: 150%
}

.jobs .more_jobs_text a {
    color: #04773c
}

.scheme_diagramm {
    background: url(../images/sheme_life.png) no-repeat 10% top;
    margin-top: 60px;
    padding-bottom: 60px
}

.scheme_diagramm .info p {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.scheme_diagramm .info .head_title {
    font-size: 30px;
    color: #444;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 42px
}

.scheme_diagramm .info .head_title span {
    font-weight: 300;
    padding-left: 5px
}

.scheme_diagramm .d1 {
    background: url(../images/scheme_1.png) no-repeat 100% 0;
    min-height: 500px
}

.scheme_diagramm .d2 {
    background: url(../images/scheme_2.png) no-repeat right -5px;
    min-height: 420px;
    margin-top: 50px;
    margin-bottom: 50px
}

.scheme_diagramm .last_text_box {
    margin-top: 50px
}

.scheme_diagramm .last_text_box p {
    font-size: 18px;
    color: #444;
    font-weight: 300;
    line-height: 150%;
    opacity: .6
}

.scheme_diagramm .last_text_box p a,
.scheme_diagramm .last_text_box p span {
    text-decoration: underline;
    color: #04773c;
    cursor: pointer
}

.cats_liner .list>ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%
}

.cats_liner .list>ul>li {
    border: .7px dashed rgba(0, 166, 81, .4);
    box-sizing: border-box;
    flex: 1 0 20%;
    font-size: 12px;
    align-items: stretch
}

.cats_liner .list>ul>li,
.cats_liner .list>ul>li span {
    color: #444;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between
}

.cats_liner .list>ul>li span {
    padding: 10px;
    font-size: 11.8px;
    align-items: center;
    flex: 1 0 100%;
    min-height: 72px
}

.cats_liner .list>ul>li span:after {
    content: "▼";
    font-size: 12px;
    color: #04773c;
    position: relative;
    margin-left: 3px
}

.cats_liner .list>ul>li.active span,
.cats_liner .list>ul>li:hover span {
    background: linear-gradient(97.4deg, rgba(3, 156, 84, .8) 11.76%, rgba(6, 139, 78, .8) 91.14%);
    color: #fff
}

.cats_liner .list>ul>li.active span:after,
.cats_liner .list>ul>li:hover span:after {
    color: #fff
}

.cats_liner .list>ul>li:hover {
    cursor: pointer
}

.cats_liner .list>ul>li .big {
    position: absolute;
    width: 100%;
    left: 0;
    top: 93px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, .15);
    z-index: 1;
    display: none
}

.cats_liner .list>ul>li .big .items {
    min-height: 300px;
    max-height: 410px
}

.cats_liner .list>ul>li .big .items>div {
    display: none
}

.cats_liner .list>ul>li .big .items>div:first-child {
    display: block
}

.cats_liner .list>ul>li .big .items>div .title {
    margin-bottom: 10px
}

.cats_liner .list>ul>li .big .items>div .title a {
    font-size: 12px;
    color: #04773c;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
    text-decoration: none
}

.cats_liner .list>ul>li .big .items>div ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 20px
}

.cats_liner .list>ul>li .big .items>div ul li {
    padding: 2px 0;
    font-size: 12px;
    color: #444;
    font-weight: 600;
    font-family: Open Sans, sans-serif
}

.cats_liner .list>ul>li .big .items>div ul li:before {
    content: " - "
}

.cats_liner .list>ul>li .big .items>div ul li a {
    text-transform: none;
    font-size: 14px;
    color: #444;
    font-weight: 500;
    font-family: Open Sans, sans-serif
}

.cats_liner .list>ul>li .big .items>div ul li ol {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 5px 0
}

.cats_liner .list>ul>li .big .pages ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none
}

.cats_liner .list>ul>li .big .pages ul li {
    font-family: Open Sans, sans-serif
}

.cats_liner .list>ul>li .big .pages ul li.sep {
    padding: 0 3px
}

.cats_liner .list>ul>li .big .pages ul .pager_left,
.cats_liner .list>ul>li .big .pages ul .pager_right {
    color: #04773c;
    cursor: pointer;
    padding: 0 3px
}

.cats_liner .list>ul>li .big .pages ul .active {
    font-size: 19px;
    color: #04773c;
    font-weight: 600;
    font-family: Open Sans, sans-serif
}

.cats_liner .list .block_inner {
    width: 100%
}

.cats_liner .list .block_inner .big {
    position: relative;
    width: 100%;
    left: 0;
    top: 15px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, .15);
    z-index: 1;
    display: none;
    margin-bottom: 40px
}

.cats_liner .list .block_inner .big .items {
    min-height: 300px;
    max-height: 410px
}

.cats_liner .list .block_inner .big .items>div {
    display: none
}

.cats_liner .list .block_inner .big .items>div:first-child {
    display: block
}

.cats_liner .list .block_inner .big .items>div .title {
    margin-bottom: 10px
}

.cats_liner .list .block_inner .big .items>div .title a {
    font-size: 12px;
    color: #04773c;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
    text-decoration: none
}

.cats_liner .list .block_inner .big .items>div ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 20px
}

.cats_liner .list .block_inner .big .items>div ul li {
    padding: 2px 0;
    font-size: 12px;
    color: #444;
    font-weight: 600;
    font-family: Open Sans, sans-serif
}

.cats_liner .list .block_inner .big .items>div ul li:before {
    content: " - "
}

.cats_liner .list .block_inner .big .items>div ul li a {
    text-transform: none;
    font-size: 14px;
    color: #444;
    font-weight: 500;
    font-family: Open Sans, sans-serif
}

.cats_liner .list .block_inner .big .items>div ul li ol {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 5px 0
}

.cats_liner .list .block_inner .big .items>div p {
    font-size: 14px;
    color: #444;
    font-weight: 500;
    font-family: Open Sans, sans-serif
}

.cats_liner .list .block_inner .big .items>div p a {
    font-size: 14px;
    color: #444;
    font-weight: 600;
    color: #04773c
}

.cats_liner .list .block_inner .big .pages ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none
}

.cats_liner .list .block_inner .big .pages ul li {
    font-family: Open Sans, sans-serif
}

.cats_liner .list .block_inner .big .pages ul li.sep {
    padding: 0 3px
}

.cats_liner .list .block_inner .big .pages ul .pager_left,
.cats_liner .list .block_inner .big .pages ul .pager_right {
    color: #04773c;
    cursor: pointer;
    padding: 0 3px
}

.cats_liner .list .block_inner .big .pages ul .active {
    font-size: 19px;
    color: #04773c;
    font-weight: 600;
    font-family: Open Sans, sans-serif
}

.cats_liner .list.gray>ul>li {
    padding: 5px;
    border: none
}

.cats_liner .list.gray>ul>li span {
    background: #f7f7f7
}

.cats_liner .list.gray>ul>li:first-child {
    padding-left: 0
}

.cats_liner .list.gray>ul>li.active span,
.cats_liner .list.gray>ul>li.active span:after,
.cats_liner .list.gray>ul>li:hover span,
.cats_liner .list.gray>ul>li:hover span:after {
    color: #04773c
}

.cats_liner .list.gray>ul>li:hover {
    cursor: pointer
}

.cats_liner .list.lite_text>ul>li span {
    text-transform: none;
    font-weight: 400;
    font-size: 14px
}

.user img {
    border-radius: 50%
}

.user p.name {
    font-size: 18px;
    color: #444;
    font-weight: 300;
    margin: 10px 0 0
}

.user p.name span {
    font-weight: 600;
    margin-left: 5px
}

.user p.status {
    font-style: italic;
    color: #999
}

.text_preview_heading p {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.text_preview_heading p:first-child {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    font-family: Raleway, sans-serif;
    line-height: 150%
}

.seo_text {
    margin-top: 35px
}

.seo_text .more p {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.seo_text .more p a {
    color: #04773c;
    text-decoration: underline
}

.seo_text .more .title {
    font-size: 30px;
    color: #444;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 25px
}

.more_partners {
    margin-top: 30px;
    margin-bottom: 30px
}

.more_partners .preview {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #444;
    font-weight: 300;
    line-height: 130%;
    text-transform: uppercase
}

.more_partners .more p {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.more_partners .more p a {
    color: #04773c;
    text-decoration: underline
}

.more_partners .more p:last-child {
    font-size: 12px;
    color: #444;
    font-weight: 600;
    font-family: Open Sans, sans-serif
}

.review_block .slider-arrow-left {
    position: absolute;
    top: 50%;
    left: -20px
}

.review_block .slider-arrow-right {
    position: absolute;
    top: 50%;
    right: -20px
}

.review_block .item {
    padding: 15px 0
}

.review_block .item .logo {
    flex: 1 0 100%;
    justify-content: center;
    display: flex
}

.review_block .item .logo .img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    background: #fff;
    box-shadow: 0 1px 13px rgba(0, 0, 0, .15);
    justify-content: center;
    padding: 5px
}

.review_block .item .logo .img img {
    width: auto;
    min-width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.review_block .item .text {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%;
    padding: 25px 150px;
    text-align: center
}

.review_block .item .name {
    text-align: center;
    font-size: 18px;
    color: #444;
    font-weight: 300;
    margin-bottom: 10px
}

.review_block .item .name span {
    font-weight: 600;
    padding-left: 5px
}

.review_block .item .work {
    text-align: center;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    font-style: italic
}

.review_block.inside .item .text {
    margin-bottom: 0
}

.review_block.smi .item .text {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%;
    padding: 5px 10px;
    text-align: left
}

.review_block.smi .item .text .title_smi {
    font-size: 17px;
    color: #444;
    font-weight: 500;
    line-height: 140%
}

.review_block.smi .item .text .intor_text {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    line-height: 150%;
    font-family: Open Sans, sans-serif
}

.review_block.smi .item .text .link {
    text-align: right
}

.review_block.smi .item .text .link a {
    font-size: 14px;
    color: #929292;
    font-weight: 400;
    line-height: 24px;
    font-family: Open Sans, sans-serif;
    text-decoration-line: underline
}

.license {
    border-bottom: 1px dashed rgba(0, 166, 81, .3);
    box-sizing: border-box;
    padding-top: 20px
}

.license:last-child {
    border-bottom: 0;
    margin-bottom: 70px
}

.license .text .title {
    font-size: 16px;
    color: #04773c;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 20px
}

.license .date,
.license .text p {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    line-height: 150%
}

.license .date {
    font-style: italic
}

.license .more i {
    margin-right: 5px
}

.license .more p {
    cursor: pointer
}

.license .more p a {
    font-size: 13px;
    color: #04773c;
    font-weight: 400;
    line-height: 22px;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
    text-decoration: underline
}

footer {
    background: linear-gradient(92.76deg, rgba(3, 156, 84, .8) 11.76%, rgba(6, 139, 78, .8) 91.14%);
    padding: 30px 0
}

footer .menu ul {
    padding: 0;
    list-style: none;
    margin: 0 0 30px
}

footer .menu ul li {
    margin: 6px 0
}

footer .menu ul li a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

footer .menu ul li.head {
    margin-bottom: 10px
}

footer .menu ul li.head a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 600
}

footer .product_footer {
    margin: 40px -15px
}

footer .product_footer .title {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

footer .product_footer .list ul {
    padding: 0;
    margin: 0;
    list-style: none
}

footer .product_footer .list ul li {
    display: inline-block
}

footer .product_footer .list ul li:after {
    content: " | ";
    display: inline-block;
    padding: 0 20px 0 25px;
    color: #fff
}

footer .product_footer .list ul li:last-child:after {
    content: " | ";
    display: none
}

footer .product_footer .list ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase
}

footer .informer .logo img {
    width: 100%
}

footer .informer .address ul {
    padding: 0;
    margin: 0;
    list-style: none
}

footer .informer .address ul li {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

footer .informer .address ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: Open Sans, sans-serif
}

footer .informer .phones ul {
    padding: 0;
    margin: 0;
    list-style: none
}

footer .informer .phones ul li,
footer .informer .phones ul li a {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

footer .informer .social ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0
}

footer .informer .social ul li {
    display: inline-block
}

footer .system {
    margin-top: 30px;
    align-items: center
}

footer .system .dev {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .7);
    font-weight: 400;
    text-transform: uppercase;
    opacity: .9;
    text-align: center
}

footer .system .dev p {
    margin: 0 10px;
    display: inline-block
}

footer .system .dev p:first-child {
    text-transform: none;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .7);
    font-weight: 400
}

footer .system .dev p i {
    position: relative;
    top: 5px
}

footer .system .dev p a {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .7);
    font-weight: 400
}

footer .system .copy {
    text-align: right;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .7);
    font-weight: 400;
    opacity: .9
}

footer .system .copy p {
    margin: 0
}

@media (max-width:1670px) {

    .lifestyle,
    .news,
    .scheme_diagramm {
        background: url(../images/1366px_scheme.png) no-repeat 0 0
    }

    .about {
        background: url(../images/1366px_logo.png) no-repeat 100%
    }

    .about.top,
    .cats_bg {
        background: url(../images/1366px_logo.png) no-repeat 100% 0
    }

    .bg_logo {
        background: url(../images/bg_logo_menu.png) no-repeat 0 0;
        background-size: contain;
        min-height: 300px
    }

    .cats_bg_port {
        background: url(../images/1366px_logo.png) no-repeat 100%
    }

    .tech_box {
        background: url(../images/1366px_scheme_right.png) no-repeat right 500px
    }

    .tech_box_base {
        background: url(../images/1366px_scheme_right.png) no-repeat 100% 0
    }

    .map_inside {
        background: url(../images/1366px_map.png) no-repeat 100% 0
    }
}

@media (min-width:1680px) and (max-width:1910px) {

    .lifestyle,
    .news,
    .scheme_diagramm {
        background: url(../images/1680px_sсheme.png) no-repeat 0 0
    }

    .about {
        background: url(../images/1680px_logo.png) no-repeat 100%
    }

    .about.top {
        background: url(../images/1680px_logo.png) no-repeat 100% 0
    }

    .bg_logo {
        background: url(../images/bg_logo_menu.png) no-repeat 0 0;
        background-size: contain;
        min-height: 300px
    }

    .cats_bg {
        background: url(../images/1680px_logo.png) no-repeat 100% 0
    }

    .cats_bg_port {
        background: url(../images/1680px_logo.png) no-repeat 100%
    }

    .tech_box {
        background: url(../images/1680px_scheme_right.png) no-repeat right 500px
    }

    .tech_box_base {
        background: url(../images/1680px_scheme_right.png) no-repeat 100% 0
    }

    .map_inside {
        background: url(../images/1680px_map.png) no-repeat 100% 0
    }
}

@media (min-width:1915px) {

    .lifestyle,
    .news,
    .scheme_diagramm {
        background: url(../images/1920px_scheme.png) no-repeat 0 0
    }

    .about {
        background: url(../images/1920px_logo.png) no-repeat 100% 0;
        background: url(../images/1920px_logo.png) no-repeat 100%
    }

    .about.top,
    .cats_bg {
        background: url(../images/1920px_logo.png) no-repeat 100% 0
    }

    .bg_logo {
        background: url(../images/bg_logo_menu.png) no-repeat 0 0;
        background-size: contain;
        min-height: 300px
    }

    .cats_bg_port {
        background: url(../images/1920px_logo.png) no-repeat 100%
    }

    .tech_box {
        background: url(../images/1920px_scheme_right.png) no-repeat right 500px
    }

    .tech_box_base {
        background: url(../images/1920px_scheme_right.png) no-repeat 100% 0
    }

    .map_inside {
        background: url(../images/1920px_map.png) no-repeat 100% 0
    }
}

@media (min-width:240px) and (max-width:780px) {

    body,
    html {
        padding-top: 45px
    }

    .big_banner {
        background: url(../images/sheme_mob.svg) no-repeat top;
        min-height: 780px;
        margin-top: -40px
    }

    .big_banner .cats_main_text div {
        font-size: 24px;
        line-height: 125%;
        max-width: 70%
    }

    .big_banner .cats_main_text p {
        font-size: 12px;
        line-height: 140%;
        max-width: 70%
    }

    .big_banner .box {
        display: none;
        width: auto
    }

    .big_banner .box .info {
        display: none
    }

    .big_banner .box .item {
        display: inline-block
    }

    .big_banner .box.p1 {
        display: block;
        top: 25px;
        left: 68%
    }

    .big_banner .box.p1 img {
        width: 95px;
        height: 100px
    }

    .big_banner .box.p2 {
        display: block;
        top: 125px;
        left: 37%
    }

    .big_banner .box.p2 img {
        width: 90px;
        height: 90px
    }

    .big_banner .box.p3 {
        display: block;
        top: 200px;
        left: 60%
    }

    .big_banner .box.p3 img {
        width: 90px;
        height: 80px
    }

    .big_banner .box.p4 {
        display: block;
        top: 200px;
        left: 14%
    }

    .big_banner .box.p4 img {
        width: 90px;
        height: 80px
    }

    .big_banner .box.p5 {
        display: block;
        top: 280px;
        left: 30%
    }

    .big_banner .box.p5 img {
        width: 120px;
        height: 100px
    }

    .big_banner .box.p6 {
        display: block;
        top: 290px;
        left: 65%
    }

    .big_banner .box.p6 img {
        width: 120px;
        height: 90px
    }

    .big_banner .box.p8 {
        display: block;
        top: 390px;
        left: 50%
    }

    .big_banner .box.p8 img {
        width: 120px;
        height: 100px
    }

    .big_banner .box.p7 {
        display: block;
        top: 375px;
        left: 14%
    }

    .big_banner .box.p7 img {
        width: 90px;
        height: 80px
    }

    .big_banner .box.p9 {
        display: block;
        top: 470px;
        left: 13%
    }

    .big_banner .box.p9 img {
        width: 140px;
        height: 100px
    }

    .big_banner .box.p10 {
        display: block;
        top: 500px;
        left: 60%
    }

    .big_banner .box.p10 img {
        width: 120px;
        height: 90px
    }

    .big_banner .box.p12 {
        display: block;
        top: 630px;
        left: 54%
    }

    .big_banner .box.p12 img {
        width: 120px;
        height: 90px
    }

    .big_banner .box.p11 {
        display: block;
        top: 580px;
        left: 18%
    }

    .big_banner .box.p11 img {
        width: 100px;
        height: 80px
    }

    .video_box {
        text-align: center
    }

    .cats_block .list {
        margin-bottom: 40px
    }

    .cats_block .list .item {
        flex: 1 0 48%;
        margin: 1%
    }

    .cats_block .list .item a {
        padding: 10px 5px
    }

    .cats_block .list .item a span {
        font-size: 12px;
        line-height: 130%
    }

    .header .logo {
        display: none
    }

    .header .head_main .search {
        position: relative;
        top: 0;
        left: 0
    }

    .header .head_main .search i {
        display: none
    }

    .header .head_main .search>div {
        width: 100%;
        position: relative;
        display: block;
        top: 15px
    }

    .header .head_main .search>div:before {
        display: none
    }

    .header .system_menu_resp .logo_res {
        display: flex;
        align-items: center
    }

    .header .system_menu_resp .logo_res img {
        width: 100%
    }

    .header .system_menu_resp .lang,
    .header .system_menu_resp .logo_res,
    .header .system_menu_resp .menu,
    .header .system_menu_resp .phone_lang {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .header .contacts_top {
        display: none;
        background: #fff;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
        padding-bottom: 20px
    }

    .header .contacts_top .title_box {
        font-size: 12px;
        color: #444;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 14px;
        margin-top: 15px
    }

    .header .contacts_top .lang {
        display: none;
        background: #fff;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .1)
    }

    .header .menu_base {
        display: none
    }

    .header .rus {
        padding: 20px 15px
    }

    .header .top_menu_nav>ul {
        margin-top: 20px
    }

    .header .top_menu_nav>ul>li {
        margin: 10px 0;
        width: 100%
    }

    .header .top_menu_nav>ul>li .small {
        position: relative
    }

    .header .top_menu_nav>ul>li .big {
        position: relative;
        overflow-y: auto
    }

    .header .top_menu_nav>ul>li .big .tab_head span {
        content: "▼";
        font-size: 10px;
        color: #04773c;
        position: relative;
        margin-left: 8px
    }

    .header .top_menu_nav>ul>li .big .items {
        display: none;
        margin: 0 -30px;
        min-height: 20px
    }

    .header .top_menu_nav>ul>li .big .items.mobile {
        display: flex
    }

    .header .top_menu_nav>ul>li .big .items>div {
        display: none
    }

    .header .top_menu_nav>ul>li .big .items>div:first-child {
        display: block
    }

    .header .top_menu_nav>ul>li .big .items>div .title {
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between
    }

    .header .top_menu_nav>ul>li .big .items>div .title a {
        font-size: 12px;
        color: #04773c;
        font-weight: 600;
        font-family: Open Sans, sans-serif;
        text-transform: uppercase;
        text-decoration: none
    }

    .header .top_menu_nav>ul>li .big .items>div .title span:after {
        content: "▼";
        font-size: 10px;
        color: #04773c;
        position: relative;
        margin-left: 8px
    }

    .header .top_menu_nav>ul>li .big .items>div ul {
        display: none;
        padding: 0;
        list-style: none;
        margin: 0 0 10px
    }

    .header .top_menu_nav>ul>li .big .items>div ul li {
        padding: 5px 0;
        font-size: 12px;
        color: #444;
        font-weight: 600;
        font-family: Open Sans, sans-serif
    }

    .header .top_menu_nav>ul>li .big .items>div ul li:before {
        content: " - "
    }

    .header .top_menu_nav>ul>li .big .items>div ul li a {
        text-transform: inherit;
        font-size: 12px;
        color: #444;
        font-weight: 500;
        font-family: Open Sans, sans-serif
    }

    .header .top_menu_nav>ul>li .big .items>div ul li ol {
        list-style: none;
        padding: 0 0 0 10px;
        margin: 5px 0
    }

    .header .top_menu_nav>ul>li>span {
        top: -2px
    }

    .header .top_menu_nav>ul>li>span:before {
        font-size: 10px;
        margin-left: 8px
    }

    .header .top_menu_nav>ul>li>div {
        box-shadow: none;
        border-bottom: 0;
        background: #f7f7f7
    }

    .header .top_menu_nav>ul>li.active:after {
        display: none
    }

    .header .top_menu_nav>ul>li.active>a {
        border-bottom: 2px solid #04773c
    }

    .breadcrumbs,
    .header .top_menu_nav>ul>li:hover:after {
        display: none
    }

    .breadcrumbs.mob {
        display: block;
        margin-top: 0
    }

    .terms {
        padding-bottom: 0
    }

    .terms .box ul {
        flex-wrap: wrap
    }

    .terms .box ul li {
        flex: 1 0 48%
    }

    .terms .heading {
        font-size: 24px;
        line-height: 130%
    }

    .about {
        background: none
    }

    .about .grafic {
        background: url(../images/grafic_lifestyle.svg);
        min-height: 780px;
        background-size: cover
    }

    .about .video_download a {
        margin-right: 0
    }

    .about .bonus_info.text .item_bonus {
        margin-bottom: 30px
    }

    .about .bonus_info .item_bonus span {
        flex: 0 0 100px
    }

    .about .bonus_info .item_bonus .link {
        padding-left: 115px;
        position: relative;
        top: -10px
    }

    .lifestyle .review_block.inside .slider_product {
        padding-left: 20px;
        padding-right: 20px
    }

    .lifestyle ul.list {
        margin-bottom: 20px
    }

    .lifestyle ul.list li {
        margin-right: 20px
    }

    .lifestyle ul.list li a:after {
        content: " | ";
        display: inline-block;
        color: hsla(0, 0%, 60%, .2);
        margin-left: 10px
    }

    .lifestyle .img {
        text-align: center
    }

    .lifestyle i.icon.slider-arrow-right {
        right: 0
    }

    .lifestyle i.icon.slider-arrow-left {
        left: 0
    }

    .social_green.inside ul li {
        margin: 0 10px
    }

    .main_page .breadcrumbs {
        display: none
    }

    .main_page .more_news {
        margin-top: 30px
    }

    .main_page .social_green {
        top: 0;
        right: -15px
    }

    .news_page .more_news {
        display: none
    }

    .news_page .more_news.show_item {
        display: block
    }

    .news_page .line:after {
        max-width: 90%
    }

    .news_page .line.service .line_box img {
        width: 100%
    }

    .news_page .line .information {
        margin-bottom: 40px
    }

    .news_page .order_now {
        display: none;
        padding: 0 15px;
        text-align: center
    }

    .news_page .order_now:first-child {
        display: block
    }

    .news_page .order_now:after {
        max-width: 100%;
        content: "";
        display: inline-block;
        height: 1px;
        background: rgba(0, 166, 81, .2);
        width: 100%;
        margin: 20px auto 40px
    }

    .news_page .news.main {
        margin-bottom: 20px
    }

    .news_page .news.main .last {
        padding: 25px 15px 0
    }

    .news_page .news.main .last .last_news_no_active li a,
    .news_page .news.main .last .last_news li a {
        font-size: 22px;
        line-height: 140%
    }

    .news_page .news.main .last_news_cats,
    .news_page .news.main .last_news_cats_no_active {
        padding-left: 0
    }

    .news_page .news.main .last_news_pager,
    .news_page .news.main .last_news_pager_no_active {
        justify-content: space-between;
        flex-flow: column;
        align-items: flex-start
    }

    .news_page .news.main .last_news_pager_no_active li.title,
    .news_page .news.main .last_news_pager li.title {
        font-size: 10px
    }

    .news_page .news.main .last_news_pager_no_active li.date,
    .news_page .news.main .last_news_pager li.date {
        font-size: 12px;
        margin-top: 10px
    }

    .news_page .news.main .listener .logo_block {
        display: none
    }

    .news_page.lifestyle .order_now.life {
        margin-bottom: 0
    }

    .news_page.lifestyle .gallery ul {
        flex-flow: row nowrap
    }

    .news_page.lifestyle .gallery ul li {
        margin: 5px
    }

    .news_page.lifestyle aside {
        padding-right: 15px
    }

    .news_page.lifestyle .listener {
        padding-top: 0
    }

    .news_page.lifestyle .title {
        line-height: 120%
    }

    .news_page.lifestyle .last_news_cats_no_active {
        margin-top: 0
    }

    .news_page.lifestyle .left_bar {
        order: -1;
        margin-bottom: 20px
    }

    .logo_block {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 20px
    }

    .logo_block:before {
        content: "";
        background: url(../images/ava.svg) no-repeat 0 0;
        background-size: cover;
        min-height: 100px;
        width: 100px;
        margin-right: 20px;
        display: inline-block
    }

    .logo_block .title {
        font-size: 30px;
        color: #444;
        font-weight: 300;
        line-height: 42px
    }

    .cats_liner .list>ul {
        flex-wrap: wrap
    }

    .cats_liner .list>ul>li {
        flex: 1 0 100%;
        display: block
    }

    .cats_liner .list>ul>li span {
        min-height: 45px
    }

    .cats_liner .list>ul>li .big {
        position: relative;
        top: 0
    }

    .cats_liner .list>ul>li .big .items>div {
        padding: 0
    }

    .cats_liner .list>ul>li .big .items>div ul {
        margin: 0;
        padding: 0
    }

    .cats_liner .list>ul>li .big .items>div ul li a {
        font-size: 12px
    }

    .cats_liner_list .cats_block_menu .list ul li {
        flex: 0 0 50%
    }

    .cats_liner_list .cats_block_menu .list ul li a {
        font-size: 12px;
        line-height: 130%
    }

    .modal_video {
        width: 100%;
        min-height: 420px;
        padding: 20px;
        box-sizing: border-box;
        position: fixed;
        background: #fff;
        box-shadow: 0 0 8px rgba(0, 0, 0, .1);
        z-index: 17;
        top: 0;
        left: 0
    }

    .all_objects .title {
        font-size: 24px;
        line-height: 26px;
        margin-top: 80px
    }

    .all_objects .item>div a {
        line-height: 130%
    }

    .all_objects .disc {
        margin-top: 10px
    }

    .all_objects .disc span {
        display: block;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 20px
    }

    .all_objects .object_map {
        padding: 0;
        margin-top: 0
    }

    .all_objects .object_map .line {
        text-align: left
    }

    .all_objects .object_map .line select {
        width: 100%;
        max-width: 100%
    }

    .all_objects .object_map .mapping_all_objects {
        margin-top: 20px
    }

    .all_objects .object_map .mapping_all_objects.style_2 {
        margin-top: 0
    }

    .service .title .main .text p {
        font-size: 28px;
        line-height: 130%;
        font-weight: 300
    }

    .service .title .main .text p:last-child {
        font-size: 18px;
        line-height: 26px
    }

    .service .title .main .image img {
        width: 90px;
        height: 95px;
        margin-right: 15px
    }

    .service .title .main.russian {
        background: none
    }

    .service .title .text_preview {
        padding: 0 15px
    }

    .service .title .text_preview p.big {
        font-size: 20px;
        line-height: 130%
    }

    .service .information .review_service {
        padding-left: 0;
        margin-top: 15px
    }

    .service .information .order_now.left {
        text-align: center
    }

    .service .information .contacts_inside {
        padding: 0 35px;
        text-align: center
    }

    .service .information .contacts_inside .box {
        margin-top: 40px
    }

    .service .information.uslugi .list_service>li:before {
        display: none
    }

    .service .information.uslugi .list_service>li span:before {
        font-size: 10px;
        margin-left: 8px;
        content: "▼";
        color: #04773c;
        position: relative
    }

    .service .information.uslugi .list_service ol {
        display: none;
        padding-left: 10px
    }

    .service .smi_box .text_info p {
        flex-wrap: wrap
    }

    .service .smi_box .text_info p a {
        margin-left: 0;
        margin-top: 10px;
        flex: 1 0 100%
    }

    .service .bonus_info .item_bonus {
        text-align: center
    }

    .service .bonus_info .item_bonus span {
        flex: 1 0 30px;
        text-align: right
    }

    .service .bonus_info .item_bonus p {
        border-left: .7px solid #04773c;
        border-top: 0;
        padding-top: 0;
        margin-bottom: 10px;
        padding-left: 20px;
        text-align: left
    }

    .service .bonus_info.linear .item_bonus p {
        font-size: 16px;
        max-width: 60%
    }

    .service.tech_box_base {
        margin-bottom: 30px;
        background: none
    }

    .service .video_download {
        padding-right: 15px
    }

    .service .video_download.left {
        justify-content: center
    }

    .service.map_inside {
        background: none
    }

    .portfolio .video_download {
        padding: 0;
        text-align: center;
        order: -1
    }

    .portfolio .more_object_tabs {
        display: none
    }

    .portfolio.item_full .title h1 {
        font-size: 20px;
        line-height: 130%
    }

    .portfolio.item_full .system_box .gallery ul {
        padding: 0;
        list-style: none;
        flex-flow: row;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        display: flex;
        margin: 10px 0 0
    }

    .portfolio.item_full .system_box .gallery ul li {
        flex: 0 0 32%
    }

    .portfolio.item_full .title_in.works,
    .portfolio.item_full .title_in.works span {
        font-size: 20px;
        line-height: 26px
    }

    .portfolio.item_full .objet_review .order_now {
        text-align: center
    }

    .portfolio.item_full .objet_review .title {
        margin-top: 0;
        font-size: 20px;
        line-height: 26px
    }

    .portfolio.item_full .objet_review .title span {
        font-size: 20px;
        line-height: 26px
    }

    .portfolio.item_full .objet_review .img_info img {
        max-width: 50%;
        margin: 0 auto
    }

    .portfolio.item_full .objet_review .img_info a {
        margin-bottom: 20px
    }

    .tech_box {
        background: none
    }

    .cats_block {
        margin-bottom: 20px
    }

    .cats_block .order {
        text-align: center
    }

    .cats_block .order span {
        width: 70%
    }

    .cats_block.inside .list {
        justify-content: flex-start
    }

    .cats_block.inside .list .item {
        width: 47%;
        flex: 0 0 47%
    }

    .cats_block.inside .list .item a {
        padding: 5px 0;
        min-height: 60px
    }

    .cats_block.inside .list .item a img {
        width: 50px;
        height: 45px
    }

    .cats_block.inside .list .item span,
    .license .more {
        text-align: right
    }

    .clients_box_logo .item_client_logo img {
        width: 100%
    }

    .user {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        margin-top: 20px
    }

    .user img {
        width: 120px;
        margin-right: 20px
    }

    .jobs .more_jobs_text {
        padding: 20px 15px
    }

    .jobs .jobs_items .info_job_item>ul {
        padding: 8px
    }

    .jobs .jobs_items .info_job_item>ul li.name {
        order: 1;
        flex: 0 0 75%;
        font-size: 12px;
        padding: 5px 0
    }

    .jobs .jobs_items .info_job_item>ul li.name span {
        float: left;
        left: auto;
        top: auto;
        margin-top: 3px;
        width: 100%
    }

    .jobs .jobs_items .info_job_item>ul li.clicker {
        order: 2;
        flex: 1 0
    }

    .jobs .jobs_items .info_job_item>ul li.city_jobs {
        order: 3
    }

    .jobs .jobs_items .more_info .reply {
        text-align: center
    }

    .jobs .jobs_select {
        padding-top: 20px
    }

    .jobs .contacts .title {
        margin-top: 30px;
        padding-bottom: 10px
    }

    .contacts .form_box .title,
    .contacts .text_preview_heading>div:first-child {
        text-align: center
    }

    .contacts .map>div:first-child {
        order: 1
    }

    .profil {
        margin-top: 20px
    }

    .profil .title {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .profil .line_box .title.lite {
        padding-top: 0
    }

    .profil .tech {
        margin-top: 0
    }

    .profil .time_line_checker ul li {
        flex: 1 0 20%
    }

    .profil .custom_text_box {
        margin-top: 15px
    }

    .profil .assot {
        margin-top: 0
    }

    .profil .tech .tech_list ul {
        margin-bottom: 0
    }

    .profil .tech .tech_list ul li:before {
        display: none
    }

    .clients .slider_run_clients .slider-arrow-left {
        left: 0
    }

    .clients .slider_run_clients .slider-arrow-right {
        right: 0
    }

    .news.main_page {
        background: none
    }

    .news.main_page .last_news_cats {
        flex-wrap: wrap;
        padding-left: 0;
        width: 100%;
        display: none
    }

    .news .all_news {
        text-align: center
    }

    .news.main .last {
        padding: 0 15px;
        margin-bottom: 20px
    }

    .news.main .last_news li a span {
        top: -20px;
        right: 0
    }

    .news .last_news li a {
        font-size: 22px;
        line-height: 140%;
        width: 100%
    }

    .tech_box.profil .news .more_news .title {
        margin-top: 20px;
        margin-bottom: 0;
        padding-bottom: 20px
    }

    .tech_box.profil .news .more_news ul li {
        margin-top: 0;
        margin-bottom: 20px
    }

    .tech_box.profil .news .sections.pages {
        flex-wrap: wrap
    }

    .tech_box.profil .news.main_page {
        background: none;
        border: none;
        box-shadow: none;
        margin-top: 0
    }

    .tech_box.profil .news.main_page .more_news {
        display: block
    }

    .tech_box.profil .news .all_news {
        text-align: center
    }

    .review_block .item .text {
        padding: 20px 10px 0;
        font-size: 14px
    }

    .review_block .slider-arrow-right {
        right: 8px
    }

    .review_block .slider-arrow-left {
        left: 8px
    }

    .review_block.smi .item .text {
        padding: 5px 20px
    }

    .review_block.smi .item .text .link {
        text-align: center
    }

    .review_block.smi .slider-arrow-right {
        right: 0
    }

    .review_block.smi .slider-arrow-left {
        left: 0
    }

    .tabs {
        border: none
    }

    .tabs .tab_head {
        padding: 0;
        border: 1px dashed rgba(0, 166, 81, .3)
    }

    .tabs .tab_head li {
        font-size: 12px;
        line-height: 22px;
        padding: 10px
    }

    .tabs .tab_head li>div {
        border-bottom: 1px dashed rgba(0, 166, 81, .3);
        display: none;
        background: #fff;
        color: #444;
        margin: 10px -10px -11px;
        padding: 10px 20px
    }

    .tabs .tab_head li>div.tab {
        display: none
    }

    .tabs .tab_head li>div.tab .line {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: Open Sans, sans-serif;
        font-size: 12px;
        color: #444;
        font-weight: 400;
        margin-bottom: 10px;
        line-height: 140%
    }

    .tabs .tab_head li>div.tab .line:last-child {
        margin-bottom: 0
    }

    .tabs .tab_head li>div.tab .line p {
        font-size: 14px;
        color: #444;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 140%
    }

    .tabs .tab_head li>div.tab .line p span {
        color: #00a651;
        font-size: 14px;
        margin-right: 5px
    }

    .tabs .tab_head li>div.tab.active {
        display: hide
    }

    .informer_order p {
        max-width: 90%;
        padding: 0
    }

    .informer_order p span {
        margin-top: 20px;
        display: inline-block
    }

    .sections.pages {
        width: auto;
        width: 100%
    }

    .sections.list .text .head {
        font-size: 24px
    }

    .sections.list .text .head ul {
        margin: 20px 0
    }

    .sections.list .text .head ul li {
        font-size: 24px;
        padding-bottom: 17px
    }

    .sections.list .text .head ul li a {
        font-size: 24px;
        line-height: 120%
    }

    .sections.list .text .head ul li:after {
        font-size: 24px
    }

    .sections.list .text .info {
        padding: 0
    }

    .sections.list .text .info p {
        text-align: left;
        font-size: 14px !important
    }

    .sections .text {
        width: 100%
    }

    .sections .text .head {
        font-size: 24px;
        line-height: 120%;
        width: 100%
    }

    .sections .text .head h1 {
        font-size: 30px;
        line-height: 120%
    }

    .sections .text.ved {
        position: absolute;
        left: 0;
        text-align: right;
        padding-right: 15px
    }

    .sections .text.reverse .head {
        margin-bottom: 20px
    }

    .sections .text .info {
        padding: 0 15px
    }

    .sections .text .info p {
        font-size: 14px;
        line-height: 140%
    }

    .sections .mapping img {
        width: 100%
    }

    .sections.other .text .info {
        padding: 0
    }

    .sections.other .text .info p {
        text-align: left
    }

    .sections.other .text .head {
        font-size: 24px;
        line-height: 120%
    }

    .sections.other .text .head h1 {
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 15px;
        margin-top: 20px
    }

    .scheme_diagramm {
        margin-top: 20px
    }

    .scheme_diagramm .info .head_title {
        font-size: 24px;
        line-height: 130%
    }

    .scheme_diagramm .d1 {
        min-height: 100px;
        background: none
    }

    .scheme_diagramm .d1:after {
        content: "";
        display: inline-block;
        width: 100%;
        background: url(../images/d1_mobile.svg) no-repeat top;
        background-size: 95%;
        min-height: 205px
    }

    .scheme_diagramm .d2 {
        min-height: 100px;
        background: none;
        margin-bottom: 0
    }

    .scheme_diagramm .d2:after {
        content: "";
        display: inline-block;
        width: 100%;
        background: url(../images/d2_mobile.svg) no-repeat top;
        background-size: 95%;
        min-height: 205px
    }

    .scheme_diagramm .last_text_box p {
        line-height: 150%
    }

    .city {
        padding-top: 20px;
        background: url(../images/map_mobile_mp.svg) no-repeat 0 0
    }

    .city #city {
        left: 0
    }

    .city .info:nth-child(2) {
        padding-left: 100px
    }

    .city .info .head_title {
        font-size: 18px
    }

    .city .info ul li {
        font-size: 14px;
        line-height: 140%
    }

    .city .dotted_map {
        display: none
    }

    .city.right {
        background: none
    }

    .city.right img {
        width: 100%;
        margin-top: 10px
    }

    .city.right .dotted_map>div {
        display: none
    }

    footer .menu ul {
        margin-bottom: 0
    }

    footer .menu ul li {
        display: none
    }

    footer .menu ul li.head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid hsla(0, 0%, 100%, .5)
    }

    footer .menu ul li.head:after {
        content: "";
        display: inline-block;
        width: 13px;
        min-height: 8px;
        background: url(../images/ico-bottom.svg)
    }

    footer .menu ul li.head.no:after {
        display: none
    }

    footer .product_footer {
        margin: 15px -15px
    }

    footer .product_footer .list ul li a,
    footer .product_footer .title {
        font-size: 12px;
        line-height: 24px
    }

    footer .product_footer .list ul li:after {
        padding: 0 15px
    }

    footer .logo {
        order: 1
    }

    footer .social {
        order: 2
    }

    footer .phones {
        order: 3;
        margin-top: 10px;
        margin-bottom: 15px
    }

    footer .address {
        order: 4
    }

    footer .informer .phones ul li {
        line-height: 30px
    }

    footer .informer .phones ul li a {
        font-size: 12px
    }

    footer .system .dev {
        text-align: left
    }

    footer .system .dev p {
        margin: 0
    }

    .modal_dark .content_modal {
        width: 100vw;
        left: 0;
        top: 0
    }

    .modal_dark .content_modal.feed_clients {
        padding: 20px 15px;
        overflow-y: auto;
        max-height: 100vh
    }

    .modal_dark .content_modal.feed_clients .portfolio .title {
        font-size: 24px;
        line-height: 130%
    }

    .modal_dark .content_modal .ico-close {
        z-index: 2
    }

    .modal_dark.big .content_modal {
        width: 100vw;
        left: 0;
        top: 0
    }
}

.cookie-container {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 1rem 2rem;
    background: #fff;
    color: #444;
    position: fixed;
    bottom: 0;
    font-size: 1rem;
    gap: 2rem;
    opacity: 1;
    visibility: visible;
    flex-wrap: wrap;
    width: 100%;
    z-index: 99999999999999;
    justify-content: space-between;
    box-shadow: 0 0 5px 0 rgba(68, 68, 68, 1.0);
}

.cookie-element {
    display: flex;
    flex-direction: column;
}

.cookie-container.hide {
    opacity: 0;
    visibility: hidden;
}

.cookie-container a {
    color: #444;
}

.cookie-container a:hover {
    text-decoration: underline;
}

.cookie-container .agree {
    text-align: center;
    width: 180px;

}

@media (max-width: 426px) {
    .cookie-container .agree {
        width: 100%;
    }
}

.agree button {
    background: #009147;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0px 0;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    border-width: 0px;
    height: 46px;
}


.