a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}
.basic-captcha-wrap {
    padding-top: 12px;
}
.reload-captcha {
    position: absolute;
    display: inline-flex;
    cursor: pointer;
    opacity: 0.5;
    height: 24px;
    width: 24px;
    margin-top: 8px;
    margin-left: 8px;
    color: #82bc00;
    font-size: 24px;
    background-color: transparent;
}
body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted;
    cursor: help
}

b, strong {
    font-weight: 700
}

dfn, em, i {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

*, :after, :before {
    box-sizing: inherit
}

[role=button] {
    cursor: pointer
}

[role=button], a, area, button, input, label, select, summary, textarea {
    touch-action: manipulation
}

[hidden] {
    display: none !important
}

body, button, input {
    font: 14px/1.1 Roboto, sans-serif;
    color: #232323
}

a {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer
}

.page {
    overflow: hidden;
    min-width: 320px
}

.center {
    padding: 0 20px;
    max-width: 1050px;
    margin: 0 auto
}

.text {
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: .05em
}

.text > p:not(:first-child) {
    margin-top: 1.6em
}

.text > p:not(:last-child) {
    margin-bottom: 1.6em
}

.text--small {
    font-size: 18px
}

.text--grey {
    color: grey
}

@media screen and (min-width: 450px) {
    .center {
        padding: 0 45px
    }
}

.btn {
    display: inline-block;
    padding: 0 20px;
    min-width: 100px;
    text-align: center;
    height: 60px;
    line-height: 63px;
    border-radius: 10px;
    font-size: 28px;
    text-transform: uppercase;
    background-color: #82bc00;
    font-weight: 700;
    color: #fff
}

.btn:focus {
    outline: none
}

.btn--small {
    height: 40px;
    line-height: 38px;
    font-size: 16px
}

.btn--outline {
    color: #82bc00;
    background-color: transparent;
    border: 2px solid #82bc00
}

@media (pointer: fine) {
    .btn {
        transition: .5s cubic-bezier(.4, 0, .2, 1);
        transition-property: color, background-color, box-shadow, -webkit-transform;
        transition-property: color, background-color, box-shadow, transform;
        transition-property: color, background-color, box-shadow, transform, -webkit-transform
    }

    .btn:not(.btn--outline):hover {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        box-shadow: 10px 10px 30px rgba(0, 0, 0, .25)
    }

    .btn--outline:hover {
        color: #fff;
        background-color: #82bc00
    }
}

@media screen and (max-width: 359px) {
    .btn {
        font-size: 22px
    }
}

.title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px
}

.title--green {
    color: #82bc00;
    font-weight: 400
}

.title--big {
    font-size: 60px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #f2f2f2
}

.title--preceding {
    margin-bottom: -.52em;
    text-transform: uppercase
}

@media (max-width: 359px) {
    .title {
        font-size: 34px
    }

    .title--big {
        font-size: 50px
    }
}

@media (min-width: 960px) {
    .title--preceding {
        font-size: 120px
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 118px;
    line-height: 50px;
    padding: 27px 0 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: #fff
}

.header > .center {
    height: 64px
}

.header--animate {
    transition: background-color .5s cubic-bezier(.4, 0, .2, 1), height .5s cubic-bezier(.4, 0, .2, 1), -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: background-color .5s cubic-bezier(.4, 0, .2, 1), transform .5s cubic-bezier(.4, 0, .2, 1), height .5s cubic-bezier(.4, 0, .2, 1);
    transition: background-color .5s cubic-bezier(.4, 0, .2, 1), transform .5s cubic-bezier(.4, 0, .2, 1), height .5s cubic-bezier(.4, 0, .2, 1), -webkit-transform .5s cubic-bezier(.4, 0, .2, 1)
}

.header--animate .header-logo {
    transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1), -webkit-transform .5s cubic-bezier(.4, 0, .2, 1)
}

.header--animate .header-menu-underline {
    transition: width .5s, left .5s, opacity .5s
}

.header-container {
    position: relative;
    height: 100%
}

.header-lang {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.header--pinned {
    background-color: #232323;
    -webkit-transform: translate3d(0, -27px, 0);
    transform: translate3d(0, -27px, 0);
    height: 91px
}

.header--pinned .header-logo {
    -webkit-transform: translate3d(0, -50%, 0) scale(.67);
    transform: translate3d(0, -50%, 0) scale(.67)
}

.header-logo {
    height: 50px;
    width: 210px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    position: absolute;
    left: 0;
    top: 50%
}

.header-menu {
    display: none
}

@media (min-width: 800px) {
    .header-lang {
        font-size: 14px
    }

    .header-lang + .header-menu {
        margin-right: 100px
    }

    .header-container {
        padding-left: 290px
    }

    .header-menu {
        margin-left: auto;
        max-width: 520px;
        font-size: 14px;
        height: 100%;
        font-weight: 700;
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative
    }

    .header-menu .btn {
        display: none
    }

    .header-menu-underline {
        position: absolute;
        height: 4px;
        left: 0;
        top: 50%;
        width: 0;
        margin-top: 1.3em;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        transition-timing-function: cubic-bezier(.455, .03, .515, .955), cubic-bezier(.455, .03, .515, .955), cubic-bezier(.4, 0, .2, 1);
        background-color: #82bc00;
        opacity: 1
    }

    .header-menu-underline--hidden {
        opacity: 0
    }
}

@media (min-width: 960px) {
    .header-logo {
        width: 260px;
        height: 60px
    }

    .header {
        height: 130px;
        padding: 25px 0 0
    }

    .header > .center {
        height: 80px
    }

    .header-menu > .btn {
        display: inline-block;
        margin-left: 20px
    }

    .header--pinned {
        height: 105px;
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0)
    }
}

@media (min-width: 1024px) {
    .header-container {
        padding-left: 330px
    }

    .header-lang + .header-menu {
        margin-right: 120px
    }
}

@media (pointer: fine) {
    .header-lang, .header-link {
        transition: color .5s cubic-bezier(.4, 0, .2, 1)
    }

    .header-lang:hover, .header-link:hover {
        color: #82bc00
    }
}

.intro {
    margin: 0 0 70px
}

.intro-line {
    display: none
}

.intro-container {
    background: #555 50% url(../assets/about-mobile.jpg);
    background-size: cover;
    position: relative;
    color: #fff
}

.intro-container > .center {
    height: 640px;
    padding-top: 160px;
    padding-bottom: 82px;
    display: flex;
    flex-flow: column-reverse;
    align-items: stretch
}

.intro-menu {
    margin-bottom: 50px;
    margin-left: auto;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em
}

.intro-menu .btn {
    margin-top: 20px
}

.intro-menu-item {
    margin: 34px 0
}

.intro-headline {
    font-weight: 700;
    font-size: 50px;
    line-height: .94;
    letter-spacing: .05em;
    text-transform: uppercase
}

.intro-arrow {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.intro-arrow:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: intro-arrow-fling 4s cubic-bezier(.4, 0, .2, 1) infinite;
    animation: intro-arrow-fling 4s cubic-bezier(.4, 0, .2, 1) infinite
}

.intro-text {
    margin-top: 40px
}

.intro-text > .text:not(:last-child) {
    margin-bottom: 1.6em
}

.intro-arrow-text {
    display: none
}

@-webkit-keyframes intro-arrow-fling {
    0%, to {
        -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
        transform: translate3d(0, -10px, 0) rotate(45deg)
    }
    20% {
        -webkit-transform: translate3d(0, 2px, 0) rotate(45deg);
        transform: translate3d(0, 2px, 0) rotate(45deg)
    }
}

@keyframes intro-arrow-fling {
    0%, to {
        -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
        transform: translate3d(0, -10px, 0) rotate(45deg)
    }
    20% {
        -webkit-transform: translate3d(0, 2px, 0) rotate(45deg);
        transform: translate3d(0, 2px, 0) rotate(45deg)
    }
}

@media (max-width: 359px) {
    .intro-headline {
        font-size: 45px;
        letter-spacing: .02em
    }
}

@media (min-width: 800px) {
    .intro-container {
        background-image: url(../assets/about.jpg)
    }

    .intro-link {
        display: none
    }

    .intro-headline {
        font-size: 80px
    }

    .intro-menu > .btn {
        position: absolute;
        right: 45px;
        top: 100px
    }

    .intro-arrow {
        left: auto;
        right: 30px;
        bottom: 40px;
        text-align: center
    }

    .intro-arrow-text {
        display: block;
        margin-top: 15px;
        text-transform: uppercase;
        font-size: 10px
    }
}

@media (min-width: 960px) {
    .intro-container > .center {
        height: 825px;
        display: block;
        padding-top: 264px;
        position: relative
    }

    .intro-menu {
        display: none
    }

    .intro-line {
        display: block;
        width: 100%;
        height: 167px;
        position: absolute;
        bottom: 0;
        left: 0
    }

    .intro-headline {
        font-size: 100px
    }

    .intro-arrow {
        left: auto;
        right: 0;
        bottom: 190px
    }

    .intro-text {
        position: relative;
        margin-top: -290px;
        margin-bottom: 160px
    }

    .intro-text > .text:first-child {
        color: #fff;
        top: 556px;
        margin-left: 76px;
        max-width: 620px;
        margin-bottom: 152px
    }

    .intro-text > .text:last-child {
        margin-left: 240px;
        max-width: 620px
    }
}

.simple {
    margin-bottom: 80px
}

.simple .title {
    max-width: 800px
}

@media screen and (min-width: 960px) {
    .simple {
        margin-bottom: 100px
    }

    .simple-cols {
        display: flex
    }

    .simple-cols > p {
        flex-grow: 1;
        margin: 0 30px 0 0 !important
    }

    .simple-block {
        margin-top: 100px;
        margin-left: 80px;
        margin-bottom: -20px
    }

    .simple-block strong {
        position: relative;
        padding: 0 3px;
        border-radius: 2px
    }

    .simple-block strong:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        transition: -webkit-transform .75s cubic-bezier(.4, 0, .2, 1);
        transition: transform .75s cubic-bezier(.4, 0, .2, 1);
        transition: transform .75s cubic-bezier(.4, 0, .2, 1), -webkit-transform .75s cubic-bezier(.4, 0, .2, 1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        transition-delay: inherit;
        background-color: #82bc00;
        border-radius: 2px;
        z-index: -1
    }

    .simple-block.animate--on strong:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.services {
    margin: 0 auto;
    max-width: 1020px
}

.services-expand {
    background-color: #f2f2f2;
    margin-bottom: 2px;
    padding-bottom: 1px;
    position: relative;
    box-shadow: inset 2px 0 0 rgba(130, 188, 0, 0);
    transition: padding .5s cubic-bezier(.4, 0, .2, 1), background-color .5s cubic-bezier(.4, 0, .2, 1), box-shadow .5s cubic-bezier(.4, 0, .2, 1)
}

.services-expand-header {
    font-size: 28px;
    letter-spacing: .05em;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 55px;
    position: relative
}

.services-expand-header:after {
    position: absolute;
    content: "";
    right: 20px;
    top: 27px;
    width: 20px;
    height: 20px;
    border: solid #82bc00;
    border-width: 0 4px 4px 0;
    -webkit-transform-origin: 62% 62%;
    transform-origin: 62% 62%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1), -webkit-transform .5s cubic-bezier(.4, 0, .2, 1)
}

.services-expand-content {
    display: none;
    overflow: hidden;
    transition: height .5s cubic-bezier(.4, 0, .2, 1)
}

.services-expand-text {
    max-width: 780px;
    padding-top: 10px;
    padding-bottom: 30px
}

.services-expand--expanded {
    box-shadow: inset 4px 0 0 #82bc00;
    background-color: #f9f9f9;
    padding-top: 20px
}

.services-expand--expanded .services-expand-content {
    display: block
}

.services-expand--expanded .services-expand-header:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media screen and (min-width: 960px) {
    .services-expand {
        padding-left: 15px;
        padding-right: 15px
    }

    .services-expand-text {
        max-width: 780px;
        margin-left: 40px;
        padding-top: 30px;
        padding-bottom: 50px
    }
}

@media (pointer: fine) {
    .services-expand-header {
        cursor: pointer
    }
}

.whyUs-image {
    position: relative;
    height: 320px;
    background: #555 50% url(../assets/whyUs-mobile.jpg);
    background-size: cover
}

.whyUs-frame {
    position: relative;
    background-color: #232323;
    color: #fff;
    margin: -120px -10px 90px;
    padding: 30px 20px 40px;
    box-shadow: 10px 10px 0 #82bc00
}

.whyUs-line {
    display: none
}

@media (min-width: 800px) {
    .whyUs-image {
        background-image: url(../assets/whyUs.jpg)
    }
}

@media screen and (min-width: 960px) {
    .whyUs .title--preceding {
        margin-bottom: -110px
    }

    .whyUs > .center {
        max-width: 1020px;
        padding: 0
    }

    .whyUs-image {
        height: 825px;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 120px);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 120px)
    }

    .whyUs-frame {
        margin-top: -150px;
        margin-bottom: 130px;
        padding: 55px 120px 50px
    }
}

.call2action {
    margin: 75px 0 66px
}

.call2action .btn {
    min-width: 230px
}

@media screen and (max-width: 499px) {
    .call2action .btn {
        width: 100%
    }
}

@media screen and (min-width: 500px) {
    .call2action {
        margin: 150px 0 110px;
        text-align: center
    }

    .call2action > .center {
        max-width: 880px
    }
}

@media screen and (min-width: 960px) {
    .call2action .btn {
        min-width: 340px
    }
}

@media screen and (min-width: 1050px) {
    .call2action--row .btn {
        min-width: 180px;
        margin-right: 30px
    }

    .call2action--row > .center {
        text-align: left;
        display: flex;
        max-width: 890px;
        align-items: center;
        justify-content: space-between
    }

    .call2action--row .title {
        margin-bottom: 0;
        margin-right: 30px
    }
}

.cases {
    margin-bottom: 80px
}

.cases > .title:first-child {
    margin-bottom: 70px
}

.slider {
    position: relative
}

.slider .title--preceding {
    position: absolute;
    left: 0;
    width: 100%;
    top: -.59em;
    z-index: -1
}

.slide-container {
    background-color: #232323;
    position: relative;
    transition: height .5s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slide {
    color: #fff;
    padding-top: 1px;
    padding-bottom: 50px;
    display: none;
    opacity: 1
}

.slide .case-image {
    transition: -webkit-clip-path 1.25s;
    transition: clip-path 1.25s;
    transition: clip-path 1.25s, -webkit-clip-path 1.25s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.slide .case-text, .slide .case-title {
    transition: opacity .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
    transition-timing-function: ease-in
}

.slide .case-title {
    transition-delay: .1s
}

.slide .case-text, .slide.slide--right .case-title {
    transition-delay: .2s
}

.slide.slide--right .case-text {
    transition-delay: .1s
}

.slide--active {
    display: block
}

.slide--active .case-text, .slide--active .case-title {
    transition-timing-function: ease-out
}

.slide--active .case-image {
    -webkit-clip-path: polygon(0 0, 100% -20%, 100% 100%, 0 120%);
    clip-path: polygon(0 0, 100% -20%, 100% 100%, 0 120%);
    transition-delay: .125s
}

.slide--active .case-title {
    transition-delay: .6s
}

.slide--active .case-text, .slide--active.slide--fromLeft .case-title {
    transition-delay: .7s
}

.slide--active.slide--fromLeft .case-text {
    transition-delay: .6s
}

.slide--hiding {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1
}

.slide--left .case-text, .slide--left .case-title {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
    opacity: 0
}

.slide--right .case-text, .slide--right .case-title {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0
}

.slide--left .case-image, .slide--right .case-image {
    -webkit-clip-path: polygon(0 0, 100% -20%, 100% -20%, 0 0);
    clip-path: polygon(0 0, 100% -20%, 100% -20%, 0 0)
}

.slide--left.slide--hiding .case-image, .slide--right.slide--hiding .case-image {
    -webkit-clip-path: polygon(0 120%, 100% 100%, 100% 100%, 0 120%);
    clip-path: polygon(0 120%, 100% 100%, 100% 100%, 0 120%)
}

.case-image {
    float: left;
    background-color: #f0f0f0;
    width: 33%;
    max-width: 200px;
    margin-right: 20px;
    margin-top: -1px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.case-image:before {
    content: "";
    display: block;
    padding-top: 124.59016%
}

.case-image-src {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.case-title {
    font-size: 32px;
    margin: 31px 0 40px
}

.case-text {
    font-size: 18px;
    clear: both;
    line-height: 1.5
}

.case-text--desktop {
    display: none
}

.slider-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.slider-nav-page {
    font-size: 18px;
    color: #bcbcbc
}

.slider-nav-arrow {
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.slider-nav-arrow:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: solid #82bc00;
    border-width: 0 4px 4px 0
}

.slider-nav-delim {
    display: inline-block;
    height: 20px;
    width: 2px;
    background-color: #bcbcbc;
    margin: 0 20px;
    vertical-align: middle
}

.slider-nav-arrow--prev:before {
    -webkit-transform: translateX(4px) rotate(135deg);
    transform: translateX(4px) rotate(135deg)
}

.slider-nav-arrow--next:before {
    -webkit-transform: translateX(-4px) rotate(-45deg);
    transform: translateX(-4px) rotate(-45deg)
}

@media (min-width: 460px) {
    .case-text {
        clear: none
    }
}

@media (min-width: 960px) {
    .cases {
        margin-top: 150px;
        margin-bottom: 150px
    }

    .cases > .title:first-child {
        margin-bottom: 160px
    }

    .title-offset {
        padding-left: 37.5%
    }

    .case-image {
        float: none;
        position: absolute;
        width: calc(280px + (100vw - 960px) / 2);
        max-width: 480px;
        right: 50%;
        margin-right: 150px;
        top: 34px
    }

    .case {
        padding-left: 37.5%
    }

    .case-text {
        font-size: 14px
    }

    .case-title {
        margin: 40px 0
    }

    .case-text--desktop {
        display: block
    }

    .case-text--mobile {
        display: none
    }

    .slide-container {
        min-height: calc(345px + (100vw - 960px) / 2)
    }

    .slide {
        padding-bottom: 80px
    }

    .slider-nav {
        padding-left: 37.5%
    }
}

@media (min-width: 1360px) {
    .case-image {
        width: 480px
    }

    .slide-container {
        min-height: 550px
    }
}

@media (pointer: fine) {
    .slider-nav-arrow {
        transition: background-color .5s cubic-bezier(.4, 0, .2, 1);
        border-radius: 2px
    }

    .slider-nav-arrow:hover {
        background-color: #f9f9f9
    }
}

.contacts {
    position: relative;
    padding-top: 40px
}

.contacts .title--preceding {
    position: absolute;
    left: 0;
    width: 100%;
    top: -.7em;
    z-index: -1
}

.contacts-container {
    position: relative;
    background-color: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center
}

.contacts-list {
    margin-top: 80px;
    margin-bottom: 40px
}

.contact-btn {
    margin-top: 50px;
    width: 100%
}

.contact {
    text-align: center;
    font-size: 18px;
    line-height: 1.4
}

.contact + .contact {
    margin-top: 70px
}

.contact-image {
    display: inline-block;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    background-color: #f0f0f0;
    margin-bottom: 32px;
    overflow: hidden
}

.contact-image-src {
    width: 100%;
    height: 100%;
    display: block
}

.contact-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.contact-position {
    font-size: 14px;
    margin-bottom: 25px
}

.contact-links {
    text-align: center;
    height: 80px;
    line-height: 80px
}

.contact-link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    padding: 10px
}

@media screen and (min-width: 500px) {
    .contact-btn {
        width: auto;
        min-width: 360px
    }
}

@media screen and (min-width: 550px) {
    .contacts-list {
        display: flex;
        justify-content: space-evenly
    }

    .contact {
        margin: 0 20px
    }

    .contact + .contact {
        margin-top: 0
    }
}

@media screen and (min-width: 960px) {
    .contacts {
        padding-top: 70px
    }

    .contacts-container {
        padding-top: 110px;
        padding-bottom: 110px;
        text-align: center
    }

    .contact-links {
        text-align: center;
        height: 110px;
        line-height: 110px
    }
}

.topLink {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background-color: grey;
    border-radius: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1), -webkit-transform .5s cubic-bezier(.4, 0, .2, 1)
}

.topLink:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 13px;
    border: solid #fff;
    border-width: 4px 4px 0 0;
    -webkit-transform: translate(-50%, -30%) rotate(-45deg);
    transform: translate(-50%, -30%) rotate(-45deg)
}

.topLink--hidden {
    -webkit-transform: translateY(60px);
    transform: translateY(60px)
}

.topLink-text {
    display: none
}

.footer {
    border-top: 2px solid #82bc00;
    background-color: #232323;
    color: #fff
}

.footer, .footer-links {
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    letter-spacing: .05em
}

.footer-links {
    text-transform: uppercase;
    color: #82bc00
}

.footer-link {
    margin: 0 20px
}

@media screen and (min-width: 450px) {
    .topLink {
        right: 45px
    }
}

@media screen and (min-width: 960px) {
    .topLink {
        bottom: 65px
    }

    .topLink-text {
        display: block;
        position: absolute;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: .05em;
        top: 100%;
        left: 0;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        color: grey
    }

    .topLink--hidden {
        -webkit-transform: translateY(120px);
        transform: translateY(120px)
    }
}

@media screen and (min-width: 1120px) {
    .topLink {
        right: 50%;
        margin-right: -520px
    }
}

.popup {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 35, 35, .75);
    overflow: auto;
    display: none;
    opacity: 0;
    transition: opacity .5s cubic-bezier(.4, 0, .2, 1)
}

.popup--open, .popup--visible {
    display: block
}

.popup--open {
    opacity: 1
}

.popup--open .form {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.popup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%
}

.form {
    margin: 30px 5px;
    width: 80%;
    min-width: 310px;
    max-width: 640px;
    border-radius: 20px;
    padding-bottom: 20px;
    position: relative;
    transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1), -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translateY(5vh);
    transform: translateY(5vh)
}

.form, .form-close {
    background-color: #fff
}

.form-close {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: -25px
}

.form-close:after, .form-close:before {
    content: "";
    width: 26px;
    height: 2px;
    background-color: #82bc00;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-top: -1px;
    margin-left: -13px
}

.form-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.form-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.form-title {
    background-color: #82bc00;
    border-radius: 20px 20px 0 0;
    padding: 30px 20px 25px;
    font-size: 28px;
    letter-spacing: .05em;
    color: #fff
}

.form-fields {
    padding: 5px 20px 0
}

.form-textField {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #dadada;
    color: #232323;
    transition: border-bottom-color .5s cubic-bezier(.4, 0, .2, 1);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    padding: 8px 0 4px
}

.form-textField:focus {
    outline: none;
    border-bottom-color: #232323
}

textarea.form-textField {
    resize: none;
    min-height: 2.5em;
    padding-bottom: 1.25em
}

.form-actions {
    text-align: center
}

.form-action {
    color: #82bc00;
    font-size: 28px;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    font-weight: 700
}

.form-action:focus {
    outline: none
}

.form-field {
    margin: 30px 0
}

.form-field--error {
    color: #e33
}

.form-field-hint {
    display: block;
    font-size: 12px;
    margin-top: 10px
}

.form-field-label {
    font-size: 14px;
    letter-spacing: .05em;
    color: grey
}

.form-container {
    position: relative
}

.form-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .9);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .05em;
    opacity: .8;
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1)
}

.form-overlay--success {
    opacity: 1
}

.form-overlay--hidden {
    opacity: 0
}

@media (min-width: 600px) {
    .form-title {
        padding: 30px 60px 25px
    }

    .form-actions {
        text-align: right;
        padding: 0 60px
    }

    .form-fields {
        padding: 20px 60px
    }
}

@media (min-width: 800px) {
    .form-field--row {
        display: flex
    }

    .form-field--row > .form-field {
        flex: 1 1 50%;
        margin: 0
    }

    .form-field--row > .form-field:not(:last-child) {
        margin-right: 20px
    }
}

@media (min-width: 1200px) {
    .bullets {
        position: fixed;
        top: 50%;
        right: 16px;
        color: #cdcdcd;
        z-index: 10;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .bullet {
        display: block;
        padding: 8px;
        margin: 2px 0
    }

    .bullet:before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid;
        transition: background-color .5s cubic-bezier(.4, 0, .2, 1)
    }

    .bullet--active:before {
        background-color: currentColor
    }
}

.animate--on .fade-in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    will-change: opacity, transform
}

.animate:not(.animate--on) .fade-in, .fade-in {
    -webkit-transform: translateY(5vh);
    transform: translateY(5vh);
    opacity: 0
}

@media (min-width: 960px) {
    .animate.animate--mobile .fade-in {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.slide-in {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
    will-change: transform
}

.animate--on .slide-in {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.animate--transition .fade-in {
    transition: opacity .8s cubic-bezier(.4, 0, .2, 1), -webkit-transform .8s cubic-bezier(.4, 0, .2, 1);
    transition: opacity .8s cubic-bezier(.4, 0, .2, 1), transform .8s cubic-bezier(.4, 0, .2, 1);
    transition: opacity .8s cubic-bezier(.4, 0, .2, 1), transform .8s cubic-bezier(.4, 0, .2, 1), -webkit-transform .8s cubic-bezier(.4, 0, .2, 1)
}

.animate--transition .slide-in {
    transition: -webkit-transform .8s cubic-bezier(.4, 0, .2, 1);
    transition: transform .8s cubic-bezier(.4, 0, .2, 1);
    transition: transform .8s cubic-bezier(.4, 0, .2, 1), -webkit-transform .8s cubic-bezier(.4, 0, .2, 1)
}

.animate--transition.animate--on .delay0 {
    transition-delay: 0s
}

.animate--transition.animate--on .delay1 {
    transition-delay: .2s
}

.animate--transition.animate--on .delay2 {
    transition-delay: .4s
}

.animate--transition.animate--on .delay3 {
    transition-delay: .6s
}

.animate--transition.animate--on .delay4 {
    transition-delay: .8s
}

.animate--transition.animate--on .delay5 {
    transition-delay: 1s
}

.animate--transition.animate--on .delay6 {
    transition-delay: 1.2s
}

.animate--transition.animate--on .delay7 {
    transition-delay: 1.4s
}

.animate--transition.animate--on .delay8 {
    transition-delay: 1.6s
}

.animate--transition.animate--on .delay9 {
    transition-delay: 1.8s
}

.animate--transition.animate--on .delay10 {
    transition-delay: 2s
}

.animate--transition .thrust2 {
    transition-duration: 1.6s
}

.animate--transition .thrust3 {
    transition-duration: 2.4s
}

.notFound {
    min-height: 100vh;
    position: relative;
    background-color: #232323;
    color: #fff;
    padding: 40px 20px 120px;
    text-align: center;
    letter-spacing: .05em;
    line-height: 1.5;
    font-size: 18px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center
}

.notFound-title {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.2
}

.notFound-subtitle {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 60px
}

.notFound-link {
    color: #82bc00;
    white-space: nowrap
}

.notFound-footer {
    position: absolute;
    bottom: 25px;
    font-size: 12px;
    padding: 0 20px
}

@media (min-width: 600px) {
    .notFound {
        font-size: 24px;
        padding: 40px 40px 150px
    }

    .notFound-title {
        font-size: 100px
    }

    .notFound-subtitle {
        font-size: 40px;
        margin-bottom: 60px
    }
}

@media (max-width: 374px) {
    .notFound {
        font-size: 16px;
        padding: 40px 15px
    }

    .notFound-title {
        font-size: 100px
    }

    .notFound-subtitle {
        font-size: 28px;
        margin-bottom: 60px
    }

    .notFound-footer {
        display: none
    }
}