@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  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;
}

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

/********************************BLOCKS**************************************************************/
.title-block {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #48555b;
  letter-spacing: 2.3px;
  white-space: nowrap;
  position: relative;
}

.title-block:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #00a4e5;
  position: absolute;
  top: 30px;
  left: 0;
}

.button {
  height: 40px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 28px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  color: #ffffff;
  letter-spacing: 0.5px;
  background: #00a4e5;
  border: 1px solid #00a4e5;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.button:hover {
  color: #00a4e5;
  background: #ffffff;
}

/********************************BODY-and-WRAPPER**************************************************************/
body {
  background: #ffffff;
}

.wrapper {
  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;
  min-height: 100vh;
}

/********************************CONTAINER**************************************************************/
.container {
  max-width: 970px;
  margin: 0 auto;
  padding: 0px 15px;
}

@media (max-width: 767.98px) {
  .container {
    max-width: none;
  }
}

/********************************TOP**************************************************************/
.top {
  min-height: 100vh;
  background: url(../img/top/bg.jpg) center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 41px 0px 71px;
}

.top__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top__title {
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 36px;
  color: #ffffff;
  letter-spacing: 5px;
  white-space: nowrap;
}

.top__title span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #ffffff;
  letter-spacing: initial;
}

.top__link {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  color: #ffffff;
  letter-spacing: 3.7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
}

@media (max-width: 820px) {
  .top__title {
    font-size: 44px;
  }
}

@media (max-width: 767.98px) {
  .top__title {
    font-size: 30px;
    white-space: initial;
  }
  .top__title span {
    font-size: 11px;
  }
}

/********************************HEADER-and-MENU**************************************************************/
.header {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

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

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu__list li:not(:last-child) {
  margin: 0px 40px 0px 0px;
}

.menu__link {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  color: #48555b;
  letter-spacing: 1px;
}

.menu__link:hover {
  color: #00a4e5;
}

@media (max-width: 767.98px) {
  .header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__logo-link {
    margin: 20px 0px 15px 0px;
  }
  .menu__list li:not(:last-child) {
    margin: 0px 0px 0px 0px;
  }
  .menu__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    text-align: center;
    padding: 0px 15px 20px;
  }
  .menu__link {
    font-size: 16px;
  }
}

/********************************MAIN**************************************************************/
.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/********************************STORY**************************************************************/
.story {
  padding: 60px 0px 120px 0px;
}

.story__content {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.story__title {
  text-align: center;
  margin: 0px 0px 70px 0px;
}

.story__title::before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

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

.story__textbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 43%;
          flex: 0 1 43%;
  margin: 0px 77px 0px 0px;
}

.story__text {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: #48555b;
  letter-spacing: 0.18px;
}

.story__text span {
  color: #00a4e5;
}

.story__text_small {
  font-size: 13px;
  font-weight: 400;
  margin: 40px 0px 0px 0px;
}

.story__imagebox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}

@media (max-width: 1000px) {
  .story {
    padding: 40px 0px 80px 0px;
  }
  .story__title {
    margin: 0px 0px 40px 0px;
  }
  .story__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .story__textbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 0px 0px 30px 0px;
  }
  .story__imagebox {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .story__text {
    text-align: center;
  }
  .story__text_small {
    margin: 20px 0px 0px 0px;
  }
}

@media (max-width: 520px) {
  .story__text {
    font-size: 16px;
    line-height: 20px;
  }
  .story__text_small {
    font-size: 11px;
  }
}

.imagebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -10px;
}

.imagebox__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333%;
          flex: 0 1 33.3333%;
  padding: 0px 10px;
}

.item__body {
  height: 224px;
  position: relative;
}

.item__img {
  height: 100%;
  width: 100%;
}

.item__text {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #ffffff;
  letter-spacing: 0.18px;
  position: absolute;
  top: 15px;
  left: 14px;
}

@media (max-width: 520px) {
  .imagebox {
    margin: 0 -5px;
  }
  .imagebox__column {
    padding: 0px 5px;
  }
  .item__body {
    height: 150px;
  }
  .item__text {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 14px;
    color: #ffffff;
    letter-spacing: 0.18px;
  }
}

/********************************CAPABILITIES**************************************************************/
.capabilities {
  padding: 0px 0px 115px 0px;
}

.capabilities__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 80px 0px;
}

.capabilities__title {
  margin: 0px 155px 0px 0px;
}

.capabilities__text {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
  color: #48555b;
  letter-spacing: 0.2px;
  margin: 0px 32px 0px 0px;
  max-width: 405px;
}

@media (max-width: 1000px) {
  .capabilities__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .capabilities__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: center;
    margin: 0px 0px 40px 0px;
  }
  .capabilities__title::before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .capabilities__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .capabilities__button {
    margin-left: auto;
  }
}

@media (max-width: 520px) {
  .capabilities__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0px 50px 0px;
  }
  .capabilities__text {
    text-align: center;
    margin: 0px auto 20px auto;
  }
  .capabilities__button {
    margin: 0 auto;
  }
}

.cardbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -14px;
}

.cardbox__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333%;
          flex: 0 1 33.3333%;
  padding: 0px 14px;
}

@media (max-width: 767.98px) {
  .cardbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cardbox__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .cardbox__column:not(:last-child) {
    margin: 0px 0px 10px 0px;
  }
}

.card {
  padding: 38px 23px;
  border: 1px solid #e6e6e6;
  min-height: 100%;
}

.card__img {
  min-height: 75px;
}

.card__title {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #48555b;
  letter-spacing: 0.4px;
  margin: 25px 0px 0px 0px;
}

.card__text {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  color: #48555b;
  letter-spacing: 0.2px;
  margin: 13px 0px 0px 0px;
}

/********************************TOUCH**************************************************************/
.touch {
  padding: 120px 0px 232px 0px;
  background: url(../img/touch/bg.jpg) center/cover;
}

.touch__title {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: #48555b;
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0px 0px 35px 0px;
}

.touch__button {
  margin: 0 auto;
}

/********************************SIGNUP**************************************************************/
.signup {
  background: #171819;
  padding: 30px 0px;
}

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

.signup__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.signup__form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.signup__label {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #ffffff;
  letter-spacing: 0.8px;
  margin: 0px 70px 0px 0px;
}

.signup #mail {
  width: 250px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #48555b;
  letter-spacing: 0.07px;
  padding: 0px 16px;
  border: 1px solid #979797;
}

@media (max-width: 767.98px) {
  .signup__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .signup__label {
    text-align: center;
    margin: 0px 0px 50px 0px;
  }
  .signup #mail {
    width: 175px;
  }
  .signup__button {
    width: 100px;
  }
}

/********************************FOOTER**************************************************************/
/********************************LINK-FIELD**************************************************************/
.link-field {
  padding: 60px 0px;
  background: #141a20;
}

.link-field__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.link-field details {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.link-field details summary::-webkit-details-marker {
  display: none;
}

.link-field details > summary {
  list-style: none;
}

.link-field details summary:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0px 0px 0px 5px;
}

.link-field details[open] summary {
  color: #00a4e5;
}

.link-field__title, .copy__text {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  color: #ffffff;
  letter-spacing: 0.85px;
  cursor: pointer;
}

.link-field__nav, .link-field__addres {
  position: absolute;
  width: 262px;
  top: 20px;
  left: 0;
  padding: 8px;
  background: #171819;
}

.link-field__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link-field__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333%;
          flex: 0 1 33.3333%;
  text-align: center;
}

.link-field__link {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 25px;
  color: #ffffff;
  letter-spacing: 0.85px;
}

.link-field__link:hover {
  color: #00a4e5;
}

.link-field__addres {
  width: 140px;
}

.link-field__text {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  color: #ffffff;
  letter-spacing: 0.85px;
}

.link-field__text:not(:last-child) {
  margin: 0px 0px 5px 0px;
}

.link-field__socials .fa {
  color: #ffffff;
  font-size: 18px;
}

.link-field__socials .fa:not(:last-child) {
  margin: 0px 10px 0px 0px;
}

.link-field__socials .fa:hover {
  color: #00a4e5;
}

/********************************COPY**************************************************************/
.copy {
  padding: 50px 0px;
  background-color: #000000;
}

.copy__text {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */