*, .fancybox-container, .fancybox-thumbs, .fancybox-thumbs > ul > li {
    -webkit-tap-highlight-color: transparent
}
.swiper-container-multirow-column > .swiper-wrapper, .swiper-container-vertical > .swiper-wrapper, body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}
body, html {
    min-height: 100%
}
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;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}
.fancybox-container * {
    -webkit-box-sizing: border-box;
    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;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    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;
    -webkit-transition: opacity .25s, visibility 0s linear .25s;
    -o-transition: opacity .25s, visibility 0s linear .25s;
    transition: opacity .25s, visibility 0s linear .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;
    -webkit-transition: opacity .25s, visibility 0s;
    -o-transition: opacity .25s, visibility 0s;
    transition: opacity .25s, visibility 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;
    text-align: center;
    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;
    -webkit-transform: translateZ(0);
    z-index: 99994
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}
.fancybox-slide--next {
    z-index: 99995
}
.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}
.fancybox-slide--image:before {
    display: none
}
.fancybox-slide--html {
    padding: 6px 6px 0
}
.fancybox-slide--iframe {
    padding: 44px 44px 0
}
.fancybox-container .fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}
.fancybox-image, .fancybox-slide--image .fancybox-content, .fancybox-spaceball {
    left: 0;
    margin: 0;
    max-width: none;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 0
}
.center-text, .fancybox-share, .swiper-pagination {
    text-align: center
}
.fancybox-button, .fancybox-iframe {
    vertical-align: top
}
.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    user-select: none;
    z-index: 99995
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}
.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}
.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
.fancybox-container [data-selectable=true] {
    cursor: text
}
.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    max-height: none;
    user-select: none;
    width: 100%
}
.fancybox-spaceball {
    z-index: 1
}
.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    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;
    height: -webkit-calc(100% - 44px);
    height: calc(100% - 44px);
    margin-bottom: 44px
}
.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}
.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 {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: 0;
    padding: 10px;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}
.fancybox-button:focus, .fancybox-button:hover {
    color: #fff
}
.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}
.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}
.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2), .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small, .fancybox-slide--iframe .fancybox-slide--image .fancybox-slide--video .fancybox-is-scaling .fancybox-close-small {
    display: none
}
.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}
.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
    fill: currentColor
}
.fancybox-button--share svg path {
    stroke-width: 1
}
.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    -webkit-transition: opacity .25s, visibility 0s, color .25s;
    -o-transition: opacity .25s, visibility 0s, color .25s;
    transition: opacity .25s, visibility 0s, color .25s
}
.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}
.fancybox-close-small {
    background: 0 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}
.fancybox-close-small:focus {
    outline: 0
}
.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}
.fancybox-caption:after, .fancybox-caption:before {
    display: block;
    position: absolute;
    content: ""
}
.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}
.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    -webkit-background-size: contain;
    background-size: contain;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: -25px;
    z-index: -1
}
.fancybox-caption:after {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    left: 44px;
    right: 44px;
    top: 0
}
.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-share__button:hover, a {
    text-decoration: none
}
.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: 0 0;
    border: 6px solid rgba(99, 99, 99, .5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn)
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn)
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}
.fancybox-share {
    background: #f4f4f4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px
}
.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;
    -webkit-border-radius: 3px;
    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;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    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--fb {
    background: #3b5998
}
.fancybox-share__button--fb:hover {
    background: #344e86
}
.fancybox-share__button--pt {
    background: #bd081d
}
.fancybox-share__button--pt:hover {
    background: #aa0719
}
.fancybox-share__button--tw {
    background: #1da1f2
}
.fancybox-share__button--tw:hover {
    background: #0d95e8
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}
.fancybox-share__button svg path {
    fill: #fff
}
.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}
.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 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 > ul {
    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 > ul {
    overflow: hidden
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    -webkit-border-radius: 10px;
    border-radius: 10px
}
.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}
.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: -webkit-calc(100% - 8px);
    max-height: calc(100% - 8px);
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}
.swiper-slide, .swiper-wrapper {
    height: 100%;
    width: 100%;
    position: relative
}
.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}
.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}
:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.swiper-container-multirow-column > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
    visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: -webkit-calc(-1 * var(--swiper-navigation-size) / 2);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: var(--swiper-navigation-size)
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}
.swiper-button-lock {
    display: none
}
.swiper-pagination {
    position: absolute;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}
.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: .2
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-scrollbar-cursor-drag, .swiper-slide-zoomed {
    cursor: move
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-pagination-lock, .swiper-scrollbar-lock {
    display: none
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000
}
.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}
img, label {
    display: block
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
button, label {
    cursor: pointer
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-top-color: transparent
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/montserrat/Montserrat-Thin.woff) format("woff")
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/montserrat/Montserrat-Light.woff) format("woff")
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/montserrat/Montserrat-Regular.woff) format("woff")
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/montserrat/Montserrat-ExtraBold.woff) format("woff")
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/montserrat/Montserrat-Black.woff) format("woff")
}
@font-face {
    font-family: Loto;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/loto/Lato-Bold.woff) format("woff")
}
* {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
html {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 1.4;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    height: 100%
}
body {
    background-color: #434b5e;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1
}
.flex--reverse, .flex--row {
    -webkit-box-orient: horizontal
}
body._fixed {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0
}
.page {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}
.footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}
.h1, h1 {
    font-weight: 900;
    font-size: 3.75rem;
    line-height: 4.56rem;
    letter-spacing: -1.09px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2.69rem
}
.h4, b, h4, strong {
    font-weight: 700
}
.h2, h2 {
    font-size: 1.63rem;
    line-height: 2rem;
    letter-spacing: -.47px;
    color: #9acb34;
    margin-bottom: 1.25rem
}
.h3, .h4, h3, h4 {
    font-size: 1.13rem;
    letter-spacing: .24px
}
.h2.white, h2.white {
    color: #fff
}
.h3, h3 {
    line-height: 1.72;
    color: #d1d8db
}
.h4, a, h4 {
    color: #fff
}
.h4, h4 {
    line-height: 1.5;
    margin: 0
}
.sprite {
    width: 0;
    height: 0
}
button {
    display: inline-block;
    vertical-align: top
}
button:focus {
    outline: 0
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15
}
button, select {
    text-transform: none
}
img {
    max-width: 100%;
    max-height: 100%;
    border: 0
}
.w-16 {
    width: 16.6666%
}
.w-20 {
    width: 20%
}
.w-25 {
    width: 25%
}
.w-30 {
    width: 30%
}
.w-33 {
    width: 33.3333%
}
.w-35 {
    width: 35%
}
.w-40 {
    width: 40%
}
.w-50 {
    width: 50%
}
.w-60 {
    width: 60%
}
.w-65 {
    width: 65%
}
.w-66 {
    width: 66.6666%
}
.w-70 {
    width: 70%
}
.w-75 {
    width: 75%
}
.w-80 {
    width: 80%
}
.w-100 {
    width: 100%
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.hidden, .mob, [hidden] {
    display: none
}
.flex--row {
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}
.flex--reverse {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
.flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.flex--j-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.flex--j-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}
.flex--j-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.flex--j-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.flex--j-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.flex--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.flex--a-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.flex--a-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}
.flex--a-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
.flex--a-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}
.flex--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 78.75rem;
    padding-left: 1.88rem;
    padding-right: 1.88rem
}
.wrapper, .wrapperLittle {
    margin: 0 auto;
    position: relative;
    z-index: 1
}
a {
    background-color: transparent;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    font-family: Montserrat
}
.c-tm, .footer {
    font-family: Loto
}
.wrapperLittle {
    max-width: 123.75rem;
    padding: 0 6.25rem
}
.wrapperTop {
    padding-top: 8.5rem
}
.spanBg, .textBg span {
    overflow: hidden;
    display: inline;
    position: relative
}
.titleGray {
    font-style: normal;
    font-weight: 800;
    font-size: 9rem;
    line-height: 11rem;
    color: #4a5366;
    mix-blend-mode: normal;
    opacity: .57;
    text-shadow: 5px 7px 8px rgba(41, 47, 60, .384807);
    margin-bottom: 2.94rem;
    white-space: nowrap
}
.titleGreen {
    font-weight: 400;
    font-size: 1.63rem;
    line-height: 2rem;
    letter-spacing: -.47px;
    color: #9acb34;
    margin-bottom: 1.25rem
}
.titleGreenLt {
    font-size: 1.13rem;
    line-height: 1.72;
    color: #9acb34;
    margin-bottom: 1.938rem
}
.textBg {
    position: relative;
    z-index: 1;
    font-size: 1.13rem;
    line-height: 172%;
    letter-spacing: .24px;
    color: #fff;
    margin-bottom: 1.25rem
}
.textBg span {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #9acb34));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 50%, #9acb34 50%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 50%, #9acb34 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #9acb34 50%);
    -webkit-background-size: 200% 200%;
    background-size: 200%;
    background-position: 0 0;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease
}
.textBg.on span {
    background-position: -100% 0
}
.spanBg {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #9acb34));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 50%, #9acb34 50%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 50%, #9acb34 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #9acb34 50%);
    -webkit-background-size: 200% 200%;
    background-size: 200%;
    background-position: 0 0;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease
}
.page__about__item-container, .page__about__item-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}
.spanBg.on {
    background-position: -100% 0
}
p:not([class]) {
    font-size: .88rem;
    line-height: 2.21;
    letter-spacing: .18px;
    margin-bottom: 1.94rem
}
.left-text {
    text-align: left
}
.right-text {
    text-align: right
}
.page__404 {
    margin-bottom: 6rem
}
.page__404__box {
    text-align: center
}
.page__404-title {
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 5.5rem;
    letter-spacing: -2.65px;
    color: #fff;
    margin-bottom: .63rem
}
.page__404-text {
    font-weight: 500;
    font-size: .88rem;
    line-height: 2.07;
    letter-spacing: .18px;
    max-width: 29.56rem;
    margin: 0 auto 3.75rem
}
.page__404-titleGray {
    margin-bottom: 7.63rem
}
.page__404-button {
    min-width: 16.38rem
}
.amenities .button, .button {
    min-width: 16.31rem
}
.page__about__item {
    padding-bottom: 1.56rem
}
.page__about__item-container {
    margin-bottom: 3.13rem;
    display: flex
}
.page__about__item-img {
    width: 5.81rem;
    height: 6.06rem;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.page__about__list, .page__about__list-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}
.page__about__item-text {
    width: -webkit-calc(100% - 9.56rem);
    width: calc(100% - 9.56rem);
    max-width: 53.75rem;
    margin-left: 3.38rem
}
.page__about__item-text p {
    margin-bottom: 0
}
.page__about__list {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin: 0 -2.81rem 5.5rem
}
.page__about__list-item {
    width: 30%;
    padding: 0 2.81rem
}
.page__about__list-item.center-item {
    width: 39%
}
.page__about__list-img {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 8.13rem;
    height: 8.13rem;
    background: #9acb34;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 2.563rem
}
.page__about__list-text p {
    line-height: 1.93
}
.page__about-swiper {
    position: relative
}
.page__about-swiper-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.page__about-swiper-container {
    position: relative;
    max-width: 90vw;
    height: auto;
    padding: .88rem 0;
    margin-bottom: 5rem
}
.page__about-swiper-container > .swiper-slide__content {
    position: absolute;
    top: 0
}
.page__about-swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}
.c-tm__text, .page__about-swiper-slide img {
    -webkit-transition: .4s ease;
    -o-transition: .4s ease
}
.page__about-swiper-slide img {
    transition: .4s ease
}
.page__about-swiper-slide p {
    font-size: .88rem;
    line-height: 1.06rem;
    text-align: center;
    letter-spacing: .18px;
    color: #d1d8db;
    margin: 3.38rem 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.page__about-swiper-slide:hover img {
    -webkit-box-shadow: 0 0 14px rgba(255, 255, 255, .953726);
    box-shadow: 0 0 14px rgba(255, 255, 255, .953726)
}
.amenities--slider--slide a, .page__service__list-box {
    -webkit-box-shadow: 5px 5px 24px rgba(28, 36, 53, .35484)
}
.page__about-swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.fancybox-button-prev, .page__about .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}
.page__about-swiper-slide.swiper-slide-active p {
    opacity: 1;
    visibility: visible
}
.page__about-swiper-slide__content {
    height: 300px
}
.page__about .swiper-button {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: -2.22rem
}
.page__about .swiper-button svg {
    fill: transparent;
    width: 2.25rem;
    height: 2.25rem
}
.page__about .swiper-button-prev {
    transform: rotate(180deg)
}
.page__about .h2, .page__about h2 {
    text-align: center;
    margin-bottom: 2.31rem
}
.fancybox-button {
    background: 0 0;
    width: 2.25rem;
    height: 2.25rem
}
.fancybox-button svg {
    fill: transparent;
    width: 2.25rem;
    height: 2.25rem
}
.fancybox-button-prev {
    transform: rotate(180deg)
}
.page__accreditation__item-link {
    margin-bottom: 2rem
}
.page__accreditation__item-link a {
    display: block
}
.page__accreditation__item-link a:hover {
    color: #9acb34
}
.page__accreditation__item-link img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.63rem
}
.page__accreditation__item-link span {
    display: inline-block;
    vertical-align: middle;
    max-width: 38.25rem;
    width: -webkit-calc(100% - 6.31rem);
    width: calc(100% - 6.31rem);
    font-size: 1.13rem;
    line-height: 1.72;
    letter-spacing: .62px
}
.page__accreditation__item-button {
    margin: 2.75rem 0 6.44rem
}
.page__accreditation .img-big-box--text {
    max-width: 46rem
}
.page__accreditation .img-big-box--container {
    min-height: 29.81rem;
    padding: 8.5rem 4.38rem 3rem
}
.page__accreditation .img-big-box--container .title {
    font-weight: 700;
    font-size: 1.13rem;
    line-height: 1.72;
    letter-spacing: .62px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.63rem
}
.page__accreditation .img-big-box--container ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.page__accreditation .img-big-box--container ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-weight: 500;
    font-size: .88rem;
    line-height: 2.21;
    letter-spacing: .18px;
    color: #fff;
    padding-left: 3.44rem;
    position: relative
}
.page__accreditation .img-big-box--container ul li:before {
    content: "";
    width: 2rem;
    height: .19rem;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1.5px;
    background: #9acb34
}
.amenities {
    padding-bottom: 6.13rem
}
.amenities--title-little {
    max-width: 55.5rem;
    margin-bottom: 2.94rem
}
.amenities--slider {
    height: auto;
    padding: 3rem 0 3.88rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.amenities--slider-box {
    position: relative;
    padding: 0 7.38rem
}
.amenities--slider--wrapper {
    height: 100%;
    padding: 0
}
.amenities--slider--slide {
    height: auto;
    width: 17.5rem;
    padding: 0
}
.amenities--slider--slide:nth-of-type(even) {
    margin-top: 4.38rem
}
.amenities--slider--slide:nth-of-type(odd) {
    margin-bottom: 4.38rem
}
.amenities--slider--slide a {
    height: 100%;
    display: block;
    background: #3f485a;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding: 4.88rem 1.31rem 1.81rem;
    text-align: center;
    box-shadow: 5px 5px 24px rgba(28, 36, 53, .35484)
}
.amenities--slider--slide .img img, .button, .c-tm__logo, .c-tm__text {
    display: inline-block
}
.amenities--slider--slide a:hover, .button {
    background: #9acb34
}
.amenities--slider--slide .img {
    margin-bottom: 2.5rem
}
.amenities--slider--slide p {
    font-weight: 500;
    font-size: .88rem;
    line-height: 143%;
    text-align: center;
    letter-spacing: .48px;
    text-transform: uppercase;
    color: #fff;
    max-width: 11.25rem;
    margin: 0 auto
}
.amenities .swiper-button {
    width: 2.25rem;
    height: 2.25rem
}
.amenities .swiper-button-prev {
    left: 0
}
.amenities .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.amenities .swiper-button-next {
    right: 0
}
.amenities .swiper-button svg {
    stroke: #9acb34;
    fill: none;
    stroke-width: 2px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
.amenities .swiper-button:hover svg {
    stroke: #fff
}
.button {
    text-align: center;
    height: 3.13rem;
    line-height: 3.13rem;
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: 1.01px;
    color: #fff;
    -webkit-border-radius: 2.63rem 0;
    border-radius: 2.63rem 0;
    padding: 0 2rem;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}
.button--litle {
    padding: 0 1.25rem;
    height: 2.19rem;
    line-height: 2.19rem
}
.button:hover {
    -webkit-box-shadow: 4px 3px 14px rgba(154, 203, 52, .518247);
    box-shadow: 4px 3px 14px rgba(154, 203, 52, .518247)
}
.button-border {
    border: 2px solid #fff;
    background: 0 0
}
.button-border:hover {
    background: #fff;
    color: #9acb34;
    -webkit-box-shadow: 4px 3px 14px rgba(255, 255, 255, .518247);
    box-shadow: 4px 3px 14px rgba(255, 255, 255, .518247)
}
.c-tm {
    white-space: nowrap
}
.c-tm__text {
    vertical-align: middle;
    font-weight: 700;
    font-size: .56rem;
    line-height: .69rem;
    letter-spacing: .11px;
    color: #fff;
    transition: .4s ease
}
.c-tm__logo {
    vertical-align: middle;
    fill: #fff;
    width: 5.94rem;
    height: .69rem;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease
}
.c-tm:hover .c-tm__text {
    color: #9acb34
}
.c-tm:hover .c-tm__logo {
    fill: #9acb34
}
.page__contacts__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 2.81rem
}
.page__contacts__wrapper-right {
    width: 59.85%;
    margin-top: .938rem;
    position: relative
}
.page__contacts-map {
    width: 100%;
    height: 460px
}
.page__contacts__box {
    padding-bottom: 1.5rem
}
.page__contacts__box-dl {
    display: block;
    font-size: 1.13rem;
    line-height: 1.72;
    letter-spacing: .24px;
    margin-bottom: 1.94rem
}
.page__contacts__box-dt {
    display: block;
    font-weight: 700
}
.page__contacts__box-dd {
    display: block;
    color: #d1d8db
}
.page__contacts__box-tel {
    color: #d1d8db
}
.page__contacts__box-mail {
    color: #d1d8db;
    text-decoration: underline
}
.page__contacts__box-mail:hover {
    text-decoration: none
}
.page__contacts-button {
    min-width: 262px
}
.page__contacts .img-big-box--container {
    padding: 0;
    min-height: 0
}
.page__equipment__box {
    margin: 3.44rem 0 0
}
.page__equipment__item {
    margin-bottom: 3.69rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.page__equipment__item-img {
    width: 5.56rem;
    text-align: center;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 3rem;
    margin-bottom: 1.94rem
}
.page__equipment__item-text {
    display: inline-block;
    vertical-align: top;
    max-width: 55.63rem;
    width: -webkit-calc(100% - 8.56rem);
    width: calc(100% - 8.56rem)
}
.footer {
    padding: 1.81rem 0
}
.footer--wrapper:after {
    content: "";
    display: block;
    clear: both
}
.footer__copyright {
    font-weight: 700;
    font-size: .56rem;
    line-height: .69rem;
    letter-spacing: .11px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    margin-top: .44rem
}
.footer__c-tm {
    float: right
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    z-index: 2
}
.header__inner {
    max-width: none;
    padding: 1.81rem 1.88rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}
.header .logo {
    margin-right: 2.56rem
}
.header--menu {
    display: inline-block;
    vertical-align: middle
}
.header--menu-bt {
    display: block;
    width: 1.25rem;
    height: 1rem;
    position: relative;
    -webkit-transition: all 0s .4s;
    -o-transition: all 0s .4s;
    transition: all 0s .4s;
    z-index: 0
}
.header--menu-bt i {
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    -webkit-transition: background 0s .1s;
    -o-transition: background 0s .1s;
    transition: background 0s .1s
}
.header--menu-bt i:after, .header--menu-bt i:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
.header--menu-bt i:before {
    top: -.43rem;
    -webkit-transition: top .1s .1s, background 0s .1s, -webkit-transform .1s 0s;
    -o-transition: top .1s .1s, transform .1s 0s, background 0s .1s;
    transition: top .1s .1s, transform .1s 0s, background 0s .1s;
    transition: top .1s .1s, transform .1s 0s, background 0s .1s, -webkit-transform .1s 0s
}
.header--menu-bt i:after {
    bottom: -.43rem;
    -webkit-transition: bottom .1s .1s, background 0s .1s, -webkit-transform .1s 0s;
    -o-transition: bottom .1s .1s, transform .1s 0s, background 0s .1s;
    transition: bottom .1s .1s, transform .1s 0s, background 0s .1s;
    transition: bottom .1s .1s, transform .1s 0s, background 0s .1s, -webkit-transform .1s 0s
}
.header--menu-bt:hover i, .header--menu-bt:hover i:after, .header--menu-bt:hover i:before {
    background: #9acb34
}
.header--menu-bt.is-active {
    z-index: 5
}
.header--menu-bt.is-active i {
    background: 0 0
}
.header--menu-bt.is-active i:before {
    top: 0;
    -webkit-transition: top .1s 0s, background 0s .1s, -webkit-transform .1s .1s;
    -o-transition: top .1s 0s, transform .1s .1s, background 0s .1s;
    transition: top .1s 0s, transform .1s .1s, background 0s .1s;
    transition: top .1s 0s, transform .1s .1s, background 0s .1s, -webkit-transform .1s .1s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.header--menu-bt.is-active i:after {
    bottom: 0;
    -webkit-transition: bottom .1s 0s, background 0s .1s, -webkit-transform .1s .1s;
    -o-transition: bottom .1s 0s, transform .1s .1s, background 0s .1s;
    transition: bottom .1s 0s, transform .1s .1s, background 0s .1s;
    transition: bottom .1s 0s, transform .1s .1s, background 0s .1s, -webkit-transform .1s .1s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.header--menu-bt.is-active + .header--menu--hidd {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
.header--menu-bt.is-active + .header--menu--hidd .link-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
.header--menu-list {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2.13rem
}
.header--menu-list a {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: .75rem;
    line-height: .94rem;
    text-align: center;
    letter-spacing: .12px;
    margin: 0 1.25rem
}
.header--menu-list a:hover {
    color: #9acb34;
    text-decoration: underline
}
.header--menu--hidd {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 27%;
    max-width: 33.33%;
    min-width: 35rem;
    height: 100vh;
    padding: 1.81rem 1.88rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(50, 56, 70, .95);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    overflow: auto;
    z-index: 4
}
.header--menu--hidd-logo {
    float: left;
    max-width: 16.88rem
}
.header--menu--hidd-box {
    clear: both;
    padding: 4.31rem .125rem
}
.header--menu--hidd .link-box {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}
.header--menu--hidd a {
    display: inline-block;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.31rem;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 1.88rem
}
.header--menu--hidd a.tel {
    font-size: 1.5rem;
    margin: 0 .125rem
}
.header--menu--hidd a:hover {
    color: #9acb34
}
.header--menu--hidd--tel-box {
    text-align: left;
    margin: 1.438rem 3rem 0 0
}
.header--sticky {
    position: fixed;
    background: #fff;
    -webkit-transition: .3s ease .4s;
    -o-transition: .3s ease .4s;
    transition: .3s ease .4s
}
.header--sticky .header__inner {
    padding-top: .69rem;
    padding-bottom: .75rem
}
.header--sticky .logo {
    display: none
}
.header--sticky .logo__stiky {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2.5rem
}
.header--sticky .header--menu-list a {
    color: #323846
}
.header--transition .header--menu-bt, .header--transition .header--menu-bt i, .header--transition .header--menu-bt i:after, .header--transition .header--menu-bt i:before {
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}
.img-big-box {
    position: relative;
    z-index: 1;
    padding-bottom: 5.19rem
}
.img-big-box--container {
    position: relative;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3.13rem 3.06rem;
    min-height: 34.63rem;
    -webkit-box-shadow: 10px 10px 14px rgba(38, 43, 55, .340663);
    box-shadow: 10px 10px 14px rgba(38, 43, 55, .340663)
}
.imgBgRirht, .rightWave.inside {
    padding-left: 34.26vh
}
.img-big-box--container .imgRight {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 11.19rem
}
.img-big-box--container .imgRight svg {
    width: 100%;
    height: 100%;
    fill: #9acb34;
    opacity: .74
}
.img-big-box--text {
    position: relative;
    z-index: 3;
    max-width: 38rem
}
.img-big-box--text .button {
    margin-right: 1.44rem;
    margin-top: .75rem;
    min-width: 16.75rem
}
.img-big-box--text .button:last-of-type {
    margin-right: 0
}
.imgBgRirht {
    position: absolute;
    right: 0;
    width: 0;
    top: 0;
    bottom: 0
}
.imgBgRirht svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: #9acb34;
    opacity: .74
}
.bgOp, .leftWave {
    right: 0;
    fill: rgba(46, 51, 65, .77);
    mix-blend-mode: hard-light;
    pointer-events: none;
    max-width: 40.3%;
    position: absolute;
    top: 0;
    left: 0
}
.bgOp {
    bottom: 0;
    width: auto;
    height: 100%
}
.bg-waveLine {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}
.rightWave {
    position: absolute;
    right: 0;
    width: 0;
    top: 0;
    height: 100vh
}
.rightWave.out {
    padding-left: 57vh
}
.rightWave .bgAll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.leftWave {
    height: 100vh;
    width: auto;
    z-index: -1
}
.leftWave.inside {
    max-width: 30%;
    z-index: -1
}
.leftWave .bgAll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}
.input-box {
    position: relative
}
label.error {
    font-weight: 500;
    font-size: .69rem;
    line-height: 1.1;
    letter-spacing: .1px;
    color: #9f2424;
    width: 9.75rem;
    padding-left: 1.5rem;
    position: absolute;
    bottom: .75rem;
    left: 0;
    min-height: 1rem;
    background: url(../img/icon/error.svg) 0 2px no-repeat;
    -webkit-background-size: 11px 11px;
    background-size: 11px 11px
}
.input-text {
    width: 100%;
    height: 2.19rem;
    padding: 0 1.44rem;
    line-height: 2.063rem;
    font-size: .75rem;
    letter-spacing: 1.14px;
    color: #a2a8ab;
    border: 1px solid #fff;
    margin-bottom: 2.19rem
}
.input-text::-webkit-input-placeholder {
    color: #a2a8ab
}
.input-text::-moz-placeholder {
    color: #a2a8ab
}
.input-text::-ms-input-placeholder {
    color: #a2a8ab
}
.input-text::placeholder {
    color: #a2a8ab
}
.input-text:focus::-webkit-input-placeholder {
    color: transparent
}
.input-text:focus::-moz-placeholder {
    color: transparent
}
.input-text:focus::-ms-input-placeholder {
    color: transparent
}
.input-text:focus::placeholder {
    color: transparent
}
.checkbox {
    overflow: hidden;
    position: relative
}
.checkbox input {
    position: absolute;
    left: -10000000px;
    opacity: 0;
    visibility: hidden
}
.checkbox span:before, .page__laboratory--box:before {
    left: 0;
    content: ""
}
.checkbox input:checked + .error + span:before, .checkbox input:checked + span:before {
    background-image: url(../img/icon/check.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%
}
.checkbox span {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: .63rem;
    line-height: .75rem;
    margin-bottom: 1.94rem;
    letter-spacing: .1px;
    color: #fff;
    padding-left: 1.44rem
}
.page--home-info, .page__laboratory-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}
.checkbox span:before {
    width: 11px;
    height: 11px;
    background: #fff;
    position: absolute;
    top: 2px
}
.checkbox .error {
    bottom: .5rem
}
.page__laboratory-list {
    list-style: none;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -.75rem
}
.page__laboratory-list li {
    display: inline-block;
    width: 50%;
    padding: .88rem 0 0 .75rem
}
.page__laboratory-list li:first-child, .page__laboratory-list li:first-child + li {
    padding-top: 0
}
.page__laboratory--box {
    position: relative;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 60.48%;
    z-index: 0;
    text-align: left
}
.page__laboratory--box:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(81, 90, 109, .8);
    mix-blend-mode: multiply
}
.page__laboratory--box-text {
    position: absolute;
    bottom: 2.81rem;
    left: 3.06rem;
    right: 3.06rem
}
.page__laboratory--box .title {
    position: relative;
    font-weight: 900;
    font-size: 1.69rem;
    line-height: 1.15;
    letter-spacing: .93px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 1.25rem
}
.page__laboratory--box .title:before {
    content: "";
    width: 5.44rem;
    height: .31rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #9acb34
}
.page__laboratory--box .hidd {
    display: none
}
.page__laboratory--box .hidd p {
    margin: .75rem 0 0;
    line-height: 1.55
}
.page__laboratory .img-big-box--container {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 0
}
.lineFour i:before, .lineFour i:nth-child(1), .lineFour i:nth-child(2) {
    -webkit-box-shadow: 0 0 14px rgba(255, 255, 255, .953726);
    position: absolute;
    background: #fff
}
.touchevents .page__laboratory--box .hidd {
    display: block
}
.link-back span, .link-back svg, .logo {
    display: inline-block;
    vertical-align: middle
}
.lineFour {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.lineFour i {
    z-index: 1
}
.lineFour i:before {
    content: "";
    width: .75rem;
    height: .75rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(255, 255, 255, .953726)
}
.lineFour i:nth-child(1), .lineFour i:nth-child(2) {
    height: 3px;
    box-shadow: 0 0 14px rgba(255, 255, 255, .953726)
}
.lineFour i:nth-child(1) {
    top: 0;
    left: 0;
    -webkit-animation: lineOneAnimation 7s infinite ease-in-out;
    animation: lineOneAnimation 7s infinite ease-in-out
}
.lineFour i:nth-child(1):before {
    right: -.375rem;
    top: 50%;
    margin-top: -.375rem
}
.lineFour i:nth-child(2) {
    bottom: 0;
    right: 0;
    -webkit-animation: lineTwoAnimation 7s infinite ease-in-out;
    animation: lineTwoAnimation 7s infinite ease-in-out
}
.lineFour i:nth-child(2):before {
    left: -.375rem;
    top: 50%;
    margin-top: -.375rem
}
.lineFour i:nth-child(3), .lineFour i:nth-child(4) {
    position: absolute;
    width: 3px;
    background: #fff;
    -webkit-box-shadow: 0 0 14px rgba(255, 255, 255, .953726);
    box-shadow: 0 0 14px rgba(255, 255, 255, .953726)
}
.lineFour i:nth-child(3) {
    top: 0;
    left: 0;
    -webkit-animation: lineThreeAnimation 7s infinite ease-in-out;
    animation: lineThreeAnimation 7s infinite ease-in-out
}
.lineFour i:nth-child(3):before {
    left: 50%;
    bottom: -.375rem;
    margin-left: -.375rem
}
.lineFour i:nth-child(4) {
    bottom: 0;
    right: 0;
    -webkit-animation: lineFourAnimation 7s infinite ease-in-out;
    animation: lineFourAnimation 7s infinite ease-in-out
}
.lineFour i:nth-child(4):before {
    left: 50%;
    bottom: -.375rem;
    margin-left: -.375rem
}
@-webkit-keyframes lineOneAnimation {
    0% {
        width: 0
    }
    25% {
        width: 100%;
        left: 0
    }
    50% {
        left: 100%;
        width: 0%
    }
    75% {
        left: 0;
        width: 100%
    }
    100% {
        left: 0;
        width: 0%
    }
}
@keyframes lineOneAnimation {
    0% {
        width: 0
    }
    25% {
        width: 100%;
        left: 0
    }
    50% {
        left: 100%;
        width: 0%
    }
    75% {
        left: 0;
        width: 100%
    }
    100% {
        left: 0;
        width: 0%
    }
}
@-webkit-keyframes lineTwoAnimation {
    0% {
        width: 0
    }
    25% {
        width: 100%;
        right: 0
    }
    50% {
        right: 100%;
        width: 0%
    }
    75% {
        right: 0;
        width: 100%
    }
    100% {
        right: 0;
        width: 0%
    }
}
@keyframes lineTwoAnimation {
    0% {
        width: 0
    }
    25% {
        width: 100%;
        right: 0
    }
    50% {
        right: 100%;
        width: 0%
    }
    75% {
        right: 0;
        width: 100%
    }
    100% {
        right: 0;
        width: 0%
    }
}
@-webkit-keyframes lineThreeAnimation {
    0% {
        height: 0
    }
    25% {
        height: 100%;
        top: 0
    }
    50% {
        top: 100%;
        height: 0%
    }
    75% {
        top: 0;
        height: 100%
    }
    100% {
        top: 0;
        height: 0%
    }
}
@keyframes lineThreeAnimation {
    0% {
        height: 0
    }
    25% {
        height: 100%;
        top: 0
    }
    50% {
        top: 100%;
        height: 0%
    }
    75% {
        top: 0;
        height: 100%
    }
    100% {
        top: 0;
        height: 0%
    }
}
@-webkit-keyframes lineFourAnimation {
    0% {
        height: 0;
        bottom: 0
    }
    25% {
        height: 100%;
        bottom: 0
    }
    50% {
        bottom: 100%;
        height: 0%
    }
    75% {
        bottom: 0;
        height: 100%
    }
    100% {
        bottom: 0;
        height: 0%
    }
}
@keyframes lineFourAnimation {
    0% {
        height: 0;
        bottom: 0
    }
    25% {
        height: 100%;
        bottom: 0
    }
    50% {
        bottom: 100%;
        height: 0%
    }
    75% {
        bottom: 0;
        height: 100%
    }
    100% {
        bottom: 0;
        height: 0%
    }
}
.link-back {
    margin-bottom: .125rem
}
.link-back svg {
    fill: #9acb34;
    stroke: #9acb34;
    margin-right: .5rem
}
.link-back span {
    font-weight: 600;
    font-size: .75rem;
    line-height: .94rem;
    text-align: center;
    letter-spacing: .12px;
    text-transform: uppercase;
    color: #9acb34
}
.logo {
    max-width: 16.88rem
}
.logo__stiky, .page.lit .bg-waveLine, .page.lit .bgOp, .page.lit .imgBgRirht {
    display: none
}
.page {
    position: relative
}
.page__main {
    padding: 10rem 0
}
.page--home--ferst-screen {
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1
}
.page--home--ferst-screen:before {
    content: ""
}
.page--home--wrapper {
    position: relative;
    height: 100%
}
.page--home-info {
    max-width: 70%;
    height: 100vh;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 51.56em;
    padding: 0 6.25rem;
    position: relative;
    z-index: 1
}
.page--home-info .title {
    font-size: 1.63rem;
    line-height: 2em;
    letter-spacing: -.47px;
    color: #fff;
    margin-bottom: 1.75rem
}
.page--home-info .name {
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 5.5rem;
    letter-spacing: -2.65px;
    color: #fff;
    margin-bottom: .938rem
}
.page--home-info p.text {
    font-weight: 500;
    font-size: .88rem;
    line-height: 2.14;
    letter-spacing: .18px;
    color: #fff;
    margin-bottom: 4.13rem
}
.page--home--company-info {
    padding: 1.81rem 0 4.06rem;
    position: relative;
    z-index: 1
}
.page--home--company-info--wrapper {
    max-width: 74.13rem
}
.page--home--company-info .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}
.page--home--company-info-left {
    max-width: 36.56rem;
    display: inline-block;
    vertical-align: top
}
.page--home--company-info .titleGreen {
    max-width: 32.5rem
}
.page--home--company-info .button {
    margin: 1.19rem 0
}
.page--home--company-info-img {
    position: absolute;
    top: 6.94rem;
    right: 12%;
    width: 42.5rem;
    text-align: center
}
.page--home--company-info-img img {
    display: inline-block
}
.page__service__open .h2, .page__service__open h2 {
    font-size: 1.13rem;
    line-height: 1.72;
    letter-spacing: .24px;
    color: #9acb34;
    margin-bottom: 1.938rem;
    font-weight: 400
}
.popup--title, .popupSendForm p {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}
.parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden
}
.parallax svg {
    position: absolute;
    fill: none
}
.parallax .scene {
    -webkit-transition: -webkit-transform .1s linear;
    -o-transition: transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear, -webkit-transform .1s linear;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.parallax__img1 {
    bottom: 3.31rem;
    left: 15.81rem
}
.parallax__img2 {
    bottom: 38.5rem;
    left: -3rem
}
.parallax__img3 {
    bottom: 45.88rem;
    right: -1.063rem
}
.parallax__img4 {
    bottom: 50rem;
    left: 40%
}
.parallax__img5 {
    bottom: 20.5rem;
    right: 7.88rem
}
.parallax__img6 {
    bottom: -13.44rem;
    left: -9rem
}
.parallax__img7 {
    bottom: -5.94rem;
    right: -2.31rem
}
.parallax__img8 {
    bottom: 15.25rem;
    left: 23.44rem
}
.parallax__img9 {
    bottom: 11.94rem;
    left: -9rem
}
.parallax__img10 {
    bottom: -.31rem;
    right: 2.69rem
}
.parallax__img11 {
    bottom: -7.94rem;
    left: -3.31rem
}
.parallax__img12 {
    bottom: 60.31rem;
    right: 1.31rem
}
.parallax__img13 {
    bottom: 31.06rem;
    left: -9rem
}
.parallax__img14 {
    bottom: -6.88rem;
    right: 20.38rem
}
.parallax__img15 {
    bottom: 29.56rem;
    right: -3.75rem
}
.parallax__img16 {
    bottom: 7.69rem;
    right: .75rem
}
.parallax__img17 {
    bottom: 15.13rem;
    left: -3.75rem
}
.parallax__img18 {
    bottom: 29.31rem;
    right: 2.69rem
}
.parallax__img19 {
    bottom: 4.69rem;
    right: .75rem
}
.parallax__img20 {
    bottom: 65.31rem;
    right: 1.31rem
}
.parallax__img21 {
    bottom: -10rem;
    right: 1.31rem
}
.parallax__img22 {
    bottom: -13.44rem;
    left: -8.81rem
}
.parallax__img23 {
    bottom: -5.94rem;
    right: 2.44rem
}
.parallax__img24 {
    left: 38%;
    bottom: 10.44rem
}
.parallax__img25 {
    bottom: -13.5rem;
    right: .63rem
}
.parallax__img26 {
    bottom: 3.5rem;
    left: 6.5rem
}
.parallax__img27 {
    bottom: 42.75rem;
    left: -3.38rem
}
.parallax__img28 {
    bottom: 35.63rem;
    right: -2rem
}
.parallax__img29 {
    top: 9.06rem;
    right: -1.063rem
}
.parallax__img31 {
    top: 36.75rem;
    right: 9.5rem
}
.parallax__img32 {
    top: 22.5rem;
    right: 1.94rem
}
.parallax__img33 {
    top: 21.88rem;
    left: -9.44rem
}
.parallax__img34 {
    top: 23.75rem;
    right: 1.938rem
}
.parallax__img35 {
    top: 58rem;
    right: -3.13rem
}
.parallax__size1 {
    width: 14.63rem;
    height: 14.63rem
}
.parallax__size2 {
    width: 17.5rem;
    height: 17.5rem
}
.parallax__size3 {
    width: 35.38rem;
    height: 35.38rem
}
.parallax__rotate1 {
    opacity: .65;
    -webkit-transform: translateY(var(--translateY)) rotate(21deg);
    -ms-transform: translateY(var(--translateY)) rotate(21deg);
    transform: translateY(var(--translateY)) rotate(21deg)
}
.parallax__rotate2 {
    opacity: .75;
    -webkit-transform: translateY(var(--translateY)) rotate(55deg);
    -ms-transform: translateY(var(--translateY)) rotate(55deg);
    transform: translateY(var(--translateY)) rotate(55deg)
}
.parallax__rotate3 {
    -webkit-transform: translateY(var(--translateY)) rotate(-10deg);
    -ms-transform: translateY(var(--translateY)) rotate(-10deg);
    transform: translateY(var(--translateY)) rotate(-10deg)
}
.parallax__rotate4 {
    opacity: .75;
    -webkit-transform: translateY(var(--translateY)) matrix(-.57, .82, .82, .57, 0, 0);
    -ms-transform: translateY(var(--translateY)) matrix(-.57, .82, .82, .57, 0, 0);
    transform: translateY(var(--translateY)) matrix(-.57, .82, .82, .57, 0, 0)
}
#particle-slider .slides {
    display: none
}
#particle-slider .draw {
    margin-left: auto;
    margin-right: auto;
    display: block
}
.page--home #particle-slider {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 42.5rem;
    position: absolute;
    right: 12%;
    top: 0
}
.page__404 #particle-slider {
    padding-top: 35.66%;
    width: 100%;
    margin: 0 0 -9.38rem;
    position: relative
}
.page__404 #particle-slider img {
    display: inline-block;
    width: 100%;
    height: 100%
}
.page__404 #particle-slider .draw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.page__404 #particle-slider canvas {
    width: 100%
}
.particle-slider-wrapp {
    max-width: 83.75rem;
    margin: 0 auto
}
.partner {
    padding-bottom: 4.81rem
}
.partner--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin-left: -2rem
}
.partner--list li {
    margin-bottom: 2rem;
    padding-left: 2rem
}
.partner--list li img {
    display: inline-block
}
.popup {
    display: none
}
.popup--title {
    font-size: 1.13rem;
    line-height: 1.38rem;
    letter-spacing: .18px;
    color: #fff;
    margin-bottom: 2.06rem
}
.popup .bt-close {
    width: 1.31rem;
    height: 1.31rem
}
.popup .button {
    display: block;
    width: 100%
}
.popup .fancybox-close-small {
    width: 1.31rem;
    height: 1.31rem;
    top: -1.31rem;
    left: 100%;
    padding: 0
}
.scroll-line, .scroll-line:before {
    height: 1px;
    width: 100%;
    position: absolute
}
.fancybox-container .fancybox-content.popup {
    max-width: 31.25rem;
    width: 100%;
    background: #9acb34;
    -webkit-border-radius: 26px 1px;
    border-radius: 26px 1px;
    padding: 3rem 7.81rem 2.63rem;
    overflow: visible
}
.page__service__open__text ul li:before, .scroll-LineCir i:before {
    content: "";
    -webkit-border-radius: 50%
}
.popupSendForm {
    position: absolute;
    top: 50%;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
    display: none
}
.popupSendForm.open {
    display: block
}
.popupSendForm.open + .box {
    opacity: 0;
    visibility: hidden
}
.popupSendForm img {
    margin-bottom: 2.5rem;
    display: inline-block
}
.popupSendForm p {
    font-size: 1.5rem;
    line-height: 1.81rem;
    letter-spacing: .24px
}
.scroll {
    display: inline-block;
    position: absolute;
    bottom: .563rem;
    left: 1.88rem;
    font-weight: 600;
    font-size: .63rem;
    line-height: .75rem;
    text-align: center;
    letter-spacing: 1.78px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 5px 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}
.scroll-line {
    top: 0;
    left: 0;
    overflow: hidden
}
.scroll-line:before {
    content: "";
    top: 0;
    background: #fff;
    -webkit-animation: scrollLineAnimation 2s infinite ease-in-out;
    animation: scrollLineAnimation 2s infinite ease-in-out
}
.scroll-LineCir {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px
}
.scroll-LineCir i {
    position: absolute;
    top: 0;
    height: 3px;
    background: #fff;
    -webkit-box-shadow: 0 0 14px rgba(255, 255, 255, .953726);
    box-shadow: 0 0 14px rgba(255, 255, 255, .953726);
    -webkit-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
    will-change: width
}
.scroll-LineCir i:before {
    width: .75rem;
    height: .75rem;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 14px rgba(255, 255, 255, .953726);
    box-shadow: 0 0 14px rgba(255, 255, 255, .953726);
    position: absolute;
    top: 50%;
    margin-top: -.375rem
}
.scroll-LineCir i.left {
    left: 0
}
.scroll-LineCir i.left:before {
    left: 100%
}
.scroll-LineCir i.right {
    right: 0
}
.scroll-LineCir i.right:before {
    right: 100%
}
@-webkit-keyframes scrollLineAnimation {
    0% {
        left: 100%
    }
    100% {
        left: -100%
    }
}
@keyframes scrollLineAnimation {
    0% {
        left: 100%
    }
    100% {
        left: -100%
    }
}
.page__service__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2.94rem -2.94rem
}
.page__service__list li {
    display: inline-block;
    width: 50%;
    padding: 0 0 2.94rem 2.94rem
}
.page__service__list-box {
    display: block;
    height: 100%;
    -webkit-border-radius: 26px 1px;
    border-radius: 26px 1px;
    background: #3f485a;
    box-shadow: 5px 5px 24px rgba(28, 36, 53, .35484);
    padding: 2.44rem 1.88rem 2.63rem 3.94rem;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}
.page__service__list-box-title .img, .page__service__list-box-title .img img, .page__service__list-box-title .img:before, .page__service__list-box-title p {
    display: inline-block;
    vertical-align: middle
}
.page__service__list-box:hover {
    background-color: #9acb34
}
.page__service__list-box > p {
    margin-bottom: 0
}
.page__service__list-box-title {
    text-align: center;
    margin-bottom: 1.56rem
}
.page__service__list-box-title .img {
    width: 5.5rem;
    height: 5.5rem;
    text-align: center;
    white-space: nowrap
}
.page__service__list-box-title .img:before {
    content: "";
    width: 1px;
    height: 100%;
    margin-left: -1px
}
.page__service__list-box-title p {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 135%;
    letter-spacing: .69px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0 2.75rem
}
.page__service__open__text {
    margin-bottom: 2.06rem
}
.page__service__open__text p {
    font-size: .88rem;
    line-height: 2.21;
    letter-spacing: .18px
}
.page__service__open__item p:not([class]), .page__service__open__item-text ul li, .page__service__open__text ol li, .page__service__open__text ul li {
    font-size: 14px;
    line-height: 2.21;
    letter-spacing: .18px
}
.page__service__open__text ul {
    list-style: none
}
.page__service__open__text ul li {
    display: block;
    position: relative;
    padding-left: 1.125rem;
    color: #d1d8db
}
.page__service__open__text ul li:before {
    height: .438rem;
    width: .438rem;
    position: absolute;
    top: .69rem;
    left: 0;
    background: #9acb34;
    border-radius: 50%
}
.page__service__open__text ol {
    list-style: none;
    counter-reset: num
}
.page__service__open__text ol li {
    display: block;
    position: relative;
    padding-left: 1.125rem;
    color: #d1d8db
}
.page__service__open__text ol li:before {
    content: counter(num) ". ";
    counter-increment: num;
    position: absolute;
    top: 0;
    left: 0;
    color: #9acb34
}
.page__service__open__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.94rem
}
.page__service__open__item-img {
    display: inline-block;
    width: 5rem;
    text-align: center;
    margin-top: .5rem
}
.page__service__open__item-text {
    width: -webkit-calc(100% - 7.31rem);
    width: calc(100% - 7.31rem)
}
.page__service__open__item-text ul {
    list-style: none
}
.page__service__open__item-text ul li {
    display: block;
    position: relative;
    padding-left: 1.125rem;
    color: #d1d8db
}
.page__service__open__item-text ul li:before {
    content: "";
    height: .438rem;
    width: .438rem;
    position: absolute;
    top: .69rem;
    left: 0;
    background: #9acb34;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.page__service__open__item p:not([class]) {
    color: #d1d8db;
    margin: 0
}
.page__service__open__item-title {
    font-size: 1.13rem;
    line-height: 1.72;
    letter-spacing: .24px;
    color: #9acb34
}
.page__service__open__img-box {
    position: relative;
    margin-bottom: 2.81rem
}
.page__service__open__img-box img {
    max-width: none;
    width: 100%
}
.titleBox {
    position: relative;
    margin-bottom: 0
}
.titleBox .h1, .titleBox h1 {
    position: relative;
    z-index: 2;
    margin-bottom: 2.93rem
}
.titleBox .titleGray {
    margin: 0;
    position: absolute;
    top: -1.56rem;
    left: 0;
    text-transform: uppercase
}
.page__worker__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .38rem 0;
    margin-bottom: .75rem;
    text-align: center
}
.page__worker__item__container {
    display: inline-block;
    width: 33.33%;
    margin-bottom: 3.5rem
}
.page__worker__item__photo {
    width: 12.5rem;
    height: 12.5rem;
    overflow: hidden;
    background: #9acb34;
    -webkit-box-shadow: 5px 5px 24px rgba(28, 36, 53, .35484);
    box-shadow: 5px 5px 24px rgba(28, 36, 53, .35484);
    -webkit-border-radius: 26px 0;
    border-radius: 26px 0;
    position: relative;
    margin: 0 auto 2rem
}
.page__worker__item__photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.page__worker__item__name {
    font-size: 1.13rem;
    line-height: 1.5;
    letter-spacing: .24px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700
}
.page__worker__item__post {
    font-size: .88rem;
    line-height: 1.93;
    letter-spacing: .18px;
    text-transform: uppercase
}
.page__worker__item-noPhoto {
    text-align: left
}
.page__worker__item-noPhoto .page__worker__item__container {
    margin-bottom: 4.63rem;
    padding-top: 1rem
}
@media (min-width: 999px) {
    .header--sticky .header--menu-bt.is-active i {
        background: 0 0
    }
    .header--sticky .header--menu-bt.is-active i:after, .header--sticky .header--menu-bt.is-active i:before {
        background: #fff
    }
    .header--sticky .header--menu-bt i, .header--sticky .header--menu-bt i:after, .header--sticky .header--menu-bt i:before {
        background: #323846
    }
}
@media (max-width: 1440px) {
    .page--home #particle-slider, .page--home--company-info-img {
        right: 5%
    }
}
@media (max-width: 1400px) {
    .amenities--slider-box {
        padding: 0 3.5rem
    }
}
@media (max-width: 1350px) {
    .page__laboratory--box-text {
        bottom: 1rem;
        left: 1.5rem;
        right: 1.5rem
    }
}
@media (max-width: 1326px) {
    .page__404 #particle-slider {
        margin: -3.75rem 0 -5.38rem
    }
}
@media (max-width: 1320px) {
    .page--home-info {
        padding: 0 1.25rem;
        max-width: 60%
    }
}
@media (max-width: 1300px) {
    .amenities--slider-box {
        padding: 0 2rem
    }
    .page__404 #particle-slider .draw {
        width: 100%
    }
}
@media (max-width: 1280px) {
    .page--home #particle-slider, .page--home--company-info-img {
        width: 46%
    }
    .page--home--company-info-img img {
        max-width: 280px
    }
    .page--home #particle-slider .draw {
        width: 400px !important
    }
}
@media (max-width: 1270px) {
    .page__service__list-box {
        padding: 2.44rem 1rem 2.63rem 1.5rem
    }
    .page__service__list-box-title p {
        padding: 0 1.5rem
    }
}
@media (max-width: 1250px) {
    .page__laboratory--box .title {
        font-size: 1.5rem
    }
}
@media (max-width: 1200px) {
    .header--menu-list {
        margin-right: 1rem
    }
    .header--menu-list a {
        margin: 0 .75rem
    }
    .page__laboratory--box-text {
        bottom: .5rem;
        left: .5rem;
        right: .5rem
    }
    .page--home #particle-slider .draw {
        width: 320px !important
    }
}
@media (max-width: 1185px) {
    .page__laboratory--box .title {
        font-size: 1.25rem
    }
}
@media (max-width: 1160px) {
    .header .logo {
        margin-right: 1.25rem
    }
    .page__laboratory--box .hidd p {
        line-height: 1.41
    }
}
@media (max-width: 1120px) {
    .page__service__list-box-title .img {
        width: 4rem;
        height: 4rem
    }
    .page__service__list-box-title p {
        font-size: 1rem
    }
}
@media (max-width: 1100px) {
    .header--menu-list a {
        margin: 0 .438rem
    }
}
@media (max-width: 1060px) {
    .logo {
        max-width: 13.5rem
    }
}
@media (max-width: 1024px) {
    .page__laboratory--box .hidd p {
        font-size: .81rem
    }
}
@media (max-width: 1000px) {
    .amenities {
        padding-bottom: 3.75rem;
        text-align: center
    }
    .logo {
        max-width: 11.5rem
    }
    .page--home-info {
        min-height: 100vh;
        max-width: 70%;
        height: auto;
        padding: 7rem 1.25rem
    }
}
@media (max-width: 999px) {
    .header, .header--sticky {
        background: rgba(46, 51, 65, .95)
    }
    .wrapperLittle {
        padding: 0 1.25rem
    }
    .wrapperTop {
        padding-top: 8.5rem
    }
    .mob {
        display: block
    }
    .header--menu-list, .titleGray {
        display: none
    }
    .page__404 {
        margin-bottom: 3rem
    }
    .page__404-title {
        font-size: 2.5rem;
        line-height: 3.06rem
    }
    .page__404-text {
        margin-bottom: 1.88rem
    }
    .page__about__list {
        margin: 0 -1.5rem 3rem
    }
    .page__about__list-item.center-item {
        width: 33.33%
    }
    .page__about__list-item {
        padding: 0 1.5rem;
        width: 33.33%
    }
    .page__accreditation .img-big-box--container {
        padding: 2.5rem 2.38rem 1rem;
        text-align: left;
        min-height: 21.81rem
    }
    .header__inner {
        padding: 1.44rem 1.25rem 0.54rem;
        /*padding: 1.44rem 1.25rem*/
    }
    .header--menu--hidd-logo {
        max-width: 11.5rem;
        float: none;
        margin: 0 0 2.5rem
    }
    .header--menu--hidd-box {
        padding: 0
    }
    .header--menu--hidd a {
        font-size: 1.13rem;
        line-height: 1.38rem;
        margin-bottom: 1.25rem
    }
    .header--menu--hidd a.tel {
        color: #9acb34
    }
    .header--menu--hidd--tel-box {
        text-align: left;
        margin: .69rem 0 2.5rem
    }
    .header--sticky .header__inner {
        padding-top: 1.44rem;
        padding-bottom: 0.54rem
        /*padding-bottom: 1.44rem*/
    }
    .header--sticky .logo {
        display: inline-block
    }
    .bgOp, .header .button, .header--sticky .logo__stiky, .leftWave {
        display: none
    }
    .img-big-box--wrapper {
        padding: 0
    }
    .page--home-info .button {
        margin-top: 1.88rem;
        min-width: 17.81rem;
        padding: 0 1.25rem
    }
    .page--home--company-info {
        padding: 3.13rem 0 3.81rem
    }
    .page--home--company-info-left {
        max-width: none;
        display: block;
        text-align: center
    }
    .page--home--company-info .titleGreen {
        margin: 0 auto 1.88rem
    }
    .page--home--company-info .button {
        margin-top: 0
    }
    .page--home--company-info-img {
        display: none
    }
    .parallax__img23, .parallax__img25, .parallax__img27, .parallax__img32 {
        opacity: 0;
        visibility: hidden
    }
    .parallax__img33 {
        top: auto;
        bottom: -3rem
    }
    .parallax__img35 {
        top: 70rem
    }
    .page__404 #particle-slider {
        margin: 0 0 -2.38rem
    }
    .page__service__list-box-title p {
        padding: 0 1rem;
        font-size: .88rem
    }
    .page__worker__item__container {
        width: 50%
    }
}
@media (max-width: 980px) {
    .page--home #particle-slider {
        opacity: 0
    }
}
@media (max-width: 53em) {
    .page--home-info {
        width: 100%;
        max-width: 80%
    }
}
@media (max-width: 820px) {
    .page__laboratory-list li {
        width: 100%
    }
    .page__laboratory-list li:first-child + li {
        padding-top: .88rem
    }
    .page__laboratory--box {
        padding-top: 45%
    }
}
@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs > ul > li {
        max-width: -webkit-calc(100% - 10px);
        max-width: calc(100% - 10px)
    }
}
@media (max-width: 768px) {
    .parallax__img8 {
        left: 13.44rem
    }
}
@media (max-width: 767px) {
    .img-big-box--container .imgRight, .imgBgRirht, .lineFour, .page__about__item-img, .page__equipment__item-img, .page__service__open__item-img, .scroll-LineCir {
        display: none
    }
    .h2, h2 {
        font-size: 1.5rem;
        line-height: 1.81rem;
        margin-bottom: 1.88rem
    }
    .h3, .textBg, h3 {
        font-size: 1rem
    }
    .h3, h3 {
        line-height: 1.87
    }
    .textBg {
        line-height: 194%;
        margin-bottom: .938rem
    }
    p:not([class]) {
        line-height: 2.14
    }
    .page__about__item-container {
        margin-bottom: 1.5rem
    }
    .page__about__item-text {
        width: 100%;
        margin: 0
    }
    .page__about__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page__about__list-item, .page__about__list-item.center-item {
        width: 100%
    }
    .page__about-swiper {
        padding: 0 40px;
        margin: 0 -1rem 3rem;
        max-width: 100vw
    }
    .page__about-swiper-slide {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .page__about-swiper-slide img {
        width: 100%;
        max-width: none
    }
    .page__about-swiper-slide p {
        margin: 1rem 0 0;
        opacity: 1;
        visibility: visible
    }
    .parallax__img1, .parallax__img11, .parallax__img13, .parallax__img16, .parallax__img17, .parallax__img19, .parallax__img20, .parallax__img21, .parallax__img22, .parallax__img4, .parallax__img7, .parallax__img9 {
        opacity: 0;
        visibility: hidden
    }
    .page__about .swiper-button-next {
        right: 0
    }
    .page__about .swiper-button-prev {
        left: 0
    }
    .page__accreditation__item-link img {
        margin-right: 1rem;
        width: 2.75rem
    }
    .page__accreditation__item-link span {
        font-size: .88rem;
        line-height: 1.25;
        width: -webkit-calc(100% - 4.13rem);
        width: calc(100% - 4.13rem)
    }
    .page__accreditation .img-big-box--container ul li, .page__contacts__wrapper-right, .page__equipment__item-text {
        width: 100%
    }
    .page__accreditation__item-button {
        margin: 1rem 0 2.5rem
    }
    .page__accreditation .img-big-box--container {
        padding: 1.5rem 1.38rem 1rem
    }
    .amenities--title-little {
        margin-bottom: .5rem
    }
    .amenities--slider {
        padding: 2rem 0 3.75rem
    }
    .amenities--slider-box {
        padding: 0 40px;
        margin: 0 -1rem
    }
    .amenities--slider--slide:nth-of-type(even) {
        margin-top: 0
    }
    .amenities--slider--slide:nth-of-type(odd) {
        margin-bottom: 0
    }
    .page__contacts__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page__contacts__wrapper-left {
        width: 100%;
        margin-bottom: 3rem
    }
    .page__contacts-map {
        height: 300px
    }
    .page__equipment__item {
        margin-bottom: 0
    }
    .header--menu--hidd {
        padding: 24px 1.25rem;
        width: 100vw;
        min-width: 0;
        max-width: none
    }
    .img-big-box {
        padding: 0 0 2.63rem;
        text-align: center
    }
    .img-big-box--container {
        background-position: 0 50%;
        padding: 2.81rem 1.25rem 2.25rem;
        min-height: 0
    }
    .img-big-box--text .button {
        margin: .69rem 0 1.188rem
    }
    .rightWave.inside {
        padding-left: 48%
    }
    .rightWave.out {
        padding-left: 80%
    }
    .page__laboratory--box {
        padding-top: 60%
    }
    .page--home-info {
        max-width: none;
        text-align: center;
        padding: 6rem 1.25rem
    }
    .page--home-info .title {
        font-size: 1.31rem;
        line-height: 1.63rem;
        letter-spacing: -.38px;
        margin-bottom: .88rem
    }
    .page--home-info .name {
        font-size: 2.5rem;
        line-height: 3.06rem;
        letter-spacing: -1.47px;
        margin-bottom: 2rem
    }
    .page--home-info p.text {
        line-height: 1.69rem;
        margin-bottom: .5rem
    }
    .page__service__open .h2, .page__service__open h2 {
        font-size: 1rem;
        line-height: 1.87
    }
    .parallax__img2 {
        bottom: 51.88rem;
        left: 15rem
    }
    .parallax__img3 {
        bottom: 30.44rem;
        right: 11.25rem
    }
    .parallax__img5 {
        bottom: -3.69rem;
        left: 5.5rem
    }
    .page__404 #particle-slider {
        margin: 0
    }
    .partner--list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .partner--list li {
        width: 50%;
        text-align: center
    }
    .page__service__list li, .partner--list li:last-child {
        width: 100%
    }
    .scroll {
        left: 50%;
        -webkit-transform: rotate(-90deg) translateX(-50%);
        -ms-transform: rotate(-90deg) translateX(-50%);
        transform: rotate(-90deg) translateX(-50%)
    }
    .page__service__list-box-title .img {
        width: 3rem;
        height: 3rem
    }
    .page__service__list-box-title p {
        padding: 0 .5rem;
        font-size: .88rem
    }
    .page__service__open__item-text {
        width: 100%
    }
    .titleBox .h1, .titleBox h1 {
        font-size: 2.5rem;
        line-height: 3.06rem
    }
    .page__worker__item__name {
        font-size: 1rem
    }
    .page__worker__item__post {
        font-size: .81rem
    }
}
@media (max-width: 766px) {
    label.error {
        font-size: .88rem;
        background-position: 0 3px;
        width: auto;
        bottom: .25rem;
        min-height: 1.94rem
    }
    .input-text {
        height: 3.13rem;
        line-height: 3.063rem;
        font-size: .88rem
    }
    .checkbox input:checked + .error + span:before, .checkbox input:checked + span:before {
        -webkit-background-size: 1rem 1rem;
        background-size: 1rem 1rem
    }
    .checkbox span {
        margin-bottom: 35px;
        font-size: .75rem;
        line-height: .94rem;
        padding-left: 2.81rem
    }
    .checkbox span:before {
        top: -6px;
        width: 1.75rem;
        height: 1.75rem
    }
    .popup--title {
        margin-bottom: 1.88rem
    }
    .popup .fancybox-close-small {
        right: auto;
        left: 50%;
        top: -3.19rem;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .fancybox-container .fancybox-content.popup {
        padding: 2.31rem 1.25rem 2.125rem;
        margin: 65px 0
    }
}
@media (max-width: 600px) {
    .footer {
        padding: 0 0 2.19rem
    }
    .footer--wrapper {
        text-align: center
    }
    .footer__copyright {
        float: none;
        margin-bottom: 1.06rem
    }
    .footer__c-tm {
        float: none;
        display: inline-block
    }
}
@media (max-width: 530px) {
    .titleBox .h1, .titleBox h1 {
        font-size: 2rem;
        line-height: 2.56rem
    }
}
@media (max-width: 490px) {
    .page--home-info .button {
        display: block
    }
    .partner--list li {
        width: 100%
    }
}
@media (max-width: 468px) {
    .page__laboratory--box {
        padding-top: 100%
    }
    .page__laboratory--box .title {
        font-size: .94rem;
        letter-spacing: 0;
        padding-bottom: .75rem
    }
    .page__laboratory--box .hidd p {
        font-size: .75rem;
        line-height: 1.2
    }
}
@media (max-width: 467px) {
    .page__worker__item__container {
        width: 100%
    }
}
@media (max-width: 420px) {
    .titleBox .h1, .titleBox h1 {
        font-size: 1.5rem;
        line-height: 2.06rem
    }
}
@media (max-width: 374px) {
    .amenities--slider-box {
        padding: 0 41px
    }
    .popupSendForm {
        top: 124px !important
    }
}
@media all and (min-width: 999px) and (max-width: 1380px) {
    .titleGray {
        font-size: -webkit-calc(6rem + ((1vw - .6244rem) * 12.5997));
        font-size: calc(6rem + ((1vw - .6244rem) * 12.5997))
    }
}
@media all and (min-width: 1000px) and (max-width: 1173px) {
    .amenities--slider-box {
        padding: 0;
        overflow: visible;
        margin: 0 -3rem
    }
    .amenities .swiper-button-prev {
        left: -3rem
    }
    .amenities .swiper-button-next {
        right: -3rem
    }
}
@media (max-height: 760px) {
    .page__404-title {
        margin-bottom: 0
    }
    .page__404-text {
        margin-bottom: 1.88rem
    }
}
@media (max-height: 800px) {
    .page__404 #particle-slider {
        padding-top: 28.66%
    }
    .page__404 #particle-slider .draw {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 80%;
        height: 80%
    }
}
.page__service__with-form {
    justify-content: space-between;
    display: flex;
    margin-bottom: 100px
}
.page__service__open__text.text-block {
    width: 60%
}
.page__service__open__text.form-block {
    width: 30%;
    margin: 0 auto
}
.form-block {
    text-align: center;
    display: flex;
    width: 390px;
    flex-direction: column;
    flex: 0 0 390px;
    padding-top: 50px
}
.form-block__title {
    font-size: 1.13rem;
    line-height: 1.38rem;
    letter-spacing: .18px;
    color: #fff;
    margin-bottom: 2.06rem;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}
.form-block__content {
    display: inline-block;
    background: #3c4455;
    padding: 60px 50px;
    border-radius: 26px 1px
}
#form-block__submit-btn {
    display: block;
    width: 100%;
    background: #9acb33;
    color: #fff;
    border: none
}
.services-link a {
    display: inline-block;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.31rem;
    letter-spacing: 0;
    margin-bottom: 1.88rem;
    color: #fff
}
.services-link a:hover {
    color: #9acb34;
    transition: .2s
}
.input-text {
    height: 43px;
    margin-bottom: 33px
}
.popup.button {
    display: block;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    background: #fff
}
.form-block__content-agreement {
    text-align: left;
    font-size: 12px
}
.page__service__open__text.text-block {
    width: 75%;
    padding-right: 80px
}
a#requisites-link {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: .75rem;
    line-height: .94rem;
    text-align: center;
    letter-spacing: .12px;
    margin: 0 1.25rem;
    margin-left: 30px
}
a#requisites-link:hover {
    transition: .4s;
    color: #9acb34;
    text-decoration: underline
}
.footer__copyright {
    margin-right: 30px
}
.header--menu-list {
    position: relative;
    display: inline-block
}
.header-services {
    visibility: hidden;
    display: inline-block;
    position: relative
}
.dropdown-content {
    visibility: hidden;
    background: rgba(50, 56, 70, .95);
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    transition: .5s ease;
    overflow: hidden;
    opacity: 0;
    padding: 15px 0;
    position: absolute;
    transition-delay: 0.25s;
}
@media (min-width: 1400px) {
    .form-block {
        width: 420px;
        flex: 0 0 420px;
    }
}
.header-services:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
    transition-delay: .0s;
}
.header--sticky .header-services .dropdown-content {
    background-color: #fff;
    color: #323846;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    transition: .5s ease;
    opacity: 0;
    padding: 15px 0;
    transition-delay: 0.25s;
}
.header--sticky .header-services:hover .dropdown-content {
    visibility: visible;
    background-color: #fff;
    color: #323846;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    transition: .5s ease;
    opacity: 1;
    padding: 15px 0;
    transition-delay: 0s;
}
a.dropbtn {
    visibility: visible;
    color: #fff;
    padding: 16px 0
}
a.dropdown-service-link {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    text-transform: uppercase
}
span.form-block__contentagreement {
    text-align: left;
    font-size: 12px
}
.button:hover {
    cursor: pointer;
}
@media (max-width: 999px) {
    .header--menu-list, .titleGray {
        display: none
    }
}
@media (max-width: 320px) {
    .page__service__with-form {
        flex-direction: column-reverse;
        margin-bottom: 20px
    }
}
@media (max-width: 800px) {
    .page__service__with-form {
        flex-direction: column-reverse;
        align-items: center;
        margin: 40px
    }
    .form-block {
        padding-top: 0;
        margin-bottom: 30px
    }
    .page__service__open__text.text-block {
        width: 100%;
        padding-right: 0
    }
    .checkbox span:before {
        top: 0;
        width: 11px;
        height: 11px;
        top: 1px
    }
    span.form-block__contentagreement {
        padding-left: 30px
    }
}
.services-link {
    color: #d1d8db;
    font-size: 17px;
    line-height: 17px;
    text-decoration: underline;
    text-underline-position: under
}
.services-link:hover {
    text-decoration: none;
    color: #9acb33
}
@media (max-width: 600px) {
    .footer__copyright {
        margin-right: 0;
        margin-top: 30px;
        margin-bottom: 0
    }
}
@media (max-width: 500px) {
    .page__service__with-form {
        flex-direction: column-reverse;
        align-items: center;
        margin: 0
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-6, .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 1199px) {
    .col-lg-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.headerPhones {
    display: block;
    margin-left: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: -28px;
    padding: 5px 10px 0;
    margin-left: 0;
}
header.header .headerPhones, header.header .headerPhones a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: all 1s;
}
@media (min-width: 998px) {
    header.header.header--sticky .headerPhones, header.header.header--sticky .headerPhones a {
        color: #323846;
    }
}
@media (min-width: 555px) {
    .headerPhones {
        margin-bottom: -24px;
    }
}
.col-lg-6.verticalAlign {vertical-align: middle;display: table;}

.textRight {display: table-cell;vertical-align: middle;padding-left: 20px;font-weight: 600;}

.textRight > p {
    font-size: 170%;
    line-height: 130%;
    color: #ffffff;
    text-align: center;
}

.logo-new{
        max-width: 99px;
    position: absolute;
    left: 27px;
    transition:transform 0.3s;
    top: 117px;
        left: 118px;z-index: 33;
}
.logo-new:hover{
    transform:scale(1.1);
}
@media (max-height: 820px){
    .page--home-info{
           padding-top: 180px;
    }
}
@media (max-width: 767px){

.logo-new{
    left:50%;
    transform: translateX(-50%);
}

.page--home-info {
    max-width: none;
    text-align: center;
    padding: 14rem 1.25rem;
}
}