/**
 * @author Kozlova Y
 */
.landing-page article, .landing-page aside, .landing-page details, .landing-page figcaption, .landing-page figure, .landing-page footer, .landing-page header, .landing-page hgroup, .landing-page hr, .landing-page menu, .landing-page nav, .landing-page section {
  display: block;
}

.landing-page a, .landing-page hr {
  padding: 0;
}

.landing-page abbr, .landing-page address, .landing-page article, .landing-page aside, .landing-page audio, .landing-page b, .landing-page blockquote, .landing-page body, .landing-page canvas, .landing-page caption, .landing-page cite, .landing-page code, .landing-page dd, .landing-page del, .landing-page details, .landing-page dfn, .landing-page div, .landing-page dl, .landing-page dt, .landing-page em, .landing-page fieldset, .landing-page figcaption, .landing-page figure, .landing-page footer, .landing-page form, .landing-page h1, .landing-page h2, .landing-page h3, .landing-page h4, .landing-page h5, .landing-page h6, .landing-page header, .landing-page hgroup, .landing-page html, .landing-page i, .landing-page iframe, .landing-page img, .landing-page ins, .landing-page kbd, .landing-page label, .landing-page legend, .landing-page li, .landing-page mark, .landing-page menu, .landing-page nav, .landing-page object, .landing-page ol, .landing-page p, .landing-page pre, .landing-page q, .landing-page samp, .landing-page section, .landing-page small, .landing-page span, .landing-page strong, .landing-page sub, .landing-page summary, .landing-page sup, .landing-page table, .landing-page tbody, .landing-page td, .landing-page tfoot, .landing-page th, .landing-page thead, .landing-page time, .landing-page tr, .landing-page ul, .landing-page var, .landing-page video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

.landing-page ins, .landing-page mark {
  background-color: #ff9;
  color: #000;
}

.landing-page body {
  line-height: 1;
}

.landing-page nav ul {
  list-style: none;
}

.landing-page blockquote, .landing-page q {
  quotes: none;
}

.landing-page blockquote:after, .landing-page blockquote:before, .landing-page q:after, .landing-page q:before {
  content: '';
  content: none;
}

.landing-page a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

.landing-page ins {
  text-decoration: none;
}

.landing-page mark {
  font-style: italic;
  font-weight: 700;
}

.landing-page del {
  text-decoration: line-through;
}

.landing-page abbr[title], .landing-page dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

.landing-page table {
  border-collapse: collapse;
  border-spacing: 0;
}

.landing-page hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

.landing-page input, .landing-page select {
  vertical-align: middle;
}

.landing-page body {
  min-height: 600px;
}

.landing-page a {
  text-decoration: none;
}

.landing-page a:hover {
  text-decoration: none;
}

.landing-page .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 800px;
  margin: 0 auto;
}

.landing-page .conf-icon {
  width: auto;
  height: auto;
}

.landing-page .camera-icon {
  width: auto;
  height: auto;
}

.landing-page .user-icon {
  width: auto;
  height: auto;
}

.landing-page .flex-mobile {
  display: none;
  -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;
  margin: auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.landing-page .flex-mobile .conf-icon,
.landing-page .flex-mobile .user-icon,
.landing-page .flex-mobile .camera-icon {
  margin-left: 100px;
}

.landing-page .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 800px;
  margin: 0 auto;
}

.landing-page .header a {
  display: block;
  padding: 0px 0;
}

.landing-page header {
  text-align: center;
  margin-top: 25px;
}

.landing-page .zoom-logo {
  width: 81px;
  height: 18px;
}

.landing-page .astra-logo {
  width: 113px;
  height: 35px;
}

.landing-page .top_blue {
  width: 100%;
  background: #1d87cb linear-gradient(to bottom, white 30px, #1d87cb 30px, #1d87cb 250px, white 250px);
}

.landing-page .top_blue img,
.landing-page .top_blue svg {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 96%;
}

.landing-page .img_head_mobile {
  display: none;
}

.landing-page section.flex {
  height: calc(100vh - 420px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
}

.landing-page section.flex > a:nth-child(2) {
  margin: auto 114px;
}

.landing-page section.flex-mobile a {
  margin-top: 30px;
}

.landing-page .btn {
  margin: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 124px;
}

.landing-page .btn .button {
  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;
  width: 124px;
  height: 105px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.landing-page .btn .btn-text {
  font-family: "Harmonia Sans Pro Cyr", "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 30px 0 0 0;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.landing-page .btn:hover .btn-text {
  color: #1d87cb;
}

.landing-page .btn:hover .button {
  background-color: #46b0f4;
}

.landing-page .btn-mobile {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 400px;
  height: 105px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.landing-page .btn-mobile .btn-text {
  margin: 0 0 0 40px;
  font-family: "Harmonia Sans Pro Cyr", "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
}

.landing-page .btn-mobile:hover {
  background-color: #46b0f4;
}

.landing-page .btn-mobile:hover .btn-text {
  color: white;
}

.landing-page footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.landing-page .footer {
  padding: 25px 0;
  border-top: 1px solid #8c8b8b;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.landing-page .footer a {
  width: 33%;
  text-align: center;
  font-family: "Harmonia Sans Pro Cyr", "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-weight: 300;
  font-size: 15px;
  line-height: 120%;
  color: #150e42;
}

.landing-page .footer a:first-child {
  text-align: left;
}

.landing-page .footer a:last-child {
  text-align: right;
}

.landing-page .footer a:hover {
  text-decoration: underline;
}

@media screen and (max-height: 600px) {
  .landing-page footer {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .landing-page .top_blue {
    background: #1d87cb linear-gradient(to bottom, white 30px, #1d87cb 30px, #1d87cb 235px, white 235px);
  }
  .landing-page .top_blue img,
  .landing-page .top_blue svg {
    max-width: 90%;
  }
  .landing-page .flex {
    width: 650px;
  }
  .landing-page section.flex > a:nth-child(2) {
    margin: auto 90px;
  }
}

@media screen and (max-width: 767px) {
  .landing-page .top_blue {
    background: #1d87cb linear-gradient(to bottom, white 30px, #1d87cb 30px, #1d87cb 195px, white 195px);
  }
  .landing-page .flex {
    width: 460px;
  }
  .landing-page section.flex > a:nth-child(2) {
    margin: auto 70px;
  }
  .landing-page .btn {
    width: 102px;
  }
  .landing-page .btn .button {
    width: 102px;
    height: 87px;
  }
  .landing-page .btn .btn-text {
    font-size: 13px;
    line-height: 20px;
  }
  .landing-page .conf-icon {
    width: 42px;
    height: 41px;
  }
  .landing-page .camera-icon {
    width: 39px;
    height: 38px;
  }
  .landing-page .user-icon {
    width: 39px;
    height: 39px;
  }
  .landing-page .footer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .landing-page .footer a {
    width: 22%;
    display: block;
    margin-top: 0px;
    font-size: 12px;
  }
  .landing-page .footer a:first-child {
    text-align: center;
  }
  .landing-page .footer a:last-child {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .landing-page .flex {
    width: 400px;
  }
  .landing-page .flex-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .landing-page section.flex {
    display: none;
  }
  .landing-page .footer {
    padding-top: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .landing-page .footer a {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 420px) {
  .landing-page .flex {
    width: 260px;
  }
  .landing-page .top_blue {
    background: #1d87cb linear-gradient(to bottom, white 20px, #1d87cb 20px, #1d87cb 100px, white 100px);
  }
  .landing-page .btn-mobile {
    width: 230px;
  }
  .landing-page .btn-mobile .btn-text {
    margin: 0px 0 0 0;
    font-size: 11px;
    line-height: 14px;
  }
  .landing-page section.flex-mobile a {
    margin-top: 20px;
  }
  .landing-page .zoom-logo {
    width: 55px;
    height: 12px;
  }
  .landing-page .astra-logo {
    width: 75px;
    height: 23px;
  }
  .landing-page .flex-mobile .conf-icon {
    margin-left: 36px;
    margin-right: 28px;
  }
  .landing-page .flex-mobile .camera-icon {
    margin-left: 36px;
    margin-right: 28px;
  }
  .landing-page .flex-mobile .user-icon {
    margin-left: 36px;
    margin-right: 28px;
  }
  .landing-page .img_head {
    display: none;
  }
  .landing-page .img_head_mobile {
    display: block;
  }
  .landing-page footer {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=style.css.map */