body #_lp_block_127260708[data-block-layout='348906'] .lpc-features-2__item-content {
  justify-content: center; }
/* Errorpage */
.errorpage {
  display: flex; }

.errorpage__img {
  flex: 0 1 50%;
  display: flex;
  align-items: center; }

.errorpage__img a {
  margin: 0 auto; }

.errorpage__img img {
  border-radius: 0; }

.errorpage__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 1 50%;
  padding: 10px 0; }

.errorpage__text {
  font-family: inherit;
  border-radius: 6px;
  padding: 32px;
  background-size: 650px auto;
  background: rgba(0, 146, 189, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 20px; }

.textblock {
  text-align: left; }

.textblock h2, .textblock h3 {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  margin: 0 0 20px; }

.textblock p {
  line-height: 26px; }

.errorpage__button-wrap {
  margin: 30px 0 16px;
  text-align: center; }

.errorpage__button {
  background: #a7e805;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  padding: 20px 30px;
  text-decoration: none !important; }

.errorpage__button:hover, .errorpage__button:active {
  background: #bbfc19;
  transition-property: all;
  transition-duration: 800ms;
  transition-delay: 0ms;
  transition-timing-function: ease; }

@media (max-width: 1366px) {
  .errorpage__text {
    font-size: 18px; } }

@media (max-width: 834px) {
  .errorpage {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    /*max-width: 487px;*/ }

  .errorpage__wrap {
    padding: 0; }

  .errorpage__img img {
    max-height: 500px;
    object-fit: cover; } }

@media (max-width: 639px) {
  .textblock h2, .textblock h3 {
    font-size: 28px; }

  .textblock p {
    font-size: 16px;
    line-height: 22px; } }

@media (max-width: 480px) {
  .errorpage__text {
    padding: 32px 10px; }

  .errorpage__button {
    display: block;
    text-align: center; } }
/* End of Errorpage */
