html {
  min-height: 100%;
  height: 100%; }

body {
  font-size: 12px;
  font-family: 'Roboto-Medium', Arial, sans-serif;
  text-align: left;
  color: #000;
  background: #E8E9EB;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url(../img/main_bg.svg);
  background-image: url(../img/main_bg.png);
  background-size: cover;
  /*min-height: 100%;
  height: 100%;*/
  overflow-y: overlay;
  overflow-x: clip;
  position: relative; }
  body::-webkit-scrollbar-button {
    background-image: url("");
    background-repeat: no-repeat;
    width: 4px;
    height: 0px; }
  body::-webkit-scrollbar-track {
    background-color: transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px; }
  body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
  body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.6); }
  body::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 0px;
    height: 0px; }
  body::-webkit-scrollbar {
    width: 4px; }

* {
  box-sizing: border-box; }

:root {
  --app-height: 100%; }

img[src=""] {
  display: none !important; }

a.full_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute !important;
  left: 0;
  top: 0; }

a {
  color: #1B69DE;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

input, select, textarea {
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fff;
  font-family: 'Roboto-Medium'; }

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0; }

.main_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 1.2s cubic-bezier(0.37, 0, 0.63, 1); }
  .main_header > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    padding: 0 48px; }

.logo a {
  display: block;
  width: 88px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url(../img/logo.svg);
  background-size: contain;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }

.main_nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  width: 920px;
  max-width: 940px;
  max-width: calc(100% - 240px); }
  .main_nav ul {
    white-space: nowrap;
    padding: 0 32px 0 0; }
  .main_nav li {
    display: inline;
    padding: 0 0 0 32px; }
    .main_nav li:first-child {
      padding: 0; }
  .main_nav a {
    font-size: 13px;
    line-height: 1.54;
    color: #5F6368;
    text-decoration: none; }
    .main_nav a:hover {
      text-decoration: underline; }

.head_banner img {
  max-width: 100%;
  max-height: 70px; }

.lang li {
  display: inline;
  padding: 0 0 0 32px; }
  .lang li:first-child {
    padding: 0; }

.lang a {
  font-size: 13px;
  margin: 0 0 0 12px;
  line-height: 1.54;
  color: rgba(95, 99, 104, 0.5);
  text-decoration: none; }
  .lang a:first-child {
    margin: 0; }
  .lang a.active {
    color: #5f6368; }

.vertical_banner {
  padding: 190px 0px 0px; }
  .vertical_banner img {
    max-width: 100%; }

.main_section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  position: relative; }
  .main_section.long {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
    max-width: 1440px;
    padding: 0px 48px;
    margin: 0 auto; }
    .main_section.long > div {
      max-width: 900px;
      margin: 0 10px;
      padding: 190px 0px 0px; }
    .main_section.long section {
      width: 208px;
      position: sticky;
      top: -180px; }
  .main_section > div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    min-height: calc(100vh - 85px);
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 190px;
    padding-bottom: 0px; }
  .main_section h1 {
    padding: 0 0 48px;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #202124; }
    .main_section h1 + .result_block {
      margin-top: 0; }
  .main_section.result_me > div {
    padding-top: 120px; }
  .main_section.result_me .fist_block {
    padding: 0 0 20px; }
  .main_section.result_me section {
    padding-top: 120px; }

.blue_four {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px 24px;
  padding: 0 0 16px; }
  .blue_four article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    min-height: 160px;
    padding: 16px;
    background-color: #0034CF;
    border-radius: 16px; }
    .blue_four article:first-child {
      background-color: #B6C849; }
  .blue_four h3 {
    padding: 0 0 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto-Medium'; }
  .blue_four strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto-Medium'; }

.statistic_block {
  padding: 48px;
  background-color: #fff;
  border-radius: 16px; }
  .statistic_block h2 {
    padding: 0 0 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #202124; }

.statistic_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 20px 20px; }
  .statistic_grid .line {
    height: 200px;
    background-color: #F3F3F3;
    position: relative;
    border-radius: 8px; }
  .statistic_grid p {
    width: 100%;
    height: auto;
    background-color: #B6C849;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 8px; }
  .statistic_grid span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 3.2;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 16px;
    transform-origin: top left;
    transform: translateY(100%) rotate(-90deg); }
  .statistic_grid h3 {
    padding: 12px 0 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 2;
    text-align: center;
    text-transform: uppercase;
    color: #5F6368; }

.search_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start; }
  .search_block .button {
    width: 208px; }
    .search_block .button a, .search_block .button button {
      display: block;
      width: 100%;
      height: 120px;
      border: none;
      font-weight: 700;
      font-size: 24px;
      line-height: 120px;
      font-family: 'Roboto-Medium';
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      background-color: #202124;
      border-radius: 16px;
      cursor: pointer;
      transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1); }
      .search_block .button a:hover, .search_block .button button:hover {
        background-color: rgba(0, 0, 0, 0.75); }

.search_field {
  width: calc(100% - 232px);
  position: relative; }
  .search_field input {
    display: block;
    width: 100%;
    height: 120px;
    padding: 0 32px;
    background: #fff;
    border: 4px solid #202124;
    font-weight: 700;
    font-size: 24px;
    color: #202124;
    font-family: 'Roboto-Medium';
    border-radius: 16px;
    transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1); }
    .search_field input:focus {
      border-color: #4F4CF5; }
  .search_field select {
    display: block;
    width: 120px;
    height: 80px;
    padding: 0 20px;
    border: none;
    font-weight: 700;
    font-size: 24px;
    font-family: 'Roboto-Medium';
    color: #202124;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-image: url(../img/select_pt.svg);
    position: absolute;
    right: 16px;
    top: 20px;
    border-radius: 12px;
    transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1); }

.info_text {
  max-width: 560px;
  padding: 32px 0 0;
  font-size: 14px;
  line-height: 1.71;
  color: #5F6368; }

.buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px 24px;
  width: 100%; }
  .buttons a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 72px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
    color: #202124;
    box-shadow: inset 0 0 0 4px #4F4CF5;
    border-radius: 12px; }
    .buttons a::before {
      content: "";
      display: block;
      width: 32px;
      height: 32px;
      margin: 0 16px 0 0;
      background-repeat: no-repeat;
      background-position: 50%;
      background-image: url(../img/web_black_icon.svg); }
    .buttons a.yellow {
      box-shadow: inset 0 0 0 4px #EC9717; }
      .buttons a.yellow::before {
        background-image: url(../img/domen_black_icon.svg); }

.result_block {
  padding: 48px;
  margin: 24px 0;
  background-color: #fff;
  border-radius: 16px; }
  .result_block header {
    padding: 0 0 64px; }
    .result_block header p {
      padding: 0 0 8px;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.5;
      text-transform: uppercase;
      color: #5F6368; }
  .result_block h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #0034CF; }
    .result_block h2 a {
      color: #0034CF;
      text-decoration: underline;
      text-decoration-thickness: 2px;
      text-underline-offset: 2px;
      text-decoration-color: #0034CF;
      transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1); }
      .result_block h2 a:hover {
        text-decoration-color: #000; }

.result_text ul {
  padding: 0 0 36px; }

.result_text li {
  display: grid;
  grid-template-columns: 240px calc(100% - 270px);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px 24px;
  padding: 0 0 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #5F6368; }

.result_text strong {
  color: #202124; }

.contacts_wrapper {
  min-height: calc(100vh - 240px);
  padding: 48px;
  background-color: #fff;
  border-radius: 16px;
  position: relative; }
  .contacts_wrapper.preload_me::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
  .contacts_wrapper.preload_me::after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    border: 2px solid #2E9FF8;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26px 0 0 -26px;
    border-radius: 50%;
    z-index: 2;
    animation: cssload-spin 575ms infinite linear; }
  .contacts_wrapper h2 {
    padding: 0 0 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #202124; }
  .contacts_wrapper .text {
    padding: 0px 0 0;
    font-size: 13px;
    line-height: 1.54;
    color: #5F6368; }
    .contacts_wrapper .text:first-child {
      padding: 0; }
    .contacts_wrapper .text strong {
      font-weight: 600;
      color: #202124; }
    .contacts_wrapper .text ul li {
      padding: 0 0 0 20px;
      position: relative; }
      .contacts_wrapper .text ul li::before {
        content: "";
        display: block;
        width: 3px;
        height: 3px;
        background-color: currentColor;
        position: absolute;
        left: 8px;
        top: 9px;
        border-radius: 50%; }
    .contacts_wrapper .text ol {
      counter-reset: my-awesome-counter; }
      .contacts_wrapper .text ol li {
        padding: 0 0 0 20px;
        position: relative;
        counter-increment: my-awesome-counter; }
        .contacts_wrapper .text ol li::before {
          content: "";
          content: counter(my-awesome-counter) ". ";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          border-radius: 50%;
          color: #111; }
    .contacts_wrapper .text p {
      padding: 0 0 16px; }

.success_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  min-height: calc(100vh - 400px);
  padding: 32px 0 64px;
  text-align: center; }
  .success_block .icon {
    padding: 0 0 20px; }
    .success_block .icon::before {
      content: "";
      display: inline-block;
      width: 64px;
      height: 64px;
      background-repeat: no-repeat;
      background-position: 50%;
      background-image: url(../img/success_green_icon.svg);
      background-size: contain; }
  .success_block h3 {
    padding: 0 0 12px;
    font-size: 24px;
    line-height: 1.33;
    font-weight: 600;
    color: #4BB543; }
  .success_block p {
    padding: 0 0 24px;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.75); }

.contacts_sides {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 16px 16px; }

.contacts_nav {
  max-height: 400px;
  overflow-y: auto; }
  .contacts_nav::-webkit-scrollbar-button {
    background-image: url("");
    background-repeat: no-repeat;
    width: 4px;
    height: 0px; }
  .contacts_nav::-webkit-scrollbar-track {
    background-color: transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px; }
  .contacts_nav::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.15);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
  .contacts_nav::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.6); }
  .contacts_nav::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 0px;
    height: 0px; }
  .contacts_nav::-webkit-scrollbar {
    width: 4px; }
  .contacts_nav article {
    margin: 0 0 16px;
    padding: 24px;
    position: relative;
    box-shadow: inset 0 0 0 4px #ECECEC;
    border-radius: 16px;
    cursor: pointer; }
    .contacts_nav article:last-child {
      margin: 0; }
    .contacts_nav article.active {
      box-shadow: inset 0 0 0 4px #0034CF; }
      .contacts_nav article.active p {
        color: #0034CF; }
  .contacts_nav p {
    padding: 0 0 16px;
    font-size: 13px;
    line-height: 1.54;
    color: #5F6368; }
    .contacts_nav p:last-child {
      padding: 0; }

.map_side {
  position: relative; }

#simple_map {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  border-radius: 16px; }

.main_footer {
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .main_footer > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }

.footer_link a {
  font-size: 13px;
  line-height: 1.54;
  color: #5F6368;
  text-decoration: none; }
  .footer_link a:hover {
    text-decoration: underline; }

.jis {
  font-family: 'Avenir LT Std'; }
  .jis a {
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.85;
    color: rgba(32, 33, 36, 0.8);
    text-decoration: none; }
    .jis a:hover {
      text-decoration: underline; }
  .jis span {
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.85;
    color: rgba(32, 33, 36, 0.8);
    position: relative; }
    .jis span:first-child {
      padding: 0 48px 0 0; }
      .jis span:first-child::before {
        content: "";
        display: block;
        width: 28px;
        height: 28px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url(../img/jis.svg);
        background-size: contain;
        position: absolute;
        right: 7px;
        top: calc(50% - 14px); }

.short_banner {
  width: calc(100% - 232px);
  padding: 80px 0 0; }
  .short_banner img {
    width: 100%; }

.contacts_form .input {
  padding: 0 0 16px; }
  .contacts_form .input input {
    display: block;
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid #E2E2E2;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #313C52;
    background-color: #fff;
    border-radius: 8px;
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .contacts_form .input input:focus {
      border-color: rgba(49, 60, 82, 0.3); }
  .contacts_form .input textarea {
    display: block;
    width: 100%;
    height: 180px;
    padding: 12px 16px;
    border: 1px solid #E2E2E2;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #313C52;
    background-color: #fff;
    border-radius: 8px;
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .contacts_form .input textarea:focus {
      border-color: rgba(49, 60, 82, 0.3); }

.contacts_form .button {
  padding: 0 0 0 50%; }
  .contacts_form .button a, .contacts_form .button button {
    display: block;
    width: 100%;
    height: 52px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto-Medium';
    background-color: #202124;
    border-radius: 8px;
    cursor: pointer; }

.two_input {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 16px 16px; }

/* Moble begin */
.toggler {
  display: block;
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 4px;
  z-index: 3; }
  .toggler em {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #313C52;
    position: absolute;
    left: calc(50% - 16px);
    top: calc(50% - 1px);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .toggler em + em {
      top: calc(50% - 8px); }
      .toggler em + em + em {
        top: auto;
        bottom: calc(50% - 8px); }
  .toggler.active em:first-child {
    width: 0;
    left: calc(50% - 0px); }
    .toggler.active em:first-child + em {
      top: calc(50% - 1px); }
      .toggler.active em:first-child + em + em {
        bottom: calc(50% - 1px); }
  .toggler.active_second em:first-child + em {
    transform: rotate(135deg); }
    .toggler.active_second em:first-child + em + em {
      transform: rotate(225deg); }

.mobile_aside {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  height: calc(100% - 0px);
  padding: 72px 0 72px;
  background-color: #E8E9EB;
  background-image: url(../img/main_bg.svg);
  background-image: url(../img/main_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  position: fixed;
  left: 100%;
  top: 0px;
  z-index: 1;
  transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .mobile_aside.show_me {
    left: 0; }
  .mobile_aside::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(../img/index_buildings.png);
    background-size: 100% auto; }
  .mobile_aside .lang {
    display: block;
    text-align: center;
    padding: 0 0 24px; }
    .mobile_aside .lang a {
      font-size: 16px; }

.mobile_nav {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding: 0 16px; }

.mobile_item {
  display: block;
  height: auto;
  padding: 10px 0 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
  color: #313C52;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 20px 50%;
  position: relative;
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .mobile_item.has_sub::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4.5px 0 4.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 18px;
    top: calc(50% - 4px);
    transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .mobile_item.active {
    color: #0034CF; }

.mobile_sub {
  height: 0;
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .mobile_sub a {
    display: block;
    padding: 16px 20px 16px 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.05); }

/* Moble end */
.alert {
  border-color: #f00 !important; }

.grecaptcha-badge {
  display: none !important; }

.bg_lines {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw; }
  .bg_lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden; }
    .bg_lines .line::after {
      content: '';
      display: block;
      position: absolute;
      height: 15vh;
      width: 100%;
      top: -50%;
      left: 0;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #0036ab 75%, #0036ab 100%);
      animation: drop 7s 0s infinite;
      animation-fill-mode: forwards;
      animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97); }
    .bg_lines .line:nth-child(1) {
      margin-left: -25%; }
      .bg_lines .line:nth-child(1)::after {
        animation-delay: 2s; }
    .bg_lines .line:nth-child(3) {
      margin-left: 25%; }
      .bg_lines .line:nth-child(3)::after {
        animation-delay: 2.5s; }

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes drop {
  0% {
    top: -50%; }
  100% {
    top: 110%; } }
