@charset "UTF-8";
::-webkit-scrollbar {
  width: 0;
}

#scrollPath {
  position: fixed;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
}

#progressbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#d5536f), to(#5e00ca));
  background: -webkit-linear-gradient(bottom, #d5536f, #5e00ca);
  background: -o-linear-gradient(bottom, #d5536f, #5e00ca);
  background: linear-gradient(to top, #d5536f, #5e00ca);
  -webkit-animation: animate 5s linear infinite;
          animation: animate 5s linear infinite;
}

@-webkit-keyframes animate {
  0%,
  100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}

@keyframes animate {
  0%,
  100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}

#progressbar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#d5536f), to(#5e00ca));
  background: -webkit-linear-gradient(bottom, #d5536f, #5e00ca);
  background: -o-linear-gradient(bottom, #d5536f, #5e00ca);
  background: linear-gradient(to top, #d5536f, #5e00ca);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

#progressbar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#d5536f), to(#5e00ca));
  background: -webkit-linear-gradient(bottom, #d5536f, #5e00ca);
  background: -o-linear-gradient(bottom, #d5536f, #5e00ca);
  background: linear-gradient(to top, #d5536f, #5e00ca);
  -webkit-filter: blur(30px);
          filter: blur(30px);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Myriad Pro Regular", "Open Sans", sans-serif;
  background-repeat: no-repeat;
}

body {
  padding: 0 0;
  background: #111619;
  position: relative;
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1640px;
}

a {
  text-decoration: none;
  color: #656b6f;
}

li {
  list-style-type: none;
}

.nav {
  position: relative;
  max-width: 100%;
  padding: 59px 20px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-right: 82px;
}

.nav-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-title__logo {
  margin-right: 86px;
}

.nav-title__conection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-title__img {
  width: 23px;
  height: 23px;
  margin-right: 15px;
}

.nav-menu {
  color: #656b6f;
}

.nav-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  width: 450px;
}

.nav-menu__list:last-child {
  margin-right: 80px;
}

.nav-menu__item {
  color: #656b6f;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nav-menu__item:hover {
  color: darkviolet;
}

.sidebar {
  position: absolute;
  z-index: 10;
  top: 66px;
  right: 0px;
}

.sidebar__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.sidebar__item {
  height: 13px;
  width: 20px;
  margin-bottom: 25px;
}

.container {
  max-width: 1900px;
  margin: 0 auto;
}

.promo {
  position: relative;
}

.promo__img {
  margin: 100px auto 35px auto;
  width: 60%;
  position: relative;
  display: block;
  z-index: 10;
}

.promo__title {
  text-transform: uppercase;
  color: #656b6f;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 40px;
  margin: auto;
  text-align: center;
}

.promo__left-text {
  text-transform: uppercase;
  color: #5e00ca;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.promo__left-text::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 190px;
  background: -webkit-gradient(linear, right top, left top, from(#d5536f), to(#5e00ca));
  background: -webkit-linear-gradient(right, #d5536f, #5e00ca);
  background: -o-linear-gradient(right, #d5536f, #5e00ca);
  background: linear-gradient(to left, #d5536f, #5e00ca);
  bottom: -220px;
  left: 50%;
  z-index: 1;
}

.promo__right-text {
  position: relative;
  text-transform: uppercase;
  color: #656b6f;
  position: absolute;
  top: 50%;
  right: 0px;
}

.promo__right-text::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background: -webkit-gradient(linear, right top, left top, from(#d5536f), to(#5e00ca));
  background: -webkit-linear-gradient(right, #d5536f, #5e00ca);
  background: -o-linear-gradient(right, #d5536f, #5e00ca);
  background: linear-gradient(to left, #d5536f, #5e00ca);
  top: 30px;
  left: 36px;
  z-index: 1;
}

.promo__number {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #15191d;
  text-align: center;
  color: #656b6f;
  font-size: 28pt;
  position: absolute;
  top: 40.5%;
  right: 180px;
  border-left: 2px solid #d5536f;
  z-index: 10;
}

.promo__number::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #742c3c;
  bottom: 89px;
  z-index: 10;
}

.promo__number::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #d5536f;
  bottom: 92px;
  z-index: 10;
}

.promo__circle::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #d5536f;
  top: 51%;
  left: 23.5%;
  z-index: 20;
}

.promo__circle::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #742c3c;
  top: 50%;
  left: 23.4%;
  z-index: 10;
}

.main-button {
  max-width: 403px;
  margin: auto;
  margin-top: 300px;
  margin-bottom: 100px;
}

.main-button__img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.main-button__img:active {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  opacity: 0.6;
}

.quote {
  margin: auto;
}

.quote__title {
  font-family: "Playfair Display", serif;
  font-size: 40pt;
  max-width: 1530px;
  color: #fff;
  text-align: center;
  margin: auto;
}

.quote__img {
  display: block;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 130px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.opportunities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/bg__map.png);
  background-repeat: no-repeat;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  margin-bottom: 50px;
}

.opportunities__left {
  margin: 100px 250px 100px 0;
  position: relative;
  max-width: 950px;
}

.cards {
  position: relative;
}

.cards::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  text-align: right;
  content: "1";
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding-right: 20px;
  font-size: 35px;
  top: 200px;
  left: -100px;
  width: 830px;
  height: 220px;
  z-index: 1;
  background-color: #ed751b;
  position: absolute;
}

.cards::after {
  content: "";
  height: 220px;
  width: 150px;
  top: 200px;
  left: 0px;
  background: -webkit-linear-gradient(35deg, #e84b37, #ee7d16);
  background: -o-linear-gradient(35deg, #e84b37, #ee7d16);
  background: linear-gradient(55deg, #e84b37, #ee7d16);
  position: absolute;
  z-index: 30;
}

.cards__bg {
  position: relative;
  left: 0px;
  z-index: 10;
}

.cards__front {
  position: absolute;
  top: 199px;
  left: 250px;
  z-index: 20;
}

.cards__number-slide {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #fff;
}

.cards__number-slide span {
  font-family: "Playfair Display", serif;
  color: #656b6f;
}

.strategy {
  margin: 200px 0 0 0;
  position: relative;
  max-width: 520px;
  font-family: "Playfair Display", serif;
}

.strategy__title {
  font-family: "Playfair Display", serif;
  font-size: 32pt;
  color: #fff;
  margin-bottom: 30px;
}

.strategy__text {
  max-width: 620px;
  color: #fff;
  font-size: 18pt;
  margin-bottom: 30px;
}

.strategy__button {
  color: #fff;
  font-size: 12pt;
  letter-spacing: 2px;
  border: none;
  width: 200px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: -webkit-linear-gradient(35deg, #e84b37, #ee7d16);
  background: -o-linear-gradient(35deg, #e84b37, #ee7d16);
  background: linear-gradient(55deg, #e84b37, #ee7d16);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  outline: none;
}

.strategy__button:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
  color: black;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(29, 18, 3, 0.7);
          box-shadow: 0px 5px 10px 5px rgba(29, 18, 3, 0.7);
}

.skills {
  margin-top: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 100px;
}

.skills-left {
  font-family: "Playfair Display", serif;
}

.skills-left__title {
  font-family: "Playfair Display", serif;
  font-size: 32pt;
  color: #fff;
  margin-bottom: 30px;
  text-align: right;
}

.skills-left__text {
  color: #fff;
  font-size: 18pt;
  margin-bottom: 30px;
  text-align: right;
  max-width: 610px;
}

.skills-left__button {
  color: #fff;
  font-size: 12pt;
  letter-spacing: 2px;
  border: none;
  width: 200px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: -webkit-linear-gradient(35deg, #e84b37, #ee7d16);
  background: -o-linear-gradient(35deg, #e84b37, #ee7d16);
  background: linear-gradient(55deg, #e84b37, #ee7d16);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  outline: none;
}

.skills-left__button:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
  color: black;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(29, 18, 3, 0.7);
          box-shadow: 0px 5px 10px 5px rgba(29, 18, 3, 0.7);
}

.button__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.skill-cards {
  position: relative;
  margin: auto;
}

.skill-cards::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: right;
  content: "1";
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding-left: 20px;
  font-size: 35px;
  top: 200px;
  left: -140px;
  width: 830px;
  height: 220px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #5e00ca), to(#d5536f));
  background: -webkit-linear-gradient(left, #5e00ca 10%, #d5536f);
  background: -o-linear-gradient(left, #5e00ca 10%, #d5536f);
  background: linear-gradient(to right, #5e00ca 10%, #d5536f);
  position: absolute;
}

.skill-cards::after {
  content: "";
  height: 220px;
  width: 150px;
  top: 200px;
  right: 0px;
  background: -webkit-linear-gradient(54deg, #5e00ca 4%, #d5536f 95%);
  background: -o-linear-gradient(54deg, #5e00ca 4%, #d5536f 95%);
  background: linear-gradient(36deg, #5e00ca 4%, #d5536f 95%);
  position: absolute;
  z-index: 30;
}

.skill-cards__bg {
  position: relative;
  z-index: 10;
}

.skill-cards__front {
  position: absolute;
  top: 200px;
  left: -80px;
  z-index: 20;
}

.skill-cards__number-slide {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  margin-left: 250px;
  color: #fff;
}

.skill-cards__number-slide span {
  font-family: "Playfair Display", serif;
  color: #656b6f;
}

.shopping {
  padding-top: 350px;
  background: url(../img/Portfolio.png) left 165px no-repeat;
  padding-bottom: 180px;
  width: 100%;
}

.shopping__title {
  color: #fff;
  font-family: "Playfair Display";
  position: relative;
  font-size: 18pt;
  text-align: center;
  letter-spacing: 0.6rem;
  margin-bottom: 90px;
}

.shopping__title::before {
  content: "";
  width: 2px;
  height: 130px;
  background: -webkit-linear-gradient(35deg, #e84b37, #ee7d16);
  background: -o-linear-gradient(35deg, #e84b37, #ee7d16);
  background: linear-gradient(55deg, #e84b37, #ee7d16);
  position: absolute;
  left: 50%;
  top: 45px;
}

.shopping-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
}

.shopping-cards__item {
  width: 490px;
  max-height: 630px;
  margin: 0 0px 120px 0px;
  border: 20px solid transparent;
  position: relative;
  cursor: pointer;
}

.shopping-cards__item:hover {
  -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#d5536f), to(#5e00ca));
  -webkit-border-image: -webkit-linear-gradient(right, #d5536f, #5e00ca);
       -o-border-image: -o-linear-gradient(right, #d5536f, #5e00ca);
          border-image: -webkit-gradient(linear, right top, left top, from(#d5536f), to(#5e00ca));
          border-image: linear-gradient(to left, #d5536f, #5e00ca);
  border-image-slice: 1;
  -webkit-animation: border 0.2s ease-in-out;
          animation: border 0.2s ease-in-out;
}

.shopping-cards__number {
  -webkit-animation: border 1 ease-in-out;
          animation: border 1 ease-in-out;
  visibility: hidden;
  position: absolute;
  width: 120px;
  height: 120px;
  background: -webkit-linear-gradient(55deg, #e84b37 0%, #ee7d16 100%);
  background: -o-linear-gradient(55deg, #e84b37 0%, #ee7d16 100%);
  background: linear-gradient(35deg, #e84b37 0%, #ee7d16 100%);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: 0px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5em 3.5em 3.5em 3.5em;
  /* размер и форма */
  border-color: orangered orangered transparent transparent;
  /* red — цвет */
}

.shopping-cards__index {
  position: absolute;
  bottom: 0px;
  left: 10px;
  color: #fff;
  font-family: Sans-serif;
  font-size: 48px;
}

.shopping-cards__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.shopping-cards__title {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 125px;
  font-size: 30pt;
  font-family: "Montserrat", sans-serif;
}

.shopping-cards__about {
  position: absolute;
  bottom: 55px;
  font-family: "Montserrat";
  font-weight: 400;
  width: 100%;
  text-align: center;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 300;
}

.shopping-cards__img {
  width: 100%;
  display: block;
}

.shopping-cards__button {
  position: absolute;
  bottom: -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 55px;
  background-image: -webkit-linear-gradient(35deg, #e84b37, #ee7d16);
  background-image: -o-linear-gradient(35deg, #e84b37, #ee7d16);
  background-image: linear-gradient(55deg, #e84b37, #ee7d16);
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-animation: border 1 ease-in-out;
          animation: border 1 ease-in-out;
}

.shopping-cards__item:hover .shopping-cards__button {
  visibility: hidden;
}

.shopping-cards__item:hover .shopping-cards__number {
  visibility: visible;
}

.specialize__small-title {
  font-family: "Playfair Display";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6em;
  color: #ac378e;
  text-align: center;
  margin-bottom: 14px;
}

.specialize__title {
  font-family: "Playfair Display";
  font-size: 70px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin-bottom: 32px;
}

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

.specialize .tabs__item {
  cursor: pointer;
  margin-left: 20px;
  font-family: "Playfair Display";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6em;
  color: #fff;
  background: -webkit-linear-gradient(54deg, #5e00ca 4%, #d5536f 95%) left no-repeat, #fff;
  background: -o-linear-gradient(54deg, #5e00ca 4%, #d5536f 95%) left no-repeat, #fff;
  background: linear-gradient(36deg, #5e00ca 4%, #d5536f 95%) left no-repeat, #fff;
  -webkit-background-size: 0% 100%;
          background-size: 0% 100%;
  display: inline-block;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-transition: -webkit-background-size 0.3s ease-in-out;
  transition: -webkit-background-size 0.3s ease-in-out;
  -o-transition: background-size 0.3s ease-in-out;
  transition: background-size 0.3s ease-in-out;
  transition: background-size 0.3s ease-in-out, -webkit-background-size 0.3s ease-in-out;
}

.specialize .tabs__item:hover {
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.specialize .tabs__item:after {
  content: "  /";
  font-weight: bold;
}

.specialize__button {
  display: block;
  margin: auto;
  width: 260px;
  height: 55px;
  border: none;
  background-color: #000000;
  background-image: -webkit-gradient(linear, left top, right top, from(#5e00ca), to(#d5536f));
  background-image: -webkit-linear-gradient(left, #5e00ca 0%, #d5536f 100%);
  background-image: -o-linear-gradient(left, #5e00ca 0%, #d5536f 100%);
  background-image: linear-gradient(90deg, #5e00ca 0%, #d5536f 100%);
  margin: 64px auto 124px auto;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.specialize__button:active {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transform: translateX(5deg);
      -ms-transform: translateX(5deg);
          transform: translateX(5deg);
}

.specialize__button a {
  line-height: 55px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat Alternates";
  color: #fff;
  letter-spacing: 0.2em;
}

.section__slider {
  background: #121619 url(../img/bg/bg_mountain.png) center no-repeat;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  max-width: 1600px;
  padding: 0;
  z-index: 1;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 100%;
  width: 512px;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-image: transparent;
  min-height: 380px;
  padding: 40px 55px 0 50px;
}

.swiper-slide:hover {
  background-image: -webkit-linear-gradient(54deg, #5e00ca 4%, #d5536f 95%);
  background-image: -o-linear-gradient(54deg, #5e00ca 4%, #d5536f 95%);
  background-image: linear-gradient(36deg, #5e00ca 4%, #d5536f 95%);
}

.swiper-slide__icon {
  margin-bottom: 15px;
}

.swiper-slide__title {
  font-family: "Lato";
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 30px;
}

.swiper-slide__text {
  font-family: "Lato";
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #ffffff;
}

.swiper-pagination {
  position: static;
  margin-top: 100px;
}

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

.swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}

.swiper-pagination-bullet::before {
  content: "";
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
}

.swiper-pagination-bullet-active {
  border: 2px solid #e9a019;
}

.swiper-pagination-bullet-active::before {
  background: #e9a019;
}

.main .contact {
  color: #ffffff;
  text-align: center;
  margin: auto;
  margin-top: 550px;
}

.main .contact__title {
  font-family: "Playfair Display";
  font-size: 70px;
  line-height: 95px;
  font-weight: 400;
}

.main .contact .contact__link a {
  font-family: "Playfair Display";
  font-size: 70px;
  line-height: 95px;
  font-weight: 400;
  color: #fff;
  border-bottom: 2px solid #a700a7;
}

.footer {
  padding-bottom: 100px;
}

.footer__logo {
  margin-top: 200px;
  margin-right: 0;
  margin-bottom: 30px;
}

.footer__logo img {
  display: block;
  margin: auto;
}

.footer__inner {
  position: relative;
}

.menu-footer {
  margin: auto;
}

.menu-footer__list {
  margin: auto;
  max-width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.menu-footer__item {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu-footer__item:hover {
  color: #a700a7;
}

.menu-footer::before, .menu-footer::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 25%;
  top: 50%;
  background-image: -webkit-linear-gradient(54deg, #5e00ca 4%, #d5536f 95%);
  background-image: -o-linear-gradient(54deg, #5e00ca 4%, #d5536f 95%);
  background-image: linear-gradient(36deg, #5e00ca 4%, #d5536f 95%);
}

.menu-footer::before {
  content: "";
  left: 30px;
}

.menu-footer::after {
  right: 30px;
}

.footer-social {
  position: static;
  margin: 30px auto 40px auto;
  display: block;
  margin: auto;
  max-width: 300px;
}

.footer-social .footer-social__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@-webkit-keyframes border {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes border {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1690px) {
  .opportunities {
    margin: auto;
  }
  .cards,
  .skill-cards__wrapper {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .strategy,
  .skills-left {
    top: 0px;
  }
  .skills-left {
    margin-right: 150px;
  }
  .strategy__title,
  .skills-left__title {
    font-family: "Playfair Display", serif;
    font-size: 28pt;
  }
  .strategy__text,
  .skills-left__text {
    font-size: 16pt;
  }
}

@media (max-width: 1580px) {
  .swiper-container {
    max-width: 1050px;
  }
  .strategy__title {
    font-family: "Playfair Display", serif;
    font-size: 26pt;
  }
  .strategy .skills-left__text, .strategy__text {
    max-width: 300px;
    font-size: 14pt;
  }
  .skills {
    margin-top: 70px;
  }
  .skills-left__text {
    width: 100%;
  }
}

@media (max-width: 1500px) {
  .promo__img {
    width: 80%;
  }
}

@media (max-width: 1500px) {
  .promo__img {
    width: 60%;
  }
}

@media (max-width: 1200px) {
  .promo__number {
    display: none;
  }
}

@media (max-width: 1090px) {
  .swiper-container {
    max-width: 512px;
  }
  .nav-menu__list {
    width: 350px;
  }
  .opportunities {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .skills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .strategy,
  .skills-left {
    margin: auto;
  }
  .strategy__title,
  .skills-left__title {
    font-family: "Playfair Display", serif;
    font-size: 26pt;
  }
  .strategy__text,
  .skills-left__text {
    font-size: 14pt;
  }
  .promo__left-text::before {
    display: none;
  }
  .promo__circle {
    display: none;
  }
  #progressbar,
  #scrollPath {
    display: none;
  }
}

@media (max-width: 990px) {
  .nav-menu__list {
    width: 250px;
  }
  .tabs__item:after {
    display: none;
  }
  .menu-footer::before,
  .menu-footer::after {
    width: 20%;
  }
}

@media (max-width: 860px) {
  .nav-title__logo {
    margin-right: 20px;
  }
}

@media (max-width: 820px) {
  .sidebar {
    width: 100%;
    left: 0;
    top: 150px;
  }
  .sidebar__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 250px;
    margin: auto;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .promo__title {
    font-size: 14px;
  }
  .promo__text {
    display: none;
  }
  .promo__img {
    width: 100%;
  }
  .quote__title {
    font-size: 26px;
  }
  .opportunities__left {
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav-menu__list {
    width: 280px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: auto;
  }
  .specialize__title {
    font-size: 40px;
  }
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tabs__item:after {
    display: none;
  }
  .main .contact {
    margin-top: 150px;
  }
  .main .contact__title {
    font-size: 38px;
    line-height: normal;
  }
  .main .contact .contact__link a {
    font-size: 30px;
  }
  .menu-footer::before,
  .menu-footer::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .nav {
    margin-right: 0;
  }
  .nav-menu {
    position: relative;
  }
  .nav-menu__item {
    display: block;
    font-size: 30px;
    color: #656b6f;
  }
  .nav-menu__list {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #061721;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-menu__list.active {
    top: 0;
  }
  .nav__burger {
    position: absolute;
    top: 60px;
    right: 20px;
    width: 100%;
    height: 100%;
    display: block;
    width: 30px;
    height: 20px;
    z-index: 110;
  }
  .nav__burger span {
    background-color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav__burger::before, .nav__burger::after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
  }
  .nav__burger::before {
    top: 0;
  }
  .nav__burger::after {
    bottom: 0;
  }
  .nav__burger.active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .nav__burger.active::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }
  .nav__burger.active::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 9px;
  }
}

@media (max-width: 730px) {
  .strategy {
    max-width: 350px;
  }
}

@media (max-width: 730px) {
  .main-button {
    margin-top: 100px;
  }
}

@media (max-width: 625px) {
  .cards,
  .skill-cards__wrapper {
    -webkit-transform: scale(0.63);
        -ms-transform: scale(0.63);
            transform: scale(0.63);
  }
}

@media (max-width: 580px) {
  .swiper-container {
    max-width: 290px;
  }
}

@media (max-width: 500px) {
  .nav-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
  }
  .nav-title__logo {
    margin: auto;
    margin-bottom: 20px;
  }
  .shopping {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .shopping-cards__item {
    border: 10px solid transparent;
  }
  .shopping-cards__title {
    font-size: 25px;
    max-width: 300px;
    bottom: 50px;
  }
  .shopping-cards__about {
    display: none;
  }
  .shopping-cards__button {
    width: 120px;
    height: 35px;
    font-size: 15px;
  }
  .specialize__small-title {
    letter-spacing: 0.2em;
  }
  .specialize__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 420px) {
  .promo__title {
    letter-spacing: 20px;
  }
  .skill-cards {
    position: relative;
    left: -130px;
  }
  .cards,
  .skill-cards__wrapper {
    -webkit-transform: scale(0.38);
        -ms-transform: scale(0.38);
            transform: scale(0.38);
  }
}

@media (max-width: 320px) {
  .cards,
  .skill-cards__wrapper {
    -webkit-transform: scale(0.23);
        -ms-transform: scale(0.23);
            transform: scale(0.23);
  }
  .nav-menu__list {
    width: 250px;
  }
  h2 {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */