html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.default-body {
  text-align: center;
  font-size: 12px;
}
.db {
  display: block;
}
.hideText {
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

.sprites(@spritesheet-sprites);
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  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: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 16px;
  min-width: 1268px;
}
body {
  font-size: 16px;
  color: #373e47;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Open Sans', Arial;
  background: #1A4076;
}
input,
textarea,
area {
  outline: none;
}
input:focus,
textarea:focus,
area:focus {
  outline: none;
}
.wrapper {
  margin: 0 auto;
  width: 1020px;
}
.wrapper--contact-form {
  width: 830px;
}
.header {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  height: 100vh;
  min-height: 810px;
}
.header .wrapper {
  position: relative;
  height: 100vh;
  min-height: 810px;
}
.header,
.contact-form {
  background: #ffffff;
}
.lang {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 0px;
}
.lang a {
  color: #315faa;
  text-decoration: none;
  font-weight: 600;
}
.address {
  background: #315faa;
  padding-bottom: 60px;
}
.logo-box {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100% !important;
  height: 555px;
  text-align: center;
  margin: 0 auto;
  margin-top: -297.5px;
}
.logo__img {
  text-align: center !important;
  display: inline-block;
  width: 428px;
  height: 400px;
  background: url('../img/logo.png') no-repeat left top;
}
.logo__img span {
  display: none;
}
.btns {
  display: block;
  margin-top: 85px;
  width: 100%;
}
.btn {
  display: inline-block;
  width: 236px;
  height: 58px;
  line-height: 58px;
  background: #315faa;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #315faa;
  font-size: 20px;
  font-size: 1.25rem;
  transition: all 0.2s linear;
}
.btn:hover {
  color: #315faa;
  background: #ffffff;
  transition: all 0.2s linear;
}
.text-wrapper {
  position: relative;
}
.text-content {
  background-color: #315faa;
  background-image: url('../img/bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  color: #ffffff;
}
.text-footer {
  display: block;
  width: 100%;
  background-color: #1A4076;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-footer-bg {
  background-color: #315faa;
  background-image: url('../img/bg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60px;
}
.title {
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-top: 112px;
}
.icons {
  margin-top: 80px;
}
.text,
.more-text {
  width: 87%;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 auto;
  line-height: 160%;
}
.more-text {
  width: 100%;
}
.text {
  padding-bottom: 55px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600 !important;
  margin-top: 57px;
  line-height: 130%;
}
.text p {
  font-weight: 600 !important;
}
.more-text {
  text-align: center;
  margin-top: 0;
}
.more-text p {
  line-height: 160%;
  margin-top: 30px;
  color: #ffffff;
}
.btns--text {
  margin-top: 0;
  padding-bottom: 55px;
}
.btn--text {
  border: 2px solid #ffffff;
  background: #ffffff;
  padding: 8px 8px;
  text-decoration: none;
  color: #315faa;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.2s linear;
}
.btn--text:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  transition: all 0.2s linear;
}
.sec-title {
  position: relative;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  color: #373e47;
  text-transform: uppercase;
}
.sec-title:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -107.5px;
  bottom: -10px;
  width: 215px;
  height: 3px;
  display: block;
  background: #315faa;
}
.sec-title--contact-form {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}
.sec-title--contact-form:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -60px;
  bottom: -9px;
  width: 120px;
  height: 3px;
  display: block;
  background: #315faa;
}
.con-form-content {
  font-size: 17px;
  font-size: 1.063rem;
  font-weight: normal;
  line-height: 115%;
}
.sec-title--address {
  color: #ffffff;
  padding-top: 28px;
  margin-bottom: 70px;
  font-size: 25px;
  font-size: 1.563rem;
}
.sec-title--address:after {
  background: #ffffff;
  width: 92px;
  margin-left: -46px;
  height: 2px;
}
.small-wrapper {
  width: 70%;
  margin: 0 auto;
}
.box--1-3 {
  margin-right: 2.5%;
  width: 30%;
  float: left;
  display: block;
}
.box--first {
  margin-left: 1%;
}
.box--last {
  margin-left: 30px;
  margin-right: 0;
}
.box__text {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  color: #ffffff;
  line-height: 120%;
  position: relative;
  left: 20px;
}
.box__text strong {
  font-weight: bold;
  display: block;
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.box__text--name1 {
  left: 8px;
  top: -13px;
  line-height: 120%;
  width: 200px;
  float: left;
}
.box__text--name2 {
  position: relative;
  left: 3px;
}
.box__text--name3 {
  position: relative;
  left: 40px;
  float: right;
}
.box__text--name strong {
  display: block;
  margin-bottom: 4px;
}
.box__ico {
  float: left;
  margin-right: 24px;
  vertical-align: top;
}
.box__ico--map {
  background-image: url(../img/sprite.png);
  background-position: -92px -70px;
  width: 45px;
  height: 67px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.box__ico--tel {
  background-image: url(../img/sprite.png);
  background-position: -92px 0px;
  width: 40px;
  height: 70px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.box__ico--email {
  background-image: url(../img/sprite.png);
  background-position: 0px -82px;
  width: 85px;
  height: 70px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.box__ico--figure {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 92px;
  height: 82px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  position: relative;
  top: -8px;
  left: -6px;
}
.box__ico--figure2 {
  position: relative;
  left: 3px;
}
.box__ico--figure3 {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 92px;
  height: 82px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  top: -7px;
  position: relative;
  float: left;
  left: 36px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.col1-2 {
  width: 46.5%;
}
.col1-3 {
  width: 32%;
}
.col1-3--left {
  margin-left: 2%;
}
.contact-form {
  padding: 60px 0 95px 0;
}
.contact-form__input {
  width: 87%;
  height: 54px;
  line-height: 54px;
  border: 2px solid #315faa;
  padding: 0 6.5%;
  margin-top: 39px;
  font-size: 19px;
  font-size: 1.2rem;
  font-weight: normal;
}
.contact-form__textarea {
  width: 94%;
  padding: 3%;
  border: 2px solid #315faa;
  resize: none;
  margin-top: 12px;
  height: 137px;
  font-size: 19px;
  font-size: 1.2rem;
  font-weight: normal;
}
.contact-form__input--mobil {
  display: none;
}
::-webkit-input-placeholder {
  color: #373e47;
  font-size: 19px;
  font-size: 1.2rem;
  font-weight: normal;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #373e47;
  font-size: 19px;
  font-size: 1.2rem;
  font-weight: normal;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #373e47;
  font-size: 19px;
  font-size: 1.2rem;
  font-weight: normal;
}
:-ms-input-placeholder {
  color: #373e47;
  font-size: 19px;
  font-size: 1.2rem;
  font-weight: normal;
}
.contact-form__submit {
  height: 52px;
  line-height: 44px;
  font-size: 17px;
  font-size: 1.063rem;
  width: 202px;
  font-weight: bold;
}
.js-send-wrapper {
  margin-top: 26px;
}
.footer {
  background: #1A4076;
  text-align: center;
}
.footer p {
  text-align: center;
}
.footer p {
  color: #ffffff;
  line-height: 80px;
}
.loader {
  display: inline-block;
  height: 66px;
  width: 66px;
}
.error {
  text-align: left;
  color: red;
  display: block;
  margin-top: 10px;
}
.success {
  text-align: left;
  color: green;
  display: block;
  margin-top: 10px;
}
.error-note,
.success-note {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}
.more-text {
  position: relative;
}
.carousel {
  width: 100%;
  display: block;
  float: left;
  height: 470px;
}
.rslides_nav {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -28.5px;
  z-index: 99;
}
.slider-next {
  background-image: url(../img/sprite.png);
  background-position: -132px 0px;
  width: 20px;
  height: 57px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  right: -45px;
}
.slider-prev {
  background-image: url(../img/sprite.png);
  background-position: -137px -57px;
  width: 20px;
  height: 57px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  left: -45px;
}
.rslides_nav:hover {
  opacity: 0.7;
}
.carousel__item {
  margin-top: 140px;
  width: 100%;
  background: #1A4076;
}
.carousel__item__img {
  float: left;
  width: 205px;
}
.carousel__item__img--sld2 {
  width: 244px;
  float: right;
  margin-left: 15px;
  margin-right: 15px;
}
.carousel__item__text {
  width: 730px;
  margin-left: 26px;
  float: left;
  text-align: left;
  color: #ffffff;
  font-weight: 600;
  font-size: 17px !important;
  font-size: 1.063rem !important;
}
.carousel__item__text p {
  font-weight: normal;
  font-size: 16px !important;
  font-size: 1rem !important;
  margin-top: 9px;
  line-height: 115%;
}
.carousel__item__text__title {
  font-size: 19px;
  font-size: 1.188rem;
  text-transform: uppercase;
}
.carousel__item__text--sld2 {
  width: 660px;
  float: right;
}
.carousel__item__text ul {
  font-size: 16px;
  font-size: 1rem;
  list-style-type: none;
  padding-left: 25px;
  margin-top: 20px;
}
.carousel__item__text ul li {
  position: relative;
  font-weight: normal;
}
.carousel__item__text ul li:before {
  content: '';
  position: absolute;
  left: -18px;
  top: 0;
  width: 10px;
  height: 10px;
  background: #ffffff;
  display: block;
  top: 50%;
  margin-top: -7px;
}
.rslides_tabs {
  width: 100%;
  position: absolute;
  z-index: 99;
  list-style-type: none;
  text-align: center;
  bottom: 60px;
}
.rslides_tabs li {
  display: inline-block;
}
.rslides_tabs li a {
  background-image: url(../img/sprite.png);
  background-position: 0px -152px;
  width: 13px;
  height: 13px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  display: inline-block;
  margin: 0 4px;
}
.rslides_tabs li a:hover {
  opacity: 0.7;
}
.rslides_tabs li.rslides_here a {
  background-image: url(../img/sprite.png);
  background-position: -152px 0px;
  width: 13px;
  height: 13px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
