@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,900;1,300&display=swap");
._container {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 20px;
}

body.active {
  overflow: hidden;
}

.heading {
  text-align: center;
}

.heading__title {
  font-family: "Source Sans Pro";
  color: #333b46;
  font-size: 20px;
  font-weight: 300;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0px 0px 40px 0px;
}

.heading__subtitle {
  max-width: 459px;
  margin: 0px auto;
  color: #81868e;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.7px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 140px;
  min-height: 37px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  line-height: 12px;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.btn:hover {
  min-height: 47px;
}

._swiper {
  overflow: hidden;
}

._swiper > div {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-autoheight > div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

@font-face {
  font-family: "Big John";
  font-display: swap;
  src: url("../fonts/BigJohnPRO-Bold.woff") format("woff"), url("../fonts/BigJohnPRO-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Open Sans";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Open Sans";
}

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

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header__container {
  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;
  min-height: 110px;
}

@media (max-width: 768px) {
  .header__container {
    min-height: 50px;
  }
}

.header__logo {
  color: #ffffff;
  font-family: "Big John";
  font-size: 25px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .header__logo {
    position: fixed;
  }
}

.menu__body {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #19bd9a;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body.active {
    left: 0;
  }
}

@media (min-width: 768px) {
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .menu__list {
    padding-top: 80px;
  }
  .menu__list::before {
    content: "";
    position: fixed;
    z-index: 3;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #19bd9a;
  }
}

@media (max-width: 768px) {
  .menu__list li {
    margin: 0px 0px 25px 0px;
  }
}

.menu__link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  border-radius: 17px;
  border: 1px solid #ffffff00;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu__link:hover {
  border: 1px solid #ffffff;
}

@media (min-width: 768px) {
  .menu__link {
    padding-left: calc(5px + 10 * ((100vw - 320px) / 1046));
    padding-right: calc(5px + 10 * ((100vw - 320px) / 1046));
  }
}

@media (max-width: 768px) {
  .menu__link {
    font-size: 30px;
    padding-left: 20px;
  }
}

.icon-menu {
  display: none;
}

@media (max-width: 768px) {
  .icon-menu {
    display: block;
    position: fixed;
    z-index: 2;
    top: 18px;
    left: auto;
    right: 20px;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .icon-menu span:first-child {
    top: 0px;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
}

.icon-menu.active span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.icon-menu.active span:first-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.icon-menu.active span:last-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

.welcome {
  height: 100vh;
  background: url("../img/main/welcome/welcome_bg.jpg") center/cover no-repeat;
}

.welcome__container {
  height: 100%;
  position: relative;
  z-index: 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.welcome__title {
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 35px;
  font-weight: 300;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 7px;
  text-align: center;
}

.welcome__subtitle {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.8px;
  text-align: center;
  max-width: 605px;
}

.welcome__down {
  width: 36px;
  height: 36px;
  background: #19bd9a url("../img/icons/arrow_down.png") center no-repeat;
  border-radius: 50%;
  position: absolute;
  bottom: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation-name: down;
          animation-name: down;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.welcome__down:visited {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes down {
  0% {
    bottom: 75px;
  }
  50% {
    bottom: 85px;
    border-radius: 50%;
  }
  100% {
    bottom: 75px;
  }
}

@keyframes down {
  0% {
    bottom: 75px;
  }
  50% {
    bottom: 85px;
    border-radius: 50%;
  }
  100% {
    bottom: 75px;
  }
}

.this {
  background-color: #fff;
  padding-bottom: 57px;
  padding-top: 80px;
  padding-bottom: 57px;
}

@media (max-width: 1210px) {
  .this {
    padding-top: calc(40px + 40 * ((100vw - 320px) / 890));
  }
}

@media (max-width: 1210px) {
  .this {
    padding-bottom: calc(30px + 27 * ((100vw - 320px) / 890));
  }
}

.this__container {
  max-width: 850px;
  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;
}

@media (max-width: 768px) {
  .this__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.this__img-box {
  width: 215px;
  height: 350px;
}

@media (max-width: 768px) {
  .this__img-box {
    margin-bottom: 30px;
  }
}

.this__img-box img {
  width: 100%;
}

.text-block {
  max-width: 467px;
  margin-right: 20px;
}

.text-block__title {
  color: #333b46;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 300;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0px 0px 50px 0px;
}

.text-block__text {
  color: #81868e;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  letter-spacing: 0.7px;
  margin: 0px 0px 33px 0px;
  text-align: may;
}

.text-block__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 37px;
  border-radius: 19px;
  border: 1px solid #333b46;
  color: #333b46;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  position: relative;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.text-block__btn:hover {
  background-color: #19bd9a;
}

.about {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #f3f3f3;
}

@media (max-width: 1210px) {
  .about {
    padding-top: calc(40px + 40 * ((100vw - 320px) / 890));
  }
}

@media (max-width: 1210px) {
  .about {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 890));
  }
}

.about__container {
  max-width: 965px;
}

.about__heading {
  margin: 0px 0px 60px 0px;
}

.heading {
  text-align: center;
}

.heading__title {
  font-family: "Source Sans Pro";
  color: #333b46;
  font-size: 20px;
  font-weight: 300;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0px 0px 40px 0px;
}

.heading__subtitle {
  max-width: 459px;
  margin: 0px auto;
  color: #81868e;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.7px;
}

.tabs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 0px 60px 0px;
}

.tabs__item {
  display: block;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  margin: 0px 13.5px 0px 13.5px;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.tabs__item_heart {
  background: #81868e url("../img/icons/heart.png") center no-repeat;
}

.tabs__item_mouse {
  background: #81868e url("../img/icons/mouse.png") center no-repeat;
}

.tabs__item_idea {
  background: #81868e url("../img/icons/lamp.png") center no-repeat;
}

.tabs__item:hover {
  background-color: #19bd9a;
}

.tabs__item.active {
  background-color: #19bd9a;
}

.tabs__content {
  max-width: 100%;
}

.tabs__pane {
  display: none;
}

.tabs__pane.active {
  display: block;
}

.pane__title {
  color: #464646;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin: 0px 0px 40px 0px;
}

@media (max-width: 768px) {
  .pane__title {
    text-align: center;
  }
}

.pane__text-block {
  max-width: 100%;
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .pane__text-block {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pane__small-text {
  padding: 0 10px;
  max-width: 322px;
  color: #81868e;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .pane__small-text {
    max-width: 500px;
    padding: 0;
    margin: 0px auto 30px auto;
  }
}

.pane__bold {
  color: #636971;
  font-weight: 700;
}

.pane__bold_green {
  color: #19bd9a;
}

.pane__bold_green:hover {
  text-decoration: underline;
}

.pane__big-text {
  padding: 0 10px;
  max-width: 515px;
  color: #81868e;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 768px) {
  .pane__big-text {
    padding: 0;
    margin: 0px auto;
    max-width: 500px;
  }
}

.projects {
  padding-top: 80px;
}

@media (max-width: 1210px) {
  .projects {
    padding-top: calc(40px + 40 * ((100vw - 320px) / 890));
  }
}

.projects__heading {
  margin: 0px 0px 60px 0px;
}

.projects__submit {
  background: #19bd9a url("../img/main/projects/sneakers.png") center/cover no-repeat;
}

@media (min-width: 550px) {
  .projects__submit {
    height: 110px;
  }
}

.projects__container {
  max-width: 1030px;
  height: 100%;
  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;
}

@media (max-width: 550px) {
  .projects__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.projects__submiting {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.8px;
}

.projects__submiting span {
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 550px) {
  .projects__submiting {
    margin: 0px 0px 10px 0px;
  }
}

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

@media (max-width: 950px) {
  .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.row__column {
  height: 320px;
  background: url("../img/main/projects/pic_one.jpg") center/cover no-repeat;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
          flex: 1 1 33.333%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.row__column p {
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 300;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
  z-index: 0;
  -webkit-transition-duration: 0.6 s;
       -o-transition-duration: 0.6 s;
          transition-duration: 0.6 s;
}

.row__column::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.85;
  z-index: 0;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.row__column:hover {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
}

.row__column:hover p {
  font-size: 0;
}

.row__column:hover::before {
  opacity: 0;
}

@media (max-width: 950px) {
  .row__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .row__column:hover {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

@media (max-width: 600px) {
  .row__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .row__column:hover {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.services {
  padding-top: 80px;
  padding-bottom: 150px;
}

@media (max-width: 1210px) {
  .services {
    padding-top: calc(40px + 40 * ((100vw - 320px) / 890));
  }
}

@media (max-width: 1210px) {
  .services {
    padding-bottom: calc(80px + 70 * ((100vw - 320px) / 890));
  }
}

.services__container {
  max-width: 1027px;
}

.services__heading {
  margin: 0px 0px 61px 0px;
}

.services__main {
  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;
}

@media (max-width: 950px) {
  .services__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.tabs-two {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-two__items {
  min-height: 265px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tabs-two__item {
  display: block;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  margin: 0px 44px 17px 0px;
}

.tabs-two__item:last-child {
  margin: 0;
}

.tabs-two__item_fix {
  background: #81868e url("../img/icons/fix.png") center no-repeat;
}

.tabs-two__item_paint {
  background: #81868e url("../img/icons/paint.png") center no-repeat;
}

.tabs-two__item_game {
  background: #81868e url("../img/icons/game.png") center no-repeat;
}

.tabs-two__item_plag {
  background: #81868e url("../img/icons/plug.png") center no-repeat;
}

.tabs-two__item.active {
  background-color: #19bd9a;
}

.tabs-two__item:hover {
  background-color: #19bd9a;
}

.tabs-two__pane-two {
  display: none;
}

.tabs-two__pane-two.active {
  display: block;
}

.pane-two__heading {
  color: #464646;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-bottom: 34px;
}

.pane-two__top {
  max-width: 396px;
  color: #81868e;
  font-family: "Open Sans";
  line-height: 25px;
  letter-spacing: 0.8px;
  margin-bottom: 37px;
}

.pane-two__top .bold {
  font-weight: 700;
}

.pane-two__top .bold_green {
  color: #19bd9a;
}

.pane-two__bot {
  max-width: 396px;
  color: #81868e;
  font-family: "Open Sans";
  line-height: 25px;
  letter-spacing: 0.8px;
}

.pane-two__bot .bold {
  font-weight: 700;
}

.pane-two__bot .bold_green {
  color: #19bd9a;
}

.graf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 30px 0px;
}

@media (max-width: 950px) {
  .graf {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 950px) {
  .graf__column {
    padding: 0 10px;
    margin: 0px 0px 10px 0px;
  }
}

@media (min-width: 950px) {
  .graf__column {
    margin: 0px 43px 0px 0px;
  }
  .graf__column:last-child {
    margin: 0;
  }
}

.graf__content {
  position: relative;
}

.graf__svg {
  width: 125px;
  height: 125px;
  margin: 0px 0px 20px 0px;
}

.graf__svg circle {
  -webkit-transform: translate(2.5px, 2.5px);
      -ms-transform: translate(2.5px, 2.5px);
          transform: translate(2.5px, 2.5px);
  fill: none;
  stroke-dasharray: 377;
  stroke-dashoffset: 377;
}

.graf__svg circle:nth-child(1) {
  stroke: #047378;
  stroke-width: 3;
  stroke-dashoffset: 0;
}

.graf__svg_branding circle:nth-child(2) {
  stroke: #19bd9a;
  stroke-width: 5;
  stroke-dashoffset: calc(377 - (377 * 80) / 100);
}

.graf__svg_web circle:nth-child(2) {
  stroke: #19bd9a;
  stroke-width: 5;
  stroke-dashoffset: calc(377 - (377 * 75) / 100);
}

.graf__svg_ui circle:nth-child(2) {
  stroke: #19bd9a;
  stroke-width: 5;
  stroke-dashoffset: calc(377 - (377 * 60) / 100);
}

.graf__percent {
  position: absolute;
  top: 51px;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  font-size: 25px;
  font-weight: 400;
  font-family: "Open Sans";
}

.graf__percent span {
  font-size: 14px;
}

.graf__name {
  text-align: center;
  font-family: Roboto;
}

.impressed {
  min-height: 392px;
  background: #000 url("../img/main/Impressed/bg.png") center/cover no-repeat;
}

.impressed__container {
  max-width: 1170px;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

@media (max-width: 1210px) {
  .impressed__container {
    padding-top: calc(350px + -270 * ((100vw - 320px) / 890));
  }
}

@media (max-width: 1210px) {
  .impressed__container {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 890));
  }
}

.impressed__heading {
  margin: 0px 0px 60px 0px;
}

.impressed__heading h2 {
  color: #f3f3f3;
  text-align: left;
  margin: 0;
}

.impressed__text {
  max-width: 605px;
  color: #b2b3b3;
  line-height: 28px;
  letter-spacing: 0.8px;
  margin-bottom: 35px;
}

@media (max-width: 1050px) {
  .impressed__text {
    max-width: 500px;
  }
}

.impressed__author {
  color: #b2b3b3;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.impressed__name {
  font-weight: 700;
  margin-bottom: 10px;
}

.impressed__whoo a {
  color: #19bd9a;
}

.impressed__whoo a:hover {
  text-decoration: underline;
}

.impressed__pic {
  width: 409px;
  height: 329px;
  position: absolute;
  top: -40px;
  right: 20px;
  background: url("../img/main/Impressed/mac_one.png") 0 0 no-repeat;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}

@media (max-width: 1210px) {
  .impressed__pic {
    top: calc(-80px + 40 * ((100vw - 320px) / 890));
  }
}

@media (max-width: 768px) {
  .impressed__pic {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 500px) {
  .impressed__pic {
    -webkit-transform: translateX(-50%) scale(0.8);
        -ms-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
  }
}

@media (max-width: 400px) {
  .impressed__pic {
    -webkit-transform: translateX(-50%) scale(0.7);
        -ms-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
}

.impressed__pic.active {
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  background: url("../img/main/Impressed/mac_two.png") 0 0 no-repeat;
}

.portfolio {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #f3f3f3;
}

.portfolio__container {
  max-width: 1150px;
}

.portfolio__heading {
  margin: 0px 0px 80px 0px;
}

.portfolio__project {
  max-width: 1070px;
  max-height: 205.8px;
  background: #19bd9a url("../img/main/portfolio/bg.png") center/cover no-repeat;
  margin: 0px auto;
  padding: 57px 0;
}

.portfolio__text {
  text-align: center;
  margin: 0px 0px 30px 0px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.8px;
  font-family: "Open Sans";
}

@media (max-width: 1210px) {
  .portfolio__text {
    font-size: calc(12px + 8 * ((100vw - 320px) / 890));
  }
}

.portfolio__text span {
  font-weight: 700;
}

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

.ex {
  max-width: 1110px;
}

@media (max-width: 1110px) {
  .ex {
    height: 2000px;
  }
}

@media (max-width: 510px) {
  .ex {
    height: 1800px;
  }
}

@media (max-width: 490px) {
  .ex {
    height: 1750px;
  }
}

@media (max-width: 470px) {
  .ex {
    height: 1660px;
  }
}

@media (max-width: 440px) {
  .ex {
    height: 1550px;
  }
}

@media (max-width: 400px) {
  .ex {
    height: 1420px;
  }
}

@media (max-width: 380px) {
  .ex {
    height: 1350px;
  }
}

@media (max-width: 360px) {
  .ex {
    height: 1280px;
  }
}

.ex__items {
  max-width: 600px;
  margin: 0px auto 75px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ex__item {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 14.28571%;
          flex: 1 0 14.28571%;
  color: #464646;
  line-height: 12px;
  white-space: nowrap;
  display: inline-block;
  margin: 0px 0px 27px 0px;
}

@media (max-width: 500px) {
  .ex__item {
    padding: 0 10px;
  }
}

.ex__item.active {
  margin: 0;
}

.ex__item.active::after {
  content: "";
  width: 30px;
  height: 2px;
  margin: 15px auto 10px auto;
  display: block;
  background-color: #19bd9a;
}

.ex__content {
  max-width: 1110px;
  height: 950px;
}

.row-port {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

.row-port.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-port__lv1 {
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.row-port__lv2 {
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 270px;
  height: 100%;
}

.row-port__pic {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  margin-bottom: 10px;
}

.row-port__pic:last-child {
  margin-bottom: 0;
}

@media (max-width: 1110px) {
  .row-port__pic:last-child {
    margin-bottom: 10px;
  }
}

.row-port__pic::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #00000000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.row-port__pic:hover::before {
  background: #000000cc;
}

.row-port__pic:hover .row-port__hover {
  opacity: 1;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.row-port__pic img {
  width: 100%;
  height: 100%;
}

.row-port__hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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;
  padding: 20% 0 10% 40px;
  padding-top: 20%;
  padding-bottom: 10%;
  padding-left: 40px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translate(50%, 5%);
      -ms-transform: translate(50%, 5%);
          transform: translate(50%, 5%);
}

@media (max-width: 1210px) {
  .row-port__hover {
    padding-left: calc(10px + 30 * ((100vw - 320px) / 890));
  }
}

.row-port__title {
  color: #19bd9a;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 12px;
  text-transform: uppercase;
}

@media (max-width: 1210px) {
  .row-port__title {
    font-size: calc(12px + 8 * ((100vw - 320px) / 890));
  }
}

.row-port__title::after {
  content: "";
  width: 23px;
  height: 2px;
  background-color: #19bd9a;
  display: block;
  margin: 20px 0px 0px 0px;
}

.row-port__text {
  color: #b2b3b3;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.6px;
}

@media (max-width: 1210px) {
  .row-port__text {
    font-size: calc(8px + 4 * ((100vw - 320px) / 890));
  }
}

.row-port__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-port__links a {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0px 7px 0px 0px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.row-port__links a:first-child {
  background: #000 url("../img/main/portfolio/link_one.png") center no-repeat;
}

.row-port__links a:last-child {
  background: #000 url("../img/main/portfolio/link__two.png") center/14px 12px no-repeat;
  margin: 0px 0px 0px 0px;
}

.row-port__links a:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.team__container {
  max-width: 1030px;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media (max-width: 1210px) {
  .team__container {
    padding-top: calc(40px + 40 * ((100vw - 320px) / 890));
  }
}

@media (max-width: 1210px) {
  .team__container {
    padding-bottom: calc(60px + 40 * ((100vw - 320px) / 890));
  }
}

.team__heading {
  margin: 0px 0px 60px 0px;
}

.team__slider {
  width: 100%;
  margin: 0px 0px 60px 0px;
}

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

@media (max-width: 712px) {
  .team__slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.team__picture {
  width: 285px;
  height: 364px;
  padding-left: 1px;
}

.team__picture img {
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.team__name-block {
  text-align: right;
  position: relative;
  padding-right: 45px;
  margin: 0px 0px 32px 0px;
}

.team__name-block::after {
  content: "";
  width: 4px;
  height: 42px;
  background-color: #19bd9a;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 712px) {
  .team__name-block::after {
    width: 42px;
    height: 4px;
    top: auto;
    right: auto;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 712px) {
  .team__name-block {
    text-align: center;
    padding: 0;
  }
}

.team__name {
  color: #464646;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 23px;
}

.team__work {
  line-height: 23px;
  color: #81868e;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 300;
  font-style: oblique;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.team__text {
  max-width: 389px;
  padding-right: 45px;
  text-align: right;
  color: #81868e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 25px;
  margin: 0px 0px 50px 0px;
}

@media (max-width: 720px) {
  .team__text {
    text-align: center;
    padding: 0;
  }
}

.team__stat {
  margin: 0px 0px 0px 12px;
}

@media (max-width: 380px) {
  .team__stat {
    margin: 0;
  }
}

.percent-block {
  margin: 0px 0px 25px 0px;
  max-width: 330px;
}

.percent-block:last-child {
  margin: 0;
}

@media (max-width: 712px) {
  .percent-block:last-child {
    margin: 0 auto 25px auto;
  }
}

@media (max-width: 712px) {
  .percent-block {
    margin: 0 auto 25px auto;
  }
}

.percent-block__ltr {
  max-width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 380px) {
  .percent-block__ltr {
    width: 250px;
    margin: 0px auto;
  }
}

.percent-block__category {
  color: #81868e;
  font-family: "Source Sans Pro";
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.percent-block__percent {
  color: #81868e;
  font-family: "Source Sans Pro";
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1.6px;
}

.percent-block__bar {
  width: 330px;
  height: 4px;
  background-color: #e1e4e9;
  position: relative;
}

@media (max-width: 380px) {
  .percent-block__bar {
    width: 250px;
    margin: 0px auto;
  }
}

.percent-block__bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #19bd9a;
  display: block;
}

.percent-block__bar_brand::before {
  width: 264px;
}

@media (max-width: 380px) {
  .percent-block__bar_brand::before {
    width: 200px;
  }
}

.percent-block__bar_wb::before {
  width: 214.5px;
}

@media (max-width: 380px) {
  .percent-block__bar_wb::before {
    width: 162.5px;
  }
}

.percent-block__bar_ui::before {
  width: 247.5px;
}

@media (max-width: 380px) {
  .percent-block__bar_ui::before {
    width: 187.5px;
  }
}

.team__dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team__dots .swiper-pagination-bullet-active {
  background-color: #19bd9a;
}

.team__dots .swiper-pagination-bullet {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid #19bd9a;
  margin: 0px 10px 0px 0px;
}

.team__dots .swiper-pagination-bullet:last-child {
  margin: 0;
}
