@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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;
  max-width: 100%;
}

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

/*--------------------*/
/*Переменные*/
/*Первый блок + меню + header*/
body {
  max-width: 100%;
}

.no-sсroll {
  overflow-y: hidden;
}

.arrow-up {
  position: fixed;
  font-size: 35px;
  bottom: 5px;
  right: 5px;
  z-index: 1000;
}
.arrow-up__fa {
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #076cf0;
  transition: color 0.3s, opacity 0.5s, visibility 0.5s;
}
.arrow-up__fa:hover {
  cursor: pointer;
  color: #0050b8;
}
.arrow-up__fa.show {
  opacity: 1;
  visibility: visible;
}

.mobile__menu {
  display: none;
}

.content-title {
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 80px;
  line-height: 1.2;
  max-width: 520px;
}

.content-desc {
  font-family: "Abel", sans-serif;
  font-size: 30px;
  color: #868686;
  text-transform: uppercase;
}

.title {
  font-family: "Rubik", sans-serif;
  font-size: 60px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.3;
  position: relative;
}

.desc {
  font-family: "Abel", sans-serif;
  font-size: 20px;
  color: #076cf0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #868686;
  line-height: 1.8;
}

.section-header {
  background-image: url(../img/home-bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 200px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.active .header__link {
  color: #076cf0;
}

.header {
  max-width: 1200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 15px 15px 170px 15px;
}
.header__logo {
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
}
.header__list {
  display: flex;
  align-items: center;
  gap: 45px;
}
.header__link {
  font-family: "Abel", sans-serif;
  font-size: 18px;
  color: #ffffff;
  transition: 0.4s;
  position: relative;
  transition: 0.2s;
}
.header__link:hover {
  color: #076cf0;
}
.header-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-content {
  color: #ffffff;
  text-transform: uppercase;
}
.header-content__title {
  padding-bottom: 10px;
}

/*кнопка меню*/
.menu__btn {
  display: none;
}

/*Блок about us*/
.about-us {
  margin-top: -85px;
}

.about-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
.about-icon__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 0 1 250px;
  margin-bottom: 25px;
}
.about-icon__icon {
  height: 170px;
  width: 100%;
  margin-bottom: 20px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
}
.about-icon__icon_blue {
  background-image: url(../img/icon-1.svg);
  box-shadow: 0px 15px 60px #4091fb;
}
.about-icon__icon_grey {
  background-image: url(../img/icon-2.svg);
  box-shadow: 0px 15px 60px #7fe7c6;
}
.about-icon__icon_red {
  background-image: url(../img/icon-3.svg);
  box-shadow: 0px 15px 60px #df8cc4;
}
.about-icon__icon_yellow {
  background-image: url(../img/icon-4.svg);
  box-shadow: 0px 15px 60px #f4a382;
}
.about-icon_text {
  font-family: "Abel", sans-serif;
  color: #000000;
  font-size: 25px;
  line-height: 1.2;
}

.wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 95px;
}
.wrap__img {
  flex-basis: calc(100% - 600px);
}
.wrap__img img {
  width: 100%;
}

.inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 43px;
  flex-basis: 510px;
}
.inner__title::after {
  content: "";
  height: 60%;
  width: 5px;
  background-color: #076cf0;
  display: block;
  position: absolute;
  left: -43px;
  top: 20%;
}
.inner__text {
  padding-top: 30px;
}
.inner__link {
  margin-top: 60px;
}
.inner__link,
.inner .link {
  display: block;
  border-radius: 50px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Abel", sans-serif;
  font-size: 12px;
  letter-spacing: 0.4em;
  background-color: #076cf0;
  padding: 12px 32px;
  transition: 0.3s;
}

.link:hover {
  background-color: #0050b8;
  box-shadow: 0px 3px 3px rgba(64, 145, 251, 0.2);
}

.wrap2 {
  padding: 100px 0;
}

.inner2 {
  padding-left: 43px;
  flex-basis: 48%;
}

.inner__title2 {
  font-size: 40px;
}
.inner__title2::after {
  height: 60%;
}

.inner__text2 {
  max-width: 400px;
}

/*прогресс бар*/
.skills {
  position: relative;
  flex-basis: 48%;
}
.skills__item {
  margin-bottom: 38px;
}
.skills__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.skills__title, .skills__per {
  font-family: "Abel", sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 2px;
}
.skills__bar {
  position: relative;
  border-radius: 5px;
  background-color: #f1f4f8;
}
.skills__bar1 {
  position: relative;
  width: 0;
  height: 5px;
  border-radius: 5px;
  background-color: #f2662f;
  animation: skills1-fill 2s forwards;
}
.skills__bar2 {
  position: relative;
  width: 0;
  height: 5px;
  border-radius: 5px;
  background-color: #fa2b7e;
  animation: skills2-fill 2s forwards;
}
.skills__bar3 {
  position: relative;
  width: 0;
  height: 5px;
  border-radius: 5px;
  background-color: #23ddac;
  animation: skills3-fill 2s forwards;
}
.skills__bar4 {
  position: relative;
  width: 0;
  height: 5px;
  border-radius: 5px;
  background-color: #076cf0;
  animation: skills4-fill 2s forwards;
}

@keyframes skills1-fill {
  100% {
    width: 92%;
  }
}
@keyframes skills2-fill {
  100% {
    width: 88%;
  }
}
@keyframes skills3-fill {
  100% {
    width: 95%;
  }
}
@keyframes skills4-fill {
  100% {
    width: 50%;
  }
}
/**/
.unique {
  background-image: url(../img/banner-bg01.png);
  background-size: cover;
  background-position: center;
  transition: 0.3s;
  background-repeat: no-repeat;
}

.unique-content {
  padding: 154px 0;
}
.unique-content__desc {
  padding-top: 30px;
}

.product {
  padding-top: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__imgdiv {
  flex-basis: calc(100% - 600px);
}
.product__img {
  width: 100%;
  border-radius: 10px;
}
.product-inner {
  flex-basis: 510px;
  padding-left: 43px;
}
.product-inner__title::after {
  content: "";
  height: 60%;
  width: 5px;
  background-color: #076cf0;
  display: block;
  position: absolute;
  left: -43px;
  top: 20%;
}
.product-inner__text {
  padding-top: 30px;
  padding-bottom: 60px;
}
.product-inner__link {
  display: inline-block;
  border-radius: 50px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Abel", sans-serif;
  font-size: 12px;
  letter-spacing: 0.4em;
  background-color: #076cf0;
  padding: 12px 32px;
}

.product1 {
  padding-top: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product1-inner__imgdiv {
  flex-basis: calc(100% - 600px);
  max-width: 575px;
}
.product1__img {
  width: 100%;
}
.product1-inner {
  padding-left: 43px;
  flex-basis: 510px;
}
.product1-inner__title::after {
  content: "";
  height: 60%;
  width: 5px;
  background-color: #076cf0;
  display: block;
  position: absolute;
  left: -43px;
  top: 20%;
}
.product1-inner__text {
  padding-top: 30px;
  padding-bottom: 60px;
}
.product1-inner__link {
  display: inline-block;
  border-radius: 50px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Abel", sans-serif;
  font-size: 12px;
  letter-spacing: 0.4em;
  background-color: #076cf0;
  padding: 12px 32px;
}

.slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 130px 0;
  flex-wrap: wrap;
}
.slider__img {
  max-height: 50px;
  flex: 0 0 19%;
}

.feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  margin: 130px 0 -60px;
}
.feature-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-basis: 330px;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 40px 54px;
}
.feature-item_blue {
  box-shadow: 0px 20px 60px rgba(64, 145, 251, 0.8);
}
.feature-item_yellow {
  box-shadow: 0px 20px 60px rgba(127, 231, 198, 0.8);
}
.feature-item_red {
  box-shadow: 0px 20px 60px rgba(223, 140, 196, 0.8);
}
.feature-item__title {
  font-family: "Abel", sans-serif;
  color: #000000;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 40px 0 10px;
}
.feature-item__text {
  font-family: "Rubik", sans-serif;
  color: #868686;
  font-size: 16px;
  line-height: 1.2;
}

.footer {
  background-color: #000000;
  padding-top: 180px;
  padding-bottom: 15px;
}

.forms {
  /*Автозаполнение в форме сброс стиля для хрома*/
}
.forms input:-webkit-autofill,
.forms input:-webkit-autofill:hover,
.forms input:-webkit-autofill:focus,
.forms textarea:-webkit-autofill,
.forms textarea:-webkit-autofill:hover,
.forms textarea:-webkit-autofill:focus,
.forms select:-webkit-autofill,
.forms select:-webkit-autofill:hover,
.forms select:-webkit-autofill:focus {
  border: none;
  border-bottom: 2px solid #ffffff;
  -webkit-text-fill-color: #ffffff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.forms input,
.forms textarea {
  overflow: hidden;
  resize: none;
  padding-left: 17px;
  padding-bottom: 7px;
  width: 100%;
  height: 26px;
  color: #ffffff;
  background-color: #000000;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 2px solid #ffffff;
}
.forms input::-moz-placeholder, .forms textarea::-moz-placeholder {
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}
.forms input::placeholder,
.forms textarea::placeholder {
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}
.forms-header {
  padding-left: 50px;
}
.forms-header__title {
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.2;
  position: relative;
}
.forms-header__title::after {
  content: "";
  height: 60%;
  width: 5px;
  background-color: #076cf0;
  display: block;
  position: absolute;
  left: -50px;
  top: 20%;
}
.forms-header__desc {
  font-family: "Abel", sans-serif;
  color: #076cf0;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.forms__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 30px;
  gap: 90px;
}
.forms__item input {
  max-width: 330px;
}
.forms__btn {
  padding-top: 40px;
  padding-bottom: 100px;
}
.forms__btn button {
  font-family: "Abel", sans-serif;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 3px;
  color: #ffffff;
  background-color: #076cf0;
  padding: 12px 48px;
  border-radius: 50px;
  transition: 0.3s;
}
.forms__btn button:hover {
  background-color: #0050b8;
  box-shadow: 0px 3px 3px rgba(64, 145, 251, 0.2);
}

input::-moz-placeholder {
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

input::placeholder {
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

.info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 985px;
  flex-wrap: wrap;
  padding-bottom: 92px;
  gap: 20px;
}
.info__items {
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
.info__items_phone {
  background-image: url(../img/icon-phone.svg);
}
.info__items_sms {
  background-image: url(../img/icon-email.svg);
}
.info__items_cont {
  background-image: url(../img/icon-address.svg);
}
.info__text {
  padding-left: 54px;
  padding-bottom: 5px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1.1;
  color: #ffffff;
}
.info__text:last-child {
  padding-bottom: 0px;
}

/* Responsive */
/* Large: 992px - 1199px */
@media (max-width: 1199px) {
  .about-icon {
    justify-content: space-evenly;
  }
  .feature {
    justify-content: space-evenly;
  }
}
/* Medium: 768px - 991px */
@media (max-width: 945px) {
  .content-title {
    font-size: 60px;
  }
  .content-desc {
    font-size: 22px;
  }
  .title {
    font-size: 40px;
  }
  .desc {
    font-size: 18px;
  }
  .text {
    font-size: 14px;
  }
  .inner__title2 {
    font-size: 30px;
  }
}
@media (max-width: 850px) {
  .wrap__img {
    flex-basis: 40%;
  }
  .inner {
    flex-basis: 53%;
  }
  .inner2 {
    flex-basis: 40%;
  }
  .skills {
    flex-basis: 54%;
  }
  .product-inner,
  .product__imgdiv,
  .product1-inner__imgdiv,
  .product1-inner {
    flex-basis: 43%;
  }
}
/* Small: 576px - 767px */
@media (max-width: 750px) {
  .content-title {
    font-size: 48px;
  }
  .content-desc {
    font-size: 20px;
  }
  .title {
    font-size: 32px;
  }
  .desc {
    font-size: 16px;
  }
  .text {
    font-size: 14px;
  }
  .inner__title2 {
    font-size: 30px;
  }
  .skills__title,
  .skills__per {
    font-size: 14px;
  }
  .about-icon {
    gap: 15px;
  }
  .inner__link {
    margin-top: 30px;
  }
  .product-inner__text,
  .product1-inner__text {
    padding-bottom: 30px;
  }
  .header {
    padding: 15px 15px 100px 15px;
  }
  .wrap,
  .products,
  .products1,
  .product1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .wrap {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .product {
    flex-wrap: wrap-reverse;
    justify-content: center;
    padding-top: 50px;
  }
  .product1 {
    padding-top: 50px;
  }
  .feature {
    margin-top: 50px;
  }
  .wrap__img,
  .product__imgdiv,
  .product1-inner__imgdiv {
    flex-basis: 60%;
    padding-bottom: 30px;
  }
  .skills {
    padding-top: 30px;
  }
  .inner,
  .skills,
  .product-inner,
  .product1-inner {
    flex-basis: 100%;
  }
  .inner {
    padding-right: 43px;
  }
  .inner__text2 {
    max-width: 100%;
  }
  /*кнопка меню*/
  .menu__btn {
    display: block;
    z-index: 5;
    width: 60px;
    height: 45px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .menu__btn_item {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #0050b8;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .menu__btn_item:nth-child(1) {
    top: 0px;
  }
  .menu__btn_item:nth-child(2), .menu__btn_item:nth-child(3) {
    top: 18px;
  }
  .menu__btn_item:nth-child(4) {
    top: 36px;
  }
  .menu__btn.open .menu__btn_item:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .menu__btn.open .menu__btn_item:nth-child(2) {
    transform: rotate(45deg);
  }
  .menu__btn.open .menu__btn_item:nth-child(3) {
    transform: rotate(-45deg);
  }
  .menu__btn.open .menu__btn_item:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .nav__menu {
    display: none;
  }
  .mobile__menu {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.9);
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 4;
    padding-top: 150px;
    transition: all 0.4s ease-in-out;
  }
  .mobile__menu.open {
    left: 0;
  }
  .mobile__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    gap: 20px;
  }
  .header__logo {
    z-index: 5;
    width: 50px;
    height: 50px;
  }
  .header__link {
    font-size: 30px;
  }
  .forms {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .forms__item {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding-bottom: 25px;
  }
  .forms input, .forms textarea {
    max-width: 80%;
  }
  .forms__message {
    width: 100%;
    text-align: center;
  }
  .forms__btn {
    margin: 0 auto;
  }
  .footer {
    padding: 100px 0 50px;
  }
  .info {
    padding: 0;
  }
  .footer-nav {
    display: none;
  }
}
/* Extra small: 0px (320px) - 575px */
@media (max-width: 575px) {
  .content-title {
    font-size: 34px;
  }
  .title {
    font-size: 28px;
  }
  .inner__title2 {
    font-size: 26px;
  }
  .about-icon {
    gap: 10px;
  }
  .info {
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */