/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: "Roboto regular";
    src: url("../fonts/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "Roboto light";
    src: url("../fonts/RobotoLight.eot");
    src: url("../fonts/RobotoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "Roboto bold";
    src: url("../fonts/RobotoBold.eot");
    src: url("../fonts/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "Roboto medium";
    src: url("../fonts/RobotoMedium.eot");
    src: url("../fonts/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
}

html, body {
    background: #fff;
    width: 100%;
    height: 100%
}

.main-wrapper {
    width: 1178px;
    margin: auto;
    height: 100%
}

.wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 795px
}

.main {
    display: block;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 160px;
    height: 100%;
    width: 1012px
}

main {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    box-sizing: border-box;
    color: #fff;
    font-family: "Roboto light";
    overflow: hidden
}

div {
    position: relative
}

.overflow-hidden {
    overflow: hidden
}

section {
    display: none;
    padding: 85px 80px;
    position: relative;
    top: 0px;
    -webkit-transition: top 0.6s ease-in-out;
    transition: top 0.6s ease-in-out
}

.mouse-scroll {
    position: absolute;
    bottom: 20px;
    margin: auto;
    width: 22px;
    height: 35px;
    left: 0;
    right: 0;
    background: url("../img/mouse_scroll.png")
}

header {
    width: 100%;
    padding: 40px 0 25px
}

header .logo {
    background: url(../img/logo_small.svg) no-repeat;
    width: 133px;
    height: 44px
}

aside {
    display: inline-block
}

nav {
    padding-top: 60px;
    width: 160px
}

.nav-link {
    width: 100%;
    display: block;
    color: #020202;
    line-height: 4.2em;
    letter-spacing: 1.6pt;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    font-family: "Roboto bold";
    font-size: 14px
}

.nav-link:hover, .nav-link:active {
    color: #1957EF
}

.nav-link-active {
    color: #1957EF
}

.nav-desc {
    width: 100%;
    display: block;
    color: #020202;
    line-height: 2em;
    letter-spacing: 0.25pt;
    position: relative;
    font-family: "Roboto light";
    font-size: 12px
}

.pointer {
    position: absolute;
    width: 12px;
    height: 23px;
    background: url(../img/arrow_white.png) no-repeat;
    margin-top: 1em;
    -webkit-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out
}

.space {
    margin-top: 350px
}

.logo-big {
    width: 321px;
    height: 106px;
    background: url(../img/logo_big.svg) no-repeat
}

.who-is {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.2pt;
    line-height: 1.5em;
    margin: 63px 0 0
}

.about-company {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.35pt;
    margin: 0
}

.about__conteiner {
    width: 410px
}

.title-wrapper {
    display: inline-block
}

.back-wall {
    position: absolute;
    top: 22px;
    left: -10%;
    background: #4779f2;
    width: 120%;
    height: 36px
}

.title {
    position: relative;
    font-size: 61px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto bold";
    letter-spacing: 2pt
}

.services-wrapper {
    width: 420px;
    height: 210px;
    display: block;
    float: left;
    margin: 0 0 20px;
    overflow: hidden;
    top: 80px
}

.services-wrapper.start-animation {
    top: 0;
    -webkit-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out
}

.services {
    background: #2560f0;
    width: 100%;
    height: 100%;
    position: relative;
    top: 100%;
    padding-left: 230px;
    padding-top: 20px
}

.services img {
    position: absolute;
    left: 0;
    top: 0;
    width: 210px;
    height: 210px
}

.services span {
    text-transform: uppercase;
    font-family: "Roboto light";
    font-size: 18px;
    width: 190px;
    display: block;
    letter-spacing: 0.35pt
}

.services.start-animation {
    top: 0;
    -webkit-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out
}

.content-wrapper {
    margin-top: 83px
}

.profession-wrapper {
    margin-top: 30px
}

.profession {
    width: 100%;
    background: #2560f0;
    text-transform: uppercase;
    font-family: "Roboto bold";
    margin: 5px 0;
    padding: 5px;
    left: -120%
}

.profession.start-animation {
    left: -5px;
    -webkit-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out
}

.margin-top {
    margin-top: 50px
}

#map-wrapper {
    height: 100%;
    box-sizing: border-box;
    padding: 0
}

#map {
    height: 100%
}

.title-map {
    position: absolute;
    top: 85px;
    left: 80px
}

.title-map .title {
    color: #1957EF
}

.title-map .back-wall {
    background: #fff
}

.mask-red {
    position: absolute;
    top: 0;
    right: 100%;
    background: #000;
    width: 100%;
    height: 100%;
    -webkit-transition: right 1s ease-in-out;
    transition: right 1s ease-in-out;
    z-index: 10
}

.mask-red.start-animation {
    right: -100%
}

.mask-white {
    position: absolute;
    top: 0;
    right: 100%;
    background: #1957EF;
    width: 100%;
    height: 100%;
    -webkit-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out
}

.mask-white.start-animation {
    right: 0px
}

.mask-logo-red {
    position: absolute;
    top: 0;
    right: 100%;
    background: #000;
    width: 100%;
    height: 100%;
    -webkit-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out
}

.mask-logo-red.start-animation {
    right: -100%
}

.mask-logo-white {
    position: absolute;
    top: 0;
    right: 0;
    background: #1957EF;
    width: 100%;
    height: 100%;
    -webkit-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out
}

.mask-logo-white.start-animation {
    right: -100%
}

.mask-logo-gray {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out
}

.mask-logo-gray.start-animation {
    right: -100%
}

.has-mask-text span, .mask-menu span, .mask-menu-desc span {
    visibility: hidden
}

.split-line {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    top: 1em
}

.split-line.start-animation {
    top: 0;
    -webkit-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out
}

.split-word {
    position: relative;
    display: inline;
    margin: 0;
    padding: 0;
    white-space: pre
}

.split-word.start-animation {
    top: 0 !important;
    -webkit-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out
}

.title-fade {
    background: #000;
    height: 100%;
    width: 0;
    top: 0;
    left: -10%;
    right: 110%;
    -webkit-transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    z-index: 1;
    position: absolute
}

.title-fade-wrapper {
    background: transparent;
    height: 70px;
    width: 120%;
    top: 0;
    left: -10%;
    z-index: 1;
    overflow: hidden;
    position: absolute
}

@media (max-width: 1178px) {
    .main-wrapper {
        width: 1000px;
        padding: 0 10px;
        box-sizing: border-box
    }

    .main {
        width: 834px
    }

    .wrapper {
        height: 550px
    }

    section {
        padding: 28px 70px
    }

    header {
        padding: 30px 0 25px
    }

    .space {
        margin-top: 200px
    }

    nav {
        padding-top: 0px
    }

    .logo-big {
        width: 244px;
        height: 81px
    }

    .who-is {
        font-size: 17px;
        margin: 25px 0 0
    }

    .about-company {
        font-size: 14px;
        margin-top: 25px
    }

    .about__conteiner {
        width: 310px
    }

    .back-wall {
        top: 16px;
        height: 36px
    }

    .title {
        font-size: 58px
    }

    .services-wrapper {
        width: 260px;
        height: 118px;
        margin: 0 80px 20px 0
    }

    .services {
        padding-left: 150px
    }

    .services img {
        width: 130px;
        height: 118px
    }

    .services span {
        font-size: 10px;
        width: 130px
    }

    .content-wrapper {
        margin-top: 69px
    }

    .profession {
        font-size: 12px
    }

    .margin-top {
        margin-top: 0px
    }

    .title-map {
        top: 28px;
        left: 70px
    }
}


.cookie_notice {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9999999;
    background-color: #ebebeb;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    width: 600px;
    padding: 15px 25px;
    box-sizing: border-box;
    opacity: 95%;
}

.cookie_main {
    display: block;
    overflow-x: hidden;
    position: absolute;
    top: -70px;
    left: 160px;
    height: auto;
    width: 1012px;
}

.cookie_notice .notice-text {
    display: table-cell;
    padding-right: 10px;
    opacity: 100%;
    color: black;
}

.cookie_btn {
    color: #555555;
    border: 1px solid #999999;
    background-color: #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    height: 100%;
}

.privacy-title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    max-width: 610px;
    margin: 0 auto;
    padding-bottom: 15px;
}

.privacy-subtitle {
    font-weight: bold;
    font-size: 16px;
}

.privacy-text {
    margin-left: 25px;
}


/*# sourceMappingURL=main.css.map */
