a,
button,
input[type=button],
input[type=submit] {
    cursor: pointer!important
}

hr,
img {
    border: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

canvas {
    width: 100% !important;
    height: auto !important;
}

body {
    margin: 0;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}
body::-webkit-scrollbar {
  width: 4px;
}

body::-webkit-scrollbar-track {
 box-shadow: inset 0 0 6px rgb(0, 0, 0);
  background: linear-gradient(#043fe1, rgb(1, 16, 65)) 1%;
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(117, 117, 117, 0.86);
  border-radius: 10px;
}
footer,
header,
section {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
ul {
    cursor: default!important
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

img {
    vertical-align: middle
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1280px;
    padding-left: 10px;
    padding-right: 10px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
}
@media (max-width: 992px)  {
  .main-menu {
    margin-top: 50px;
  }
  .main-menu__item > a {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
}
 .item__main-page {
  padding-top: 0 !important;
}
.case-item__main-page {
  align-items: flex-end;
  height: 400px !important;
  /*margin: 50px auto !important;*/
}
.case-item__main-page  a {
  position: static !important;
}
.case-item__main-page  img {
  position: static !important;
  max-width: 50%;
}
.case-desc__main-page {
  height: 90%;
  justify-content: space-around;
  padding: 0 0 20px 70px !important;
}

@media (max-width: 991px) {
  .item__main-page {
    padding-top: 70px !important;
  }
  .case-item__main-page {
    height: 300px !important;
  }
  .case-desc__main-page {
    padding: 0 0 20px 40px !important;
    height: 90%;
  }
  .case-item__main-page  img {
    max-width: 55%;
  }
}
@media (max-width: 850px) {
  .item__main-page {
    padding-top: 0 !important;
  }
}
@media (max-width: 750px) {
  .case-desc__main-page {
    padding: 0 0 20px 10px !important;
  }
}
@media (max-width: 650px) {
  .case-item__main-page {
    align-items: center;
    justify-content: center;
    flex-direction: row !important;
    margin-top: 65vw !important;
  }
  .case-item__main-page  img {
    position: absolute !important;
    top: -65vw !important;
    left: 0;
    max-width: 100vw;
  }
  .case-desc__main-page h6 {
    position: static;
    height: 40px !important;
    text-align: center;
    top: 0 !important;
  }
  .case-desc__main-page p {
    display: block;
    text-align: center;
    position: static !important;
    margin-bottom: 60px !important;
  }
  .case-desc__main-page {
    min-width: 100%;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    padding: 0 10px 30px 10px !important;
    z-index: 2;
  }
}
@media (max-width: 450px) {
  .case-item__main-page  img {
    position: absolute !important;
    top: -60vw !important;
  }
  .case-item__main-page {
    height: 300px !important;
  }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.hidden {
    display: none!important;
    visibility: hidden!important
}

@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot?78548656);
    src: url(../fonts/fontello.eot?78548656#iefix) format("embedded-opentype"), url(../fonts/fontello.woff2?78548656) format("woff2"), url(../fonts/fontello.woff?78548656) format("woff"), url(../fonts/fontello.ttf?78548656) format("truetype"), url(../fonts/fontello.svg?78548656#fontello) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.icon-hummer:before { content: '\e800'; }
.icon-info:before { content: '\e801'; }
.icon-location:before { content: '\e802'; }
.icon-money:before { content: '\e803'; }
.icon-plus:before { content: '\e804'; }
.icon-down-open-mini:before { content: '\e805'; }
.icon-cup:before { content: '\e806'; }
.icon-einstein:before { content: '\e807'; }
.icon-clock:before { content: '\e808'; }
.icon-arr-l:before { content: '\e809'; }
.icon-arr-r:before { content: '\e80a'; }
.icon-coma:before { content: '\e80b'; }
.icon-coma-op:before { content: '\e80c'; }
.icon-definition:before { content: '\e80d'; }
.icon-execution:before { content: '\e80e'; }
.icon-initiation:before { content: '\e80f'; }
.icon-maintenance:before { content: '\e810'; }
.icon-transition:before { content: '\e811'; }
.icon-retire:before { content: '\e812'; }
.icon-left-open-mini:before { content: '\e813'; }
.icon-right-open-mini:before { content: '\e814'; }
.icon-up-open-mini:before { content: '\e815'; }
.icon-mail:before { content: '\e816'; }
.icon-phone:before { content: '\e817'; }
.icon-cutlery:before { content: '\e818'; }
.icon-db:before { content: '\e819'; }
.icon-group:before { content: '\e81a'; }
.icon-helth:before { content: '\e81b'; }
.icon-hospital:before { content: '\e81c'; }
.icon-house:before { content: '\e81d'; }
.icon-human:before { content: '\e81e'; }
.icon-play:before { content: '\e81f'; }
.icon-read:before { content: '\e820'; }
.icon-insta:before { content: '\e821'; }
.icon-facebook:before { content: '\e822'; }
.icon-linked:before { content: '\e823'; }
.icon-arrr-l:before { content: '\e824'; } /* '' */
.icon-arrr-r:before { content: '\e825'; } /* '' */
.icon-arr-b:before { content: '\e826'; } /* '' */

.icon-phone-empty {
    display: inline-block;
    width: 37px;
}

@font-face {
    font-family: nradikal;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/nradikal.eot?#iefix) format("embedded-opentype"), url(../fonts/nradikal.woff) format("woff"), url(../fonts/nradikal.ttf) format("truetype")
}

@font-face {
    font-family: nradikal;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/nradikal_medium.eot?#iefix) format("embedded-opentype"), url(../fonts/nradikal_medium.woff) format("woff"), url(../fonts/nradikal_medium.ttf) format("truetype")
}

@font-face {
    font-family: nradikal;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/nradikal_light.eot?#iefix) format("embedded-opentype"), url(../fonts/nradikal_light.woff) format("woff"), url(../fonts/nradikal_light.ttf) format("truetype")
}

@font-face {
    font-family: raleway;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/raleway.eot?#iefix) format("embedded-opentype"), url(../fonts/raleway.woff) format("woff"), url(../fonts/raleway.ttf) format("truetype")
}

@font-face {
    font-family: raleway;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/raleway_light.eot?#iefix) format("embedded-opentype"), url(../fonts/raleway_light.woff) format("woff"), url(../fonts/raleway_light.ttf) format("truetype")
}

@font-face {
    font-family: raleway;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/raleway_semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/raleway_semibold.woff) format("woff"), url(../fonts/raleway_semibold.ttf) format("truetype")
}

@font-face {
    font-family: raleway;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/raleway_bold.eot?#iefix) format("embedded-opentype"), url(../fonts/raleway_bold.woff) format("woff"), url(../fonts/raleway_bold.ttf) format("truetype")
}

html {
    font-size: 16px
}

body {
    font-family: raleway, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    min-width: 320px;
    position: relative;
    line-height: 1.42857;
    -webkit-font-smoothing: antialised
}
body.show-pp{
    overflow: hidden;
}
* {
    outline: none!important
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #cccc;
}

body input:required:valid,
body textarea:required:valid {
  color: #cccc;
}

.hidden {
    display: none
}

#go-top {
    display: block;
    position: fixed;
    bottom: 0%;
    right: 5%;
    opacity: 0;
    visibility: hidden;
    z-index: 888;
}
#go-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 10%;
}

#go-top i {
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border-radius: 50%;
    font-size: 42px;
    display: block;
    background: rgba(221,239,255,.38);
    margin: 0;
    color: #fff;
}
#go-top span {
    display: block;
    font-size: 12px;
    color: #fff;
}
.home-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px 0;
    z-index: 1050;
    transition: all 0.3s ease;
}
.home-header.active {
    padding: 5px 0;
    background-color: #090232;
}

.home-header .btn-main {
    transition: all 0.3s ease;
}
.home-header.active .btn-main {
    height: 40px;
    line-height: 40px;
    margin-top: 2px;
}
.home-header.active #logo {
    height: 40px;
}
.home-header.active {
    padding: 5px 0;
}

.home-header.active nav li {
    line-height: 40px;
}
#logo {
    display: inline-block;
    width: 135px;
    height: 46px;
    margin: 3px 0;
    vertical-align: top;
}
.home-header #logo{
    transition: all 0.3s ease;
    background: url(../img/logo.svg) 50% no-repeat;
    background-size: contain;
}
.static-header {
    padding: 5px 0;
    background-color: #090232;
    /* border-bottom: 1px solid #eee */
}

.header-left {
    display: inline-flex;
    align-items: center;
}

.header-left span {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
}

.static-header #logo{

    background: url(../img/logo.svg) 50% no-repeat;
    background-size: contain;
}
.static-header nav a {
    color: #fff;
}

nav {
    float: right;
    -webkit-transition: all .3s ease 1s, right .3s ease .5s, width .3s ease .5s, height .3s ease;
    transition: all .3s ease 1s, right .3s ease .5s, width .3s ease .5s, height .3s ease
}

nav ul {
    padding: 0;
    margin: 0
}

nav li {
    font: 14px/56px raleway;
    text-transform: uppercase;
    margin: 0 23px;
}
nav li .btn-main{
    margin-top: 5px
}
nav li .btn-main:after{
    display: none;
}
nav a,
nav li {
    display: inline-block
}

nav a {
    color: #fff;
    line-height: 30px;
    position: relative;
    font-size: 16px;
}

nav a.active:after,
nav a:hover:after {
    width: 100%
}

nav a:after {
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #439fe0;
    content: "";
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.show #toggle {
    border-color: transparent;
    background-color: transparent;
    -webkit-transition: right .3s ease 1s, top .3s ease 1s;
    transition: right .3s ease 1s, top .3s ease 1s
}

.show #toggle i {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    background-color: transparent
}

.show #toggle i:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.show #toggle i:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#toggle {
    background-color: transparent;
    display: none;
    width: 45px;
    height: 45px;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: 0;
}


#toggle,
.sb-toggle {
    cursor: pointer
}

#toggle i,
.sb-toggle i {
    display: inline-block;
    width: 30px;
    height: 3px;
    vertical-align: middle;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#toggle i:after,
#toggle i:before,
.sb-toggle i:after,
.sb-toggle i:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #fff;
    content: "";
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#toggle i:after,
.sb-toggle i:after {
    top: -8px
}

#toggle i:before,
.sb-toggle i:before {
    top: 8px
}

#toggle:active i,
.sb-toggle:active i {
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.sb-toggle {
    background-color: #439fe0;
    line-height: 50px;
    height: 50px;
    display: none;
    padding: 0 10px;
    font: 20px/50px nradikal;
    color: #fff;
    border-radius: 10px;
}

.sb-toggle i {
    margin-right: 10px
}

.sb-toggle.on i {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    background-color: transparent
}

.sb-toggle.on i:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sb-toggle.on i:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}



h2 {
    font-weight: 600;
    z-index: 4;
    font-size: 56px;
    font: 56px/60px nradikal;
    color: #fff;
    text-align: center
}

.dark-background {
    background-color: #030332;
    overflow: hidden;
    width: 100%;
}
#intro {
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: center;
    padding: 70px 0 28px;
    position: relative;
    z-index: 1;
}

#intro #ufo-plate {
    position: relative;
    top: 0;
    animation-name: ufo-plate-arrive, ufo-plate;
    animation-delay: 0s, 4.5s;
    animation-duration: 5s, 4s;
    animation-iteration-count: 1, infinite;
}

@keyframes ufo-plate-arrive {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes ufo-plate {
    50% {
        transform: translateY(-30px);
    }
}

i.icon-star-sm,
i.icon-star-b {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.go-down-btn {
    position: absolute;
    left: 50%;
    bottom: 2%;
    color: rgb(255, 2525, 255);
    opacity: 0.6;
    transform: translateX(-50%);
    font-size: 41px;
    cursor: pointer;
    z-index: 989;
    transition: all 0.3s ease;
}
.go-down-btn:hover {
    color: #fff;
}
@keyframes jump {
    0%{
        top: 0;
    }
    52% {
        top: -7px;
        opacity: 0.1;
    }
    100%{
        top: 0;
        opacity: 0.6;
    }
}
.go-down-btn i:before {
    margin: 0;
}

.go-down-btn i {
    position: relative;
    top: 0;
    animation: jump 1.5s ease-out infinite;
}
.go-down-btn:after {
    position: absolute;
    left: 50%;
    bottom: 0%;
    width: 98px;
    margin-left: -49px;
    height: 15px;
    pointer-events: none;
    content: '';
    background: url(../img/go-btn-shadow.svg) center center no-repeat;
    background-size: contain;
}

i.icon-star-sm {
    height: 41px;
    width: 41px;
    background-image: url(../img/sm-star.svg);
}
i.icon-star-b {
    /* height: 98px;
    width: 98px; */
    background-image: url(../img/b-star.svg);
}
#stars {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@keyframes starsA {
    50% {
        transform: rotate(360deg) scale(0.2)

    }

    100% {
        transform: rotate(720deg) scale(1)

    }
}

@keyframes scaled {
    50% {
        transform: scale(1.1)

    }

    100% {
        transform: scale(1)

    }
}

#stars .stars-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.1s linear;
}

#stars #starsC .icon-star-sm ,
#stars #starsA .icon-star-sm {

    animation: scaled 1.5s ease-in infinite;
}
#stars #starsB .icon-star-b ,
#stars #starsA .icon-star-b{
    animation: scaled 2.5s ease-in infinite;
}

#stars .str{
    position: absolute;
}



.st-b-1 {
    left: 14.867724868%;
    top: 36.977186312%;
    width: 140px;
    height: 140px;
}

.st-b-2 {
    left: 69.62962963%;
    top: 9.600760456%;
    width: 112px;
    height: 112px;
}

.st-b-3 {
    left: 65.661375661%;
    top: 84.600760456%;
    width: 72px;
    height: 72px;
}

.st-b-4 {
    left: 78.35978836%;
    top: 37.642585551%;
    width: 72px;
    height: 72px;
}

.st-b-5 {
    left: 25.82010582%;
    top: 65.114068441%;
    width: 71px;
    height: 71px;
}

.st-b-6 {
    left: 19.62963%;
    top: 6.60076%;
    width: 112px;
    height: 112px;
}

.st-b-7{
    left: 78.35978836%;
    top: 23.642586%;
    width: 72px;
    height: 72px;
}

.st-m-1 {
    left: 19.259259259%;
    top: 15.589353612%;
    width: 140px;
    height: 140px;
}
.st-m-2 {
    left: 69.470899471%;
    top: 41.730038023%;
    width: 112px;
    height: 112px;
}

.st-m-3 {
    left: 75.185185185%;
    top: 70.627376426%;
    width: 72px;
    height: 72px;
}

.st-m-4 {
    left: 19%;
    top: 57.984790875%;
    width: 72px;
    height: 72px;
}

.st-m-5 {
    left: 31.259259259%;
    top: 92.589354%;
    width: 72px;
    height: 72px;
}


#intro:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vw;
    z-index: 2;
    opacity: 0.6;
    content: '';
    transform: translate(-50%, -40%);
    background: rgba(84,102,192,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(84,102,192,1) 0%, rgba(4,4,67,.1) 43%, rgba(3,3,53,.1) 56%, rgba(3,3,53,.1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(84,102,192,1)), color-stop(43%, rgba(4,4,67,.1)), color-stop(56%, rgba(3,3,53,.1)), color-stop(100%, rgba(3,3,53,.1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(84,102,192,1) 0%, rgba(4,4,67,.1) 43%, rgba(3,3,53,.1) 56%, rgba(3,3,53,.1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(84,102,192,1) 0%, rgba(4,4,67,.1) 43%, rgba(3,3,53,.1) 56%, rgba(3,3,53,.1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(84,102,192,1) 0%, rgba(4,4,67,.1) 43%, rgba(3,3,53,.1) 56%, rgba(3,3,53,.1) 100%);
}
#intro .container {
    margin: auto;
    position: relative;
    z-index: 3;
    width: 100% !important;
    max-width: 100% !important;

}
#intro p {
    font: 300 4.5vh/4.5vh raleway;
    color: #bcbcbc;
    margin: 3.5vh 0 8.5vh;
    text-align: center;
    font-size: 4.5vh;
}

#intro img {
    display: block;
    max-width: 100%;
    max-height: 45vh;
    margin: 18px auto 11px;
}

#intro h2 {
    font-size: 5.5vh;
    line-height: 5.5vh;
    font-weight: bold;
    letter-spacing: 1px
}
#what-developed {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 60px 0 0;
    background: -moz-linear-gradient(top, rgba(3,3,53,0) 0%, rgba(28,73,158,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,3,53,0)), color-stop(100%, rgba(28,73,158,1)));
    background: -webkit-linear-gradient(top, rgba(3,3,53,0) 0%, rgba(28,73,158,1) 100%);
    background: -o-linear-gradient(top, rgba(3,3,53,0) 0%, rgba(28,73,158,1) 100%);
    background: -ms-linear-gradient(top, rgba(3,3,53,0) 0%, rgba(28,73,158,1) 100%);
    background: linear-gradient(to bottom, rgba(3,3,53,0) 0%, rgba(28,73,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030335', endColorstr='#1c499e', GradientType=0 );
}
.what-developed__svg{
    width: 50vw;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    #what-developed {
        padding: 50px 0 0;
    }
    .what-developed__svg{
        display: none;
    }
}
#what-developed h2{
    margin: 30px 0 80px;
    font-weight: 600;
    z-index: 4;
    font-size: 56px;
}

.what-developed__wrapper {
    display: none;
}

.what-developed .what-developed__title {
    margin: 20px 0 120px;

}

.what-developed .what-developed__wrapper{
    flex-direction: column;
    align-items: center;
}

.what-developed .what-developed__wrapper .what-developed__item{
    width: 100%;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
    flex-direction: row-reverse;
}

.what-developed .what-developed__wrapper .what-developed__item:last-of-type{
    margin-bottom: 0;
}

.what-developed .what-developed__wrapper .what-developed__item:nth-of-type(2n){
    flex-direction: row;
}

.what-developed .what-developed__wrapper .what-developed__item .what-developed__item-img-wrapper{
    width: 100px;
    height: 115px;
    margin: 0 10px;
}

.what-developed .what-developed__wrapper .what-developed__item .what-developed__inner-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.what-developed .what-developed__wrapper .what-developed__item .what-developed__inner-wrapper .what-developed__title{
    margin: 0 0 5px;
    color: #FDDA01;
    font-size: 24px;
    text-transform: uppercase;
}

.what-developed .what-developed__wrapper .what-developed__item:first-child .what-developed__inner-wrapper .what-developed__title {
    margin: 0 0 5px;
    color: #FDDA01;
    font-size: 21px;
    text-transform: uppercase;
}

.what-developed .what-developed__wrapper .what-developed__item .what-developed__inner-wrapper .what-developed__title .what-developed__number{
    margin-right: 8px;
    font-size: 48px;
}

.what-developed .what-developed__wrapper .what-developed__item .what-developed__inner-wrapper .what-developed__line{
    height: 2px;
    width: 100%;
    background-color: #00D0FF;
}

.what-developed .what-developed__wrapper .what-developed__item .what-developed__inner-wrapper .what-developed__text{
    color: #fff;
    font-size: 12px;
}

#about {
    background: #69AAE5;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden
}

#where-we-helped {
    padding: 100px 0 0;
    background: rgba(28,73,158,1);
    background: -moz-linear-gradient(top, rgba(28,73,158,1) 0%, rgba(105,169,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28,73,158,1)), color-stop(100%, rgba(105,169,229,1)));
    background: -webkit-linear-gradient(top, rgba(28,73,158,1) 0%, rgba(105,169,229,1) 100%);
    background: -o-linear-gradient(top, rgba(28,73,158,1) 0%, rgba(105,169,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(28,73,158,1) 0%, rgba(105,169,229,1) 100%);
    background: linear-gradient(to bottom, rgba(28,73,158,1) 0%, rgba(105,169,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c499e', endColorstr='#69a9e5', GradientType=0 );
}

#where-we-helped h2{
    margin-top: 30px;
    margin-bottom: 96px;
}
#where-we-helped span {
    width: 100%;
    height: 120px;
    border: 3px solid #F1F8FF;
    box-sizing: border-box;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    font-size: 36px;
    display: flex;
    align-items: center;
    margin: 0 0 48px;
}

#where-we-helped span i{
    display: block;
    margin: 0 15px;
    font-size: 43px;
}

#about .container {
    z-index: 2;
    position: relative
}

.cases-wrp {
    color: #fff;

}
.cases-wrp .cases-ttl {
    margin: 40px 0 10px 20px;
}
.cases-wrp .cases-ttl p{
    max-width: 600px;

    font: 400 16px/26px raleway;
}

.cases-wrp .case-itm {
    display: flex
}

.page-content.post {
    background-color: #090232;
    color: #fff;
    position: relative;
    padding-top: 0px;
    overflow-x: hidden;
}

.page-content.post #stars.fixed {
    position: fixed;
}

.page-content.post .stars-wrap {
    position: absolute;
    width: 100%;
}

.header-blog.active{
    background-color: #090232;
    box-shadow:  0 25px 20px 5px rgba(9, 2, 50, 1) ;
}

.page-content.post #stars .st-b-1 {
    left: 10.867725%;
    top: 36.977186312%;
    width: 140px;
    height: 140px;
}

.page-content.post #stars .st-m-4 {
    left: 15%;
    top: 57.984790875%;
}

.page-content.post #stars .st-b-2 {
    left: 73.62962963%;
    top: 9.600760456%;
}

.page-content.post #stars .st-m-1 {
    left: 15.259259259%;
    top: 15.589353612%;
}

.page-content.post #stars .st-m-2 {
    left: 73.470899471%;
    top: 41.730038023%;
}

.page-content.post #stars .st-b-4 {
    left: 82.35978836%;
    top: 37.642585551%;
}

.page-content.post #stars .st-b-3 {
    left: 69.661375661%;
    top: 84.600760456%;
}

.page-content.post #stars .st-b-5 {
    left: 21.82010582%;
    top: 65.114068441%;
}

.page-content.post #stars .st-m-3 {
    left: 79.185185185%;
    top: 70.627376426%;
}

.breadcrumbs {
    background-color: #090232;
    box-shadow: 0 10px 20px 5px rgba(9, 2, 50, 1);
    color: #fff;
    position: relative;
    z-index: 1;
}

.breadcrumbs-content {
    width: 80%;
    margin: 90px 0 0;
}

.breadcrumbs-content.fullwidth {
    width: 100%;
}

.breadcrumbs-content ol{
    display: flex;
    list-style-type: none;
    padding-left: 0;
}

.breadcrumbs-content ol{
    display: flex;
    list-style-type: none;
    padding-left: 0;
}

.breadcrumbs-content li {
    margin: 0 7px;
    cursor: pointer !important;
}

.breadcrumbs-content li:first-child {
    margin-left: 0;
}

.breadcrumbs-content a {
    cursor: pointer;
    color: #3b9de8;
    border-bottom: 1px solid rgba(0,115,159,.3);
    font-weight: 600;
}

.breadcrumbs-content a span {
    cursor: pointer !important;
}

.breadcrumbs-content span {
    cursor: pointer !important;
    font-weight: 600;
}

.blog {
    width: 80%;
    margin: 70px auto 0;
}

.blog .row {
    display: flex;
    flex-direction: column;
}

.blog .pagination {
    margin-top: 40px;
    display: flex;
    list-style-type: none;
    justify-content: center;
    align-items: center;
}

.blog .pagination li{
    padding: 0 8px;
}

.blog .pagination a,
.blog .pagination span{
    display: block;
    padding: 7px 12px;
}



.blog .pagination li.prev{
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.blog .pagination li.next{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.blog .pagination a{
    color: #fff;
}

.blog .pagination li.active{
    background: rgb(59,157,232);
    background: radial-gradient(circle, rgba(59,157,232,0.5970763305322129) 13%, rgba(9,2,50,0.4766281512605042) 64%, rgba(26,26,120,0) 98%);
}

.blog__list {
    display: flex;
    flex-wrap: wrap;
}

.blog__item {
    color: #fff;
    margin-bottom: 20px;
}

.blog__item-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.blog__item .blog__item_category {
    padding: 2px 10px;
    position: absolute;
    left: 0;
    bottom: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
}

.blog__item_category.seo {
    background-color: #F39B35;
}

.blog__item_category.cases {
    background-color: #e25945;
}

.blog__item-image .fade-block {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all .4s;
    z-index: 1;
}

.blog__item:hover img {
    transform: scale(1.1);
}

.blog__item:hover .fade-block {
    opacity: 1;
}

.blog__item-image img {
    width: 100%;
    transition: all .4s;
}

.blog-post {
    position: relative;
    max-width: 690px;
    width: 90%;
    margin: auto;
    z-index: 1;
}

.blog-post a {
    color: #3b9de8;
}

.blog-post pre {
    white-space: pre-wrap;
}

.blog-post h1 {
    text-align: center;
}

.blog-post p {
    margin-bottom: 25px;
    line-height: 35px;
}

.post-viewed-progress {
    height: 5px;
    width: 0;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1060;
}

.post-viewed-progress.hide {
    display: none;
}

#badge {
    background: #69AAE5;
    padding-top: 100px;
    position: relative;
    overflow: hidden
}

#badge .row {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.badge-wrap {
    display: flex;
    align-items: center;
}

.clutch-badge {
    margin-bottom: 100px;
 }

 .badge_img {
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .badge_img img {
     max-width: 313px;
}

#badge p {
    color: #fff;
    font: 500 20px/1.6 raleway;
}

#badge h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

#about img {
    max-width: 100%;
    margin-top: 140px;
}
#about h2 {
    margin: 80px 0;
}

#about p {
    color: #fff;
    font: 500 20px/1.6 raleway;
}

#about h3 {
    margin: 0;
    font-weight: 600;
    z-index: 4;
    font-size: 56px;
    color: #fff;
}

#about a {
    display: table;
    white-space: nowrap;
    padding: 19px 35px;
    font: 18px/38px nradikal;
    color: #3b9de8;
    background-color: #DDEFFF;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
}
#about a:hover {
    background-color: #fff;
}
#about a i:before,
#about a i {
    font-size: 18px;
    margin: 0;
}
#about a i {
    position: relative;
    margin-right: -10px;
}

.text-content-wrp {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}

.lnkdin {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 5px;
    background: url(../img/linkedin.svg) 50% no-repeat;
    background-size: contain;
    border-radius: 2px;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.carousel-wrp {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    position: relative
}

.carousel-wrp .next,
.carousel-wrp .prev {
    position: absolute;
    font-size: 42px;
    color: #fff;
    opacity: .2;
    top: 40%;
    background: transparent;
    border: none;
    width: 42px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    margin-top: -21px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.carousel-wrp .next i,
.carousel-wrp .prev i {
    position: relative;
    /* left: -100% */
}

.carousel-wrp .next i:before,
.carousel-wrp .prev i:before {
    margin: 0;
}

.carousel-wrp .next:hover,
.carousel-wrp .prev:hover {
    opacity: .7
}

.carousel-wrp .next:active,
.carousel-wrp .prev:active {
    opacity: .2
}

.carousel-wrp .prev {
    left: 0
}

.carousel-wrp .next {
    right: 0
}

.carousel-wrp .slick-dots {
    padding: 50px 0 15px;
    margin-bottom: -45px;
    text-align: center
}

#testimonials .carousel-wrp .slick-dots {
    padding: 20px 0 15px;
}

.carousel-wrp .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background-color: #fddb10;
    border: none;
    border-radius: 50%;
}

.carousel-wrp .slick-dots li:last-child {
    margin-right: 0
}

.carousel-wrp .slick-dots li.slick-active {
    background-image: url(../img/slider-dot-planet.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    font-size: 0;
    width: 20px;
    height: 20px;
    background-size: cover;
    color: transparent;
    top: -6px;
}

.carousel-wrp .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}


#testimonials {
    background-color: rgba(9,2,50,1);
    padding: 100px 0 130px;
}

#testimonials h2 {
    margin: 0 0 96px
}

#testimonials .item {
    text-align: center
}

#testimonials .user-pic {
    border-radius: 50%;
    width: 148px;
    height: 148px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px auto 10px
}

#testimonials h5 {
    font: 300 36px/1.6 raleway;
    margin: 36px 0 0px;
    font-weight: 600;
    color: #fff
}

#testimonials h6 {
    font: 300 27px/1.6 raleway;
    margin: 5px 0;
    font-weight: 500;
    color: #3b9de8
}

#testimonials .lnkdin{
    width: 30px;
    top: -5px;
    position: relative;
    height: 30px;
    margin-left: 11px;
}

#testimonials h6 a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #3b9de8
}

#testimonials h6 a:hover {
    color: #fff
}

#testimonials p {
    width: 100%;
    max-width: 895px;
    margin: 30px auto;
    text-align: center;
    color: #fff;
    font: 300 27px/1.6 raleway;
    position: relative
}


#clients {
    background-color: #69AAE5;
    padding-top: 100px;
    padding-bottom: 100px
}

#clients .carousel-wrpp {
    max-width: 1400;
    margin: 0 auto
}

#clients .carousel-wrp {
    max-width: 100%
}

#clients .carousel-wrp .owl-pagination {
    margin-top: 120px
}


#clients .carousel-wrp .next,
#clients .carousel-wrp .prev {
    display: none;
}

#clients .carousel-wrp .next:active,
#clients .carousel-wrp .prev:active {
    color: #3994d4
}

#clients h2 {
    margin: 0 0 96px
}

#clients .client-itm {
    width: 265px;
    height: 225px;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 0 25px 19px;
    margin: 0 auto
}

#clients .client-itm h5 {
    margin: 0;
    color: #333333;
    font: 300 28px/28px nradikal
}

#clients p {
    font: 300 16px/26px raleway;
    color: #333333;
    margin: 19px 0 20px
}

#clients .img-wrp {
    line-height: 161px;
    height: 110px;
}

#clients .img-wrp img {
    max-height: 110px;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.process-desktop-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 560px;
    position: relative;
}

.process-anim-stars {
    position: absolute;
    height: 100%;
    width: 960px;
}

.process-center-wrap {
    position: relative;
    width: 230px;
}

.process-anim-earth {
    width: 100%;
    position: relative;
    z-index: 2;
}

.process-anim {
    position: absolute;
    width: 400px;
    height: 120px;
}

.process-anim1 {
    top: -120px;
    left: -298px;
}

.process-anim2 {
    top: -120px;
    left: 117px;
}

.process-anim3 {
    top: 37px;
    left: 193px;
}

.process-anim4 {
    top: 185px;
    left: 93px;
}

.process-anim5 {
    top: 185px;
    left: -298px;
}

.process-anim6 {
    top: 37px;
    left: -392px;
}

#process {
    background-color: #090232;
    padding: 30px 0 120px;
    overflow: hidden
}

#process .process-title {
    margin: 20px 0 120px;
}

#process .process-wrapper{
    display: none;
    flex-direction: column;
    align-items: center;
}

#process .process-wrapper .process-item{
    width: 100%;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
}

#process .process-wrapper .process-item:last-of-type{
    margin-bottom: 0;
}

#process .process-wrapper .process-item:nth-of-type(2n){
    flex-direction: row-reverse;
}

#process .process-wrapper .process-item .process-item-img-wrapper{
    height: 115px;
    margin: 0 10px;
}

#process .process-wrapper .process-item .process-item-img-wrapper img {
    width: 100px;
}

#process .process-wrapper .process-item .process-inner-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
}

#process .process-wrapper .process-item .process-inner-wrapper .process-title{
    margin: 0 0 5px;
    display: flex;
    align-items: flex-end;
    color: #FDDA01;
    font-size: 24px;
}

#process .process-wrapper .process-item .process-inner-wrapper .process-title .process-number{
    margin-right: 8px;
    line-height: 50px;
    font-size: 48px;
    color: #fff;
    font-family: Roboto, sans-serif;
}

#process .process-wrapper .process-item .process-inner-wrapper .process-line{
    height: 2px;
    width: 100%;
    background-color: #00D0FF;
}

#process .process-wrapper .process-item .process-inner-wrapper .process-text{
    color: #fff;
    font-size: 12px;
}

#scheme {
    height: 560px;
    position: relative;
    margin-bottom: 9px
}

#scheme ul {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

#scheme li {
    display: table;
    color: #fff;
    position: absolute;
    top: 50%
}

#scheme li:first-child,
#scheme li:nth-child(5),
#scheme li:nth-child(6) {
    text-align: right;
    right: 50%
}

#scheme li:first-child b,
#scheme li:nth-child(5) b,
#scheme li:nth-child(6) b {
    float: right;
    width: 84px
}

#scheme li:first-child i,
#scheme li:nth-child(5) i,
#scheme li:nth-child(6) i {
    right: 0
}

#scheme li:nth-child(2),
#scheme li:nth-child(3),
#scheme li:nth-child(4) {
    left: 50%
}

#scheme li:nth-child(2) b,
#scheme li:nth-child(3) b,
#scheme li:nth-child(4) b {
    float: left;
    width: 66px
}

#scheme li:nth-child(2) i,
#scheme li:nth-child(3) i,
#scheme li:nth-child(4) i {
    left: 0
}

#scheme li:first-child {
    margin: -281px 57px 0 0;
    padding-right: 143px;
    padding-top: 8px
}

#scheme li:first-child b {
    float: right;
    width: 69px
}

#scheme li:first-child i {
    font-size: 41px
}

#scheme li:first-child i:before {
    left: 2px
}

#scheme li:nth-child(2) {
    margin: -281px 0 0 66px;
    padding-left: 120px;
    padding-top: 1px
}

#scheme li:nth-child(2) h6 {
    padding-top: 9px
}

#scheme li:nth-child(2) b {
    width: 77px
}

#scheme li:nth-child(2) i {
    font-size: 74px
}

#scheme li:nth-child(2) i:before {
    top: -5px;
    left: 1px
}

#scheme li:nth-child(3) {
    margin: -65px 0 0 191px;
    padding-left: 132px;
    padding-top: 11px
}

#scheme li:nth-child(3) i {
    font-size: 62px
}

#scheme li:nth-child(3) i:before {
    top: -2px;
    left: 2px
}

#scheme li:nth-child(4) {
    margin: 147px 0 0 69px;
    padding-left: 131px;
    padding-top: 21px
}

#scheme li:nth-child(4) i {
    font-size: 50px
}

#scheme li:nth-child(4) i:before {
    top: -2px;
    left: 1px
}

#scheme li:nth-child(5) {
    margin: 147px 67px 0 0;
    padding-right: 134px;
    padding-top: 20px
}

#scheme li:nth-child(5) b {
    width: 65px
}

#scheme li:nth-child(5) i {
    font-size: 57px
}

#scheme li:nth-child(5) i:before {
    left: 4px
}

#scheme li:nth-child(6) {
    margin: -65px 182px 0 0;
    padding-right: 141px;
    padding-top: 11px
}

#scheme li:nth-child(6) b {
    width: 66px
}

#scheme li:nth-child(6) i {
    font-size: 55px
}

#scheme li:nth-child(6) i:before {
    left: -2px;
    top: -5px
}

#scheme b {
    color: #55585c;
    font: 300 64px/64px nradikal;
    display: table;
    height: 140px;
    text-align: center
}

#scheme p {
    font: 300 14px/22px raleway;
    min-width: 225px;
    margin: 9px 0;
    min-width: 320px
}

#scheme i {
    display: block;
    width: 130px;
    height: 130px;
    line-height: 130px;
    background-color: #fff;
    color: #1D80F7;
    position: absolute;
    top: 0;
    box-shadow: 2.5px 4.33px 14px 0 rgba(1, 1, 1, .15);
    text-align: center;
    border-radius: 50%
}

#scheme i:before {
    margin: 0!important;
    width: auto!important;
    position: relative
}

#scheme h6 {
    margin: 0;
    font: 300 22px/22px nradikal
}

#arr-srcl {
    width: 156px;
    height: 149px;
    margin: -78px 0 0 -76px
}

#arr-srcl,
#color-srcl {
    position: absolute;
    top: 50%;
    left: 50%
}

#color-srcl {
    height: 500px;
    margin: -250px 0 0 -247px
}

#case {
    padding: 40px 0;
    background: rgba(105,169,229,1);
    background: -moz-linear-gradient(top, rgba(105,169,229,1) 0%, rgba(3,81,159,1) 43%, rgba(26,31,90,1) 75%, rgba(9,2,50,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(105,169,229,1)), color-stop(43%, rgba(3,81,159,1)), color-stop(75%, rgba(26,31,90,1)), color-stop(100%, rgba(9,2,50,1)));
    background: -webkit-linear-gradient(top, rgba(105,169,229,1) 0%, rgba(3,81,159,1) 43%, rgba(26,31,90,1) 75%, rgba(9,2,50,1) 100%);
    background: -o-linear-gradient(top, rgba(105,169,229,1) 0%, rgba(3,81,159,1) 43%, rgba(26,31,90,1) 75%, rgba(9,2,50,1) 100%);
    background: -ms-linear-gradient(top, rgba(105,169,229,1) 0%, rgba(3,81,159,1) 43%, rgba(26,31,90,1) 75%, rgba(9,2,50,1) 100%);
    background: linear-gradient(to bottom, rgba(105,169,229,1) 0%, rgba(3,81,159,1) 43%, rgba(26,31,90,1) 75%, rgba(9,2,50,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69a9e5', endColorstr='#181d20', GradientType=0 );

}

.cases-wrp #case{
    background: unset;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.cases-wrp #case .case-item{
    width: 48%;
    min-width: 530px;
    height: 280px;
    position: relative;
    flex-shrink: 0!important;
}


.cases-wrp #case .case-item .case-desc{
    padding: 30px 25px 80px 20px;
}

.cases-wrp #case .case-item a{
    bottom: 30px;
}

.cases-wrp #case .case-item h6{
    margin: 0;
    font-size: 32px;
}

#case .case-item .just-block{
  position: absolute;
  top: 0;
  background: #262933;
  width: 100%;
  height: 200px;
  display: none;
  border-radius: 20px 20px 0 0;
}

#case h2 {
    margin: 0 0 20px
}

#case .item {
    padding-top: 80px;
}


.cases-list {
    padding-top: 40px;
}

#case .case-item {
    margin: 100px auto 0;
}

.cases-wrp #case .case-item {
    margin: 50px 10px;
}

.cases-wrp .case-itm,
#case .case-item {
    background-color: #262933;
    border-radius: 20px;
    height: 448px;
    display: flex;
    max-width: 960px;
    flex-direction: row
}
.cases-wrp .case-itm .tag {
    position: absolute;
    background-color: red;
    top: 0;
    right: 0;
}
.cases-wrp .case-itm {
    /* margin-bottom: 4vw; */
    margin-top: 100px;

    height: 255px;
    position: relative;
    color: #fff;
    transition: all 0.3s ease;
}
.cases-wrp .case-itm p,
#case .case-item p{
    font-size: 18px;
    line-height: 1.6;
    max-width: 332px;
    margin: 0;
}
.cases-wrp .case-itm a.btn-more,
#case .case-item a{
    display: table;
    width: 208px;
    height: 47px;
    background-color: #3b9de8;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    margin-top: 35px;
    text-align: center;
    line-height: 47px;
    font-weight: 600;
    position: absolute;
    bottom: 110px;
}

.cases-wrp .case-itm a.btn-more{
    width: 150px;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    text-align: center;
    justify-content: center;
    display: flex;
    align-self: flex-end
}

.cases-wrp .case-itm  .case-img-wrp,
#case .case-item .case-img-wrp{
    display: flex;
    position: relative;
    max-height: 100%;
    height: 100%;
    max-width: 52.912223134%;
    flex: 0 0 52.912223134%;
}
.cases-wrp .case-itm img,
#case .case-item img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: contain;
}

.cases-wrp .case-itm img {
    max-height: 310px;
}

#case .case-item img {
    max-height: 500px;
}

.cases-wrp .case-itm .case-desc{
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.cases-wrp .case-itm .case-desc div{
    width: 100%;
}

#case .case-desc{
    padding: 65px 25px 80px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex: 0 0 47.087776866%;
}

.cases-wrp .case-itm h6,
#case .case-desc h6{
    line-height: 40px;
    color: #3b9de8;
    height: 3em;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 15px;
    max-width: 100%;
}

.cases-wrp .case-itm h6{
    color: #3b9de8;
    font-size: 26px;

}

#case .owl-item {
    padding: 0 15px;
}
#case .slick-dots {
    margin-top: 0;
}
#case .prev {
    right: 100%;
    left: auto;
    top: 50%;
    transform: translateY(-50%)
}
#case .next {
    left: 100%;
    top: 50%;
    right: auto;
    transform: translateY(-50%)
}

footer {
    background-color: #090232;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 40px 0 155px;
    z-index: 1;
}

footer:before {
    position: absolute;
    background-image: url(../img/footer-bg.svg);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    z-index: 2;
}
footer .container {
    z-index: 10;
    position: relative
}
footer ul {
    padding: 40px 0;
    margin: 0;
    text-align: center
}

footer ul li {
    display: inline-block;
    margin-right: 35px;
    text-transform: capitalize;
}

footer p {
    color: #DDEFFF;
    font: 300 18px/18px raleway;
    line-height: 24px;
}

footer a {
    display: table;
    margin: 10px 0;
    color: #DDEFFF;
    font: 300 27px/27px raleway;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

footer a:hover {
    color: #fff
}

footer a:hover i {
    color: #3b9de8
}

footer i {
    margin-right: 12px;
    color: rgba(221,239,255,.7);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

footer .col-md-4 {
    padding-left: 75px
}

footer .footer-feedback{
    display: flex;
    justify-content: center;
    align-items: center;
}

.contacts-links,
.social-links {
    width: 380px;
    display: inline-block;
}
.social-links {
    text-align: right;
}
.social-links i{
    margin: 0;
}
.social-links i:before{
    margin: 0;
}
.social-links a {
    display: inline-block;
    font-size: 46px;
    margin-right: 56px;
}

.social-links a:last-child {
    margin-right: 0;
}

@keyframes starfall {
    10% {
        transform: scale(0.5);
        opacity: 0;
    }
    20% {
        transform: scale(0.5);
        opacity: 0.9;
    }
    50% {
        opacity: 0.9;
        transform: scale(1);
        left: 60%;
        top: 100%
    }
    100% {
        left: 100%;
        transform: scale(0.5);
        top: 100%

    }
}

@keyframes starfallMid {
    30% {
        transform: scale(1.2);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        left: 10%;
        top: 100%

    }

    100% {
        transform: scale(1);
        opacity: 0;
        left: 100%;
        top: 100%

    }
}

@keyframes starfallMidP {
    30% {

        opacity: 1;
    }
    50% {
        left: 50%;
        top: 100%

    }

    100% {
        opacity: 0;
        left: 100%;
        top: 100%

    }
}


@keyframes starfallStart {
    30% {

        opacity: 1;
    }
    50% {
        left: -10%;
        top: 100%

    }

    100% {
        opacity: 0;
        left: -100%;
        top: 100%

    }
}

/*!*cases*!*/
/*.case-item {*/
/*background-color: #262933;*/
/*border-radius: 20px;*/
/*height: 448px;*/
/*display: flex;*/
/*margin: 0 auto;*/
/*max-width: 960px;*/
/*flex-direction: row;*/
/*}*/

/*.case-img-wrp {*/
/*display: flex;*/
/*position: relative;*/
/*max-height: 100%;*/
/*height: 100%;*/
/*max-width: 52.912223134%;*/
/*flex: 0 0 52.912223134%;*/
/*}*/

/*.case-item img {*/
/*width: 100%;*/
/*height: auto;*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 0;*/
/*}*/

/*.case-desc {*/
/*padding: 65px 25px 80px 20px;*/
/*color: #fff;*/
/*display: flex;*/
/*flex-direction: column;*/
/*max-width: 47.087776866%;*/
/*flex: 0 0 47.087776866%;*/
/*}*/

/*.case-desc h6 {*/
/*color: #3b9de8;*/
/*height: 3em;*/
/*font-size: 36px;*/
/*font-weight: 600;*/
/*margin: 0 0 15px;*/
/*max-width: 100%;*/
/*}*/

/*.case-item p {*/
/*font-size: 18px;*/
/*line-height: 1.6;*/
/*max-width: 332px;*/
/*margin: 0;*/
/*}*/

/*.case-item a {*/
/*display: table;*/
/*width: 208px;*/
/*height: 47px;*/
/*background-color: #3b9de8;*/
/*color: #fff;*/
/*text-transform: uppercase;*/
/*border-radius: 10px;*/
/*margin-top: 35px;*/
/*text-align: center;*/
/*line-height: 47px;*/
/*font-weight: 600;*/
/*position: absolute;*/
/*bottom: 110px;*/
/*}*/


.icon-starfall{
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../img/stardown_yellow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-starfall.end {
    left: 100%;
    opacity: 0;
    top: 0;
    animation: starfall 4s linear infinite;
}

.icon-starfall.mid {
    left: 40%;
    top: 0;
    opacity: 0;
    animation: starfallMid 5.5s 0.5s linear infinite;
}
.icon-starfall.midp {
    left: 75%;
    top: 0;
    opacity: 0;
    animation: starfallMidP 4.5s 1s linear infinite;
}
.icon-starfall.start {
    left: 25%;
    top: 0;
    opacity: 0;
    animation: starfallStart 3.5s linear infinite;
}

footer .border {
    height: 96px;
    width: 4px;
    background: #9CA8C1;
    margin: 0 80px;
}

footer .phone-link{
    margin-bottom: 24px;
}

footer .col-md-4.maillnk {
    float: right
}

footer .copyr {
    text-align: center
}

.page-content {
    padding: 35px 0
}

.page-content h1 {
    color: #fff;
    font: bold 48px/48px nradikal;
    margin: 50px 0 37px;
}

.page-content .row {
    margin-left: -10px;
    margin-right: -10px
}

.tree-bar {
    padding: 0 2px;
    margin: 0
}

.tree-bar li {
    list-style: none;
    border-bottom: 1px solid #e1e1e1
}

.tree-bar li.open h6 {
    color: #333333
}

.tree-bar li.open h6:hover:before {
    border-color: transparent transparent transparent #333333
}

.tree-bar li.open h6:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tree-bar li ul {
    padding-left: 30px;
    margin: 0;
    padding-bottom: 17px
}

.tree-bar li ul li {
    margin: 5px 0;
    border-bottom: none
}

.tree-bar a {
    color: #3b9de8;
    font: 300 16px/16px nradikal
}

.tree-bar a.active,
.tree-bar a:hover {
    color: #333333
}

.tree-bar h6 {
    color: #3b9de8;
    font: 300 22px/48px nradikal;
    margin: 0;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: table;
    cursor: pointer!important
}

.tree-bar h6:hover {
    color: #181d22
}

.tree-bar h6:hover:before {
    border-color: transparent transparent transparent #181d22
}

.tree-bar h6:before {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 5px;
    border-color: transparent transparent transparent #e1e1e1;
    content: "";
    left: -16px;
    top: 50%;
    margin-top: -4.5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.case-ttl {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 50px 0
}

.case-ttl:after {
    display: none;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.case-ttl h3 {
    font: 300 36px/39px nradikal;
    margin: 10px 0
}

.case-ttl h3,
.case-ttl h4 {
    position: relative;
    z-index: 2
}

.case-ttl h4 {
    font: 300 18px/20px raleway;
    margin: 10px 0 15px
}

.case-content {
    padding: 9px 0 65px 21px;
    color: #333333
}

.case-content h5 {
    font: 300 22px/26px nradikal;
    margin: 10px 0
}

.case-content p {
    font: 300 16px/22px raleway;
    margin: 7px 0
}

.case-content hr {
    border-color: #e1e1e1;
    margin-top: 20px;
    margin-bottom: 11px
}

.case-content ul {
    padding: 0;
    margin: 5px 0 4px
}

.case-content ul li {
    list-style: none;
    font: 300 16px/18px raleway;
    position: relative;
    padding-left: 24px;
    margin: 15px 0
}

.case-content ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 5px;
    height: 5px;
    background-color: #439fe0;
    border-radius: 50%
}

.case-content ol {
    padding-left: 20px;
    margin: 0
}

.case-content ol li {
    font: 300 16px/18px raleway;
    margin: 15px 0
}

.btn {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    max-width: 240px;
    height: 42px;
    font: 600 16px/40px raleway;
    color: #fff;
    background-color: #439fe0;
    text-transform: uppercase;
    border-radius: 10px;
    border: 2px solid #439fe0;
    text-align: center;
    margin: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn:hover {
    background-color: #52aceb
}

.btn:active {
    border-color: #52aceb;
    background-color: #439fe0
}
.btn-sml{
    display: inline-block;
    height: 42px;
    font: 600 16px/40px raleway;
    color: #fff;
    padding: 0 25px;
    margin: 5px 15px 5px 0;
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-sml.active{
    background-color: #fff;
    color: #439fe0;
}
.btn-lgh {
    display: inline-block;
    width: 100%;
    max-width: 240px;
    height: 42px;
    font: 600 16px/42px raleway;
    color: #439fe0;
    background-color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
    border: none;
    margin: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-lgh.inverse {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.btn-lgh.inverse:hover {
    background-color: #52aceb;
    color: #fff;
    border-color: #fff
}

.btn-lgh.inverse:active {
    border-color: #fff;
    background-color: #3994d4
}
.toggle-open{
    display: block;
    margin: 15px auto;
    position: relative;
    overflow: hidden;
}
.toggle-open i{
    position: absolute;
    width: 25px;
    height: 3px;
    border-radius: 2px;
    display: block;
    background-color: #fff;
    top: 50%;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    margin: -1px 0 0 -12px;
}
.toggle-open i:after{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background-color: #fff;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.toggle-open.active{
    background-color: #52aceb;
    max-width: 40px;
    height: 40px;
    margin-right: 0;
    margin-left: auto;

}
.toggle-open.active i{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease 0.1s;
    transition: all .3s ease 0.1s;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg)
}
.toggle-open span{
    opacity: 1;
    visibility: visible;
    cursor: pointer !important;
    -webkit-transition: opacity .3s ease 0.2s;
    transition: opacity .3s ease 0.2s;
}
.toggle-open.active span{
    opacity: 0;
    visibility: hidden;
}

/*.btn-lgh:hover {*/
    /*background-color: #52aceb;*/
    /*color: #fff;*/
    /*border-color: #52aceb*/
/*}*/

/*.btn-lgh:active {*/
    /*border-color: #3994d4;*/
    /*background-color: #3994d4*/
/*}*/

.feedback {
    background-color: #090232;
    background-size: cover;
    height: 200px;
    text-align: center;
    position: relative;
    color: #fff;
    padding: 40px 0 0
}

.feedback p {
    margin: 8px 0;
    color: #e1e1e1;
    font: 600 16px/38px raleway
}


.feedback .container {
    position: relative;
    z-index: 2
}

.vac-list {
    padding: 0;
    margin: 0
}

.vac-list li {
    list-style: none;
    /* height: 48px; */
    padding: 7px 0;
    font: 300 22px/34px nradikal;
    border-bottom: 1px solid #e1e1e1
}

.vac-list li.active {
    border-bottom: 1px solid #3b9de8
}
.vac-list li.active a {
    color: #3b9de8
}

.vac-list a {
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.vac-list a:hover {
    color: #fff
}

.vac-tabs-content {
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
    transition: all .4s;
}

.vac-tabs-content.active {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.vac-ttl {
    padding-left: 11.61676646706587%
}

.vac-ttl h3 {
    font: bold 36px/36px nradikal;
    color: #fff;
    margin: 0 0 9px
}

.vac-ttl ul {
    padding: 5px 0 11px;
    margin: 0;
    border-bottom: 1px solid #e1e1e1
}

.vac-ttl li {
    display: inline-block;
    font: 300 28px/36px nradikal;
    color: #fff;
    margin: 5px 19px 5px 0
}
.vac-ttl li .dollar-img{
    display: inline-block;
    width: 28px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
    height: 28px;
    background: url(../img/dollar.svg) center center no-repeat;
    background-size: contain;

}

.vac-ttl li .icon-money {
    color: #ffcc80
}

.vac-ttl li .icon-location {
    color: #ff8a65
}

.vac-ttl span {
    font-size: 20px
}

.vac-ttl i {
    color: #fff;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.vac-ttl .icon-money {
    font-size: 19px;
    margin-right: 17px;
    top: -2px;
    left: -3px
}

.vac-ttl .icon-location {
    font-size: 26px;
    left: -2px
}

.vac-ttl .icon-clock {
    font-size: 25px;
    margin-right: 5px;
    right: 0;
    top: 1px
}

.vac-ttl .icon-clock:before {
    margin: 0
}

.vac-content {
    padding-top: 25px
}

.vac-itm {
    margin: 2vw auto;
    position: relative;
    padding-left: 11.61676646706587%
}

.vac-itm.descr:before {
    content: "\e801"
}

.vac-itm.skills:before {
    content: "\e807"
}

.vac-itm.plus:before {
    content: "\e804"
}

.vac-itm.duties:before {
    content: "\e800"
}

.vac-itm.offers:before {
    content: "\e806"
}

.vac-itm:before {
    position: absolute;
    left: 20px;
    width: 75px;
    font-size: 46px;
    text-align: center;
    line-height: 46px;
    top: -5px;
    color: #e1e1e1;
    font-family: fontello
}

.vac-itm h4 {
    color: #fff;
    margin: 0 0 18px;
    font: bold 28px/32px nradikal
}

.vac-itm p {
    color: #f7f7f7;
    font: 600 16px/26px raleway;
    margin: 10px 0 12px
}

.vac-itm ol {
    padding-left: 16px;
    color: #f7f7f7;
    font: 600 16px/24px raleway;
    margin-bottom: 30px
}

.vac-itm ol li {
    margin-bottom: 8px
}

.vac-answ {
    padding-left: 11.61676646706587%
}

.vac-answ .btn-lgh {
    margin-left: 0
}

.vac-answ p {
    margin: 20px 0 20px;
    border-top: 1px solid #e1e1e1;
    padding-top: 40px;
    color: #fff
}

.about-header-title {
    position: relative;
}

.about-header-title h1{
    font-size: 144px;
    color: #CADEFB;
    margin: 33px 0 70px
}

.top-part-img {
    position: absolute;
    left: 51%;
    top: 1px;
    max-width: 250px;
    transform: translateX(-50%);
}

.about-us {
  position: relative;
    overflow: hidden;
    background-color: rgba(9,2,50,1);
    padding-top: 0;
    padding-bottom: 65px;
}

.about-us .bottom-part{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-us .bottom-part-img{
    width: 100%;
    margin-bottom: 15px;
    max-width: 467px;
}

.about-us .bottom-part-text{
    max-width: 940px;
}

.about-us p {
    text-align: center;
    font: 400 18px/26px raleway;
    color: #CADEFB;
    margin-bottom: 0;
}

.about-us h2 {
    color: #CADEFB;
    text-transform: uppercase;
    text-align: center;
    font-size: 144px;
    margin: 40px 0;
}

.about-us h2 span {
    position: relative;
    display: table;
    padding-right: 25px
}

.about-us h2 span:after {
    position: absolute;
    left: 100%;
    height: 1px;
    width: 100vw;
    background-color: #fff;
    content: "";
    top: 50%
}

.about-us .col-md-5 {
    background-color: #181d22;
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px
}

.about-us .col-md-5:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #181d22;
    height: 100vh;
    min-height: 100%;
    width: 100vw
}

.about-us .col-md-7 {
    padding: 0
}

.about-us .top-part{
    margin-bottom: 54px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.about-us .top-part-img{
    margin-bottom: 32px;
    width: 100%;
}

.about-us .col-md-7 .top-part {
    padding-left: 15%;
    padding-top: 30px;
    padding-bottom: 25px
}

.about-us .col-md-7 .bottom-part {
    padding-left: 15%;
    background-color: #fafafa;
    padding-top: 15px;
    padding-bottom: 165px;
    position: relative
}

.about-us .col-md-7 .bottom-part:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fafafa;
    content: "";
    z-index: -1
}

.contacts {
    overflow: hidden;
    padding: 50px 0 100px;
    background-color: #090232
}

.contacts h2 {
    font-weight: 600;
    text-align: left
}

.contacts .row {
    margin: 0
}

.map-wrap {
    padding: 100px;
    background: url(../img/anim.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative
}

.contacts #map {
    width: 100%;
    padding-top: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    transform: translateX(-5px) translateY(12px)
}

.contacts #map .google-link {
    position: absolute;
    left: 30%;
    bottom: 5%;
}


.contacts #map .google-link-img {
    width: 66px;
    height: 26px;
}

#form-contact{
    width: 100%;
    height: 100%;
}
.contacts #map #map_canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.contacts #map #map_canvas .gm-style-cc{
    display: none;
}

.page-content.vacancy{
    background-color: #090232;
    color: #fff;
    padding-top: 0px;

}

.page-content.content-blog{
    min-height: 80vh;
}

.page-content.cases-wrp{
    background-color: #090232;
    padding-top: 0px;
}

/* Team block */
.page-content.team-page {
    background-color: #090232;
    padding-top: 0px;
}
.team-page .page-title {
    font-size: 64px;
    color: #fff;
    text-transform: uppercase;
    font-family: raleway, sans-serif;
}
.page-subtitle {
    margin-top: 0;
    font-weight: bold;
    color: #FDDA01;
    font-size: 16px;
    line-height: 26px;
}

.header-img-block {
    max-width: 457px;
    float: right;
}

.header-img-block img {
    width: 100%;
}

.bg-top {
    background-image: url('../img/bg top.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 270px;
}

.cards-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
}

.cards-block + .cards-block {
    margin-top: 70px;
}

.cards-container .slick-dots-container {
  width: 100px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: auto;
  position: relative;
}

.cards-container .slick-dots-container > ul {
  padding: 0;
  display: flex;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  transform: translateX(0);
  align-items: center;
  bottom: unset;
  height: 100%;
}

.cards-container .slick-dots-container > ul li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-color: #fddb10;
  border: none;
  border-radius: 50%;
}

.cards-container .slick-dots-container > ul li.p-small-1,
.cards-container .slick-dots-container > ul li.n-small-1 {
  transform: scale(0.8);
}

.cards-container .slick-dots-container > ul li.slick-active {
    background-image: url("../img/slider-dot-planet.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    font-size: 0;
    width: 20px;
    height: 20px;
    background-size: cover;
    color: transparent;
}

.cards-container .slick-dots li button:before {
  display: none;
}

.cards-block .slick-dots {
    bottom: -60px
}
.cards-block .slick-dots li {
    margin: 0 40px;
}

.cards-block .slick-dots li button:before {
    font-size: 28px;
    width: 24px;
    height: 24px;
    opacity: 1;
    color: #fddb10;
}

.mate-card .card_pic {
    position: relative;
}
.mate-card .card_pic img {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 2;
}

.mate-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
    transition: 0.4s;
}

.mate-badge .badge-item {
    animation-duration: 5s;
    animation-delay: 0s;
    transition: 0.4s;
    animation-iteration-count: infinite;
    fill: #090232;
}

.mate-card .card_pic:hover .badge-item {
    animation-name: mate-badge-item-anim;
}

.mate-card .card_pic:hover .mate-badge {
    animation-name: mate-badge-anim;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

@keyframes mate-badge-anim{
    100% {
        transform: rotate(360deg);
    }
}

@keyframes mate-badge-item-anim{
    25% {
        fill: #1C4F94;
    }
    50% {
        fill: #277FF6;
    }
    75% {
        fill: #2E9CE1;
    }
    100% {
        fill: #090232;
    }
}

.mate-animation {
    position: absolute;
    top: -10px;
    left: -13px;
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    z-index: 2;
    display: none;
}
.mate-animation__overflow {
  top: 19px;
  left: 0;
  width: 100%;
}
.mate-bg-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #3FA9F5;
    transition: all .4s;
    z-index: 1;
}

.mate-card .card_pic:hover .mate-animation {
    display: block;
}

.mate-card .card_pic:hover .mate-bg-hover {
    transform: rotate(5deg);
}

.cards-block-title {
    position: relative;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.cards-block-title.touched:after {
    content: '';
    position: absolute;
    right: -300px;
    background-image: url('../img/touch it.svg');
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
}

.cards-container {
    /*display: flex;*/
    width: 100%;
    /*align-content: flex-start;*/
}

.mate-card {
    max-width: 284px;
    margin-bottom: 62px;
}

.mate-card .card_content {
    text-transform: capitalize;
    padding-top: 18px;
    color: #fff;
}
.mate-card .card_content .name,
.mate-card .card_content .position {
    font-size: 22px;
    line-height: 150%;
    font-weight: bold;
    letter-spacing: 0.5em;
    color: #fff;
    font-family: Raleway;
    text-transform: uppercase;
}

.mate-card .card_content .position {
    color: #FDDA01;
}

.team-join-us {
    margin-top: 70px;
}

.join-us-wrap {
    position: relative;
    background-image: url('../img/team-bg-bottom.svg');
    background-repeat: no-repeat;
    height: 272px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.join-us-wrap span {
    font-weight: bold;
    font-size: 40px;
    font-family: Raleway;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    margin-bottom: 30px;
    color: #fff;
}

.join-us-wrap a {
    position: relative;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    background-color: #3B9DE8;
    border-radius: 10px;
    width: 355px;
    height: 60px;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: center;
}

.join-us-wrap .ufo-plate {
    position: absolute;
    left: 50%;
    transform: translateX(-33%);
    top: -77px;
}

.join-us-img {
    margin-bottom: 16px;
    display: none;
}
/* END Team block */

#form-contact {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    padding: 30px 0 20px;
    z-index: 80;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

/*#form-contact.show {*/
    /*opacity: 1;*/
    /*visibility: visible*/
/*}*/

input:-webkit-autofill,
input:-webkit-autofill:active
{
  -webkit-box-shadow: 0 0 0 30px rgb(10, 1, 49) inset !important;
  -webkit-text-fill-color: #cccc !important;
}

#vacancy-form input,
#vacancy-form textarea{
    color: #fff
}
#vacancy-form input,
#vacancy-form textarea,
.pp-content input,
.pp-content textarea,
#form-contact input,
#form-contact textarea {
    background: transparent;
    display: block;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    font: 16px/18px raleway;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.pp-content input,
.pp-content textarea,
#form-contact input,
#form-contact textarea {
   color: #b0b0b0;
}

#vacancy-form input::placeholder,
#vacancy-form textarea::placeholder{
    color: #fff;
}

#vacancy-form input[type="file"]{
    line-height: normal;
    margin-top: 15px;
}

#vacancy-form input[type="file"]:first-child{
margin-right: 10px;
}

.pp-content #feedback-form .g-recaptcha{
    display: table;
    margin: 0 auto;
}
#vacancy-form .has-error input,
#vacancy-form .has-error textarea,
.pp-content .has-error input,
.pp-content .has-error textarea,
#form-contact .has-error input,
#form-contact .has-error textarea{
    border-color: red;
    color: red
}



#vacancy-form input:focus,
#vacancy-form textarea:focus,
.pp-content input:focus,
.pp-content textarea:focus,
#form-contact input:focus,
#form-contact textarea:focus {
    border-color: #52aceb;
}
#vacancy-form .form-group,
.pp-content .form-group,
#form-contact .form-group{
    margin: 0 !important;
}
#vacancy-form input,
.pp-content input,
#form-contact input {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px
}


.contact-page #case_contact_us input[name='name']{
    height: 39px;
}

.contact-page #case_contact_us input[name='email']{
    height: 47px;
}

#vacancy-form textarea,
.pp-content textarea,
#form-contact textarea {
    height: 122px;
    padding-top: 10px;
    resize: none
}
.pp-content textarea,
#form-contact button {
    display: block;
    margin: 20px 0
}
.pp-content button#send_feedback{
    margin: 20px auto;
    display: table;
}
#form-contact .form-container {
    padding: 0 0 0 17.14285714285714%;
    position: relative;
    max-width: 665px;
    top: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#form-contact h3 {
    color: #48a4ed;
    font: 300 48px/48px nradikal;
    margin: 33px 0 35px;
    padding-right: 60px;
}
.ufo-pp #pp-closer,
#form-contact #toggle-form {
    position: absolute;
    top: -5px;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 50%
}
.ufo-pp #pp-closer{
    top: 25px;
    right: 32px;
    cursor: pointer;
}
.ufo-pp #pp-closer:hover:after,
.ufo-pp #pp-closer:hover:before,
#form-contact #toggle-form:hover:after,
#form-contact #toggle-form:hover:before {
    background-color: #333
}

.ufo-pp #pp-closer:after,
.ufo-pp #pp-closer:before,
#form-contact #toggle-form:after,
#form-contact #toggle-form:before {
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #48a4ed;
    content: "";
    top: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    left: 50%;
    margin-left: -30px;
    border-radius: 2px;
    margin-top: -1px
}

.ufo-pp #pp-closer:hover::after,.ufo-pp #pp-closer:hover::before{
    background-color: #b0b0b0;
}


.ufo-pp #pp-closer:after,
#form-contact #toggle-form:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.ufo-pp #pp-closer:before,
#form-contact #toggle-form:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
#vacancy-form{
    display: none;
    padding: 0 15px;
}

.contact-cart {
    width: 100%;
    max-width: 665px;
    padding: 25% 33px 30px 10px;
}

.contact-cart .btn-lgh {
    margin: 22px 0;
    border: 2px solid #fff;
}
.contact-cart .btn-lgh:hover {
    border-color: #52aceb
}

.contact-cart span {
    display: block;
    color: #a6d4f4;
    font: 300 18px/18px nradikal;
    margin-bottom: 5px
}

.contact-cart p {
    padding: 15px 0 15px;
    border-bottom: 1px solid #7dbeed
}
.contact-cart p a {
    display: table;
    font: 300 28px/28px nradikal;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative
}
.contact-cart p strong{
    font: 300 21px/25px nradikal;
    margin: 5px 0 10px;
    color: #fff;
    display: block;
}
.contact-cart p a:hover:after {
    width: 100%
}

.contact-cart p a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    content: "";
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#popup-form{
    display: none;
    -webkit-transition: all .3s ease 0.3s;
    transition: 1s ease-in-out;
}

.ufo-pp{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100vh;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow-y: hidden;
}
.show-pp .ufo-pp{
    opacity: 1;
    visibility: visible;
}
.ufo-pp #pp-holder, #popup-submit #pp-holder{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}
.pp-padding {
  padding: 25px 40px;

}
.ufo-pp .pp-content, #popup-submit .pp-content{
    color: #48a4ed;
    display: inline-block;
    width: 100%;
    line-height: normal;
    max-width: 600px;
    background-color: #31302e;
    position: relative;
    vertical-align: middle;
    z-index: 6;
    text-align: left;
    border-radius: 3px;
    -webkit-transition: all .3s ease 0.3s;
    transition: all .3s ease 0.3s;
}

.ufo-pp.contact-page .heading.colorbluehead{
    color: #55a0db;
}

.ufo-pp.contact-page .button-2.bluebutton.w-button{
    height: auto;
    font-weight: bold;
}


.ufo-pp.contact-page .contact-us-copy-2{
    background: transparent;
}

.show-pp .ufo-pp .pp-content{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.ufo-pp .pp-content h3{
    color: #48a4ed;
    font: 300 48px/48px nradikal;
    margin: 5px 0 25px;
    /*padding-right: 60px;*/
}
.message-pop {
    display: block;
    text-align: left;
    color: #333;
    margin: 0 auto 15px;
    padding: 10px 15px;
    font: 300 15px/17px nradikal, arial;
}
.message-pop.sccss{
    border-left: 2px solid #07c36c
}
.message-pop.error{
    border-left: 2px solid #ff7043;
}
.message-pop .mfp-close {
    top: -20px!important;
    right: -20px!important;
    color: #fff!important;
    background-color: #439fe0!important;
    opacity: 1!important;
    line-height: 46px!important;
    border-radius: 50%
}

/*contact and vacancy popup*/
#popup-submit{
    color: #43a6ef;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.6);
    text-align: center;
    z-index: 100;
}

#popup-submit *{
    text-align: center;
}

#popup-submit .pp-content{
    margin: auto;
    top: 10%;
    padding: 35px 40px 50px
}

#popup-submit .popup-content-wrapper{
    width: 70%;
    margin: auto;
}

.popup-header{
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
    white-space: nowrap;
    color: #43a6ef;
    font: 52px/56px nradikal;
  font-size: 50px;
    font-weight: bold;
}

.info-message.grey{
    color: #a6a6a6;
}
#close-cross{
    cursor: pointer;
    width: 25px;
    height: 25px;
    content:url("/icons/closerIcon.svg");
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 50%;
}



@media only screen and (max-width: 1360px) {
    #clients .carousel-wrp .next {
        right: -42px
    }
    .carousel-wrp .next,
    .carousel-wrp .prev {
        font-size: 22px;
        width: 24px;
    }
    .carousel-wrp .next {
        left: 95% !important;
    }
    .carousel-wrp .prev {
        right: 95% !important;
        left: auto;
    }
    .wwd-itm {
        width: 400px;
        height: 400px;
    }
    .wwd-itm h4 {
        font-size: 34px;
    }
    .wwd-inner p {
        font-size: 16px;
    }
    .wwd-inner {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width: 1280px) {
    .wwd-items {
        flex-wrap: wrap
    }

    #scheme p {
        max-width: 100%;
        min-width: 0
    }
    #scheme b,
    .carousel-wrp .next,
    .carousel-wrp .prev {
        display: none
    }
    #scheme li {
        padding-top: 0
    }
    #scheme li:nth-child(2),
    #scheme li:nth-child(3),
    #scheme li:nth-child(4) {
        padding-left: 145px
    }
    #scheme li:first-child,
    #scheme li:nth-child(5),
    #scheme li:nth-child(6) {
        padding-right: 145px
    }
}

@media only screen and (max-width: 1200px) {
    #testimonials p {
        padding-left: 15px;
        padding-right: 15px
    }
    #testimonials p:before {
        left: 15px
    }
    #testimonials p:after {
        right: 15px
    }
    .row {
        margin: 0!important
    }
}

@media only screen and (max-width: 1100px) {
    #scheme p {
        max-width: 213px
    }
}

@media only screen and (max-width: 992px) {

    #badge .row {
        display: block;
    }

    #badge p {
        text-align: center;
    }

    .badge-wrap {
        flex-direction: column;
    }

    .clutch-badge {
        margin-bottom: 50px;
    }

    .goodfirms-badge {
        flex-direction: column-reverse;
    }


    .badge_img img {
        max-width: 200px;
    }


    #testimonials p {
        font-size: 20px
    }
    #where-we-helped span {
        height: 100%;
        flex-direction: column;
        padding: 0;
        font-size: 20px;
        margin-bottom: 20px;
    }
    #about img {
        margin-top: 0;
    }
    #where-we-helped,
    #about,
    #case,
    #process,
    #testimonials,
    #what-developed{
        padding: 40px 10px;
    }
    .carousel-wrp .slick-dots{
        padding-top: 30px;
    }
    .icon-starfall {
        display: none;
    }

    #case .item{
        padding-top: 0;
    }
    #case .carousel-wrp {
        padding-top: 40px;
    }
    /*#case .carousel-wrp .case-item {*/
        /*height: 280px;*/
        /*flex-direction: column;*/
        /*position: relative;*/
        /*overflow: hidden;*/
    /*}*/
    /*#case .carousel-wrp .case-img-wrp{*/
        /*border-radius: 50%;*/
        /*width: 100%;*/
        /*display: block;*/
        /*margin: 0 auto;*/
        /*bottom: 0;*/
        /*height: auto;*/
        /*max-width: 100%;*/
        /*filter: blur(1px);*/
        /*position: absolute;*/
    /*}*/

    #case .carousel-wrp .case-img-wrp{
        top: -140px;
    }

    #case .case-desc {
        /*margin: 0 auto;*/
        /*padding: 10px 15px !important;*/
        /*background: transparent;*/
        /*position: relative;*/
        /*display: block;*/
        /*max-width: 1000%;*/
        /*width: 100%;*/
        /*border-radius: 0 20px 20px 0;*/
    }
    #case .carousel-wrp .case-item h6{
        margin: 20px 0 15px;
    }
    #case .case-desc p{
        margin: 0 auto;
    }
    .cases-wrp .case-desc a{
        top: 300px;
        left: 55px;
    }

    .carousel-wrp .case-item .case-desc a {
        left: 70px;
    }


    /*#case .carousel-wrp .case-item img{*/
        /*position: static;*/
        /*max-width: 100%;*/
        /*max-height: 100%;*/
    /*}*/
    .team-page .subtitle-container {
        margin-left: 25%;
        text-align: center;
    }

    #job_captcha-recaptcha{
        display: table;
    }
    #job_captcha-recaptcha,
    .vac-answ .btn-lgh{
        margin: 0 auto;
    }
    .contacts .cont-col-left {
        padding: 100px 0
    }
    .contacts .cont-col-left,
    .contacts .cont-col-right {
        float: none;
        width: 100%
    }
    .about-us .container {
        padding: 0;
        width: 90%;
    }
    .about-us .col-md-5 {
        padding: 100px 0 100px 15%
    }
    #scheme li {
        text-align: center!important;
        padding-left: 5px!important;
        padding-right: 5px!important
    }
    footer .col-md-8.copyr {
        float: none;
        text-align: center
    }
    footer .col-md-4 {
        padding-left: 0;
        float: none!important;
        width: 49%;
        display: inline-block;
        text-align: center
    }
    footer .border {
        margin: 0 20px;
    }
    #about .col-md-6 {
        float: none;
        padding-left: 10px
    }
    #about {
        padding-bottom: 0
    }
    #about p {
        margin: 0 auto 30px;
        font-size: 20px;
        line-height: 28px;
        text-align: center
    }
    #about a {
        margin-left: auto;
        margin-right: auto;
        display: table
    }
    #about h3 {
        text-align: center
    }
    #about #mocup {
        position: static;
        max-width: 100%;
        webkit-transform: translateX(0);
        transform: translateX(0);
        z-index: 1
    }
    #arr-srcl,
    #color-srcl,
    .about-us .col-md-5:before,
    .contacts .cont-col-left:before {
        display: none
    }
    #scheme {
        height: auto
    }
    #scheme ul {
        position: static;
        text-align: center
    }
    #scheme li b {
        display: none
    }
    #scheme li {
        display: inline-block;
        position: static;
        vertical-align: top;
        margin: 20px 10px!important;
        padding: 0!important;
        width: 220px
    }
    #scheme li i {
        position: static;
        margin: 0 auto 20px
    }
    .sb-toggle {
        display: none;
        align-items: center;
        width: 205px;
    }
    #toggle {
        display: block
    }
    .home-header #logo {
        margin-top: 0;
    }
    .home-header.active #logo {
        margin-left: 0;
    }

    .home-header nav {
        background: transparent;
        top: 10px;
    }
    .home-header.active nav {
        top: 2px;
    }
    nav {
        position: fixed;
        overflow: hidden;
        width: 45px;
        height: 45px;
        top: 5px;
        right: 20px;
        z-index: 999;
        background-color: rgba(63,169,245,.5);
        border-radius: 4px;
        line-height: 100vh;
        text-align: center;
        transition: background-color 0.3s ease, right .3s ease .3s, width .3s ease .3s, height .3s ease .6s, top 0.3s ease;
    }
    #stars {
        opacity: 0.4;
    }
    nav.show {
        top: 0 !important;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(63,169,245,1) !important;
        border-radius: 0;
        -webkit-transition: right .3s ease .3s, width .3s ease .3s, height .3s ease .6s;
        transition: right .3s ease .3s, width .3s ease .3s, height .3s ease .6s
    }
    nav ul {
        opacity: 0;
        display: inline-block;
        visibility: hidden;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: relative;
        top: 30px
    }
    nav.show ul {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .3s ease 1s;
        transition: all .3s ease 1s;
        top: 0
    }
    nav ul li {
        display: block;
        text-align: center;
        margin: 10px 0;
        line-height: normal;
        font-size: 18px
    }
    .side-var-wrp {
        /* background-color: #439fe0; */
        width: 100%;
        position: absolute;
        z-index: 100;
        /* right: -500px; */
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0;
    }
    .vac-list {
        display: flex;
        flex-wrap: wrap;
    }
    .tree-bar {
        padding-left: 0;
        padding-right: 0
    }
    .tree-bar h6 {
        color: #fff;
        padding-left: 25px;
        width: 100%
    }
    .tree-bar h6:hover,
    .vac-list a:hover {
        background-color: hsla(0, 0%, 100%, .4);
        color: #fff
    }
    .tree-bar .open h6:hover:before,
    .tree-bar h6:hover:before {
        border-color: transparent transparent transparent #fff!important
    }
    .tree-bar h6:before {
        left: 10px;
        border-color: transparent transparent transparent #fff
    }
    .vac-list a {
        padding: 0 10px;
        display: block;
        width: 100%;
        background: #5f5d5d;
        border-radius: 15px;
        font-size: 18px;
        line-height: 140%;
        color: #ffffff;
    }
    .vac-list li {
        margin-right: 10px;
    }
    .vac-list li.active a {
        color: #fff;
        background-color: #69aae5;
    }
    .tree-bar a,
    .tree-bar a.active,
    .vac-list a,
    .vac-list li.active a {
        /* color: #fff; */
    }
    .tree-bar a.active {
        text-decoration: underline
    }
    .tree-bar a.active:hover,
    .tree-bar a:hover {
        text-decoration: underline!important;
        color: #fff!important
    }
    .side-var-wrp.show {
        left: 0px;
        position: relative;
        opacity: 1;
    }
    .tree-bar li.open h6 {
        color: #fff
    }
    .page-content h1 {
        text-align: center
    }
    .vac-answ,
    .vac-ttl {
        padding-left: 0;
        text-align: center
    }
    .vac-ttl ul li {
        margin: 10px 15px
    }
    .vac-ttl {
        margin-top: 40px
    }
    #scheme p {
        max-width: 100%
    }
    .case-itm .case-img-wrp img {
        max-width: 100%;
        height: 100%;
        position: relative;
        width: auto;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 880px) {
    footer .contacts-links a {
        margin: 15px auto 35px;
        font-size: 20px;
    }
    footer .footer-feedback {
        display: block
    }
    footer .border {
        display: none;
    }
    .footer-feedback .contacts-links,
    .footer-feedback .social-links{
        display: block;
        width: 100%;
        text-align: center
    }


}

@media only screen and (max-width: 768px) {

    .cards-block-title.touched:after {
        right: -120px;
    }
    .join-us-wrap {
        background-image: none;
    }
    .join-us-wrap .ufo-plate {
        display: none;
    }
    .join-us-img {
        display: block;
    }
    .team-page {
        padding-top: 0;
    }
    .team-page .bg-top {
        background-position: bottom;
        height: 230px;
    }
    .team-page .page-title {
        font-size: 32px;
        line-height: 38px;
        text-align: left;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .what-developed__wrapper {
        display: flex;
    }


    .team-page .subtitle-container {
        margin-left: 0;
        text-align: left;
    }
    .vac-itm {
        padding-left: 0;
        padding-bottom: 40px
    }
    .vac-itm h4 {
        text-align: center
    }
    .vac-itm:before {
        position: static;
        display: table;
        margin: 0 auto 15px;
    }
    #clients .carousel-wrp{
        margin-top: 70px
    }

    .process-desktop-container {
        display: none;
    }

    #process .process-wrapper{
        display: flex;
    }

}

@media only screen and (max-width: 480px) {
    .cards-block .slick-dots li {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 480px) {


    .about-us{
        padding-bottom: 0;
    }

    .about-us p{
        font: 400 14px/18px raleway;
    }

    .about-us .top-part-img{
        margin-bottom: 15px;
    }

    .about-us .bottom-part-img {
        margin-bottom: 29px;
    }

    .page-content .blog-post h1 {
        font-size: 26px;
        line-height: 30px;
    }
    #badge h2 {
        font-size: 24px !important;
        line-height: 30px !important;
        font-weight: 500 !important;
    }
    #badge p {
        text-align: center;
    }
    #intro .container {
        margin: 0 auto;
    }
    footer ul li {
        font-size: 20px;
        text-align: center !important
    }
    footer ul li a{
        display: inline;
    }
    .page-content.team-page {
        padding-top: 44px;
    }
    .cards-block {
        padding: 24px 0;
    }
    .mate-card {
        margin-bottom: 28px;
    }
    .mate-card .card_content {
        padding-top: 8px;
    }
    #change-location{
        text-align: center;
    }
    #change-location a.btn-sml{
        margin: 0 10px;
    }
    #feedback_captcha-recaptcha{
        display: table;
        margin: 0 auto;
    }
    .show-pp nav{
        display: none;
    }

    h2 {
        /* margin: 40px 0!important; */
        font-size: 11vw;
        line-height: 43px;
        font-weight: 600 !important;
    }
    .new-case-content h2 {
        margin-top: 0 !important;
    }
    #about h3 {
        margin-top: 30px
    }
    #scheme li {
        margin-right: 0!important;
        margin-left: 0!important;
        width: 49%
    }
    footer .col-md-4 {
        width: 100%;
        display: block;
        padding: 10px 0
    }
    footer ul li {
        display: block;
        text-align: center;
        list-style: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    footer ul li:last-child {
        margin-right: 0;
    }
    .page-content h1 {
        font-size: 40px
    }
    .vac-ttl h3 {
        font-size: 35px;
        color: #fff;
    }
    .case-content {
        padding-left: 0
    }
    .about-us h2 {
        line-height: 43px
    }
    #form-contact .form-container{
        padding: 0 10px;
    }
    .about-us .col-md-5,
    .about-us .col-md-7 .bottom-part,
    .about-us .col-md-7 .top-part {
        padding-left: 25px;
        padding-right: 10px
    }
    .contact-cart {
        padding: 30px 15px
    }
    .contact-cart p a {
        font-size: 25px
    }
    #form-contact button,
    .contact-cart .btn-lgh {
        margin: 22px auto;
        display: table
    }
    .contact-cart p {
        padding: 10px 0 40px;
    }
    #form-contact #toggle-form {
        top: -30px;
        right: 10px
    }
    #vacancy-form{
        padding-left: 0;
        padding-right: 0;
    }
    .ufo-pp #pp-closer {
        top: 6px;
        right: 9px;
        cursor: pointer;
    }
    .button-2.bluebutton {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1480px) {
    .contacts .cont-col-left {
        width: 45%;
        padding-top: 287px;
        padding-bottom: 286px;
        padding-right: 40px
    }
    .contacts .cont-col-right {
        width: 55%
    }
    .contact-cart {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .contacts #map {
        height: 370px
    }

    #form-contact{
        padding: 70px 0 30;
    }
}

.hidden-form {
    display: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.form-group div {
    margin-bottom: 15px;
}


.control-white {
    color: #fff !important;
}


.ufo-pp #feedback_captcha {
    margin: 0 auto !important;
    display: table!important;
}
.form-group {
    position: relative
}
.submit_form_error .help-block {
    background-color: red;
    border: none;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 2px;
    color: fff;
    transition: all .15s ease;
    padding: 0 8px;
}



.btn-main {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 42px;
    border: none;
    padding: 0 15px;
    background: #3b9de8;
    border-radius: 10px;
    color: #FFFFFF;
    height: 42px;
    letter-spacing: -0.1px;
}

.page-not-found {
    height: 100%;
    width: 100%;
    color: #fff;
    font-family: Raleway, sans-serif;
    background: url('../img/404-img.svg') no-repeat top 70px right 20%/contain, linear-gradient(to bottom, #030332, #03034d 20%, #03036a 40%,
    #090557 60%, #090532 80%);
}

.page-not-found .message-wrapper {
    padding: 1% 0 0 31%;
}

.page-not-found .message {
    width: 450px;
}

.page-not-found .title {
    margin: 0;
    font-weight: 900;
    font-size: 197px;
    color: #3b9de7;
    text-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

.page-not-found .subtitle {
    padding: 15px 0 10px;
    margin: 0;
    font-weight: 800;
    font-size: 30px;
    text-align: left;
    text-shadow: 0 0 3px rgba(0, 0 ,0, 0.8);
}

.page-not-found .description {
    margin: 0;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 0.001em;
    text-shadow: 0 0 3px rgba(0, 0 ,0, 0.8);
}

.page-not-found .links {
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.page-not-found .links a {
    cursor: pointer;
    display: block;
    width: 195px;
    height: 185px;
    color: #FFF;
}

.page-not-found .links a:hover .img-wrapper{
    opacity: 0.7;
}

.page-not-found .links a .img-wrapper {
    opacity: 0.4;
    width: 100%;
    height: 76%;
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease-out;
}

.page-not-found .links a p {
    margin: 0;
    height: 34%;
    text-align: center;
    padding-top: 10px;
    font-weight: 700;
    font-size: 19px;
}

.to-case-studies {
    margin-right: 34px;
    box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.6);
}

.to-case-studies p {
    background: #63a6e9;
}

a.to-case-studies .img-wrapper {
    background: white;
    background-image: url(../img/ufo-dark.svg);
}

.to-main-page {
    box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.8);
}

.to-main-page p {
    background: #2a2c37;
}

.to-main-page .img-wrapper {
    background: black;
    background-image: url(../img/ufo-light.svg);
}


@keyframes slidein {
    from {
        bottom: -30px;
    }
    to {
        bottom: 0;
    }
}


@media screen and (max-width: 1120px){
    .cases-wrp #case .case-item{
        width: 96%;
        margin: 250px auto 0;
    }

    nav li {
        margin: 0 15px;
    }
}

@media screen and (max-width: 1000px){
    .page-not-found .message-wrapper {
        padding: 10% 0 0 21%;
    }
}

@media screen and (max-width: 850px) {
    .page-not-found .message-wrapper{
        padding: 15% 0 0 21%;
    }
}

@media screen and (max-width: 768px){
    .carousel-wrp .case-item .case-desc a {
        left: 10px;
    }
    .cases-wrp #case .case-item {
        margin: 200px auto 0;
    }

    #process .process-title {
        margin: 20px 0 50px;
    }

    #process .process-wrapper{
        display: flex;
    }

    #process #canvas3d{
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .about-header-title h1{
        font-size: 82px;
        margin-bottom: 40px;
    }

    .top-part-img {
        position: absolute;
        left: 51%;
        top: 26px;
        max-width: 142px;
    }
    .page-not-found .message-wrapper{
        padding: 15% 0 0 15%;
    }

    #case .carousel-wrp .case-item {
        overflow: unset;
        position: relative;
        height: 280px;
    }

    #case .carousel-wrp .case-item, .cases-wrp #case .case-item{
        flex-direction: column;
        margin-top: 70vw;
        min-width: unset;
    }

    .cases-wrp #case .case-item {
        /*margin: 250px auto 0;*/
    }

    #case .carousel-wrp .case-item{
        margin-top: 400px;
    }

    #case .carousel-wrp .case-img-wrp{
        top: -50px;
    }

    #case .case-img-wrp img.animate{
        animation-duration: 0.5s;
        animation-name: slidein;
        animation-fill-mode: forwards;
        transition: all 1s;
        transform: translateY(-20vw);
    }

    #case .case-item h6{
        position: relative;
        top: -165px;
        text-align: center;
    }
    #case .case-desc p{
        position: relative;
        text-align: center;
        top: -180px;
    }

    #case .carousel-wrp .case-item h6{
        margin: 0;
    }

    #case .case-desc a{
        margin: -90px auto 0 auto!important;
    }

    .carousel-wrp .case-desc a{
        position: unset!important;
        bottom: unset!important;
        margin-top: 55px!important;
    }

    #case .case-item .just-block{
        display: block;
    }

    .cases-wrp .case-itm .case-img-wrp, #case .case-item .case-img-wrp {
        position: relative;
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: -20px;
    }

    .cases-wrp .case-itm img,
    #case .case-item img{
        /*bottom: -30px;*/
      top: -55vw;
    }

    .cases-wrp #case .case-item:nth-child(2) .case-img-wrp,.item.slick-slide[data-slick-index="1"] .case-item .case-img-wrp{
        margin-left: -20px;
    }

    .cases-wrp #case .case-item:nth-child(3) .case-img-wrp,#case .item.slick-slide[data-slick-index="2"] .case-item .case-img-wrp{
        margin-left: 10px;
    }

    .map-wrap {
        padding: 50px;
    }
    .contacts #map {
        left: 2px;
        bottom: 7px;
    }
}

@media screen and (max-width: 540px) {
    .page-not-found .message-wrapper{
        padding: 20% 0 0 0;
        width: 100%;
    }
    .page-not-found .message{
        box-sizing: border-box;
        padding: 0 15px;
        width: 100%;
        text-align: center;
    }
    .page-not-found .links{
        justify-content: center;
    }

    #case .carousel-wrp .case-item{
        margin-top: 320px;
    }
}

@media screen and (max-width: 450px){
    .section-approach {
        padding-top: 80px;
    }
    .page-not-found {
        min-height: 100vh;
        height: auto;
    }
    /*.cases-wrp #case .case-item {*/
    /*    margin-top: 270px;*/
    /*}*/
    /*.cases-wrp .case-itm .case-img-wrp, #case .case-item .case-img-wrp {*/
    /*    margin-top: 0;*/
    /*    margin-bottom: 0;*/
    /*}*/
    /*#case .carousel-wrp .case-item{*/
    /*    margin-top: 250px;*/
    /*}*/
}
@media screen and (max-width: 430px) {

    .page-not-found{
        background: url('../img/404-img.svg') no-repeat top 70px right 20%/contain, linear-gradient(to bottom, #030332, #03034d 20%, #03036a 40%,
        #090557 60%, #090532 80%);
    }
    .page-not-found .links{
        padding: 40px 0 70px 0;
    }
    .page-not-found .links a{
        margin: 0 auto;
    }
    .page-not-found a.to-main-page{
        margin-top: 25px;
    }
}
@media screen and (max-width: 375px){
    .team-page .slick-list {
        padding: 0 12px !important;
    }
    .clutch-widget {
        /*margin-left: 15px;*/
    }
    .breadcrumbs-content {
        width: 100%;
    }
    .page-not-found .title{
        font-size: 150px;
    }
}

select option {
    color: grey;
}
.scroll-block {
  overflow: hidden;
}


.arrow-4 {
    position: relative;
    cursor: pointer;
    margin: 5px;
    width: 30px;
    height: 30px;
}
.arrow-4-left {
    position: absolute;
    background-color: transparent;
    top: 12px;
    left: 1px;
    width: 25px;
    height: 5px;
    display: block;
    transform: rotate(35deg);
    float: right;
    border-radius: 2px;
}
.arrow-4-left:after {
    content: "";
    background-color: #ffffff;
    width: 20px;
    height: 5px;
    display: block;
    float: right;
    border-radius: 6px 10px 10px 6px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
}
 
.arrow-4-right {
    position: absolute;
    background-color: transparent;
    top: 15px;
    left: 15px;
    width: 24px;
    height: 5px;
    display: block;
    transform: rotate(-35deg);
    float: right;
    border-radius: 2px;
}
.arrow-4-right:after {
    content: "";
    background-color: #ffffff;
    width: 20px;
    height: 5px;
    display: block;
    float: right;
    border-radius: 10px 6px 6px 10px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
}
.open .arrow-4-left:after {
    transform-origin: center center;
    transform: rotate(-70deg);
}
.open .arrow-4-right:after {
    transform-origin: center center;
    transform: rotate(70deg);
}


.ltt__result-img {
    display: flex;
    justify-content: center;
}

.blog-share-container {
    width: 265px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px
}

.blog-share-header {
    color: #9ea9c2;
    padding-bottom: 7px;
    padding-right: 10px;
}

.blog-share-item img {
    width: 40px;
    height: 40px
}