/*common*/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: #FFFFFF;
  color: #0A0F1F;
}

html,
body {
  margin: 0px;
  padding: 0px;
}

html {
  min-width: 330px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 140%;
  color: #FFFFFF;
  font-weight: 400;
  background: #0A0F1F;
}

h1 {
  font-family: "Roboto Mono", monospace;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin: 0px 0px 30px;
}

h2 {
  font-family: "Roboto Mono", monospace;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin: 0px 0px 30px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin: 0px;
}

p {
  margin: 0px;
}

ul, ol {
  margin: 0px;
  padding: 0px 0px 0px 30px;
}

a {
  color: #FFFFFF;
  transition: all 0.3s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1310px;
  padding: 0px 15px;
}
.container--mini {
  max-width: 880px;
}
.container--fluid {
  max-width: 100%;
}
.container--stories {
  max-width: 1054px;
}

.btn {
  display: inline-block;
  background: transparent;
  border: 0px;
  cursor: pointer;
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 100%;
  text-decoration: none;
  border-radius: 40px;
  padding: 19px 90px;
  text-align: center;
}
.btn--main {
  border: 1px solid #00546C;
  box-shadow: 0px 0px 15px #00546C;
}

.mobile {
  display: none;
}

/*header*/
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #0A0F1F;
  z-index: 1000;
  transition: all 0.3s ease-in-out 0s;
}
.header .container {
  max-width: 1440px;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px;
}
.header__logo {
  width: 63px;
}

.nav {
  width: calc(100% - 93px);
}
.nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.nav__item {
  list-style-type: none;
}
.nav__link {
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  text-decoration: none;
}
.nav__link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.nav-toggle {
  display: none;
}

/*main*/
section {
  padding: 55px 0px;
}

.section-text {
  font-style: italic;
  text-align: center;
}
.section-text--top {
  margin: 0px 0px 25px;
}

.problem {
  padding-top: 120px;
}
.problem__wrap {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
}
.problem__wrap:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgb(19, 82, 101) 0%, rgba(19, 82, 101, 0.8) 40%, rgba(0, 0, 0, 0) 70%);
  content: "";
  z-index: -1;
}
.problem__text {
  margin: 0px 0px 40px;
}

.tech {
  position: relative;
}
.tech:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 25%;
  height: 100%;
  background: url(../images/bg_tech.png) no-repeat;
  background-position: 0px 50%;
  background-size: 100% auto;
  content: "";
  z-index: -1;
}
.tech:after {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 25%;
  height: 100%;
  background: url(../images/bg_tech.png) no-repeat;
  background-position: 0px 50%;
  background-size: 100% auto;
  content: "";
  transform: scale(-1, 1);
  z-index: -1;
}
.tech__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 20px;
}
.tech__item:last-child {
  margin: 0px;
}
.tech__icon {
  width: 58px;
}
.tech__text {
  width: calc(100% - 78px);
}

.scenario__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.scenario__item {
  text-align: center;
}
.scenario__icon {
  display: inline-block;
  width: 100px;
}

.integration__list {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 35px 0px;
  margin: 0px 0px 25px;
}
.integration__list::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(19, 82, 101, 0.8) 0%, rgba(19, 82, 101, 0.8) 40%, rgba(0, 0, 0, 0) 70%);
  content: "";
  z-index: -1;
}
.integration__item {
  max-width: 75px;
}
.integration__item:first-child {
  max-width: 100px;
}
.integration__item:last-child {
  max-width: 90px;
}

.stories__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.stories__item {
  background: #00556C;
  border-radius: 30px;
  padding: 30px 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.stories__item-text {
  font-size: 22px;
  line-height: 140%;
  margin: 0px 0px 30px;
}
.stories__item-name {
  text-align: center;
}

.plans__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
.plans__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  border: 4px solid #00546C;
  border-radius: 30px;
  box-shadow: 0px 0px 20px #00546C;
}
.plans__item-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 140%;
  color: #00546C;
  padding: 20px;
}
.plans__item-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  border-top: 1px solid rgba(0, 85, 108, 0.6);
  border-bottom: 1px solid rgba(0, 85, 108, 0.6);
}
.plans__item-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
}
.plans__icon {
  font-style: normal;
}

.contact__content {
  text-align: center;
  margin-bottom: 30px;
}
.contact__mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact__mail-icon {
  display: inline-block;
  width: 41px;
  height: 30px;
  background: url(/images/icon_email.png) no-repeat;
  background-size: 100% 100%;
  margin: 0px 15px 0px 0px;
}

/*footer*/
.footer {
  font-size: 20px;
  line-height: 140%;
  padding: 35px 0px;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-nav {
  margin-bottom: 30px;
}
.footer-nav__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.footer-nav__item {
  list-style-type: none;
}

/*cookie*/
.cookie {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 880px;
  width: 96%;
  background: #135264;
  border-radius: 60px;
  padding: 60px 25px;
  z-index: 999;
}
.cookie__content {
  font-family: "Roboto Mono", monospace;
  font-size: 40px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 50px;
}
.cookie__btns {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.cookie__btn {
  font-family: "Roboto Mono", monospace;
  line-height: 100%;
  font-size: 27px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 30px;
  background: #0A0F1F;
  color: #FFFFFF;
  border: 1px solid #0A0F1F;
  padding: 10px 45px;
}
.cookie__btn--decline {
  background: transparent;
  border-color: #FFFFFF;
}

@media (max-width: 1440px) {
  .nav {
    width: calc(100% - 73px);
  }
}
@media (max-width: 1310px) {
  body {
    font-size: 22px;
    line-height: 140%;
  }
  h1, h2 {
    font-size: 32px;
    line-height: 140%;
  }
  h3 {
    font-size: 22px;
    line-height: 140%;
  }
  /*header*/
  .nav {
    display: none;
  }
  .nav--open {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #0A0F1F;
    padding: 60px 20px 20px;
  }
  .nav__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .nav-toggle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 20px;
    height: 14px;
    padding: 0px;
    position: relative;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    border: 0px;
  }
  .nav-toggle__line {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 2px;
    background: #0EA4FD;
  }
  .nav-toggle__line:before, .nav-toggle__line:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0EA4FD;
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0;
  }
  .nav-toggle__line:before {
    left: 0px;
    top: -7px;
  }
  .nav-toggle__line:after {
    right: 0px;
    bottom: -7px;
  }
  .nav-toggle--active .nav-toggle__line {
    background: rgba(0, 0, 0, 0);
  }
  .nav-toggle--active .nav-toggle__line:before {
    transform: translateY(7px) rotate(45deg);
  }
  .nav-toggle--active .nav-toggle__line:after {
    transform: translateY(-7px) rotate(-45deg);
  }
  /*main*/
  .stories__item-text {
    font-size: 20px;
    line-height: 140%;
  }
  .plans__item-title {
    font-size: 28px;
    line-height: 140%;
  }
  /*footer*/
  .footer {
    font-size: 18px;
    line-height: 140%;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 18px;
    line-height: 140%;
  }
  h1, h2 {
    font-size: 28px;
    line-height: 140%;
  }
  h3 {
    font-size: 18px;
    line-height: 140%;
  }
  .btn {
    font-size: 18px;
    line-height: 100%;
  }
  /*header*/
  .header__logo {
    width: 46px;
  }
  /*main*/
  .scenario__icon {
    width: 75px;
  }
  .integration__item {
    width: 55px;
  }
  .integration__item:first-child {
    width: 65px;
  }
  .integration__item:last-child {
    width: 60px;
  }
  .stories__list {
    gap: 20px;
  }
  .stories__item {
    padding: 20px 15px;
  }
  .stories__item-text {
    font-size: 18px;
    line-height: 140%;
  }
  .plans__list {
    gap: 20px;
  }
  .plans__item-title {
    font-size: 22px;
    padding: 10px;
    line-height: 140%;
  }
  .plans__item-text {
    padding: 30px 10px;
  }
  .plans__item-wrap {
    padding: 0px 10px;
  }
  /*footer*/
  .footer {
    font-size: 14px;
    line-height: 140%;
  }
  /*cookie*/
  .cookie {
    padding: 30px 15px;
  }
  .cookie__content {
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 30px;
  }
  .cookie__btns {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .cookie__btn {
    width: 232px;
    font-size: 22px;
    line-height: 100%;
    padding: 10px 25px;
  }
  .cookie__btn--decline {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 140%;
  }
  h1, h2 {
    font-size: 24px;
    line-height: 140%;
  }
  h3 {
    font-size: 14px;
    line-height: 140%;
  }
  .btn {
    font-size: 14px;
    line-height: 100%;
  }
  /*main*/
  section {
    padding: 40px 0px;
  }
  .scenario__icon {
    width: 50px;
  }
  .integration__item {
    width: 38px;
  }
  .integration__item:first-child {
    width: 50px;
  }
  .integration__item:last-child {
    width: 38px;
  }
  .stories__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .stories__item-text {
    font-size: 14px;
    line-height: 140%;
  }
  .plans__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .plans__item-title {
    font-size: 16px;
    line-height: 140%;
    padding: 15px;
  }
  .plans__item-text {
    padding: 30px 15px;
  }
  .plans__item-wrap {
    padding: 0px 15px;
  }
  /*footer*/
  .footer {
    font-size: 10px;
    line-height: 140%;
    padding: 30px 0px;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
  }
  .footer__copyright {
    margin: 0px 0px 20px;
  }
  /*cookie*/
  .cookie__content {
    font-size: 20px;
    line-height: 140%;
  }
  .cookie__btn {
    font-size: 18px;
    line-height: 100%;
  }
}