@charset "UTF-8";
@font-face {
  font-family: 'Proxima-Nova';
  src: url("../fonts/Proxima Nova Regular.eot");
  src: local("в�є"), url("../fonts/Proxima Nova Regular.woff") format("woff"), url("../fonts/Proxima Nova Regular.ttf") format("truetype"), url("../fonts/Proxima Nova Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Proxima-Nova';
  src: url("../fonts/Proxima Nova Bold.eot");
  src: local("в�є"), url("../fonts/Proxima Nova Bold.woff") format("woff"), url("../fonts/Proxima Nova Bold.ttf") format("truetype"), url("../fonts/Proxima Nova Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

/* @include linx(white, blue, green, red); */
/* @include box-sizing(border-box); */
/* @include opacity(0.5); */
/* @include font-size(14px); */
/* @include vertical-align(); */
/* @include flexbox(); */
/* @include flex(1, 2); */
/* @include border-radius(3px); */
/* @include flex-order(3); */
/* @include flex-direction(column); */
/* @include box-shadow(8px, 8px); */
/* @include gradient(#ff00ff, #ff00cc, vertical); */
/* @include break-point(tablet) { margin:2em; } */
/* @include clearfix; */
/* @include rotate( 10deg ); */
/*
    Example usage: 
    @include animation(10s, 5s, changecolour)
 */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  padding: 0;
  margin: 0; }
  *:focus, *:active {
    outline: none !important; }

body, html {
  height: 100%; }

body {
  background-color: #fff;
  font-family: "Proxima-Nova", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  color: #142b49;
  min-height: 100%; }
  @media screen and (min-width: 1024px) {
    body {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px; } }

.container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 410px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.main-container {
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .main-container_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }

button {
  cursor: pointer; }

.text-uppercase {
  text-transform: uppercase; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.f-left {
  float: left; }

.f-right {
  float: right; }

a {
  transition: all 0.3s;
  text-decoration: none;
  color: #12368a; }
  a:hover {
    text-decoration: underline; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

p {
  margin-top: 0;
  margin-bottom: 12px; }

hr {
  margin: 30px 0;
  color: #535353;
  border-top: #535353;
  height: 0; }

table {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  max-width: 100%; }
  table td,
  table th {
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    padding: 8px; }
  table tr td:last-child, table tr th:last-child {
    border-right: none; }
  table.data-table-lines {
    margin-bottom: 30px; }
    table.data-table-lines td {
      border-bottom: 1px solid #eee; }
    table.data-table-lines tbody td {
      font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 300;
  line-height: 1.1em; }

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 48px;
      font-size: 3rem;
      line-height: 51px; } }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

@-webkit-keyframes arrow-move {
  0%, 100% {
    -webkit-transform: rotate(90deg) translate(-5px, -5px);
    transform: rotate(90deg) translate(-5px, -5px); }
  50% {
    -webkit-transform: rotate(90deg) translate(0, 0);
    transform: rotate(90deg) translate(0, 0); } }

@keyframes arrow-move {
  0%, 100% {
    -webkit-transform: rotate(90deg) translate(-5px, -5px);
    transform: rotate(90deg) translate(-5px, -5px); }
  50% {
    -webkit-transform: rotate(90deg) translate(0, 0);
    transform: rotate(90deg) translate(0, 0); } }

@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0; }
  to {
    background-position: 100% 0; } }

@keyframes animatedBackground {
  from {
    background-position: 0 0; }
  to {
    background-position: 100% 0; } }

@-webkit-keyframes animatedScaleSymbol {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes animatedScaleSymbol {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.btn-burger {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-left: auto; }
  @media screen and (min-width: 768px) {
    .btn-burger {
      display: none; } }
  .btn-burger span {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 2px;
    background-color: #12368a;
    transition: all 0.3s;
    position: relative; }
    .btn-burger span:before, .btn-burger span:after {
      content: "";
      position: absolute;
      left: 50%;
      height: 2px;
      background-color: #12368a;
      width: 30px;
      margin-left: -15px;
      transition: all 0.3s; }
    .btn-burger span:before {
      top: -6px; }
    .btn-burger span:after {
      bottom: -6px; }
  .btn-burger.is-active span {
    background-color: transparent !important; }
    .btn-burger.is-active span:before {
      -webkit-transform: rotate(45deg) translateY(4px) translateX(4px);
      transform: rotate(45deg) translateY(4px) translateX(4px); }
    .btn-burger.is-active span:after {
      -webkit-transform: rotate(-45deg) translateY(-4px) translateX(4px);
      transform: rotate(-45deg) translateY(-4px) translateX(4px); }
  .btn-burger.is-active + ul {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

.main-nav {
  position: relative;
  margin-right: 0;
  margin-left: auto; }
  @media screen and (min-width: 768px) {
    .main-nav {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 60px; } }
  .main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: calc(100vw - 30px);
    top: calc(100% + 12px);
    right: -15px;
    transition: all 0.4s;
    background-color: white;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    /*border-top: 1px solid #6f7072;*/ }
    @media screen and (min-width: 768px) {
      .main-nav ul {
        position: relative;
        width: auto;
        top: auto;
        right: auto;
        background-color: transparent;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        padding-left: 0;
        padding-right: 0;
        border-top: none;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .main-nav ul li a {
      display: block;
      color: #142b49;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 0.9rem;
      line-height: 14px;
      padding: 10px 0px; }
      @media screen and (min-width: 768px) {
        .main-nav ul li a {
          padding: 0;
          font-size: 17px;
          font-size: 0.8rem;
          line-height: 19px; } }
      @media screen and (min-width: 1024px) {
        .main-nav ul li a {
          font-size: 18px;
          font-size: 0.9rem;/*1.1125rem;*/
          line-height: 23px; } }
      @media screen and (min-width: 1280px) {
        .main-nav ul li a {
          font-size: 18px;
          font-size: 1.1rem;/*1.1125rem;*/
          line-height: 23px; } }
          
      .main-nav ul li a:hover {
        color: #12368a; }

.icn {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  /*
	&_vip {
		width: 25px;
		height: 20px;
	}

	&_24-7 {
		width: 25px;
		height: 24px;
	}

	&_tv {
		width: 29px;
		height: 22px;
	}

	&_pool {
		width: 24px;
		height: 25px;
	}

	&_auto {
		width: 25px;
		height: 16px;
	}

	&_alco {
		width: 19px;
		height: 24px;
	}*/ }
  .icn_email-plane {
    width: 30px;
    height: 28px; }
  .icn_msg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: #12368a;
    stroke-miterlimit: 10;
    margin-right: 7px; }

.btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background-repeat: no-repeat;
  color: #142b49;
  box-sizing: border-box;
  border: none;
  font-family: "Proxima-Nova", sans-serif;
  transition: all 0.3s;
  position: relative;
  z-index: 2; }
  .btn:hover {
    text-decoration: none; }
  .btn_default {
    border-radius: 6px;
    font-weight: 900;
    color: #1e1e1c;
    overflow: hidden; }
    .btn_default_sm {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 15px;
      padding: 16px 20px; }
      @media screen and (min-width: 640px) {
        .btn_default_sm {
          padding-left: 45px;
          padding-right: 45px; } }
    .btn_default_md {
      font-size: 16px;
      font-size: 1rem;
      line-height: 16px;
      padding: 20px 20px; }
      @media screen and (min-width: 640px) {
        .btn_default_md {
          padding-left: 45px;
          padding-right: 45px; } }
    .btn_default_lg {
      font-size: 16px;
      font-size: 1rem;
      line-height: 16px;
      padding: 18px;
      min-width: 230px; }
      @media screen and (min-width: 1024px) {
        .btn_default_lg {
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 22px;
          padding: 23px;
          min-width: 300px; } }
      @media screen and (min-width: 1900px) {
        .btn_default_lg {
          font-size: 26px;
          font-size: 1.625rem;
          line-height: 26px;
          padding: 30px;
          min-width: 336px; } }
    .btn_default:hover:before {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    .btn_default:hover:after {
      -webkit-transform: translate(0, 100%);
      transform: translate(0, 100%); }
    .btn_default-base:after {
      background-color: #12368a; }
    .btn_default-base:before, .btn_default-base:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
      transition: all 0.4s; }
    .btn_default-base:before {
      background-color: #fff;
      -webkit-transform: translate(0, -100%);
      transform: translate(0, -100%); }
    .btn_default-inverse:after {
      background-color: #fff; }
    .btn_default-inverse:before, .btn_default-inverse:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
      transition: all 0.4s; }
    .btn_default-inverse:before {
      background-color: #000;
      -webkit-transform: translate(0, -100%);
      transform: translate(0, -100%); }
    .btn_default-inverse:hover {
      color: #fff; }
    .btn_default-inverse_border {
      color: #12368a;
      border: 1px solid #d5d5d5;
      font-weight: 500;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 20px;
      padding: 12px 54px; }
    .btn_default-inverse_overborder {
      color: #12368a;
      border: 2px solid #12368a;
      padding-top: 18px;
      padding-bottom: 18px; }
  .btn_primary {
    box-shadow: 0 0 0 2px #535353 inset;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    color: #535353 !important;
    padding: 14px 12px 13px; }
    .btn_primary:hover {
      text-decoration: none;
      color: white !important;
      background-color: #535353; }
  .btn_link {
    background-color: transparent;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    padding: 12px 30px; }
    .btn_link:hover {
      background-color: transparent;
      text-decoration: none; }
  .btn_submit {
    text-transform: uppercase;
    font-weight: 500;
    color: #12368a;
    padding: 14px 32px;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
    background-color: white;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px; }
    .btn_submit:hover {
      border-color: #1e1e1c;
      background-color: #1e1e1c;
      color: #fff; }
  .btn_link {
    text-transform: uppercase;
    font-weight: 500;
    color: #12368a;
    padding: 14px 0;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px; }
    .btn_link:hover {
      color: #fff;
      text-decoration: underline; }
  .btn_search {
    border-radius: 2px;
    border: 1px solid #12368a;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    background-color: transparent;
    color: #12368a; }
    .btn_search:hover {
      background-color: #12368a;
      color: #fff; }
  .btn_block {
    display: block;
    width: 100%; }

.btn-link {
  display: inline-block;
  vertical-align: top;
  padding: 13px 30px 12px; }
  .btn-link a {
    text-decoration: underline; }
    .btn-link a:hover {
      text-decoration: none; }

.remodal {
  padding: 20px 30px;
  background-color: rgba(83, 83, 83, 0.85);
  box-sizing: border-box;
  max-width: 412px;
  color: white; }
  .remodal_st {
    max-width: 470px; }
  .remodal_reset-padding {
    padding: 0; }
  .remodal-close {
    border: 1px solid transparent;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    position: absolute;
    right: 8px;
    left: auto;
    top: 8px;
    bottom: auto;
    transition: all 0.3s; }
    .remodal-close:hover:before {
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
    .remodal-close:hover:after {
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg); }
    .remodal-close:before, .remodal-close:after {
      content: "";
      position: absolute;
      left: 50%;
      right: auto;
      top: 50%;
      bottom: auto;
      width: 20px;
      height: 1px;
      margin: -1px 0 0 -10px;
      transition: all 0.3s; }
    .remodal-close:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .remodal-close:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .remodal-close_light {
      border-color: #fff;
      background-color: #be99a3; }
      .remodal-close_light:before, .remodal-close_light:after {
        background-color: white; }
      .remodal-close_light:hover {
        background-color: #fff; }
        .remodal-close_light:hover:before, .remodal-close_light:hover:after {
          background-color: #be99a3; }

.form-label {
  margin-bottom: 6px;
  display: block; }

.required {
  color: #fea100;
  margin-left: 7px;
  margin-right: 2px; }

.form-group {
  margin-bottom: 28px; }
  .form-group:last-child {
    margin-bottom: 0; }

.selectboxit-container {
  display: block; }
  @media screen and (min-width: 1300px) {
    .selectboxit-container {
      display: inline-block; } }

.custom-select .selectboxit-container {
  display: block; }
  .custom-select .selectboxit-container .selectboxit {
    width: 100%;
    border-radius: 0; }
  .custom-select .selectboxit-container span,
  .custom-select .selectboxit-container .selectboxit-text {
    height: 50px; }
    @media screen and (min-width: 768px) {
      .custom-select .selectboxit-container span,
      .custom-select .selectboxit-container .selectboxit-text {
        height: 54px; } }
  .custom-select .selectboxit-container .selectboxit-options a {
    line-height: 50px;
    height: 50px; }
    @media screen and (min-width: 768px) {
      .custom-select .selectboxit-container .selectboxit-options a {
        height: 54px;
        line-height: 54px; } }
  .custom-select .selectboxit-container .selectboxit-default-arrow {
    border: none;
    width: 6px;
    height: 6px;
    border-left: 1px solid #403221;
    border-bottom: 1px solid #403221;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: auto;
    bottom: 20px; }
    @media screen and (min-width: 768px) {
      .custom-select .selectboxit-container .selectboxit-default-arrow {
        bottom: 10px; } }

.custom-select .selectboxit-option-icon-container {
  display: none; }

.custom-select .selectboxit-btn {
  background: none;
  border: 1px solid #968f89;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .custom-select .selectboxit-btn {
      border: none;
      border-bottom: 1px solid #968f89; } }
  .custom-select .selectboxit-btn.selectboxit-enabled:hover, .custom-select .selectboxit-btn.selectboxit-enabled:focus {
    background-color: transparent;
    border-bottom-color: #004e88; }

.custom-select .selectboxit-text {
  padding: 12px;
  box-sizing: border-box;
  text-indent: 0; }
  @media screen and (min-width: 768px) {
    .custom-select .selectboxit-text {
      padding: 26px 0 2px; } }

.custom-select .selectboxit-options {
  border-radius: 0; }

.custom-select .selectboxit-option-anchor {
  padding: 0 18px;
  text-decoration: none; }

.custom-select .selectboxit-list .selectboxit-option > .selectboxit-option-anchor,
.custom-select .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  height: auto;
  line-height: 24px;
  padding: 5px 10px; }

.custom-select .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: #676767; }

textarea.form-control {
  resize: vertical; }
  textarea.form-control_default-size {
    height: 300px;
    padding: 23px 26px; }
    textarea.form-control_default-size::-webkit-input-placeholder {
      color: #939393;
      opacity: 1;
      filter: alpha(opacity=100); }
    textarea.form-control_default-size:-moz-placeholder {
      color: #939393;
      opacity: 1;
      filter: alpha(opacity=100); }
    textarea.form-control_default-size::-moz-placeholder {
      color: #939393;
      opacity: 1;
      filter: alpha(opacity=100); }
    textarea.form-control_default-size:-ms-input-placeholder {
      color: #939393;
      opacity: 1;
      filter: alpha(opacity=100); }
  textarea.form-control_field-size {
    height: 43px; }

.form-control {
  box-sizing: border-box;
  background-color: #eee;
  width: 100%;
  border: 1px solid #d5d5d5;
  font-size: 16px;
  font-size: 1rem;
  height: 43px;
  transition: all 0.3s;
  padding: 12px 14px;
  border-radius: 5px;
  color: #323232;
  font-family: "Proxima-Nova", sans-serif; }
  .form-control::-webkit-input-placeholder {
    color: #323232;
    opacity: 1;
    filter: alpha(opacity=100); }
  .form-control:-moz-placeholder {
    color: #323232;
    opacity: 1;
    filter: alpha(opacity=100); }
  .form-control::-moz-placeholder {
    color: #323232;
    opacity: 1;
    filter: alpha(opacity=100); }
  .form-control:-ms-input-placeholder {
    color: #323232;
    opacity: 1;
    filter: alpha(opacity=100); }
  .form-control:focus {
    border-color: #12368a;
    background-color: #fff; }
  .form-control_another {
    border-color: #e9e9e9;
    background-color: transparent;
    border-radius: 2px;
    height: 45px;
    color: #fff;
    padding: 12px 32px; }
    .form-control_another::-webkit-input-placeholder {
      color: #fff;
      opacity: 0.4;
      filter: alpha(opacity=40); }
    .form-control_another:-moz-placeholder {
      color: #fff;
      opacity: 0.4;
      filter: alpha(opacity=40); }
    .form-control_another::-moz-placeholder {
      color: #fff;
      opacity: 0.4;
      filter: alpha(opacity=40); }
    .form-control_another:-ms-input-placeholder {
      color: #fff;
      opacity: 0.4;
      filter: alpha(opacity=40); }
    .form-control_another:focus {
      background-color: transparent;
      border-color: #fff; }
    .form-control_another_inverse-text {
      color: #000; }
      .form-control_another_inverse-text::-webkit-input-placeholder {
        color: #6c6a75;
        opacity: 1;
        filter: alpha(opacity=100); }
      .form-control_another_inverse-text:-moz-placeholder {
        color: #6c6a75;
        opacity: 1;
        filter: alpha(opacity=100); }
      .form-control_another_inverse-text::-moz-placeholder {
        color: #6c6a75;
        opacity: 1;
        filter: alpha(opacity=100); }
      .form-control_another_inverse-text:-ms-input-placeholder {
        color: #6c6a75;
        opacity: 1;
        filter: alpha(opacity=100); }
      .form-control_another_inverse-text:focus {
        background-color: transparent;
        border-color: #12368a; }
    .form-control_another_sm {
      width: 182px; }
    .form-control_another_md {
      width: 256px; }
    .form-control_another_lg {
      width: 296px; }

.b-radio {
  margin-bottom: 7px;
  position: relative; }
  .b-radio input[type="radio"] {
    position: absolute;
    left: -9999em;
    top: 0; }
    .b-radio input[type="radio"]:checked + label:before {
      background-color: #868686; }
  .b-radio label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding-left: 24px;
    position: relative;
    color: #6f6f6f;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300; }
    .b-radio label:before {
      content: "";
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 2px solid #d1d1d1;
      position: absolute;
      background-color: white;
      left: 0;
      top: 2px;
      box-sizing: border-box;
      transition: all 0.3s; }
  .b-radio a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }

.b-checkbox {
  margin-bottom: 17px;
  position: relative; }
  .b-checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999em;
    top: 0; }
    .b-checkbox input[type="checkbox"]:checked + label:before {
      background-size: 12px auto; }
  .b-checkbox label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding-left: 38px;
    position: relative;
    color: #222;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    letter-spacing: 0.1em; }
    .b-checkbox label:before {
      content: "";
      width: 22px;
      height: 22px;
      border-radius: 5px;
      position: absolute;
      left: 0;
      top: -4px;
      box-sizing: border-box;
      border: 1px solid #d2cfcd;
      box-sizing: border-box;
      background: url("../img/base/checkbox-active.png") no-repeat 50% 50%/0 auto;
      transition: all 0.3s; }

@media screen and (min-width: 1024px) {
  .form-field-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (min-width: 1024px) {
  .form-field-inline .form-field {
    margin-left: 42px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.main-header {
  background-color: #fff;
  padding-top: 14px;
  padding-bottom: 14px; }
  @media screen and (min-width: 768px) {
    .main-header {
      padding-top: 16px;
      padding-bottom: 17px; } }
  .main-header > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.logo {
  text-align: left;
  display: inline-block;
  background: url("../img/base/logo.png") no-repeat 0 0/cover;
  width: 185px;
  height: 20px;
  text-indent: -999em; }
  @media screen and (min-width: 1024px) {
    .logo {
      width: 242px;
      height: 26px; } }

.tagline {
  margin-left: 36px;
  color: #7d7d7d;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  display: none;
  text-align: left;
  text-indent: -999em; }
  @media screen and (min-width: 1024px) {
    .tagline {
      display: block; } }
  .tagline img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.main-footer {
  text-align: center;
  color: #142b49;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 16px;
  padding-top: 17px;
  padding-bottom: 17px; }
  @media screen and (min-width: 1024px) {
    .main-footer {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 21px;
      margin-top: -95px;
      padding-top: 0;
      padding-bottom: 0; } }
  .main-footer_over {
    margin-top: -95px; }

.copyright span {
  text-transform: uppercase;
  font-weight: 700;
  width: 101px;
  height: 11px;
  background: url("../img/base/logo-footer.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  text-indent: -999em;
  margin-top: -3px; }

.wrap-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .wrap-columns {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -moz-flex-direction: horizontal;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row; } }

.sidebar {
  padding: 18px 15px;
  box-sizing: border-box;
  background-color: #d9e2ee;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 768px) {
    .sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 275px;
              flex: 0 0 275px;
      padding: 30px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .sidebar:after {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: 0;
    bottom: 0;
    background-color: #d9e2ee;
    width: 10000px;
    z-index: -1;
    display: none; }
    @media screen and (min-width: 768px) {
      .sidebar:after {
        right: 0;
        left: auto;
        display: block; } }

.main-columns {
  padding: 18px 0;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media screen and (min-width: 768px) {
    .main-columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 275px);
              flex: 0 0 calc(100% - 275px);
      margin-right: 0;
      margin-left: auto;
      padding: 30px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

@media screen and (min-width: 768px) {
  .sidebar,
  .page-content .main-columns {
    padding-bottom: 100px; } }

.vertical-nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .vertical-nav ul li {
    margin-bottom: 14px; }
    .vertical-nav ul li a {
      text-decoration: none;
      font-weight: 700;
      color: #142b49; }

.page-header {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  box-sizing: border-box;
  /*@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) { 
		background-size: contain;
	}*/ }
  .page-header > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 240px; }
    @media screen and (min-width: 768px) {
      .page-header > .container {
        height: 323px; } }
    @media screen and (min-width: 1024px) {
      .page-header > .container {
        height: 353px; } }
    @media screen and (min-width: 1300px) {
      .page-header > .container {
        height: 503px; } }
  .page-header h1 {
    margin: 0; }

.main-container-flex {
  text-align: center; }
  .main-container-flex .b-logo {
    margin-bottom: 30px; }
  .main-container-flex .logo {
    width: auto;
    height: auto;
    background: none;
    vertical-align: top;
    position: relative;
    max-width: 70%;
    /*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
			width: 363px;
      		height: 39px;
		}

		@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
			width: 242px;
      		height: 26px;			
		}*/ }
    .main-container-flex .logo span {
      visibility: hidden;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      text-indent: -999em; }
    @media screen and (min-width: 768px) {
      .main-container-flex .logo {
        /*width: 517px;
			height: 58px;*/
        max-width: 100%; } }
  .main-container-flex .tagline {
    color: #000;
    font-weight: 700;
    letter-spacing: 6px;
    margin-bottom: 15px;
    display: block;
    margin-left: 0; }
    @media screen and (min-width: 768px) {
    	.container {
    		max-width: 29%;
    		min-width: 270px;
    	}
      .main-container-flex .tagline {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 26px;
        margin-bottom: 53px; } }
    .main-container-flex .tagline img {
      width: 50%;
      max-width: 270px;
      /*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
				max-width: 190px;
			}

			@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
				max-width: 130px;
			}*/ }
  .main-container-flex .main-nav {
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-align: center; }
    .main-container-flex .main-nav ul {
      display: block;
      position: relative;
      width: auto;
      top: auto;
      right: auto;
      background-color: transparent;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -moz-flex-direction: horizontal;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .main-container-flex .main-nav ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0; }
        @media screen and (min-width: 768px) {
          .main-container-flex .main-nav ul li {
          	width: auto;
            margin: 0 6px; }
        .main-container-flex .main-nav ul li:first-child {
          margin-left: 0; }
        .main-container-flex .main-nav ul li:last-child {
          margin-right: 0; }
           }
        .main-container-flex .main-nav ul li a {
          color: #12368a;
          font-weight: 700;
          text-transform: lowercase; }
          .main-container-flex .main-nav ul li a:hover {
            color: #000; }

.container-frontpage {
  display: inline-block;
  vertical-align: top; 
  margin-top: -15%;}

#lang
{
	position: absolute;
	top: 0;
	width: 20%;
	padding: 4px;
	right: 0;
	/*background-color: rgba(255, 255, 255, 0.5);*/
	text-align: center;
	color: #12368a;
	font-size: 18px;
	font-size: 0.8rem;
}
#lang a
{
	color: #ffffff;
	text-decoration: none;
}
#lang a:hover
{
	text-decoration: underline;
}
#lang span
{
	display: none;
}

@media screen and (min-width: 768px)
{
	#lang
	{
		position: absolute;
		top: 0;
		width: 100px;
		margin: 0 auto;
		padding: 6px;
		right: 50px;
		font-size: 18px;
	}
	#lang a
	{
		color: #ffffff;
	}
	
}
