* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Arial';
}
h1 {
  color: #eef4f8;
  font-size: 45px;
  font-weight: normal;
  margin-bottom: 25px;
}
h3 {
  color: #eef4f8;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
h4 {
  color: #eef4f8;
  font-size: 23px;
}
.roll {
  box-sizing: border-box;
  margin: 0 auto;
  height: 100vh;
  position: relative;
}
.roll:after {
  content: " ";
  display: block;
  clear: both;
}
.info {
  float: left;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  margin-right: -420px;
}
.info p {
  color: white;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
}
.info .carousel {
  border-bottom: 1px solid #151618;
  margin: 0 auto;
  padding-bottom: 20px;
}
.info .carousel .carousel-indicators {
  position: inherit;
  list-style: none;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 90px;
}
.info .carousel .carousel-indicators li {
  float: none;
  display: inline-block;
  width: 9px;
  height: 9px;
  vertical-align: middle;
}
.info .carousel .carousel-indicators li:hover {
  cursor: pointer;
}
.info .carousel .carousel-indicators .active {
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  width: 12px;
  height: 12px;
}
.applications > ul {
  list-style-type: none;
  margin-left: 0;
}
.applications > ul li {
  display: inline-block;
  padding-left: 70px;
  vertical-align: top;
}
.applications > ul li p {
  color: #eef4f8;
  font-size: 15px;
  line-height: 18px;
  padding-right: 10px;
}
.applications > ul li .application {
  vertical-align: middle;
}
.applications a {
  color: #FFFFFF;
  text-decoration: underline;
}
.applications a:hover {
  text-decoration: none;
}
.applications .play {
  margin-left: 10px;
}
.applications .appstore {
  margin-left: 30px;
}
.authorization {
  position: absolute;
  right: 0;
  box-sizing: border-box;
  height: 100vh;
  text-align: center;
  background: #1f2123;
  background: rgba(31, 33, 35, 0.7) no-repeat;
  width: 420px;
}
.authorization .lang {
  position: absolute;
  top: 20px;
  right: 40px;
  cursor: default;
}
.authorization .lang li {
  list-style: none;
  display: inline-block;
  color: #e4eaee;
  font-size: 14px;
  font-weight: bold;
  margin-left: 7px;
  margin-right: 3px;
}
.authorization .lang li a {
  color: #e4eaee;
  text-decoration: none;
}
.authorization .lang .current-lang {
  background-color: #444e53;
  border-radius: 20px;
  padding: 10px;
}
.authorization h2 {
  color: #eef4f8;
  text-align: left;
}
.authorization form {
  text-align: left;
  background-color: #fafafa;
  border-radius: 5px;
}
.authorization form #error-message {
  display: none;
  background-color: #f3dede;
  color: #6e3b3b;
  margin-bottom: 19px;
  padding: 12px;
  border-radius: 4px;
}
.authorization form #error-message a {
  color: #6e3b3b;
  cursor: pointer;
  text-decoration: underline;
}
.authorization form .input {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #dadada;
  box-shadow: none;
}
.authorization form #input-error {
  background-color: #f9e4e4;
  border-color: #e6b5b5;
  color: #b49494;
  display: block;
}
.authorization form #input-error::-webkit-input-placeholder {
  color: #b49494;
}
.authorization form #input-error::-moz-placeholder {
  color: #b49494;
}
.authorization form #input-error:-moz-placeholder {
  color: #b49494;
}
.authorization form #input-error:-ms-input-placeholder {
  color: #b49494;
}
.authorization form .form-bottom .remember {
  float: left;
}
.authorization form .form-bottom .remember .remember-checkbox {
  border: 2px solid #dadada;
  box-shadow: none;
}
.authorization form .form-bottom .remember span {
  color: #3d474e;
  vertical-align: sub;
}
.authorization form .form-bottom .remember label {
  color: #3d474e;
  vertical-align: sub;
  display: inline-block;
}
.authorization form .form-bottom:after {
  content: " ";
  display: block;
  clear: both;
}
.authorization .restore {
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
}
.authorization .restore:hover {
  cursor: pointer;
}
.authorization .gradoservice {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -75px;
  margin-bottom: 0;
}
#write-support {
  color: #000000;
  font-size: 14px;
  text-decoration: underline;
}
#write-support:hover {
  cursor: pointer;
}
@media screen and (max-width: 10000px) {
  .roll {
    min-height: 1080px;
    width: 67%;
  }
  .roll .google-play {
    display: none;
  }
  .roll .appstore-store {
    display: none;
  }
  .info {
    display: block;
    min-height: 1080px;
    padding: 280px 460px 0 40px;
  }
  .info .carousel .carousel-inner > .item {
    height: 175px;
  }
  .info .applications > ul li {
    width: 37%;
  }
  .authorization {
    padding: 80px 40px 0 40px;
    min-height: 1080px;
  }
  .authorization .logo {
    width: 200px;
    margin-bottom: 99px;
  }
  .authorization h2 {
    font-size: 28px;
    margin-left: 10px;
  }
  .authorization form {
    padding: 30px 30px 20px 30px;
    margin-bottom: 30px;
  }
  .authorization form .input {
    height: 36px;
    margin-bottom: 19px;
  }
  .authorization form .form-bottom .remember {
    margin-top: 8px;
  }
  .authorization form .form-bottom .remember span {
    font-size: 13px;
  }
  .authorization form .form-bottom .remember label {
    font-size: 13px;
  }
  .authorization form .form-bottom .button {
    padding: 12px 27px;
    font-size: 16px;
    border-radius: 2px;
  }
  .authorization .restore {
    font-size: 14px;
  }
  .applications-mobile {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .roll {
    width: 75%;
  }
}
@media screen and (max-width: 1440px) {
  .roll {
    min-height: 960px;
    width: 89%;
  }
  .roll .google-play {
    display: none;
  }
  .roll .appstore-store {
    display: none;
  }
  .info {
    display: block;
    min-height: 960px;
    padding: 220px 460px 0 40px;
  }
  .info .carousel .carousel-inner > .item {
    height: 170px;
  }
  .info .applications > ul li {
    width: 38%;
  }
  .authorization {
    min-height: 960px;
    padding: 80px 40px 0 40px;
  }
  .authorization .logo {
    width: 200px;
    margin-bottom: 100px;
  }
  .authorization h2 {
    font-size: 28px;
    margin-left: 10px;
  }
  .authorization form {
    padding: 30px 30px 20px 30px;
    margin-bottom: 30px;
  }
  .authorization form .input {
    height: 36px;
    margin-bottom: 19px;
  }
  .authorization form .form-bottom .remember {
    margin-top: 8px;
  }
  .authorization form .form-bottom .remember span {
    font-size: 13px;
  }
  .authorization form .form-bottom .remember label {
    font-size: 13px;
  }
  .authorization form .form-bottom .button {
    padding: 12px 27px;
    font-size: 16px;
    border-radius: 2px;
  }
  .authorization .restore {
    font-size: 14px;
  }
  .applications-mobile {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .roll {
    width: 100%;
  }
  .roll .google-play {
    display: none;
  }
  .roll .appstore-store {
    display: none;
  }
  .info {
    display: block;
  }
  .info .carousel .carousel-inner > .item {
    height: 170px;
  }
  .info .applications > ul li {
    width: 38%;
  }
  .authorization {
    padding: 80px 40px 0 40px;
  }
  .authorization .logo {
    width: 200px;
    margin-bottom: 100px;
  }
  .authorization h2 {
    font-size: 28px;
    margin-left: 10px;
  }
  .authorization form {
    padding: 30px 30px 20px 30px;
    margin-bottom: 30px;
  }
  .authorization form .input {
    height: 36px;
    margin-bottom: 19px;
  }
  .authorization form .form-bottom .remember {
    margin-top: 8px;
  }
  .authorization form .form-bottom .remember span {
    font-size: 13px;
  }
  .authorization form .form-bottom .remember label {
    font-size: 13px;
  }
  .authorization form .form-bottom .button {
    padding: 12px 27px;
    font-size: 16px;
    border-radius: 2px;
  }
  .authorization .restore {
    font-size: 14px;
  }
  .applications-mobile {
    display: none;
  }
}
@media screen and (max-width: 1152px) {
  .info {
    padding: 70px 460px 0 40px;
  }
  .info .carousel .carousel-inner > .item {
    height: 230px;
  }
  .info .applications > ul li {
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .roll {
    width: 100%;
  }
  .roll .google-play {
    display: none;
  }
  .roll .appstore-store {
    display: none;
  }
  .info {
    display: block;
    padding: 70px 460px 0 40px;
  }
  .info .carousel .carousel-inner > .item {
    height: 250px;
  }
  .info .applications > ul {
    margin-bottom: 0;
  }
  .info .applications > ul li {
    width: 80%;
  }
  .authorization {
    padding: 80px 40px 0 40px;
  }
  .authorization .logo {
    width: 200px;
    margin-bottom: 100px;
  }
  .authorization h2 {
    font-size: 28px;
    margin-left: 10px;
  }
  .authorization form {
    padding: 30px 30px 20px 30px;
    margin-bottom: 30px;
  }
  .authorization form .input {
    height: 36px;
    margin-bottom: 19px;
  }
  .authorization form .form-bottom .remember {
    margin-top: 8px;
  }
  .authorization form .form-bottom .remember span {
    font-size: 13px;
  }
  .authorization form .form-bottom .remember label {
    font-size: 13px;
  }
  .authorization form .form-bottom .button {
    padding: 12px 27px;
    font-size: 16px;
    border-radius: 2px;
  }
  .authorization .restore {
    font-size: 14px;
  }
  .applications-mobile {
    display: none;
  }
}
@media screen and (max-width: 865px) {
  .info {
    padding: 40px 370px 0 20px;
    margin-right: -330px;
  }
  .info h1 {
    font-size: 41px;
    line-height: 41px;
  }
  .info .carousel .carousel-inner > .item {
    height: 330px;
  }
  .info .applications h3 {
    line-height: 25px;
  }
  .info .applications > ul li {
    width: 90%;
  }
  .info .applications > ul li p {
    line-height: 17px;
  }
  .info .applications .play {
    margin-left: 10px;
  }
  .info .applications .appstore {
    margin-left: 0;
  }
  .authorization {
    width: 330px;
  }
  .authorization form {
    padding: 25px 20px;
  }
  .authorization form .form-bottom .button {
    padding: 12px 18px;
  }
}
/*@media screen and (max-width: 704px) {
  .info {
    h1 {
      font-size: 32px;
      line-height: 32px;
    }
  }
}*/
@media screen and (max-width: 725px) {
  .roll {
    width: 100%;
  }
  .roll .google-play {
    background: url('/assets/images/startup/play-big.png') no-repeat 8% center;
  }
  .roll .appstore-store {
    background: url('/assets/images/startup/appstore-big.png') no-repeat 8% center;
  }
  .roll .download {
    display: block;
    background-size: 46%;
    background-color: #3c454b;
    height: 135px;
  }
  .roll .download .button {
    font-size: 32px;
    font-size: 5vw;
    margin-top: 29px;
    margin-right: 5%;
    height: 82px;
    padding: 0 6%;
    border-radius: 3px;
  }
  .roll .download .button p {
    margin-top: 30px;
  }
  .roll .download .button:hover {
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
  }
  .info {
    display: none;
  }
  .carousel-inner p {
    color: #ffffff;
  }
  .authorization {
    background-color: #202426;
    float: none;
    height: auto;
    min-height: 0;
    padding: 55px 20px 0 20px;
    position: inherit;
    width: 100%;
  }
  .authorization .lang {
    right: 20px;
  }
  .authorization .logo {
    width: 200px;
    margin-bottom: 105px;
  }
  .authorization h2 {
    font-size: 48px;
    font-size: 8vw;
    margin-left: 30px;
    margin-bottom: 25px;
  }
  .authorization form {
    padding: 25px 20px;
    margin-bottom: 50px;
  }
  .authorization form .input {
    height: 72px;
    height: 11vw;
    margin-bottom: 25px;
  }
  .authorization form .input::-webkit-input-placeholder {
    font-size: 4vw;
  }
  .authorization form .input::-moz-placeholder {
    font-size: 4vw;
  }
  .authorization form .input:-moz-placeholder {
    font-size: 4vw;
  }
  .authorization form .input:-ms-input-placeholder {
    font-size: 4vw;
  }
  .authorization form .form-bottom .remember {
    margin-top: 4%;
  }
  .authorization form .form-bottom .remember span {
    font-size: 4vw;
  }
  .authorization form .form-bottom .remember label {
    font-size: 13px;
  }
  .authorization form .form-bottom .button {
    padding: 5% 9%;
    font-size: 32px;
    font-size: 5vw;
    border-radius: 3px;
  }
  .authorization .restore {
    font-size: 28px;
    font-size: 4vw;
  }
  .authorization .gradoservice {
    font-size: 24px;
    font-size: 3.5vw;
    line-height: 24px;
    line-height: 3.5vw;
    margin-top: 130px;
    margin-top: 20vw;
    margin-bottom: 0;
    padding-bottom: 50px;
    position: relative;
    left: 0;
    margin-left: 0;
    bottom: 0;
  }
  .applications-mobile {
    display: block;
    padding: 30px 95px 55px 55px;
    background-color: #242a2e;
  }
  .applications-mobile h3 {
    font-size: 34px;
    font-size: 5.3vw;
    margin-bottom: 35px;
    line-height: 5vw;
  }
  .applications-mobile .applications > ul li {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 568px) {
  .roll .download {
    height: 108px;
  }
  .roll .download .button {
    margin-top: 24px;
    height: 62px;
    padding: 0 6%;
  }
  .roll .download .button p {
    margin-top: 22px;
  }
  .carousel-inner p {
    color: #ffffff;
  }
}
@media screen and (max-width: 320px) {
  .roll {
    width: 100%;
  }
  .roll .google-play {
    background: url('/assets/images/startup/play.png') no-repeat 10% center;
  }
  .roll .appstore-store {
    background: url('/assets/images/startup/appstore.png') no-repeat 10% center;
  }
  .roll .download {
    display: block;
    background-size: 49%;
    background-color: #3c454b;
    height: 80px;
  }
  .roll .download .button {
    font-size: 16px;
    font-size: 5vw;
    height: 41px;
    margin-top: 20px;
    margin-right: 20px;
    margin-right: 6vw;
    padding: 0 6%;
  }
  .roll .download .button p {
    margin-top: 10px;
  }
  .roll .download .button:hover {
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
  }
  .carousel-inner p {
    color: #ffffff;
  }
  .info {
    display: none;
  }
  .authorization {
    position: inherit;
    float: none;
    min-height: 0;
    height: auto;
    width: 100%;
    padding: 40px 10px 0 10px;
  }
  .authorization .lang {
    right: 10px;
  }
  .authorization .lang li {
    display: inherit;
  }
  .authorization .logo {
    width: 150px;
    margin-bottom: 35px;
  }
  .authorization h2 {
    font-size: 20px;
    font-size: 6.5vw;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .authorization form {
    padding: 9% 8%;
    margin-bottom: 30px;
  }
  .authorization form .input {
    height: 35px;
    height: 11vw;
    margin-bottom: 20px;
  }
  .authorization form .input::-webkit-input-placeholder {
    font-size: 4.5vw;
  }
  .authorization form .input::-moz-placeholder {
    font-size: 4.5vw;
  }
  .authorization form .input:-moz-placeholder {
    font-size: 4.5vw;
  }
  .authorization form .input:-ms-input-placeholder {
    font-size: 4.5vw;
  }
  .authorization form .form-bottom .remember {
    margin-top: 9px;
  }
  .authorization form .form-bottom .remember span {
    font-size: 13px;
    font-size: 4.2vw;
  }
  .authorization form .form-bottom .remember label {
    font-size: 13px;
    font-size: 4.2vw;
  }
  .authorization form .form-bottom .button {
    padding: 5% 12%;
    font-size: 16px;
    font-size: 5vw;
    border-radius: 2px;
  }
  .authorization .restore {
    font-size: 14px;
    font-size: 5vw;
  }
  .authorization .gradoservice {
    font-size: 12px;
    line-height: 12px;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 55px;
    position: relative;
    left: 0;
    margin-left: 0;
    bottom: 0;
  }
  .applications-mobile {
    display: block;
    padding: 30px 15px 45px 20px;
    background-color: #242a2e;
  }
  .applications-mobile h3 {
    font-size: 19px;
    font-size: 6vw;
    line-height: 19px;
    line-height: 6vw;
  }
  .applications-mobile h4 {
    font-size: 23px;
    font-size: 7vw;
  }
  .applications-mobile .applications > ul li {
    margin-bottom: 20px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .autorization .logo {
    width: 200px;
  }
}
/*# sourceMappingURL=main.css.map */