@import "../fonts/Bebas/stylesheet.css";
@import "../fonts/Open/stylesheet.css";
@import "../libs/fontello/css/fontello.css";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 941px;
  margin: 0 auto;
}

.button {
  width: 150px;
  height: 40px;
  background: #00A4E5;
  border: none;
  outline: none;
  font-family: OpenSans sans-serif;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  cursor: pointer;
}

.fist-screen {
  padding: 41px 0 71px;
  text-align: center;
  background: url("../images/first-screen/bg.png") center/cover no-repeat;
}
.fist-screen_nameCite {
  margin-bottom: 318px;
}
.fist-screen_title {
  font-family: BebasNeueBold sans-serif;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 5.70937px;
  color: #FFFFFF;
  margin-bottom: 21px;
}
.fist-screen_title-subtitle {
  font-family: OpenSans sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 221px;
}
.fist-screen_scroll {
  font-family: OpenSans sans-serif;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 3.7px;
  color: #FFFFFF;
}

.header {
  padding: 24px 0;
  border-bottom: 1px solid #E6E6E6;
}
.header__nav {
  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;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
.header__link {
  font-family: OpenSans sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.09091px;
  color: #48555B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__link:hover {
  color: #00A4E5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__link.active {
  color: #00A4E5;
}

.story {
  padding: 57px 0 120px;
}
.story__title {
  font-family: OpenSans sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 2.30625px;
  color: #48555B;
  position: relative;
  margin-bottom: 82px;
}
.story__title::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #00A4E5;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.story__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 77px;
     -moz-column-gap: 77px;
          column-gap: 77px;
}
.story__info {
  width: 50%;
}
.story__info-title {
  font-family: OpenSans sans-serif;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.1875px;
  color: #48555B;
  margin-bottom: 30px;
}
.story__info-title span {
  color: #00A4E5;
}
.story__info-text {
  font-family: OpenSans sans-serif;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.1875px;
  color: #48555B;
}
.story__plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 50%;
  font-family: OpenSans sans-serif;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.1875px;
  color: #FFFFFF;
}
.story__plans-box {
  width: 33.33333%;
  padding: 23px 0 152px 14px;
}
.story__plans-box_plan {
  background: url("../images/story/plan.png") center/cover no-repeat;
}
.story__plans-box_manage {
  background: url("../images/story/manage.png") center/cover no-repeat;
}
.story__plans-box_build {
  background: url("../images/story/build.png") center/cover no-repeat;
}

.capabilites {
  padding-bottom: 115px;
}
.capabilites__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 78px;
}
.capabilites__info-title {
  font-family: OpenSans sans-serif;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 2.30625px;
  color: #48555B;
  position: relative;
}
.capabilites__info-title::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #00A4E5;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.capabilites__info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
.capabilites__info-text {
  font-family: OpenSans sans-serif;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0.2px;
  color: #48555B;
}
.capabilites__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.capabilites__column {
  width: 33.33333%;
  padding: 38px 22px;
  border: 1px solid #E6E6E6;
}
.capabilites__column-img {
  width: 68px;
  height: 70px;
}
.capabilites__column-title {
  font-family: OpenSans sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.426667px;
  color: #48555B;
  margin: 25px 0 13px;
}
.capabilites__column-text {
  font-family: OpenSans sans-serif;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.1875px;
  color: #48555B;
}

.build {
  padding: 120px 0 231px;
  text-align: center;
  background: #171819 url("../images/build/bg.png") bottom/cover no-repeat;
}
.build__title {
  font-family: OpenSans sans-serif;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.15px;
  color: #48555B;
  margin-bottom: 35px;
}

.signUp {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #171819;
}
.signUp__title {
  font-family: OpenSans sans-serif;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.846154px;
  color: #FFFFFF;
}
.signUp__input {
  width: 250px;
  height: 40px;
  padding-left: 15px;
  outline: none;
  border: none;
}
.signUp__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__top {
  padding: 41px 0;
  background: #141A20;
}
.footer__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.footer__top-title {
  font-family: OpenSans sans-serif;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.846154px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.footer__top-left-text {
  font-family: OpenSans sans-serif;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0.85px;
  color: #FFFFFF;
  margin-top: 16px;
}
.footer__top-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
.footer__top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.footer__top-list-item {
  font-family: OpenSans sans-serif;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 0.846154px;
}
.footer__top-list-item_contact {
  font-family: OpenSans sans-serif;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.846154px;
  color: #FFFFFF;
}
.footer__top-list_notitle {
  padding-top: 28px;
}
.footer__top-link {
  color: #FFFFFF;
}
.footer__top-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.footer__top-icon {
  color: #FFF;
}
.footer__end {
  font-family: OpenSans sans-serif;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.846154px;
  color: #FFFFFF;
  text-align: center;
  background: #171819;
  padding: 22px;
}

@media (max-width: 1025px) {
  .fist-screen_title {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 25px;
  }

  .fist-screen {
    padding: 41px 0 50px;
  }

  .story {
    padding: 45px 0 110px;
  }

  .capabilites {
    padding-bottom: 90px;
  }
}
@media (max-width: 820px) {
  .fist-screen_title {
    font-size: 40px;
    margin-bottom: 0;
  }

  .capabilites__column {
    padding: 38px 39px;
  }

  .capabilites__info-title::before {
    bottom: 0;
  }

  .capabilites {
    padding-bottom: 75px;
  }
}
@media (max-width: 768px) {
  .story__content {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }

  .story__info {
    width: 45%;
  }

  .story__plans {
    width: 85%;
  }

  .capabilites__info-title {
    font-size: 15px;
  }

  .capabilites__info-right {
    -webkit-column-gap: 29px;
       -moz-column-gap: 29px;
            column-gap: 29px;
  }

  .capabilites__info-title::before {
    bottom: 0;
  }

  .capabilites__column {
    padding: 28px 30px;
  }

  .capabilites {
    padding-bottom: 30px;
  }
}
@media (max-width: 580px) {
  .fist-screen_title {
    font-size: 28px;
  }

  .fist-screen {
    padding: 41px 0 30px;
  }

  .story__content {
    display: block;
  }

  .story__info-title br {
    display: none;
  }

  .story__info {
    width: 100%;
    margin-bottom: 27px;
  }

  .story__plans {
    width: 100%;
  }

  .capabilites__info {
    display: block;
  }

  .capabilites__info-title {
    margin-bottom: 27px;
  }
  .capabilites__info-title::before {
    bottom: -12px;
  }

  .capabilites__info-right {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }

  .capabilites__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }

  .capabilites__column {
    width: 46%;
  }
}
@media (max-width: 426px) {
  .fist-screen {
    display: none;
  }

  .burger {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 2;
  }
  .burger__line {
    width: 40px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .burger__line::before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .burger__line::after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: -10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .burger.active .burger__line {
    background: transparent;
  }
  .burger.active .burger__line::before {
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .burger.active .burger__line::after {
    content: "";
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    width: 300px;
    height: 350px;
    top: 0;
    right: -300px;
    background-color: #bc8f8f;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 1;
  }

  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }

  .header__nav.active {
    right: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }

  .header__logo {
    margin-bottom: 15px;
  }

  .story {
    padding: 25px 0 70px;
  }

  .capabilites__info-text br {
    display: none;
  }

  .service__btn {
    width: 280px;
    height: 37px;
  }

  .capabilites__info-right {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .capabilites__column {
    width: 48%;
    padding: 28px 19px;
  }

  .build {
    padding: 90px 0 231px;
  }

  .signUp__title {
    display: none;
  }

  .footer__top-content {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }

  .footer__top-left-text br {
    display: none;
  }

  .fist-screen_title {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .story__plans {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }

  .story__plans-box {
    width: 45.33333%;
  }

  .capabilites__info-right {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }

  .capabilites__column {
    width: 100%;
  }

  .signUp__input {
    width: 200px;
  }

  .footer__top-left-text {
    display: none;
  }

  .footer__top-center {
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
  }

  .footer__top-content {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
}