@charset "UTF-8";
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }

@font-face {
  font-family: "CorsicaRamblerLX";
  font-style: normal;
  font-weight: 500;
  src: url("https://static.rambler.ru/fonts/CorsicaRamblerLX/medium.woff2") format("woff2"), url("https://static.rambler.ru/fonts/CorsicaRamblerLX/medium.woff") format("woff"); }

@font-face {
  font-family: "CorsicaRamblerLX";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.rambler.ru/fonts/CorsicaRamblerLX/regular.woff2") format("woff2"), url("https://static.rambler.ru/fonts/CorsicaRamblerLX/regular.woff") format("woff"); }

/* Содержимое файла https://static.rambler.ru/fonts/Montserrat/Montserrat.css */
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(https://static.rambler.ru/fonts/Montserrat/ios14-osx11-fix/regular.woff) format("woff"); }

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url(https://static.rambler.ru/fonts/Montserrat/ios14-osx11-fix/medium.woff) format("woff"); }

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url(https://static.rambler.ru/fonts/Montserrat/ios14-osx11-fix/semibold.woff) format("woff"); }

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(https://static.rambler.ru/fonts/Montserrat/ios14-osx11-fix/bold.woff) format("woff"); }

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  src: url(https://static.rambler.ru/fonts/Montserrat/ios14-osx11-fix/black.woff) format("woff"); }

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  font-family: "CorsicaRamblerLX", sans-serif;
  color: #343b4c; }

* {
  box-sizing: border-box; }

a {
  color: #315efb;
  text-decoration: none; }

h1, h2, h3 {
  font-weight: 500;
  margin: 0 0 15px; }

h1 {
  font-size: 40px;
  line-height: 1.13; }

.rambler-topline-container {
  position: relative;
  z-index: 111; }

.rambler-topline {
  border: none; }

.search-wrapper {
  position: relative;
  max-width: 400px; }

.search {
  height: 40px;
  display: flex;
  width: 100%;
  max-width: 450px;
  position: relative; }
  .search.filled .clear {
    display: inline-block; }

.input {
  width: 100%;
  height: 40px;
  padding: 0 65px 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #315efb;
  border: 0;
  border-radius: 20px;
  background-color: #e0ebff;
  box-sizing: border-box;
  outline: 0 !important;
  color: #315efb;
  transition: opacity 200ms;
  opacity: 1;
  background-color: #e0ebff; }

.input::placeholder,
.input:focus {
  color: #315efb;
  opacity: 1; }

.input:focus,
.input:hover {
  outline: 0; }

.input:focus::placeholder {
  opacity: 0.5; }

.button {
  background-color: #315efb;
  font-weight: 400;
  color: #fff;
  border: none;
  box-sizing: border-box;
  height: 0;
  padding: 30px 0 0;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  line-height: 30px;
  width: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  position: absolute;
  right: 5px;
  top: 5px; }

.button::before {
  content: '';
  left: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("../errorpage_assets/images/icon-search.svg") no-repeat center; }

.button:hover {
  background-color: #2c54e2; }

.button:active {
  background-color: #274bc8; }

.suggest {
  font-family: "Montserrat", sans-serif;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 45px;
  left: 0;
  border-radius: 15px;
  background-color: #eff5ff;
  box-shadow: 0 20px 20px -10px rgba(49, 94, 251, 0.3);
  z-index: 100;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  font-weight: 500;
  text-align: left; }
  .suggest.opened {
    display: flex; }

.suggest-item {
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #2f3b51;
  font-size: 14px;
  text-decoration: none; }
  .suggest-item:hover, .suggest-item.active {
    background-color: #e0ebff;
    color: #2f3b51; }

.clear {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 40px;
  margin: auto;
  color: #315efb;
  border: 0;
  cursor: pointer;
  outline: none;
  display: none; }
  .clear:hover {
    color: #2c54e2; }
  .clear:active {
    color: #274bc8; }
  .clear.visible {
    display: block; }

.topline-placeholder {
  width: 100%; }

@media only screen and (min-width: 1280px) {
  .footer__breakpoints {
    max-width: 1260px; } }

.wrapper {
  min-height: 100vh;
  position: relative;
  min-width: 320px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center; }
  @media only screen and (min-width: 850px) {
    .wrapper {
      align-items: normal;
      text-align: left; } }

.error-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  margin-top: 0;
  align-items: center;
  justify-content: center;
  margin-top: -50px; }
  @media only screen and (min-width: 850px) {
    .error-body {
      max-width: none;
      width: auto; } }

.error-inner {
  display: flex;
  margin-bottom: 40px;
  width: 100%;
  align-items: center;
  padding-top: 20px;
  margin: 50px auto 30px auto;
  flex-direction: column; }
  @media only screen and (max-width: 666px) {
    .error-inner {
      align-items: center; } }
  @media only screen and (min-width: 850px) {
    .error-inner {
      flex-direction: row;
      margin: 130px auto 80px auto;
      flex-direction: row;
      width: auto;
      align-items: unset; } }
  @media only screen and (max-width: 459px) {
    .error-inner {
      padding-left: 30px;
      padding-right: 30px; } }

.icon {
  width: 350px;
  height: 220px;
  background-size: cover; }
  @media only screen and (max-width: 459px) {
    .icon {
      width: 255px;
      height: 160px; } }
  @media only screen and (min-width: 850px) {
    .icon {
      margin-right: 90px; } }
  .icon.icon-general {
    background-image: url(/errorpage_assets/images/error-general-mobile.svg); }
  @media only screen and (min-width: 850px) {
    .icon.icon-general {
      background-image: url(/errorpage_assets/images/error-general.svg); } }

.inner {
  max-width: 400px;
  align-items: center;
  flex-direction: column; }

.banner {
  max-width: 300px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .banner {
      max-width: 600px; } }
  @media only screen and (min-width: 1024px) {
    .banner {
      max-width: 930px; } }
  @media only screen and (min-width: 666px) {
    .banner {
      margin-bottom: 85px; } }

.error-text {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
  width: 400px;
  word-break: break-word; }
  @media only screen and (max-width: 459px) {
    .error-text {
      max-width: 300px;
      text-align: center; } }
  .error-text p, .error-text a {
    margin: 0;
    font-size: 14px;
    line-height: 25px; }

.yabro {
  width: 370px;
  margin-bottom: 20px;
  word-break: break-word;
  padding-left: 20px;
  position: relative;
  background: url("/errorpage_assets/images/yabro.svg") no-repeat left 3px;
  display: none; }
  .yabro.visible {
    display: block; }
  .yabro.fallback {
    background: url("/errorpage_assets/images/games.svg") no-repeat left 3px;
    padding-left: 30px; }
  @media only screen and (max-width: 459px) {
    .yabro {
      width: 250px; } }
  .yabro p, .yabro a {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500; }
  .yabro p {
    margin-bottom: 5px; }
  .yabro a .arrow {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 3px;
    margin-left: 3px;
    background: url("/errorpage_assets/images/arrow-icon.svg") no-repeat center; }
  .yabro a .arrow {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 3px;
    margin-left: 3px;
    background: url("/errorpage_assets/images/arrow-icon.svg") no-repeat center; }

.error-title {
  font-size: 38px;
  font-weight: 900;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  color: #343b4c;
  margin: 20px 0 20px; }
  @media only screen and (min-width: 460px) {
    .error-title {
      font-size: 38px;
      line-height: 45px; } }
  @media only screen and (max-width: 459px) {
    .error-title {
      font-size: 26px;
      line-height: 30px;
      text-align: center; } }
