.container {
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.relative100 {
  position: relative;
  width: 100%;
  height: 100%;
}
header {
  position: relative;
  height: 133px;
  width: 100%;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #d6d8d7;
  font-size: 13px;
  font-family: 'Exo 2', sans-serif;
}
header,
header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header a:hover,
header a:focus,
header a:active {
  background: transparent;
}
header .container {
  height: 100%;
}
@media (max-width: 830px) {
  header .container {
    padding: 5px;
  }
}
header .logo {
  display: inline-block;
  width: 110px;
  height: 100%;
  background: url(../img/logo_.png) no-repeat center center;
  background-size: contain;
}
header .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
header .logo a * {
  display: none;
}
header .text {
  position: absolute;
  top: 39px;
  left: 125px;
  font-size: 14px;
  padding: 5px;
}
header .text h2 {
  font-family: 'Russo One', sans-serif;
  color: #195eb7;
  margin: 8px 0;
  font-weight: normal;
  font-size: 19px;
  text-decoration: none;
  border: 0;
  padding: 0;
}
header .text p {
  margin: 0;
  padding: 0;
  color: #7d7d7d;
}
@media (max-width: 830px) {
  header .text {
    display: none;
  }
}
header .nav {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  z-index: 1;
}
@media (max-width: 830px) {
  header .nav {
    top: 55px;
    right: 10px;
    text-align: right;
  }
}
header .nav .mini {
  display: none;
  background: url(../img/menu.png) no-repeat center;
  background-size: cover;
  width: 30px;
  height: 30px;
}
@media (max-width: 1060px) {
  header .nav .mini {
    display: inline-block;
  }
}
@media (max-width: 1060px) {
  header .nav ul {
    display: none;
    margin-top: 7px;
    text-align: left;
    background: #fff;
  }
}
header .nav ul li {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 1060px) {
  header .nav ul li {
    display: block!important;
    padding: 5px 10px;
    font-size: 14px;
  }
  header .nav ul li:after {
    display: none!important;
  }
}
header .nav ul li a {
  color: #1660b9;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
header .nav ul li a:hover {
  color: #e4568a;
}
header .nav ul li:not(:last-of-type):after {
  content: "|";
  padding-left: 5px;
  color: #dadada;
}
header .nav:hover ul {
  display: block;
}
header .mod {
  position: absolute;
  right: 0;
  bottom: -3px;
}
header .mod > * {
  display: inline-block;
  vertical-align: middle;
}
header .mod .search {
  margin-left: 5px;
}
header .mod .search form {
  margin: 0;
}
header .mod .search .element-invisible {
  display: none;
}
header .mod .search .search-query {
  margin: 0;
  max-width: 100px;
  width: 100%;
  padding: 2px 5px;
  border: 1px solid #7ea9e0;
}
header .mod .mod-languages {
  margin-right: 5px;
}
header .mod .mod-languages li {
  display: inline-block !important;
  height: 15px;
  width: 20px;
  margin-left: 5px;
}
header .mod .mod-languages a,
header .mod .mod-languages img {
  width: 100%;
  height: 100%;
}
@media (max-width: 830px) {
  header .mod {
    bottom: auto;
    top: 5px;
  }
  header .mod .search {
    display: none;
  }
}
header .contacts {
  position: absolute;
  right: 0;
  top: 33px;
  font-size: 22px;
}
@media (max-width: 830px) {
  header .contacts {
    right: auto;
    left: 110px;
    top: 10px;
    text-align: center;
    background: transparent;
  }
}
@media (max-width: 350px) {
  header .contacts {
    font-size: 17px;
    left: 105px;
    top: 20px;
  }
  header .contacts .callback span {
    font-size: 14px!important;
  }
}
header .contacts span {
  display: inline-block;
  vertical-align: middle;
}
header .contacts a {
  text-decoration: none;
  color: #e2568a;
  display: block;
}
header .contacts .mail {
  position: absolute;
  left: -200px;
  bottom: -27px;
  font-size: 15px;
  font-weight: bold;
}
header .contacts .mail:before {
  display: inline-block;
  content: "Email:";
  padding-right: 5px;
  font-size: 13px;
  text-decoration: none;
}
header .contacts .mail a {
  display: inline-block;
  color: #1760b9;
  text-decoration: underline;
}
@media (max-width: 830px) {
  header .contacts .mail {
    display: none;
    left: -64px;
    width: 300px;
    font-size: 11px;
    top: -13px;
  }
  header .contacts .mail a {
    display: inline-block;
    text-decoration: underline;
    opacity: 0.7;
  }
  header .contacts .mail:before {
    display: none;
  }
}
header .contacts .callback {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -200px;
  width: 190px;
  height: 50px;
  border: 1px solid;
  border-radius: 15px 0 0 15px;
  background: #fff;
  text-align: right;
  cursor: pointer;
  color: #ea8baf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 830px) {
  header .contacts .callback {
    position: static;
    display: block;
    text-align: center;
    border: 0;
    width: 100%;
    height: auto;
    color: #195eb7;
  }
  header .contacts .callback:before {
    display: none!important;
  }
  header .contacts .callback span {
    padding: 0!important;
    text-transform: none!important;
  }
}
header .contacts .callback:before {
  content: "";
  display: inline-block;
  height: 100%;
  font-size: 0;
  vertical-align: middle;
}
header .contacts .callback:hover {
  border-style: dashed;
  color: #1662c0;
}
header .contacts .callback span {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 10px;
  font-weight: bold;
}
@media (max-width: 830px) {
  header {
    height: 100px;
  }
}
body.home-landing-page header {
  position: fixed;
  top: 0;
}
.contactRequest {
  position: fixed;
  top: 0;
  right: -100%;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99;
  text-align: center;
  font-size: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contactRequest * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contactRequest:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.contactRequest > .contactRequest-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.contactRequest .contactRequest-container {
  position: relative;
  top: -100%;
  width: 100%;
  max-width: 550px;
  padding: 20px;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #dedede;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.contactRequest .contactRequest-container .contactRequest-close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #dedede;
  overflow: hidden;
  border-radius: 100%;
  color: #175db7;
  cursor: pointer;
}
.contactRequest .contactRequest-container .contactRequest-close:before {
  content: "x";
  font-size: 16px;
  position: relative;
  left: 10px;
  top: 1px;
  font-weight: bold;
}
.contactRequest .contactRequest-container .contactRequest-close:hover {
  background: #175db7;
  color: #fff;
}
.contactRequest .contactRequest-container h1 {
  font-size: 26px;
  line-height: normal;
  font-weight: bold;
  padding: 0;
  text-align: center;
  color: #175eb7;
  margin: 10px 0;
}
.contactRequest .contactRequest-container h2 {
  font-size: 13px;
  border: 0;
  text-align: center;
  font-weight: bold;
  color: #f175a2;
  padding: 5px 0;
}
.contactRequest .contactRequest-container span {
  font-size: 12px;
  color: #8a8787;
  display: block;
  text-align: center;
}
.contactRequest .contactRequest-container input[type="text"] {
  width: 100%;
  border: 1px solid #9c9c9c;
  border-radius: 0;
  padding: 10px 15px;
  background: #fff;
  margin-bottom: 10px;
}
.contactRequest .contactRequest-container input[type="text"].input-error {
  border-color: red;
  background: #ffdada;
}
.contactRequest .contactRequest-container button {
  display: block;
  border: 1px solid #000;
  border-radius: 0;
  background: #175db7;
  color: #fff;
  padding: 10px 30px;
  margin: 10px auto;
  text-transform: uppercase;
  cursor: pointer;
}
.contactRequest .contactRequest-container button:hover {
  background: #fff;
  color: #175db7;
}
.contactRequest[data-show="show"] {
  right: 0;
  opacity: 1;
}
.contactRequest[data-show="show"] .contactRequest-container {
  top: 0;
}
/*# sourceMappingURL=header.css.map */