::-moz-selection {
    background: #6dc2d6;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #6dc2d6;
    color: #fff;
    text-shadow: none
}

.h1 ::-moz-selection,
.h1::-moz-selection,
.h2 ::-moz-selection,
.h2::-moz-selection,
.h3 ::-moz-selection,
.h3::-moz-selection,
.h4 ::-moz-selection,
.h4::-moz-selection,
.h5 ::-moz-selection,
.h5::-moz-selection,
.h6 ::-moz-selection,
.h6::-moz-selection,
h1 ::-moz-selection,
h1::-moz-selection,
h2 ::-moz-selection,
h2::-moz-selection,
h3 ::-moz-selection,
h3::-moz-selection,
h4 ::-moz-selection,
h4::-moz-selection,
h5 ::-moz-selection,
h5::-moz-selection,
h6 ::-moz-selection,
h6::-moz-selection {
    background: #6dc2d6;
    color: #fff;
    text-shadow: none
}
html {
    min-height: 100%;
    min-height: 100vh;
    background-color: #1d2b38;
}

.app {
    display: none;
}

.app__wrapper,
.aside-nav,
.main-svg-sprite,
.remodal,
.remodal-close {
    display: none;
}
.h1 ::selection,
.h1::selection,
.h2 ::selection,
.h2::selection,
.h3 ::selection,
.h3::selection,
.h4 ::selection,
.h4::selection,
.h5 ::selection,
.h5::selection,
.h6 ::selection,
.h6::selection,
h1 ::selection,
h1::selection,
h2 ::selection,
h2::selection,
h3 ::selection,
h3::selection,
h4 ::selection,
h4::selection,
h5 ::selection,
h5::selection,
h6 ::selection,
h6::selection {
    background: #6dc2d6;
    color: #fff;
    text-shadow: none
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .54)
}

:-moz-placeholder,
::-moz-placeholder {
    color: rgba(0, 0, 0, .54)
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, .54)
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder,
input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: Inter, serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    min-height: 100vh;
    background-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.61;
    color: #000;
    text-align: left;
    background-color: #fff
}

button,
input,
optgroup,
select,
textarea {
    font-size: inherit;
    line-height: inherit
}

.button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.app-bg:before {
    content: "";
    pointer-events: none
}

.hero {
    position: relative;
    font-size: 0;
    line-height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    color: #fff;
    background-color: #1d2b38;
    -webkit-overflow-scrolling: touch
}

.hero__image {
    width: 100%;
    height: auto;
    vertical-align: top
}

.hero__canvas {
    border: 0;
    opacity: 0
}

.hero__canvas,
.hero__canvas-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero__designer,
.hero__drag,
.hero__examples {
    position: absolute;
    z-index: 2
}

.hero__examples {
    display: none
}

.hero__designer {
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #6dc2d6
}

.hero__designer:before {
    display: none
}

.hero__designer:hover {
    text-decoration: none
}

.hero__designer:hover:before {
    -webkit-animation: 15s linear infinite spinner;
    animation: 15s linear infinite spinner
}

.hero__designer.is-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0
}

.hero__designer-icon {
    fill: #073746;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%)
}

.hero__designer-icon .svg-icon {
    width: 8px;
    height: 26px;
    fill: #101921
}

.hero__designer-text {
    display: block;
    margin-left: 10px;
    font-size: 12px;
    color: #000;
    white-space: nowrap;
    line-height: 2;
    transition: color .3s;
    letter-spacing: 1.1px
}

.hero__designer-text br {
    display: none
}

.hero__drag {
    top: calc(50% - 83px);
    left: calc(50% - 33px);
    width: 70px;
    height: 70px;
    border-radius: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    will-change: left, top;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s, color .3s
}

.hero__drag:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
    padding: 7px;
    border-radius: inherit;
    border: 1px dashed #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(16, 23, 33, .7);
    transition: background .3s
}

@supports (display:block) {
    .hero__drag:before {
        background-clip: content-box
    }
}

.hero__drag:hover {
    text-decoration: none
}

.hero__drag:hover:before {
    -webkit-animation: 15s linear infinite spinner;
    animation: 15s linear infinite spinner
}

.hero__drag:hover .hero__drag-icon {
    -webkit-animation: none;
    animation: none
}

.hero__drag.is-visible {
    opacity: 1;
    transition: opacity .5s 1.6s, color .3s, background .3s;
    pointer-events: auto
}

.hero__drag.is-hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s, color .3s, background .3s
}

.hero__drag.is-disabled {
    pointer-events: none
}

.hero__drag-icon {
    position: relative;
    fill: #fff;
    -webkit-animation-name: pendulum;
    animation-name: pendulum;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.hero__drag-icon,
.hero__drag-icon .svg-icon {
    width: 24px;
    height: 24px
}

.hero__drag-text {
    display: none
}

.hero__header {
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 1
}

.hero__header-line-simple {
    color: #fff;
    display: block
}

.hero__header-line-color {
    color: #6dc2d6;
    display: block
}

@supports ((-webkit-background-clip:text) or (background-clip:text)) {
    .hero__header-line-color {
        background: #6dc2d6;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent
    }
}

.hero__move {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin: 40px 0
}

.hero__categories {
    width: 100%;
    text-align: center
}

.hero__categories-header {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 1.65px;
    text-transform: uppercase
}

.hero__categories-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -20px
}

.hero__categories-item {
    text-decoration: none;
    margin-left: 20px
}

.hero__categories-item:hover {
    text-decoration: none
}

.hero__categories-item:hover svg {
    fill: #fff
}

.hero__categories-item:hover .hero__categories-icon:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.hero__categories-item:hover .hero__categories-price {
    color: #4c9ce8
}

.hero__categories-icon {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background .3s;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 50px;
    border-radius: 50px
}

.hero__categories-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: inherit;
    width: inherit;
    border-radius: inherit;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    background: linear-gradient(0deg, #6dc2d6 0, #5294a8 98%, #5294a8)
}

.hero__categories-icon .svg-icon {
    position: relative;
    fill: #0e0e0e;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    transition: fill .3s
}

.hero__categories-icon .svg-icon--hero-icon1 {
    height: 34px;
    width: 52px
}

.hero__categories-icon .svg-icon--hero-icon2 {
    height: 34px;
    width: 37px
}

.hero__categories-icon .svg-icon--hero-icon5 {
    height: 38px;
    width: 30px
}

.hero__categories-icon .svg-icon--hero-icon4 {
    height: 36px;
    width: 48px
}

.hero__categories-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
    -webkit-overflow-scrolling: touch
}

.hero__catergories-special-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 30px;
    -ms-flex-pack: center;
    justify-content: center
}

.hero__catergories-special-item .hero__categories-price,
.hero__catergories-special-item .hero__categories-title {
    font-size: inherit;
    line-height: inherit
}

.hero__catergories-special-item .hero__categories-price {
    margin-left: 10px;
    color: #6dc2d6
}

.hero__view {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.hero__background,
.hero__scene {
    width: 640px;
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    transition: opacity .5s;
    -webkit-transform: translate(-50%, -50%) scale(.725);
    transform: translate(-50%, -50%) scale(.725)
}

.hero__background.is-visible,
.hero__scene.is-visible {
    opacity: 1 !important
}

.hero__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 568px
}

.hero.is-hero-initialized .hero {
    background-color: #0f1921
}

.hero.is-hero-initialized .hero__background {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.hero.is-hero-initialized .hero__canvas {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity 2s
}

.hero.is-hero-initialized .hero__content,
.hero.is-hero-initialized .hero__scene {
    opacity: 1
}

.hero.is-hero-initialized .hero__drag:hover:before {
    background-color: #101721;
    transition: opacity .5s, color .3s, background .3s
}

.intro {
    background-color: #fff
}

.intro__container {
    width: 1406px;
    padding-top: 40px;
    padding-bottom: 50px
}

.intro__header {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
    width: 260px;
    max-width: 100%
}

.intro__header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 105px;
    height: 2px;
    background-color: #65d2f3
}

.intro__text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400
}

.intro__text p {
    margin: 0
}

.about {
    background-color: #fff
}

.about__container {
    padding-top: 20px;
    padding-bottom: 15px
}

.about__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about__item {
    position: relative;
    width: 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 20px 0;
    padding: 0 0 10px;
    text-align: center;
    border-left: 1px solid #e7e7e7
}

.about__item:before {
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: -20px;
    height: 1px;
    background-color: #e7e7e7
}

.about__item:nth-child(odd) {
    border-left-color: transparent
}

.about__item:nth-child(3):before,
.about__item:nth-child(4):before {
    display: none
}

.about__number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.about__number-value {
    color: #4c4c4c;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.about__number-unit {
    top: 11px;
    margin-left: 5px;
    color: #4c4c4c;
    font-style: italic;
    font-weight: 900;
    font-size: 14px
}

.about__title {
    font-size: 11px;
    line-height: 1.45;
    margin-top: 15px
}

.about__title:after {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background-color: #6dc2d6;
    margin: 10px auto 0
}

.partners {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    -webkit-overflow-scrolling: touch
}

.partners__container {
    padding-bottom: 50px
}

.partners__header {
    position: relative;
    color: #b3b3b3;
    font-weight: 400;
    margin-bottom: 30px
}

.partners__header:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200%;
    height: 1px;
    background-color: #e7e7e7;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.partners__header-text {
    display: table;
    position: relative;
    background-color: #fff;
    padding: 0 25px;
    margin: 0 auto;
    width: 190px;
    font-size: 12px;
    line-height: 1.66
}

.partners__slider {
    margin: 0 -20px
}

.partners__items {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    transition: visibility 0s .15s;
    min-height: 36px
}

.partners__items.owl-carousel {
    display: block;
    visibility: visible
}

.partners__items.owl-carousel .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.partners__items.owl-carousel .owl-nav {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.partners__items.owl-carousel .owl-nav .owl-next,
.partners__items.owl-carousel .owl-nav .owl-prev {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    width: 40px;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.partners__items.owl-carousel .owl-nav .owl-next .svg-icon,
.partners__items.owl-carousel .owl-nav .owl-prev .svg-icon {
    display: block
}

.partners__items.owl-carousel .owl-nav .owl-prev {
    left: 0
}

.partners__items.owl-carousel .owl-nav .owl-next {
    right: 0;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.partners__items.owl-carousel .owl-item {
    max-width: 28vw
}

.partners__items.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
    margin: 0 auto
}

.partners__items.owl-carousel .owl-item .partners__item {
    margin: 0
}

.partners__item {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 40px;
    padding: 0 15px
}

.services {
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.services__container {
    z-index: 1;
    position: relative;
    padding-top: 40px
}

.services__content {
    margin-bottom: 30px
}

.services__header {
    font-size: 36px;
    line-height: 1.16
}

.services__more {
    width: 280px
}

.services__items {
    margin-left: -20px;
    margin-right: -20px
}

.services__item {
    position: relative;
    display: block;
    margin-top: 2px;
    color: #fff;
    text-decoration: none
}

.services__item:hover .services__image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.services__pic {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    background-color: #13110f;
    -webkit-overflow-scrolling: touch
}

.services__image {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.services__title {
    position: absolute;
    left: 20px;
    bottom: 30px;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px
}

.services__title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background-color: #6dc2d6
}

.services.is-lazyimage-parent-initialized .services__bg-l,
.services.is-lazyimage-parent-initialized .services__bg-r {
    content: "";
    position: absolute;
    overflow: hidden;
    top: 0;
    opacity: .025;
    bottom: 0;
    pointer-events: none;
    -webkit-overflow-scrolling: touch
}

.services.is-lazyimage-parent-initialized .services__bg-l {
    top: 0;
    left: 0;
    bottom: 0;
    right: calc(50% + 440px);
    background: url(../images/pattern-lb-black.svg) 100% 100%/auto 700px no-repeat
}

.services.is-lazyimage-parent-initialized .services__bg-r {
    right: 0;
    left: calc(50% - 70px);
    background: url(../images/pattern-lb-black.svg) 620px 850px/auto 700px no-repeat
}

.hauling {
    color: #fff;
    background-color: #101922;
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.hauling__container {
    padding-top: 25px
}

.hauling__header {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -ms-flex-align: center;
    align-items: center
}

.hauling__header-image {
    display: none
}

.hauling__header-image-holder {
    position: relative;
    padding-bottom: 100%
}

.hauling__header-text {
    -ms-flex: 1 1;
    flex: 1 1;
    font-size: 30px;
    margin-bottom: 0
}

.hauling__image,
.hauling__picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.hauling__list {
    font-size: 12px;
    line-height: 1.61;
    padding-bottom: 45px
}

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

.hauling__list ul li {
    position: relative;
    margin: 0 0 20px;
    padding-left: 30px
}

.hauling__list ul li:first-child {
    margin-top: 0
}

.hauling__list ul li:last-child {
    margin-bottom: 0
}

.hauling__list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    padding-left: 30px
}

.is-hauling-initialized .hauling__list ul li:before {
    background: url(../img/ok_blue2.svg) no-repeat
}

.hauling__list-header {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 30px
}

.hauling__list-header p:first-child {
    margin-top: 0
}

.hauling__list-header p:last-child {
    margin-bottom: 0
}

.hauling__content {
    position: relative;
    margin-left: -25px;
    margin-right: -25px;
    padding: 50px 25px;
    background-color: #263544
}

.hauling__content:before {
    content: "";
    bottom: 0;
    top: 0;
    width: 250px;
    right: 0;
    opacity: .025;
    position: absolute;
    background: url(../images/pattern-rb-white.svg) left -30px/auto 700px no-repeat;
    pointer-events: none
}

.hauling__content-header {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 20px
}

.hauling__content-text {
    font-size: 12px;
    line-height: 1.61
}

.hauling__content-text p:first-child {
    margin-top: 0
}

.hauling__content-text p:last-child {
    margin-bottom: 0
}

.hauling__content-button {
    margin-top: 40px
}

.hauling__content-button .button--theme-fill:hover {
    color: #fff;
    background-color: #6dc2d6
}

.hauling__menu {
    font-size: 12px;
    line-height: 1.33;
    margin-left: -30px;
    padding-top: 35px;
    padding-bottom: 20px;
    width: 720px;
    max-width: 100%
}

.hauling__menu ul {
    margin: 0;
    list-style: none;
    padding: 0 0 0 30px
}

.hauling__menu ul li {
    margin: 0 0 20px;
    padding: 0
}

.hauling__menu ul li a {
    color: #fff;
    text-decoration: underline
}

.hauling__menu ul li a:hover {
    text-decoration: none;
    color: #6dc2d6
}

.faq {
    padding: 60px 0 80px;
    background: #f7f8fb
}

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

.faq__list {
    max-width: 900px;
    margin: 0 auto
}

.faq__item {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(15, 35, 52, .08);
    margin-bottom: 16px;
    overflow: hidden;
    transition: box-shadow .25s, transform .25s, background-color .25s
}

.faq__item.is-open {
    background: #fff;
    box-shadow: 0 18px 50px rgba(15, 35, 52, .12);
    transform: translateY(-2px)
}

.faq__question {
    width: 100%;
    padding: 18px 56px 18px 24px;
    border: none;
    background: 0 0;
    text-align: left;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    color: #1d2733;
    cursor: pointer;
    position: relative
}

.faq__question:focus {
    outline: 0
}

.faq__question::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #c4c9d1;
    border-bottom: 2px solid #c4c9d1;
    transform: translateY(-70%) rotate(45deg);
    transition: transform .2s, border-color .2s
}

.faq__item.is-open .faq__question::after {
    transform: translateY(-30%) rotate(-135deg);
    border-color: #468e9f
}

.faq__answer {
    padding: 0 24px 18px;
    font-size: 15px;
    line-height: 1.6;
    color: #4a5563
}

.faq__item:first-child .faq__question {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

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

@media (max-width:767px) {
    .faq {
        padding: 40px 0 60px
    }
    
    .faq__header {
        text-align: left
    }

    .faq__question {
        font-size: 16px;
        padding: 14px 48px 14px 18px
    }

    .faq__answer {
        padding: 0 18px 14px;
        font-size: 14px
    }
    .app-logo__image--main{
        width: 210px;
    }
    .hero__header{
        font-size: 26px;
    }
}

.reviews {
    padding: 80px 0 70px;
    background: #fff;
    position: relative
}

.reviews::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 127, 63, .07), transparent 55%), radial-gradient(circle at bottom right, rgba(75, 156, 232, .06), transparent 55%);
    pointer-events: none;
    z-index: 0
}

.reviews__container {
    position: relative;
    z-index: 1
}

.reviews__header {
    text-align: center;
    margin-bottom: 10px
}

.reviews__subtitle {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 40px;
    font-size: 15px;
    line-height: 1.7;
    color: #6b7280
}

.reviews__slider .owl-stage-outer {
    padding: 10px 0 20px
}

.reviews__item {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(15, 35, 52, .08);
    padding: 56px 24px 24px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(148, 163, 184, .18);
    position: relative;
    overflow: hidden
}

.reviews__item::before {
    content: "“";
    position: absolute;
    top: 10px;
    left: 14px;
    font-size: 80px;
    line-height: 1;
    color: rgba(255, 127, 63, .12);
    font-family: Georgia, "Times New Roman", serif
}

.reviews__text {
    font-size: 15px;
    line-height: 1.6;
    color: #1f2933;
    margin-bottom: 18px
}

.reviews__author {
    font-size: 14px;
    font-weight: 600;
    color: #4b5563
}

.reviews .owl-dots {
    text-align: center;
    margin-top: 8px
}

.reviews .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 4px;
    background: #d1d5db;
    border-radius: 999px;
    transition: .2s
}

.reviews .owl-dot.active span {
    width: 18px;
    background: #468e9f
}
.me-2{
    margin-right: 10px;
}
.phone_number{
    display: flex;
    width: 100%;
    padding: 35px 0;
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 15px;
    justify-content: center;
    align-items: center;
}
@media (max-width:767px) {
    .reviews {
        padding: 56px 0 52px
    }

    .reviews__subtitle {
        margin-bottom: 28px;
        font-size: 14px
    }

    .reviews__item {
        padding: 56px 18px 18px;
    }

    .reviews__text {
        font-size: 14px
    }
}

.section-services {
    padding: 80px 0 70px;
    background: #fdf7f1
}

.services__header {
    text-align: center;
    margin-bottom: 10px
}

.services__subtitle {
    max-width: 720px;
    margin: 0 auto 32px;
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    color: #6b7280
}

.services__table {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 55px rgba(15, 35, 52, .12);
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .9)
}

.services__row {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    align-items: stretch
}

.services__row:nth-child(odd):not(.services__row--head) {
    background: #f9fafb
}

.services__row--head {
    background: linear-gradient(90deg, #5294a8, #468e9f);
    color: #fff;
    font-weight: 600
}

.services__cell {
    padding: 16px 24px;
    font-size: 15px;
    line-height: 1.5
}

.services__cell--type {
    border-right: 1px solid rgba(226, 232, 240, .9)
}

.services__row--head .services__cell {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.services__cell--price {
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
}

.services__note {
    max-width: 720px;
    margin: 18px auto 0;
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
    text-align: center
}



.work-time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.aside-nav__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:350px) {

    .hero__background,
    .hero__scene {
        -webkit-transform: translate(-50%, -50%) scale(.795);
        transform: translate(-50%, -50%) scale(.795)
    }
}

@media (min-width:375px) {

    .hero__background,
    .hero__scene {
        -webkit-transform: translate(-50%, -50%) scale(.925);
        transform: translate(-50%, -50%) scale(.925)
    }

    .hauling__header {
        margin-left: -45px
    }

    .hauling__header-image {
        display: block;
        width: 175px;
        max-width: 175px;
        -ms-flex: 0 0 175px;
        flex: 0 0 175px;
        font-size: 0;
        line-height: 0
    }

    .hauling__header-text {
        position: relative;
        margin-left: -60px
    }

    .hauling__menu {
        padding-bottom: 40px;
        display: -ms-flexbox;
        display: flex
    }

    .hauling__menu ul {
        width: 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .hauling__menu ul li:last-child {
        margin-bottom: 0
    }
}

@media (min-width:430px) {

    .hero__background,
    .hero__scene {
        -webkit-transform: translate(-50%, -50%) scale(1.023);
        transform: translate(-50%, -50%) scale(1.023)
    }
}

@media (min-width:480px) {
    .work__content-bubble {
        width: 410px;
        max-width: 100%;
        -ms-flex: 0 0 410px;
        flex: 0 0 410px
    }

    .work--big .work__titles {
        bottom: 0
    }

    .work--big.is-work-initialized .work__pic {
        overflow: hidden;
        -webkit-overflow-scrolling: touch
    }

    .partners__items.owl-carousel .owl-item {
        max-width: 16vw
    }

    .services-list__link {
        width: 225px;
        max-width: 100%
    }
}

@media (min-width:568px) {

    .hero__background,
    .hero__scene {
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3)
    }

    .hero__content {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width:600px) {

    .hero__background,
    .hero__scene {
        -webkit-transform: translate(-50%, -50%) scale(1.45);
        transform: translate(-50%, -50%) scale(1.45)
    }
}

@media (min-width:768px) {
    body {
        font-size: 16px
    }

    .h1,
    h1 {
        font-size: 84px
    }

    .h2,
    h2 {
        font-size: 72px
    }

    .h3,
    h3 {
        font-size: 62px
    }

    .h4,
    h4 {
        font-size: 44px
    }

    .h5,
    h5 {
        font-size: 36px
    }

    .h6,
    h6 {
        font-size: 30px
    }

    .button {
        height: 55px
    }

    .checkbox__text {
        font-size: 14px;
        padding-top: 3px
    }

    .file {
        width: 300px;
        max-width: 100%
    }

    .file__button {
        height: 70px
    }

    .file__icon {
        margin-right: 15px
    }

    .file__title {
        font-size: 12px
    }

    .input,
    .textarea {
        font-size: 15px
    }

    .app-bg:before {
        top: 45px;
        height: 720px
    }

    .container {
        padding-left: 24px;
        padding-right: 24px
    }

    .app-header__content {
        padding: 50px 24px
    }

    .app-header__home {
        -ms-flex: none;
        flex: none;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .app-header__burger {
        margin-right: 34px;
        position: relative;
        left: auto;
        top: auto
    }

    .app-header__phone-mobile {
        display: none
    }


    .app-header__phone {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        text-align: right
    }

    .app-header__phone-number {
        display: block;
        width: 100%;
        padding: 10px 0;
        position: relative;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 2.4px
    }


    .hero__designer {
        display: block;
        color: #fff;
        left: auto;
        right: 24px;
        bottom: 310px;
        height: 124px;
        width: 124px;
        border-radius: 124px;
        background-color: transparent
    }

    .hero__designer:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        border: 1px dashed #fff
    }

    .hero__designer-icon {
        position: absolute;
        top: 100%;
        left: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 5px;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        margin-top: -40px;
        background-color: #101922;
        background-image: linear-gradient(0deg, #6dc2d6 0, #fff);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .hero__designer-icon .svg-icon {
        width: 11px;
        height: 34px
    }

    .hero__designer-text {
        white-space: normal;
        width: 100%;
        display: block;
        margin-left: 0;
        color: #6dc2d6;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.61;
        padding-top: 40px
    }

    .hero__designer-text br {
        display: block
    }

    .hero__drag {
        top: calc(50% - 78px);
        left: calc(50% - 45px);
        width: 126px;
        height: 126px;
        border-radius: 126px
    }

    .hero__drag,
    .hero__drag:before {
        padding: 10px
    }

    .hero__drag-icon,
    .hero__drag-icon .svg-icon {
        width: 36px;
        height: 36px
    }

    .hero__drag-text {
        display: none;
        position: relative;
        text-align: center;
        font-size: 12px;
        line-height: 1.2;
        text-transform: uppercase
    }

    .hero__header {
        padding-left: 20px;
        font-size: 62px
    }

    .hero__move {
        margin: 0 0 90px
    }

    .hero__categories-header {
        letter-spacing: 2.1px;
        margin-bottom: 30px
    }

    .hero__categories-header br {
        display: none
    }

    .hero__categories-items {
        margin-left: -50px
    }

    .hero__categories-item {
        margin-left: 50px
    }

    .hero__categories-icon {
        margin-bottom: 25px;
        height: 80px;
        width: 80px;
        border-radius: 80px
    }

    .hero__categories-icon .svg-icon {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .hero__categories-text {
        display: block;
        clip: unset;
        -webkit-clip-path: none;
        clip-path: none;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto
    }

    .hero__categories-title {
        display: block;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 12px;
        color: #fff
    }

    .hero__categories-price {
        display: block;
        font-size: 12px;
        line-height: 1.2;
        font-weight: 400;
        color: #4c9ce8
    }

    .hero__catergories-special-item {
        display: none
    }

    .hero__background,
    .hero__scene {
        width: 1900px;
        -webkit-transform: translate(-50%, -50%) scale(.62);
        transform: translate(-50%, -50%) scale(.62)
    }

    .hero__content {
        padding-top: 175px;
        padding-bottom: 80px;
        height: 1000px
    }

    .intro__container {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .intro__header {
        width: 580px;
        font-size: 84px;
        line-height: 79px;
        padding-bottom: 35px;
        margin-bottom: 45px
    }

    .intro__text {
        font-size: 16px;
        line-height: 1.8
    }

    .examples__bg-l {
        display: block;
        left: 0;
        bottom: 0;
        width: 433px;
        height: 1051px
    }

    .examples.is-examples-initialized .examples__bg-l {
        background: url(../images/pattern-lb-white.svg) 80% bottom/auto 700px no-repeat
    }

    .examples__bg-r {
        display: block;
        width: 1185px;
        height: 731px;
        left: 50%;
        bottom: 0
    }

    .examples.is-examples-initialized .examples__bg-r {
        background: url(../images/pattern-rb-white.svg) 673px 230px/auto 700px no-repeat
    }

    .examples {
        padding-top: 160px;
        padding-bottom: 70px
    }

    .examples__header {
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 70px
    }

    .examples__more {
        display: -ms-flexbox;
        display: flex;
        width: 225px;
        margin-left: auto
    }

    .examples__slider.owl-carousel .owl-stage {
        margin-left: 24px
    }

    .work__titles {
        pointer-events: none;
        top: 55px;
        left: 40px;
        right: 40px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .work__titles:after,
    .work__titles:before {
        display: none
    }

    .work__title--after {
        display: -ms-flexbox;
        display: flex
    }

    .work__title-mobile {
        display: none
    }

    .work__title-desktop {
        pointer-events: none;
        display: block;
        font-style: italic;
        font-size: 14px;
        font-weight: 400
    }

    .work__drag {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        top: 45px;
        left: 0;
        bottom: 110px;
        z-index: 1;
        width: inherit
    }

    .work__drag:before {
        content: "";
        position: absolute;
        left: 100%;
        width: 1px;
        top: 0;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #6dc2d6
    }

    .work__drag-icon {
        height: 50px;
        width: 50px;
        position: absolute;
        right: 0;
        top: 50%;
        cursor: pointer;
        border-radius: 50px;
        -webkit-transform: translate(50%, -50%) scale(1);
        transform: translate(50%, -50%) scale(1);
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        background: linear-gradient(180deg, #5294a8, #6dc2d6)
    }

    .work__drag-icon:before {
        content: "";
        position: absolute;
        width: 1px;
        top: 10px;
        left: 50%;
        bottom: 10px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: hsla(0, 0%, 100%, .21)
    }

    .work__slider {
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: none
    }

    .work__slider.is-locked {
        cursor: -webkit-grab;
        cursor: grab
    }

    .work__slider.is-locked * {
        pointer-events: none !important
    }

    .work__image-holder--before {
        opacity: 1;
        width: inherit
    }

    .work__content {
        margin: -50px 0 0;
        padding: 5px 60px
    }

    .work__content-more {
        font-size: 13px
    }

    .work__content-bubble {
        font-size: 14px
    }

    .examples .work__content-bubble {
        padding-right: 100px
    }

    .work.is-mobile-animated .work__title--before {
        display: -ms-flexbox;
        display: flex
    }

    .work--big .work__drag:before {
        bottom: 20px;
        top: 95px
    }

    .about__container {
        padding-top: 50px;
        padding-bottom: 25px
    }

    .about__item {
        margin: 30px 0
    }

    .about__item:before {
        width: 200px;
        right: auto;
        left: 50%;
        bottom: -30px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .about__number-value {
        font-size: 86px
    }

    .about__number-unit {
        top: 20px;
        font-size: 18px
    }

    .about__title {
        font-size: 16px;
        margin-top: 30px
    }

    .about__title br {
        display: none
    }

    .about__title:after {
        margin-top: 35px
    }

    .counters__item {
        margin: 30px 0
    }

    .counters__item:before {
        width: 200px;
        right: auto;
        left: 50%;
        bottom: -30px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .counters__number-value {
        font-size: 86px
    }

    .counters__number-unit {
        top: 13px;
        font-size: 18px
    }

    .counters__title {
        font-size: 16px;
        margin-top: 30px
    }

    .counters__title br {
        display: none
    }

    .counters__title:after {
        margin-top: 35px
    }

    .contacts__container {
        padding-top: 70px;
        padding-bottom: 390px
    }

    .contacts__data {
        width: 100%;
        padding: 65px 80px
    }

    .contacts__header {
        font-size: 44px;
        margin-bottom: 20px
    }

    .contacts__metro-list {
        font-size: 16px;
        margin-bottom: 25px
    }

    .contacts__maplink {
        display: none
    }

    .contacts__phone {
        font-size: 22px;
        padding: 30px 0 0;
        margin: 0 0 30px;
        letter-spacing: 3.3px
    }

    .contacts__wtime-list {
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        margin-left: -50px
    }

    .contacts__wtime {
        margin: 0;
        padding-left: 50px
    }

    .contacts__wtime-title {
        margin-bottom: 4px
    }

    .contacts__map {
        display: block;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .partners__container {
        padding-bottom: 65px
    }

    .partners__header {
        margin-bottom: 40px
    }

    .partners__header-text {
        font-size: 14px;
        width: auto
    }

    .partners__header-text br {
        display: none
    }

    .partners__items.owl-carousel .owl-item {
        max-width: 20vw
    }

    .materials__container {
        padding-top: 200px;
        padding-bottom: 180px
    }

    .materials__header {
        width: auto;
        font-size: 72px
    }

    .materials__header:after {
        margin-top: 40px
    }

    .materials__play {
        top: 25px
    }

    .materials__play-button {
        width: 100px;
        height: 100px;
        border-radius: 100px
    }

    .materials__play-button .svg-icon {
        width: 54px;
        height: 62px
    }

    .materials__play-text {
        font-size: 14px;
        linear-gradient: 1.3;
        margin-top: 25px
    }

    .materials__content {
        width: 480px;
        font-size: 16px;
        margin-top: 45px
    }

    .materials__more {
        margin-top: 60px
    }

    .materials--play-only .materials__container {
        padding-top: 165px;
        padding-bottom: 165px
    }

    .rounds {
        margin-top: 0
    }

    .rounds__item--small {
        opacity: 1;
        width: 355.20000000000005px;
        height: 355.20000000000005px
    }

    .rounds.is-rounds-initialized .rounds__item--middle {
        background: url(../images/materials-round-glow-bg.webp) 50%/102% 102% no-repeat
    }

    .rounds__item--middle {
        width: 710.4000000000001px;
        height: 710.4000000000001px
    }

 

    .rounds__item--large {
        width: 1065.6000000000001px;
        height: 1065.6000000000001px
    }

    .rounds__item--big {
        width: 1420.8000000000002px;
        height: 1420.8000000000002px
    }

    .services__container {
        padding-top: 85px
    }

    .services__content {
        margin-bottom: 60px
    }

    .services__header {
        font-size: 72px;
        margin-bottom: 40px
    }

    .services__more {
        width: 225px
    }

    .services__items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -24px;
        margin-right: -24px
    }

    .services__item {
        width: 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 1px;
        margin: 0
    }

    .staff__bg-l {
        width: 315px;
        right: auto
    }

    .staff.is-staff-initialized .staff__bg-r,
    .staff__bg-r{
        background-color: #121a22
    }

    .staff__container {
        padding: 120px 0 100px
    }

    .staff__items .owl-item {
        padding-left: 24px;
        padding-right: 24px
    }

    .staff__items .owl-dots {
        background-color: transparent;
        display: block;
        height: 2px;
        position: absolute;
        left: 80px;
        bottom: 0
    }

    .staff__items .owl-dots .owl-dot {
        display: none;
        width: 202px;
        height: 2px;
        margin: 0;
        background-color: #5d656d
    }

    .staff__items .owl-dots .owl-dot span {
        height: 2px;
        width: 100%;
        background-color: #6dc2d6;
        -webkit-animation: 14s linear timeline;
        animation: 14s linear timeline
    }

    .staff__items .owl-dots .owl-dot.active {
        display: block
    }

    .staff__items .owl-dots .owl-dot.active span {
        background-color: #6dc2d6
    }

    .staff__item {
        padding-left: 24px;
        padding-right: 24px
    }

    .staff__fio {
        display: block
    }

    .staff__fio-image {
        display: none
    }

    .staff__fio-name {
        font-size: 72px
    }

    .staff__fio-post {
        font-size: 14px;
        margin-top: 35px
    }

    .staff__content {
        max-width: 100%;
        width: 460px;
        font-size: 18px;
        padding-bottom: 70px
    }

    .staff__content:before {
        width: 163px;
        height: 108px;
        margin: 0 -100px -80px 0
    }

    .staff__pager {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 66px;
        margin-left: -20px;
        padding-left: 24px
    }

    .staff__image {
        display: block;
        position: absolute;
        left: 315px;
        bottom: 0;
        right: 0;
        top: 0;
        opacity: 0;
        text-align: center;
        background-size: cover !important;
        background-position: top !important
    }

    .staff__image.is-active {
        opacity: 1;
        transition: opacity 1s
    }

    .staff--steps .staff__container {
        padding-top: 90px
    }

    .staff--steps .staff__header {
        padding-left: 24px;
        padding-right: 24px
    }

    .staff--repair:before {
        content: "";
        bottom: -200px;
        top: 0;
        left: 0;
        right: calc(50% + 245px);
        opacity: .1;
        position: absolute;
        pointer-events: none;
        background: url(../images/pattern-lb-white.svg) 100%/auto 700px no-repeat
    }

    .staff--repair .staff__content {
        width: 530px
    }

    .staff--repair .staff__image.is-active {
        opacity: .4
    }

    .staff--repair .staff__thumb.is-active .staff__thumb-image {
        opacity: .5
    }

    .hauling__header {
        margin-right: -20px
    }

    .hauling__header-image {
        width: 26.751%;
        max-width: 420px;
        -ms-flex: 0 0 26.751%;
        flex: 0 0 26.751%
    }

    .hauling__header-text {
        font-size: 6.6vw;
        line-height: 1.2
    }

    .hauling__list {
        font-size: 12px
    }

    .hauling__list ul li {
        margin-bottom: 25px
    }

    .hauling__list-header {
        font-size: 18px;
        margin-bottom: 40px
    }

    .hauling__content {
        margin-left: -24px;
        margin-right: -24px
    }

    .hauling__content-header {
        font-size: 42px;
        margin-bottom: 25px
    }

    .hauling__content-text {
        font-size: 14px;
        line-height: 1.85
    }

    .hauling__menu {
        font-size: 14px
    }

    .request {
        padding-top: 115px;
        padding-bottom: 135px
    }

    .request__container {
        padding: 50px 25px
    }

    .request__content {
        margin-bottom: 15px
    }

    .request__header {
        font-size: 44px;
        margin-bottom: 20px
    }

    .request__text {
        font-size: 16px;
        width: 370px;
        max-width: 100%
    }

    .request__contact {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .request__phone {
        font-size: 22px;
        letter-spacing: 3.3px;
        margin: 0 40px 0 0
    }

    .request__link {
        width: 265px
    }

    .request.is-lazyimage-parent-initialized:after,
    .request.is-lazyimage-parent-initialized:before {
        background: url(../images/pattern-lb-black.svg) 100%/auto 700px no-repeat
    }

    .request.is-lazyimage-parent-initialized:after {
        content: "";
        right: -130px;
        top: 0;
        bottom: 0;
        width: calc(50% + 200px);
        opacity: .025;
        position: absolute;
        pointer-events: none;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .services-list__container {
        padding-top: 170px;
        padding-bottom: 30px
    }

    .services-list__tags {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -30px;
        margin-bottom: 100px
    }

    .services-list__filter {
        display: none
    }

    .services-list__tag {
        margin-left: 30px;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px dashed #fff;
        font-size: 15px;
        position: relative;
        transition: border-color .3s
    }

    .services-list__header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 75px
    }

    .services-list__header-text {
        padding: 0 70px
    }

    .services-list__header-text:after,
    .services-list__header-text:before {
        content: "";
        top: 50%;
        position: absolute;
        width: 10000px;
        height: 1px;
        background-color: hsla(0, 0%, 100%, .16);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .services-list__header-text:before {
        right: 100%
    }

    .services-list__header-text:after {
        left: 100%
    }

    .services-list__items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -5px
    }

    .services-list__items--pics {
        margin-bottom: 50px
    }

    .services-list__item {
        padding-left: 5px;
        margin-bottom: 50px;
        width: 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .services-list--v2 .services-list__items {
        margin-left: -30px
    }

    .services-list--v2 .services-list__item {
        padding-left: 50px
    }

    .services-list--works .services-list__container {
        padding-bottom: 100px
    }

    .services-list--works .services-list__items {
        margin-left: 0
    }

    .services-list--works .services-list__item {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 70px
    }

    .services-list--calculator:after {
        height: 240px
    }

    .services-list--calculator .services-list__container {
        padding-bottom: 100px
    }

    .services-list--calculator .services-list__header {
        margin-bottom: 75px
    }

    .services-list--calculator .services-list__header-text {
        padding-left: 40px;
        padding-right: 40px
    }

    .services-list--calculator .services-list__header-text:after,
    .services-list--calculator .services-list__header-text:before {
        margin-top: -20px
    }

    .services-list--bottom .service-item__title {
        font-size: 15px
    }

    .services-list--bottom .service-item__subs {
        font-size: 14px
    }

    .services-list--bottom .services-list__container {
        padding-top: 75px;
        padding-bottom: 0
    }

    .service-item__pic-title {
        margin: 0 auto;
        font-size: 16px;
        text-align: center
    }

    .service-item__pic-title:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .service-item__pic+.service-item__content {
        margin-top: 30px
    }

    .service-item__title {
        font-size: 18px;
        padding-bottom: 30px;
        margin-bottom: 25px
    }

    .service-item__subs {
        font-size: 16px
    }

    .service-item__subs li a {
        padding-left: 25px
    }

    .service-item__subs li .svg-icon {
        top: 6px
    }

    .app-footer__row--main {
        padding: 40px 0 35px
    }

    .app-footer__row--main .app-footer__content {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }

    .app-footer__row--aside {
        padding: 26px 0 22px
    }

    .app-footer__row--aside .app-footer__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .app-footer__col--side-m {
        -ms-flex: 1 1;
        flex: 1 1
    }

    .app-footer__col--nav {
        -ms-flex-order: 0;
        order: 0
    }

    .app-footer__col--contacts,
    .app-footer__col--nav {
        width: 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .app-footer__col--contacts {
        text-align: left;
        padding-left: 15px;
        padding-bottom: 0
    }

    .app-footer__col--logo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 35px;
        padding-bottom: 0
    }

    .app-footer__col--copy,
    .app-footer__col--developed {
        width: 180px;
        max-width: 180px;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        padding-top: 7px
    }

    .app-footer__logo {
        display: block;
        width: 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 0
    }

    .app-footer__logo .app-logo__link {
        width: 196px
    }

    .app-footer__copy-alert {
        width: 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 15px;
        padding-top: 12px
    }

    .app-footer__phone {
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 2.2px;
        margin-bottom: 23px
    }

    .app-footer__email {
        display: block;
        margin-top: 25px
    }

    .app-footer__socials {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: -32px
    }

    .app-footer__developed {
        text-align: right
    }

    .aside-nav .app-footer__copy,
    .aside-nav .app-footer__developed {
        font-size: 12px
    }

    .work-time {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .socials__title {
        display: block;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        margin-bottom: 20px;
        padding: 0 10px;
        background-color: #101922
    }

    .aside-nav__header {
        padding-left: 35px
    }

    .aside-nav__inner {
        width: 100%
    }

    .aside-nav__scroller {
        padding: 30px 35px 0
    }

    .aside-nav__phone {
        margin-bottom: 50px
    }

    .aside-nav__body {
        width: 720px;
        max-width: 100%;
        margin: auto auto 80px
    }

    .aside-nav__footer {
        margin: auto -35px 0;
        padding: 30px 35px 20px
    }
}

@media (min-width:1024px) {
    .animator-hide {
        opacity: 0
    }

    .app-bg:before {
        top: 0;
        height: 1220px
    }

    .container {
        padding-left: 30px;
        padding-right: 30px
    }

    .wait-hero {
        display: none
    }

    .wait-hero.is-wait-hero-initialized {
        display: block
    }

    .app-header__phone-number {
        margin-left: 40px
    }

    .app-header__phone-number:before {
        width: 20px
    }

    .hero__examples {
        left: 30px;
        bottom: 50px;
        height: 16px;
        margin-bottom: -20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    .hero__examples-link {
        color: #fff;
        font-size: 1rem;
        line-height: 1.25;
        padding: 10px 0 10px 60px;
        text-decoration: none;
        transition: padding .3s
    }

    .hero__examples-link:hover {
        text-decoration: none;
        padding-left: 80px
    }

    .hero__examples-link:hover:before {
        width: 50px
    }

    .hero__examples-link:before {
        content: "";
        position: absolute;
        left: 4px;
        top: 50%;
        width: 30px;
        height: 2px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #6dc2d6;
        pointer-events: none;
        transition: width .3s
    }

    .hero__designer {
        right: 30px;
        bottom: 60px
    }

    .hero__drag {
        top: calc(50% - 53px);
        left: calc(50% - 53px);
        width: 106px;
        height: 106px;
        border-radius: 106px
    }

    .hero__drag-text {
        display: none
    }

    .hero__header {
        font-size: 52px
    }

    .hero__move {
        margin: 60px 0
    }

    .hero__categories-header {
        margin-bottom: 20px
    }

    .hero__categories-icon {
        margin-bottom: 10px
    }

    .hero__categories-title {
        margin-bottom: 5px
    }

    .hero__background,
    .hero__scene {
        -webkit-transform: translate(-50%, -50%) scale(.45);
        transform: translate(-50%, -50%) scale(.45);
        margin-top: -1.5vw;
        min-width: 246px
    }

    .hero__content {
        padding-top: 110px;
        padding-bottom: 30px;
        min-height: 760px;
        height: 100vh
    }

    .examples {
        padding-top: 150px;
        padding-bottom: 135px
    }

    .examples__header {
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 75px
    }

    .examples__headaer-text {
        text-align: center
    }

    .examples__buttons {
        width: 520px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -55px;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .examples__button {
        color: #fff;
        border-color: #6dc2d6
    }

    .examples__button .svg-icon {
        transition: transform .23s;
        transition: transform .23s, -webkit-transform .23s;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .examples__button:hover {
        color: #fff;
        background-color: #6dc2d6;
        border-color: #6dc2d6
    }

    .examples__button:hover .svg-icon {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    .examples__button.is-disabled {
        opacity: 1;
        pointer-events: auto
    }

    .examples__more {
        z-index: 1;
        position: relative
    }

    .examples__items {
        opacity: 0;
        transition: none
    }

    .examples__slider {
        margin-left: -95px;
        visibility: hidden;
        -ms-flex-pack: center;
        justify-content: center
    }

    .examples__slider.owl-carousel .owl-stage {
        margin-left: 0
    }

    .examples__item {
        width: 780px;
        max-width: 780px;
        -ms-flex: 0 0 780px;
        flex: 0 0 780px;
        padding-left: 95px
    }

    .examples__counters {
        display: none
    }

    .work__drag-icon:hover {
        -webkit-transform: translate(50%, -50%) scale(.95);
        transform: translate(50%, -50%) scale(.95)
    }

    .work__content-bubble {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 100px;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 30px
    }

    .work__content-bubble:before {
        left: 45px
    }

    .work__content-info {
        padding-top: 20px
    }

    .work__content-pic {
        width: 80px;
        max-width: 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px
    }

    .work--big .work__drag:before {
        bottom: 110px
    }

    .work--big .work__titles {
        bottom: auto;
        top: 100px
    }

    .about__container {
        padding-top: 85px;
        padding-bottom: 50px
    }

    .about__item {
        width: 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        border-top: none;
        padding: 15px 0 10px
    }

    .about__item:before {
        display: none
    }

    .about__item:nth-child(odd) {
        border-left-color: #e7e7e7
    }

    .about__item:first-child {
        border-left-color: transparent
    }

    .about__title {
        font-size: 18px
    }

    .counters__item {
        width: 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        border-top: none;
        padding: 15px 0 10px
    }

    .counters__item:before {
        display: none
    }

    .counters__item:nth-child(odd) {
        border-left-color: #e7e7e7
    }

    .counters__item:first-child {
        border-left-color: transparent
    }

    .counters__title {
        font-size: 18px
    }

    .about-hero .counters .counters__item:nth-child(odd) {
        border-left-color: hsla(0, 0%, 100%, .3)
    }

    .about-hero .counters .counters__item:first-child {
        border-left-color: transparent
    }

    .partners__header {
        margin-bottom: 50px
    }

    .partners__slider {
        margin: 0
    }

    .partners__items {
        padding-left: 40px;
        padding-right: 40px;
        visibility: hidden
    }

    .partners__items.owl-carousel .owl-item {
        max-width: none
    }

    .partners__item {
        padding: 0
    }

    .contacts__container {
        padding-top: 220px;
        padding-bottom: 220px
    }

    .contacts__data {
        width: 720px
    }

    .materials__container {
        padding-top: 100px;
        padding-bottom: 100px;
        height: 85vh;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 500px
    }

    .materials--play-only .materials__container {
        padding-top: 310px;
        padding-bottom: 310px
    }

    .services {
        overflow: visible
    }

    .services__container {
        padding-top: 120px
    }

    .services__items {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 44.33% 29.33% 27.33%;
        grid-template-columns: 44.33% 29.33% 27.33%;
        -ms-grid-rows: 275px 275px 275px;
        grid-template-rows: 275px 275px 275px;
        margin-left: 5px;
        margin-right: 0;
        margin-top: -524px;
        padding-top: 1px;
        padding-bottom: 1px
    }

    .services__item {
        -ms-flex: 0 0 33.333333333333336%;
        flex: 0 0 33.333333333333336%;
        width: auto;
        max-width: 100%;
        -ms-flex: none;
        flex: none;
        padding: 1px;
        height: 100%;
        overflow: hidden;
        -webkit-overflow-scrolling: touch
    }

    .services__item--i0 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 0;
        grid-column-end: 1;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-row-span: 0;
        grid-row-end: 3;
        -ms-grid-row-align: start;
        align-self: start;
        height: calc(100% + 70px)
    }

    .services__item--i0 .services__title {
        bottom: 100px
    }

    .services__item--i1 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 0;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        height: 200%
    }

    .services__item--i2 {
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-column-span: 0;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
        -ms-grid-row-align: end;
        align-self: end;
        height: calc(100% + 70px)
    }

    .services__item--i3 {
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-column-span: 0;
        grid-column-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 0;
        grid-row-end: 2
    }

    .services__item--i4 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 0;
        grid-column-end: 2;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-row-span: 0;
        grid-row-end: 3
    }

    .services__item--i5 {
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-column-span: 0;
        grid-column-end: 3;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-row-span: 0;
        grid-row-end: 3
    }

    .services__image,
    .services__pic {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .staff__container {
        padding-left: 0;
        padding-right: 0
    }

    .staff__item,
    .staff__items .owl-item {
        padding-left: 30px;
        padding-right: 30px
    }

    .staff__pager {
        padding-left: 30px
    }

    .staff__thumb:hover .staff__thumb-image {
        opacity: .7
    }

    .staff__image {
        background-size: auto 88% !important;
        background-repeat: no-repeat !important;
        background-position: bottom !important;
        background-color: #1e2532 !important
    }

    .staff--steps .owl-dots {
        display: block !important
    }

    .staff--steps .staff__container {
        padding: 120px 0 100px
    }

    .staff--steps .staff__header {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 50px
    }

    .staff--steps .staff__bg-l {
        bottom: 0;
        width: 315px;
        right: auto
    }

    .staff--steps .staff__item {
        padding-bottom: 70px
    }

    .staff--steps .staff__pager {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .staff--steps .staff__content {
        width: 460px;
        padding-bottom: 70px
    }

    .staff--steps .staff__steps {
        display: none
    }

    .staff--steps .staff__fio br {
        display: block
    }

    .staff--steps .staff__content-image {
        display: none
    }

    .staff--steps .staff__image {
        display: block !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 315px
    }

    .staff--repair .staff__thumb:hover .staff__thumb-image {
        opacity: .5
    }

    .hauling__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0
    }

    .hauling__header {
        position: relative;
        margin-right: 0;
        z-index: 1;
        margin-bottom: 0;
        padding-bottom: 50px;
        padding-top: 100px
    }

    .hauling__header:before {
        content: "";
        position: absolute;
        right: 100%;
        top: 100px;
        bottom: 50px;
        width: 5000px;
        background-color: #000
    }

    .hauling__header:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        width: 5000px;
        background-color: #101922
    }

    .hauling__header-image {
        width: 390px;
        max-width: 390px;
        -ms-flex: 0 0 390px;
        flex: 0 0 390px;
        position: relative;
        z-index: 1
    }

    .hauling__header-text {
        margin-left: -190px;
        font-size: 72px;
        position: relative;
        z-index: 1
    }

    .hauling__header-text:after {
        content: "";
        height: 2px;
        display: inline-block;
        width: 305px;
        background-color: #6dc2d6;
        position: relative;
        top: -22px;
        left: 60px
    }

    .hauling__list {
        width: 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 50px 30px 45px 0
    }

    .hauling__list-header {
        width: 615px;
        max-width: 100%
    }

    .hauling__content {
        width: 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin: 0;
        padding: 50px 30px
    }

    .hauling__content:before {
        right: -30px;
        z-index: 1;
        top: auto;
        height: 680px;
        width: 390px;
        background-position: left 200px
    }

    .hauling__content:after {
        pointer-events: none;
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 5000px;
        background-color: #263544
    }

    .hauling__content-button,
    .hauling__content-header,
    .hauling__content-text {
        position: relative;
        z-index: 2
    }

    .hauling__content-button .button--theme-fill:hover {
        background-color: transparent
    }

    .hauling__menu {
        padding-top: 40px
    }

    .request__container {
        display: -ms-flexbox;
        display: flex;
        padding: 50px 30px
    }

    .request__content {
        margin-bottom: 0;
        margin-right: 60px
    }

    .request__header {
        margin-bottom: 30px
    }

    .request__contact {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 200px 0 auto;
        padding: 20px 0
    }

    .request__phone {
        margin-right: 0;
        margin-bottom: 35px
    }

    .services-list__container {
        padding-top: 185px;
        padding-bottom: 30px
    }

    .services-list__tags {
        margin-left: -60px
    }

    .services-list__tag {
        margin-left: 60px
    }

    .services-list__header-text {
        padding: 0 100px
    }

    .services-list__items--pics {
        margin-bottom: 80px
    }

    .services-list__item {
        margin-bottom: 70px;
        padding-left: 5px;
        width: 33.333333333333336%;
        max-width: 33.333333333333336%;
        -ms-flex: 0 0 33.333333333333336%;
        flex: 0 0 33.333333333333336%
    }

    .services-list--v2 .services-list__items {
        margin-left: -50px
    }

    .services-list--works .services-list__items {
        margin-left: -90px
    }

    .services-list--works .services-list__item {
        width: 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 90px;
        margin-bottom: 70px
    }

    .services-list--calculator .services-list__header {
        margin-top: -20px;
        margin-bottom: 60px
    }

    .services-list--bottom .services-list__container {
        padding-top: 75px;
        padding-bottom: 0
    }

    .services-list--bottom .services-list__items {
        margin-left: -30px
    }

    .services-list--bottom .services-list__item {
        width: 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding-left: 30px;
        margin-bottom: 45px
    }

    .service-item__pic-title {
        padding-bottom: 35px
    }

    .app-footer__row--main {
        padding: 88px 0 75px
    }

    .app-footer__row--main .app-footer__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .app-footer__col--side-l {
        width: 260px;
        max-width: 260px;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px
    }

    .app-footer__col--side-m {
        width: auto;
        max-width: none;
        -ms-flex: 1 1;
        flex: 1 1
    }

    .app-footer__col--contacts,
    .app-footer__col--nav,
    .app-footer__col--side-r {
        width: 260px;
        max-width: 260px;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px
    }

    .app-footer__col--contacts {
        padding-left: 0;
        padding-top: 2px;
        text-align: right
    }

    .app-footer__col--logo {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: block;
        text-align: center;
        -ms-flex-order: 0;
        order: 0;
        padding-top: 7px;
        margin-bottom: 0
    }

    .app-footer__col--copy,
    .app-footer__col--developed {
        width: 260px;
        max-width: 260px;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px
    }

    .app-footer__logo {
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 auto 45px
    }

    .app-footer__copy-alert,
    .app-footer__logo {
        width: auto;
        max-width: 100%;
        -ms-flex: none;
        flex: none
    }

    .app-footer__copy-alert {
        padding-left: 0;
        padding-top: 0
    }

    .app-footer__email {
        margin-top: 60px
    }

    .work-time {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width:1024px) and (min-height:640px) {
    .hero__content {
        padding-top: 16vh;
        padding-bottom: 30px
    }
}

@media (min-width:1024px) and (min-height:700px) {

    .hero__background,
    .hero__scene {
        margin-top: -1vw
    }
}

@media (min-width:1024px) and (min-height:880px) {
    .app-header__phone-number {
        margin-left: 0
    }

    .app-header__phone-number:before {
        width: 60px
    }

    .hero__examples-link {
        padding-left: 110px
    }

    .hero__examples-link:hover {
        padding-left: 140px
    }

    .hero__examples-link:hover:before {
        width: 110px
    }

    .hero__examples-link:before {
        width: 80px
    }

    .hero__designer {
        bottom: 80px !important
    }

    .hero__designer-icon {
        width: 50px;
        height: 50px;
        border-radius: 50px
    }

    .hero__designer-text {
        font-size: 12px;
        padding-top: 40px
    }

    .hero__drag {
        top: calc(50% - 78px);
        left: calc(50% + 55px);
        height: 126px;
        width: 126px;
        border-radius: 126px
    }

    .hero__drag,
    .hero__drag:before {
        padding: 10px
    }

    .hero__drag-text {
        display: none
    }

    .hero__header {
        font-size: 62px
    }

    .hero__move {
        margin: 0 0 90px
    }

    .hero__categories-header {
        margin-bottom: 30px
    }

    .hero__categories-icon {
        margin-bottom: 25px
    }

    .hero__categories-title {
        margin-bottom: 10px
    }
}

@media (min-width:1024px) and (min-height:1000px) {
    .hero__examples {
        bottom: 100px
    }

    .hero__designer {
        bottom: 140px !important;
        height: 165px;
        width: 165px;
        border-radius: 165px
    }
}

@media (min-width:1024px) and (min-height:1200px) and (max-height:1366px) {
    .hero__content {
        max-height: 1080px
    }
}

@media (min-width:1024px) and (min-height:1200px) {
    .hero__content {
        padding-top: 160px;
        padding-bottom: 80px;
        height: 1188px
    }
}

@media (min-width:1280px) {
    .app-bg--clear:before {
        background: url(../img/hero-blocks-clear-bg.webp) top no-repeat
    }

    .hero__designer {
        bottom: 40px;
        height: 165px;
        width: 165px;
        border-radius: 165px
    }

    .hero__designer-icon {
        width: 70px;
        height: 70px;
        border-radius: 70px
    }

    .hero__designer-text {
        font-size: 13px;
        padding-top: 60px
    }

    .intro__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 125px;
        padding-bottom: 135px
    }

    .intro__header {
        width: 580px;
        max-width: 580px;
        -ms-flex: 0 0 580px;
        flex: 0 0 580px;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .intro__header:before {
        display: none
    }

    .intro__text {
        position: relative;
        padding-left: 40px;
        max-width: 730px;
        -ms-flex: 1 1;
        flex: 1 1;
        padding-top: 45px;
        margin-top: 10px
    }

    .intro__text:before {
        content: "";
        display: block;
        position: absolute;
        left: 40px;
        top: 0;
        width: 105px;
        height: 2px;
        background-color: #65d2f3
    }

    .examples__bg-l,
    .examples__bg-r {
        -webkit-animation: 12s linear infinite alternate morphscale;
        animation: 12s linear infinite alternate morphscale
    }

    .work--big .work__drag:before {
        top: 130px
    }

    .work--big .work__titles {
        top: 160px
    }

    .services__items {
        -ms-grid-columns: 36.33% 32.33% 32.33%;
        grid-template-columns: 36.33% 32.33% 32.33%
    }

    .services.is-lazyimage-parent-initialized .services__bg-l {
        -webkit-animation: 12s linear infinite alternate morphscale;
        animation: 12s linear infinite alternate morphscale
    }

    .services.is-lazyimage-parent-initialized .services__bg-r {
        background-position: 0 100%
    }

    .staff__pager {
        margin-left: -30px
    }

    .staff__pager-counter {
        margin: -15px 0 70px 30px
    }

    .staff__thumb {
        margin-left: 30px;
        width: 120px;
        max-width: 120px;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px
    }

    .staff__picture {
        height: auto
    }

    .staff--steps .staff__picture img {
        height: auto;
        width: 100%
    }

    .staff--repair .staff__content {
        width: 810px
    }

    .staff--repair .staff__image.is-active {
        opacity: 1
    }

    .staff--repair .staff__thumb {
        width: 120px;
        height: 120px
    }

    .hauling {
        position: relative
    }

    .hauling__header {
        margin-left: 0;
        width: 918px;
        max-width: 918px;
        -ms-flex: 0 0 918px;
        flex: 0 0 918px;
        -ms-flex-order: 0;
        order: 0
    }

    .hauling__list {
        -ms-flex-order: 2;
        order: 2
    }

    .hauling__content {
        position: static;
        -ms-flex-order: 3;
        order: 3
    }

    .hauling__content:before {
        top: auto;
        height: 680px;
        width: 460px;
        bottom: -213px;
        background-position: 0 100%
    }

    .hauling__menu {
        -ms-flex-order: 1;
        order: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        max-width: none;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        display: block;
        margin-left: 50px;
        position: relative;
        z-index: 1;
        padding-top: 0;
        padding-bottom: 0
    }

    .hauling__menu ul {
        width: auto;
        max-width: none;
        -ms-flex: none;
        flex: none;
        margin-bottom: 30px
    }

    .hauling__menu ul:last-child {
        margin-bottom: 0
    }

    .hauling__menu ul li {
        margin-bottom: 25px
    }
}

@media (min-width:1366px) {
    .app-header__burger {
        display: none
    }

    .app-header__nav {
        display: block;
        -ms-flex: 1 0 660px;
        flex: 1 0 660px;
        width: 660px;
        max-width: 660px;
        paddin-left: 20px;
        paddin-right: 20px
    }

    .services__items {
        -ms-grid-columns: 33.33% 33.33% 33.33%;
        grid-template-columns: 33.33% 33.33% 33.33%
    }

    .hauling__header-image {
        width: 420px;
        max-width: 420px;
        -ms-flex: 0 0 420px;
        flex: 0 0 420px
    }

    .hauling__header-text {
        margin-left: -130px
    }

    .hauling__list {
        padding: 50px 70px 120px 0
    }

    .hauling__content {
        padding: 50px 0 50px 80px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }

    .hauling__menu {
        padding-top: 51px;
        margin-left: 130px
    }
}

@media (min-width:1440px) {
    .app-header__nav {
        -ms-flex: 1 0 760px;
        flex: 1 0 760px;
        width: 760px;
        max-width: 760px
    }

    .examples__bg-r {
        left: auto;
        right: 0
    }

    .staff__bg-l {
        width: auto;
        right: calc(50% + 243px)
    }

    .staff__container {
        padding: 0 30px 95px
    }

    .staff__item,
    .staff__items .owl-item {
        padding: 0 2px
    }

    .staff__item {
        padding: 245px 0 115px
    }

    .staff__body {
        display: -ms-flexbox;
        display: flex
    }

    .staff__fio-name br {
        display: block
    }

    .staff__content {
        font-size: 20px;
        padding-top: 15px;
        margin-left: 135px
    }

    .staff__content:before {
        margin: 0 -45px -75px 0
    }

    .staff__pager {
        padding-left: 0;
        padding-right: 0;
        min-height: 120px
    }

    .staff__glow {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -227px;
        bottom: 0;
        width: 1065px
    }

    .staff.is-staff-initialized .staff__glow {
        background: url(../img/staff-glow.webp) 50% no-repeat
    }


    .staff__image {
        left: calc(50% - 243px)
    }

    .staff__post {
        position: absolute;
        display: block;
        right: 0;
        margin-right: 57px;
        top: 50%;
        color: #495768;
        font-weight: 300;
        font-size: 36px;
        line-height: 24px;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: rotate(-90deg) translate(170px);
        transform: rotate(-90deg) translate(170px);
        opacity: 0
    }

    .staff__post.is-active {
        opacity: 1;
        transition: opacity 1s .5s
    }

    .staff--steps .staff__container {
        position: static;
        padding-left: 30px;
        padding-right: 30px
    }

    .staff--steps .staff__header {
        padding-left: 0;
        padding-right: 0
    }

    .staff--steps .staff__bg-l {
        width: auto;
        right: calc(50% + 243px)
    }

    .staff--steps .staff__content {
        padding-bottom: 0;
        margin-left: 0
    }

    .staff--steps .staff__image {
        right: -30px;
        left: calc(50% - 243px)
    }

    .staff--repair .staff__body {
        display: block
    }

    .staff--repair .staff__content {
        margin-left: 0;
        font-size: 18px
    }

    .staff--repair .staff__item {
        padding: 150px 0 0
    }

    .request__container {
        padding: 75px 50px 80px 170px
    }

    .request__content {
        margin-right: 265px;
        position: relative
    }

    .request__content:before {
        content: "";
        position: absolute;
        left: 100%;
        margin-left: 130px;
        top: 0;
        bottom: 0;
        border-left: 1px solid #e4e4e4
    }

    .request__contact {
        margin: 0
    }
}

@media (min-width:1600px) {
    .app-header__nav {
        -ms-flex: 1 0 800px;
        flex: 1 0 800px;
        width: 800px;
        max-width: 800px
    }

    .hero__examples {
        margin-left: -7px
    }
}

@media (min-width:1920px) {
    .app-header__content {
        width: 1920px;
        padding-left: 100px;
        padding-right: 100px
    }

    .hero__examples {
        left: 105px
    }

    .hero__designer {
        right: 100px
    }

    .hero__content {
        width: 1920px;
        max-width: 100%;
        padding-left: 100px;
        padding-right: 100px
    }
}

@media (max-width:1024px) and (orientation:portrait) {
    .hero__designer.preloading {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .hero__designer.is-loaded,
    .hero__designer.preloading {
        transition: opacity .5s, transform .5s, -webkit-transform .5s
    }

    .hero__designer.is-loaded {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (width:1024px) and (height:1366px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1.5) {

    .hero__background,
    .hero__scene {
        width: 1500px
    }

    .hero__content {
        padding-top: 180px;
        padding-bottom: 80px
    }
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    text-decoration: none;
    background-color: transparent;
    transition: color .3s
}

a,
a:hover {
    color: #6dc2d6
}

a:hover {
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a,
a:not([href]):not([tabindex]):focus,
button,
input,
optgroup,
select,
textarea {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical;
    -webkit-overflow-scrolling: touch
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    -webkit-overflow-scrolling: touch
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

blockquote {
    margin: 0 0 1rem;
    font-style: italic;
    padding: 0 15px 0 25px;
    border-left: 2px solid #6dc2d6
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 32px
}

.h3,
h3 {
    font-size: 28px
}

.h4,
h4 {
    font-size: 26px
}

.h5,
h5 {
    font-size: 22px
}

.h6,
h6 {
    font-size: 19px
}

svg:not(:root) {
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

canvas[resize] {
    width: 100%;
    height: 100%
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
    -webkit-overflow-scrolling: touch
}

.main-svg-sprite {
    display: none
}

.svg-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    fill: currentColor;
    font-size: 0
}

.svg-icon__link {
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit
}

.button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1.1px;
    height: 45px;
    color: #000;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #65d2f3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    background-color: transparent;
    transition: background .3s, color .3s, border .3s
}

.button:hover {
    color: #fff;
    background-color: #6dc2d6;
    border-color: #6dc2d6;
    text-decoration: none
}

.button__icon {
    margin-left: 17px
}

.button__icon.svg-icon--arrow-big-right {
    width: 16px;
    height: 7px
}

.button--theme-dark,
.button--theme-dark:hover {
    color: #fff
}

.button--theme-fill {
    color: #fff;
    border-color: #6dc2d6;
    background-color: #6dc2d6
}

.button--theme-fill:hover {
    color: #000;
    background-color: transparent
}

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

.checkbox {
    overflow: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch
}

.checkbox__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    bottom: 1000%;
    right: 1000%
}

.checkbox__input:checked~.checkbox__label .checkbox__icon {
    color: #fff;
    background-color: #6dc2d6
}

.checkbox__input:focus~.checkbox__label .checkbox__icon {
    color: #fff;
    border-color: #fff
}

.checkbox__label {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}

.checkbox__icon {
    position: relative;
    top: 1px;
    width: 20px;
    max-width: 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    cursor: pointer;
    color: transparent;
    margin-right: 25px;
    background-color: transparent;
    border: 1px solid #6dc2d6;
    transition: color .3s, background-color .3s, border .3s
}

.checkbox__icon .svg-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.checkbox__text {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    padding-top: 5px
}

.checkbox__text a,
.checkbox__text a:hover {
    color: #fff
}

.file {
    width: 240px;
    max-width: 100%
}

.file__button {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    border-radius: 16px;
    padding: 0 20px;
    -webkit-overflow-scrolling: touch
}

.file__icon {
    width: 16px;
    height: 16px;
    margin-right: 10px
}

.file__icon,
.file__title {
    z-index: 1;
    position: relative
}

.file__title {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    white-space: nowrap
}

.file__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    left: 0;
    width: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0
}

.file__input:focus~.file__bg,
.file__input:hover~.file__bg {
    border-color: #6dc2d6;
    background-color: #6dc2d6
}

.file__input:focus~.file__icon,
.file__input:focus~.file__title,
.file__input:hover~.file__icon,
.file__input:hover~.file__title {
    color: #fff
}

.file__note {
    padding: 5px 0;
    font-size: 12px
}

.file__note:empty {
    display: none
}

.file__bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    top: 0;
    border: 1px dashed hsla(0, 0%, 92.2%, .3);
    background-color: transaprent;
    transition: color .3s, background-color .3s, border .3s
}

.input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0 10px;
    width: 240px;
    max-width: 100%;
    height: 50px;
    font-size: 15px;
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    transition: border .3s
}

.input::-webkit-input-placeholder {
    color: transparent
}

.input:-moz-placeholder,
.input::-moz-placeholder {
    color: transparent
}

.input:-ms-input-placeholder {
    color: transparent
}

.input:focus::-webkit-input-placeholder {
    color: transparent
}

.input:focus:-moz-placeholder,
.input:focus::-moz-placeholder {
    color: transparent
}

.input:focus:-ms-input-placeholder {
    color: transparent
}

.input:not(:-ms-input-placeholder):valid {
    border-bottom-color: green
}

.input.has-error,
.input:not(:-ms-input-placeholder):invalid {
    border-bottom-color: red
}

@supports (display:block) {
    .input:not(:placeholder-shown):valid {
        border-bottom-color: green
    }

    .input.has-error,
    .input:not(:placeholder-shown):invalid {
        border-bottom-color: red
    }
}

.textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 10px;
    width: 240px;
    max-width: 100%;
    height: 100px;
    resize: none;
    font-size: 15px;
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    background-color: rgba(0, 0, 0, .3);
    transition: border .3s
}

.textarea::-webkit-input-placeholder {
    color: transparent
}

.textarea:-moz-placeholder,
.textarea::-moz-placeholder {
    color: transparent
}

.textarea:-ms-input-placeholder {
    color: transparent
}

.textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.textarea:focus:-moz-placeholder,
.textarea:focus::-moz-placeholder {
    color: transparent
}

.textarea:focus:-ms-input-placeholder {
    color: transparent
}

.textarea:not(:-ms-input-placeholder):valid {
    border-bottom-color: green
}

.textarea.has-error,
.textarea:not(:-ms-input-placeholder):invalid {
    border-bottom-color: red
}

@supports (display:block) {
    .textarea:not(:placeholder-shown):valid {
        border-bottom-color: green
    }

    .textarea.has-error,
    .textarea:not(:placeholder-shown):invalid {
        border-bottom-color: red
    }
}

.animator {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: translateZ(0)
}

.animator-hide {
    opacity: 1
}

.animator-ignore {
    pointer-events: none
}

.animator-i {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animator-d1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.animator-d2 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animator-d3 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.animator-d4 {
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.animator-d5 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

.animator-d6 {
    -webkit-animation-duration: 6s;
    animation-duration: 6s
}

.animator-d7 {
    -webkit-animation-duration: 7s;
    animation-duration: 7s
}

.animator-d8 {
    -webkit-animation-duration: 8s;
    animation-duration: 8s
}

.animator-d9 {
    -webkit-animation-duration: 9s;
    animation-duration: 9s
}

.animator-d10 {
    -webkit-animation-duration: 10s;
    animation-duration: 10s
}

.animator-s0 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.animator-s1 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.animator-s2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.animator-s3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.animator-s4 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.animator-s5 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.animator-s6 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.animator-s7 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.animator-s8 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.animator-s9 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.animator-s10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animator-s11 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.animator-s12 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.animator-s13 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.animator-s14 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.animator-s15 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.animator-s16 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.animator-s17 {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.animator-s18 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.animator-s19 {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.animator-s20 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animator-barLeft {
    -webkit-animation-name: animator-barLeft;
    animation-name: animator-barLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

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

.animator-barUp,
.animator-bounce {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.animator-bounce {
    -webkit-animation-name: animator-bounce;
    animation-name: animator-bounce
}

.animator-bounceIn {
    -webkit-animation-name: animator-bounceIn;
    animation-name: animator-bounceIn
}

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

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

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

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

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

.animator-fadeIn2 {
    -webkit-animation-name: animator-fadeIn2;
    animation-name: animator-fadeIn2
}

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

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

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

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

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

.animator-fadeInRight2 {
    -webkit-animation-name: animator-fadeInRight2;
    animation-name: animator-fadeInRight2
}

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

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

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

.animator-fadeInUpSmall {
    -webkit-animation-name: animator-fadeInUpSmall;
    animation-name: animator-fadeInUpSmall
}

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

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

.animator-flipInX {
    -webkit-animation-name: animator-flipInX;
    animation-name: animator-flipInX
}

.animator-flipInX,
.animator-flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

.animator-flipInY {
    -webkit-animation-name: animator-flipInY;
    animation-name: animator-flipInY
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animator-slideInUp2 {
    -webkit-animation-name: animator-slideInUp2;
    animation-name: animator-slideInUp2
}

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

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

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

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

.animator-zoomInScale {
    -webkit-animation-name: animator-zoomInScale;
    animation-name: animator-zoomInScale
}

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

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

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

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

@-webkit-keyframes animator-barLeft {
    0% {
        -webkit-transform: scaleX(.1);
        transform: scaleX(.1);
        opacity: 0
    }

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

@keyframes animator-barLeft {
    0% {
        -webkit-transform: scaleX(.1);
        transform: scaleX(.1);
        opacity: 0
    }

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

@-webkit-keyframes animator-barUp {
    0% {
        -webkit-transform: scaleY(.1);
        transform: scaleY(.1);
        opacity: 0
    }

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

@keyframes animator-barUp {
    0% {
        -webkit-transform: scaleY(.1);
        transform: scaleY(.1);
        opacity: 0
    }

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

@-webkit-keyframes animator-bounce {

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

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

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

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

@keyframes animator-bounce {

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

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

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

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

@-webkit-keyframes animator-bounceIn {

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

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

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

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

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

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

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

@keyframes animator-bounceIn {

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

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

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

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

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

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

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

@-webkit-keyframes animator-bounceInDown {

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

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

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

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

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

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes animator-bounceInDown {

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

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

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

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

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

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes animator-bounceInLeft {

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

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

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

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

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

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes animator-bounceInLeft {

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

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

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

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

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

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes animator-bounceInRight {

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

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

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

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

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

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes animator-bounceInRight {

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

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

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

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

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

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes animator-bounceInUp {

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

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

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

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

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

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

@keyframes animator-bounceInUp {

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

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

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

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

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

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

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

    to {
        opacity: 1
    }
}

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

    to {
        opacity: 1
    }
}

@-webkit-keyframes animator-fadeIn2 {
    0% {
        opacity: 0
    }

    to {
        opacity: .5
    }
}

@keyframes animator-fadeIn2 {
    0% {
        opacity: 0
    }

    to {
        opacity: .5
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes animator-fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes animator-fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes animator-flash {

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

    25%,
    75% {
        opacity: 0
    }
}

@keyframes animator-flash {

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

    25%,
    75% {
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

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

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes animator-pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    50% {
        opacity: .7
    }

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

@keyframes animator-pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    50% {
        opacity: .7
    }

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

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes animator-rubberBand {

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

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

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

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

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

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

@keyframes animator-rubberBand {

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

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

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

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

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

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

@-webkit-keyframes animator-shake {

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

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

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

@keyframes animator-shake {

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

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

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

@-webkit-keyframes animator-slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        visibility: visible
    }

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

@keyframes animator-slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        visibility: visible
    }

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

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

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

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

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

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

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

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

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

@-webkit-keyframes animator-slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        visibility: visible
    }

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

@keyframes animator-slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        visibility: visible
    }

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

@-webkit-keyframes animator-slideInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        visibility: visible
    }

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

@keyframes animator-slideInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        visibility: visible
    }

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes animator-tada {

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

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

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

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

@keyframes animator-tada {

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

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

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

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

@-webkit-keyframes animator-wobble {

    0%,
    to {
        -webkit-transform: none;
        transform: none
    }

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

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

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

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

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

@keyframes animator-wobble {

    0%,
    to {
        -webkit-transform: none;
        transform: none
    }

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

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

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

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

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

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

@-webkit-keyframes animator-zoomInScale {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.5, .5, .5);
        transform: scale3d(.5, .5, .5)
    }

    50% {
        opacity: 1
    }
}

@keyframes animator-zoomInScale {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.5, .5, .5);
        transform: scale3d(.5, .5, .5)
    }

    50% {
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.app-bg {
    position: relative;
    background-color: #101822
}

.app-bg:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 280px;
    max-width: 1920px;
    pointer-events: none;
    background: url(../images/hero-blocks-bg.webp) top/cover no-repeat;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}


.app-bg-tmp {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: url(../img/hero-blocks-bg.webp) top/cover no-repeat #101822
}

html.no-webp .app-bg-tmp {
    background: url(../img/hero-blocks-bg.png) top no-repeat #101822
}

.browserupgrade {
    margin: 30px 0;
    background: #ccc;
    color: #000;
    padding: 30px 0
}

.theme-color {
    color: #6dc2d6
}

* {
    min-width: 0;
    min-height: 0;
    -webkit-tap-highlight-color: transparent
}

.container {
    width: 1526px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

body,
html {
    margin: 0;
    padding: 0
}

body.is-cursor-locked,
body.is-cursor-locked *,
html.is-cursor-locked,
html.is-cursor-locked * {
    cursor: -webkit-grab !important;
    cursor: grab !important
}

body.is-cursor-locked .app-header,
body.is-cursor-locked .app-header *,
body.is-cursor-locked .hero,
body.is-cursor-locked .hero *,
html.is-cursor-locked .app-header,
html.is-cursor-locked .app-header *,
html.is-cursor-locked .hero,
html.is-cursor-locked .hero * {
    pointer-events: none !important
}

body.is-cursor-locked .app-header .hero__drag,
body.is-cursor-locked .hero .hero__drag,
html.is-cursor-locked .app-header .hero__drag,
html.is-cursor-locked .hero .hero__drag {
    pointer-events: auto !important;
    opacity: .6;
    transition: opacity .5s, color .3s, background .3s
}

body.is-cursor-locked .app-header .hero__drag-text,
body.is-cursor-locked .hero .hero__drag-text,
html.is-cursor-locked .app-header .hero__drag-text,
html.is-cursor-locked .hero .hero__drag-text {
    color: #fff
}

.app,
.app__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh
}

.app__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.app__main {
    -ms-flex: 1 1;
    flex: 1 1
}

.app-header {
    -ms-flex: none;
    flex: none;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    color: "#6dc2d6";
    padding-right: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.app--page .app-header {
    background-color: #101922
}

.app-header__content {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px
}

.app-header__content,
.app-header__home {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.app-header__home {
    -ms-flex: 1 1;
    flex: 1 1;
    position: relative;
    -ms-flex-pack: justify;
    -ms-flex-align: center
}

.app-header__burger {
    position: relative;
    width: 46px;
    max-width: 46px;
    -ms-flex: 0 0 46px;
    flex: 0 0 46px;
    height: 46px;
    margin: 0 20px 0 -11px;
    cursor: pointer;
    border-radius: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.app-header__burger,
.app-header__burger:focus,
.app-header__burger:hover {
    border: none;
    box-shadow: none;
    background-color: transparent
}

.app-header__burger:focus .app-header__burger-stripes:after,
.app-header__burger:hover .app-header__burger-stripes:after {
    width: 25px
}

.app-header__burger-stripes {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.app-header__burger-stripes:after,
.app-header__burger-stripes:before {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 100%;
    background-color: inherit
}

.app-header__burger-stripes:before {
    bottom: 100%;
    margin-bottom: 5px
}

.app-header__burger-stripes:after {
    top: 100%;
    margin-top: 5px;
    width: 13px;
    transition: width .3s
}

.app-header__phone-mobile {
    position: relative;
    height: 46px;
    width: 46px;
    margin-right: -11px;
    margin-left: 20px
}

.app-header__phone-mobile .svg-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 26px;
    width: 26px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.app-header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.app-header__phone-number {
    display: none
}

.app-header__phone-number:hover {
    color: #6dc2d6;
    text-decoration: none
}


.app-header__nav {
    display: none
}

.app-header__nav li,
.app-header__nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.app-header__nav>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.app-header__nav>ul>li>a {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none
}

.app-header__nav>ul>li>a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #6dc2d6;
    transition: width .3s
}

.app-header__nav>ul>li>a:hover:before {
    width: 100%
}

.app-header__nav>ul>li.is-active>a {
    color: #6dc2d6
}

.app-logo {
    font-size: 0;
    line-height: 0
}

.app-logo__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: ceter;
    align-items: ceter;
    max-width: 100%;
}

.app-logo__link:hover .app-logo__image--rotate {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.app-logo__image {
    -ms-flex: none;
    flex: none
}

.app-logo__image--rotate {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    height: 27px
}

.app-logo__image--main {
    height: fit-content;
}

.about-hero {
    color: #fff;
    text-align: center;
    background: url(../images/about_bg.jpg) 50%/cover no-repeat #1d2b38
}

.about-hero__container {
    padding-top: 100px;
    padding-bottom: 60px
}

.about-hero__header {
    text-align: center;
    margin-bottom: 40px;
    width: 340px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.about-hero__text {
    display: none
}

.counters__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.counters__item {
    position: relative;
    width: 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 20px 0;
    padding: 0 0 10px;
    text-align: center;
    border-left: 1px solid #e7e7e7
}

.counters__item:before {
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: -20px;
    height: 1px;
    background-color: #e7e7e7
}

.counters__item:nth-child(odd) {
    border-left-color: transparent
}

.counters__item:nth-child(3):before,
.counters__item:nth-child(4):before {
    display: none
}

.counters__number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.counters__number-value {
    text-transform: uppercase;
    color: #4c4c4c;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.counters__number-unit {
    top: 5px;
    margin-left: 5px;
    color: #4c4c4c;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
    font-size: 14px
}

.counters__title {
    font-size: 11px;
    line-height: 1.45;
    margin-top: 15px
}

.counters__title:after {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    background-color: #6dc2d6;
    margin: 10px auto 0
}

.about-hero .counters .counters__item:nth-child(2n) {
    border-left-color: hsla(0, 0%, 100%, .3)
}

.about-hero .counters .counters__item:before {
    background-color: hsla(0, 0%, 100%, .3)
}

.about-hero .counters .counters__number-unit,
.about-hero .counters .counters__number-value {
    color: #6dc2d6
}

@supports ((-webkit-background-clip:text) or (background-clip:text)) {

    .about-hero .counters .counters__number-unit,
    .about-hero .counters .counters__number-value {
        background: linear-gradient(0deg, #6dc2d6 0, #5294a8 98%, #5294a8);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent
    }
}

.about-text {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -webkit-overflow-scrolling: touch
}

.about-text__bg-l {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 636px;
    height: 336px;
    opacity: .07;
    pointer-events: none
}

.about-text.is-about-text-initialized .about-text__bg-l {
    background: url(../images/pattern-lb-black.svg) 100% top/auto 800px no-repeat
}

.about-text__bg-r {
    display: none
}

.about-text__container {
    position: relative;
    width: 1220px;
    padding-top: 40px;
    padding-bottom: 40px
}

.about-text__header {
    position: relative;
    width: 600px;
    max-width: 100%;
    padding-top: 40px;
    margin-bottom: 30px
}

.about-text__header br {
    display: none
}

.about-text__header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 2px;
    background-color: #6dc2d6
}

.about-text__letter {
    display: none
}

.about-text__column {
    color: #2b2b2b;
    font-size: 14px;
    line-height: 1.6
}

.about-text__column ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.about-text__column ul li {
    position: relative;
    margin: 0 0 20px;
    padding-left: 30px
}

.about-text__column ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    padding-left: 30px
}

.about-text.is-about-text-initialized .about-text__column ul li:before {
    background: url(../img/ok_blue.svg) no-repeat
}

.materials {
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background: 0 0/cover #111b25;
    -webkit-overflow-scrolling: touch
}

.materials__bg,
.materials__rounds {
    position: absolute;
    pointer-events: none
}

.materials__bg {
    display: none
}

.materials__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@supports (display:block) {
    .materials__video {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.materials__video.is-video-initialized {
    opacity: .25
}

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

.materials__frame {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s
}

.materials__frame iframe {
    display: block
}

.materials__header {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    width: 380px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.materials__header:after {
    content: "";
    display: block;
    height: 2px;
    width: 225px;
    margin: 20px auto 0;
    background-color: #6dc2d6
}

.materials__play {
    position: relative;
    top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: none;
    flex: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.materials__play .svg-icon {
    pointer-events: none
}

.materials__play-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 76px;
    height: 76px;
    border-radius: 76px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: #101922;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    background-image: linear-gradient(0deg, #6dc2d6 0, #5294a8 98%, #5294a8);
    -webkit-overflow-scrolling: touch
}

.materials__play-button .svg-icon {
    fill: #fff;
    width: 40px;
    height: 46px
}

.materials__play-button:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.materials__play-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    margin-top: 15px
}

.materials__content {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.66;
    width: 260px;
    max-width: 100%;
    margin: 30px auto 0
}

.materials__content p:first-child {
    margin-top: 0
}

.materials__content p:last-child {
    margin-bottom: 0
}

.materials__more {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.materials__more .button {
    width: 280px
}

.materials--play-only .materials__rounds {
    margin-top: 0
}

.materials--play-only .materials__container {
    padding-top: 50px;
    padding-bottom: 50px
}

.materials.is-focused .rounds__item {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.materials.is-playing .materials__frame {
    z-index: 2;
    opacity: 1;
    pointer-events: auto
}

.materials.is-playing .materials__video {
    display: none
}

.materials.is-lazyimage-parent-initialized .materials__bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/materials-bg.webp) 50%/cover no-repeat #101922
}


.rounds {
    margin-top: -230px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.rounds,
.rounds__item {
    position: absolute;
    left: 50%;
    top: 50%
}

.rounds__item {
    pointer-events: none;
    will-change: transform;
    border-radius: 50%;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    border: 1px solid rgba(101, 210, 243, .2)
}

.rounds__item:nth-child(odd) {
    border-style: dashed
}

.rounds__item--small {
    width: 160px;
    height: 160px;
    opacity: .5;
    transition-delay: 0s
}

.rounds__item--middle {
    width: 320px;
    height: 320px;
    transition-delay: .05s
}

.rounds.is-rounds-initialized .rounds__item--middle {
    background: url(../images/materials-round-glow-bg.webp) 50%/102% 102% no-repeat, url(../images/materials-round-glow-bg.webp) 50%/102% 102% no-repeat
}



.rounds__item--large {
    width: 480px;
    height: 480px;
    transition-delay: .1s
}

.rounds__item--big {
    width: 640px;
    height: 640px;
    transition-delay: .15s
}

.we-work {
    overflow: hidden;
    position: relative;
    background-color: #f7f7f7;
    -webkit-overflow-scrolling: touch
}

.we-work__bg-l {
    position: absolute;
    width: 609px;
    height: 582px;
    left: 50%;
    margin-left: -540px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    bottom: -410px;
    opacity: .07
}

.we-work.is-we-work-initialized .we-work__bg-l {
    background: url(../images/pattern-c-black.svg) top no-repeat
}

.we-work__container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px
}

.we-work__headline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.we-work__header {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.we-work__header:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 79%;
    height: 2px;
    background-color: #6dc2d6
}

.we-work__staff {
    display: none
}

.we-work__staff-count {
    color: #4c4c4c;   
    font-size: 80px;
    font-weight: 700;
    line-height: 1
}

.we-work__staff-icon {
    display: none
}

.we-work__staff-icon .svg-icon {
    width: 31px;
    height: 31px;
    fill: #4c4c4c
}

.we-work__staff-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.we-work__staff-text {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 15px
}

.we-work__staff-text br {
    display: none
}

.we-work__text {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 25px
}

.we-work__wave {
    position: relative
}

.we-work__wave:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 20px;
    bottom: 20px;
    border-left: 1px dashed #cfcfcf
}

.we-work__items {
    position: relative
}

.we-work__item {
    margin-bottom: 20px
}

.we-work__item.is-active .we-work__item-body {
    display: block
}

.we-work__item.is-active .we-work__item-arrow {
    fill: #bcbcbc;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.we-work__item.is-opened {
    z-index: 1;
    transition: z-index
}

.we-work__item.is-opened .we-work__item-arrow {
    fill: #bcbcbc;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.we-work__item-header {
    position: relative;
    display: -ms-flexbox;
    display: flex
}

.we-work__item-title {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 12px
}

.we-work__item-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #468e9f;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    border: 4px solid #fff;
    margin-top: 14px;
    padding-bottom: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    margin-right: 15px
}

.we-work__item-icon img {
    max-width: 100%;
    height: auto
}

.we-work__item-icon-info {
    display: none
}

.we-work__item-arrow {
    position: absolute;
    right: 0;
    top: 26px;
    fill: #6dc2d6;
    width: 12px;
    height: 6px;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.we-work__item-body {
    display: none;
    font-size: 11px;
    line-height: 1.45;
    padding-left: 46px;
    padding-top: 15px
}

.we-work__item-body p {
    margin: 0 0 25px
}

.we-work__item-body p:last-child {
    margin-bottom: 0
}

.we-work__item-body-text {
    font-size: 12px;
    line-height: 2
}

.we-work__item-counter,
.we-work__note {
    display: none
}

.we-work__note-text {
    font-size: 12px
}

.staff {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #101822;
    -webkit-overflow-scrolling: touch
}

.staff__bg-l,
.staff__bg-r {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.staff__bg-l {
    background-color: #293647
}

.staff__bg-pic {
    position: absolute
}

.staff__container {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0
}

.staff__header {
    display: none
}

.staff__header--super {
    display: block;
    position: relative
}

.staff__items {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch
}

.staff__items .owl-item {
    opacity: 0;
    padding-left: 20px;
    padding-right: 20px
}

.staff__items .owl-item .staff__item {
    padding-left: 0;
    padding-right: 0
}

.staff__items .owl-item.active,
.staff__items .owl-item.active .staff__content:before {
    opacity: 1
}

.staff__items .owl-dots {
    background-color: #101922;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.staff__items .owl-dots .owl-dot {
    width: 40px;
    height: 60px;
    margin: 0 10px
}

.staff__items .owl-dots .owl-dot span {
    display: block;
    height: 3px;
    transition: background .3s;
    background-color: #dcdcdd
}

.staff__items .owl-dots .owl-dot.active span {
    height: 5px;
    background-color: #6dc2d6
}

.staff__item {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 20px;
    padding-right: 20px
}

.staff__fio {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px
}

.staff__steps {
    display: none
}

.staff__fio-image {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    overflow: hidden;
    margin-top: 4px;
    margin-right: 20px;
    -webkit-overflow-scrolling: touch
}

.staff__fio-thumb {
    max-width: 100%;
    height: auto
}

.staff__fio-name {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 36px
}

.staff__fio-name br {
    display: none
}

.staff__fio-post {
    position: relative;
    z-index: 1;
    line-height: 1;
    font-size: 11px;
    margin-top: 10px
}

.staff__content {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.61;
    font-style: italic;
    padding-bottom: 70px
}

.staff__content p:first-child {
    margin-top: 0
}

.staff__content p:last-child {
    margin-bottom: 0
}

.staff__content:before {
    content: "";
    position: absolute;
    width: 82px;
    height: 56px;
    right: 100%;
    bottom: 100%;
    opacity: 0;
    transition: opacity 1s;
    margin: 0 -60px -30px 0
}

.staff.is-staff-initialized .staff__content:before {
    background: url(../img/staff-quote2.svg) 0 0/100% 100% no-repeat
}

.staff__content-text {
    position: relative
}

.staff__content-image,
.staff__pager {
    display: none
}

.staff__pager-counter {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: -15px 0 90px 30px
}

.staff__thumb {
    overflow: hidden;
    border-radius: 6px;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    width: 66px;
    max-width: 66px;
    -ms-flex: 0 0 66px;
    flex: 0 0 66px;
    margin-left: 20px;
    cursor: pointer;
    -webkit-overflow-scrolling: touch
}

.staff__thumb.is-active .staff__thumb-image {
    opacity: .7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.staff__thumb-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: opacity .3s, filter .3s, -webkit-filter .3s
}

.staff__glow,
.staff__image {
    display: none
}

.staff__picture {
    height: 548px;
    width: auto;
    max-width: 100%;
    opacity: 0
}

.staff__post {
    display: none
}

.staff--steps .owl-dots,
.staff--steps .staff__bg-r,
.staff--steps .staff__content:before,
.staff--steps .staff__fio,
.staff--steps .staff__glow,
.staff--steps .staff__image,
.staff--steps .staff__pager,
.staff--steps .staff__post {
    display: none !important
}

.staff--steps .staff__container {
    padding-bottom: 40px
}

.staff--steps .staff__header {
    display: block;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px
}

.staff--steps .staff__bg-l {
    width: 100%;
    bottom: 35%
}

.staff--steps .staff__item {
    padding-top: 0
}

.staff--steps .staff__thumb {
    z-index: 1;
    position: relative;
    border: 1px solid #5d656d
}

.staff--steps .staff__content {
    width: 100%;
    padding-bottom: 0
}

.staff--steps .staff__steps {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 35px;
    margin-left: -20px;
    margin-bottom: 30px
}

.staff--steps .staff__step {
    width: 36px;
    max-width: 36px;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #dcdcdd;
    cursor: pointer;
    text-align: center;
    border-radius: 36px;
    margin-left: 20px;
    border: 1px solid #dcdcdd;
    transition: border .3s, color .3s
}

.staff--steps .staff__step.is-active {
    border-color: #6dc2d6;
    color: #6dc2d6
}

.staff--steps .staff__fio {
    margin-bottom: 20px
}

.staff--steps .staff__content-picture {
    position: relative
}

.staff--steps .staff__content-image {
    position: relative;
    margin-top: 25px;
    display: block
}

.staff--steps .staff__image {
    background-size: cover !important
}

.staff--steps .staff__picture {
    opacity: 0 !important;
    display: block;
    height: 100%;
    width: 100%
}

.staff--steps .staff__picture img {
    height: 100%;
    width: auto;
    max-width: none
}

.staff--repair {
    background-color: #000
}

.staff--repair .staff__bg-l,
.staff--repair .staff__bg-r,
.staff--repair .staff__content:before,
.staff--repair .staff__glow {
    display: none
}

.staff--repair .staff__image {
    left: 0;
    background-color: transparent !important;
    background-position: 100% !important
}

.staff--repair .staff__thumb {
    background-color: #383844;
    height: 66px
}

.staff--repair .staff__fio {
    -ms-flex-align: center;
    align-items: center
}

.staff--repair .staff__fio-name {
    color: #65d2f3
}

.staff--repair .staff__fio-post {
    display: none
}

.examples {
    overflow: hidden;
    position: relative;
    color: #6dc2d6;
    min-height: 100vh;
    padding-top: 45px;
    padding-bottom: 40px;
    transition: min-height 0s .15s;
    background: #121212;
    -webkit-overflow-scrolling: touch
}

.examples__bg-l,
.examples__bg-r {
    opacity: .025;
    position: absolute;
    pointer-events: none;
    display: none
}

.examples__header {
    margin-bottom: 25px
}

.examples__headaer-text {
    width: 100%
}

.examples__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px
}

.examples__button {
    padding: 0;
    height: 55px;
    width: 55px;
    color: #6dc2d6;
    margin: 0 5px;
    border-color: transparent
}

.examples__button .svg-icon {
    margin: 0;
    width: 23.4px;
    height: 9.6px
}

.examples__button:hover {
    border-color: transparent;
    background-color: transparent;
    color: #6dc2d6
}

.examples__button.is-disabled {
    opacity: .3;
    pointer-events: none
}

.examples__more {
    width: 100%;
    display: none
}

.examples__items {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0s .11s;
    -webkit-overflow-scrolling: touch
}

.examples__slider {
    display: -ms-flexbox;
    display: flex;
    transition: visibility 0s .1s
}

.examples__slider.owl-carousel {
    margin: 0;
    visibility: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.examples__slider.owl-carousel .examples__item {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.examples__slider.owl-carousel .owl-stage {
    margin-left: 20px
}

.examples__slider.owl-carousel .owl-item {
    position: relative
}

.examples__slider.owl-carousel .owl-nav {
    position: absolute;
    height: 0;
    width: 1500px;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -22px);
    transform: translate(-50%, -22px)
}

.examples__slider.owl-carousel .owl-nav .owl-next,
.examples__slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    height: 62px;
    width: 62px;
    background: padding-box content-box #101922;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.examples__slider.owl-carousel .owl-nav .owl-next .svg-icon,
.examples__slider.owl-carousel .owl-nav .owl-prev .svg-icon {
    width: 39px;
    height: 16px;
    transition: transform .3s, -webkit-transform .3s
}

.examples__slider.owl-carousel .owl-nav .owl-prev {
    left: 15px;
    padding: 0 23px 0 0 !important
}

.examples__slider.owl-carousel .owl-nav .owl-prev .svg-icon {
    margin: 0 0 16px 20px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.examples__slider.owl-carousel .owl-nav .owl-prev:hover .svg-icon {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.examples__slider.owl-carousel .owl-nav .owl-next {
    right: 15px;
    padding: 0 0 0 23px !important
}

.examples__slider.owl-carousel .owl-nav .owl-next .svg-icon {
    margin: 0 0 16px -35px
}

.examples__slider.owl-carousel .owl-nav .owl-next:hover .svg-icon {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.examples__slider.owl-carousel .owl-nav.is-translated .owl-next,
.examples__slider.owl-carousel .owl-nav.is-translated .owl-prev {
    background: 0 0
}

.examples__slider.owl-carousel .owl-dots {
    display: none
}

.examples__slider.owl-carousel .owl-dots .owl-dot {
    width: 40px;
    max-width: 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.examples__slider.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: block;
    background-color: #fff;
    transition: background-color .3s
}

.examples__slider.owl-carousel .owl-dots .owl-dot.active span {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #6dc2d6
}

.examples__item {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.examples__footer {
    position: relative;
    margin-top: 50px
}

.examples__footer .examples__more {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex
}

.examples__counters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.examples__counter {
    display: block;
    min-width: 20px;
    height: 20px;
    line-height: 20px
}

.examples__counter:first-child {
    text-align: right
}

.examples.is-examples-initialized {
    min-height: 0
}

.examples.is-examples-initialized .examples__items {
    opacity: 1
}

.work {
    display: block;
    cursor: pointer
}

.work,
.work:hover {
    color: #fff;
    text-decoration: none
}

.work__pic {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    font-size: 0;
    line-height: 0;
    -webkit-overflow-scrolling: touch
}

.work__titles {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    z-index: 1
}

.work__titles:before {
    width: 40px;
    height: 20px;
    border-radius: 22px;
    border: 1px solid #999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.work__titles:after,
.work__titles:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    pointer-events: none
}

.work__titles:after {
    height: 18px;
    width: 18px;
    border-radius: 18px;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translate(-19px, -50%);
    transform: translate(-19px, -50%);
    background-color: #6dc2d6
}

.work__title--after,
.work__title--before,
.work__title-mobile {
    display: -ms-flexbox;
    display: flex
}

.work__title-mobile {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    background: 0 0;
    box-shadow: none;
    width: 104px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1
}

.work__drag,
.work__title-desktop {
    display: none
}

.work__jack {
    width: 100%;
    padding-bottom: 70.656%
}

.work__slider {
    height: inherit;
    min-width: 100%;
    max-width: 100%;
    font-size: 0;
    line-height: 0;
    transition: width 1s
}

.work__slider.is-locked .work__drag-icon {
    -webkit-transform: translate(50%, -50%) scale(.95);
    transform: translate(50%, -50%) scale(.95)
}

.work__image-holder {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    background: #000;
    -webkit-overflow-scrolling: touch
}

.work__image-holder--after,
.work__image-holder--before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

.work__image-holder--before {
    opacity: 0;
    transition: opacity .3s
}

.work__image {
    display: block;
    height: 100%;
    width: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important
}

.work__image img {
    opacity: 0;
    display: block;
    height: 100%;
    width: auto !important;
    max-width: none !important
}

.work__content {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    padding: 5px 0
}

.work__content,
.work__content-more {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5
}

.work__content-more {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 8px;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 400;
    -ms-flex-align: center;
    align-items: center
}

.work__content-more a {
    text-decoration: underline;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.work__content-more a .svg-icon {
    position: static;
    display: block;
    margin-top: 1px;
    margin-left: 8px;
    width: 16px;
    height: 9px;
    background: 0 0;
    border-radius: none;
    -webkit-transform: none !important;
    transform: none !important
}

.work__content-more a:hover {
    text-decoration: none
}

.work__content-bubble {
    position: relative;
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 15px 40px 15px 30px;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 16px;
    background-color: #fff
}

.work__content-bubble:before {
    display: none;
    content: "";
    position: absolute;
    top: 100%;
    left: 33px;
    margin-top: 0;
    border: 13px solid transparent;
    border-top: 8px solid #fff
}

.work__content-bubble p:first-child {
    margin-top: 0
}

.work__content-bubble p:last-child {
    margin-bottom: 0
}

.work__content-data {
    display: none
}

.work__content-pic {
    border-radius: 50%;
    width: 55px;
    max-width: 55px;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    margin-right: 25px
}

.work__content-pic img {
    border-radius: 50%;
    max-width: 100%;
    height: auto
}

.work__content-header {
    font-size: 14px
}

.work__content-text {
    font-size: 12px;
    margin-top: 3px;
    color: hsla(0, 0%, 100%, .7);
}

.work.is-mobile-animated .work__image-holder--before {
    opacity: 1
}

.work.is-mobile-animated .work__titles:after {
    -webkit-transform: translate(1px, -50%);
    transform: translate(1px, -50%)
}

.work.is-mobile-animated .work__title--after,
.work.is-mobile-animated .work__title--before {
    display: -ms-flexbox;
    display: flex
}

.work--big {
    cursor: auto
}

.work--big .work__titles {
    bottom: -10px
}

.work--big.is-work-initialized .work__image-holder {
    background: 0 0
}

.work--big.is-work-initialized .work__pic {
    overflow: visible
}

.request {
    position: relative;
    overflow: hidden;
    background-color: #f3f3f3;
    padding: 40px 20px;
    -webkit-overflow-scrolling: touch
}

.request__container {
    box-shadow: 6px 8px 68px rgba(0, 0, 0, .06);
    border-radius: 10px;
    background-color: #fff;
    padding: 40px 30px
}

.request__content {
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

.request__header {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px
}

.request__text {
    font-size: 14px;
    line-height: 1.61;
    color: #010101
}

.request__text p:first-child {
    margin-top: 0
}

.request__text p:last-child {
    margin-bottom: 0
}

.request__contact {
    position: relative;
    z-index: 1
}

.request__phone {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: 2.4px;
    margin-bottom: 30px
}

.request__phone a {
    color: #000;
    text-decoration: none
}

.request__phone a:hover {
    text-decoration: none;
    color: #6dc2d6
}

.request__link {
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    position: relative
}

.request.is-lazyimage-parent-initialized:before {
    content: "";
    bottom: 0;
    top: 0;
    left: 0;
    right: calc(50% + 350px);
    opacity: .025;
    position: absolute;
    pointer-events: none;
    background: url(../images/pattern-lb-black.svg) 100%/auto 700px no-repeat
}

.clients {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-color: #101922;
    -webkit-overflow-scrolling: touch
}

.clients__bg-l,
.clients__bg-r {
    position: absolute;
    pointer-events: none
}

.clients__bg-l {
    width: 609px;
    height: 582px;
    left: -550px;
    opacity: .025;
    bottom: 65px;
    -webkit-transform: rotate(-10deg) scale(-1);
    transform: rotate(-10deg) scale(-1)
}

.clients.is-clients-initialized .clients__bg-l {
    background: url(../img/pattern-c-white.svg) no-repeat
}

.clients__bg-r {
    width: 609px;
    height: 582px;
    left: 50%;
    bottom: 100%;
    margin-left: 40px;
    margin-bottom: -140px;
    margin-right: 60px;
    opacity: .025
}

.clients.is-clients-initialized .clients__bg-r {
    background: url(../img/pattern-c-white.svg) no-repeat
}

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

.clients__header {
    position: relative;
    display: table;
    font-size: 36px;
    padding-bottom: 35px;
    margin-bottom: 35px
}

.clients__header:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background-color: #6dc2d6
}

.clients__text {
    font-size: 12px;
    line-height: 1.5
}

.clients__content {
    margin-bottom: 45px
}

.clients__item {
    position: relative;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    transition: background-color .3s
}

.clients__controls {
    display: none
}

.clients__controls:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 83px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(70, 89, 107, .4)
}

.clients__control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    height: 60px;
    width: 60px;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.clients__control .svg-icon {
    width: 27px;
    height: 11px;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.clients__control--prev {
    left: 50%
}

.clients__control--prev:hover .svg-icon {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.clients__control--next {
    right: 50%
}

.clients__control--next:hover .svg-icon {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.clients__logos {
    margin: 0 -20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.clients__items,
.clients__slider {
    position: relative
}

.clients__items {
    display: -ms-flexbox;
    display: flex
}

.clients__items.owl-carousel .owl-item {
    width: 28vw !important
}

.clients__items.owl-carousel .owl-nav {
    left: 0;
    right: 0;
    height: 0
}

.clients__items.owl-carousel .owl-nav,
.clients__items.owl-carousel .owl-nav .owl-next,
.clients__items.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.clients__items.owl-carousel .owl-nav .owl-prev {
    left: 0
}

.clients__items.owl-carousel .owl-nav .owl-next {
    right: 0
}

.clients__slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.clients__slide[data-slide-index="0"] {
    position: static
}

.clients__slide.is-active {
    pointer-events: auto
}

.clients__slide.is-active .clients__link {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.clients__picture {
    display: block
}

.clients__image {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.contacts {
    position: relative;
    background-color: #293647
}

.contacts__container {
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px
}

.contacts__data {
    z-index: 1;
    position: relative;
    background-color: #fff;
    padding: 40px 20px;
    max-width: 100%;
    box-shadow: 3px 4px 39px 21px rgba(0, 0, 0, .13);
    border-radius: 16px
}

.contacts__header {
    font-size: 26px;
    margin-bottom: 25px
}

.contacts__metro-list {
    font-size: 12px;
    margin-bottom: 10px
}

.contacts__metro {
    margin-bottom: 5px
}

.contacts__maplink {
    font-size: 12px;
    margin-bottom: 25px
}

.contacts__maplink a {
    text-decoration: underline
}

.contacts__maplink a:hover {
    text-decoration: none
}

.contacts__phone {
    padding: 25px 20px 0;
    margin: 0 -20px 25px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.4px;
    border-top: 1px solid #e4e4e4
}

.contacts__phone a {
    color: #000
}

.contacts__phone a,
.contacts__phone a:hover {
    text-decoration: none
}

.contacts__wtime-list {
    font-size: 12px
}

.contacts__wtime {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 25px
}

.contacts__wtime-icon {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    font-size: 0;
    line-height: 0;
    margin-right: 15px
}

.contacts__wtime-icon .svg-icon {
    width: 100%;
    height: 100%
}


.contacts__map img[src*="img/map-balloon.svg"] {
    width: 55px !important;
    height: 55px !important
}

.services-list {
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.services-list__bg-l,
.services-list__bg-r {
    z-index: 1;
    position: absolute;
    pointer-events: none
}

.services-list__bg-r {
    right: -830px;
    left: 0;
    top: 0;
    opacity: .02;
    bottom: -260px;
    position: absolute;
    pointer-events: none;
    background: url(../images/pattern-rb-white.svg) 100% 100%/auto 800px no-repeat
}

.services-list__container {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 40px
}

.services-list__tags {
    display: none
}

.services-list__filter {
    display: -ms-flexbox;
    display: flex;
    margin-top: -15px;
    margin-bottom: 30px;
    -ms-flex-pack: center;
    justify-content: center
}

.services-list__filter-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 12px
}

.services-list__filter-link:hover {
    text-decoration: none
}

.services-list__filter-text {
    border-bottom: 1px dotted #6dc2d6
}

.services-list__filter-icon {
    width: 15px;
    font-size: 0;
    line-height: 0;
    margin-right: 10px
}

.services-list__filter-icon .svg-icon {
    fill: #6dc2d6;
    width: 15px;
    height: 13px
}

.services-list__tag:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #6dc2d6;
    transition: width .3s
}

.services-list__tag:hover {
    text-decoration: none
}

.services-list__tag.is-active,
.services-list__tag:hover {
    color: #6dc2d6;
    border-bottom-color: transparent
}

.services-list__tag.is-active:before {
    width: 100%
}

.services-list__header {
    text-align: center;
    margin-bottom: 50px
}

.services-list__header-text {
    position: relative
}

.services-list__items--pics {
    margin-bottom: 30px
}

.services-list__items--pics .services-list__item {
    margin-bottom: 5px
}

.services-list__items--pics .service-item__pic {
    margin-bottom: 0
}

.services-list__item {
    margin-bottom: 25px
}

.services-list__button {
    text-align: center
}

.services-list__link {
    width: 100%
}

.services-list__link .svg-icon {
    height: 15px;
    width: 15px;
    fill: #6dc2d6;
    margin-left: 0;
    margin-right: 15px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: fill .3s, transform .3s, -webkit-transform .3s
}

.services-list__link:hover .svg-icon {
    fill: #fff;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.services-list__link.is-loading {
    pointer-events: none
}

.services-list__link.is-loading .svg-icon {
    -webkit-animation: 1s linear infinite spinner;
    animation: 1s linear infinite spinner
}

.services-list--works .services-list__container {
    padding-bottom: 80px
}

.services-list--works .services-list__item {
    margin-bottom: 40px
}

.services-list--calculator {
    min-width: 100%
}

.services-list--calculator:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 178px;
    pointer-events: none;
    background: linear-gradient(0deg, #0d131a, #101922)
}

.services-list--calculator .services-list__container {
    position: relative;
    z-index: 2;
    padding-bottom: 70px
}

.services-list--calculator .services-list__header {
    margin-bottom: 50px
}

.services-list--bottom {
    background-color: #050f19
}

.services-list--bottom .services-list__bg-l,
.services-list--bottom .services-list__bg-r {
    display: none
}

.services-list--bottom .services-list__container {
    padding-top: 50px;
    padding-bottom: 0
}

.services-list--bottom .services-list__item {
    margin-bottom: 30px
}

.service-item__overlay {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    background-color: #101922;
    transition: opacity .3s
}

.service-item__pic {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #000;
    -webkit-overflow-scrolling: touch
}

.service-item__pic,
.service-item__pic:hover {
    color: #fff;
    text-decoration: none
}

.service-item__pic:hover .service-item__picture {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.service-item__pic:hover .service-item__pic-content {
    margin-top: 0
}

.service-item__pic:hover .service-item__pic-button {
    top: 0;
    opacity: 1
}

.service-item__pic:hover .service-item__overlay {
    opacity: .9
}

.service-item__pic-content {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 30%;
    z-index: 1;
    transition: margin-top .3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.service-item__pic-title {
    width: 210px;
    display: block;
    text-align: left;
    position: relative;
    font-size: 14px;
    padding-bottom: 25px;
    margin-left: 30px
}

.service-item__pic-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 35px;
    left: 0;
    background-color: #6dc2d6
}

.service-item__pic-button {
    margin: 40px auto 0;
    display: block;
    text-align: center;
    opacity: 0;
    position: relative;
    top: 10px;
    transition: opacity .3s, top .3s
}

.service-item__pic-button .button {
    color: #fff
}

.service-item__picture {
    display: block;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.service-item__pic+.service-item__content {
    margin-top: 20px
}

.service-item__image {
    width: 100%;
    height: auto
}

.service-item__title {
    position: relative;
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.service-item__title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background-color: #6dc2d6
}

.service-item__title a {
    color: #fff;
    text-decoration: none;
    transition: color .3s
}

.service-item__title a:hover {
    text-decoration: underline;
    color: #6dc2d6
}

.service-item__subs {
    font-size: 14px;
    font-weight: 300
}

.service-item__subs li,
.service-item__subs ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.service-item__subs li {
    margin-bottom: 5px
}

.service-item__subs li a {
    color: #fff;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding-left: 20px
}

.service-item__subs li a:hover {
    color: #6dc2d6;
    text-decoration: underline
}

.service-item__subs li a:hover .svg-icon {
    fill: #6dc2d6
}

.service-item__subs li .svg-icon {
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 7px;
    fill: #fff
}

.app-footer {
    -ms-flex: none;
    flex: none;
    color: #6dc2d6;
    background-color: #101922
}

.app-footer a {
    transition: color .15s
}

.app-footer__content {
    display: -ms-flexbox;
    display: flex
}

.app-footer__row--main {
    padding: 30px 0 25px
}

.app-footer__row--main .app-footer__content {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.app-footer__row--aside {
    padding: 30px 0 27px;
    border-top: 1px solid #343b43
}

.app-footer__row--aside .app-footer__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.app-footer__col {
    -ms-flex: none;
    flex: none
}

.app-footer__col--side-m {
    width: auto;
    max-width: none
}

.app-footer__col--nav {
    -ms-flex-order: 1;
    order: 1
}

.app-footer__col--contacts {
    -ms-flex-order: 0;
    order: 0;
    padding-bottom: 25px
}

.app-footer__col--logo {
    -ms-flex-order: -1;
    order: -1;
    padding-bottom: 22px
}

.app-footer__col--copy {
    padding-top: 7px
}

.app-footer__col--developed {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 24px
}

.app-footer__nav li,
.app-footer__nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.app-footer__nav>ul>li>a {
    color: #65d2f3;
    font-size: 12px;
    line-height: 12px;
    padding: 8px 0;
    text-decoration: underline
}

.app-footer__nav>ul>li>a:hover {
    text-decoration: none;
    color: #6dc2d6
}

.app-footer__nav>ul>li~li {
    margin-top: 6px
}

.app-footer__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px
}

.app-footer__logo .app-logo__link {
    width: 130px
}

.app-footer__copy-alert {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300
}

.app-footer__phone {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.8px;
    margin-bottom: 14px
}

.app-footer__phone a {
    color: #fff;
    text-decoration: none
}

.app-footer__phone a:hover {
    color: #6dc2d6
}

.app-footer__email {
    display: none
}

.app-footer__email a {
    color: #65d2f3;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: underline
}

.app-footer__email a:hover {
    color: #6dc2d6;
    text-decoration: none
}

.app-footer__copy,
.app-footer__developed {
    font-size: 12px;
    line-height: 12px
}

.app-footer__developed {
    text-align: center
}

.app-footer__developed svg {
    height: 11px;
    width: 13px;
    margin: 0 1px 0 2px;
    fill: #f90000
}

.app-footer__developed a {
    color: #fff;
    text-decoration: none
}

.app-footer__developed a:hover {
    color: #6dc2d6
}

.aside-nav .app-footer__row {
    border-top: none;
    padding: 0
}

.aside-nav .app-footer__copy,
.aside-nav .app-footer__developed,
.work-time {
    font-size: 12px
}

.work-time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    line-height: 18px;
    -ms-flex-pack: center;
    justify-content: center
}

.work-time__icon {
    position: relative;
    display: block;
    width: 14px;
    max-width: 14px;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    height: 14px;
    border-radius: 14px;
    margin-right: 7px;
    border: 1px solid #878c90
}

.work-time__icon:before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 6px;
    background-color: #8dc63f;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.work-time--closed .work-time__icon:before {
    background-color: #f90000
}

.socials__title {
    display: none
}

.socials__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.socials__item {
    font-size: 0;
    line-height: 0;
    margin-left: 20px;
    color: #fff;
    transition: color .15s
}

.socials__item,
.socials__item .svg-icon {
    height: 26px;
    width: 26px
}

.socials__item:first-child {
    margin-left: 0
}

.socials__item:hover {
    color: #6dc2d6
}

.socials__item:hover .svg-icon {
    fill: #6dc2d6
}

.aside-nav {
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 150;
    pointer-events: none;
    overflow: hidden;
    color: #fff;
    transition: opacity 0s .3s;
    display: none;
    -webkit-overflow-scrolling: touch
}

@supports (display:block) {
    .aside-nav {
        display: block
    }
}

.aside-nav li,
.aside-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.aside-nav ul ul {
    display: none
}

.aside-nav ul li {
    border-bottom: 1px solid hsla(0, 0%, 100%, .15)
}

.aside-nav ul li:last-child {
    border-bottom: none
}

.aside-nav ul a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 3000s;
    line-height: 20px;
    text-decoration: none;
    padding: 20px 0;
    color: #fff
}

.aside-nav ul a .svg-icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 7px;
    fill: hsla(0, 0%, 100%, .5);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.aside-nav__header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    padding: 20px 0 0 20px;
    -ms-flex-align: center;
    align-items: center;
    font-size: 36px;
    line-height: 42px;
    height: 106px;
    background-color: #101922;
    text-transform: uppercase;
    border-bottom: 1px solid hsla(0, 0%, 100%, .15);
    -ms-flex-pack: justify;
    justify-content: space-between
}

.aside-nav__logo img {
    width: 135px;
    height: 20px
}

.aside-nav__overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .3s;
    background-color: rgba(16, 25, 34, .1)
}

.aside-nav__inner {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 320px;
    max-width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #101922;
    box-shadow: 13px 19px 115px 65px rgba(0, 0, 0, .34);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.aside-nav__inner--filter .aside-nav__menu-list li {
    border: none
}

.aside-nav__inner--filter .aside-nav__menu-list li a {
    padding-top: 10px;
    padding-bottom: 10px
}

.aside-nav__inner--filter .aside-nav__menu-list li a.is-active {
    color: #6dc2d6
}

.aside-nav__content {
    padding-top: 106px;
    height: 100%;
    position: relative
}

.aside-nav__scroller {
    position: absolute;
    left: 0;
    top: 106px;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 30px 20px 0;
    -webkit-overflow-scrolling: touch
}

.aside-nav__phone {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.4px;
    margin-bottom: 20px
}

.aside-nav__phone a,
.aside-nav__phone a:hover {
    color: #fff;
    text-decoration: none
}

.aside-nav__body,
.aside-nav__footer,
.aside-nav__menu-list {
    -ms-flex: none;
    flex: none
}

.aside-nav__footer {
    font-size: 12px;
    margin: auto -20px 0;
    padding: 30px 20px 20px;
    border-top: 1px solid hsla(0, 0%, 100%, .15)
}

.aside-nav__developed {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 25px;
    text-align: center
}

.aside-nav__developed svg {
    margin: 0 7px;
    width: 13px;
    height: 11px;
    position: relative;
    top: -1px;
    fill: #f90000
}

.aside-nav__developed a {
    color: #fff;
    text-decoration: none
}

.aside-nav__close {
    width: 35px;
    height: 35px;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    background-color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s
}

.aside-nav__close .svg-icon {
    width: 30px;
    height: 30px
}

.aside-nav.is-opened {
    opacity: 1;
    pointer-events: auto;
    transition: opacity
}

.aside-nav.is-opened .aside-nav__close,
.aside-nav.is-opened .aside-nav__overlay {
    opacity: 1
}

.aside-nav.is-opened-filter .aside-nav__inner--filter,
.aside-nav.is-opened-menu .aside-nav__inner--menu {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes timeline {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes timeline {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@-webkit-keyframes morphscale {

    0%,
    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

@keyframes morphscale {

    0%,
    to {
        -webkit-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

@-webkit-keyframes morph {

    0%,
    to {
        border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
        -webkit-transform: translateZ(0) rotate(.01deg);
        transform: translateZ(0) rotate(.01deg)
    }

    34% {
        border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotate(.01deg);
        transform: translate3d(0, 5px, 0) rotate(.01deg)
    }

    50% {
        opacity: .89;
        -webkit-transform: translateZ(0) rotate(.01deg);
        transform: translateZ(0) rotate(.01deg)
    }

    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotate(.01deg);
        transform: translate3d(0, -3px, 0) rotate(.01deg)
    }
}

@keyframes morph {

    0%,
    to {
        border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
        -webkit-transform: translateZ(0) rotate(.01deg);
        transform: translateZ(0) rotate(.01deg)
    }

    34% {
        border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotate(.01deg);
        transform: translate3d(0, 5px, 0) rotate(.01deg)
    }

    50% {
        opacity: .89;
        -webkit-transform: translateZ(0) rotate(.01deg);
        transform: translateZ(0) rotate(.01deg)
    }

    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotate(.01deg);
        transform: translate3d(0, -3px, 0) rotate(.01deg)
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .15)
    }

    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        box-shadow: 0 4px 20px rgba(0, 0, 0, .1)
    }
}

@keyframes jump {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .15)
    }

    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        box-shadow: 0 4px 20px rgba(0, 0, 0, .1)
    }
}

@-webkit-keyframes pendulum {

    0%,
    45%,
    to {
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }

    15% {
        -webkit-transform: translateX(-5px) rotate(-10deg);
        transform: translateX(-5px) rotate(-10deg)
    }

    30% {
        -webkit-transform: translateX(5px) rotate(10deg);
        transform: translateX(5px) rotate(10deg)
    }
}

@keyframes pendulum {

    0%,
    45%,
    to {
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }

    15% {
        -webkit-transform: translateX(-5px) rotate(-10deg);
        transform: translateX(-5px) rotate(-10deg)
    }

    30% {
        -webkit-transform: translateX(5px) rotate(10deg);
        transform: translateX(5px) rotate(10deg)
    }
}

@media (min-width:480px) {
    .work__content-bubble {
        width: 410px;
        max-width: 100%;
        -ms-flex: 0 0 410px;
        flex: 0 0 410px
    }

    .work--big .work__titles {
        bottom: 0
    }

    .work--big.is-work-initialized .work__pic {
        overflow: hidden;
        -webkit-overflow-scrolling: touch
    }

    .services-list__link {
        width: 225px;
        max-width: 100%
    }
}

@media (min-width:768px) {
    body {
        font-size: 16px
    }

    .h1,
    h1 {
        font-size: 84px
    }

    .h2,
    h2 {
        font-size: 72px
    }

    .h3,
    h3 {
        font-size: 62px
    }

    .h4,
    h4 {
        font-size: 44px
    }

    .h5,
    h5 {
        font-size: 36px
    }

    .h6,
    h6 {
        font-size: 30px
    }

    .button {
        height: 55px
    }

    .checkbox__text {
        font-size: 14px;
        padding-top: 3px
    }

    .file {
        width: 300px;
        max-width: 100%
    }

    .file__button {
        height: 70px
    }

    .file__icon {
        margin-right: 15px
    }

    .file__title {
        font-size: 12px
    }

    .input,
    .textarea {
        font-size: 15px
    }

    .app-bg:before {
        top: 45px;
        height: 720px
    }

    .container {
        padding-left: 24px;
        padding-right: 24px
    }

    .app-header__content {
        padding: 20px 24px
    }

    .app-header__home {
        -ms-flex: none;
        flex: none;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .app-header__burger {
        margin-right: 34px;
        position: relative;
        left: auto;
        top: auto
    }

    .app-header__phone-mobile {
        display: none
    }

    .app-header__phone {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        text-align: right
    }

    .app-header__phone-number {
        display: block;
        width: 100%;
        padding: 10px 0;
        position: relative;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 2.4px;       
    }

     .app-logo__image--main {
        width: 300px;
    }

    .about-hero__container {
        padding-bottom: 30px;
        padding-top: 170px
    }

    .about-hero__header {
        line-height: 1;
        width: 670px;
        margin-bottom: 75px
    }

    .about-hero__text {
        width: 720px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        font-size: 16px;
        margin-bottom: 10px
    }

    .counters__item {
        margin: 30px 0
    }

    .counters__item:before {
        width: 200px;
        right: auto;
        left: 50%;
        bottom: -30px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .counters__number-value {
        font-size: 86px
    }

    .counters__number-unit {
        top: 13px;
        font-size: 18px
    }

    .counters__title {
        font-size: 16px;
        margin-top: 30px
    }

    .counters__title br {
        display: none
    }

    .counters__title:after {
        margin-top: 35px
    }

    .about-text__container {
        padding-top: 70px;
        padding-bottom: 85px
    }

    .about-text__header {
        font-size: 44px;
        line-height: 1.1;
        padding-top: 50px;
        margin-bottom: 70px
    }

    .about-text__header br {
        display: block
    }

    .about-text__header:before {
        width: 53%
    }

    .about-text__column {
        font-size: 16px;
        line-height: 1.8
    }

    .about-text__column ul li {
        margin-bottom: 25px
    }

    .materials__container {
        padding-top: 200px;
        padding-bottom: 180px
    }

    .materials__header {
        width: auto;
        font-size: 72px
    }

    .materials__header:after {
        margin-top: 40px
    }

    .materials__play {
        top: 25px
    }

    .materials__play-button {
        width: 100px;
        height: 100px;
        border-radius: 100px
    }

    .materials__play-button .svg-icon {
        width: 54px;
        height: 62px
    }

    .materials__play-text {
        font-size: 14px;
        linear-gradient: 1.3;
        margin-top: 25px
    }

    .materials__content {
        width: 480px;
        font-size: 16px;
        margin-top: 45px
    }

    .materials__more {
        margin-top: 60px
    }

    .materials--play-only .materials__container {
        padding-top: 165px;
        padding-bottom: 165px
    }

    .rounds {
        margin-top: 0
    }

    .rounds__item--small {
        opacity: 1;
        width: 355.20000000000005px;
        height: 355.20000000000005px
    }

    .rounds.is-rounds-initialized .rounds__item--middle {
        background: url(../images/materials-round-glow-bg.webp) 50%/102% 102% no-repeat
    }

    .rounds__item--middle {
        width: 710.4000000000001px;
        height: 710.4000000000001px
    }

    .rounds__item--large {
        width: 1065.6000000000001px;
        height: 1065.6000000000001px
    }

    .rounds__item--big {
        width: 1420.8000000000002px;
        height: 1420.8000000000002px
    }

    .we-work__bg-l {
        bottom: -387px;
        margin-right: -305px;
        -webkit-transform: rotate(56deg);
        transform: rotate(56deg)
    }

    .we-work__container {
        padding-top: 110px;
        padding-bottom: 115px
    }

    .we-work__headline {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .we-work__header {
        font-size: 72px;
        margin-bottom: 60px
    }

    .we-work__staff {
        display: block;
        margin-top: -5px
    }

    .we-work__text {
        width: 615px;
        max-width: 100%;
        font-size: 16px;
        margin-bottom: 70px
    }

    .we-work__wave:before {
        top: 40px;
        left: 55px;
        right: 55px;
        bottom: auto;
        border-left: none;
        border-top: 1px dashed #cfcfcf
    }

    .we-work__items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -10px
    }

    .we-work__item {
        position: relative;
        padding-left: 10px;
        margin-bottom: 0;
        width: 180px;
        max-width: 20%;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        z-index: 0;
        transition: z-index 0s .5s
    }

    .we-work__item:nth-child(4) .we-work__item-body,
    .we-work__item:nth-child(5) .we-work__item-body {
        left: auto;
        right: 50%;
        -webkit-transform: translate(-55px, -50%);
        transform: translate(-55px, -50%)
    }

    .we-work__item:nth-child(4) .we-work__item-body:before,
    .we-work__item:nth-child(5) .we-work__item-body:before {
        right: auto;
        left: 100%;
        margin-left: -1px;
        margin-right: 0;
        border-left: 9px solid #1c242d;
        border-right: 13px solid transparent
    }

    .we-work__item:nth-child(4).is-opened .we-work__item-body,
    .we-work__item:nth-child(5).is-opened .we-work__item-body {
        -webkit-transform: translate(-50px, -50%);
        transform: translate(-50px, -50%)
    }

    .we-work__item.is-active .we-work__item-body {
        opacity: 0
    }

    .we-work__item.is-opened .we-work__item-body {
        display: block;
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translate(50px, -50%);
        transform: translate(50px, -50%)
    }

    .we-work__item-header {
        margin-bottom: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .we-work__item-icon {
        width: 80px;
        height: 80px;
        border-radius: 80px;
        font-size: 16px;
        border: 15px solid #fff;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }

    .we-work__item-icon-info {
        position: absolute;
        right: -23px;
        top: -10px;
        color: #000;
        height: 24px;
        width: 24px;
        border-radius: 24px;
        display: -ms-flexbox;
        display: flex;
        font-weight: 900;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        background: linear-gradient(0deg, #6dc2d6, #fff)
    }

    .we-work__item-arrow {
        display: none
    }

    .we-work__item-body {
        position: absolute;
        left: 50%;
        top: 40px;
        opacity: 0;
        display: block !important;
        height: auto !important;
        z-index: 2;
        color: #fff;
        width: 320px;
        border-radius: 16px;
        pointer-events: none;
        padding: 30px 50px 40px 35px !important;
        transition: opacity .2s, transform .2s, -webkit-transform .2s;
        -webkit-transform: translate3d(55px, -50%);
        transform: translate3d(55px, -50%);
        background-color: #1c242d
    }

    .we-work__item-body:before {
        content: "";
        top: 50%;
        position: absolute;
        right: 100%;
        height: 0;
        width: 0;
        margin-right: -1px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 13px solid transparent;
        border-right: 9px solid #1c242d
    }

    .we-work__item-body-text {
        font-size: 14px;
        line-height: 1.8
    }

    .we-work__item-counter {
        display: block;
        position: absolute;
        right: 30px;
        bottom: 20px;
        opacity: .05;
        color: #ecf5fd;
        font-size: 120px;
        font-weight: 400;
        line-height: 1
    }

    .we-work__note {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 90px
    }

    .we-work__note-icon {
        font-size: 0;
        line-height: 0;
        width: 40px;
        height: 40px;
        margin-right: 20px
    }

    .we-work__note-icon .svg-icon {
        height: inherit;
        width: inherit;
        fill: #080808
    }

    .staff__bg-l {
        width: 315px;
        right: auto
    }

    .staff.is-staff-initialized .staff__bg-r,
    .staff__bg-r{
        background-color: #121a22
    }

    .staff__container {
        padding: 120px 0 100px
    }

    .staff__items .owl-item {
        padding-left: 24px;
        padding-right: 24px
    }

    .staff__items .owl-dots {
        background-color: transparent;
        display: block;
        height: 2px;
        position: absolute;
        left: 80px;
        bottom: 0
    }

    .staff__items .owl-dots .owl-dot {
        display: none;
        width: 202px;
        height: 2px;
        margin: 0;
        background-color: #5d656d
    }

    .staff__items .owl-dots .owl-dot span {
        height: 2px;
        width: 100%;
        background-color: #6dc2d6;
        -webkit-animation: 14s linear timeline;
        animation: 14s linear timeline
    }

    .staff__items .owl-dots .owl-dot.active {
        display: block
    }

    .staff__items .owl-dots .owl-dot.active span {
        background-color: #6dc2d6
    }

    .staff__item {
        padding-left: 24px;
        padding-right: 24px
    }

    .staff__fio {
        display: block
    }

    .staff__fio-image {
        display: none
    }

    .staff__fio-name {
        font-size: 72px
    }

    .staff__fio-post {
        font-size: 14px;
        margin-top: 35px
    }

    .staff__content {
        max-width: 100%;
        width: 460px;
        font-size: 18px;
        padding-bottom: 70px
    }

    .staff__content:before {
        width: 163px;
        height: 108px;
        margin: 0 -100px -80px 0
    }

    .staff__pager {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 66px;
        margin-left: -20px;
        padding-left: 24px
    }

    .staff__image {
        display: block;
        position: absolute;
        left: 315px;
        bottom: 0;
        right: 0;
        top: 0;
        opacity: 0;
        text-align: center;
        background-size: cover !important;
        background-position: top !important
    }

    .staff__image.is-active {
        opacity: 1;
        transition: opacity 1s
    }

    .staff--steps .staff__container {
        padding-top: 90px
    }

    .staff--steps .staff__header {
        padding-left: 24px;
        padding-right: 24px
    }

    .staff--repair:before {
        content: "";
        bottom: -200px;
        top: 0;
        left: 0;
        right: calc(50% + 245px);
        opacity: .1;
        position: absolute;
        pointer-events: none;
        background: url(../images/pattern-lb-white.svg) 100%/auto 700px no-repeat
    }

    .staff--repair .staff__content {
        width: 530px
    }

    .staff--repair .staff__image.is-active {
        opacity: .4
    }

    .staff--repair .staff__thumb.is-active .staff__thumb-image {
        opacity: .5
    }

    .examples__bg-l {
        display: block;
        left: 0;
        bottom: 0;
        width: 433px;
        height: 1051px
    }

    .examples.is-examples-initialized .examples__bg-l {
        background: url(../images/pattern-lb-white.svg) 80% bottom/auto 700px no-repeat
    }

    .examples__bg-r {
        display: block;
        width: 1185px;
        height: 731px;
        left: 50%;
        bottom: 0
    }

    .examples.is-examples-initialized .examples__bg-r {
        background: url(../images/pattern-rb-white.svg) 673px 230px/auto 700px no-repeat
    }

    .examples {
        padding-top: 160px;
        padding-bottom: 70px
    }

    .examples__header {
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 70px
    }

    .examples__more {
        display: -ms-flexbox;
        display: flex;
        width: 225px;
        margin-left: auto
    }

    .examples__slider.owl-carousel .owl-stage {
        margin-left: 24px
    }

    .work__titles {
        pointer-events: none;
        top: 55px;
        left: 40px;
        right: 40px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .work__titles:after,
    .work__titles:before {
        display: none
    }

    .work__title--after {
        display: -ms-flexbox;
        display: flex
    }

    .work__title-mobile {
        display: none
    }

    .work__title-desktop {
        pointer-events: none;
        display: block;
        font-style: italic;
        font-size: 14px;
        font-weight: 400
    }

    .work__drag {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        top: 45px;
        left: 0;
        bottom: 110px;
        z-index: 1;
        width: inherit
    }

    .work__drag:before {
        content: "";
        position: absolute;
        left: 100%;
        width: 1px;
        top: 0;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #6dc2d6
    }

    .work__drag-icon {
        height: 50px;
        width: 50px;
        position: absolute;
        right: 0;
        top: 50%;
        cursor: pointer;
        border-radius: 50px;
        -webkit-transform: translate(50%, -50%) scale(1);
        transform: translate(50%, -50%) scale(1);
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        background: linear-gradient(180deg, #5294a8, #6dc2d6)
    }

    .work__drag-icon:before {
        content: "";
        position: absolute;
        width: 1px;
        top: 10px;
        left: 50%;
        bottom: 10px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: hsla(0, 0%, 100%, .21)
    }

    .work__slider {
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: none
    }

    .work__slider.is-locked {
        cursor: -webkit-grab;
        cursor: grab
    }

    .work__slider.is-locked * {
        pointer-events: none !important
    }

    .work__image-holder--before {
        opacity: 1;
        width: inherit
    }

    .work__content {
        margin: -50px 0 0;
        padding: 5px 60px
    }

    .work__content-more {
        font-size: 13px
    }

    .work__content-bubble {
        font-size: 14px
    }

    .examples .work__content-bubble {
        padding-right: 100px
    }

    .work.is-mobile-animated .work__title--before {
        display: -ms-flexbox;
        display: flex
    }

    .work--big .work__drag:before {
        bottom: 20px;
        top: 95px
    }

    .request {
        padding-top: 115px;
        padding-bottom: 135px
    }

    .request__container {
        padding: 50px 25px
    }

    .request__content {
        margin-bottom: 15px
    }

    .request__header {
        font-size: 44px;
        margin-bottom: 20px
    }

    .request__text {
        font-size: 16px;
        width: 370px;
        max-width: 100%
    }

    .request__contact {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .request__phone {
        font-size: 22px;
        letter-spacing: 3.3px;
        margin: 0 40px 0 0
    }

    .request__link {
        width: 265px
    }

    .request.is-lazyimage-parent-initialized:after,
    .request.is-lazyimage-parent-initialized:before {
        background: url(../images/pattern-lb-black.svg) 100%/auto 700px no-repeat
    }

    .request.is-lazyimage-parent-initialized:after {
        content: "";
        right: -130px;
        top: 0;
        bottom: 0;
        width: calc(50% + 200px);
        opacity: .025;
        position: absolute;
        pointer-events: none;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .clients__bg-l {
        bottom: auto;
        top: 100px;
        margin-right: 40px;
        width: 945px;
        height: 664px
    }

    .clients__bg-r {
        bottom: auto;
        top: 0;
        left: 100%;
        margin-right: 0;
        margin-left: -215px
    }

    .clients__container {
        padding-top: 85px;
        padding-bottom: 100px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .clients__header {
        font-size: 72px;
        white-space: nowrap;
        padding-bottom: 50px;
        margin-bottom: 50px
    }

    .clients__text {
        font-size: 16px
    }

    .clients__content {
        padding-right: 40px;
        margin-bottom: 0
    }

    .clients__item {
        margin: 0;
        width: 33.333333333333336%;
        max-width: 33.333333333333336%;
        -ms-flex: 0 0 33.333333333333336%;
        flex: 0 0 33.333333333333336%;
        padding: 0 0 33.333333333333336% 30px;
        border-color: transparent transparent #46596b #46596b;
        border-style: solid;
        border-width: 1px
    }

    .clients__item:first-child {
        border-radius: 20px 0 0
    }

    .clients__item:nth-child(3) {
        border-radius: 0 20px 0 0;
        border-right: 1px solid #46596b
    }

    .clients__item:nth-child(4) {
        border-radius: 0 0 0 20px
    }

    .clients__item:first-child,
    .clients__item:nth-child(2),
    .clients__item:nth-child(3) {
        border-top: 1px solid #46596b
    }

    .clients__item:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        transition: background-color .3s;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: transparent
    }

    .clients__item:first-child .clients__link {
        transition-delay: 0s
    }

    .clients__item:nth-child(2) .clients__link {
        transition-delay: .1s
    }

    .clients__item:nth-child(4) .clients__link {
        transition-delay: .2s
    }

    .clients__item:nth-child(3) .clients__link {
        transition-delay: .3s
    }

    .clients__item:nth-child(5) .clients__link {
        transition-delay: .4s
    }

    .clients__item:hover {
        background-color: #46596b
    }

    .clients__controls {
        display: block;
        z-index: 1;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 50%;
        width: 33.333333333333336%;
        max-width: 33.333333333333336%;
        -ms-flex: 0 0 33.333333333333336%;
        flex: 0 0 33.333333333333336%;
        border: 1px solid #46596b;
        border-top: none;
        border-radius: 0 0 20px
    }

    .clients__control--prev {
        margin-left: -60px
    }

    .clients__control--next {
        margin-right: -60px
    }

    .clients__link {
        display: block;
        font-size: 0;
        line-height: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: scale(.6);
        transform: scale(.6);
        transition: opacity .4s, transform .4s, -webkit-transform .4s
    }

    .clients__logos {
        overflow: hidden;
        width: 400px;
        max-width: 400px;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        margin: 0 0 0 auto;
        -webkit-overflow-scrolling: touch
    }

    .clients__items {
        margin: 0 0 0 -10px
    }

    .clients__slide {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 100%;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0;
        padding: 0 0 0 10px;
        pointer-events: none
    }

    .clients__image {
        max-width: 85%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .contacts__container {
        padding-top: 70px;
        padding-bottom: 390px
    }

    .contacts__data {
        width: 100%;
        padding: 65px 80px
    }

    .contacts__header {
        font-size: 44px;
        margin-bottom: 20px
    }

    .contacts__metro-list {
        font-size: 16px;
        margin-bottom: 25px
    }

    .contacts__maplink {
        display: none
    }

    .contacts__phone {
        font-size: 22px;
        padding: 30px 0 0;
        margin: 0 0 30px;
        letter-spacing: 3.3px
    }

    .contacts__wtime-list {
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        margin-left: -50px
    }

    .contacts__wtime {
        margin: 0;
        padding-left: 50px
    }

    .contacts__wtime-title {
        margin-bottom: 4px
    }

    .contacts__map {
        display: block;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .services-list__container {
        padding-top: 170px;
        padding-bottom: 30px
    }

    .services-list__tags {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -30px;
        margin-bottom: 100px
    }

    .services-list__filter {
        display: none
    }

    .services-list__tag {
        margin-left: 30px;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px dashed #fff;
        font-size: 15px;
        position: relative;
        transition: border-color .3s
    }

    .services-list__header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 75px
    }

    .services-list__header-text {
        padding: 0 70px
    }

    .services-list__header-text:after,
    .services-list__header-text:before {
        content: "";
        top: 50%;
        position: absolute;
        width: 10000px;
        height: 1px;
        background-color: hsla(0, 0%, 100%, .16);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .services-list__header-text:before {
        right: 100%
    }

    .services-list__header-text:after {
        left: 100%
    }

    .services-list__items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -5px
    }

    .services-list__items--pics {
        margin-bottom: 50px
    }

    .services-list__item {
        padding-left: 5px;
        margin-bottom: 50px;
        width: 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .services-list--v2 .services-list__items {
        margin-left: -30px
    }

    .services-list--v2 .services-list__item {
        padding-left: 50px
    }

    .services-list--works .services-list__container {
        padding-bottom: 100px
    }

    .services-list--works .services-list__items {
        margin-left: 0
    }

    .services-list--works .services-list__item {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 70px
    }

    .services-list--calculator:after {
        height: 240px
    }

    .services-list--calculator .services-list__container {
        padding-bottom: 100px
    }

    .services-list--calculator .services-list__header {
        margin-bottom: 75px
    }

    .services-list--calculator .services-list__header-text {
        padding-left: 40px;
        padding-right: 40px
    }

    .services-list--calculator .services-list__header-text:after,
    .services-list--calculator .services-list__header-text:before {
        margin-top: -20px
    }

    .services-list--bottom .service-item__title {
        font-size: 15px
    }

    .services-list--bottom .service-item__subs {
        font-size: 14px
    }

    .services-list--bottom .services-list__container {
        padding-top: 75px;
        padding-bottom: 0
    }

    .service-item__pic-title {
        margin: 0 auto;
        font-size: 16px;
        text-align: center
    }

    .service-item__pic-title:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .service-item__pic+.service-item__content {
        margin-top: 30px
    }

    .service-item__title {
        font-size: 18px;
        padding-bottom: 30px;
        margin-bottom: 25px
    }

    .service-item__subs {
        font-size: 16px
    }

    .service-item__subs li a {
        padding-left: 25px
    }

    .service-item__subs li .svg-icon {
        top: 6px
    }

    .app-footer__row--main {
        padding: 40px 0 35px
    }

    .app-footer__row--main .app-footer__content {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }

    .app-footer__row--aside {
        padding: 26px 0 22px
    }

    .app-footer__row--aside .app-footer__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .app-footer__col--side-m {
        -ms-flex: 1 1;
        flex: 1 1
    }

    .app-footer__col--nav {
        -ms-flex-order: 0;
        order: 0
    }

    .app-footer__col--contacts,
    .app-footer__col--nav {
        width: 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .app-footer__col--contacts {
        text-align: left;
        padding-left: 15px;
        padding-bottom: 0
    }

    .app-footer__col--logo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 35px;
        padding-bottom: 0
    }

    .app-footer__col--copy,
    .app-footer__col--developed {
        width: 180px;
        max-width: 180px;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        padding-top: 7px
    }

    .app-footer__logo {
        display: block;
        width: 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 0
    }

    .app-footer__logo .app-logo__link {
        width: 196px
    }

    .app-footer__copy-alert {
        width: 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 15px;
        padding-top: 12px
    }

    .app-footer__phone {
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 2.2px;
        margin-bottom: 23px
    }

    .app-footer__email {
        display: block;
        margin-top: 25px
    }

    .app-footer__socials {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: -32px
    }

    .app-footer__developed {
        text-align: right
    }

    .aside-nav .app-footer__copy,
    .aside-nav .app-footer__developed {
        font-size: 12px
    }

    .work-time {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .socials__title {
        display: block;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        margin-bottom: 20px;
        padding: 0 10px;
        background-color: #101922
    }

    .aside-nav__header {
        padding-left: 35px
    }

    .aside-nav__inner {
        width: 100%
    }

    .aside-nav__scroller {
        padding: 30px 35px 0
    }

    .aside-nav__phone {
        margin-bottom: 50px
    }

    .aside-nav__body {
        width: 720px;
        max-width: 100%;
        margin: auto auto 80px
    }

    .aside-nav__footer {
        margin: auto -35px 0;
        padding: 30px 35px 20px
    }
}

@media (min-width:1024px) {
    .animator-hide {
        opacity: 0
    }

    .app-bg:before {
        top: 0;
        height: 1220px
    }

    .container {
        padding-left: 30px;
        padding-right: 30px
    }

    .wait-hero {
        display: none
    }

    .wait-hero.is-wait-hero-initialized {
        display: block
    }

    .app-header__phone-number {
        margin-left: 40px
    }

    .app-header__phone-number:before {
        width: 20px
    }

    .about-hero__container {
        padding-top: 235px;
        padding-bottom: 175px
    }

    .about-hero__header {
        width: 1064px;
        margin-bottom: 75px
    }

    .about-hero__text {
        width: 750px;
        margin-bottom: 65px
    }

    .counters__item {
        width: 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        border-top: none;
        padding: 15px 0 10px
    }

    .counters__item:before {
        display: none
    }

    .counters__item:nth-child(odd) {
        border-left-color: #e7e7e7
    }

    .counters__item:first-child {
        border-left-color: transparent
    }

    .counters__title {
        font-size: 18px
    }

    .about-hero .counters .counters__item:nth-child(odd) {
        border-left-color: hsla(0, 0%, 100%, .3)
    }

    .about-hero .counters .counters__item:first-child {
        border-left-color: transparent
    }

    .about-text__bg-l {
        height: 536px
    }

    .about-text__bg-r {
        display: block;
        position: absolute;
        left: 100%;
        width: 1185px;
        height: 1402px;
        bottom: 100%;
        top: auto;
        opacity: .07;
        margin-bottom: -638px;
        margin-left: -680px;
        pointer-events: none;
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg)
    }

    .about-text.is-about-text-initialized .about-text__bg-r {
        background: url(../img/pattern-rt-black.svg) 0 100%/auto 800px no-repeat
    }

    .about-text__letter {
        position: absolute;
        display: block;
        top: -70px;
        margin-right: 70px;
        right: 100%;
        color: #f7f7f7;
        font-size: 388px;
        line-height: 1.03;
        font-weight: 400
    }

    .materials__container {
        padding-top: 100px;
        padding-bottom: 100px;
        height: 85vh;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 500px
    }

    .materials--play-only .materials__container {
        padding-top: 310px;
        padding-bottom: 310px
    }

    .we-work__staff {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .we-work__staff-icon {
        display: block;
        font-size: 0;
        line-height: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 20px 0 15px
    }

    .we-work__staff-content {
        width: 160px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 35px;
        margin-top: 5px;
        border-top: 2px solid #6dc2d6;
        border-bottom: 2px solid #6dc2d6
    }

    .we-work__staff-text {
        margin-top: 0
    }

    .we-work__staff-text br {
        display: block
    }

    .we-work__item:nth-child(4) .we-work__item-body,
    .we-work__item:nth-child(5) .we-work__item-body {
        -webkit-transform: translate(-80px, -50%);
        transform: translate(-80px, -50%)
    }

    .we-work__item:nth-child(4).is-opened .we-work__item-body,
    .we-work__item:nth-child(5).is-opened .we-work__item-body {
        -webkit-transform: translate(-60px, -50%);
        transform: translate(-60px, -50%)
    }

    .we-work__item.is-opened .we-work__item-body {
        -webkit-transform: translate(60px, -50%);
        transform: translate(60px, -50%)
    }

    .we-work__item-title {
        font-size: 13px
    }

    .we-work__item-body {
        width: 420px;
        padding: 50px 50px 70px 35px !important;
        -webkit-transform: translate(80px, -50%);
        transform: translate(80px, -50%)
    }

    .we-work__note {
        display: none
    }

    .staff__container {
        padding-left: 0;
        padding-right: 0
    }

    .staff__item,
    .staff__items .owl-item {
        padding-left: 30px;
        padding-right: 30px
    }

    .staff__pager {
        padding-left: 30px
    }

    .staff__thumb:hover .staff__thumb-image {
        opacity: .7
    }

    .staff__image {
        background-size: auto 88% !important;
        background-repeat: no-repeat !important;
        background-position: bottom !important;
        background-color: #1e2532 !important
    }

    .staff--steps .owl-dots {
        display: block !important
    }

    .staff--steps .staff__container {
        padding: 120px 0 100px
    }

    .staff--steps .staff__header {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 50px
    }

    .staff--steps .staff__bg-l {
        bottom: 0;
        width: 315px;
        right: auto
    }

    .staff--steps .staff__item {
        padding-bottom: 70px
    }

    .staff--steps .staff__pager {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .staff--steps .staff__content {
        width: 460px;
        padding-bottom: 70px
    }

    .staff--steps .staff__steps {
        display: none
    }

    .staff--steps .staff__fio br {
        display: block
    }

    .staff--steps .staff__content-image {
        display: none
    }

    .staff--steps .staff__image {
        display: block !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 315px
    }

    .staff--repair .staff__thumb:hover .staff__thumb-image {
        opacity: .5
    }

    .examples {
        padding-top: 150px;
        padding-bottom: 135px
    }

    .examples__header {
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 75px
    }

    .examples__headaer-text {
        text-align: center
    }

    .examples__buttons {
        width: 520px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -55px;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .examples__button {
        color: #fff;
        border-color: #6dc2d6
    }

    .examples__button .svg-icon {
        transition: transform .23s;
        transition: transform .23s, -webkit-transform .23s;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .examples__button:hover {
        color: #fff;
        background-color: #6dc2d6;
        border-color: #6dc2d6
    }

    .examples__button:hover .svg-icon {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    .examples__button.is-disabled {
        opacity: 1;
        pointer-events: auto
    }

    .examples__more {
        z-index: 1;
        position: relative
    }

    .examples__items {
        opacity: 0;
        transition: none
    }

    .examples__slider {
        margin-left: -95px;
        visibility: hidden;
        -ms-flex-pack: center;
        justify-content: center
    }

    .examples__slider.owl-carousel .owl-stage {
        margin-left: 0
    }

    .examples__item {
        width: 780px;
        max-width: 780px;
        -ms-flex: 0 0 780px;
        flex: 0 0 780px;
        padding-left: 95px
    }


    .work__drag-icon:hover {
        -webkit-transform: translate(50%, -50%) scale(.95);
        transform: translate(50%, -50%) scale(.95)
    }

    .work__content-bubble {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 100px;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 30px
    }

    .work__content-bubble:before {
        left: 45px
    }

    .work__content-info {
        padding-top: 20px
    }

    .work__content-pic {
        width: 80px;
        max-width: 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px
    }

    .work--big .work__drag:before {
        bottom: 110px
    }

    .work--big .work__titles {
        bottom: auto;
        top: 100px
    }

    .request__container {
        display: -ms-flexbox;
        display: flex;
        padding: 50px 30px
    }

    .request__content {
        margin-bottom: 0;
        margin-right: 60px
    }

    .request__header {
        margin-bottom: 30px
    }

    .request__contact {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 200px 0 auto;
        padding: 20px 0
    }

    .request__phone {
        margin-right: 0;
        margin-bottom: 35px
    }

    .clients__control .svg-icon {
        width: 39px;
        height: 16px
    }

    .clients__control--prev {
        margin-left: -75px
    }

    .clients__control--next {
        margin-right: -75px
    }

    .clients__logos {
        width: 550px;
        max-width: 550px;
        -ms-flex: 0 0 550px;
        flex: 0 0 550px
    }

    .contacts__container {
        padding-top: 220px;
        padding-bottom: 220px
    }

    .contacts__data {
        width: 720px
    }

    .services-list__container {
        padding-top: 185px;
        padding-bottom: 30px
    }

    .services-list__tags {
        margin-left: -60px
    }

    .services-list__tag {
        margin-left: 60px
    }

    .services-list__header-text {
        padding: 0 100px
    }

    .services-list__items--pics {
        margin-bottom: 80px
    }

    .services-list__item {
        margin-bottom: 70px;
        padding-left: 5px;
        width: 33.333333333333336%;
        max-width: 33.333333333333336%;
        -ms-flex: 0 0 33.333333333333336%;
        flex: 0 0 33.333333333333336%
    }

    .services-list--v2 .services-list__items {
        margin-left: -50px
    }

    .services-list--works .services-list__items {
        margin-left: -90px
    }

    .services-list--works .services-list__item {
        width: 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 90px;
        margin-bottom: 70px
    }

    .services-list--calculator .services-list__header {
        margin-top: -20px;
        margin-bottom: 60px
    }

    .services-list--bottom .services-list__container {
        padding-top: 75px;
        padding-bottom: 0
    }

    .services-list--bottom .services-list__items {
        margin-left: -30px
    }

    .services-list--bottom .services-list__item {
        width: 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding-left: 30px;
        margin-bottom: 45px
    }

    .service-item__pic-title {
        padding-bottom: 35px
    }

    .app-footer__row--main {
        padding: 88px 0 75px
    }

    .app-footer__row--main .app-footer__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .app-footer__col--side-l {
        width: 260px;
        max-width: 260px;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px
    }

    .app-footer__col--side-m {
        width: auto;
        max-width: none;
        -ms-flex: 1 1;
        flex: 1 1
    }

    .app-footer__col--contacts,
    .app-footer__col--nav,
    .app-footer__col--side-r {
        width: 260px;
        max-width: 260px;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px
    }

    .app-footer__col--contacts {
        padding-left: 0;
        padding-top: 2px;
        text-align: right
    }

    .app-footer__col--logo {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: block;
        text-align: center;
        -ms-flex-order: 0;
        order: 0;
        padding-top: 7px;
        margin-bottom: 0
    }

    .app-footer__col--copy,
    .app-footer__col--developed {
        width: 260px;
        max-width: 260px;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px
    }

    .app-footer__logo {
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 auto 45px
    }

    .app-footer__copy-alert,
    .app-footer__logo {
        width: auto;
        max-width: 100%;
        -ms-flex: none;
        flex: none
    }

    .app-footer__copy-alert {
        padding-left: 0;
        padding-top: 0
    }

    .app-footer__email {
        margin-top: 60px
    }

    .work-time {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width:1024px) and (min-height:880px) {
    .app-header__phone-number {
        margin-left: 0
    }

    .app-header__phone-number:before {
        width: 60px
    }
}

@media (min-width:1280px) {
    .app-bg--clear:before {
        background: url(../img/hero-blocks-clear-bg.webp) top no-repeat
    }

    .about-text__content {
        display: -ms-flexbox;
        display: flex;
        margin-left: -50px
    }

    .about-text__column {
        width: 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 50px
    }

    .staff__pager {
        margin-left: -30px
    }

    .staff__pager-counter {
        margin: -15px 0 70px 30px
    }

    .staff__thumb {
        margin-left: 30px;
        width: 120px;
        max-width: 120px;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px
    }

    .staff__picture {
        height: auto
    }

    .staff--steps .staff__picture img {
        height: auto;
        width: 100%
    }

    .staff--repair .staff__content {
        width: 810px
    }

    .staff--repair .staff__image.is-active {
        opacity: 1
    }

    .staff--repair .staff__thumb {
        width: 120px;
        height: 120px
    }

    .examples__bg-l,
    .examples__bg-r {
        -webkit-animation: 12s linear infinite alternate morphscale;
        animation: 12s linear infinite alternate morphscale
    }

    .work--big .work__drag:before {
        top: 130px
    }

    .work--big .work__titles {
        top: 160px
    }

    .clients__container {
        -ms-flex-align: center;
        align-items: center;
        padding-top: 180px;
        padding-bottom: 200px
    }

    .clients__content {
        width: 630px;
        max-width: 100%;
        margin-bottom: 60px
    }

    .clients__controls {
        width: 240px;
        max-width: 240px;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px
    }

    .clients__logos {
        width: 720px;
        max-width: 720px;
        -ms-flex: 0 0 720px;
        flex: 0 0 720px;
        margin-left: auto;
        margin-right: 2px
    }

    .clients__image {
        width: 70% !important;
        max-width: 70%
    }
}

@media (min-width:1366px) {
    .app-header__burger {
        display: none
    }

    .app-header__nav {
        display: block;
        -ms-flex: 1 0 660px;
        flex: 1 0 660px;
        width: 660px;
        max-width: 660px;
        paddin-left: 20px;
        paddin-right: 20px
    }
}

@media (min-width:1440px) {
    .app-header__nav {
        -ms-flex: 1 0 760px;
        flex: 1 0 760px;
        width: 760px;
        max-width: 760px
    }

    .we-work__wave:before {
        -ms-flex: none;
        flex: none;
        border: none;
        top: 18px;
        bottom: 0;
        left: 50px;
        opacity: .2;
        right: 50px;
        pointer-events: none;
        background: url(../images/wave.svg) center 20px no-repeat
    }

    .we-work__items {
        margin-left: 0;
        margin-right: 0
    }

    .we-work__item:nth-child(2n) {
        margin-top: 130px
    }

    .we-work__item:nth-child(2n) .we-work__item-header {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .we-work__item:nth-child(2n) .we-work__item-title {
        margin-bottom: 10px
    }

    .we-work__item:first-child {
        left: -25px
    }

    .we-work__item:nth-child(2),
    .we-work__item:nth-child(3) {
        left: 44px
    }

    .we-work__item:nth-child(4) {
        left: 55px
    }

    .we-work__item:nth-child(5) {
        left: 25px
    }

    .staff__bg-l {
        width: auto;
        right: calc(50% + 243px)
    }

    .staff__container {
        padding: 0 30px 95px
    }

    .staff__item,
    .staff__items .owl-item {
        padding: 0 2px
    }

    .staff__item {
        padding: 245px 0 115px
    }

    .staff__body {
        display: -ms-flexbox;
        display: flex
    }

    .staff__fio-name br {
        display: block
    }

    .staff__content {
        font-size: 20px;
        padding-top: 15px;
        margin-left: 135px
    }

    .staff__content:before {
        margin: 0 -45px -75px 0
    }

    .staff__pager {
        padding-left: 0;
        padding-right: 0;
        min-height: 120px
    }

    .staff__glow {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -227px;
        bottom: 0;
        width: 1065px
    }

    .staff.is-staff-initialized .staff__glow {
        background: url(../img/staff-glow.webp) 50% no-repeat
    }

    .staff__image {
        left: calc(50% - 243px)
    }

    .staff__post {
        position: absolute;
        display: block;
        right: 0;
        margin-right: 57px;
        top: 50%;
        color: #495768;
        font-weight: 300;
        font-size: 36px;
        line-height: 24px;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: rotate(-90deg) translate(170px);
        transform: rotate(-90deg) translate(170px);
        opacity: 0
    }

    .staff__post.is-active {
        opacity: 1;
        transition: opacity 1s .5s
    }

    .staff--steps .staff__container {
        position: static;
        padding-left: 30px;
        padding-right: 30px
    }

    .staff--steps .staff__header {
        padding-left: 0;
        padding-right: 0
    }

    .staff--steps .staff__bg-l {
        width: auto;
        right: calc(50% + 243px)
    }

    .staff--steps .staff__content {
        padding-bottom: 0;
        margin-left: 0
    }

    .staff--steps .staff__image {
        right: -30px;
        left: calc(50% - 243px)
    }

    .staff--repair .staff__body {
        display: block
    }

    .staff--repair .staff__content {
        margin-left: 0;
        font-size: 18px
    }

    .staff--repair .staff__item {
        padding: 150px 0 0
    }

    .examples__bg-r {
        left: auto;
        right: 0
    }

    .request__container {
        padding: 75px 50px 80px 170px
    }

    .request__content {
        margin-right: 265px;
        position: relative
    }

    .request__content:before {
        content: "";
        position: absolute;
        left: 100%;
        margin-left: 130px;
        top: 0;
        bottom: 0;
        border-left: 1px solid #e4e4e4
    }

    .request__contact {
        margin: 0
    }

    .clients__bg-l {
        right: 100%;
        margin-right: -500px
    }

    .clients__bg-r {
        left: 50%;
        margin-right: 0;
        margin-top: -120px;
        margin-left: -140px;
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    .clients__item {
        width: 240px;
        max-width: 240px;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        padding-bottom: 240px
    }
}

@media (min-width:1600px) {
    .app-header__nav {
        -ms-flex: 1 0 800px;
        flex: 1 0 800px;
        width: 800px;
        max-width: 800px
    }
}

@media (min-width:1760px) {
    .examples__slider.owl-carousel .owl-nav .owl-prev {
        margin-left: -133px
    }

    .examples__slider.owl-carousel .owl-nav .owl-next {
        margin-right: -133px
    }
}

@media (min-width:1920px) {
    .app-header__content {
        width: 1920px;
        padding-left: 100px;
        padding-right: 100px
    }
}

@media (max-width:1023px) {
    .examples__slider.owl-carousel .owl-item {
        width: 80vw !important
    }
}

/* Modal oyna */
.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.modal-open {
    opacity: 1;
    visibility: visible;
}

.modal-body-open {
    overflow: hidden;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.modal-box {
    position: relative;
    width: 100%;
    max-width: 420px;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.modal-overlay.modal-open .modal-box {
    transform: scale(1);
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: currentColor;
    cursor: pointer;
    border-radius: 0.5rem;
    transition: background 0.2s;
}

.modal-close:hover {
    background: rgba(0, 0, 0, 0.05);
}

.modal-content {
    padding: 2rem 1.5rem;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.modal-form input {
    font-size: 1rem;
    background-color: #CFEDFB;
    color: #164E7C;
    border-radius: 50px;
}
.form__label {
    display: block;
}

.input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
    height: 50px;
    font-size: 15px;
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    transition: border .3s;
}
.form__field {
    position: relative;
    margin-bottom: 20px;
}

/* O'ng chet fixed: Telegram, Telefon, Yuqoriga */
.fixed-sidebar {
    position: fixed;
    right: 0;
    top: 80%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem 0.25rem 0.5rem 0.5rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border-radius: 12px 0 0 12px;
    box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-right: none;
}

.fixed-sidebar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.fixed-sidebar-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.fixed-sidebar-telegram {
    background: linear-gradient(135deg, #0088cc, #00a8e8);
}

.fixed-sidebar-phone {
    background: linear-gradient(135deg, #10b981, #34d399);
}

.fixed-sidebar-top {
    background: #468e9f;
    color: #fff;
}

.fixed-sidebar-label {
    display: none;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}

.mobile-nav {
    display: none;
}

.mobile-nav-open {
    display: block;
}

.serv {
    font-size: 1.5rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .fixed-sidebar {
        padding: 0.5rem 0.5rem 0.5rem 0.75rem;
    }

    .fixed-sidebar-btn {
        width: auto;
        height: auto;
        min-width: 48px;
        min-height: 48px;
        padding: 0.5rem 0.75rem;
    }

    .fixed-sidebar:hover .fixed-sidebar-label {
        display: inline;
    }
}
@media (max-width:767px) {
    .section-services {
        padding: 56px 0 52px
    }
    .examples__slider.owl-carousel{
        grid-template-columns: repeat(1, 1fr);
    }
    .services__table {
        overflow-x: auto;
        overflow-y: hidden
    }

    .services__cell {
        padding: 12px 16px;
        font-size: 14px
    }

    .services__cell--price {
        white-space: normal;
        text-align: left
    }

    .services__subtitle {
        font-size: 14px;
        margin-bottom: 24px
    }

    .services__note {
        font-size: 13px
    }
}