@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

a,
a:hover {
  text-decoration: none; }

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

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none !important; }

body {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased; }

button,
input[type=cancel],
input[type=reset],
input[type=submit]:hover {
  cursor: pointer; }

input[type=file],
input[type=password],
input[type=submit],
input[type=text],
input[type=email],
input[type=search],
textarea,
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: auto; }

select::ms-expand {
  display: none; }

input::-ms-clear {
  display: none; }

/**************
END RESETT CSS
****************/
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900; }
@font-face {
  font-family: "Roboto";
  src: url("../font/RobotoBold.woff") format("woff");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Thin.woff") format("woff");
  font-style: normal;
  font-weight: 200; }
:root {
  --black: #2b2b2b;
  --orange: #ff4f00;
  --dark-blue: #18365f;
  --light-grey: rgba(43, 43, 43, .07);
  --border-color: #e5e5e5; }

html {
  font-size: 10px; }

body {
  font-family: 'Roboto', sans-serif;
  background-color: #f8f9fb;
  color: var(--black); }
  body.menu-active .top-section .columns .col:first-child {
    background-position: 0 1000px; }

a {
  color: var(--black);
  -webkit-transition: all .2s;
  transition: all .2s; }

.wrapper {
  max-width: 2500px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow-x: hidden; }

.white-bg {
  background-color: #fff; }

.container {
  width: 100%;
  max-width: 1800px;
  padding: 0 50px;
  margin: 0 auto; }
  .container--not-padding {
    padding: 0 20px; }

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex--wrap {
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

h1 {
  font-size: 7.2rem;
  font-weight: 900; }

h2 {
  font-size: 4.8rem;
  font-weight: 700; }
  h2 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    h2 span::after {
      content: '';
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #ff4f00;
      margin-left: .4em;
      position: relative;
      top: .09em; }

h3 {
  font-size: 3.6rem;
  font-weight: 700; }

h4 {
  font-size: 3rem;
  font-weight: 500; }

h5 {
  font-size: 2.4rem;
  font-weight: 700; }

p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.66; }

.text-center {
  text-align: center; }

.btn {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  border: 2px solid transparent;
  background-color: transparent;
  padding: 1.11em 2em;
  min-width: 18.666em;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer; }
  .btn::before {
    content: '';
    width: 1px;
    height: 80%;
    border-left: 4px solid #ff4f00;
    position: absolute;
    left: -2px;
    bottom: -2px;
    -webkit-transition: height .3s, width .3s .3s;
    transition: height .3s, width .3s .3s; }
  .btn::after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 4px solid #ff4f00;
    border-right: 4px solid #ff4f00;
    position: absolute;
    bottom: -2px;
    left: -2px;
    opacity: 0;
    -webkit-transition: width .3s, height .3s .3s;
    transition: width .3s, height .3s .3s; }
  .btn--white {
    color: #fff; }
  .btn:hover::before {
    width: 100%;
    height: calc(100% + 2px);
    border-left: 4px solid #ff4f00;
    border-top: 4px solid #ff4f00; }
  .btn:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1; }
  .btn span {
    position: relative;
    z-index: 1; }
  .btn--blue {
    border-color: var(--dark-blue); }
  .btn--orange {
    border-color: var(--orange); }

.columns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .columns .col {
    width: 20%;
    border-right: 1px solid rgba(229, 229, 229, 0.3); }
    .columns .col:last-child {
      border-right: none; }

.orange {
  color: var(--orange); }

.blue {
  color: var(--dark-blue); }

::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  color: #161713;
  font-weight: 300; }

::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  color: #161713;
  font-weight: 300; }

/* Firefox 19+ */
:-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  color: #161713;
  font-weight: 300; }

/* Firefox 18- */
:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  color: #161713;
  font-weight: 300; }

.bubbles {
  position: relative; }

.individual-bubble {
  position: absolute;
  border-radius: 100%;
  bottom: 10px;
  background-color: var(--orange);
  z-index: 1; }

/* хром, сафари */
.element::-webkit-scrollbar {
  width: 0; }

/* ie 10+ */
.element {
  -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/
.element {
  overflow: -moz-scrollbars-none; }

@-webkit-keyframes navi {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(300%);
            transform: translateY(300%); } }

@keyframes navi {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(300%);
            transform: translateY(300%); } }
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0); } }
/*Header*/
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 5.5em;
  z-index: 10; }
  .header--white {
    color: #fff !important; }
    .header--white .header__right a {
      color: #fff; }
      .header--white .header__right a:hover {
        color: var(--black); }
    .header--white .burger span {
      background-color: #fff; }
  .header .container {
    position: relative;
    z-index: 20; }

.header__right {
  font-size: 1.6rem; }

.callback {
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-right: 10.625em;
  -webkit-transition: color .3s .3s;
  transition: color .3s .3s; }
  .callback::after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(100% + .1em);
    width: 20%;
    height: .45em;
    background-color: #ff4f00;
    margin-top: .2em;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    -webkit-transition: width .3s, -webkit-transform .3s .3s;
    transition: width .3s, -webkit-transform .3s .3s;
    transition: width .3s, transform .3s .3s;
    transition: width .3s, transform .3s .3s, -webkit-transform .3s .3s; }
  .callback:hover {
    color: var(--orange); }
    .callback:hover::after {
      width: 100%;
      -webkit-transform: skewX(30deg);
              transform: skewX(30deg); }

.phone {
  font-weight: 900;
  margin-right: 3.75em; }
  .phone:hover {
    color: var(--orange); }

.menu-btn {
  cursor: pointer; }
  .menu-btn::before {
    content: 'Меню';
    font-size: 12px;
    width: 60px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 900;
    margin-right: .5em;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    -webkit-transition: all .4s;
    transition: all .4s; }
  .menu-btn.active::before {
    content: 'Закрыть'; }
  .menu-btn.active .burger span {
    background-color: var(--orange); }
  .menu-btn.active .burger span:first-child {
    -webkit-transform: rotate(45deg) translate(10px, 2px);
            transform: rotate(45deg) translate(10px, 2px); }
  .menu-btn.active .burger span:nth-child(2) {
    background-color: transparent;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  .menu-btn.active .burger span:last-child {
    -webkit-transform: rotate(-45deg) translate(12px, -4px);
            transform: rotate(-45deg) translate(12px, -4px); }

.burger {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40px; }
  .burger span {
    display: block;
    height: 1px;
    background-color: var(--dark-blue);
    margin-bottom: 9px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s; }
    .burger span:last-child {
      margin-bottom: 0; }
    .burger span:nth-child(2)::before {
      content: '';
      width: .35em;
      height: .35em;
      background-color: #ff4f00;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -2px;
      z-index: 1;
      -webkit-transition: width .4s;
      transition: width .4s; }

.menu {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  padding-top: 14.5em;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .8s;
  transition: all .8s;
  visibility: hidden;
  z-index: 10; }
  .menu.active {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.menu__content {
  background-color: #f8f9fb;
  height: 100%;
  border-top: 1px solid var(--border-color); }

.nav {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.menu-list {
  width: 50%; }
  .menu-list li {
    font-size: 7.2rem;
    font-weight: 900;
    position: relative; }
    .menu-list li:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    .menu-list li.active a::after {
      width: 40%; }
    .menu-list li:hover a::after {
      width: 100%;
      -webkit-transform: skewX(30deg);
              transform: skewX(30deg); }
    .menu-list li:hover a {
      color: var(--orange); }
    .menu-list li a {
      display: inline-block;
      position: relative;
      padding-bottom: .2em;
      margin-bottom: .4em; }
      .menu-list li a::after {
        content: '';
        display: block;
        width: 0;
        height: .1388em;
        background-color: #ff4f00;
        position: absolute;
        left: 0;
        top: 100%;
        -webkit-transform: skewX(-30deg);
                transform: skewX(-30deg);
        -webkit-transition: width .4s, -webkit-transform .4s .4s;
        transition: width .4s, -webkit-transform .4s .4s;
        transition: transform .4s .4s, width .4s;
        transition: transform .4s .4s, width .4s, -webkit-transform .4s .4s; }

.menu-img {
  width: 60%;
  position: relative; }
  .menu-img img {
    position: absolute; }
  .menu-img .mountain {
    width: 100%;
    bottom: 0;
    right: 0;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 3; }
  .menu-img .circle {
    width: 50em;
    height: 50em;
    bottom: 10em;
    right: 24em;
    z-index: 1; }
  .menu-img .menu-robot {
    width: 54em;
    -o-object-fit: contain;
       object-fit: contain;
    bottom: 0;
    left: 30em;
    z-index: 2; }

.logo {
  position: relative;
  display: block;
  overflow: hidden; }
  .logo img {
    -webkit-transition: all .4s;
    transition: all .4s; }

.for-open-menu {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  z-index: -1; }

.menu-robot {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.menu-list li {
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.menu-active {
  overflow: hidden; }
  .menu-active .nav-line {
    opacity: 0; }
  .menu-active .menu-img .menu-robot,
  .menu-active .menu-list li {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .4s;
            transition-delay: .4s; }
  .menu-active .menu-list li {
    -webkit-transition-delay: .8s;
            transition-delay: .8s; }
  .menu-active .portolio-block__top,
  .menu-active .blog-top,
  .menu-active .blog-inner-top {
    background: #f8f9fb; }
  .menu-active .header--white .header__right a {
    color: var(--black); }
    .menu-active .header--white .header__right a:hover {
      color: var(--orange); }
  .menu-active .header--white .menu-btn::before {
    color: var(--black); }
  .menu-active .logo .for-open-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 1; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*top-section*/
.top-section {
  padding: 4em 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  position: relative; }
  .top-section h1, .top-section h4, .top-section .btn {
    position: relative;
    z-index: 8; }
  .top-section h1 {
    margin-bottom: .77em; }
  .top-section h4 {
    margin-bottom: 2.33em; }
  .top-section .columns .col:first-child {
    background: transparent url("../img/bg/part-of-bg.jpg") left top no-repeat;
    background-size: cover;
    -webkit-transition: all .4s .6s;
    transition: all .4s .6s; }

.top-section-img {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0; }
  .top-section-img img {
    position: absolute; }

.mountains {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 54.5em;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5; }

.circle {
  bottom: 20em;
  right: 5em;
  width: 55em;
  height: 55em; }

.robot-top {
  height: 66em;
  right: 35em;
  bottom: 2em;
  z-index: 2; }

.white-cirlce {
  width: 38em;
  height: 38em;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 29em;
  right: 13em;
  z-index: 3; }

/*result*/
.result {
  padding: 11em 0 10em;
  background: transparent url("../img/bg/bg-2.jpg") left top no-repeat;
  background-size: cover;
  position: relative; }
  .result h2 {
    margin-bottom: 1.5em; }
  .result .container {
    position: relative;
    z-index: 1; }

.result__list {
  counter-reset: number;
  position: relative;
  z-index: 5; }
  .result__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 11em; }
    .result__list li:first-child, .result__list li:last-child {
      -webkit-transform: translateX(20%);
              transform: translateX(20%); }
    .result__list li:last-child {
      margin-bottom: 0; }
    .result__list li::before {
      counter-increment: number;
      content: "0" counter(number);
      color: #18365f;
      font-size: 6rem;
      font-weight: 700;
      margin-right: .3em;
      -webkit-transform: translateY(-18%);
              transform: translateY(-18%); }
    .result__list li h5 {
      font-size: 2.4rem;
      font-weight: 700;
      margin-bottom: .6em;
      position: relative; }
      .result__list li h5::before {
        content: '';
        width: .35em;
        height: .35em;
        position: absolute;
        left: 0;
        bottom: 100%;
        border-radius: 50%;
        background-color: #ff4f00;
        margin-bottom: .3em; }

.result__right .result__list {
  counter-reset: number 3; }
  .result__right .result__list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: right; }
    .result__right .result__list li:first-child, .result__right .result__list li:last-child {
      -webkit-transform: translateX(-18%);
              transform: translateX(-18%); }
    .result__right .result__list li::before {
      margin-right: 0;
      margin-left: .3em; }
    .result__right .result__list li h5::before {
      left: auto;
      right: 0; }

.result__center {
  width: 68em;
  position: relative; }

.result__img {
  width: 68em;
  height: 68em;
  position: relative; }
  .result__img .white-square {
    width: 64em;
    height: 64em;
    position: absolute;
    background: transparent url("../img/elements/white-square.png") left top no-repeat;
    background-size: contain;
    left: 2em;
    bottom: 4em;
    z-index: 1; }
  .result__img img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1; }
  .result__img .robot {
    bottom: -4em;
    width: 47em;
    z-index: 3; }
  .result__img .x-element {
    width: 39.7em;
    bottom: 12em;
    z-index: 2; }
  .result__img .u-element {
    width: 38.8em;
    bottom: 14em; }

.orange-dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: var(--orange);
  position: absolute; }
  .orange-dot:first-child {
    top: 31em;
    left: -.5em; }
  .orange-dot:nth-child(2) {
    top: 49em;
    left: 3em; }
  .orange-dot:nth-child(3) {
    top: 54.6em;
    left: 22em; }
  .orange-dot:nth-child(4) {
    top: -0.4em;
    left: 30.5em; }
  .orange-dot:nth-child(5) {
    top: 3em;
    right: 4.9em; }
  .orange-dot:nth-child(6) {
    top: 20.7em;
    right: -0.5em; }

/*contact*/
.contact {
  background: #18365f url("../img/bg/bg-3.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 7em 0;
  position: relative; }
  .contact--portfolio {
    background-image: url("../img/bg/portfolio-contact-bg.jpg"); }
  .contact--second-type {
    background-image: url("../img/bg/bg-7.jpg"); }
    .contact--second-type .contact-block {
      padding: 3em 14em; }
    .contact--second-type .contact-form {
      padding: 15em 4em;
      max-width: 55em;
      background-color: #152f53; }
    .contact--second-type .contact__data {
      width: 48%;
      -webkit-transform: translateY(5em);
              transform: translateY(5em); }
    .contact--second-type .contact-row {
      margin-bottom: 4.5em; }
    .contact--second-type h4 {
      font-weight: 700;
      margin-bottom: 1em;
      line-height: 1.1; }
    .contact--second-type .contact__data::after {
      height: calc(100% + 5.45em); }
  .contact .col {
    border-color: rgba(255, 255, 255, 0.05); }
  .contact .container {
    position: relative; }

.contact-block {
  background: transparent url("../img/bg/bg-3_border.png") left top no-repeat;
  background-size: 100% 100%;
  padding: 19em 24em;
  position: relative;
  color: #fff;
  z-index: 1; }
  .contact-block .robot {
    position: absolute;
    bottom: 3.3em;
    left: 52%;
    max-height: 90%;
    z-index: 3; }

.contact-form {
  width: 45%;
  max-width: 45em; }

.contact__data {
  width: 55%;
  position: relative; }
  .contact__data::after {
    content: '';
    width: 27em;
    height: 40em;
    border: 1.5em solid #ff4f00;
    border-left: none;
    position: absolute;
    right: 23em;
    top: -8.5em;
    z-index: 4; }
  .contact__data h2 {
    line-height: 1.3;
    position: relative;
    margin-bottom: 1em;
    z-index: 5; }
  .contact__data .contact-row a {
    color: #fff;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-weight: 500;
    z-index: 4; }
    .contact__data .contact-row a::before {
      content: '';
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: .3em;
      height: .3em;
      border-radius: 50%;
      background-color: var(--orange);
      margin-right: .3em; }
    .contact__data .contact-row a:hover {
      color: var(--orange); }
    .contact__data .contact-row a.phone {
      font-weight: 900; }

.form {
  color: #fff; }
  .form h3 {
    margin-bottom: 1em;
    display: inline-block; }
    .form h3::after {
      content: '';
      width: 29%;
      height: .1em;
      background-color: #ff4f00;
      -webkit-transform: skewX(-18deg);
              transform: skewX(-18deg);
      display: block;
      margin-top: .2em; }

.input-wrapper {
  margin-bottom: 7rem; }

.sale-bage {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 8.7rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--orange);
  padding: 0.3218em; }

.contact-top {
  background-color: #f8f9fb;
  position: relative;
  padding: 32em 0 26em; }
  .contact-top .container {
    position: relative;
    z-index: 3; }

.contact-top__title {
  position: relative;
  font-size: 10.2rem;
  font-weight: 900;
  z-index: 2; }
  .contact-top__title h1 {
    font-size: 1em;
    position: relative;
    z-index: 1; }
  .contact-top__title .title-copy {
    position: absolute;
    left: -.2em;
    top: 0;
    -webkit-transform: translateY(-23%);
            transform: translateY(-23%);
    font-size: 20rem;
    color: #fff;
    text-transform: uppercase; }

.contact-top__img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  left: 0;
  z-index: 1; }
  .contact-top__img .circle {
    width: 58em;
    height: 58em;
    right: 30em;
    bottom: 0;
    position: absolute;
    z-index: 1; }

.contact-robot {
  width: 47em;
  position: absolute;
  bottom: 5em;
  left: auto;
  right: 67em;
  z-index: 3; }

.contact-top__mountain {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3; }
  .contact-top__mountain img {
    position: absolute;
    right: 0; }
    .contact-top__mountain img:first-child {
      height: 25em;
      bottom: 0; }
    .contact-top__mountain img:last-child {
      height: 60em;
      bottom: -15em;
      right: 18em;
      z-index: 2; }

.contact-data {
  position: relative;
  padding-top: 8em;
  z-index: 4; }
  .contact-data .container {
    position: relative;
    border: 1px solid var(--border-color);
    padding: 4em 8em 0;
    z-index: 1; }

.contact-data__wrapper {
  padding-bottom: 11.6em; }
  .contact-data__wrapper .map {
    width: calc(100% - 65em);
    background-color: var(--dark-blue);
    padding: 2em; }
  .contact-data__wrapper .contact-form {
    width: 62em;
    max-width: 100%;
    padding: 6em;
    background-color: var(--dark-blue);
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.contact-data__row {
  padding: 3em 0 6em;
  position: relative; }
  .contact-data__row::after {
    content: '';
    width: 85%;
    height: 140%;
    background: transparent url("../img/elements/dots.png") left top;
    position: absolute;
    top: 0;
    left: -3em; }

.contact-data__item {
  position: relative;
  z-index: 1; }
  .contact-data__item:not(:last-child) {
    margin-right: 10em; }

.contact-data__item__title {
  font-size: 1.6rem;
  line-height: 2;
  position: relative; }
  .contact-data__item__title::before {
    content: '';
    width: .4em;
    height: .4em;
    border-radius: 50%;
    background-color: #ff4f00;
    position: absolute;
    top: .75em;
    left: -.75em; }

.contact-data__item__content {
  font-weight: 700;
  font-size: 1.8rem; }
  .contact-data__item__content a:hover {
    color: var(--orange); }
  .contact-data__item__content a:not(:last-child) {
    margin-right: 1.5em; }

span.input {
  padding-top: 3px;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: top; }

.input__field {
  font-size: 16px;
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .input__label:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    position: absolute;
    left: 0;
    bottom: -11px; }

.input__label-content {
  position: relative;
  display: block;
  padding: 1.1em 0;
  width: 100%; }

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none; }

.icon {
  color: #ddd;
  font-size: 150%; }

.input__field--nariko {
  width: 100%;
  background: transparent;
  opacity: 0;
  padding: 0.35em;
  z-index: 100;
  color: #fff; }

.input__label--nariko {
  width: 100%;
  bottom: 9px;
  position: absolute;
  pointer-events: none;
  text-align: left;
  color: #fff;
  padding: 0 0.5em; }

.input__label--nariko::before {
  content: '';
  position: absolute;
  width: 20%;
  height: 1px;
  top: calc(100% + 11px);
  left: .5em;
  background: #ff4f00;
  z-index: 2;
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.input__label-content--nariko {
  padding: 0.5em 0;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.4s, color 0.4s;
  -webkit-transition: color 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, color 0.4s;
  transition: transform 0.4s, color 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.input__field--nariko:focus,
.input--filled .input__field--nariko {
  cursor: text;
  opacity: 1;
  -webkit-transition: opacity 0s 0.4s;
  transition: opacity 0s 0.4s; }

.input__field--nariko:focus + .input__label--nariko::before,
.input--filled + .input__label--nariko::before {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  width: 100%;
  left: 0; }

.input__field--nariko:focus + .input__label--nariko .input__label-content--nariko,
.input--filled + label .input__label-content--nariko {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transform: translate3d(0, -1.4em, 0) scale3d(0.81, 0.81, 1);
  transform: translate3d(0, -1.4em, 0) scale3d(0.81, 0.81, 1); }

.input--filled {
  opacity: 1 !important; }

.input--filled + .input__label:after {
  background-color: #fff; }

.input__field--nariko:focus + .input__label--nariko:after {
  background-color: #fff; }

/*case*/
.case {
  padding: 15em 0;
  position: relative;
  background: url("../img/bg/bg-4-top.png") 100% top no-repeat, url("../img/elements/mountain-screen4.png") 0 100% no-repeat, url("../img/bg/bg-4.jpg") 0 0 no-repeat;
  background-size: auto, 100% auto, cover;
  overflow: hidden; }
  .case .col {
    position: relative; }

.aside-text {
  font-size: 19rem;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(43, 43, 43, 0.07);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 2.2em;
  left: -1.08em; }

.link--kukuri {
  text-transform: uppercase;
  font-weight: 900;
  overflow: hidden;
  line-height: 0.75; }

.case:hover .link--kukuri::after {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }
.case:hover .link--kukuri::before {
  width: 100%; }

.link--kukuri::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 100%;
  top: 50%;
  margin-top: -8px;
  right: 0;
  background: var(--orange);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.link--kukuri::before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  color: rgba(252, 145, 97, 0.1);
  white-space: nowrap;
  width: 0%;
  -webkit-transition: width 0.4s 0.3s;
  transition: width 0.4s 0.3s; }

.case__content {
  position: relative;
  width: 61%;
  z-index: 1; }
  .case__content h2 {
    line-height: 1.2;
    margin-bottom: 2em; }
    .case__content h2 span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .case__content h2 span::after {
        content: '';
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #ff4f00;
        margin-left: .4em;
        position: relative;
        top: .09em; }

.case__list {
  counter-reset: num;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .case__list li {
    width: 28%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 6em;
    position: relative; }
    .case__list li::before {
      counter-increment: num;
      content: "0" counter(num);
      display: block;
      font-size: 3.333em;
      font-weight: 700;
      color: #18365f;
      margin-bottom: .1em;
      line-height: 1;
      position: relative;
      z-index: 1; }
    .case__list li::after {
      content: '';
      width: 7.777em;
      height: 7.777em;
      border-radius: 50%;
      background: -webkit-gradient(linear, left top, right bottom, color-stop(10%, #fc9161), color-stop(rgba(252, 145, 97, 0.35)), color-stop(transparent), to(transparent));
      background: linear-gradient(to bottom right, #fc9161 10%, rgba(252, 145, 97, 0.35), transparent, transparent);
      position: absolute;
      top: 2em;
      left: -2em;
      z-index: 0;
      opacity: 0;
      -webkit-transition: all .4s;
      transition: all .4s; }
    .case__list li:hover::after {
      opacity: 1;
      top: -2em; }
    .case__list li p {
      position: relative;
      z-index: 1; }

.case-row {
  position: relative; }
  .case-row:hover::before {
    top: -29em;
    opacity: 1;
    visibility: visible; }
  .case-row::before {
    content: '';
    width: 50em;
    height: 50em;
    border-radius: 50%;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(15%, rgba(252, 145, 97, 0.6)), color-stop(30%, rgba(252, 145, 97, 0.3)), color-stop(50%, transparent));
    background: linear-gradient(to bottom left, rgba(252, 145, 97, 0.6) 15%, rgba(252, 145, 97, 0.3) 30%, transparent 50%);
    position: absolute;
    right: -8em;
    top: -9em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    transition: all .4s; }
  .case-row h3 {
    position: relative; }
    .case-row h3::after {
      content: '';
      width: 45%;
      height: .1em;
      background-color: #ff4f00;
      -webkit-transform: skewX(-18deg);
              transform: skewX(-18deg);
      position: absolute;
      top: calc(100% + .2em);
      right: 0;
      -webkit-transition: all .2s;
      transition: all .2s; }

.hand {
  width: 29%;
  position: relative;
  z-index: 1; }
  .hand img {
    display: block;
    position: relative;
    left: -30em;
    top: 5em;
    max-width: 74em;
    -webkit-animation: swing 4s infinite;
            animation: swing 4s infinite;
    -webkit-transform-origin: center;
            transform-origin: center; }

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0);
    transform: rotate3d(0, 0, 1, 0); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0);
    transform: rotate3d(0, 0, 1, 0); }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
/*how-do*/
.how-do {
  background: transparent url("../img/bg/bg-5.jpg") left top no-repeat;
  background-size: cover;
  padding: 14em 0 4em; }
  .how-do h2 {
    margin-bottom: 1.8em; }

.how-do__list li {
  width: 20%;
  text-align: center; }
  .how-do__list li:hover .how-do__img img {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8); }

.how-do__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 19.3em;
  margin-bottom: 2.5em; }
  .how-do__img img {
    max-height: 20em;
    -webkit-transition: -webkit-filter .4s;
    transition: -webkit-filter .4s;
    transition: filter .4s;
    transition: filter .4s, -webkit-filter .4s; }

.how-do__text {
  display: block;
  border-top: 1px solid var(--border-color);
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 1.9em; }

/*features*/
.features {
  position: relative;
  padding: 9em 0 0;
  background: #fff; }
  .features h2 {
    margin-bottom: 1.5em; }
  .features .container {
    position: relative;
    z-index: 1; }

.features__left,
.features__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.features__center {
  width: 47em;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .features__center .circle {
    position: absolute;
    width: 47em;
    height: 47em;
    bottom: 10em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: rotate 70s infinite linear;
            animation: rotate 70s infinite linear;
    z-index: 1; }
  .features__center .white-circle {
    width: 35em;
    height: 35em;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 15em;
    z-index: 2; }
  .features__center .robot {
    width: 37.5em;
    position: relative;
    z-index: 3; }

.features__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.5em; }
  .features__list li:nth-child(2) {
    -webkit-transform: translateX(7em);
            transform: translateX(7em); }
  .features__list li:last-child {
    -webkit-transform: translateX(7em);
            transform: translateX(7em);
    margin-bottom: 0; }
  .features__list li img {
    max-height: 18em;
    max-width: 100%; }

.features__img {
  margin-right: 3em; }

.features__right .features__list li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right; }
  .features__right .features__list li:nth-child(2) {
    -webkit-transform: translateX(-7em);
            transform: translateX(-7em); }
  .features__right .features__list li:last-child {
    -webkit-transform: translateX(-7em);
            transform: translateX(-7em);
    margin-bottom: 0; }
.features__right .features__img {
  margin-right: 0;
  margin-left: 3em; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg); } }
/*portfolio*/
.portfolio {
  padding: 8em 0;
  background-color: #f8f9fb;
  position: relative; }
  .portfolio .container {
    max-width: 1760px;
    border: 1px solid var(--border-color);
    background: transparent url("../img/elements/cases.png") 100% center no-repeat;
    padding-top: 4.2em; }
  .portfolio .aside-text {
    font-size: 10rem;
    color: #fff;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
  .portfolio .mountain {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2; }
  .portfolio .top-row {
    padding: 5.5em 0 10em;
    position: relative; }
    .portfolio .top-row::before {
      content: '';
      position: absolute;
      top: 0;
      left: -3em;
      width: calc(100% - 13.8em);
      height: 100%;
      background: transparent url("../img/elements/dots.png") left top; }
  .portfolio h2 {
    position: relative; }
    .portfolio h2::before {
      content: 'UX AGENCY';
      font-size: 2.4791em;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      position: absolute;
      left: -.3em;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      white-space: nowrap; }
    .portfolio h2 span {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 1; }
      .portfolio h2 span::after {
        content: '';
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #ff4f00;
        margin-left: .4em;
        position: relative;
        top: .09em; }

.slick-slide {
  outline: none; }

.slick-arrow {
  display: inline-block;
  width: 7.4em;
  height: 7.4em;
  background-color: #ff4f00;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1px;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .slick-arrow:hover {
    background-color: #18365f; }

.prev-slide {
  background-image: url("../img/icons/left-arrow.svg"); }

.next-slide {
  background-image: url("../img/icons/right_arrow.svg"); }

.portfolio-slider {
  width: calc(100% - 10em);
  margin: 0 auto;
  position: relative;
  z-index: 4; }
  .portfolio-slider .slick-list {
    overflow: visible; }

.portfolio__item {
  position: relative;
  padding: 0 1.5em 3em; }
  .portfolio__item:hover {
    z-index: 3; }

.portfolio__preview {
  height: 32.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3em 3em 3em 5em;
  border-bottom: 3px solid var(--orange);
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .portfolio__preview::before {
    content: '+';
    font-size: 22.7em;
    color: rgba(43, 43, 43, 0.14);
    position: absolute;
    right: 4.7rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .7s;
    transition: all .7s; }
  .portfolio__preview:hover {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-box-shadow: -6em 6em 50px rgba(24, 54, 95, 0.3);
            box-shadow: -6em 6em 50px rgba(24, 54, 95, 0.3);
    z-index: 4; }
    .portfolio__preview:hover::before {
      color: rgba(255, 255, 255, 0.14); }
    .portfolio__preview:hover .portfolio__name {
      color: #fff; }
    .portfolio__preview:hover .arrow::before {
      color: #fff; }
    .portfolio__preview:hover img {
      opacity: 1; }
  .portfolio__preview .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .portfolio__preview .arrow::before {
      content: '\2192';
      font-size: 2rem;
      color: #2b2b2b;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      -webkit-transition: all .4s;
      transition: all .4s; }
  .portfolio__preview img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s; }

.portfolio__name {
  font-size: 3rem;
  line-height: 1.2;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .portfolio__name::before {
    content: '';
    width: .2em;
    height: .2em;
    border-radius: 50%;
    background-color: #ff4f00;
    position: absolute;
    left: -.5em;
    top: .45em; }

/*portolio-block*/
.portolio-block__top {
  height: 100vh;
  background: #635950 url("../img/bg/portfolio-bg.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
  -webkit-transition: background .4s;
  transition: background .4s; }
  .portolio-block__top .col {
    border-color: rgba(229, 229, 229, 0.1); }

.portolio-block__top__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%; }

.portolio-block__top__logo {
  margin-top: 15em;
  margin-bottom: 15em; }
  .portolio-block__top__logo img {
    max-width: 100%; }

.portolio-block__top__title {
  position: relative;
  text-align: center;
  font-size: 7.2rem;
  width: 100%; }
  .portolio-block__top__title h3 {
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    position: relative;
    z-index: 1; }
  .portolio-block__top__title .title-copy {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1.9em;
    color: rgba(255, 255, 255, 0.14);
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap; }

/*team*/
.team {
  padding: 14em 0 12em;
  background-color: #fdfefe;
  background: url("../img/elements/our_team.png") 100% 100% no-repeat, url("../img/bg/bg-6.jpg") left top no-repeat;
  background-size: 7em, cover; }
  .team .top-row {
    margin-bottom: 7em;
    padding-right: 6.5em; }
  .team .slick-list {
    padding-top: 4em !important; }
  .team .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .team .team__item:hover .member__photo img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
  .team .team__item:hover .team__bg {
    border-color: var(--orange); }
    .team .team__item:hover .team__bg::before, .team .team__item:hover .team__bg::after {
      background-color: #ff4f00; }
  .team .team__item:hover .member-post {
    opacity: 1;
    bottom: 15%; }
    .team .team__item:hover .member-post::before {
      right: 0;
      opacity: 1; }

.team-slider {
  margin: 0 -4em; }

.team__item {
  position: relative;
  padding: 0 5em; }

.member__photo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60em; }
  .member__photo img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    bottom: 1em;
    -webkit-filter: grayscale(150%);
            filter: grayscale(150%);
    z-index: 1;
    -webkit-transition: -webkit-filter .4s;
    transition: -webkit-filter .4s;
    transition: filter .4s;
    transition: filter .4s, -webkit-filter .4s; }

.team__bg {
  background-color: #f8f9fb;
  border: 1.2em solid #edf0f8;
  border-top: none;
  border-right: none;
  position: absolute;
  height: 90%;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .team__bg::before {
    content: '';
    width: 20%;
    height: 1.2em;
    background-color: #edf0f8;
    position: absolute;
    top: 0;
    left: -1px;
    -webkit-transition: all .4s;
    transition: all .4s; }
  .team__bg::after {
    content: '';
    height: 20%;
    width: 1.2em;
    background-color: #edf0f8;
    position: absolute;
    bottom: -1px;
    right: 0;
    -webkit-transition: all .4s;
    transition: all .4s; }

.member-post {
  position: absolute;
  bottom: 0;
  width: calc(100% - 4em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--dark-blue);
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  padding: 2.2em 2em;
  -webkit-box-shadow: -2em 2em 30px rgba(24, 54, 95, 0.5);
          box-shadow: -2em 2em 30px rgba(24, 54, 95, 0.5);
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 3; }
  .member-post::before {
    content: '';
    width: 1.22em;
    height: 1.22em;
    background-color: #ff4f00;
    position: absolute;
    top: 0;
    right: 80%;
    opacity: 0;
    -webkit-transition: all .4s .4s;
    transition: all .4s .4s; }

/*service-top*/
.service-top {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fff url("../img/bg/service-top.jpg") left top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden; }
  .service-top h1 {
    font-size: 10.2rem;
    margin-bottom: .45em; }
  .service-top h4 {
    line-height: 1.3; }

.service-top__img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.service-mountain {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transform: translateY(7em);
          transform: translateY(7em);
  z-index: 4; }

.service_top__line {
  position: absolute;
  width: 82.7em;
  height: 45em;
  bottom: 22em;
  right: 7em; }
  .service_top__line img {
    max-width: 100%;
    position: absolute;
    top: 0; }
  .service_top__line .line-2 {
    height: 28.4em;
    right: 26.7em;
    top: 7.8em;
    z-index: 2; }
  .service_top__line .line-1 {
    height: 50em;
    right: 0; }

.service-robot {
  position: absolute;
  height: 170em;
  right: 50em;
  bottom: 0;
  -webkit-transform: translateY(53%);
          transform: translateY(53%); }

/*service-case*/
.service-case {
  position: relative;
  padding: 11em 0 9em; }
  .service-case .container {
    z-index: 1; }

.service-case__top__descr {
  margin-bottom: 6em; }
  .service-case__top__descr h2 {
    margin-bottom: 1.25em;
    line-height: 1.2; }
  .service-case__top__descr h5 {
    margin-bottom: 1.4em; }

.service-case__top__descr {
  position: relative;
  z-index: 1;
  width: 60%; }

.service-case__top__img {
  width: 30%; }
  .service-case__top__img img {
    position: absolute;
    right: 0;
    top: 6.6em;
    width: 75em;
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3); }

.service-case__features h4 {
  font-weight: 700;
  margin-bottom: 1.4em; }

.service-case__features__list {
  position: relative;
  margin: 0 -1em;
  z-index: 1; }
  .service-case__features__list li {
    width: 25%;
    padding: 0 1em; }

.features__list__item {
  background-color: #fff;
  padding: 4em 4.8em;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .features__list__item::after {
    content: '';
    height: .5em;
    width: 70%;
    background-color: #ff4f00;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width .4s;
    transition: width .4s; }
  .features__list__item:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: -6em 6em 50px rgba(24, 54, 95, 0.1);
            box-shadow: -6em 6em 50px rgba(24, 54, 95, 0.1); }
    .features__list__item:hover::after {
      width: 10%; }
  .features__list__item p {
    font-size: 2.4rem;
    line-height: 1.3;
    min-height: 2.6em; }

.features__list__img {
  text-align: right;
  height: 7.8em;
  margin-bottom: 3.2em; }
  .features__list__img img {
    height: 100%; }

/*check-list*/
.check-list {
  background: #17345b url("../img/bg/check-bg.jpg") left top no-repeat;
  background-size: cover;
  padding: 9.4em 0;
  color: #fff; }
  .check-list h3 {
    text-transform: uppercase;
    margin-bottom: 1.3em; }
  .check-list .form-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .check-list .form-line h3 {
      width: 100%;
      line-height: 1.2; }
  .check-list .input-wrapper {
    width: 47%;
    margin-bottom: 0; }

.check-list__form {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 54%;
  padding-top: 3em; }

.check-submit {
  font-size: 1.8rem;
  font-weight: 700;
  background-color: var(--orange);
  color: #fff;
  outline: none;
  padding: 2em 1.4em;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .check-submit:hover {
    background-color: #fff;
    color: var(--orange); }

.check-list__img {
  -webkit-box-shadow: 0 0 10px 3px rgba(255, 79, 0, 0.5);
          box-shadow: 0 0 10px 3px rgba(255, 79, 0, 0.5); }
  .check-list__img img {
    width: 29.6em; }

/*service-features*/
.service-features {
  background-color: #fff;
  padding: 9em 0 6em; }
  .service-features h2 {
    line-height: 1.3;
    margin-bottom: 2em; }

.service-features__list {
  margin: 0 -1.2em;
  counter-reset: numero; }
  .service-features__list li {
    width: 33.3333%;
    padding: 0 1.2em;
    margin-bottom: 2.4em; }

.service-features__item {
  background-color: #f8f9fb;
  padding: 2.3em 4em 4em;
  height: 100%;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .service-features__item::after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #ff4f00;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width .4s;
    transition: width .4s; }
  .service-features__item:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: -6em 6em 50px rgba(24, 54, 95, 0.1);
            box-shadow: -6em 6em 50px rgba(24, 54, 95, 0.1);
    background-color: #fff; }
    .service-features__item:hover::after {
      width: 10%; }

.service-features__top {
  margin-bottom: 3em; }
  .service-features__top h5::before {
    counter-increment: numero;
    content: "0" counter(numero);
    display: block;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 1.2em; }

.service-features__ico {
  max-height: 8em; }

/*about*/
.about {
  background: #18365f url("../img/bg/about-bg.jpg") left top no-repeat;
  background-size: cover;
  padding: 8em 0 14em;
  color: #fff; }
  .about--inner .about-wrapper {
    height: 43em; }
    .about--inner .about-wrapper .slick-arrow {
      top: 6em; }
  .about--landing .about-slider__descr p {
    height: 9.2em;
    -webkit-line-clamp: 6; }
  .about--landing .about-wrapper {
    height: 38em; }
  .about h2 {
    font-weight: 900; }

.about-wrapper {
  padding: 11em 6em 0;
  position: relative;
  border: 2em solid var(--orange);
  border-bottom: none;
  height: 68em; }
  .about-wrapper::before, .about-wrapper::after {
    content: '';
    width: 3em;
    height: 2em;
    background-color: #ff4f00;
    position: absolute;
    bottom: 0; }
  .about-wrapper::before {
    left: 0; }
  .about-wrapper::after {
    right: 0; }
  .about-wrapper > h2 {
    margin-bottom: 2em; }
  .about-wrapper .slick-arrow {
    position: absolute;
    top: 14em;
    z-index: 2;
    border: 1px solid transparent; }
    .about-wrapper .slick-arrow:hover {
      border-color: #fff; }
  .about-wrapper .prev-slide {
    left: 0; }
  .about-wrapper .next-slide {
    right: 0; }

.about__list {
  counter-reset: num;
  margin-bottom: 6.5em; }
  .about__list li::before {
    font-size: 2.4em;
    font-weight: 300;
    counter-increment: num;
    content: "0" counter(num);
    display: block;
    margin-bottom: 1.6em;
    position: relative;
    left: .4em; }
  .about__list h5 {
    font-weight: 300;
    position: relative;
    line-height: 1.3; }
    .about__list h5::before {
      content: '';
      width: 30px;
      height: 1px;
      background-color: #ff4f00;
      position: absolute;
      top: -1.6em;
      left: -.9em;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .about__list h5::after {
      content: '';
      display: block;
      width: 100%;
      max-width: 17rem;
      height: .54em;
      border: .4em solid #ff4f00;
      border-top: none;
      border-right: none;
      margin-top: .5em; }

.about-slider__item h2 {
  margin-bottom: 1.1em;
  text-align: center; }

.about-slider__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 13em; }
  .about-slider__descr h5 {
    margin-bottom: 1em; }
  .about-slider__descr p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4.6em; }

.about-slider__descr__col {
  width: 48%; }

.about-top {
  height: 77em;
  position: relative;
  background: #f8f9fb url("../img/bg/about-page-bg.jpg") center top no-repeat;
  background-size: cover; }
  .about-top h2 {
    display: none; }

.about-descr {
  padding: 9em 0 0; }
  .about-descr h1 {
    margin-bottom: 1.1em; }
  .about-descr p:not(:last-child) {
    margin-bottom: 2em; }
  .about-descr .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.about-descr__text {
  width: calc(100% - 62em); }

.about-descr__video {
  width: 49em;
  height: 70.9em;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%); }

.about-banner {
  height: 45.6em;
  background-color: #f8f9fb;
  margin-top: 10em; }

.about-banner__content {
  -webkit-transform: translateY(-10em);
          transform: translateY(-10em);
  height: 44.5em;
  color: #fff;
  position: relative; }
  .about-banner__content::before {
    content: '';
    background: #18355c url("../img/bg/about-banner-bg.jpg") left top no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 10.5em; }
  .about-banner__content h3 {
    line-height: 1.3;
    padding-left: 13rem; }
  .about-banner__content .container {
    height: 100%;
    position: relative;
    z-index: 1; }
  .about-banner__content .more {
    font-size: 1.8rem;
    padding: 1.77em 1.33em; }

.about-descr__video {
  position: relative; }
  .about-descr__video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.video-container {
  height: 100%; }
  .video-container .video {
    height: 100%; }
    .video-container .video video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .video-container .video.pause .play-video {
      opacity: 0;
      visibility: hidden; }

.play-video {
  width: 12em;
  height: 12em;
  border-radius: 50%;
  position: absolute;
  right: 4em;
  bottom: 4em;
  background: transparent url("../img/icons/play.svg") 4.5em 4em no-repeat;
  background-size: 4em; }
  .play-video::before, .play-video::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: scale 3s infinite;
            animation: scale 3s infinite;
    -webkit-transition: all .4s;
    transition: all .4s; }
  .play-video::after {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }
  .play-video:hover::before, .play-video:hover::after {
    border-color: rgba(0, 0, 0, 0.7); }

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .video-popup.active {
    visibility: visible;
    opacity: 1;
    z-index: 20; }

.close-popup {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent url("../img/icons/close.svg") left top no-repeat;
  background-size: contain;
  z-index: 10; }

@-webkit-keyframes scale {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@keyframes scale {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }
/*task*/
.task {
  background-color: #fff;
  padding: 7em 0;
  position: relative; }
  .task .container {
    position: relative;
    z-index: 1; }

.task__top {
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 2em;
  margin-bottom: 5em; }

.task__left {
  width: 59%; }

.task__right {
  width: 39%; }

.task__content .task__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.task__content__link {
  border-top: 1px solid #3b3b3b;
  padding-top: 3em;
  margin-top: 3em; }
  .task__content__link h4 {
    margin-bottom: 1em; }
  .task__content__link a {
    display: inline-block;
    font-size: 1.8rem; }
    .task__content__link a::after {
      content: '';
      width: 2.2em;
      height: 1px;
      background-color: #ff4f00;
      display: inline-block;
      vertical-align: middle;
      margin-left: 1.4em; }
    .task__content__link a:hover {
      color: var(--orange); }

.list {
  font-size: 1.8rem;
  font-weight: 300;
  color: #3b3b3b;
  line-height: 1.3;
  padding-left: .5em; }
  .list li {
    padding-left: .7em;
    position: relative; }
    .list li::before {
      content: '';
      width: .3em;
      height: .3em;
      border-radius: 50%;
      background-color: #ff4f00;
      position: absolute;
      left: 0;
      top: .5em; }
  .list li:not(:last-child) {
    margin-bottom: 1.8em; }

.task__content .task__right h4,
.task__content .task__right .task__content__link {
  display: none; }

/*portfolio-work*/
.portfolio-work {
  position: relative; }

.portfolio-work__item {
  color: #1c1c1c;
  padding: 6em 0;
  background-color: #f8f9fb; }
  .portfolio-work__item:nth-child(odd) {
    background-color: #fff; }
  .portfolio-work__item h4 {
    margin-bottom: 1em; }
  .portfolio-work__item p, .portfolio-work__item h2, .portfolio-work__item h3, .portfolio-work__item h4 {
    color: #1c1c1c;
    font-weight: 300;
    position: relative;
    z-index: 1; }
  .portfolio-work__item p:not(:last-child) {
    margin-bottom: 2em; }
  .portfolio-work__item img {
    position: relative;
    z-index: 1; }

.portfolio-work__item--top {
  height: 53em;
  position: relative; }
  .portfolio-work__item--top + .portfolio-work__item {
    padding-top: 35em; }
  .portfolio-work__item--top .full-img {
    position: absolute;
    height: 71.4em;
    top: 6em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.portfolio-work-container {
  width: 90%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px; }
  .portfolio-work-container.flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .portfolio-work-container.flex img {
      max-width: 100%; }
  .portfolio-work-container img {
    max-width: 100%; }

.portfolio-work__title {
  position: relative;
  font-size: 6rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .6em; }
  .portfolio-work__title::before {
    content: '';
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 1em;
    height: 1px;
    background-color: #ff4f00;
    margin-right: .2em; }

.portfolio-work__lg {
  width: 55%; }
  .portfolio-work__lg.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .portfolio-work__lg .portfolio-work__title::before {
    position: absolute;
    left: auto;
    right: 100%; }

.portfolio-work__lt {
  width: 40%; }
  .portfolio-work__lt.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

/*blog*/
.blog-top {
  position: relative;
  background: #313131 url("../img/bg/blog-bg.jpg") 100% top no-repeat;
  background-size: cover;
  height: 78em;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .blog-top:hover .blog-top__title span {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .blog-top:hover .blog-top__title em {
    color: var(--orange); }
  .blog-top .col {
    border-color: rgba(229, 229, 229, 0.3); }
  .blog-top .container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
    padding-bottom: 12.5em; }

.blog-top__title {
  font-size: 3.8rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  overflow: hidden; }
  .blog-top__title span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s; }
  .blog-top__title em {
    -webkit-transition: all .4s;
    transition: all .4s; }

.blog-search {
  margin: 3em 0; }

.blog-search-form {
  background-color: #f8f9fb;
  border-bottom: 1px solid var(--orange);
  height: 9.4em; }

.select {
  position: relative;
  display: block;
  width: 300px;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none; }
  .select .placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #161713;
    font-weight: 300;
    border-bottom: 1px solid #000;
    border-radius: 0;
    position: relative;
    top: 1px;
    outline: none;
    padding-left: 2.22em;
    cursor: pointer; }
    .select .placeholder::after {
      content: '';
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 1.7rem;
      height: 1.1rem;
      background: transparent url("../img/icons/select-arrow.svg") 0 0 no-repeat;
      background-size: contain; }
  .select.is-open .placeholder::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .select.is-open ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .select ul {
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    background: #ff6500;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    z-index: 100;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s;
    transition: all .2s; }
    .select ul li {
      display: block;
      text-align: left;
      font-size: 1.8rem;
      line-height: 1.3;
      text-transform: uppercase;
      font-weight: 300;
      color: #fff;
      padding: 0.8em .8em 0.6em 2.22em;
      border-bottom: 1px solid #ff781f;
      -webkit-transition: all .3s;
      transition: all .3s;
      cursor: pointer; }
      .select ul li:last-child {
        border-bottom: none; }
      .select ul li:hover {
        background: #cf631c;
        color: #fff; }

.serch-field {
  width: 40%;
  position: relative;
  border-bottom: 1px solid #000;
  top: 1px; }

.search-input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  color: #161713;
  font-weight: 300;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none; }

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 9em;
  background: transparent url("../img/icons/search.svg") center no-repeat;
  border: 1px solid transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .search-submit:hover {
    border-color: var(--orange);
    background-color: #fff; }

.blog-list {
  margin: 0 -1.2em; }
  .blog-list li {
    width: 33.3333%;
    padding: 0 1.2em;
    margin-bottom: 2.4em; }
    .blog-list li:nth-child(2) {
      width: 66.6666%; }
    .blog-list li:nth-child(6) {
      width: 100%; }
    .blog-list li a {
      display: block;
      position: relative;
      height: 100%; }
      .blog-list li a:hover img {
        -webkit-filter: brightness(1.4);
                filter: brightness(1.4); }
      .blog-list li a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: -webkit-filter .4s;
        transition: -webkit-filter .4s;
        transition: filter .4s;
        transition: filter .4s, -webkit-filter .4s; }

.bage {
  position: absolute;
  font-size: 1.4rem;
  padding: 1.28em 2.5em;
  right: -2px;
  top: 7.14em;
  background-color: var(--orange);
  color: #fff; }

.blog-data {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 3em 5.5em 4em;
  color: #fff;
  z-index: 1; }
  .blog-data span {
    display: block; }
  .blog-data .date {
    font-size: 1.4rem;
    font-weight: 300; }
  .blog-data .blog-descr {
    font-size: 2.4rem;
    line-height: 1.3;
    width: 90%;
    max-width: 20em;
    margin-top: .7em; }

.blog-preview .btn-container {
  padding: 3.5em 0; }

.more {
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  padding: .8333em 3.95em;
  background-color: var(--orange);
  border: 2px solid transparent; }
  .more:hover {
    background-color: #fff;
    color: var(--orange);
    border-color: var(--orange); }

.blog-inner-top {
  height: 77em;
  background: #313131 url("../img/bg/blog_inner_bg.jpg") left top no-repeat;
  background-size: cover;
  position: relative; }
  .blog-inner-top .col {
    border-color: rgba(229, 229, 229, 0.2); }
  .blog-inner-top .container {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #fff;
    padding-bottom: 9em;
    z-index: 1; }

.blog-inner__title h4 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1em; }
.blog-inner__title h2 {
  font-size: 6rem;
  font-weight: 400;
  margin-bottom: 1em; }
.blog-inner__title .breadcrumbs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 300; }
  .blog-inner__title .breadcrumbs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .blog-inner__title .breadcrumbs li:not(:last-child)::after {
      content: '';
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: .5em;
      height: 1px;
      background-color: #fff;
      margin: 0 .5em; }
    .blog-inner__title .breadcrumbs li a {
      color: #fff; }
      .blog-inner__title .breadcrumbs li a:hover {
        color: var(--orange); }

.blog-body {
  margin: 3em 0; }

.video {
  margin-bottom: 4.5em; }
  .video iframe, .video img, .video video {
    width: 100%; }

.blog-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .blog-item .blog-item-col {
    width: 49%;
    margin-bottom: 4em; }
    .blog-item .blog-item-col--full {
      width: 100%; }
    .blog-item .blog-item-col h3 {
      font-weight: 400;
      line-height: 1.3;
      margin-bottom: .7em; }
  .blog-item img {
    width: 100%;
    max-height: 46em;
    -o-object-fit: cover;
       object-fit: cover; }

.quote {
  background-color: #f8f9fb;
  padding: 4.5em 4.5em 2em;
  position: relative;
  font-style: italic; }
  .quote::after {
    content: '';
    width: 6.6em;
    height: 5.9em;
    background: transparent url("../img/icons/quote.png") left top no-repeat;
    background-size: contain;
    display: block;
    margin-top: 2.4em; }
  .quote::before {
    content: '';
    width: 90%;
    height: .7em;
    background-color: #ff4f00;
    position: absolute;
    bottom: 0;
    left: 0; }

.goal {
  position: relative;
  padding: 12em 0 5em; }
  .goal .container {
    position: relative;
    z-index: 1; }
  .goal h2 {
    margin-bottom: 2em; }

.goal__list {
  margin: 0 -7rem;
  counter-reset: num; }
  .goal__list li {
    width: 33.3333%;
    font-size: 1.8rem;
    padding: 0 7rem;
    margin-bottom: 4.444em;
    position: relative; }
    .goal__list li::before {
      content: "0" counter(num);
      counter-increment: num;
      display: block;
      font-size: 1em;
      font-weight: 300;
      margin-bottom: .7em; }
    .goal__list li::after {
      content: '';
      width: 10em;
      height: 10em;
      border-radius: 50%;
      background: -webkit-gradient(linear, right top, left bottom, color-stop(10%, #fc9161), color-stop(rgba(252, 145, 97, 0.35)), color-stop(transparent), to(transparent));
      background: linear-gradient(to bottom left, #fc9161 10%, rgba(252, 145, 97, 0.35), transparent, transparent);
      position: absolute;
      top: 2em;
      left: 1em;
      z-index: 0;
      opacity: 0;
      -webkit-transition: all .4s;
      transition: all .4s; }
    .goal__list li:hover::after {
      opacity: 1;
      top: -2em; }
    .goal__list li h5 {
      font-weight: 700;
      margin-bottom: .7em; }

/*priority*/
.priority {
  background-color: #f8f9fb;
  padding: 8em 0; }
  .priority .container {
    border: 1px solid var(--border-color);
    padding: 8em;
    position: relative; }
    .priority .container::before {
      content: '';
      width: 90%;
      height: 85%;
      background: transparent url("../img/elements/dots.png") left top;
      position: absolute;
      top: 5%;
      left: 4%; }
  .priority h2 {
    margin-bottom: 1.45em; }

.priority__list {
  margin: 0 -1.2em; }
  .priority__list li {
    width: 33.3333%;
    height: 29.3em;
    padding: 0 1.2em;
    margin-bottom: 2.4em; }

.priority__item {
  position: relative;
  background-color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 6em; }
  .priority__item::before {
    content: '';
    width: 2.2em;
    height: 2.2em;
    background-color: #ff4f00;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .8s;
    transition: all .8s; }
  .priority__item:hover::before {
    opacity: 0;
    right: calc(100% - 2.2em); }
  .priority__item p {
    font-size: 2.4em;
    line-height: 1.2; }

.priority__icons {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18em; }
  .priority__icons img {
    max-width: 100%; }
    .priority__icons img:last-child {
      position: absolute;
      right: 3em;
      bottom: 3em; }

/*clients*/
.clients {
  position: relative;
  padding-top: 8em; }
  .clients .container {
    position: relative;
    z-index: 1; }

.clients__title {
  display: table;
  margin: 0 auto 5em;
  position: relative; }
  .clients__title .title__copy {
    color: #f8f9fb;
    font-size: 20rem;
    font-weight: 700;
    text-transform: uppercase; }
  .clients__title h3 {
    font-size: 4.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap; }

.clients__list li {
  width: 20%;
  height: 9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8em; }
  .clients__list li img {
    max-width: 100%; }

.reviews {
  padding-bottom: 3em;
  position: relative; }
  .reviews::after {
    content: 'reviews';
    font-size: 20rem;
    color: #f8f9fb;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .reviews .container {
    padding: 8em;
    border: 1px solid var(--border-color);
    position: relative;
    z-index: 1; }

.review__item {
  text-align: center; }

.avatar {
  text-align: center;
  margin-bottom: 3.4em; }
  .avatar img {
    width: 15em;
    height: 15em;
    border-radius: 50%;
    margin: 0 auto; }

.author-data {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 2em; }
  .author-data .name {
    margin-bottom: 1em; }

.review__text p {
  line-height: 1.5;
  max-width: 42em;
  margin-left: auto;
  margin-right: auto; }

.reviews__slider__arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*inner-top*/
.inner-top {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .inner-top .container {
    position: relative;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    padding-left: 8em;
    z-index: 4; }

.inner-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .inner-img img {
    position: absolute; }

.inner-mountain {
  height: 35em;
  bottom: 0;
  width: 100%;
  z-index: 3; }

.robot-corporate,
.robot-landing {
  position: absolute;
  right: 15em;
  bottom: 5em;
  height: 65em;
  z-index: 2; }

.robot-landing {
  height: 68em; }

.inner-lines {
  height: 50em;
  right: 6em;
  bottom: 20em; }

.inner__menu {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 480px;
  margin-right: 3.5em; }

.inner__menu__item {
  width: 100%;
  height: 100px;
  padding: 20px 60px;
  background-color: #f8f9fb; }
  .inner__menu__item:hover, .inner__menu__item.active {
    background-color: var(--dark-blue); }
    .inner__menu__item:hover .inner__menu__text, .inner__menu__item.active .inner__menu__text {
      color: #fff; }
    .inner__menu__item:hover .menu__ico--corporate, .inner__menu__item.active .menu__ico--corporate {
      background-position: 0 -47px; }
    .inner__menu__item:hover .menu__ico--landing, .inner__menu__item.active .menu__ico--landing {
      background-position: 0 -51px; }
    .inner__menu__item:hover .menu__ico--discover, .inner__menu__item.active .menu__ico--discover {
      background-position: 0 -48px; }

.inner__menu__text {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 300;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  -webkit-transition: color .4s;
  transition: color .4s; }

.inner__menu__ico {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50px;
  margin-right: 4em;
  background-repeat: no-repeat;
  background-position: 0 0; }

.menu__ico--corporate {
  height: 47px;
  background-image: url("../img/icons/inner/menu-1.png"); }

.menu__ico--landing {
  height: 51px;
  background-image: url("../img/icons/inner/menu-2.png"); }

.menu__ico--discover {
  height: 48px;
  background-image: url("../img/icons/inner/menu-3.png"); }

.inner__menu__arrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 1.3em;
  height: 2.3em;
  background: transparent url("../img/icons/right_arrow_orange.svg") left top no-repeat;
  background-size: contain; }

.inner-top__descr {
  width: 55em; }
  .inner-top__descr h2 {
    margin-bottom: .7em;
    font-weight: 900; }

/*create*/
.create {
  position: relative;
  background: transparent url("../img/bg/create-bg.jpg") left top no-repeat;
  background-size: cover;
  padding: 15em 0 14.6em; }
  .create .container {
    position: relative;
    padding-left: 8em;
    padding-right: 8em;
    z-index: 1; }

.create__text {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 79em;
  padding-top: 8em; }
  .create__text h1 {
    margin-bottom: .7em;
    font-weight: 900; }
  .create__text p {
    width: 80%; }

.create__text--landing {
  width: 82em; }
  .create__text--landing h1 {
    font-size: 7rem;
    line-height: 1.3;
    margin-bottom: .35em; }
    .create__text--landing h1 span {
      display: block;
      font-weight: 300;
      font-size: .7em; }
  .create__text--landing h5 {
    margin-bottom: 1em;
    line-height: 1.3; }
  .create__text--landing p {
    width: 100%; }

.create__banner {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 68em;
  height: 65em;
  background: transparent url("../img/bg/create-banner-bg.jpg") left top no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 6.5em;
  color: #fff; }
  .create__banner::before {
    content: '';
    width: calc(100% - 6em);
    height: calc(100% - 6em);
    position: absolute;
    left: 1.5em;
    top: 1.5em;
    border: 1.5em solid #ff4f00; }
  .create__banner .robot {
    height: 38em;
    position: absolute;
    bottom: 0;
    right: -4.5em; }
  .create__banner h3 {
    line-height: 1.3;
    margin-bottom: 2em;
    position: relative;
    z-index: 3; }
  .create__banner .more {
    position: relative;
    display: inline-block;
    z-index: 3;
    font-size: 1.8rem;
    padding: 1.77em 5.555em; }

/*for-you*/
.for-you {
  background-color: #fff;
  position: relative;
  padding: 13em 0 9em; }
  .for-you .container {
    padding-left: 8em;
    padding-right: 8em; }

.for-you__content {
  margin: 0 -1em;
  counter-reset: num; }
  .for-you__content .col {
    padding: 0 1em;
    width: 33.3333%; }
    .for-you__content .col:nth-child(2) .service-features__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .for-you__content .col:nth-child(2) .service-features__ico {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .for-you__content .col:nth-child(2) h5 {
      width: 100%; }
      .for-you__content .col:nth-child(2) h5::before {
        text-align: right; }
  .for-you__content .service-features__item {
    background-color: #f8f9fb;
    margin-bottom: 2em;
    height: 29.3em;
    padding: 3.8em; }
    .for-you__content .service-features__item h5::before {
      counter-increment: num;
      content: "0" counter(num); }
  .for-you__content .service-features__top {
    margin-bottom: 0;
    height: 100%; }
    .for-you__content .service-features__top h5 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 2rem; }
  .for-you__content .service-features__ico {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    -o-object-fit: contain;
       object-fit: contain; }

/*month*/
.month {
  background-color: #f8f9fb;
  position: relative;
  padding: 8em 0; }
  .month .container {
    padding: 8em;
    border: 1px solid var(--border-color);
    position: relative; }
    .month .container::after {
      content: '';
      width: calc(100% - 16em);
      height: calc(100% - 16em);
      position: absolute;
      top: 8em;
      left: 8em;
      background: transparent url("../img/elements/dots.png") left top; }
  .month .mountain {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 43em;
    -o-object-fit: contain;
       object-fit: contain; }

.month__title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 45em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2; }
  .month__title h2 {
    line-height: 1.2; }

.month__list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2; }
  .month__list li {
    width: 47%;
    margin-bottom: 5em; }

.month__item .ico {
  display: block;
  height: 6em;
  margin-bottom: 2.5em; }
  .month__item .ico img {
    max-height: 100%; }

.month__text {
  max-width: 80%;
  margin-top: 2em; }

/*stages*/
.main-stages {
  background-color: #f8f9fb;
  padding: 9em 0;
  position: relative; }
  .main-stages .container {
    position: relative;
    z-index: 1; }
  .main-stages h2 {
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    text-align: center;
    position: relative; }
    .main-stages h2::after {
      content: '';
      width: .2em;
      height: .2em;
      border-radius: 50%;
      background-color: #ff4f00;
      position: absolute;
      bottom: 0;
      left: 50%; }

.main-stages.white-bg {
  background-color: #fff; }

.main-stages__slider {
  counter-reset: num;
  margin-bottom: 5.5em;
  padding: 0 0 0 8em; }

.main-stages__item {
  padding-top: 4em;
  position: relative; }
  .main-stages__item::before {
    counter-increment: num;
    content: "0" counter(num);
    font-size: 7.1rem;
    font-weight: 700;
    color: rgba(24, 54, 95, 0.08);
    position: absolute;
    top: 0;
    left: 0; }
  .main-stages__item .ico {
    margin-bottom: 3em;
    height: 6em; }
    .main-stages__item .ico img {
      max-height: 6em;
      -o-object-fit: contain;
         object-fit: contain; }
  .main-stages__item p {
    max-width: 80%; }

.main-stages__slider__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8rem;
  position: relative; }
  .main-stages__slider__arrows::before {
    content: '';
    width: calc(100% - 40em);
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: 50%;
    left: 20em; }

.slick-arrow.slick-disabled {
  opacity: .5; }

/*succes*/
.succes-block {
  background-color: #fff;
  padding: 11em 0;
  position: relative; }
  .succes-block .container {
    position: relative;
    max-width: calc(1600px + 6em);
    padding: 0 3em;
    z-index: 1; }
  .succes-block h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 1em; }

.succes__list {
  counter-reset: num; }
  .succes__list li {
    max-width: 110em;
    margin-bottom: 4em; }
    .succes__list li:nth-child(odd) {
      -webkit-transform: translateX(56%);
              transform: translateX(56%); }

.succes__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.succes__item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4.6em 5.3em;
  position: relative; }
  .succes__item__left::before {
    content: "0" counter(num);
    counter-increment: num;
    position: relative;
    font-size: 3rem;
    font-weight: 300;
    color: #2b2b2b;
    margin-bottom: 2.5em;
    z-index: 2; }
  .succes__item__left::after {
    content: '';
    width: 62em;
    height: 24.3em;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f8f9fb; }
  .succes__item__left img {
    position: relative;
    max-height: 4.7em;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 2; }

.succes__item__descr {
  position: relative;
  padding-top: 12em;
  max-width: 80em;
  z-index: 2; }
  .succes__item__descr h4 {
    font-weight: 700;
    margin-bottom: 1.3em; }

/*sale*/
.start-sale {
  background-color: #f8f9fb;
  padding: 9.5em 0 15em; }
  .start-sale h2 {
    text-align: center;
    padding-bottom: 1em;
    margin-bottom: 1em;
    position: relative;
    line-height: 1.2; }
    .start-sale h2::after {
      content: '';
      width: .2em;
      height: .2em;
      border-radius: 50%;
      background-color: #ff4f00;
      position: absolute;
      bottom: 0;
      left: 50%; }

.sale__list {
  margin: 0 -4em;
  counter-reset: num; }
  .sale__list li {
    width: 25%;
    padding: 0 4em; }

.sale__item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5em; }
  .sale__item__top::before {
    content: "0" counter(num);
    counter-increment: num;
    font-size: 2.4rem;
    color: #18365f;
    font-weight: 300;
    display: inline-block;
    margin-right: 1.2em; }
  .sale__item__top img {
    max-width: 5.6em; }

.sale__item p {
  font-size: 2.4rem; }

/*Footer*/
.nav-line {
  position: fixed;
  height: 70vh;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 15; }
  .nav-line .line {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 2px;
    background-color: rgba(24, 54, 95, 0.14);
    position: relative;
    overflow: hidden; }
    .nav-line .line::before {
      content: '';
      width: 100%;
      height: 100%;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 43, 0.14)), to(#ff4f00));
      background: linear-gradient(to bottom, rgba(43, 43, 43, 0.14), #ff4f00);
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: -webkit-transform 2s;
      transition: -webkit-transform 2s;
      transition: transform 2s;
      transition: transform 2s, -webkit-transform 2s; }
    .nav-line .line::after {
      content: '';
      width: 100%;
      height: 100%;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 43, 43, 0.14)), to(#ff4f00));
      background: linear-gradient(to top, rgba(43, 43, 43, 0.14), #ff4f00);
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: -webkit-transform 2s;
      transition: -webkit-transform 2s;
      transition: transform 2s;
      transition: transform 2s, -webkit-transform 2s; }
    .nav-line .line.disabled::after {
      -webkit-animation: navi 5s infinite;
              animation: navi 5s infinite; }
    .nav-line .line.down::before {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .nav-line .line.top::after {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .nav-line .nav-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5em; }
    .nav-line .nav-arrow .top-arrow,
    .nav-line .nav-arrow .down-arrow {
      display: block;
      width: 1.5em;
      height: .8em;
      display: block;
      position: relative; }
      .nav-line .nav-arrow .top-arrow.active::before,
      .nav-line .nav-arrow .down-arrow.active::before {
        border-color: #ff4f00; }
      .nav-line .nav-arrow .top-arrow::before,
      .nav-line .nav-arrow .down-arrow::before {
        content: '';
        width: 1em;
        height: 1em;
        border-radius: 2px;
        border: 2px solid rgba(255, 79, 0, 0.2);
        border-right: none;
        border-top: none;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .6s;
        transition: all .6s; }
    .nav-line .nav-arrow .top-arrow {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    .nav-line .nav-arrow .down-arrow {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .nav-line .nav-arrow .nav-dot {
      display: block;
      width: .5em;
      height: .5em;
      border-radius: 50%;
      margin: 1em 0;
      background-color: rgba(43, 43, 43, 0.2);
      -webkit-transition: all .6s;
      transition: all .6s; }
      .nav-line .nav-arrow .nav-dot.active {
        background-color: #2b2b2b; }

.footer {
  padding: 4.5em 0; }

.copyright {
  font-size: 1.4em;
  font-weight: 300;
  display: block;
  margin-top: 1.4em; }

.foot-menu {
  font-size: 1.8rem;
  font-weight: 300; }
  .foot-menu li {
    padding: 0 1.4em; }
    .foot-menu li a:hover {
      color: var(--orange); }

.social li {
  padding: 0 .5em; }
  .social li a:hover {
    opacity: .7; }

.soc-ico {
  display: block;
  width: 36px;
  height: 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0s;
  transition: all 0s; }
  .soc-ico:hover {
    background-position: 0 -36px; }

.fb {
  background-image: url("../img/icons/fb.png"); }

.tw {
  background-image: url("../img/icons/tw.png"); }

.footer__right .phone,
.footer__right .mail {
  font-size: 1.6rem;
  margin-left: 3.125em;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer__right .phone::before,
  .footer__right .mail::before {
    content: '';
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: .3em;
    height: .3em;
    border-radius: 50%;
    background-color: #ff4f00;
    margin-right: .4em; }
  .footer__right .phone:hover,
  .footer__right .mail:hover {
    color: var(--orange); }
.footer__right .copyright {
  display: none; }

/*media*/
@media (max-width: 1800px) {
  html {
    font-size: .5vw; }

  .top-section {
    height: auto;
    padding: 35em 0; }

  .contact-data__item__title {
    font-size: 16px; }

  .contact-data__item__content {
    font-size: 18px; }

  .about-banner__content::before {
    left: 6em; }

  .nav-line {
    left: 14px; } }
/*1800*/
@media (max-width: 1600px) {
  .service-top {
    height: auto;
    padding: 44em 0; }

  p {
    font-size: 2.2rem; }

  .priority__item {
    padding: 4em; }

  .priority__icons {
    width: 14em; }

  .priority__icons img:last-child {
    width: 60%; }

  .inner__menu {
    width: 410px; }

  .inner__menu__item {
    height: 90px;
    padding: 15px 40px; }

  .container {
    padding: 0 50px; }

  .nav-line {
    left: 17px; } }
/*1600*/
@media (max-width: 1220px) {
  html {
    font-size: .6vw; }

  .container {
    padding: 0 20px; }

  .contact__data::after {
    right: 2em; }

  .contact__data .contact-row a {
    font-size: 2.4rem; }

  .service_top__line {
    right: 0; }

  .service-robot {
    height: 150em; }

  .service-case__top__img img {
    width: 60em; }

  p {
    font-size: 2rem; }

  h5 {
    font-size: 4rem; }

  .service-features__list li {
    width: 50%; }

  .about__list h5 {
    font-size: 3rem; }

  .about-slider__item h2 {
    font-size: 3.4rem; }

  .about-slider__descr h5,
  .list,
  .task__content__link a,
  .task__left p {
    font-size: 2.4rem; }

  .portolio-block__top {
    height: auto;
    padding: 24em 0; }

  .task__left,
  .task__right {
    width: 49%; }

  .list li:not(:last-child) {
    margin-bottom: 1.2em; }

  .blog-top__title span {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important; }

  .video iframe, .video img, .video video {
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain; }

  .contact-top__mountain {
    right: -25em; }

  .contact-top__img .circle {
    right: -20em; }

  .contact-robot {
    right: 47em; }

  .about-banner__content::before {
    left: 0; }

  .about-banner__content h3 {
    padding-left: 0; }

  .about-banner__content .more {
    font-size: 16px;
    text-align: center; }

  .nav-line {
    display: none; }

  .inner-top {
    height: auto;
    padding: 35em 0; }

  .inner-lines {
    height: 32em; }

  .robot-corporate,
  .robot-landing {
    height: 42em; }

  .inner-top__descr {
    width: calc(100% - 450px); }
    .inner-top__descr h2 {
      font-size: 40px; }
    .inner-top__descr p {
      font-size: 16px; }

  .for-you__content .service-features__top h5 {
    font-size: 2.4rem; } }
/*1220*/
@media (max-width: 1023px) {
  .about-wrapper {
    border: none;
    height: auto; }
    .about-wrapper::after, .about-wrapper::before {
      display: none; }

  .slick-arrow {
    background-size: 2.5em; }

  .task__top,
  .task__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .task__top {
    border-bottom: none;
    margin-bottom: 0; }
    .task__top .task__right {
      display: none; }

  .task__left, .task__right {
    width: 100%; }

  .task__content .task__left {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #3b3b3b; }
    .task__content .task__left .task__content__link {
      display: none; }

  .task__content .task__right h4 {
    margin-bottom: 1em; }
  .task__content .task__right h4,
  .task__content .task__right .task__content__link {
    display: block; }

  .blog-body p {
    font-size: 2.4rem; }

  .contact-data__wrapper .map {
    width: calc(100% - 380px);
    padding: 1em; }

  .contact-data__wrapper .contact-form {
    width: 360px; }

  .inner-top__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .inner-top .container {
    padding-left: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  .inner-top {
    padding: 110px 0; }

  .inner__menu {
    width: 100%;
    max-width: 480px;
    margin-right: 0;
    margin-bottom: 30px; }

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

  .inner__menu__arrow {
    width: 13px;
    height: 23px; }

  .inner-top__descr h2 {
    font-size: 30px; }

  .inner-mountain {
    height: 25em; }

  .create__text p {
    width: 90%;
    font-size: 2.4rem; }

  .month__item p {
    font-size: 2.4rem; }

  .main-stages__item p {
    width: 90%;
    font-size: 2.4rem; }

  .main-stages__slider__arrows::before {
    display: none; }

  .main-stages__item::before {
    font-size: 40px; }

  .main-stages__item .ico img {
    height: 40px;
    max-height: none; }

  .robot-corporate,
  .robot-landing,
  .inner-lines {
    display: none; }

  .sale__list li {
    width: 50%;
    margin-bottom: 40px; }
    .sale__list li p {
      font-size: 18px; }

  .sale__item__top::before {
    font-size: 24px;
    margin-right: 15px; }

  .sale__item__top img {
    max-width: 45px; } }
/*1023*/
@media (max-width: 768px) {
  html {
    font-size: .75vw; }

  .logo img {
    width: 170px; }

  .columns,
  .result__center,
  p br,
  h1 br,
  h2 br,
  h3 br,
  .contact-block .robot,
  .features__center,
  .service_top__line,
  .check-list__img {
    display: none; }

  .header__right,
  .check-submit {
    font-size: 16px; }

  .callback {
    margin-right: 2.3em;
    width: 73px;
    height: 48px;
    position: relative; }
    .callback::before {
      content: '';
      width: 40px;
      height: 40px;
      background-color: #ff4f00;
      position: absolute;
      top: -7px;
      left: 0;
      -webkit-transform: skewX(-30deg);
              transform: skewX(-30deg); }
    .callback::after {
      content: '';
      width: 17px;
      height: 17px;
      background: transparent url("../img/icons/callback.svg") left top no-repeat;
      background-size: contain;
      position: absolute;
      top: 5px;
      left: 10px;
      -webkit-transform: skewX(0) !important;
              transform: skewX(0) !important;
      margin-top: 0;
      -webkit-animation: shake 1s infinite;
              animation: shake 1s infinite; }
    .callback span {
      display: none; }

  .phone {
    margin-right: 2.5em; }

  .mountains {
    height: 34em; }

  .circle {
    right: -14em;
    width: 40em;
    height: 40em; }

  .top-section-img .circle {
    right: -7em; }
  .top-section-img .white-cirlce {
    right: -2em; }

  .white-cirlce {
    width: 30em;
    height: 30em;
    bottom: 25em;
    right: -9em; }

  .robot-top {
    height: 56em;
    right: 7em;
    bottom: 2em; }

  h1 {
    font-size: 8rem; }

  h2 {
    font-size: 6.5rem; }

  h3 {
    font-size: 5rem; }

  h4 {
    font-size: 5rem; }

  .result__left,
  .result__right {
    width: 48%; }

  .result__list li,
  .features__list li {
    -webkit-transform: translatex(0) !important;
            transform: translatex(0) !important; }

  .result__right .result__list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left; }

  .result__right .result__list li h5::before {
    right: auto;
    left: 0; }

  .result__right .result__list li::before {
    margin-right: 5px;
    margin-left: 0; }

  .result__list li h5 {
    font-size: 4rem; }

  p,
  .contact__data .contact-row a,
  .how-do__text,
  .btn,
  .case__list li,
  .member-post {
    font-size: 3rem; }

  .result__list li::before {
    font-size: 8rem;
    line-height: 1;
    margin-right: 5px;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); }

  .contact-block,
  .contact--second-type .contact-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-image: none;
    padding: 30px 0; }
    .contact-block h2,
    .contact--second-type .contact-block h2 {
      font-size: 6rem;
      text-align: center; }

  .contact-form,
  .contact__data,
  .case__content,
  .contact--second-type .contact__data,
  .nav {
    width: 100%; }

  .contact__data {
    padding-bottom: 60px;
    margin-bottom: 60px; }

  .contact__data::after {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: -1.5em;
    top: auto;
    border: 1.5em solid #ff4f00;
    border-top: none; }

  .contact-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .contact-form {
    max-width: 100%; }

  .input-wrapper {
    margin-bottom: 9rem; }

  .case {
    position: relative;
    background: url("../img/bg/UX-AGENCY.png") 20% 0 no-repeat, url("../img/elements/mountain-screen4.png") 0 100% no-repeat, url("../img/bg/bg-4.jpg") 0 0 no-repeat;
    background-size: auto,  100% auto, cover;
    padding-bottom: 100px; }

  .hand {
    width: 300px;
    position: absolute;
    bottom: -3em;
    right: -20%; }
    .hand img {
      width: 100%;
      left: 0; }

  .case__content h2 {
    text-align: center;
    position: relative; }
    .case__content h2::after {
      content: '';
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: .2em;
      height: .2em;
      background-color: #ff4f00;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      margin-left: -3px;
      top: calc(100% + .5em); }
    .case__content h2 span {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .case__content h2 span::after {
        display: none; }

  .case__list li,
  .features__left, .features__right {
    width: 48%; }

  .case__list {
    margin-bottom: 50px; }

  .case__list li {
    margin-bottom: 3em; }

  .case-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .case-row h3 {
      margin-bottom: 2em; }

  .how-do__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .how-do__list li {
    width: 50%;
    margin-bottom: 50px; }

  .how-do__text {
    border: none;
    padding-top: 1em; }

  .how-do__img img {
    max-height: 23em; }

  .features__list li {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center !important; }
    .features__list li p {
      width: 90%;
      margin: 0 auto;
      height: 6.2em;
      overflow: hidden; }

  .features__img,
  .features__right .features__img {
    margin: 0 20px 0; }

  .team {
    position: relative;
    padding-bottom: 150px; }
    .team h2 {
      text-align: center;
      width: 100%; }
      .team h2 span {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }

  .team .top-row {
    padding-right: 0; }

  .team__arrows {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

  .slick-arrow {
    width: 60px;
    height: 60px; }

  .member__photo {
    height: 90em; }

  .contact--second-type .contact-form {
    max-width: 100%; }

  .contact--second-type h4 {
    text-align: center; }

  .sale-bage {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

  .contact--second-type .contact__data {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-bottom: 15em; }

  .contact {
    background-position: center 0; }

  .footer .logo img {
    width: 130px; }

  .copyright {
    font-size: 2rem; }

  .foot-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 2rem;
    text-align: center;
    width: 200px;
    margin: 0 auto; }
    .foot-menu li {
      width: 50%;
      margin-bottom: 8px; }

  .footer__center {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .footer__right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 160px; }
    .footer__right a {
      width: 100%; }
    .footer__right .social {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%;
      margin-top: 2em; }
      .footer__right .social a {
        width: 36px; }

  .footer__right .phone, .footer__right .mail {
    font-size: 2rem;
    margin-bottom: .4em;
    margin-left: 0; }

  .menu__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff; }

  .menu-list {
    width: 100%;
    position: relative;
    height: 100%;
    overflow-y: auto;
    z-index: 5; }

  .portfolio h2::before {
    display: none; }

  .menu-list li {
    text-align: center;
    font-size: 50px;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    .menu-list li::after {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

  .portfolio {
    padding-bottom: 100px; }

  .portfolio .top-row {
    position: static; }

  .portfolio__arrows {
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 4; }

  .portfolio-slider,
  .portfolio-work__lg,
  .portfolio-work__lt,
  .blog-item .blog-item-col {
    width: 100%; }

  .portfolio__preview img {
    opacity: 1; }

  .portfolio__name,
  .portfolio__preview .arrow::before {
    color: #fff; }

  .portfolio__preview::before {
    color: rgba(255, 255, 255, 0.14); }

  .service-robot {
    right: 0; }

  .service-case__top__img img {
    width: 30em; }

  .service-case__top__descr {
    width: 90%; }

  .service-case__top__img {
    width: 10%; }

  .service-case__features__list li {
    width: 50%;
    margin-bottom: 3em; }

  .features__list__img {
    height: 50px; }

  .features__list__item p {
    font-size: 16px; }

  .check-list .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .check-list__form {
    width: 100%; }
    .check-list__form h3 {
      text-align: center; }

  .check-list .form-line {
    margin-bottom: 30px; }

  .check-submit {
    padding: 1em; }

  .about__list h5 {
    font-size: 2.3rem; }

  .about-wrapper {
    padding: 6em 0 0; }

  .portfolio-work__item--top,
  .portfolio-work__item--top .full-img {
    height: auto; }

  .portfolio-work__item--top .full-img {
    position: relative;
    top: 0; }

  .portfolio-work__item--top + .portfolio-work__item {
    padding-top: 6em; }

  .portfolio-work-container.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .portfolio-work__lg {
    padding: 30px 0; }

  .blog-top {
    height: 60em; }

  ::-webkit-input-placeholder {
    font-size: 16px; }

  ::-moz-placeholder {
    font-size: 16px; }

  /* Firefox 19+ */
  :-moz-placeholder {
    font-size: 16px; }

  /* Firefox 18- */
  :-ms-input-placeholder {
    font-size: 16px; }

  .blog-body p {
    font-size: 16px; }

  .contact-top {
    padding: 40em 0; }

  .contact-top__mountain {
    right: -65em; }

  .contact-top__img .circle {
    right: -40em; }

  .contact-robot {
    right: -8em; }

  .contact-top__title {
    font-size: 7rem; }

  .about-descr .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .about-descr__text {
    width: 100%;
    margin-bottom: 40px; }

  .about-descr__video {
    width: 100%;
    max-width: 400px;
    height: 250px;
    margin: 0 auto 30px;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  .goal__list {
    margin: 0 -15px; }

  .goal__list li {
    font-size: 16px;
    width: 50%;
    padding: 0 1em; }
    .goal__list li p {
      font-size: 1em; }

  .priority__list li {
    width: 50%; }

  .priority__item p {
    font-size: 16px;
    width: calc(100% - 15rem); }

  .create .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0 20px; }

  .create__text {
    width: 90%;
    margin-bottom: 40px; }
    .create__text p {
      font-size: 18px;
      margin: 0 auto; }

  .create__banner .robot {
    height: 28em; }

  .create__banner .more {
    font-size: 16px;
    padding: 1em 3em; }

  .for-you h2 {
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.3; }
    .for-you h2 span {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

  .month-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .month__title {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .month__title h2 {
      text-align: center;
      margin-bottom: 40px; }
      .month__title h2 span {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }

  .month__item .ico {
    height: 50px; }

  .month .container {
    padding: 0 20px;
    border: none; }
    .month .container::after {
      display: none; }

  .about--inner .about-wrapper {
    height: auto; }

  .about--inner {
    padding: 50px 0 50px 0; }

  .about-slider {
    padding-bottom: 80px; }

  .about--inner .about-wrapper .slick-arrow {
    top: 100%; }

  .about--inner .about-wrapper .prev-slide {
    left: 50%;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px); }
  .about--inner .about-wrapper .next-slide {
    right: 50%;
    -webkit-transform: translateX(63px);
            transform: translateX(63px); }

  .about--inner .about-slider__descr {
    padding: 0; }

  .succes__list li {
    max-width: 100%; }

  .succes__list li:nth-child(odd) {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

  .succes__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .succes__item__left,
  .succes__item__descr {
    width: 100%;
    max-width: 100%;
    text-align: center; }

  .succes__item__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 30px 35px; }
    .succes__item__left::before {
      font-size: 30px;
      margin-bottom: 0; }
    .succes__item__left::after {
      width: 100%;
      height: 240px; }
    .succes__item__left img {
      max-height: 45px; }

  .succes__item__descr {
    padding-top: 0; }

  .succes-block h2 {
    text-align: center; }
    .succes-block h2 span {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

  .portfolio h2,
  .team h2,
  .goal h2,
  .priority h2,
  .for-you h2,
  .month__title h2,
  .succes-block h2 {
    text-align: center;
    width: 100%;
    position: relative; }
    .portfolio h2::after,
    .team h2::after,
    .goal h2::after,
    .priority h2::after,
    .for-you h2::after,
    .month__title h2::after,
    .succes-block h2::after {
      content: '';
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: .2em;
      height: .2em;
      background-color: #ff4f00;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      margin-left: -3px;
      top: calc(100% + .5em); }
    .portfolio h2 span,
    .team h2 span,
    .goal h2 span,
    .priority h2 span,
    .for-you h2 span,
    .month__title h2 span,
    .succes-block h2 span {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .portfolio h2 span::after,
      .team h2 span::after,
      .goal h2 span::after,
      .priority h2 span::after,
      .for-you h2 span::after,
      .month__title h2 span::after,
      .succes-block h2 span::after {
        display: none; }

  .footer .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

  .contact__data {
    border: 10px solid var(--orange);
    padding-left: 10px;
    padding-right: 10px;
    border-top: none; }
    .contact__data::after {
      width: 15px;
      height: 10px !important;
      bottom: auto;
      left: -1px;
      top: 0;
      right: auto;
      border: none;
      background-color: #ff4f00; }
    .contact__data::before {
      content: '';
      width: 15px;
      height: 10px !important;
      position: absolute;
      top: 0;
      right: -1px;
      border: none;
      background-color: #ff4f00; }
    .contact__data h2 {
      -webkit-transform: translateY(-20%);
              transform: translateY(-20%); }

  .contact--second-type .contact__data {
    padding-bottom: 10em; }
    .contact--second-type .contact__data h2 {
      -webkit-transform: translateY(-36%);
              transform: translateY(-36%); }

  .sale-bage {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%); }

  .menu-img {
    position: absolute;
    bottom: 0;
    right: 0; }
    .menu-img .circle {
      right: -18em;
      width: 47em;
      height: 47em;
      bottom: 0; }
    .menu-img .menu-robot {
      left: 45em; }
    .menu-img .mountain {
      right: -40em; } }
/*768*/
@media (max-width: 767px) {
  .menu-img .menu-robot {
    width: 200px;
    left: 23em; }
  .menu-img .circle {
    width: 40em;
    height: 40em; }
  .menu-img .mountain {
    right: 0; } }
@media (max-width: 640px) {
  .logo img {
    width: 130px; }

  .header .phone,
  .service-case__top__img {
    display: none; }

  .callback {
    margin-right: 0; }

  .columns,
  .check-list {
    display: none; }

  .service-case__top__descr,
  .about-slider__descr__col {
    width: 100%; }

  .service-features__item {
    padding: 20px; }
    .service-features__item p {
      font-size: 16px; }

  .service-features__ico {
    min-height: 40px; }

  .service-features__top h5::before {
    margin-bottom: .5em; }

  .service-features__list__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px; }

  .service-features__list li {
    margin-bottom: 0; }

  .service-features {
    padding: 50px 0; }

  .service-features h2 {
    font-size: 30px; }

  .about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .about__list li {
    text-align: center;
    margin-bottom: 30px; }
    .about__list li::before {
      font-size: 24px; }
  .about__list h5 {
    font-size: 24px; }
    .about__list h5::before {
      left: calc(50% - 1em); }
    .about__list h5::after {
      margin: .5em auto 0; }

  .about-wrapper > h2 {
    margin-bottom: 1em; }

  .about-slider__descr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .about-slider__descr {
    text-align: center; }
    .about-slider__descr h5 {
      font-size: 18px; }
    .about-slider__descr p {
      font-size: 16px;
      display: block;
      overflow: visible;
      height: auto; }

  .about--landing .about-slider__descr p {
    font-size: 16px;
    display: block;
    overflow: visible;
    height: auto; }

  .about-slider__descr__col:not(:last-child) {
    margin-bottom: 20px; }

  .about-wrapper {
    margin-bottom: 60px; }

  .about-wrapper .slick-arrow {
    top: calc(100% + 30px); }

  .about-wrapper .next-slide {
    right: calc(50% - 61px); }

  .about-wrapper .prev-slide {
    left: calc(50% - 61px); }

  .about-slider__descr {
    padding: 0; }

  .about-slider__descr h5, .list, .task__content__link a, .task__left p {
    font-size: 18px; }

  .portolio-block__top {
    background-image: url("../img/bg/devushka-mobile.jpg"); }

  .portolio-block__top__logo img {
    max-height: 70px; }

  .portolio-block__top {
    padding: 200px 0; }

  .blog-top {
    background-image: url("../img/bg/blog-bg_mobile.jpg");
    background-position: 0 0;
    height: 100em; }

  .blog-top .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0; }

  .blog-top__title {
    font-size: 38px;
    text-align: center;
    line-height: 1.4; }
    .blog-top__title span {
      display: block; }

  .blog-search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
    border-bottom: none;
    padding-top: 20px; }

  .select {
    height: 40px;
    width: 90%;
    font-size: 16px;
    margin: 0 auto 20px; }

  .select .placeholder {
    font-size: 16px;
    padding-left: 15px; }
    .select .placeholder::after {
      width: 15px;
      height: 10px; }

  .select ul li {
    font-size: 16px;
    padding: 16px 15px 12px; }

  .serch-field {
    width: 90%;
    height: 40px;
    margin: 0 auto 20px; }

  .search-input {
    font-size: 16px;
    padding-left: 15px; }

  .search-submit {
    width: 30px; }

  .blog-list li {
    width: 50% !important; }

  .blog-data .date {
    font-size: 12px; }

  .blog-data .blog-descr {
    font-size: 16px; }

  .blog-inner__title h4 {
    font-size: 20px; }

  .blog-inner__title h2 {
    font-size: 32px; }

  .blog-inner-top {
    background-position: center 0; }

  .blog-inner__title .breadcrumbs {
    font-size: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    line-height: 1.4; }

  .contact-data__item {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    margin-right: 0 !important; }
    .contact-data__item::after {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #ff4f00;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -3px; }

  .contact-data__item__title::before {
    display: none; }

  .contact-data__item__title {
    font-size: 14px; }

  .contact-data__item__content {
    font-size: 16px; }

  .contact-data__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .contact-data__wrapper .map,
  .contact-data__wrapper .contact-form {
    width: 100%; }

  .contact-data__wrapper .map {
    height: 200px;
    margin-bottom: 20px; }

  .contact-data .container {
    padding-left: 20px;
    padding-right: 20px; }

  .about-banner__content {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .about-banner__content .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

  .goal__list li {
    width: 100%;
    margin-bottom: 2em;
    text-align: center; }

  .priority__list li {
    width: 100%;
    height: 250px; }

  .priority__item {
    padding: 25px; }
    .priority__item::before {
      display: none; }
    .priority__item p {
      font-size: 20px;
      width: calc(100% - 130px); }

  .priority__icons {
    width: 120px; }

  .priority__list__arrows,
  .clients__list__arrows,
  .reviews__slider__arrows {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2; }

  .clients__list {
    display: block !important;
    margin-bottom: 60px; }
    .clients__list img {
      margin: 0 auto; }
    .clients__list li {
      margin-bottom: 0;
      height: auto; }
    .clients__list .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

  .reviews .container {
    border: none; }

  .reviews__slider__arrows {
    margin-top: 40px; }

  .author-data {
    font-size: 18px; }

  .avatar {
    margin-bottom: 30px; }

  .avatar img {
    width: 150px;
    height: 150px; }

  .inner__menu__item {
    padding: 15px 25px; }

  .inner__menu__text {
    font-size: 16px; }

  .inner__menu__arrow {
    width: 10px;
    height: 18px; }

  .robot-corporate,
  .inner-lines,
  .create__banner .robot,
  .robot-landing {
    display: none; }

  .inner-top {
    padding-top: 250px 0 150px; }

  .create__banner {
    width: 100%;
    max-width: 430px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 30px; }
    .create__banner h3 {
      font-size: 30px; }

  .for-you__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .for-you__content .col {
      width: 100%; }

  .for-you__content .service-features__top h5 {
    font-size: 24px; }

  .for-you__content .service-features__item {
    height: 293px; }

  .for-you__content .service-features__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .for-you__content .service-features__top h5 {
      width: 100%; }
      .for-you__content .service-features__top h5::before {
        text-align: right;
        margin-bottom: 15px; }
    .for-you__content .service-features__top .service-features__ico {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      max-height: 80px; }

  .month__list li {
    width: 100%;
    text-align: center;
    margin-bottom: 40px; }
    .month__list li p {
      font-size: 18px; }

  .month {
    padding: 50px 0; }

  .month__text {
    max-width: 100%;
    font-size: 18px;
    text-align: center; }

  .month .mountain {
    display: none; }

  .main-stages__item p {
    font-size: 16px; }

  .main-stages__item .ico {
    height: 40px; }

  .main-stages__slider__arrows {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .main-stages__slider {
    padding-left: 0; }

  .main-stages__item::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

  .main-stages__item .ico {
    text-align: center; }
    .main-stages__item .ico img {
      margin: 0 auto; }

  .main-stages__item p {
    max-width: 100%;
    width: 100%;
    text-align: center; }

  .succes__list__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .succes__item__descr p {
    font-size: 16px; }

  .sale__list li {
    width: 100%; }
    .sale__list li p {
      width: 90%;
      margin: 0 auto;
      text-align: center; }

  .sale__item__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sale__item__top::before {
      margin-right: 0;
      margin-bottom: 15px; }

  .start-sale {
    padding: 50px 0 30px; }

  .member__photo {
    width: 293px;
    margin: 0 auto; }

  .team__bg {
    border-width: 10px; }
    .team__bg::before {
      height: 10px; }
    .team__bg::after {
      width: 10px; }

  .member__photo img {
    bottom: 10px; }

  .foot-menu,
  .footer__right .phone, .footer__right .mail {
    font-size: 12px; }

  .copyright {
    font-size: 10px; }

  .foot-menu {
    width: 150px; }

  .foot-menu li {
    padding: 0 4px; }

  .footer__right .social,
  .footer__right .phone, .footer__right .mail {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

  .about-banner__content .more {
    padding: 1em 1.33em; }

  .priority .container {
    padding-left: 20px;
    padding-right: 20px; }

  .clients__title {
    display: block; }

  .clients__title .title__copy,
  .reviews::after {
    font-size: 18rem; }

  .reviews::after {
    top: .8em;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

  .service-case__features__list li {
    width: 100%; }

  .about-slider {
    padding-bottom: 20px; }

  .video iframe, .video img, .video video {
    height: 240px !important;
    -o-object-fit: unset;
       object-fit: unset; }

  .menu-list li.active a::after {
    width: 100%; }

  .bage {
    font-size: 10px;
    top: 2em;
    padding: 1em; } }
/*640*/
@media (max-width: 480px) {
  .footer {
    padding: 30px 0; }

  .foot-menu,
  .footer__right .phone, .footer__right .mail,
  .copyright {
    font-size: 12px; }

  .footer .logo img {
    width: 70px; }

  .foot-menu, .footer__right .phone, .footer__right .mail, .copyright {
    font-size: 10px; }

  .service-robot,
  .portolio-block__top__title .title-copy {
    display: none; }

  .footer__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .service-mountain {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  .service-top,
  .service-case__top__descr,
  .service-features h2 {
    text-align: center; }

  h5 {
    font-size: 5rem; }

  p {
    font-size: 3.4rem; }

  .features__list__item {
    padding: 25px 35px; }

  .blog-list li {
    width: 100% !important;
    max-height: 300px;
    min-height: 200px; }

  .contact-top__title .title-copy {
    font-size: 13rem;
    white-space: nowrap; }

  .contact-top__title h1 {
    text-align: left; }
    .contact-top__title h1 br {
      display: block; }

  .about-top {
    background-image: url("../img/elements/moutains.png");
    background-size: contain;
    background-position: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .about-top h2 {
      display: block;
      font-size: 40px;
      color: #18365f; }

  .goal__list li::after {
    display: none; }

  .create__text {
    padding-top: 0;
    width: 100%; }

  .create__text h1 {
    font-size: 30px; }
    .create__text h1 br {
      display: none; }

  .for-you .container {
    padding: 0 20px; }

  .for-you h2 span {
    display: inline-block; }
  .for-you h2 span::after {
    display: none; }

  .foot-menu {
    width: 100px; }

  .footer__right {
    width: 115px; }

  .contact__data {
    padding-bottom: 10em; }
    .contact__data h2 {
      -webkit-transform: translateY(-12%);
              transform: translateY(-12%); }

  .contact--second-type .contact__data {
    padding-bottom: 10em; }
    .contact--second-type .contact__data h2 {
      -webkit-transform: translateY(-20%);
              transform: translateY(-20%); } }
/*480*/
@media (max-width: 440px) {
  html {
    font-size: 5px; }

  .logo img {
    width: 100px; }

  .callback {
    width: 42px;
    height: 28px; }

  .menu-btn::before {
    font-size: 10px; }

  .burger {
    width: 30px; }

  .burger span:nth-child(2)::before {
    width: 4px;
    height: 4px; }

  .header {
    padding-top: 20px; }

  .menu {
    padding-top: 55px; }

  .top-section-img .robot-top,
  .top-section-img .circle,
  .top-section-img .white-cirlce {
    display: none; }

  h1, h2, h3, h4 {
    text-align: center; }

  .btn {
    display: block;
    max-width: 280px;
    width: 100%;
    min-width: auto;
    margin: 0 auto;
    font-size: 14px; }

  .result-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .result__left,
  .result__right,
  .case__list li,
  .features__left,
  .features__right {
    width: 100%; }

  .result__list,
  .result__right .result__list {
    text-align: center;
    margin-bottom: 30px; }
    .result__list li,
    .result__right .result__list li {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      margin-bottom: 30px; }
      .result__list li::before,
      .result__right .result__list li::before {
        font-size: 50px;
        margin-right: 0;
        margin-bottom: 15px; }
      .result__list li h5,
      .result__right .result__list li h5 {
        font-size: 24px; }
        .result__list li h5::before,
        .result__right .result__list li h5::before {
          left: 50%; }

  p, .contact__data .contact-row a, .how-do__text, .btn, .case__list li, .member-post {
    font-size: 16px; }

  .contact-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .contact-row .phone {
      margin-right: 0;
      margin-bottom: 10px; }

  .top-section {
    padding: 25em 0; }

  .contact__data {
    padding-bottom: 40px;
    margin-bottom: 40px; }

  .contact__data::after {
    border-width: 1em;
    left: -1em; }

  .contact-block h2, .contact--second-type .contact-block h2 {
    font-size: 5rem; }

  .form h3 {
    display: block;
    text-align: center; }
    .form h3::after {
      margin: 4px auto 0;
      width: 32%; }

  .case__list li, .features__left, .features__right {
    text-align: center; }
    .case__list li p, .features__left p, .features__right p {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }

  .hand {
    display: none; }

  .features__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .features__img, .features__right .features__img {
    margin: 0 0 15px; }

  .menu-list li {
    font-size: 40px;
    margin-bottom: 20px;
    padding-bottom: 15px; }

  .case-row h3::after {
    right: auto;
    left: 50%;
    -webkit-transform: skewX(-18deg) translateX(-50%);
            transform: skewX(-18deg) translateX(-50%); }

  .service-top {
    padding: 140px 0; }
    .service-top h1 {
      font-size: 48px; }
    .service-top h4 {
      font-size: 24px; }

  .portfolio-work__lg .portfolio-work__title::before {
    position: relative;
    right: auto;
    left: 0; }

  .portfolio-work__item h1, .portfolio-work__item h2, .portfolio-work__item h3, .portfolio-work__item h4 {
    text-align: left; }

  h2 span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .inner__menu__ico {
    margin-right: 15px; }

  .inner__menu__text {
    font-size: 14px; }

  .inner__menu__item {
    padding: 10px 15px; }

  .create__banner h3 {
    font-size: 24px; }

  .for-you__content .service-features__top h5 {
    font-size: 18px; }

  .for-you__content .service-features__item {
    height: 240px; }

  .for-you__content .service-features__top .service-features__ico {
    max-height: 60px; } }
/*440*/
@media (max-width: 360px) {
  .service-top {
    padding: 140px 0; }
    .service-top h1 {
      font-size: 34px; }
    .service-top h4 {
      font-size: 18px; }

  .service-features h2 {
    font-size: 24px;
    margin-bottom: 30px; }

  .about__list h5,
  .about__list li::before {
    font-size: 18px; }

  .about__list h5::after {
    border-width: .2em; }

  .portolio-block__top {
    padding: 150px 0; }

  .blog-top {
    height: 60em; }

  .blog-top__title {
    font-size: 30px; }

  .contact-robot {
    right: -15em; }

  .contact-top__mountain {
    right: -75em; }

  .contact-top__img .circle {
    right: -31em; }

  .succes__item__descr p {
    font-size: 14px; }

  h2 {
    font-size: 5.5rem; }

  .copyright {
    font-size: 8px; }

  .foot-menu {
    font-size: 9px; }

  .footer__right .phone, .footer__right .mail {
    font-size: 9px; }
    .footer__right .phone::before, .footer__right .mail::before {
      display: none; }

  .footer__right {
    width: 100px; }

  .menu-img {
    display: none; } }
/*animation*/
@media (min-width: 1300px) {
  .robot-top {
    -webkit-transform: translateX(300%);
            transform: translateX(300%); }

  .top-section-img .mountains {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }
  .top-section-img .circle,
  .top-section-img .white-cirlce {
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
    opacity: 0; }

  .top-section h1 {
    opacity: 0; }

  .top-section h4 {
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%); }

  .top-section .btn {
    opacity: 0; }

  .callback,
  .menu-btn {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    opacity: 0; }

  .header .phone {
    opacity: 0; }

  .result__img .robot,
  .result__img .x-element,
  .result__img .u-element {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    opacity: 0; }

  section h2,
  .case-row {
    opacity: 0;
    -webkit-transform: translateY(200%);
            transform: translateY(200%); }

  .contact-form {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }

  .contact-block .robot {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }

  .hand {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

  .how-do__list li
  .menu-img .circle {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }

  .how-do__text {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

  .features__center {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0; }

  .portfolio__item {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }

  .team__item {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

  .team__item.slick-cloned {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/*# sourceMappingURL=style.css.map */