@font-face {
  font-family: "HelveticaNeuCyr";
  src: url("font/helveticaneuecyrthin.ttf");
}

@font-face {
  font-family: "HelveticaNeuCyr";
  src: url("font/helveticaneuecyrthin.eot");
}

@font-face {
  font-family: "Adobe";
  src: url("font/adobecleanboldsemicn.eot"), url("font/adobecleanboldsemicn.otf"), url("font/adobecleanboldsemicn.ttf"),
    url("font/adobecleanboldsemicn.woff");
  /*url("font/adobecleanboldsemicn.svg");*/
}

@font-face {
  font-family: "AdobeCleanLight";
  src: url("font/adobecleanlight.eot"), url("font/adobecleanlight.otf"), url("font/adobecleanlight.ttf"),
    url("font/adobecleanlight.woff"), url("font/adobecleanlight.svg");
}

@font-face {
  font-family: "inconsolata";
  src: url("font/inconsolata.ttf");
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 200;
  src: url("font/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"),
    url("font/fontawesome-webfont.woff?v=4.2.0") format("woff"),
    url("font/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),
    url("font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
}

html,
body {
  height: 100%;
  font-size: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

* {
  font-family: "lucida sans unicode";
}

.wrapper {
  /*overflow: hidden;*/
  width: 100%;
  /*min-width: 1300px;*/
  margin: 0 auto;
}

.top-bg {
  /*text-align: center;*/
  /*min-width: 1000px;*/
  width: 100%;
  /*min-height: 650px;*/
  /*max-width: 100%;*/
  margin: 0 auto;
  /*padding: 0;*/
  background: url("img/main_bg.jpg") no-repeat #003055;
  /*height: 100vh;*/
  -moz-background-size: cover; /* Firefox 3.6+ */
  -webkit-background-size: cover; /* Safari 3.1+ Рё Chrome 4.0+ */
  -o-background-size: cover; /* Opera 9.6+ */
  background-size: cover; /* РЎРѕРІСЂРµРјРµРЅРЅС‹Рµ Р±СЂР°СѓР·РµСЂС‹ */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  overflow: hidden;
  animation: size 20s ease alternate infinite;
  /*-webkit-animation: size 20s ease alternate infinite;
    -moz-animation: size 20s ease alternate infinite;
    -o-animation: size 20s ease alternate infinite;*/
}

@keyframes size {
  from {
    background-size: 110%;
  }
  to {
    background-size: 120%;
  }
}

@media (max-width: 1250px) {
  @keyframes size {
    from {
      background-size: 136%;
    }
    to {
      background-size: 158%;
    }
  }
}

@media (max-width: 1060px) {
  @keyframes size {
    from {
      background-size: 152%;
    }
    to {
      background-size: 162%;
    }
  }
}

@media (max-width: 990px) {
  @keyframes size {
    from {
      background-size: 195%;
    }
    to {
      background-size: 210%;
    }
  }
}

@media (max-width: 820px) {
  .top-bg {
    animation: none;
  }
  /* @keyframes size {
    from {
      background-size: 400%;
    }
    to {
      background-size: 415%;
    }
  } */
}

@media (max-width: 552px) {
  .top-bg {
    animation: none;
  }

  /* @keyframes size {
    from {
      background-size: 685%;
    }
    to {
      background-size: 700%;
    }
  } */
}

.top-bg #logo img {
  /*width: 250px;*/
  /*height: 129px;*/
}

@media (max-width: 350px) {
  .top-bg #logo img {
    height: 80px;
  }
}

.top-bg-new #logo img {
  /*width: 235px;
    height: 121px;
    margin-left: 12px;
    margin-top: 4px;*/
}

/*@-moz-keyframes size{
    from   {background-size: 110%;}
    to {background-size: 120%;}
}
@-webkit-keyframes size{
    from   {background-size: 110%;}
    to {background-size: 120%;}
}
@-o-keyframes size{
    from   {background-size: 110%;}
    to {background-size: 120%;}
}*/
.top-bg #header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  /*margin-top: 18px;*/
  /*padding-bottom: 50px;*/
}

@media (max-width: 450px) {
  .top-bg #nav img {
    height: 30px;
  }
}

#header,
#text,
.buttons {
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 18px;
}

.main {
  width: 100%;
  background-color: #dedee0;
  margin: 0 auto;
  margin-top: -5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.main .container {
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 15px;
  padding-top: 25px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.main .content {
  margin: 15px 25px;
}

.table {
  min-width: 1300px;
  max-width: 80%;
  margin: 20px auto;
  padding: 10px;
}

.table td {
  padding: 30px;
}

.ord {
  font-family: "Helvetica", sans-serif;
  line-height: 1.5;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: left;
  color: #777878;
  text-transform: uppercase;
}

.menu-footer a {
  font-family: "Helvetica", sans-serif;
  line-height: 1.5;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777878;
}

.h {
  font-family: "AdobeCleanLight";
  font-size: 24px;
  color: #494953;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 100;
}

.soon {
  font-family: "HelveticaNeuCyr";
  font-size: 18px;
  text-transform: uppercase;
  color: #39adea;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
}

.grey {
  font-family: "AdobeCleanLight";
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #7d7d7f;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  letter-spacing: 1px;
  line-height: 1.5;
}

.tel,
.tel a {
  font-family: "HelveticaNeuCyr";
  font-size: 29px;
  font-weight: 900;
  text-transform: uppercase;
  color: #39adea;
  text-decoration: none;
}

.blue {
  *padding: 10px 10px 0 10px;
}

a {
  text-decoration: none;
  color: #777878;
}

a:hover {
  color: #39adea;
}

#social {
  margin-top: -5px;
  margin-left: -10px;
}

#social a {
  opacity: 0.7;
}

#social a:hover {
  opacity: 1;
}

#quest {
  border: 1px solid #000000;
  padding: 7px 40px;
}

#quest:hover {
  border-color: #fff;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.bottom {
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  max-width: 1280px;
  margin: 25px auto;
}

.bottom .content {
  margin-bottom: 25px;
}

.content-copy {
  margin: 0 auto;
}

.table2 {
  min-width: 1000px;
  max-width: 1300px;
  margin: 20px auto;
  padding: 10px;
}

.table2 td {
  padding: 0 20px;
}

.ord_low {
  line-height: 12px;
  font-size: 12px;
  text-align: left;
  color: #777878;
}

.table2 td:last-child {
  width: 30%;
}

#logo {
  /*position:relative;
    float:left;
    margin-top: 20px;
    margin-left: 50px;
    height: 200px;
    width: 80px;*/
}

@media (max-width: 756px) {
  #logo {
    margin: 0 auto;
  }
}

#nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*float:right;*/
  margin-left: 50px;
}

@media (max-width: 575px) {
  #nav {
    padding-top: 25px;
    margin: 0 auto;
  }
}

@media (max-width: 756px) {
  #nav {
    margin: 0 auto;
    padding-top: 25px;
    /*width: 97%;*/
  }
}

#call {
  /*position:relative;
    float:left;*/
  margin-right: 40px;
}

#enter {
  /* position:relative;
    float:left;
    margin-right: -20px; */
}

#text {
  /*position:relative;
    clear:both;*/
  margin-top: 0px;
}

@media (max-width: 575px) {
  #text {
    padding-top: 45px;
  }
}

#text p {
  font-family: "Adobe";
}

hr {
  border: 0;
  background: #fff;
  width: 40px;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.it {
  font-family: "Adobe";
  font-size: 44px;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 10px #005ee3, 0px 0px 2px #416fc5;
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 575px) {
  .it {
    font-size: 18px;
    line-height: 31px;
  }
}

.it span {
  font-size: 50px;
  font-family: "Adobe";
}

@media (max-width: 575px) {
  .it span {
    font-size: 36px;
  }
}

.it_inner span {
  font-family: "Adobe";
}

.it_inner {
  font-family: "Adobe";
  font-size: 44px;
  line-height: 48px;
  color: #ffffff;
  text-align: left;
  text-shadow: 0px 0px 10px #005ee3, 0px 0px 2px #416fc5;
  text-transform: uppercase;
  margin-top: 30px;
  -webkit-font-smoothing: antialiased;
}

.adv {
  font-family: "Adobe";
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  clear: both;
  text-shadow: 0px 0px 10px #005ee3, 0px 0px 10px #005ee3, 0px 0px 2px #416fc5;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 575px) {
  .adv {
    font-size: 12px;
    line-height: 25px;
  }
}

.adv_inner {
  font-family: "Adobe";
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  clear: both;
  text-shadow: 0px 0px 10px #005ee3, 0px 0px 10px #005ee3, 0px 0px 2px #416fc5;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 1px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

.adv2 {
  font-family: "Adobe";
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  clear: both;
  text-shadow: 0px 0px 20px #00c6ff, 0px 0px 2px #000000, 0px 0px 5px #00c6ff;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 575px) {
  .adv2 {
    font-size: 12px;
  }
}

.adv2_inner {
  font-family: "Adobe";
  font-size: 11px;
  color: #ffffff;
  *text-align: center;
  clear: both;
  text-shadow: 0px 0px 10px #005ee3, 0px 0px 10px #005ee3, 0px 0px 2px #416fc5;
  text-transform: uppercase;
  margin-top: -30px;
  letter-spacing: 1px;
  text-align: left;
  margin-left: 90px;
  -webkit-font-smoothing: antialiased;
}

.buttons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.buttons a {
  width: 200px;
  padding: 8px;
  margin: 15px 10px;
  background-color: #c8c8c8;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #595959;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #595959;
  transition: 0.5s;
  overflow: hidden;
}

.buttons a:hover {
  background-color: #0086d7;
  border: 1px solid #fff;
  box-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
  color: #fff;
}

/*#buttons_inner{
    margin-top: -20px;
    margin-left: 43px;
    border: 0px solid #FFFFFF;
    text-align: left;
}
#buttons a {
    display: inline-block;
    font-family: 'Adobe';
    font-size: 22px;
    color:#FFFFFF;
    text-align:center;
    margin-top: 10px;
    text-decoration:none;
    border: none;
}
#buttons a {
    width: 420px;
    height: 129px;
    border: none;
}
#buttons a.--office, #buttons a.--home, #buttons a.--business {
    position: relative;
    z-index: 1;
    width: 420px;
    height: 129px;
    margin: 0 0 0 0;
    border: none;
    transition: all 1s ease 0s;
}
#buttons a.--office {
    background: url("img/office_grey_new.png") no-repeat;
}
#buttons a.--home {
    background: url("img/home_blue_inner_new.png") no-repeat;
}
#buttons a.--business {
    background: url("img/business_grey_new.png") no-repeat;
}*/
/*#buttons a.--office:hover {
    background: url("img/office_blue_new.png") no-repeat;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 0.5s ease 0s;
}
#buttons a.--home:hover {
    background: url("img/home_blue_new.png") no-repeat;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.5s ease 0s;
} 
#buttons a.--business:hover {
    background: url("img/business_blue_new.png") no-repeat;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 0.5s ease 0s;
}*/
.top-home {
  background: url("img/home_bg.jpg") no-repeat #003055;
  background-size: cover;
}

.top-office {
  background: url("img/office_bg.jpg") no-repeat #003055;
  background-size: cover;
}

.top-business {
  background: url("img/business_bg.jpg") 0% 100% no-repeat #003055;
  background-size: cover;
}

.info {
  text-align: center;
  padding-bottom: 5px;
  box-shadow: 0 5px 10px -4px rgba(0, 0, 0, 0.2);
}

.table3 {
  text-align: left;
  width: 97.5%;
  max-width: 1300px;
  margin: 40px auto;
  box-sizing: border-box;
  padding: 10px;
}

.table3 td {
  vertical-align: top;
  padding: 10px;
  max-width: 40%;
}

.h2 {
  display: block;
  font-family: "HelveticaNeuCyr";
  font-size: 25px;
  line-height: 33px;
  color: #231f20;
}

.h4 {
  display: inline-block;
  font-family: "Adobe";
  font-size: 18px;
  line-height: 20px;
  margin-top: 15px;
  color: #03a7f6;
}

.p {
  font-family: "AdobeCleanLight";
  font-size: 13.8px;
  line-height: 16px !important;
  color: #231f20;
}
/*Начало формы отправки сообщения*/
.form {
  /*display: flex;*/
  margin: 0 auto;
  max-width: 1280px;
  width: 93%;
  display: block;
  box-sizing: border-box;
  padding: 40px 0 50px;
}

.form-title {
  font-family: "Adobe";
  color: #03a7f6;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}

@media (max-width: 575px) {
  .form-title {
    text-align: center;
  }
}

.form table td {
  padding-right: 120px;
  vertical-align: top;
}

.form table td:last-child {
  padding-right: 0;
}

.form input,
.form textarea,
.form img.captcha {
  font-family: "AdobeCleanLight";
  height: 42px;
  width: 450px;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 10px;
  box-shadow: 0 0 10px -1px rgba(3, 167, 246, 0.6);
  -webkit-appearance: none;
  display: inline-block;
  border: none;
  outline: none;
}

.form textarea {
  height: 125px;
  padding-top: 7px;
  width: 670px;
  resize: none;
}

.form label {
  color: #0ca9f6;
  font-size: 16px;
  font-family: "Adobe";
  margin-top: 15px;
  width: 150px;
  display: inline-block;
}

.form img.captcha {
  width: auto;
  margin-top: 25px;
  padding: 0;
}

.form div.s {
  margin-left: 298px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.form div.s .sendsubmit {
  background: url("img/send.jpg") no-repeat center center;
  cursor: pointer;
}

.form div.s .sendsubmit:hover {
  opacity: 0.9;
}

.form .reset {
  width: 200px;
  margin-left: 20px;
  position: relative;
  top: -19px;
}

.form .reset1:after {
  content: "";
  cursor: pointer;
  display: inline-block;
  background: url("img/reset.png") no-repeat;
  width: 18px;
  height: 18px;
  position: relative;
  margin-left: -28px;
  top: -11px;
}

.sends {
  margin-left: -5px;
}

.sends:hover,
.enter:hover {
  box-shadow: 0 0 20px 8px rgba(255, 255, 255, 0.9);
  outline: 1px solid rgba(13, 99, 169, 0.73);
}

.sends {
  z-index: 300;
  max-width: 600px;
  margin-left: 50%;
  transform: translate(-50%);
  display: none;
  position: fixed;
  top: 5%;
  background: rgba(233, 236, 238, 0.9);
  box-sizing: border-box;
  padding: 30px 10px 10px 10px;
}

/* .wrap {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgba(1, 1, 1, 0.5);
    z-index: 200;
    overflow: auto;
} */

.pop-up {
  display: flex;
  justify-content: center;
}

.pop {
  z-index: 300;
  /* max-width: 1000px; */
  display: none;
  position: fixed;
  /*left: 50%;
    margin: 70px -500px;*/
  /*max-height: 100%;*/
  background: rgba(233, 236, 238, 0.9);
  box-sizing: border-box;
  padding: 30px 0 10px 50px;
}
@media (max-width: 1000px) {
  .pop {
    position: absolute;
  }
}
@media (max-width: 600px) {
  .pop {
    padding: 0;
  }
}
@media (max-width: 400px) {
  .pop {
    position: absolute;
    width: 100%;
  }
}

.form-pop-data {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1000px) {
  .form-pop-data {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .form-pop-data {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.pop-data {
  padding: 15px;
}
@media (max-width: 400px) {
  .pop-data {
    padding: 0;
  }
}
.pop h1 span {
  font-size: 30px;
}

.pop input {
  width: 280px;
}

.pop textarea {
  width: 578px;
}
@media (max-width: 700px) {
  .pop textarea {
    width: 280px;
  }
}

.pop table td {
  margin-right: 10px;
}

.pop table td:first-child {
  padding-right: 60px;
}

.pop .reset {
  width: 120px;
}

.close {
  cursor: pointer;
  float: right;
  margin: -10px 20px 0 0;
  opacity: 0.5;
}

@media (max-width: 700px) {
  .pop {
    padding: 30px 10px 10px 10px;
  }
}

.close:hover {
  opacity: 1;
}

.aa {
  font-family: "Adobe";
  color: #0ca9f6;
  text-transform: uppercase;
  font-size: 9.5px;
  display: block;
  margin-top: 60px;
}

input[type="checkbox"] + span.my {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #3eb5f1;
}

input[type="checkbox"]:checked + span.my:after {
  content: "";
  display: inline-block;
  position: relative;
  margin: 3px 0 0 3px;
  background: #3eb5f1;
  height: 16px;
  width: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .table3,
  .table {
    width: 1300px;
  }

  @font-face {
    font-family: "HelveticaNeuCyr";
    src: url("font/helveticaneuecyrthin.ttf");
  }
  @font-face {
    font-family: "Adobe";
    src: url("font/adobecleanboldsemicn.ttf");
  }
  @font-face {
    font-family: "AdobeCleanLight";
    src: url("font/adobecleanlight.ttf");
  }
  .it,
  .it_inner,
  .adv,
  .adv_inner,
  .adv2,
  .adv2_inner {
    font-family: "Adobe";
  }
}

/*new code*/

form {
  margin: 0 auto;
  max-width: 1280px;
  width: 98%;
  display: block;
  box-sizing: border-box;
  padding: 40px 0 50px;
  overflow: hidden;
}

form fieldset label {
  margin-left: 4px;
}

form fieldset.left {
  display: block;
  float: left !important;
  width: 270px;
}

form fieldset.inleft {
  display: block;
  float: left !important;
  width: 450px;
}

form fieldset.left div input {
  height: 42px;
}

form fieldset.inleft div input {
  height: 42px;
  box-sizing: border-box;
  padding-left: 10px;
  margin-left: 4px;
  box-shadow: 0 0 10px -1px rgba(3, 167, 246, 0.6);
  -webkit-appearance: none;
}

form fieldset.left div input.form-element {
  box-shadow: 0 0 10px -1px rgba(3, 167, 246, 0.6);
}

form fieldset.right {
  display: block;
  float: left !important;
  width: 300px;
  margin-left: 50px;
}

form fieldset.inright {
  display: block;
  float: left !important;
  width: 680px;
  margin-left: 70px;
  overflow: hidden;
}

form fieldset.right div textarea {
  height: 122px;
}

form fieldset.inright div textarea {
  height: 122px;
  margin-left: 4px;
  margin-right: 4px;
}

form fieldset.inright div input {
  margin-left: 4px;
}

input,
textarea {
  outline: none;
}

form .sss {
  width: 280px;
  margin-left: 300px;
  margin-top: 20px !important;
  margin-bottom: 15px !important;
}
@media (max-width: 1000px) {
  .sss {
    margin-left: 0 !important;
  }
}

form .aaa {
  width: 200px !important;
  margin-left: 350px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

form .sss .send-submit {
  background: url("img/send.jpg") no-repeat center center !important;
  cursor: pointer;
}

form .sss .send-submit:hover {
  opacity: 0.9;
}

form .aaa .send-submit {
  background: url("img/send.jpg") no-repeat center center !important;
  cursor: pointer;
}

form .aaa input {
  width: 320px !important;
}

form .aaa .send-submit:hover {
  opacity: 0.9;
}

.cleanfix {
  clear: both;
}

textarea {
  overflow: auto;
}

input::-ms-clear {
  display: none;
}

.field-input.input-ok {
  background: url("img/icon-ok.png") no-repeat right center #e3ffe5;
  border: 1px solid #96b796;
  line-height: 19px;
}

.field-input.input-error {
  background: url("img/icon-fail.png") no-repeat right center #ffebef;
  border: 1px solid red;
  line-height: 19px;
}

div.info #navigation {
  display: block;
  margin: 0 auto;
  width: 1200px;
  height: 20px;
  margin-top: 10px;
}

div.info ul {
  margin-left: -35px;
  height: 10px;
}

div.info ul li {
  display: block;
  float: left;
  padding-left: 10px;
  font-size: 14px;
  line-height: 30px;
  font-family: "HelveticaNeuCyr";
  color: #03a7f6;
}

div.info ul li span {
  border-right: 1px solid #03a7f6;
  margin-left: 10px;
}

div.info ul li a {
  color: #03a7f6;
}

div.info ul li a.hoverimg img {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  float: left;
  margin-top: 2px;
}

div.info ul li a:hover {
  background-color: #03a7f6;
  color: #fff;
}

div.info ul li a.hoverimg img:hover {
  background: url("img/homehover.png") no-repeat;
  width: 30px;
  height: 30px;
  position: relative;
}

div.info ul li.active a {
  background-color: #03a7f6;
  color: #fff;
}
.border_404{
  border-top: 10px solid grey;
  box-shadow: 0 0 25px rgb(255 255 255 / 50%);
}
.no-border_404{
  border: 0;
  box-shadow: none;
}
.container_404 img{
  width: 100%;
}