@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    /* Браузер сначала попробует найти шрифт локально */
    src: local("Raleway"),
         /* Если не получилось, загрузит woff2 */
         url("/fonts/Raleway-Regular.woff2") format("woff2"),
         /* Если браузер не поддерживает woff2, загрузит woff */
         url("/fonts/Raleway-Regular.woff") format("woff");
  }

  @font-face {
    font-family: "RelewaySemiBold";
    font-style: normal;
    font-weight: 600;
    /* Браузер сначала попробует найти шрифт локально */
    src: local("RelewayExtraBold"),
         /* Если не получилось, загрузит woff2 */
         url("/fonts/Raleway-SemiBold.woff2") format("woff2"),
         /* Если браузер не поддерживает woff2, загрузит woff */
         url("/fonts/Raleway-SemiBold.woff") format("woff");
  }

  @font-face {
    font-family: "RelewayExtraBold";
    font-style: normal;
    font-weight: 700;
    /* Браузер сначала попробует найти шрифт локально */
    src: local("RelewayExtraBold"),
         /* Если не получилось, загрузит woff2 */
         url("/fonts/Raleway-ExtraBold.woff2") format("woff2"),
         /* Если браузер не поддерживает woff2, загрузит woff */
         url("/fonts/Raleway-ExtraBold.woff") format("woff");
  }

  @font-face {
    font-family: "RelewayExtraLight";
    font-style: normal;
    font-weight: 400;
    /* Браузер сначала попробует найти шрифт локально */
    src: local("RelewayExtraBold"),
         /* Если не получилось, загрузит woff2 */
         url("/fonts/Raleway-ExtraLight.woff2") format("woff2"),
         /* Если браузер не поддерживает woff2, загрузит woff */
         url("/fonts/Raleway-ExtraLight.woff") format("woff");
  }

  @font-face {
    font-family: "RelewayLight";
    font-style: normal;
    font-weight: 400;
    /* Браузер сначала попробует найти шрифт локально */
    src: local("RelewayLight"),
         /* Если не получилось, загрузит woff2 */
         url("/fonts/Raleway-Light.woff2") format("woff2"),
         /* Если браузер не поддерживает woff2, загрузит woff */
         url("/fonts/Raleway-Light.woff") format("woff");
  }

  @font-face {
    font-family: "RelewayBold";
    font-style: bold;
    font-weight: 700;
    /* Браузер сначала попробует найти шрифт локально */
    src: local("RelewayBold"),
         /* Если не получилось, загрузит woff2 */
         url("/fonts/Raleway-Bold.woff2") format("woff2"),
         /* Если браузер не поддерживает woff2, загрузит woff */
         url("/fonts/Raleway-Bold.woff") format("woff");
  }
  
  /* Теперь можно использовать шрифт */
  body {
    font-family: "Raleway", "Arial", sans-serif;
    font-size: 15px;
  }

  a {
    text-decoration: none;
  }

 .promo a {
    color: #ffffff;
  }

  .container {
    padding: 0 80px;
  }
  a:hover {
    text-decoration: none;
  }

  button:focus, div:focus, input:focus, textarea:focus {
    outline: none;
  }

  .title {
    text-align: center;
    font-family: "RelewaySemiBold";
    font-style: 45px;
  }

  .subtitle {
    text-align: center;
    color: #b0bec5;
    font-family: "RelewaySemiBold";
    font-style: 25px;
    line-height: 15px;
  }

  .descr {
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    color: #b0bec5;
    line-height: 16px;
  }

  .descr__dark {
    color: #061e37;
  }

  /* Promo section */

  .promo {
    color: #ffffff;
    padding-top: 50px;
    min-height: 750px;
    background-image: linear-gradient(to right, rgba(50, 233, 191, 0.6), rgba(26, 193, 216, 0.2)), url(../img/promo_bg.jpg);
    /* center center no-repeat */
    background-size: cover;
  }

  .logo__wrap {
    display: flex;
    align-items: center;
  }

  .logo__img {
    margin-right: 10px;
  }

  .logo__text {
    font-family: "RelewayLight";
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;

  }

  .logo__text span {
    font-family: "RelewayExtraBold";
    font-weight: 700;
  }

  .header {
    display: flex;
    justify-content: space-between;
  }

  .nav__list {
    font-family: "RelewaySemiBold";
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
  }

  .nav__item {
    margin: 0 25px;
    opacity: 0.75;
    transition: opacity 0.3s ease;
  }

  .nav__item > a:hover {
    opacity: 1;
    
    /* color: black; */
  }

  .promo__sign button {
    padding: 6px 20px;
    background-color: transparent;
    border-radius: 2px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 12px;
  }

  promo__sign button {
    outline: none;
  }

  .promo_content {
    margin-top: 167px;
    display: flex;
    justify-content: space-between;
  }

  .promo__text {
    width: 45%;
  }

  .promo__titele {
    font-family: "RelewayExtraBold";
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
  }

  .promo__descr {
    font-size: 18px;
    line-height: 35px;
  }

  .promo_btns {
    margin-top: 38px;
  }

  .promo_btn {
    width: 160px;
    height: 55px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    transition: all 0.3s ease;
    margin-right: 30px;
  }

  .promo_btn_black {
    background-color: black;
    color: white;
  }

  .promo_btn_black:hover {
    background-color: #ffffff;
    color: #000;
  }

  .promo_btn_white {
    background-color: #fff;
    color: black;    
  }

  .promo_btn_white:hover {
    background-color: black;
    color: white;
  }

  .promo__video  {
    position: relative;
  }

  .promo__video > video {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: 1px solid #061e37;
  }

  .promo__play {
    position: absolute;
    top: 35%;
    left: 38%;
    width: 150px;
    text-align: center;
    color: #061e37;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
  }

  .promo__play > div {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    width: 60px;
    height: 60px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: 1px solid #061e37;
    margin: 0 auto 22px auto;
  }

  .promo__play > div  > i {
    color: white;
  }


/* Section useful */

.useful {
  padding: 100px;
  min-height: 800px;
}

.useful__content {
  margin-top: 95px;
  display: flex;
  justify-content: space-between;
  
}

.useful__item {
  width: 23%;
  text-align: center;
}

.useful__icom > i {
   font-size: 80px;
}

.useful__icom {
  text-align: center;
  margin-bottom: 40px;
}

.fa-calendar-week {
  color: #b388ff;
}

.fa-user-tie {
  color: #80d8ff;
}

.fa-fire-extinguisher {
  color: #ea80fc;
}

.useful__text {

}

.useful__title {
  font-family: "RelewaySemiBold";
  font-weight: 900;
  color: #061e37;
  font-size: 20px;
  line-height: 20px;
}

.useful__descr {
  color: #78909c;
  line-height: 20px;
}

.useful__btn {
  display: block;
  background-color: #1de9b6;
  margin: 78px auto 0 auto;
  width: 150px;
  height: 55px;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease;
}

.useful__btn:hover {
  background-color: #1ac499;
}

/* achievements section */
.achievements {
  display: flex;

}

.achievements__item {
  width: 25%;
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.achievements__item_business {
  background-color: #80d8ff;
}

.achievements__item_downloads {
  background-color: #82b1ff;
}

.achievements__item_installs {
  background-color: #b388ff;
}

.achievements__item_user {
  background-color: #ea80fc;
}

.achievements__item_business i {
  color: #80d8ff;
}

.achievements__item_downloads i {
  color: #82b1ff;
}

.achievements__item_installs i {
  color: #b388ff;
}

.achievements__item_user i {
  color: #ea80fc;
}

.achievements__wrap {
  /* margin: 45px ; */
  display: flex;
  align-items: center;
}

.achievements__icon {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 23px;
  display: flex;
  justify-content: center;
  align-items: center;  
}

.achievements__icon i {
  font-style: 30px;
}

.achievements__text {
  color: #ffffff;
  font-family: "RelewayExtraBold";
  font-style: 20px;
  line-height: 25px;
}


/* Section service */
.service {
  padding: 100px 0;
}

.services__content {
  margin-top: 100px;
  display: flex;
  justify-content: center;  
}

/* Tabs */
.tabs__item {
  width: 800px;
  height: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
  margin: 0 auto 20px auto;
  padding: 0 25px 25px 25px;
  overflow: hidden;
  cursor: pointer;
}

.tabs__item_active {
  height: 240px; 
  cursor: default; 
}

.tabs__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}

.tabs__wrap {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

.tabs__icon i {
  color: #061e37;
  font-size: 25px;
}

.tabs__down i {
  color: #061e37;
  font-size: 25px;
}

.tabs__title {
  color: #061e37;
  font-family: "RelewayBold";
  text-transform: uppercase;
  margin-left: 25px;
}

.tabs__content {
  display: flex;
}

.tabs__img {
  width: 250px;
  height: 155px;
}

.tabs__text {
  margin-left: 15px;
}


/* Comment section */
.comment {
  min-height: 156px;
  padding: 87px 0;
  background-image: linear-gradient(to right, rgba(37, 202, 164, 0.925), rgba(14, 186, 209, 0.932)), url(../img/BG_comment.jpg);
  /* center center no-repeat */
  background-size: cover;
}

.comment__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment__call {
  color: #ffffff;
  width: 100%;
}

.comment__title {
  font-family: "RelewaySemiBold";
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 19px;
}

.comment__desct {
  font-family: "RelewaySemiBold";
  margin-bottom: 78px;
}

.comment__content {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 65px;
  margin-left: 50px;
  padding: 30px;

}

.comment__item {
  display: flex;  
  /* justify-content: space-between; */
  justify-content: start;
}

.comment__icon img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.comment__name {
  color: #061e37;
  font-family: "RelewaySemiBold";
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.comment__text {
  color: #061e37;
  font-style: italic;
  line-height: 25px;
}

/* Team section */
.team {
  padding: 100px 0 90px;
}

.team__content {
  margin-top: 90px;
}

/* Carosel */
.carousel {
  width: 850px;
  margin: 0 auto;
}

.carousel__item {
  display: flex;
  flex-direction: column;
}

.carousel__imag {  
  margin: 60px auto 0 auto;
  width: 160px;
  height: 160px;
  border-radius: 100%;
}

.carousel__name {
  color: #061e37;
  font-style: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
}

.carousel__text {
  color: #90a4ae;
  line-height: 25px;
  text-align: center;
  margin-top: 20px;
}

.carousel__links {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.carousel__links a {
  margin: 0 15px;
}

.carousel__links i {
  color: #90a4ae;
  font-style: 20px;
}

.carousel__arrow {
  top: 20%;
  position: absolute;
}

.carousel__arrow i {
  /* position: absolute; */
  font-size: 60px;
}

.carousel__prev {
  left: 0;
}

.carousel__next {
  right: 0;
}


/* Contact section*/
.contact {
  padding: 50px 0 100px 0;
  background-color: #fafafa;
}

.contact__content {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* Form */
.form__wrap {
 margin-top: 20px;
}

.form__inp {
  width: 280px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #061e37;
  color: #061e37;
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px;
  margin: 0 20px;

}

.form__message {
  width: 605px;
  height: 150px;
  border-radius: 5px;
  border: 1px solid #061e37;
  color: #061e37;
  font-size: 14px;
  font-weight: 500;
  padding: 20px;
  margin: 20px;
  resize: none;
}

.form__send {
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form__send label {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.form__sub {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid;
}

.form__btn {
  margin: 0;
}


/* Footer section */
.footer {
  
  background-color: #061e37;
  min-height: 300px;
  padding: 100px 0;
}

.footer__wrap a {
  color: #ffffff;
}

.footer__wrap {

  
}

.footer__first {
  display: flex;
  justify-content: space-between;  
  align-items: center;
}

.footer__second {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;  
  align-items: center;
}

.footer__links a, .footer__socials i {
  color: #014961;
  font-size: 25px;
}

.footer__links i {
  padding-top: 15px;
  color: #ffffff;
  font-size: 7px;
  align-items: flex-end;
}

.footer__socials i {
  margin-left: 15px;
  
}

.nav__item-end {
  margin-right: 0px;
}


/* Popup */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
}

.popup__active {
  display: flex;
}

.popup__wrap {
  position: relative;
  background-color: #ffffff;
  padding: 50px;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 black;
}

.popup__form {
  width: 645px;
}

.popup__close {
  position: absolute;
  font-size: 50px;
  color: gray;
  top: 15px;
  right: 25px;
  cursor: pointer;
}