@font-face {
  font-family: 'segoe';
  src: url("../fonts/segoeui-webfont.eot");
  src: url("../fonts/segoeui-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/segoeui-webfont.woff") format('woff'), url("../fonts/segoeui-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'segoe bd';
  src: url("../fonts/segoeuib-webfont.eot");
  src: url("../fonts/segoeuib-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/segoeuib-webfont.woff") format('woff'), url("../fonts/segoeuib-webfont.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'segoe lgt';
  src: url("../fonts/segoeuil-webfont.eot");
  src: url("../fonts/segoeuil-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/segoeuil-webfont.woff") format('woff'), url("../fonts/segoeuil-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'magistralc';
  src: url("../fonts/magistralc-webfont.eot");
  src: url("../fonts/magistralc-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/magistralc-webfont.woff") format('woff'), url("../fonts/magistralc-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'magistralc';
  src: url("../fonts/magistralc-bold-webfont.eot");
  src: url("../fontsmagistralc-bold-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/magistralc-bold-webfont.woff") format('woff'), url("../fonts/magistralc-bold-webfont.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5% !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  margin: 0; /* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
body {
  min-width: 960px;
  margin: 0 auto;
  background: #fff;
  font: 24px 'Segoe', sans-serif;
}
h1 {
  text-align: center;
  font: bold 37px magistralc, sans-serif;
  color: #fff;
}
li {
  float: left;
  list-style: none;
}
a {
  text-decoration: none;
}
input {
  border: none;
}
/* Elements */
.title-black {
  color: #000;
}
.title-white {
  color: #fff;
}
.btn {
  height: 65px;
  width: 100%;
  display: block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-family: 'segoe', sans-serif;
  text-align: center;
  margin-bottom: 20px;
  font: 31px/0 'segoe lgt', sans-serif;
  color: #fff;
  background: #2bbae3;
  background: -moz-linear-gradient(top, #2bbae3 0%, #007ab0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2bbae3), color-stop(100%, #007ab0));
  background: -webkit-linear-gradient(top, #2bbae3 0%, #007ab0 100%);
  background: -o-linear-gradient(top, #2bbae3 0%, #007ab0 100%);
  background: -ms-linear-gradient(top, #2bbae3 0%, #007ab0 100%);
  background: linear-gradient(to bottom, #2bbae3 0%, #007ab0 100%);
  text-shadow: 0 2px 2px #000F60;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
.btn:hover {background: #007ab0;
  background: -moz-linear-gradient(top, #007ab0 0%, #2bbae3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007ab0), color-stop(100%, #2bbae3));
  background: -webkit-linear-gradient(top, #007ab0 0%, #2bbae3 100%);
  background: -o-linear-gradient(top, #007ab0 0%, #2bbae3 100%);
  background: -ms-linear-gradient(top, #007ab0 0%, #2bbae3 100%);
  background: linear-gradient(to bottom, #007ab0 0%, #2bbae3 100%);}
.form {
  float: right;
  width: 310px;
  margin-top: 31px;
  //margin-right: 90px;
  padding: 8px 20px 0px;
  border: solid 5px #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #808080;
  background: rgba(255,255,255,0.58);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
}
.form .title-form {
  width: auto;
  padding-bottom: 18px;
  text-align: center;
  font: bold 30px/1 magistralc, sans-serif;
  color: #001b54;
}
.form .title-form span {
  display: block;
  font-size: 30px;
  color: #117ab1;
}
.form input {
  margin-bottom: 15px;
  padding-left: 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #686868;
  font: 18px 'segoe lgt', sans-serif;
}
.slogan {
position: absolute;
left: 220px;
top: 10px;
}
.slogan img {
-webkit-transform: rotate(-35deg);
-moz-transform: rotate(-35deg);
-ms-transform: rotate(-35deg);
-o-transform: rotate(-35deg);
transform: rotate(-35deg);
}
.bg {
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
/* Page blocks */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
.container1 {
position: relative;
width: 1000px;
margin: 0 auto;
}
section h1 {
  min-width: 960px;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .container,
.footer .container {
  height: 100px;
}
.header .logo,
.footer .logo {
  position: absolute;
  left: 0px;
  top: 3px;
}
.header .contacts,
.footer .contacts {
  float: right;
  width: 330px;
  height: 100px;
  margin-right: 5px;
  padding-left: 60px;
  font: bold 24px magistralc, sans-serif;
  color: #001b54;
}
.header .contacts .phone,
.footer .contacts .phone {
  position: relative;
  padding: 0px 0 12px;
  top: 10px;
}
.header .contacts .phone span,
.footer .contacts .phone span {
  font-size: 24px;
  color: #117ab1;
}
.header .contacts .phone .ic-phone,
.footer .contacts .phone .ic-phone {
  position: absolute;
  left: -60px;
  top: 26px;
  display: block;
  width: 46px;
  height: 46px;
  background: url("../img/ic-phone1.png") no-repeat 0 0;
}
.header .contacts .mail,
.footer .contacts .mail {
  position: relative;
}
.header .contacts .mail a,
.footer .contacts .mail a {
  color: #117ab1;
}
.header .contacts .mail a:hover,
.footer .contacts .mail a:hover {
  color: #007ab0;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
.header .contacts .mail .ic-mail,
.footer .contacts .mail .ic-mail {
  position: absolute;
  left: -60px;
  top: -2px;
  display: block;
  width: 51px;
  height: 39px;
  background: url("../img/ic-mail.png") no-repeat 0 0;
}
.block-11 {
height: 108px;
padding-top: 100px;
background-image: url("../img/bg_header2.jpg");
border-bottom: 6px solid #fff;
}
.block-44{
height: 330px;
background: url("../img/bg_text.gif");
}
.block-1,
.block-7 {
  position: relative;
  font-family: magistralc, sans-serif;
  font-weight: bold;
}
.block-1 {
  height: 508px;
  padding-top: 100px;
  background-image: url("../img/bg_header2.jpg");
  border-bottom: 6px solid #fff;
  background-size: initial;
  background-color: #52A5D7;
}
.block-1 .text-block p {
  margin: 40px 0 0 30px;
  font-size: 32px;
}
.block-1 .text-block p span {
  font-size: 44px;
}
.block-1 .text-block .action1 {
  left: 10px;
  top: 151px;
}
.block-1 .text-block .action2 {
  top: 230px;
  left: 179px;
}
.block-7 {
  height: 320px;
  background-image: url("../img/bg_footer.jpg");
}
.block-7 .text-block p {
  margin: 40px 0 0 10px;
  font-size: 44px;
}
.block-7 .text-block p span {
  font-size: 60px;
}
.block-7 .text-block .action1 {
  left: 150px;
  top: 170px;
}
.block-7 .text-block .action2 {
  top: 250px;
  left: 320px;
}
.block-7 .text-block .action2:before {
  content: '';
  position: absolute;
  left: 120px;
  top: -140px;
  width: 183px;
  height: 223px;
  background: url("../img/arrow2.png") no-repeat 0 0;
}
.block-1 .text-block,
.block-7 .text-block {
  float: left;
}
.block-1 .text-block p,
.block-7 .text-block p {
  color: #001b54;
}
.block-1 .text-block p span,
.block-7 .text-block p span {
  display: block;
  color: #117ab1;
}
.block-1 .text-block .action1,
.block-7 .text-block .action1 {
  position: absolute;
  width: 345px;
  height: 237px;
  padding: 60px 0 0 29px;
  display: block;
  font-size: 37px;
  color: #fff;
  background: url("../img/stars.png") no-repeat 0 0;
}
.block-1 .text-block .action2,
.block-7 .text-block .action2 {
  position: absolute;
  font-size: 20px;
  color: #001b54;
  text-align: center;
}
.block-1 .text-block .action2 span,
.block-7 .text-block .action2 span {
  display: block;
  font-size: 32px;
}
.block-1 .text-block .price,
.block-7 .text-block .price {
  position: absolute;
  left: 324px;
  top: 86px;
  display: block;
  font-size: 49px;
  text-align: center;
}
.block-1 .text-block .price span,
.block-7 .text-block .price span {
  display: block;
  font-size: 66px;
}
.block-1 .text-block .price span em,
.block-7 .text-block .price span em {
  font-size: 41px;
}
.block-1 .text-block .price:before,
.block-7 .text-block .price:before {
  content: '';
  position: absolute;
  left: 170px;
  top: 150px;
  width: 98px;
  height: 117px;
  background: url("../img/arrow.png") no-repeat 0 0;
}
.block-2 h1 {
  height: 56px;
  padding-top: 9px;
  background: #8ce021;
  background: -moz-linear-gradient(top, #8ce021 0%, #8ce021 79%, #96c83c 79%, #96c83c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ce021), color-stop(79%, #8ce021), color-stop(79%, #96c83c), color-stop(100%, #96c83c));
  background: -webkit-linear-gradient(top, #8ce021 0%, #8ce021 79%, #96c83c 79%, #96c83c 100%);
  background: -o-linear-gradient(top, #8ce021 0%, #8ce021 79%, #96c83c 79%, #96c83c 100%);
  background: -ms-linear-gradient(top, #8ce021 0%, #8ce021 79%, #96c83c 79%, #96c83c 100%);
  background: linear-gradient(to bottom, #8ce021 0%, #8ce021 79%, #96c83c 79%, #96c83c 100%);
}
.block-2 ul {
  width: 910px;
  height: 255px;
  margin: 0 auto;
  padding: 160px 0 0;
  background: url("../img/ic-group1.png") no-repeat 50% 45px;
}
.block-2 ul li {
  float: left;
  width: 16.6667%;
}
.block-2 ul li span {
  display: block;
  font: 14px 'segoe', sans-serif;
  text-align: center;
}
.block-3 {
  height: 580px;
  padding-top: 25px;
  background-image: url("../img/bg_1.jpg");
}
.block-3  h1{
  padding-bottom: 25px;
}
.block-3_iner {
  height: 460px;
  padding: 20px 50px;
  border: 5px solid #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  background: rgba(255,255,255,0.55);
}
.block-3_iner p {
  padding-bottom: 5px;
  font: 18px 'segoe', sans-serif;
  text-indent: 35px;
}
.block-3_iner .btn {
  height: 45px;
  width: 188px;
  margin: 12px auto 0;
  line-height: 45px;
  font-size: 21px;
  -webkit-box-shadow: #fff;
  box-shadow: 0 2px 5px #777;
}
.block-4 {
  height: 435px;
  background: url("../img/bg_text.gif");
}
.block-4 h1, .block-5 h1, .block-6 h1  {
  padding-top: 10px;
  background: #007ab0;
  border-top: #fff 5px solid;
  border-bottom: 15px solid #2bbae3;
}
.block-4 .line {
  border-bottom: 6px solid #fff;
}
.block-4 ul {
  width: 1000px;
  height: 350px;
  margin: 0 auto;
  padding: 195px 0 0;
  background: url("../img/ic-group3.png") no-repeat 50% 30px;
}

section.block-4.ru ul {
  background: url("../img/ic-group2-ru.png") no-repeat 50% 30px;;
}
.block-4 ul li {
  float: left;
  width: 16.6667%;
}
.block-4 ul li span {
  display: block;
  padding: 0 5px;
  font: 14px 'segoe', sans-serif;
  text-align: center;
}
.block-5 {
  height: 400px;
  background-image: url("../img/bg_2.jpg");
}
.block-5 h1 {
  //padding: 35px 0 60px;
  margin-bottom: 40px;
}
.block-5 .slide {
  position: relative;
  height: 225px;
  border: #dad5d1 2px solid;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #808080;
  background: rgba(255,255,255,0.75);
}
.block-5 .slide:before {
  content: "";
  position: absolute;
  left: 220px;
  top: 67px;
  width: 31px;
  height: 18px;
  background: url("../img/quote.png") no-repeat 0 0;
}
.block-5 .slide img {
  float: left;
  margin: 25px 40px 25px 40px;
}
.block-5 .slide .client {
  padding: 0px 0 35px;
  font: bold 23px magistralc, sans-serif;
  color: #2881f0;
}
.block-5 .slide .client:before {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 20px;
  width: 31px;
  height: 18px;
  background: url("../img/quote.png") no-repeat 0 0;
}
.block-5 .slide .client .company {
  padding-left: 10px;
  font: italic 14px 'segoe', sans-serif;
  color: #000;
}
.block-5 .slide .quote {
  padding: 0 30px 0 260px;
  font: 18px 'segoe', sans-serif;
}
.block-6 {
  //border-top: 6px solid #fff;
  background: url("../img/bg_text.gif");
}
.block-6 h1 {
 // height: 64px;
  //padding-top: 9px;
 // background: #8ce021;
 // background: -moz-linear-gradient(top, #8ce021 0%, #8ce021 79%, #96c83c 79%, #96c83c 100%);
 // background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ce021), color-stop(79%, #8ce021), color-stop(79%, #96c83c), color-stop(100%, #96c83c));
 // background: -webkit-linear-gradient(top, #8ce021 0%, #8ce021 79%, #96c83c 79%, #96c83c 100%);
 // background: -o-linear-gradient(top, #8ce021 0%, #8ce021 79%, #96c83c 79%, #96c83c 100%);
 // background: -ms-linear-gradient(top, #8ce021 0%, #8ce021 79%, #96c83c 79%, #96c83c 100%);
 // background: linear-gradient(to bottom, #8ce021 0%, #8ce021 79%, #96c83c 79%, #96c83c 100%);
}
.block-6 .wrap {
  padding: 20px 0;
}
.block-6 .wrap p,
.block-6 .wrap li {
  font: 14px 'segoe', sans-serif;
  padding-bottom: 5px;
}
.block-6 .wrap p span,
.block-6 .wrap li span {
  font-weight: bold;
}
.block-6 .wrap ul {
  margin: 0;
  padding: 0;
}
.block-6 .wrap ul li {
  float: none;
  padding-left: 5px;
}
.footer {
  position: relative;
  margin-top: -112px;
  border-top: 12px solid #fff;
  background: #fff;
  background: rgba(255,255,255,0.7);
}
.modal {
  display: none;
}
#modal1 .form {
  box-shadow: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

 #form1 input.error{}
 .form label.error{display: block; font-family: arial; font-weight: 100; position: relative; z-index: 9999999999999999999999999; background: rgb(221, 221, 221);color: red; padding: 2px;  left: 0px;  margin-top: -15px; font-size: 12px; width: 100%;height: 23px;}


  #form2 input{position: relative;}
 #form2 input.error{}


  #contact2 input{position: relative; margin-top: 15px;}
 #contact2 input.error{}
 #contact2 label.error{display: block; font-family: arial; font-weight: 100; position: relative; z-index: 9999999999999999999999999; color: red; padding: 2px;  left: 0px;  margin-top: -30px; font-size: 12px; width: 220px;height: 23px;}

  #contact1 input{position: relative; margin-top: 15px;}
 #contact1 input.error{}
 #contact1 label.error{display: block; font-family: arial; font-weight: 100; position: relative; z-index: 9999999999999999999999999; color: red; padding: 2px;  left: 0px;  margin-top: -30px; font-size: 12px; width: 220px;height: 23px;}

  #contact3 input{position: relative; margin-top: 15px;}
 #contact3 input.error{}
 #contact3 label.error{display: block; font-family: arial; font-weight: 100; position: relative; z-index: 9999999999999999999999999; color: red; padding: 2px;  left: 0px;  margin-top: -30px; font-size: 12px; width: 220px;height: 23px;}

  #contact4 input{position: relative; margin-top: 15px;}
 #contact4 input.error{}
 #contact4 label.error{display: block; font-family: arial; font-weight: 100; position: relative; z-index: 9999999999999999999999999; color: red; padding: 2px;  left: 0px;  margin-top: -30px; font-size: 12px; width: 220px;height: 23px;}


  #contact5 input{position: relative; margin-top: 15px;}
 #contact5 input.error{}
 #contact5 label.error{display: block; font-family: arial; font-weight: 100; position: relative; z-index: 9999999999999999999999999; color: red; padding: 2px;  left: 0px;  margin-top: -30px; font-size: 12px; width: 220px;height: 23px;}


#wrap{width: 100%; height: 100%; position: fixed; background: #000; z-index: 99999999; opacity: 0; display: none;}

#answer{
  width: 100%;
  height: 100%;
  position: fixed; background: #000; background: rgba(0,0,0,.59);z-index: 99999999;opacity: 0; display: none;top: 0;left: 0;
}
#answer .wrap{
    width: 344px;
    height: 310px;
    padding-top: 70px;
    position: fixed;
    padding-top: 50px;
    z-index: 999999999999999;
    top: 150px;
    left: 50%;
    margin-left: -172px;
    -webkit-border-radius: 34px/12px;
       -moz-border-radius: 34px/12px;
            border-radius: 34px/12px;
    background: #FFF;
    background: rgba(255,255,255,.79);
    border: 5px solid #fff;
}
#answer p,
.form-popap strong{
  padding-bottom: 20px;
  color: #001B54;
  font: bold 24px magistralc, sans-serif;
  text-align: center;
  line-height:1.4;
}
.form-popap strong{
  display: block;
  width: 350px;
    height: 310px;
    padding-top: 70px;
    background:  #3581BB;
    -webkit-border-radius: 34px/12px;
       -moz-border-radius: 34px/12px;
            border-radius: 34px/12px;
    background: #FFF;
    background: rgba(255,255,255,.79);
    border: 5px solid #fff;
    overflow: hidden;
}
#modal1 .form{
  margin-top: 0;
}
.sertif {
text-align: center;
}
.sertif img {
padding: 10px 20px;
}
a.back_bottom {
height: 55px;
width: 200px;
display: table;
-webkit-border-radius: 10px;
border-radius: 10px;
font-family: 'segoe', sans-serif;
text-align: center;
margin-bottom: 20px;
color: #fff;
background: #2bbae3;
background: -moz-linear-gradient(top, #2bbae3 0%, #007ab0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2bbae3), color-stop(100%, #007ab0));
background: -webkit-linear-gradient(top, #2bbae3 0%, #007ab0 100%);
background: -o-linear-gradient(top, #2bbae3 0%, #007ab0 100%);
background: -ms-linear-gradient(top, #2bbae3 0%, #007ab0 100%);
background: linear-gradient(to bottom, #2bbae3 0%, #007ab0 100%);
text-shadow: 0 2px 2px #000F60;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
line-height: 50px;
border: 2px outset buttonface;
font-weight: normal;
}

a.back_bottom:hover {
background: #007ab0;
background: -moz-linear-gradient(top, #007ab0 0%, #2bbae3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007ab0), color-stop(100%, #2bbae3));
background: -webkit-linear-gradient(top, #007ab0 0%, #2bbae3 100%);
background: -o-linear-gradient(top, #007ab0 0%, #2bbae3 100%);
background: -ms-linear-gradient(top, #007ab0 0%, #2bbae3 100%);
background: linear-gradient(to bottom, #007ab0 0%, #2bbae3 100%);
}
.supershop {
font-size: 8px;
position: absolute;
right: 160px;
bottom: -17px;
}
.supershop a {
color: #04229D;
}

.block-11.bg.error {
  height: 500px;
}
section.block-44.error {
  height: 200px;
}
.block-7.bg.error {
  height: 250px;
}

.lang {
  position: absolute;
  margin-top: 30px;
  margin-left: 40px;
}
.lang img {
  padding-right: 20px;
}

.lang a:hover {
  text-shadow: -1px -1px 0 #555;
}
.lang a {
  padding-right: 20px;
  text-shadow: 1px 1px 0 #000;
  font-size: 90%;
}