@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700|Quicksand");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

html {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

html, body, header {
  background: #1d1d6c;
  background: -webkit-linear-gradient(5deg, #1d1d6c 0%, #7d7cbb 100%);
  background: linear-gradient(85deg, #1d1d6c 0%, #7d7cbb 100%);
}

main {
  background: #fbfbfc;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 2rem;
  line-height: 2.375rem;
}

h2 {
  font-size: 1.75rem;
  line-height: 2rem;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 20px;
  line-height: 1.75rem;
}

strong {
  font-weight: 600;
}

input[type="text"], input[type="password"], select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
}

select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  height: 100%;
}

body {
  height: 100%;
}

section {
  position: relative;
  padding: 30px 0 20px;
  overflow: hidden;
}

.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.page-wrapper_r-slided {
  -webkit-transform: translateX(-255px);
          transform: translateX(-255px);
}

.page-wrapper_space {
  background: #1d1d6c;
  background: -webkit-linear-gradient(5deg, #1d1d6c 0%, #7d7cbb 100%);
  background: linear-gradient(85deg, #1d1d6c 0%, #7d7cbb 100%);
}

.page-wrapper_space header, .page-wrapper_space main {
  background: transparent;
}

.page-wrapper_space main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 17px;
}

.content-wrapper-wr {
  background-color: #fff;
}

.content-wrapper-wr table.center_area {
  padding-top: 60px;
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.svg-wave {
  display: block;
  z-index: 2;
  position: absolute;
  -webkit-transition: height .4s;
  transition: height .4s;
}

.svg-wave_top-banner {
  bottom: -1px;
  fill: #fbfbfc;
}

.svg-wave_bottom-banner {
  top: -1px;
  fill: #fbfbfc;
}

.star-trailed {
  overflow: visible;
}

.star-trailed .content-wrapper {
  position: relative;
  z-index: 4;
}

.star-trailed .star-trail {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
}

.star-trailed .star-trail path {
  opacity: 0;
  stroke: #f3f3fb;
  stroke-width: 5;
}

.star-trailed_1 .star-trail_1 {
  top: -9px;
  left: 15%;
}

.star-trailed_1 .star-trail_2 {
  top: 75px;
  right: 0;
}

.star-trailed_1 .star-trail_3 {
  top: 110px;
  right: 0;
}

.star-trailed_1 .star-trail_4 {
  bottom: 0;
  right: 8%;
}

.star-trailed_1 .star-trail_5 {
  bottom: 0;
  left: 0;
}

.star-trailed_1 .star-trail_6 {
  bottom: 110px;
  left: 0;
}

.star-trailed_1 .star-trail_7 {
  bottom: 85px;
  left: 0;
}

.star-trailed_1 .star-trail_8 {
  bottom: -40px;
  right: 8%;
}

.star-trailed_2 .star-trail_1 {
  top: 40px;
  left: 0;
}

.star-trailed_2 .star-trail_2 {
  top: 0;
  left: 80px;
}

.star-trailed_2 .star-trail_3 {
  top: 150px;
  right: 0;
}

.star-trailed_2 .star-trail_4 {
  top: 210px;
  right: 0;
}

.star-trailed_2 .star-trail_5 {
  bottom: -36px;
  right: 185px;
}

.star-trailed_2 .star-trail_6 {
  bottom: 16px;
  left: 0;
}

.star-trailed_2 .star-trail_7 {
  bottom: 48px;
  left: 0;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

.heading_primary, .heading_caution {
  color: #fff;
}

.heading_common {
  color: #212124;
}

.heading__lines {
  font-size: 0;
  line-height: 0;
}

.heading__lines:before, .heading__lines:after {
  content: '';
  display: inline-block;
  height: 3px;
  border-radius: 1.5px;
  background-color: #ff8398;
}

.heading__lines:before {
  width: 15px;
  margin-right: 6px;
}

.heading__lines:after {
  width: 30px;
}

.heading__lines_common {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 12px;
}

.heading__lines_common:before, .heading__lines_common:after {
  background-color: #c7c5e5;
}

.heading__lines_common-accented {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 14px;
}

.heading__lines_common-accented:before, .heading__lines_common-accented:after {
  background-color: #ff8398;
}

.heading__lines_primary {
  margin-bottom: 14px;
}

.heading__inner-text {
  display: block;
  width: 100%;
}

.heading__inner-text_x {
  font-size: 2.1875rem;
  line-height: 2.5rem;
}

.heading__inner-text_common {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.heading__caution-title, .heading__caution-text {
  width: 100%;
}

.heading__caution-title {
  margin-bottom: 10px;
  font-size: 3.75rem;
  line-height: 4.0625rem;
  font-weight: 400;
}

.heading__caution-text {
  font-size: 1.3125rem;
  line-height: 1.875rem;
  font-weight: 300;
  color: #bcbce2;
}

@-webkit-keyframes twinkle {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes twinkle {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

.star-included .content-wrapper {
  position: relative;
  z-index: 2;
}

.star {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  background: #717ec0;
}

.star_s-1 {
  left: 26%;
  bottom: 56%;
}

.star_s-2 {
  left: 27%;
  bottom: 18%;
}

.star_s-3 {
  left: 89%;
  bottom: 14%;
}

.star_s-3 {
  left: 95%;
  bottom: 43%;
}

.star_s-4 {
  left: 85%;
  top: 15%;
}

.star_s-5 {
  left: 50%;
  top: 8%;
}

.star_s-6 {
  left: 45%;
  top: 55%;
}

.star_m {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

.star_m-1 {
  left: 10%;
  bottom: 30%;
}

.star_m-2 {
  left: 96%;
  bottom: 76%;
}

.star_m-3 {
  left: 54%;
  top: 26%;
}

.star_x {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.star_x-1 {
  left: 1%;
  bottom: 54%;
}

.star_x-2 {
  left: 46%;
  bottom: 68%;
}

.star_x-3 {
  left: 19%;
  bottom: 90%;
}

.star_x-4 {
  left: 91%;
  bottom: 83%;
}

.star_s-1, .star_s-5, .star_x-3 {
  -webkit-animation: twinkle 2s infinite linear;
          animation: twinkle 2s infinite linear;
}

.star_s-2, .star_s-4 {
  -webkit-animation: twinkle 2s 1s infinite ease-out;
          animation: twinkle 2s 1s infinite ease-out;
}

.star_s-3, .star_s-6 {
  -webkit-animation: twinkle 1s 2s infinite ease-in;
          animation: twinkle 1s 2s infinite ease-in;
}

.star_m, .star_x-2, .star_x-4 {
  -webkit-animation: twinkle 3s infinite ease-in-out;
          animation: twinkle 3s infinite ease-in-out;
}

.star_x-1, .star_x-3 {
  -webkit-animation: twinkle 2s infinite linear;
          animation: twinkle 2s infinite linear;
}

.m-visible {
  display: none;
}

.popup_login {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.popup_login.active {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.popup_login__close-btn {
  display: inline-block;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.popup_login__close-btn:before, .popup_login__close-btn:after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #8f8f99;
  position: absolute;
  top: 11px;
}

.popup_login__close-btn:before {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup_login__close-btn:after {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-wrapper {
  position: relative;
}

.header-wrapper .star {
  position: absolute;
  background-color: #6e7abc;
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
}

.header-wrapper .star_s-1 {
  left: 5%;
  bottom: 15%;
}

.header-wrapper .star_s-2 {
  left: 27%;
  bottom: 18%;
}

.header-wrapper .star_s-3 {
  left: 66%;
  bottom: 8%;
}

.header-wrapper .star_s-4 {
  left: 72%;
  bottom: 16%;
}

.header-wrapper .star_s-5 {
  left: 95%;
  bottom: 0;
}

.header-wrapper .star_m {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  left: 9%;
  bottom: 0;
}

.header-wrapper .star_s-1, .header-wrapper .star_s-3, .header-wrapper .stars-5 {
  -webkit-animation: twinkle 4s infinite;
          animation: twinkle 4s infinite;
}

.header-wrapper .star_s-2, .header-wrapper .star_s-4 {
  -webkit-animation: twinkle 4s 1s infinite;
          animation: twinkle 4s 1s infinite;
}

.header-wrapper .star_m {
  -webkit-animation: twinkle 5s infinite ease-in-out;
          animation: twinkle 5s infinite ease-in-out;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

.header .logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: inline-block;
  margin-right: 20px;
  width: 227px;
  height: 38px;
  background-image: url(../../images/adpt/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-navigation__link-list {
  display: none;
}

.header-navigation__login-area, .header-navigation__menu-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-navigation__login-area {
  margin-right: 10px;
}

.login-area__link {
  color: #fff;
}

.login-area__link_name {
  display: none;
}

.authorized .login-area__div {
  display: none;
}

.sidenav {
  position: fixed;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 3;
  overflow-x: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  background: -webkit-linear-gradient(350deg, #535299 0%, #373668 100%);
  background: linear-gradient(100deg, #535299 0%, #373668 100%);
}

.sidenav_top-nav {
  right: 0;
  -webkit-box-shadow: inset 8px 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 8px 0 10px rgba(0, 0, 0, 0.1);
}

.sidenav_opened {
  width: 255px;
}

.sidenav__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 28px;
}

.sidenav .header-navigation__link-list {
  display: block;
}

.sidenav .header-navigation__link-list-item {
  margin-bottom: 15px;
}

.sidenav .header-navigation__link {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
}

.sidenav .btn_phone {
  margin-top: 12px;
  width: 188px;
  height: 48px;
  border-radius: 24px;
  font-size: 1.0625rem;
}

.login-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 88%;
  max-width: 330px;
  margin-top: 40px;
  background: #fbfbfc;
  border-radius: 8px;
}

.login-popup__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e8e8f0;
}

.login-popup__header span {
  display: inline-block;
  margin: 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

.login-popup__header-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 21px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #212124;
}

.login-popup__header, .login-popup__form {
  padding: 15px 28px;
}

.login-popup__field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

.login-popup__field-wrapper span {
  font-size: 14px;
  margin-bottom: 3px;
}

.login-popup__field-wrapper input {
  width: 272px;
  max-width: 100%;
  height: 36px;
  padding: 0 10px;
  margin: 0 auto;
  border: 1px solid #dfdfe7;
  border-radius: 4px;
  font-size: inherit;
  font-weight: inherit;
  -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
}

.login-popup__field-wrapper input:focus {
  -webkit-box-shadow: inset 0 0 6px #7d7cbb;
          box-shadow: inset 0 0 6px #7d7cbb;
}

.login-popup__link {
  font-size: 14px;
  font-weight: 400;
  color: #0f5495;
}

.login-popup__link_forgot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

footer {
  background: #20205c;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

footer.no-banner {
  position: relative;
  z-index: 5;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 30px 0 40px;
}

.footer .logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}

.footer .logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: block;
  width: 332px;
  height: 56px;
  background-image: url(../../images/adpt/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-navigation, .footer-contacts {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-navigation {
  width: 35%;
}

.footer-navigation li:not(:last-of-type) {
  margin-bottom: 15px;
}

.footer-navigation__link {
  display: inline-block;
  color: #c0bfff;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition: .4s;
  transition: .4s;
}

.footer-navigation__link:hover {
  color: #fff;
}

.footer-contacts {
  width: 65%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer-contacts li:first-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer-contacts li:not(:last-of-type) {
  margin-bottom: 7px;
}

.footer-disclaimer {
  width: 100%;
  margin-top: 40px;
  color: #5b5b93;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.footer-disclaimer span {
  display: block;
}

.btn-wrapper {
  text-align: center;
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn_primary {
  border: 1px solid #fff;
}

.btn_primary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn_accent {
  border: none;
  width: 200px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 30px;
  background: #d8496f;
  background: -webkit-gradient(linear, left top, right top, from(#d8496f), to(#e36a5c));
  background: -webkit-linear-gradient(left, #d8496f, #e36a5c);
  background: linear-gradient(to right, #d8496f, #e36a5c);
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 6px 19px 10px rgba(223, 94, 99, 0.15);
          box-shadow: 2px 6px 19px 10px rgba(223, 94, 99, 0.15);
}

.btn_accent:hover {
  -webkit-box-shadow: 2px 6px 19px 10px rgba(223, 94, 99, 0.4);
          box-shadow: 2px 6px 19px 10px rgba(223, 94, 99, 0.4);
}

.btn_login {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
}

.btn_login > span {
  font-size: 0;
}

.btn_login:before {
  content: '';
  display: inline-block;
  background-image: url(../../images/adpt/sprite.png);
  background-position: -1303px -344px;
  width: 13px;
  height: 13px;
}

.btn_popup-login {
  width: 124px;
  height: 42px;
  border-radius: 21px;
  background: -webkit-gradient(linear, left top, right top, from(#58c7a1), to(#66d682));
  background: -webkit-linear-gradient(left, #58c7a1, #66d682);
  background: linear-gradient(to right, #58c7a1, #66d682);
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0.875rem;
}

.btn_popup-login:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn_popup-signup {
  width: 78px;
  height: 28px;
  background: transparent;
  color: #3cc688;
  border: 1px solid #3cc688;
  border-radius: 14px;
  font-size: 0.8125rem;
}

.btn_popup-signup:hover {
  background: rgba(60, 198, 136, 0.1);
}

.btn_menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn_menu .bar {
  width: 26px;
  height: 3px;
  margin: 2px 0;
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn_menu.change .bar_1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 4.5px);
          transform: rotate(-45deg) translate(-5px, 4.5px);
}

.btn_menu.change .bar_2 {
  opacity: 0;
}

.btn_menu.change .bar_3 {
  -webkit-transform: rotate(45deg) translate(-5px, -4.5px);
          transform: rotate(45deg) translate(-5px, -4.5px);
}

.btn_chat, .btn_phone {
  height: 36px;
  border-radius: 18px;
  text-decoration: none;
  font-size: 15px;
}

.btn_chat {
  width: 125px;
  color: #fff;
  border-color: #33a534;
  font-weight: 400;
}

.btn_chat:hover {
  background: rgba(51, 165, 52, 0.1);
}

.btn_chat:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background-image: url(../../images/adpt/sprite.png);
  background-position: -1310px -359px;
  width: 17px;
  height: 14px;
}

.btn_phone {
  width: 172px;
  color: #c0bfff;
  border-color: #c0bfff;
  font-weight: 600;
}

.btn_phone:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background-image: url(../../images/adpt/sprite.png);
  background-position: -1323px -308px;
  width: 10px;
  height: 13px;
}

.authorized .login-area__div {
  display: none;
}

input.btn_popup-login {
  display: inline-block;
}

.top-banner {
  padding-top: 15px;
  padding-bottom: 75px;
  background: url(../../../../images/adpt/milky-way.png) no-repeat left center;
  background-size: cover;
}

.top-banner .content-wrapper {
  position: relative;
}

@-webkit-keyframes swing-asteroid {
  0% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@keyframes swing-asteroid {
  0% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

.top-banner .asteroid {
  position: absolute;
  left: 50%;
  margin-left: -133px;
  background-image: url(../../images/adpt/sprite.png);
  background-position: -943px -495px;
  width: 265px;
  height: 128px;
  -webkit-animation: swing-asteroid 2s infinite linear alternate;
          animation: swing-asteroid 2s infinite linear alternate;
}

.top-banner .star {
  background-color: #808ccc;
}

.top-banner p {
  text-align: center;
}

.top-banner_about {
  padding-bottom: 45px;
}

.top-banner_about .heading__lines {
  display: none;
}

.top-banner_common .ellipsed-planet {
  display: none;
}

.bottom-banner {
  padding-bottom: 0;
  padding-top: 70px;
  background: #1d1d6c;
  background: -webkit-linear-gradient(40deg, #1d1d6c 5%, #7d7cbb 100%);
  background: linear-gradient(50deg, #1d1d6c 5%, #7d7cbb 100%);
}

@-webkit-keyframes bottom-papers-gravity {
  0% {
    background-position: center 120px;
  }
  100% {
    background-position: center 150px;
  }
}

@keyframes bottom-papers-gravity {
  0% {
    background-position: center 120px;
  }
  100% {
    background-position: center 150px;
  }
}

.bottom-banner .content-wrapper {
  background: url(../../../../images/adpt/bottom-banner-papers.png) no-repeat center 120px;
  background-size: 100%;
  -webkit-animation: bottom-papers-gravity 2s infinite linear alternate;
          animation: bottom-papers-gravity 2s infinite linear alternate;
}

.bottom-banner .star {
  background-color: #808ccc;
}

.bottom-banner .droid {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-image: url(../../images/adpt/sprite.png);
  background-position: -1175px -191px;
  width: 126px;
  height: 166px;
}

@-webkit-keyframes droid-chin-gravity {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  100% {
    -webkit-transform: translate(-50%, 20%);
            transform: translate(-50%, 20%);
  }
}

@keyframes droid-chin-gravity {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  100% {
    -webkit-transform: translate(-50%, 20%);
            transform: translate(-50%, 20%);
  }
}

.bottom-banner .droid__chin {
  position: absolute;
  top: 86px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-image: url(../../images/adpt/sprite.png);
  background-position: -894px -400px;
  width: 46px;
  height: 24px;
  -webkit-animation: droid-chin-gravity 1s infinite 1s linear alternate;
          animation: droid-chin-gravity 1s infinite 1s linear alternate;
}

@-webkit-keyframes droid-left-eyebrow-gravity {
  0% {
    -webkit-transform: translate(0%, -20%) rotateZ(20deg);
            transform: translate(0%, -20%) rotateZ(20deg);
  }
  100% {
    -webkit-transform: translate(0%, 20%) rotateZ(0deg);
            transform: translate(0%, 20%) rotateZ(0deg);
  }
}

@keyframes droid-left-eyebrow-gravity {
  0% {
    -webkit-transform: translate(0%, -20%) rotateZ(20deg);
            transform: translate(0%, -20%) rotateZ(20deg);
  }
  100% {
    -webkit-transform: translate(0%, 20%) rotateZ(0deg);
            transform: translate(0%, 20%) rotateZ(0deg);
  }
}

@-webkit-keyframes droid-right-eyebrow-gravity {
  0% {
    -webkit-transform: translate(0%, -20%) rotateZ(-20deg);
            transform: translate(0%, -20%) rotateZ(-20deg);
  }
  100% {
    -webkit-transform: translate(0%, 20%) rotateZ(0deg);
            transform: translate(0%, 20%) rotateZ(0deg);
  }
}

@keyframes droid-right-eyebrow-gravity {
  0% {
    -webkit-transform: translate(0%, -20%) rotateZ(-20deg);
            transform: translate(0%, -20%) rotateZ(-20deg);
  }
  100% {
    -webkit-transform: translate(0%, 20%) rotateZ(0deg);
            transform: translate(0%, 20%) rotateZ(0deg);
  }
}

.bottom-banner .droid__eyebrow {
  position: absolute;
  top: 24px;
}

.bottom-banner .droid__eyebrow_left {
  left: 20px;
  background-image: url(../../images/adpt/sprite.png);
  background-position: -1303px -243px;
  width: 26px;
  height: 16px;
  -webkit-animation: droid-left-eyebrow-gravity 2s infinite ease-out alternate;
          animation: droid-left-eyebrow-gravity 2s infinite ease-out alternate;
}

.bottom-banner .droid__eyebrow_right {
  right: 20px;
  background-image: url(../../images/adpt/sprite.png);
  background-position: -1303px -261px;
  width: 26px;
  height: 16px;
  -webkit-animation: droid-right-eyebrow-gravity 2s infinite ease-out alternate;
          animation: droid-right-eyebrow-gravity 2s infinite ease-out alternate;
}

.robowriter {
  display: none;
}

.welcome, .numbers {
  background: #fbfbfc;
}

.activity {
  background-color: #e8e8f3;
  padding-bottom: 70px;
}

.activity .content-wrapper {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes swing-asteroid-pole {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-40deg);
            transform: rotateX(-40deg);
  }
}

@keyframes swing-asteroid-pole {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-40deg);
            transform: rotateX(-40deg);
  }
}

.activity .asteroid-pole {
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: -3%;
  overflow: hidden;
  -webkit-animation: swing-asteroid-pole 2s infinite linear alternate;
          animation: swing-asteroid-pole 2s infinite linear alternate;
}

.activity .asteroid-pole:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  bottom: 25%;
  -webkit-transform: translateX(-50%) scale(0.9, 0.9);
          transform: translateX(-50%) scale(0.9, 0.9);
  background-image: url(../../images/adpt/sprite.png);
  background-position: 0px -502px;
  width: 854px;
  height: 115px;
}

.numbers__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
}

.numbers__item-figure {
  margin-bottom: 5px;
  font-size: 1.5625rem;
  line-height: 1;
  color: #f75f79;
  font-weight: 400;
}

.numbers__item-text {
  font-size: 0.8125rem;
}

.numbers__item-icon {
  margin-left: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.numbers__item-icon_orders {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -832px -785px;
  width: 58px;
  height: 55px;
}

.numbers__item-icon_customers {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -597px -921px;
  width: 61px;
  height: 61px;
}

.numbers__item-icon_writers {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -660px -921px;
  width: 56px;
  height: 56px;
}

.numbers__item-icon_salary {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -772px -785px;
  width: 58px;
  height: 58px;
}

.numbers .star {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 1px;
  background-color: #c8c8da;
}

.numbers .star_s-1 {
  left: 10%;
  top: 12%;
}

.numbers .star_s-2 {
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  left: 2%;
  top: 45%;
}

.numbers .star_s-3 {
  left: 72%;
  top: 8%;
}

.numbers .star_s-4 {
  left: 95%;
  bottom: 10%;
}

.activity .star {
  background-color: #c8c8da;
}

.activity .bright-planet {
  display: none;
}

.welcome p, .activity p {
  text-align: center;
}

.site-name {
  font-size: 1.8rem;
}

.writer-path {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 35px;
}

.writer-path__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
}

.writer-path__item:last-of-type {
  margin-bottom: 0;
}

.writer-path__item-icon_1 {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -1171px -694px;
  width: 65px;
  height: 60px;
}

.writer-path__item-icon_2 {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -1238px -694px;
  width: 65px;
  height: 59px;
}

.writer-path__item-icon_3 {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -705px -785px;
  width: 65px;
  height: 59px;
}

.writer-path__item-title {
  padding-left: 12px;
}

.board {
  counter-reset: board;
}

.board__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 25px;
  font-weight: 400;
}

.board__item_primary {
  background: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
}

.board__item_light {
  padding-top: 45px;
  padding-bottom: 45px;
  background: transparent;
  border: 2px solid #fff;
}

.board__item_bottom-padded {
  padding-bottom: 50px;
}

.board__item_ordered {
  position: relative;
  margin-left: 12px;
  counter-increment: board;
}

.board__item_ordered:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: counter(board);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5c5cba;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}

.board__icon_costs {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -555px -619px;
  width: 226px;
  height: 134px;
}

.board__icon_topics {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -943px -625px;
  width: 226px;
  height: 134px;
}

.board__icon_managment {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -584px -309px;
  width: 226px;
  height: 134px;
}

.board__icon_payout {
  background-image: url(../../images/adpt/sprite.png);
  background-position: 0px -785px;
  width: 226px;
  height: 134px;
}

.board__icon_scrill {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -1175px -359px;
  width: 133px;
  height: 70px;
}

.board__icon_pp {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -584px -445px;
  width: 196px;
  height: 49px;
}

.board__icon_wt {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -532px -785px;
  width: 171px;
  height: 62px;
}

.board__icon_app-registration {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -89px -921px;
  width: 88px;
  height: 81px;
}

.board__icon_app-test {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -873px -619px;
  width: 63px;
  height: 80px;
}

.board__icon_app-paper {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -856px -502px;
  width: 80px;
  height: 83px;
}

.board__icon_app-paid {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -525px -921px;
  width: 70px;
  height: 75px;
}

.board__title {
  margin-top: 20px;
  text-align: center;
}

.support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.support__icon {
  margin-right: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-image: url(../../images/adpt/sprite.png);
  background-position: -903px -309px;
  width: 35px;
  height: 37px;
}

.support__text {
  color: #f75f79;
  font-size: 15px;
  font-weight: 600;
}

.join-reasons, .testimonials {
  background-color: #fbfbfc;
}

.pay-methods {
  background-color: #e8e8f3;
}

.app-process {
  background: #f1f1f8;
}

.slider {
  position: relative;
}

.slider .slide {
  position: relative;
  padding: 0 35px;
  -webkit-animation: fadeIn 2s ease-out;
          animation: fadeIn 2s ease-out;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slider__button {
  position: absolute;
  top: calc(50% - 28px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 43px;
  overflow: hidden;
  cursor: pointer;
  z-index: 4;
}

.slider__button:before {
  content: '';
  display: inline-block;
  padding: 14px;
  border: solid #5c5cba;
  border-width: 0 2px 2px 0;
  position: relative;
  top: 7px;
}

.slider__button_prev {
  left: 0;
}

.slider__button_prev:before {
  left: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.slider__button_next {
  right: 0;
}

.slider__button_next:before {
  right: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slider__pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.slider__pager-button {
  width: 12px;
  height: 12px;
  margin: 8px;
  border-radius: 50%;
  background-color: #d7d7e6;
  cursor: pointer;
}

.slider__pager-button_active {
  background-color: #5c5cba;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.testimonial__rate {
  margin-bottom: 20px;
  background-image: url(../../images/adpt/sprite.png);
  background-position: -943px -761px;
  width: 91px;
  height: 15px;
}

.testimonial__text {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  font-style: italic;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-weight: 300;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 90px;
  margin-bottom: 15px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  color: #383737;
  font-size: 0.9375rem;
  position: relative;
}

.faq__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  cursor: pointer;
  width: 88%;
}

.faq__question:after {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  content: '+';
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eaeaf4;
  color: #30307a;
  font-size: 1.5rem;
  line-height: 32px;
  -webkit-transition: .2s;
  transition: .2s;
  position: absolute;
  right: 20px;
  top: 30px;
}

.faq__answer {
  height: 0;
  font-size: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.faq_opened .faq__question:after {
  content: '-';
  line-height: 27px;
}

.faq_opened .faq__answer {
  margin-top: 20px;
  height: 100%;
  font-size: inherit;
}

.contact-us {
  padding-bottom: 0;
}

.contact-us__form, .contact-us__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-us .message {
  margin-top: 40px;
  text-align: center;
  font-weight: 400;
}

.contact-us .message_success {
  color: #33a534;
}

.contact-us .message_feil {
  color: #d8496f;
}

.contact-us__input-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.contact-us__input-wrapper_select:after {
  content: '';
  display: inline-block;
  border: 4.5px solid transparent;
  border-top-color: #000;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -2.25px;
  pointer-events: none;
}

.contact-us__input-error {
  padding: 2px 20px 0;
  color: #d8496f;
  font-weight: 400;
}

.contact-us__input {
  width: 100%;
  font-family: inherit;
  font-size: 1.0625rem;
  background: #e8e8ef;
  color: #383737;
  padding: 13.5px 20px;
  border-radius: 25px;
}

.contact-us__input_textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-us__input_select {
  padding-right: 40px;
}

.contact-us .btn_accent {
  width: 100%;
  margin-top: 10px;
}

.contact-us__contacts {
  margin-top: 60px;
}

.contact-us__contacts .btn_chat {
  width: 150px;
  height: 50px;
  border-radius: 25px;
  background: #ebfceb;
  color: #33a534;
}

.contact-us__contacts .btn_chat:hover {
  background: transparent;
}

.contact-us__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
  color: #212124;
  font-size: .92rem;
  font-weight: 400;
}

.contact-us__contact-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 12px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #5c5cba;
}

.contact-us__contact-icon:before {
  content: '';
}

.contact-us__contact-icon_email:before {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -1303px -308px;
  width: 18px;
  height: 14px;
}

.contact-us__contact-icon_phone:before {
  background-image: url(../../images/adpt/sprite.png);
  background-position: -1303px -324px;
  width: 14px;
  height: 18px;
}

.contact-us__droid {
  margin: 55px auto 0;
  max-width: 332px;
  width: 100%;
  height: 332px;
  background: url(../../../images/adpt/contacts-droid.png) no-repeat center bottom;
  background-size: contain;
}

.error-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  background: url(../../../images/adpt/milky-way.png) no-repeat left top;
  background-size: cover;
}

.error-page .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.error-page_502 .content-wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.error-page__description {
  margin-bottom: 30px;
}

.error-page__image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.error-page__image_404 {
  max-width: 85%;
}

.error-page__image_500 {
  width: 310px;
  max-width: 100%;
}

.error-page__image_502 {
  max-width: 270px;
  margin-bottom: 60px;
}

.error-page__image_504 {
  max-width: 200px;
}

.centerBlockSteps,
.centerBlockSteps * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.step-info p {
  line-height: 1.4em;
}

.steps-wrap span.step {
  padding-top: 2px;
}

.steps-wrap span.step .in {
  width: 39px;
  height: 39px;
}

.steps-wrap span.step .in:before {
  left: -10px;
  top: 15px;
}

.steps-wrap span.step.active .in:before {
  bottom: -1px;
}

.steps-wrap span.step.active .in:after {
  bottom: -4px;
}

.acceptBlock.group .error {
  padding-top: 0;
}

.blockSelect .error {
  padding-top: 0;
}

div h3#cluetip-title {
  width: 273px !important;
}

.centerBlockSteps {
  min-height: 619px;
}

.question__row {
    margin: 5px 0;
}

.question__input {
    height: 30px;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding-left: 6px;
    color: #444444;
    font-size: 16px;
    width: 304px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  html, body, header {
    background: #1d1d6c;
    background: -webkit-linear-gradient(40deg, #1d1d6c 5%, #7d7cbb 100%);
    background: linear-gradient(50deg, #1d1d6c 5%, #7d7cbb 100%);
  }
  h1 {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
  h2 {
    font-size: 1.875rem;
  }
  p {
    margin-bottom: 30px;
  }
  section {
    padding: 40px 0;
  }
  .content-wrapper {
    max-width: 768px;
    padding: 0 24px;
  }
  .page-wrapper_r-slided {
    -webkit-transform: translateX(-450px);
            transform: translateX(-450px);
  }
  .page-wrapper_space {
    background: -webkit-linear-gradient(40deg, #1d1d6c 5%, #7d7cbb 100%);
    background: linear-gradient(50deg, #1d1d6c 5%, #7d7cbb 100%);
  }
  .heading__lines_primary {
    margin-bottom: 20px;
  }
  .heading_caution {
    margin-bottom: 40px;
  }
  .heading__caution-title {
    margin-bottom: 15px;
    font-size: 4.6875rem;
    line-height: 4.6875rem;
  }
  .heading__caution-text {
    font-size: 1.875rem;
    line-height: 2.1rem;
  }
  .header {
    padding: 24px 0;
  }
  .header .logo {
    width: 352px;
    height: 58px;
  }
  .header-navigation {
    font-size: 15px;
  }
  .header-navigation__login-area {
    margin-right: 30px;
  }
  .sidenav_opened {
    width: 450px;
  }
  .sidenav__wrapper {
    padding: 30px;
  }
  .sidenav .header-navigation__link-list-item {
    margin-bottom: 25px;
  }
  .sidenav .header-navigation__link {
    font-size: 1.25rem;
  }
  .login-popup {
    width: 100%;
    max-width: 400px;
  }
  .login-popup__field-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .login-popup__field-wrapper input {
    width: 340px;
    max-width: 100%;
  }
  .login-popup__close-btn {
    top: -26px;
    right: -26px;
    width: 28px;
    height: 28px;
  }
  .login-popup__close-btn:before, .login-popup__close-btn:after {
    width: 28px;
    height: 2px;
    top: 13px;
  }
  .footer {
    padding: 40px 0 55px;
  }
  .footer .logo-wrapper {
    margin-bottom: 55px;
  }
  .footer .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: block;
    width: 352px;
    height: 58px;
  }
  .footer-navigation, .footer-contacts {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding: 0 62px;
  }
  .footer-navigation {
    margin-bottom: 40px;
  }
  .footer-navigation li:not(:last-of-type) {
    margin-bottom: 0px;
  }
  .footer-navigation__link {
    font-size: 17px;
  }
  .footer-contacts li:not(:last-of-type) {
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .footer-disclaimer {
    font-size: 14px;
  }
  .footer-disclaimer span {
    display: inline;
  }
  .btn_login {
    width: 94px;
    height: 42px;
    border-radius: 21px;
    border-width: 2px;
  }
  .btn_login > span {
    font-size: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 2;
  }
  .btn_login:before {
    display: none;
  }
  .btn_menu .bar {
    width: 32px;
    margin: 4px 0;
  }
  .btn_menu.change .bar_1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 7.5px);
            transform: rotate(-45deg) translate(-8px, 7.5px);
  }
  .btn_menu.change .bar_3 {
    -webkit-transform: rotate(45deg) translate(-8px, -7.5px);
            transform: rotate(45deg) translate(-8px, -7.5px);
  }
  .login-area__link {
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }
  .login-area__link:before {
    display: inline-block;
    min-width: 13px;
  }
  .top-banner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .top-banner .content-wrapper {
    min-height: 315px;
  }
  .top-banner .asteroid {
    left: 122px;
    bottom: -24px;
    margin-left: 0;
  }
  .top-banner_home .heading, .top-banner_home .btn-wrapper {
    max-width: 510px;
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .top-banner_about {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .top-banner_common {
    background-position: left top;
  }
  .top-banner_common .content-wrapper {
    min-height: 155px;
  }
  .top-banner_common .asteroid {
    left: 44px;
    bottom: -75px;
  }
  @-webkit-keyframes swing-ellipsed-planet {
    0% {
      -webkit-transform: rotateZ(-4deg);
              transform: rotateZ(-4deg);
    }
    100% {
      -webkit-transform: rotateZ(4deg);
              transform: rotateZ(4deg);
    }
  }
  @keyframes swing-ellipsed-planet {
    0% {
      -webkit-transform: rotateZ(-4deg);
              transform: rotateZ(-4deg);
    }
    100% {
      -webkit-transform: rotateZ(4deg);
              transform: rotateZ(4deg);
    }
  }
  .top-banner_common .ellipsed-planet {
    display: block;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -1171px -625px;
    width: 132px;
    height: 67px;
    position: absolute;
    right: 0;
    bottom: 25px;
    -webkit-animation: swing-ellipsed-planet 4s infinite linear alternate;
            animation: swing-ellipsed-planet 4s infinite linear alternate;
  }
  @-webkit-keyframes bottom-papers-gravity {
    0% {
      background-position: center 70px;
    }
    100% {
      background-position: center 110px;
    }
  }
  @keyframes bottom-papers-gravity {
    0% {
      background-position: center 70px;
    }
    100% {
      background-position: center 110px;
    }
  }
  .bottom-banner .content-wrapper {
    background: url(../../../../images/adpt/bottom-banner-papers.png) no-repeat center 70px;
    background-size: 100%;
    -webkit-animation: bottom-papers-gravity 2s infinite linear alternate;
            animation: bottom-papers-gravity 2s infinite linear alternate;
  }
  .bottom-banner .heading {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  .bottom-banner .droid {
    margin-top: 60px;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -943px -191px;
    width: 230px;
    height: 302px;
  }
  .bottom-banner .droid__chin {
    top: 156px;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -782px -445px;
    width: 74px;
    height: 39px;
  }
  @-webkit-keyframes droid-left-eyebrow-gravity {
    0% {
      -webkit-transform: translate(0%, -20%) rotateZ(20deg);
              transform: translate(0%, -20%) rotateZ(20deg);
    }
    100% {
      -webkit-transform: translate(0%, 20%) rotateZ(0deg);
              transform: translate(0%, 20%) rotateZ(0deg);
    }
  }
  @keyframes droid-left-eyebrow-gravity {
    0% {
      -webkit-transform: translate(0%, -20%) rotateZ(20deg);
              transform: translate(0%, -20%) rotateZ(20deg);
    }
    100% {
      -webkit-transform: translate(0%, 20%) rotateZ(0deg);
              transform: translate(0%, 20%) rotateZ(0deg);
    }
  }
  @-webkit-keyframes droid-right-eyebrow-gravity {
    0% {
      -webkit-transform: translate(0%, -20%) rotateZ(-20deg);
              transform: translate(0%, -20%) rotateZ(-20deg);
    }
    100% {
      -webkit-transform: translate(0%, 20%) rotateZ(0deg);
              transform: translate(0%, 20%) rotateZ(0deg);
    }
  }
  @keyframes droid-right-eyebrow-gravity {
    0% {
      -webkit-transform: translate(0%, -20%) rotateZ(-20deg);
              transform: translate(0%, -20%) rotateZ(-20deg);
    }
    100% {
      -webkit-transform: translate(0%, 20%) rotateZ(0deg);
              transform: translate(0%, 20%) rotateZ(0deg);
    }
  }
  .bottom-banner .droid__eyebrow {
    top: 42px;
  }
  .bottom-banner .droid__eyebrow_left {
    left: 34px;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -1210px -587px;
    width: 48px;
    height: 30px;
  }
  .bottom-banner .droid__eyebrow_right {
    right: 34px;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -1261px -431px;
    width: 49px;
    height: 30px;
  }
  .robowriter {
    display: block;
    width: 350px;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0;
  }
  @-webkit-keyframes robot-paper-gravity {
    0% {
      -webkit-transform: translate(0%, 0%);
              transform: translate(0%, 0%);
    }
    100% {
      -webkit-transform: translate(0%, -20%);
              transform: translate(0%, -20%);
    }
  }
  @keyframes robot-paper-gravity {
    0% {
      -webkit-transform: translate(0%, 0%);
              transform: translate(0%, 0%);
    }
    100% {
      -webkit-transform: translate(0%, -20%);
              transform: translate(0%, -20%);
    }
  }
  .robowriter__papers {
    z-index: 1;
    position: absolute;
    top: 95px;
    right: -22px;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -228px -785px;
    width: 302px;
    height: 90px;
    -webkit-animation: robot-paper-gravity 2s infinite linear alternate;
            animation: robot-paper-gravity 2s infinite linear alternate;
  }
  .robowriter__robot {
    position: absolute;
    z-index: 2;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -584px 0px;
    width: 357px;
    height: 307px;
  }
  @-webkit-keyframes robot-chin-gravity {
    0% {
      -webkit-transform: translate(0%, 0%);
              transform: translate(0%, 0%);
    }
    100% {
      -webkit-transform: translate(0%, 20%);
              transform: translate(0%, 20%);
    }
  }
  @keyframes robot-chin-gravity {
    0% {
      -webkit-transform: translate(0%, 0%);
              transform: translate(0%, 0%);
    }
    100% {
      -webkit-transform: translate(0%, 20%);
              transform: translate(0%, 20%);
    }
  }
  .robowriter__chin {
    position: absolute;
    top: 96px;
    left: 196px;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -858px -445px;
    width: 48px;
    height: 28px;
    -webkit-animation: robot-chin-gravity 1s infinite linear alternate;
            animation: robot-chin-gravity 1s infinite linear alternate;
  }
  @-webkit-keyframes robot-left-eyebrow-gravity {
    0% {
      -webkit-transform: translate(0%, -20%) rotateZ(20deg);
              transform: translate(0%, -20%) rotateZ(20deg);
    }
    100% {
      -webkit-transform: translate(0%, 20%) rotateZ(0deg);
              transform: translate(0%, 20%) rotateZ(0deg);
    }
  }
  @keyframes robot-left-eyebrow-gravity {
    0% {
      -webkit-transform: translate(0%, -20%) rotateZ(20deg);
              transform: translate(0%, -20%) rotateZ(20deg);
    }
    100% {
      -webkit-transform: translate(0%, 20%) rotateZ(0deg);
              transform: translate(0%, 20%) rotateZ(0deg);
    }
  }
  @-webkit-keyframes robot-right-eyebrow-gravity {
    0% {
      -webkit-transform: translate(0%, -20%) rotateZ(-20deg);
              transform: translate(0%, -20%) rotateZ(-20deg);
    }
    100% {
      -webkit-transform: translate(0%, 20%) rotateZ(0deg);
              transform: translate(0%, 20%) rotateZ(0deg);
    }
  }
  @keyframes robot-right-eyebrow-gravity {
    0% {
      -webkit-transform: translate(0%, -20%) rotateZ(-20deg);
              transform: translate(0%, -20%) rotateZ(-20deg);
    }
    100% {
      -webkit-transform: translate(0%, 20%) rotateZ(0deg);
              transform: translate(0%, 20%) rotateZ(0deg);
    }
  }
  .robowriter__eyebrow {
    position: absolute;
  }
  .robowriter__eyebrow_left {
    top: 20px;
    left: 198px;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -1310px -375px;
    width: 13px;
    height: 15px;
    -webkit-animation: droid-left-eyebrow-gravity 2s infinite 0s ease-out alternate;
            animation: droid-left-eyebrow-gravity 2s infinite 0s ease-out alternate;
  }
  .robowriter__eyebrow_right {
    top: 29px;
    left: 254px;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -1303px -295px;
    width: 26px;
    height: 11px;
    -webkit-animation: robot-right-eyebrow-gravity 3s infinite 0s ease-out alternate;
            animation: robot-right-eyebrow-gravity 3s infinite 0s ease-out alternate;
  }
  @keyframes swing-ellipsed-planet {
    0% {
      -webkit-transform: rotateZ(-4deg);
              transform: rotateZ(-4deg);
    }
    100% {
      -webkit-transform: rotateZ(4deg);
              transform: rotateZ(4deg);
    }
  }
  .robowriter__planet {
    position: absolute;
    top: 0;
    left: 72px;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -812px -400px;
    width: 80px;
    height: 41px;
    -webkit-animation: swing-ellipsed-planet 4s infinite linear alternate;
            animation: swing-ellipsed-planet 4s infinite linear alternate;
  }
  .numbers__item {
    margin-bottom: 25px;
    padding: 28px;
    border-radius: 16px;
  }
  .numbers__item-figure {
    margin-bottom: 18px;
    font-size: 2.5rem;
  }
  .numbers__item-text {
    font-size: 1.1875rem;
  }
  .numbers__item-icon_orders {
    background-image: url(../../images/adpt/sprite.png);
    background-position: -179px -921px;
    width: 86px;
    height: 81px;
  }
  .numbers__item-icon_customers {
    background-image: url(../../images/adpt/sprite.png);
    background-position: -812px -309px;
    width: 89px;
    height: 89px;
  }
  .numbers__item-icon_writers {
    background-image: url(../../images/adpt/sprite.png);
    background-position: -783px -619px;
    width: 88px;
    height: 88px;
  }
  .numbers__item-icon_salary {
    background-image: url(../../images/adpt/sprite.png);
    background-position: -1210px -495px;
    width: 90px;
    height: 90px;
  }
  .numbers .star {
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }
  .numbers .star_s-2 {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
  .site-name {
    font-size: 2.5rem;
  }
  .writer-path {
    margin: 25px auto 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .writer-path__item {
    margin-bottom: 0;
  }
  .writer-path__item:not(:last-of-type) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 10px;
  }
  .writer-path__item:not(:last-of-type):after {
    content: '';
    display: inline-block;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -1303px -279px;
    width: 22px;
    height: 14px;
  }
  .writer-path__item-title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .board {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .board__item_primary {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .board__item_primary:nth-of-type(2n+1) {
    margin-right: 30px;
  }
  .board__item_ordered {
    width: calc(50% - 40px);
    margin-left: 25px;
  }
  .board__item_ordered:nth-of-type(2n) {
    margin-left: 55px;
  }
  .board__item_ordered:nth-of-type(2n+1) {
    margin-right: 0px;
  }
  .board__item_ordered:nth-of-type(2n+1):after {
    content: '';
    display: block;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -1261px -463px;
    width: 60px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -45px;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .board__item_light {
    width: 100%;
  }
  .support {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .testimonial__rate {
    margin-bottom: 25px;
  }
  .testimonial__text {
    font-size: 1.1875rem;
  }
  .slider .slide {
    padding: 0 72px;
  }
  .slider__button {
    width: 30px;
    height: 60px;
  }
  .slider__button_prev:before {
    left: 8px;
  }
  .slider__button_next:before {
    right: 17px;
  }
  .slider__button:before {
    top: 11px;
    padding: 18px;
    border-width: 0 3px 3px 0;
    border-radius: 3px;
  }
  .site-name {
    font-size: 2.5rem;
  }
  .writer-path {
    margin: 25px auto 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .writer-path__item {
    margin-bottom: 0;
  }
  .writer-path__item:not(:last-of-type) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 10px;
  }
  .writer-path__item:not(:last-of-type):after {
    content: '';
    display: inline-block;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -1303px -279px;
    width: 22px;
    height: 14px;
  }
  .writer-path__item-title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .board {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .board__item_primary {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .board__item_primary:nth-of-type(2n+1) {
    margin-right: 30px;
  }
  .board__item_ordered {
    width: calc(50% - 40px);
    margin-left: 25px;
  }
  .board__item_ordered:nth-of-type(2n) {
    margin-left: 55px;
  }
  .board__item_ordered:nth-of-type(2n+1) {
    margin-right: 0px;
  }
  .board__item_ordered:nth-of-type(2n+1):after {
    content: '';
    display: block;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -1261px -463px;
    width: 60px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -45px;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .board__item_light {
    width: 100%;
  }
  .support {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .testimonial__rate {
    margin-bottom: 25px;
  }
  .testimonial__text {
    font-size: 1.1875rem;
  }
  .slider .slide {
    padding: 0 72px;
  }
  .slider__button {
    width: 30px;
    height: 60px;
  }
  .slider__button_prev:before {
    left: 8px;
  }
  .slider__button_next:before {
    right: 17px;
  }
  .slider__button:before {
    top: 11px;
    padding: 18px;
    border-width: 0 3px 3px 0;
    border-radius: 3px;
  }
  .faq {
    font-size: 1.0625rem;
    padding: 25px;
  }
  .faq__question:after {
    width: 45px;
    height: 45px;
    font-size: 2rem;
    line-height: 45px;
  }
  .faq_opened .faq__question:after {
    line-height: 40px;
  }
  .faq_opened .faq__answer {
    margin-top: 25px;
  }
  .contact-us__board {
    max-width: 534px;
    margin: 44px auto 0;
  }
  .contact-us__contact {
    font-size: 1.0625rem;
  }
  .contact-us .btn-wrapper {
    text-align: left;
  }
  .contact-us .btn_accent {
    width: 280px;
  }
  .contact-us__droid {
    max-width: 534px;
  }
  .error__description {
    margin-bottom: 40px;
  }
  .error__image_404 {
    max-width: 48%;
  }
  .error__image_500 {
    width: 506px;
  }
  .error__image_502 {
    max-width: 490px;
  }
  .error__image_504 {
    max-width: 322px;
  }
}

@media only screen and (min-width: 1124px) {
  html {
    font-size: 19px;
  }
  h1 {
    font-size: 2.6318rem;
    line-height: 3.1579rem;
  }
  h2 {
    font-size: 2.1052rem;
  }
  section {
    padding: 50px 0;
  }
  .content-wrapper {
    max-width: 1124px;
  }
  .page-wrapper_r-slided {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .star-trailed .star-trail {
    display: block;
  }
  .heading_primary {
    margin-bottom: 35px;
  }
  .heading_common {
    margin-bottom: 30px;
  }
  .heading_caution {
    text-align: left;
  }
  .heading__caution-title {
    margin-bottom: 20px;
    font-size: 3.9474rem;
    line-height: 3.9474rem;
  }
  .heading__caution-text {
    font-size: 1.5789rem;
    line-height: 2.36rem;
  }
  .heading__lines_primary {
    margin-bottom: 35px;
  }
  .heading__lines_common {
    margin-top: 20px;
  }
  .m-visible {
    display: initial;
  }
  .sidenav {
    display: none;
  }
  .sidenav_opened {
    width: 0;
  }
  .header-navigation__menu-area {
    padding: 14px 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-navigation__login-area {
    margin-left: 35px;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-navigation__link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-navigation__link-list li {
    padding-left: 40px;
  }
  .header-navigation__link {
    position: relative;
    padding-bottom: 4px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .header-navigation__link:after {
    content: '';
    display: block;
    margin: 4px auto 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .header-navigation__link:hover:after {
    width: 100%;
  }
  .footer {
    padding: 45px 0 75px;
  }
  .footer .logo-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 40%;
    margin-bottom: 0px;
  }
  .footer-navigation {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 60%;
    margin-bottom: 0px;
  }
  .footer-navigation__link {
    font-size: 15px;
  }
  .footer-contacts {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    width: 60%;
  }
  .footer-contacts li:not(:last-of-type) {
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .footer-disclaimer {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    width: 40%;
    font-size: 11px;
  }
  .btn_menu {
    display: none;
  }
  .btn_accent {
    font-size: 0.8947rem;
  }
  .login-area__link {
    border: none;
    width: 200px;
    height: 25px;
    white-space: nowrap;
  }
  .login-area__link_name {
    display: inline-block;
    margin-left: 5px;
  }
  .login-area__link:hover {
    background-color: rgba(255, 255, 255, 0);
  }
  .authorized .login-area__div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    width: auto;
    margin-left: 10px;
  }
  .authorized .login-area__div:hover {
    background-color: rgba(255, 255, 255, 0);
  }
  .authorized .login-area__div:before {
    display: none;
  }
  .top-banner {
    padding-top: 40px;
    background-position: center center;
  }
  .top-banner .content-wrapper {
    min-height: 470px;
    padding-top: 35px;
  }
  @-webkit-keyframes swing-planet {
    0% {
      -webkit-transform: rotateZ(-8deg);
              transform: rotateZ(-8deg);
    }
    100% {
      -webkit-transform: rotateZ(8deg);
              transform: rotateZ(8deg);
    }
  }
  @keyframes swing-planet {
    0% {
      -webkit-transform: rotateZ(-8deg);
              transform: rotateZ(-8deg);
    }
    100% {
      -webkit-transform: rotateZ(8deg);
              transform: rotateZ(8deg);
    }
  }
  .top-banner .dark-planet {
    position: absolute;
    left: 5%;
    top: 10%;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -892px -785px;
    width: 53px;
    height: 54px;
    -webkit-animation: swing-planet 2s infinite ease-out alternate;
            animation: swing-planet 2s infinite ease-out alternate;
  }
  .top-banner .asteroid {
    bottom: -40px;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -943px 0px;
    width: 391px;
    height: 189px;
  }
  .top-banner_home .heading, .top-banner_home .btn-wrapper {
    max-width: 642px;
  }
  .top-banner_about .content-wrapper {
    min-height: 435px;
  }
  .top-banner_common {
    background-position: left top;
    padding-top: 0;
  }
  .top-banner_common .content-wrapper {
    min-height: 210px;
  }
  .top-banner_common .asteroid {
    bottom: -120px;
  }
  .top-banner_common .ellipsed-planet {
    right: 0;
    bottom: 60px;
  }
  .bottom-banner .heading {
    margin-top: 50px;
  }
  .robowriter {
    width: 582px;
    height: 500px;
  }
  .robowriter__papers {
    top: 172px;
    right: -60px;
    background-image: url(../../images/adpt/sprite.png);
    background-position: 0px -619px;
    width: 553px;
    height: 164px;
  }
  .robowriter__robot {
    background-image: url(../../images/adpt/sprite.png);
    background-position: 0px 0px;
    width: 582px;
    height: 500px;
  }
  .robowriter__chin {
    top: 158px;
    left: 318px;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -1175px -431px;
    width: 84px;
    height: 49px;
  }
  .robowriter__eyebrow_left {
    top: 28px;
    left: 328px;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -1303px -191px;
    width: 25px;
    height: 29px;
  }
  .robowriter__eyebrow_right {
    top: 40px;
    left: 402px;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -1260px -587px;
    width: 56px;
    height: 24px;
  }
  .robowriter__planet {
    top: 0;
    left: 100px;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -1171px -625px;
    width: 132px;
    height: 67px;
  }
  @-webkit-keyframes swing-bright-planet {
    0% {
      -webkit-transform: scale(0.6, 0.6) rotateZ(-8deg);
              transform: scale(0.6, 0.6) rotateZ(-8deg);
    }
    100% {
      -webkit-transform: scale(0.5, 0.5) rotateZ(8deg);
              transform: scale(0.5, 0.5) rotateZ(8deg);
    }
  }
  @keyframes swing-bright-planet {
    0% {
      -webkit-transform: scale(0.6, 0.6) rotateZ(-8deg);
              transform: scale(0.6, 0.6) rotateZ(-8deg);
    }
    100% {
      -webkit-transform: scale(0.5, 0.5) rotateZ(8deg);
              transform: scale(0.5, 0.5) rotateZ(8deg);
    }
  }
  @-webkit-keyframes swing-bright-planet-2 {
    0% {
      -webkit-transform: scale(1, 1) rotateZ(-8deg);
              transform: scale(1, 1) rotateZ(-8deg);
    }
    100% {
      -webkit-transform: scale(0.9, 0.9) rotateZ(8deg);
              transform: scale(0.9, 0.9) rotateZ(8deg);
    }
  }
  @keyframes swing-bright-planet-2 {
    0% {
      -webkit-transform: scale(1, 1) rotateZ(-8deg);
              transform: scale(1, 1) rotateZ(-8deg);
    }
    100% {
      -webkit-transform: scale(0.9, 0.9) rotateZ(8deg);
              transform: scale(0.9, 0.9) rotateZ(8deg);
    }
  }
  .activity .bright-planet {
    position: absolute;
    display: block;
    background-image: url(../../images/adpt/sprite.png);
    background-position: 0px -921px;
    width: 87px;
    height: 88px;
  }
  .activity .bright-planet_1 {
    left: -2%;
    bottom: 25%;
    -webkit-animation: swing-bright-planet-2 3s infinite ease-out alternate;
            animation: swing-bright-planet-2 3s infinite ease-out alternate;
  }
  .activity .bright-planet_2 {
    right: 5%;
    bottom: 35%;
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
    -webkit-animation: swing-bright-planet 2s infinite linear alternate;
            animation: swing-bright-planet 2s infinite linear alternate;
  }
  .numbers__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .numbers__item {
    width: 48%;
    margin-bottom: 35px;
  }
  .numbers__item-figure {
    margin-bottom: 30px;
    font-size: 2.63rem;
  }
  .numbers__item-text {
    font-size: 1rem;
  }
  .site-name {
    font-size: 2.6318rem;
  }
  .writer-path {
    padding: 0 57px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .writer-path__item:not(:last-of-type) {
    margin-right: 45px;
  }
  .writer-path__item:not(:last-of-type):after {
    background-image: url(../../images/adpt/sprite.png);
    background-position: -1303px -222px;
    width: 29px;
    height: 19px;
  }
  .writer-path__item-icon_1 {
    background-image: url(../../images/adpt/sprite.png);
    background-position: -439px -921px;
    width: 84px;
    height: 76px;
  }
  .writer-path__item-icon_2 {
    background-image: url(../../images/adpt/sprite.png);
    background-position: -267px -921px;
    width: 84px;
    height: 76px;
  }
  .writer-path__item-icon_3 {
    background-image: url(../../images/adpt/sprite.png);
    background-position: -353px -921px;
    width: 84px;
    height: 76px;
  }
  .writer-path__item-title {
    padding-left: 15px;
  }
  .board {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .board__item {
    margin-top: 10px;
    padding: 20px 10px;
  }
  .board__item_primary {
    width: calc(25% - 15px);
    margin-bottom: 50px;
  }
  .board__item_primary:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .board__item_primary:not(:last-of-type) {
    margin-right: 20px;
  }
  .board__item_light {
    padding: 50px 10px;
  }
  .board__item_light:not(:last-of-type) {
    margin-right: 40px;
  }
  .board__item_ordered {
    width: calc(25% - 55px);
  }
  .board__item_ordered:not(:last-of-type) {
    margin-right: 40px;
  }
  .board__item_ordered:not(:last-of-type):after {
    content: '';
    display: block;
    background-image: url(../../images/adpt/sprite.png);
    background-position: -1261px -463px;
    width: 60px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -45px;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .board__item_ordered:nth-of-type(n) {
    margin-left: 25px;
  }
  .board__item_bottom-padded {
    padding-bottom: 40px;
  }
  .board__title {
    font-size: 0.8421rem;
  }
  .support {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .support__text {
    font-size: 0.8421rem;
  }
  .slider {
    margin-top: 35px;
  }
  .slider .slide {
    padding: 0 180px;
  }
  .testimonial {
    margin-bottom: 40px;
  }
  .testimonial__text {
    font-size: 1rem;
    line-height: 1.7368rem;
  }
  .faq {
    font-size: 1rem;
    padding: 30px;
  }
  .faq_opened .faq__answer {
    margin-top: 30px;
  }
  .contact-us__board {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 970px;
    margin-top: 55px;
  }
  .contact-us__form, .contact-us__contacts {
    margin: 0 auto;

  }
  .contact-us__contact, .contact-us__input {
    font-size: 0.8947rem;
  }
  .contact-us__contacts .btn_accent {
    width: 150px;
  }
  .contact-us__contacts .btn_chat {
    font-size: 0.8947rem;
  }
  .contact-us__form .btn_accent {
    width: 200px;
  }
  .contact-us__droid {
    max-width: 326px;
    height: 305px;
    margin: 35px 0 0;
  }
  .error {
    padding-top: 80px;
  }
  .error .content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .error__description {
    margin: 0;
    text-align: left;
  }
  .error__description .btn-wrapper {
    text-align: left;
  }
  .error__image_404, .error__image_500, .error__image_504 {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .error__image_502 {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .error__image_500 {
    width: 556px;
  }
  .personalInfo .error {
    padding-top: 0;
  }
}

.content .reactivation_title {
  margin-top: 0;
}

.reactivation_body input[type='text'], .forgot__field input[type='text'] {
  border: 1px solid #A9A9A9;
}

.login-item {
  margin-bottom: 14px;
}

.login-item label {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.login-item input {
  display: block;
  border: 1px solid #dfdfe7;
  color: #7d7d7d;
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08) inset;
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08) inset;
  font-size: 14px;
  text-indent: 10px;
  padding: 10px 0;
  width: 100%;
}

.login-wrap {
  padding: 78px 0 150px;
}

.login-wrap form {
  display: block;
  max-width: 480px;
  margin: 0 auto;
}

.login-wrap form h3 {
  font-size: 19px;
  font-weight: 600;
}

.login-wrap .login-form__header {
  margin-bottom: 15px;
}

.login-wrap .login-form__header span {
  margin: 0 12px 0 0;
  font-size: 14px;
  font-weight: 300;
}

.login-wrap .login-form__header .btn_popup-signup {
  width: 114px;
}

.login-form {
  padding: 0 70px 0 50px;
  margin-top: 22px;
}

.for-act {
  font-size: 13px;
  line-height: 25px;
  color: #0f5495;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.for-act:hover {
  opacity: .7;
}

.login-form .btn_popup-login {
  font-size: 14px;
  outline: none;
  height: 42px;
  width: 130px;
  margin-top: 12px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.login-form .btn_popup-login:hover {
  -webkit-box-shadow: 2px 6px 19px 10px rgba(223, 94, 99, 0.4);
          box-shadow: 2px 6px 19px 10px rgba(223, 94, 99, 0.4);
}

.window-firefox {
  font-size: 11px;
  line-height: 18px;
  border: 1px solid #e9ddc3;
  background-color: #fefbed;
  padding: 15px;
  margin-top: 10px;
}

.forgot__input {
  width: 60%;
  font-family: inherit;
  font-size: 1.0625rem;
  background: #e8e8ef;
  color: #383737;
  padding: 10px 20px;
  border-radius: 25px;
  border: none !important;
  margin: 10px 0;
}

.forgot__submit {
  border: none;
  width: 200px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 30px;
  background: #d8496f;
  background: -webkit-gradient(linear, left top, right top, from(#d8496f), to(#e36a5c));
  background: -webkit-linear-gradient(left, #d8496f, #e36a5c);
  background: linear-gradient(to right, #d8496f, #e36a5c);
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 6px 19px 10px rgba(223, 94, 99, 0.15);
  box-shadow: 2px 6px 19px 10px rgba(223, 94, 99, 0.15);
  margin: 10px auto;
}

.forgot__table {
  text-align: center;
}

.g-recaptcha div {
  margin: 0 auto;
}

.content-wrapper.disclaimer p {
  color: #383737;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  margin: 0;
}

.content-wrapper.disclaimer h3 {
  color: #212124;
  font-family: "Open Sans";
  font-size: 23px;
  font-weight: 400;
  line-height: 60px;
}

.reactivation_title {
  width: 100% !important;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  margin-top: 0 !important;
  border: none !important;
  background: none !important;
}

.reactivation_title td span {
  padding-left: 0 !important;
  font-weight: 400 !important;
  font-size: 40px !important;
}

.reactivation_body td {
  font-size: 15px !important;
  vertical-align: middle;
  margin-bottom: 10px;
}

.reactivation_body input[type='text'] {
  font-family: inherit;
  font-size: 15px;
  background: #e8e8ef;
  color: #383737;
  padding: 5px 10px;
  border-radius: 25px;
}

.reactivation_body input:disabled {
  background-color: #ebebe4;
}

.reactivation_body input[type='submit'] {
  border: none;
  width: 200px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 30px;
  background: #d8496f;
  background: -webkit-gradient(linear, left top, right top, from(#d8496f), to(#e36a5c));
  background: -webkit-linear-gradient(left, #d8496f, #e36a5c);
  background: linear-gradient(to right, #d8496f, #e36a5c);
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 6px 19px 10px rgba(223, 94, 99, 0.15);
          box-shadow: 2px 6px 19px 10px rgba(223, 94, 99, 0.15);
  cursor: pointer;
}

.page404 {
  background: url("../../images/adpt/404.png") no-repeat 82% bottom;
}

.page404 .content-wrapper {
  height: 551px;
}

.page404 a {
  border: none;
  width: 200px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 30px;
  background: #d8496f;
  background: -webkit-gradient(linear, left top, right top, from(#d8496f), to(#e36a5c));
  background: -webkit-linear-gradient(left, #d8496f, #e36a5c);
  background: linear-gradient(to right, #d8496f, #e36a5c);
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 6px 19px 10px rgba(223, 94, 99, 0.15);
          box-shadow: 2px 6px 19px 10px rgba(223, 94, 99, 0.15);
  padding: 15px 50px;
}

.page404 h1 {
  color: #ffffff;
  font-size: 75px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 35px;
  padding-top: 80px;
}

.page404 p {
  color: #bcbce2;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 60px;
}

.content-wrapper.policy ul {
  margin-left: 25px;
  list-style-type: disc;
  margin-bottom: 10px;
}

.content-wrapper.policy p {
  color: #383737;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-bottom: 10px;
}

.content-wrapper.policy li {
  color: #383737;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

@media only screen and (max-width: 1024px) {
  .page404 p {
    font-size: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .login-form {
    padding: 0 0 0 25px;
  }
  .login-wrap {
    padding: 40px 15px 75px;
  }
  #first_page, #second_page, #third_page {
    width: 100%;
  }
  .page404 {
    background: url(../../images/adpt/404.png) no-repeat 50% bottom;
  }
  .page404 .content-wrapper {
    height: 700px;
    text-align: center;
  }
  .page404 h1 {
    font-size: 55px;
    margin-bottom: 10px;
    padding: 0;
  }
  .page404 p {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .login-form {
    padding: 0;
  }
  .page404 {
    background-size: contain;
  }
  .page404 p {
    font-size: 18px;
  }
}

.footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
  padding: 0 62px;
  width: 40%;
  margin-top: 40px;

}
.footer-social-icons__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #c0bfff;
  font-size: 15px;

}
.footer-social-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 15px;

}
.footer-social-icons ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social-icons ul li +li {
  margin-left: 15px;
}
.footer-social-icons a {
  display: inline-block;
  outline: none;
}
.footer-social-icons .icon{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-social-facebook {
  background-image: url(../../images/icon/icon-social-facebook.svg);
}
.icon-social-linkedin {
  background-image: url(../../images/icon/icon-social-linkedin.svg);
}
.icon-social-instagram {
  background-image: url(../../images/icon/icon-social-instagram.svg);
}
@media only screen and (min-width: 1124px) {
  .footer-social-icons {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .footer-social-icons {
    padding: 0;
    margin-top: 15px;
  }
}
.contact-us__board {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.contact-us__form, .contact-us__contacts {
  margin-left: auto;
  margin-right: auto;

}
/*# sourceMappingURL=front-pages.css.map */
