html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    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-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 100
}

.header__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media (max-width: 767px) {
    .header__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.header__wrapper img {
    width: 308px;
    display: block
}

@media (max-width: 1279px) {
    .header__wrapper img {
        width: 180px
    }
}

.header__contact {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    margin-left: auto
}

@media (max-width: 480px) {
    .header__contact {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        font-size: 12px;
        line-height: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.header__contact-number {
    margin-right: 40px
}

.header__contact-mail {
    margin-right: 60px
}

@media (max-width: 480px) {
    .header__contact-mail {
        margin-right: 0
    }
}

.header__language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 25px
}

@media (max-width: 1279px) {
    .header__language {
        top: 6px
    }
}

@media (max-width: 767px) {
    .header__language {
        margin-left: auto
    }
}

@media (max-width: 480px) {
    .header__language {
        top: 35px
    }
}

.header__language-item a {
    color: #a9a9cb;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    display: block;
    user-select: none
}

.header__language-item {
    position: relative
}

.header__language-item a:hover {
    color: #fff
}

.header__language-item.active:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background-image: url(../img/down-arrow.png);
    -webkit-background-size: cover;
    background-size: cover;
    width: 8px;
    height: 8px;
    display: inline-block
}

.header__language.is-show .header__language-item.active:after {
    display: none
}

.header__language:not(.is-show) .header__language-item:not(.active) {
    display: none
}

.header__language:not(.is-show) .header__language-item.active a {
    padding-right: 12px
}

.header__language-item.active a {
    color: #fff
}

html * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #010119;
    color: #fff;
    font-family: Ubuntu, sans-serif;
    position: relative
}

.container {
    max-width: 1248px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .container {
        padding: 0 16px
    }
}

@media (max-width: 1279px) {
    .container.technology {
        padding: 0 100px
    }
}

@media (max-width: 767px) {
    .container.technology {
        padding: 0 16px
    }
}

h1 {
    margin: 0;
    padding: 0
}

h2 {
    margin: 0;
    padding: 0
}

h3 {
    margin: 0;
    padding: 0
}

p {
    padding: 0;
    margin: 0
}

a {
    text-decoration: none;
    color: #fff
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style-type: none
}

.main {
    background-color: #4045ba
}

.thankyou {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    /*overflow: auto;*/
}

.thankyou__image {
    position: absolute;
    top: -370px;
    right: -409px;
    z-index: -10
}

@media (max-width: 1279px) {
    .thankyou__image {
        top: -153px;
        right: -370px
    }
}

@media (max-width: 767px) {
    .thankyou__image {
        top: -85px;
        right: -130px
    }
}

@media (max-width: 1279px) {
    .thankyou__image img {
        width: 645px;
        height: 645px
    }
}

@media (max-width: 767px) {
    .thankyou__image img {
        width: 375px;
        height: 375px
    }
}

.thankyou__title {
    font-size: 72px;
    line-height: 82px;
    padding-top: 325px
}

.privacy-policy {
    padding: 125px 0;
    /*height: auto;*/
}

.privacy-policy .thankyou__title {
    padding-top: 0px;
    margin-bottom: 30px;
}

.privacy-policy ul{
    margin-left: 20px;
}
.privacy-policy ul li{
    padding: 2px 0px 2px 0px;
}

@media (max-width: 1279px) {
    .thankyou__title {
        padding-top: 195px;
        font-size: 40px;
        line-height: 45px
    }
}

@media (max-width: 767px) {
    .thankyou__title {
        font-size: 24px;
        line-height: 27px;
        padding-top: 260px
    }
}

.thankyou__text {
    font-size: 16px;
    line-height: 24px
}

.privacy-policy p{
    font-size: 16px;
    line-height: 34px
}

.privacy-policy h3{
    padding: 10px 0;
}

@media (max-width: 1279px) {
    .thankyou__text {
        font-size: 18px;
        line-height: 27px
    }
}

@media (max-width: 767px) {
    .thankyou__text {
        font-size: 16px;
        line-height: 24px
    }
}

.thankyou:before {
    position: absolute;
    content: "";
    position: absolute;
    background-image: url(../img/Ellipse-4.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    bottom: 0;
    left: 0
}

.top__image {
    position: absolute;
    top: -370px;
    right: -409px;
    z-index: -10
}

@media (max-width: 1279px) {
    .top__image {
        top: -153px;
        right: -370px
    }
}

@media (max-width: 767px) {
    .top__image {
        top: -85px;
        right: -130px
    }
}

@media (max-width: 1279px) {
    .top__image img {
        width: 645px;
        height: 645px
    }
}

@media (max-width: 767px) {
    .top__image img {
        width: 375px;
        height: 375px
    }
}

.top {
    position: relative;
    padding-top: 240px;
    overflow-x: hidden;
    padding-bottom: 290px
}

@media (max-width: 1279px) {
    .top {
        padding-top: 120px;
        padding-bottom: 160px
    }
}

@media (max-width: 1279px) {
    .top__item {
        margin-left: 90px
    }
}

@media (max-width: 767px) {
    .top__item {
        margin-left: 0
    }
}

.top__item-title {
    font-size: 72px;
    line-height: 82px;
    font-weight: 700;
    max-width: 660px;
    width: 100%;
    height: 170px
}

.ru .top__item-title {
    max-width: 720px
}

@media (max-width: 1279px) {
    .top__item-title {
        height: 95px
    }
}

@media (max-width: 767px) {
    .top__item-title {
        max-width: 225px;
        height: 80px
    }

    .ru .top__item-title {
        max-width: 320px
    }
}

.top__item-title span {
    color: #00a2ff
}

@media (max-width: 1279px) {
    .top__item-title {
        font-size: 40px;
        line-height: 46px;
        width: 380px
    }
}

@media (max-width: 767px) {
    .top__item-title {
        font-size: 30px;
        line-height: 28px;
        width: 100%
    }
}

.top__item-text {
    font-size: 24px;
    line-height: 36px;
    max-width: 515px;
    width: 100%;
    margin-top: 10px
}

@media (max-width: 1279px) {
    .top__item-text {
        font-size: 18px;
        line-height: 27px;
        width: 400px
    }
}

@media (max-width: 767px) {
    .top__item-text {
        width: 100%;
        font-size: 14px;
        line-height: 21px
    }
}

.top__item-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
    position: relative;
    width: 149px;
    cursor: pointer
}

.ru .top__item-btn {
    width: 165px
}

.de .top__item-btn {
    width: 198px
}

.fr .top__item-btn {
    width: 194px
}

@media (max-width: 1279px) {
    .top__item-btn {
        margin-top: 25px
    }
}

@media (max-width: 767px) {
    .top__item-btn {
        margin-top: 15px
    }
}

.top__item-btn.footer-btn a {
    color: #fff
}

.top__item-btn a {
    font-size: 16px;
    line-height: 27px;
    color: #019be0
}

.top__item-btn img {
    margin-left: 10px;
    position: relative
}

.top__item-btn span {
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline;
    margin-left: -17px;
    position: absolute;
    top: 1px;
    right: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.top__item-btn:hover span {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #019be0;
    top: -12px;
    right: -12px
}

.top__item-btn.works-btn {
    width: 159px
}

.top__item-btn.footer-btn {
    margin-left: auto;
    margin-top: 10px;
    width: 150px
}

.ru .top__item-btn.footer-btn {
    width: 165px
}

.de .top__item-btn.footer-btn {
    width: 198px
}

.fr .top__item-btn.footer-btn {
    width: 194px
}

.top__item-btn.send {
    width: 96px;
    margin-left: auto;
    margin-top: 55px
}

.top__item-btn.send span {
    width: 26px;
    height: 26px;
    border: 1px solid #000
}

.top__item-btn.send:hover span {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #019be0;
    top: -13px;
    right: -13px
}

.top__item-btn.main-page {
    width: 177px
}

.social-networks {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: fixed;
    left: -75px;
    top: 50%;
    z-index: 10
}

@media (max-width: 1279px) {
    .social-networks {
        left: -93px
    }
}

@media (max-width: 767px) {
    .social-networks {
        display: none
    }
}

.social-networks a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    margin-right: 25px
}

.phrase-four, .phrase-one, .phrase-three, .phrase-two {
    position: absolute
}

@media (max-width: 1279px) {
    .phrase-four img, .phrase-one img, .phrase-three img, .phrase-two img {
        height: 110px
    }
}

@media (max-width: 767px) {
    .phrase-four img, .phrase-one img, .phrase-three img, .phrase-two img {
        height: 55px
    }
}

.phrase-one {
    top: 232px
}

@media (max-width: 1279px) {
    .phrase-one {
        top: 307px
    }
}

@media (max-width: 767px) {
    .phrase-one {
        top: 50px
    }
}

@media (max-width: 1279px) {
    .phrase-one img {
        height: 63px
    }
}

@media (max-width: 767px) {
    .phrase-one img {
        height: 37px
    }
}

.info {
    position: relative
}

.info:before {
    content: "";
    position: absolute;
    background-image: url(../img/Ellipse-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 140%
}

@media (max-width: 1279px) {
    .info:before {
        width: 80%;
        height: 100%
    }
}

@media (max-width: 767px) {
    .info:before {
        z-index: -10;
        width: 100%;
        height: 100%
    }
}

.info__phrase {
    overflow-x: hidden;
    position: relative;
    padding-top: 490px
}

@media (max-width: 1279px) {
    .info__phrase {
        padding-top: 450px
    }
}

@media (max-width: 767px) {
    .info__phrase {
        padding-top: 150px
    }
}

.info__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    .info__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.info__item-title {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    max-width: 477px;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 50%;
    height: 135px
}

@media (max-width: 1279px) {
    .info__item-title {
        font-size: 24px;
        line-height: 28px;
        margin-right: 35px
    }
}

@media (max-width: 767px) {
    .info__item-title {
        max-width: 100%;
        margin-right: 0;
        top: 0;
        height: auto;
        position: inherit
    }
}

.info__item-text {
    max-width: 471px;
    width: 100%;
    font-size: 16px;
    line-height: 27px
}

@media (max-width: 1279px) {
    .info__item-text {
        font-size: 14px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .info__item-text {
        max-width: 100%;
        margin-top: 20px
    }
}

.info__item-text p {
    margin-bottom: 35px
}

@media (max-width: 767px) {
    .info__item-text p {
        margin-bottom: 20px
    }
}

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

.phrase-two {
    top: 200px
}

@media (max-width: 1279px) {
    .phrase-two {
        top: 230px
    }
}

@media (max-width: 767px) {
    .phrase-two {
        top: 160px
    }
}

@media (max-width: 1279px) {
    .phrase-two img {
        height: 63px
    }
}

@media (max-width: 767px) {
    .phrase-two img {
        height: 37px
    }
}

.phrase-three {
    top: 155px
}

@media (max-width: 767px) {
    .phrase-three {
        top: 115px
    }
}

@media (max-width: 1279px) {
    .phrase-three img {
        height: 63px
    }
}

@media (max-width: 767px) {
    .phrase-three img {
        height: 37px
    }
}

.technology {
    position: relative;
    padding-top: 370px;
    overflow-x: hidden
}

.technology:before {
    position: absolute;
    content: "";
    background-image: url(../img/Ellipse-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
    height: 100%;
    right: 0;
    top: 0
}

@media (max-width: 1279px) {
    .technology:before {
        width: 50%
    }
}

@media (max-width: 767px) {
    .technology:before {
        height: 58%;
        right: 0;
        top: 194px
    }
}

@media (max-width: 1279px) {
    .technology {
        padding-top: 315px
    }
}

@media (max-width: 767px) {
    .technology {
        padding-top: 260px
    }
}

.technology__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2
}

@media (max-width: 1279px) {
    .technology__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 1000px;
        margin: 0 auto
    }
}

.technology__item {
    width: 535px
}

@media (max-width: 1279px) {
    .technology__item {
        max-width: 900px;
        width: 100%;
        margin: 0 auto
    }
}

.technology__item {
    margin-bottom: 80px
}

.technology__item-title {
    font-size: 40px;
    line-height: 60px
}

@media (max-width: 767px) {
    .technology__item-title {
        font-size: 24px;
        line-height: 28px
    }
}

.technology__item-box {
    width: 83px;
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .technology__item-box {
        width: 60px;
        margin-right: 10px
    }
}

.technology__item-box img {
    max-width: 100%
}

@media (max-width: 767px) {
    .technology__item-box img {
        width: 60px
    }
}

.technology__item-box-title {
    text-align: center;
    margin-top: 13px;
    font-size: 12px;
    color: #646482
}

.technology__item-box__wrap {
    margin-top: 25px
}

@media (max-width: 1279px) {
    .technology__item-box__wrap:nth-child(2) {
        max-width: 450px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .technology__item-box__wrap:nth-child(2) {
        max-width: 295px
    }
}

.technology__item-box__text {
    max-width: 500px;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    margin-top: 20px
}

@media (max-width: 1279px) {
    .technology__item-box__text {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .technology__item-box__text {
        font-size: 14px;
        line-height: 24px
    }
}

.phrase-four {
    top: 220px
}

@media (max-width: 1279px) {
    .phrase-four {
        top: 190px
    }
}

@media (max-width: 767px) {
    .phrase-four {
        top: 200px
    }
}

@media (max-width: 1279px) {
    .phrase-four img {
        height: 63px
    }
}

@media (max-width: 767px) {
    .phrase-four img {
        height: 37px
    }
}

.stages {
    padding-top: 680px;
    position: relative;
    overflow-x: hidden
}

@media (max-width: 1279px) {
    .stages {
        padding-top: 360px;
        margin-bottom: -600px
    }
}

@media (max-width: 767px) {
    .stages {
        padding-top: 300px
    }
}

.stages__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 540px
}

@media (max-width: 1420px) {
    .stages__item {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

@media (max-width: 1279px) {
    .stages__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.stages__item-block {
    position: relative
}

@media (max-width: 1279px) {
    .stages__item-block {
        margin-left: -353px;
        margin-bottom: 230px
    }
}

@media (max-width: 767px) {
    .stages__item-block {
        margin-left: -4px;
        margin-bottom: 350px
    }
}

.stages__item-block .stages__item-block-circle {
    -webkit-animation: rotate 5s linear infinite;
    animation: rotate 5s linear infinite
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.stages__item-block .stages__item-block-number {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.stages__item-block__info {
    width: 277px;
    height: 277px;
    border-radius: 50%;
    border: 1px solid #646482;
    padding-top: 65px;
    padding-left: 55px;
    padding-right: 55px;
    position: absolute;
    left: -72.5px
}

@media (max-width: 1279px) {
    .stages__item-block__info {
        left: 105px
    }
}

@media (max-width: 767px) {
    .stages__item-block__info {
        left: -70px
    }
}

.stages__item-block__info.one {
    bottom: 115px
}

@media (max-width: 1279px) {
    .stages__item-block__info.one {
        bottom: -70px
    }
}

@media (max-width: 767px) {
    .stages__item-block__info.one {
        bottom: -250px
    }
}

.stages__item-block__info.two {
    top: 115px
}

@media (max-width: 1279px) {
    .stages__item-block__info.two {
        top: -75px
    }
}

@media (max-width: 767px) {
    .stages__item-block__info.two {
        top: 105px
    }
}

.stages__item-block__info.three {
    bottom: 115px
}

@media (max-width: 1279px) {
    .stages__item-block__info.three {
        bottom: -70px
    }
}

@media (max-width: 767px) {
    .stages__item-block__info.three {
        bottom: -245px
    }
}

.stages__item-block__info.four {
    top: 115px;
    padding-left: 75px
}

.stages__item-block__info.four p {
    width: 120px
}

@media (max-width: 1279px) {
    .stages__item-block__info.four {
        top: -70px
    }
}

@media (max-width: 767px) {
    .stages__item-block__info.four {
        top: 105px
    }
}

.stages__item-block__info-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700
}

.stages__item-block__info-text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    margin-top: 7px
}

@media (max-width: 1279px) {
    .stages__arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute
    }

    .stages__arrow.one {
        top: 600px
    }

    .stages__arrow.two {
        top: 970px
    }

    .stages__arrow.three {
        top: 1340px
    }
}

@media (max-width: 767px) {
    .stages__arrow.one {
        top: 710px
    }

    .stages__arrow.two {
        top: 1195px
    }

    .stages__arrow.three {
        top: 1680px
    }
}

.team {
    position: relative;
    padding-bottom: 110px;
    color: #fff
}

@media (max-width: 1279px) {
    .team {
        margin-top: 50px;
        padding-bottom: 30px
    }
}

.team:before {
    content: "";
    position: absolute;
    background-image: url(../img/Ellipse-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 140%;
    top: -80px;
    left: 0
}

@media (max-width: 1279px) {
    .team:before {
        width: 80%;
        height: 100%
    }
}

@media (max-width: 767px) {
    .team:before {
        z-index: -10;
        width: 100%;
        height: 100%
    }
}

.team__phrase {
    overflow-x: hidden;
    position: relative;
    padding-top: 360px
}

@media (max-width: 1279px) {
    .team__phrase {
        padding-top: 160px
    }
}

@media (max-width: 767px) {
    .team__phrase {
        padding-top: 90px
    }
}

.team__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 990px) {
    .team__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.team__block-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700
}

.team__block-location {
    z-index: 10
}

@media (max-width: 1279px) {
    .team__block-location {
        margin-left: 100px
    }
}

@media (max-width: 990px) {
    .team__block-location {
        margin-left: 80px
    }
}

@media (max-width: 600px) {
    .team__block-location {
        margin-left: 0
    }
}

.team__block-location-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px
}

@media (max-width: 500px) {
    .team__block-location-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.team__block-location-figure {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 1px solid #646482;
    position: relative
}

.team__block-location-figure:first-child {
    margin-right: 10px
}

.team__block-location-figure p {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 300
}

@media (max-width: 500px) {
    .team__block-location-figure {
        margin: 0 auto
    }

    .team__block-location-figure:first-child {
        margin: 0 auto;
        margin-bottom: 10px
    }
}

.team__block-item {
    margin-right: 100px;
    z-index: 10
}

@media (max-width: 990px) {
    .team__block-item {
        margin-left: 80px;
        margin-top: 65px
    }
}

@media (max-width: 767px) {
    .team__block-item {
        margin-right: 0
    }
}

@media (max-width: 600px) {
    .team__block-item {
        margin-left: 0
    }
}

@media (max-width: 500px) {
    .team__block-item {
        margin-top: 230px
    }
}

.team__block-item ul {
    margin-top: 15px
}

@media (max-width: 990px) {
    .team__block-item ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 190px
    }
}

@media (max-width: 500px) {
    .team__block-item ul {
        height: auto
    }
}

.team__block-item ul li {
    font-size: 16px;
    line-height: 56px;
    font-weight: 300;
    padding-left: 22px;
    position: relative
}

@media (max-width: 767px) {
    .team__block-item ul li {
        font-size: 14px;
        line-height: 49px
    }
}

.team__block-item ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #646482;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.phrase-six {
    position: absolute;
    top: 0
}

@media (max-width: 1279px) {
    .phrase-six img {
        height: 63px
    }
}

@media (max-width: 767px) {
    .phrase-six img {
        height: 37px
    }
}

.phrase-five {
    position: absolute;
    top: 0
}

@media (max-width: 1279px) {
    .phrase-five img {
        height: 63px
    }
}

@media (max-width: 767px) {
    .phrase-five img {
        height: 37px
    }
}

.clients {
    position: relative;
    padding-bottom: 600px;
    overflow-x: hidden
}

@media (max-width: 1279px) {
    .clients {
        padding-bottom: 340px
    }
}

@media (max-width: 767px) {
    .clients {
        padding-bottom: 200px
    }
}

.clients__block {
    position: absolute;
    top: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1279px) {
    .clients__block {
        top: 165px
    }
}

@media (max-width: 767px) {
    .clients__block {
        top: 75px
    }
}

.clients__block-item {
    width: 278px;
    height: 278px;
    border: 1px solid #646482;
    border-radius: 50%;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

.clients__block-item:hover {
    border-color: #019be0
}

.clients__block-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 1279px) {
    .clients__block-item {
        width: 169px;
        height: 169px;
        margin-left: 10px;
        margin-right: 10px
    }

    .clients__block-item img {
        width: calc(100% * .5)
    }
}

@media (max-width: 767px) {
    .clients__block-item {
        width: 124px;
        height: 124px;
        margin-left: 6px;
        margin-right: 6px
    }

    .clients__block-item img {
        width: calc(100% * .4)
    }
}

.footer {
    padding-top: 330px;
    position: relative
}

.footer:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
    background-image: url(../img/ellipse-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -10
}

.footer:after {
    position: absolute;
    bottom: 150px;
    left: 0;
    content: "";
    background-image: url(../img/circle-footer.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 65%;
    height: 55%;
    z-index: -20
}

@media (max-width: 1000px) {
    .footer:after {
        bottom: 50px
    }
}

@media (max-width: 1279px) {
    .footer {
        padding-top: 430px
    }
}

@media (max-width: 767px) {
    .footer {
        padding-top: 250px
    }
}

.footer__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__title {
    width: 540px
}

@media (max-width: 767px) {
    .footer__title {
        width: 100%
    }
}

.footer__title h2 {
    font-size: 72px
}

@media (max-width: 1279px) {
    .footer__title h2 {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .footer__title h2 {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.footer__title span {
    font-size: 24px;
    line-height: 28px
}

@media (max-width: 1279px) {
    .footer__title span {
        font-size: 18px;
        line-height: 20px
    }
}

@media (max-width: 767px) {
    .footer__title span {
        font-size: 14px
    }
}

.footer__item {
    max-width: 585px;
    width: 100%;
    margin-bottom: 405px;
    margin-top: 170px
}

@media (max-width: 1279px) {
    .footer__item {
        margin-bottom: 230px
    }
}

@media (max-width: 767px) {
    .footer__item {
        max-width: 100%;
        margin-bottom: 125px
    }
}

.footer__item-form {
    position: relative
}

.footer__item-form.is-error input {
    border-bottom-color: #e86d5a !important
}

.footer__item-form.is-error input::-webkit-input-placeholder {
    color: #e86d5a !important
}

.footer__item-form.is-error input::-moz-placeholder {
    color: #e86d5a !important
}

.footer__item-form.is-error input:-ms-input-placeholder {
    color: #e86d5a !important
}

.footer__item-form.is-error input::-ms-input-placeholder {
    color: #e86d5a !important
}

.footer__item-form.is-error input::placeholder {
    color: #e86d5a !important
}

.footer__item-form.is-error .alert-error {
    display: block
}

.footer__item-form input.hascontent + label, .footer__item-form input:focus + label {
    top: -5px;
    font-size: 10px;
    color: #fff
}

.footer__item-form label {
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    pointer-events: none;
    -webkit-transition: top ease .3s, font-size ease .3s, color .3s;
    -o-transition: top ease .3s, font-size ease .3s, color .3s;
    transition: top ease .3s, font-size ease .3s, color .3s
}

.footer__item-about-project, .footer__item-mail, .footer__item-name {
    margin-bottom: 45px
}

.footer__item-about-project input, .footer__item-mail input, .footer__item-name input {
    width: 100%;
    font-size: 14px;
    height: 40px;
    background-color: transparent;
    outline: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    -webkit-transition: border-color .3s, color .3s;
    -o-transition: border-color .3s, color .3s;
    transition: border-color .3s, color .3s;
    display: block
}

.footer__item-about-project input::-webkit-input-placeholder, .footer__item-mail input::-webkit-input-placeholder, .footer__item-name input::-webkit-input-placeholder {
    -webkit-transition: color .3s;
    transition: color .3s
}

.footer__item-about-project input::-moz-placeholder, .footer__item-mail input::-moz-placeholder, .footer__item-name input::-moz-placeholder {
    -moz-transition: color .3s;
    transition: color .3s
}

.footer__item-about-project input:-ms-input-placeholder, .footer__item-mail input:-ms-input-placeholder, .footer__item-name input:-ms-input-placeholder {
    -ms-transition: color .3s;
    transition: color .3s
}

.footer__item-about-project input::-ms-input-placeholder, .footer__item-mail input::-ms-input-placeholder, .footer__item-name input::-ms-input-placeholder {
    -ms-transition: color .3s;
    transition: color .3s
}

.footer__item-about-project input::placeholder, .footer__item-mail input::placeholder, .footer__item-name input::placeholder {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.footer__item-about-project input:hover, .footer__item-mail input:hover, .footer__item-name input:hover {
    color: #fff;
    border-bottom-color: #019be0
}

.footer__item-about-project input:hover + label, .footer__item-mail input:hover + label, .footer__item-name input:hover + label {
    color: #fff
}

.footer__item-about-project input:focus, .footer__item-mail input:focus, .footer__item-name input:focus {
    border-bottom-color: #019be0
}

.footer__bottom {
    line-height: 70px;
    background-color: #010119;
    text-align: center;
    font-size: 12px;
}

.footer__bottom li {
    display: inline-block;
    margin: 0 10px;
}

input {
    border-radius: 0
}

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

.alert-error {
    display: none;
    font-size: 10px;
    margin-top: 5px;
    padding-left: 10px
}

.slide-title {
    text-transform: uppercase;
    font-size: 140px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, .35);
    color: transparent;
    font-weight: 700;
    white-space: nowrap
}

@media (max-width: 1279px) {
    .slide-title {
        font-size: 90px
    }
}

@media (max-width: 767px) {
    .slide-title {
        font-size: 50px
    }
}

input:-webkit-autofill, input:-webkit-autofill:focus {
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

input:-webkit-autofill:hover {
    border-bottom: 1px solid #019be0
}