﻿/* rajdhani-regular - latin-ext_latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  src: local("Rajdhani Regular"), local("Rajdhani-Regular"), url("fonts/rajdhani-v9-latin-ext_latin-regular.woff2") format("woff2"), url("fonts/rajdhani-v9-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* rajdhani-700 - latin-ext_latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  src: local("Rajdhani Bold"), local("Rajdhani-Bold"), url("fonts/rajdhani-v9-latin-ext_latin-700.woff2") format("woff2"), url("fonts/rajdhani-v9-latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

*,
*::before,
*::after {
  box-sizing: border-box; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Rajdhani", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0; }

.hidden {
  display: none !important; }

.page {
  overflow: hidden; }

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 1.5rem; }

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

.w-100 {
  width: 100%; }

.m-0 {
  margin: 0 !important; }

.bg-blue {
  background: #004b82 !important; }

.bg-green {
  background: #758813 !important; }

.bg-yellow {
  background: #d7a200 !important; }

.bg-red {
  background: #d63509 !important; }

.navigation {
  list-style: none;
  margin: 0;
  padding: 0 0 2rem 0;
  text-align: right; }
  @media only screen and (min-width: 1200px) {
    .navigation {
      padding: 0; } }
  .navigation li {
    margin: 0;
    padding: 0;
    position: relative; }
    @media only screen and (min-width: 1200px) {
      .navigation li {
        display: inline-block; } }
    .navigation li.has-child a {
      padding: 1rem 3.5rem 1rem 2rem; }
      @media only screen and (min-width: 991px) {
        .navigation li.has-child a {
          padding: 1rem 3.5rem 1rem 3rem; } }
      .navigation li.has-child a:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 2rem;
        transform: translateY(-50%);
        width: 0.8rem;
        height: 0.8rem;
        background: url("images/arrow-down.svg") no-repeat center center;
        background-size: contain;
        opacity: 0.5;
        transition: 0.3s; }
    .navigation li.has-child.open ul {
      opacity: 1;
      pointer-events: all;
      visibility: visible;
      height: auto; }
      @media only screen and (min-width: 991px) {
        .navigation li.has-child.open ul {
          top: calc(100% - 0.2rem); } }
    .navigation li.has-child.open a:after {
      transform: translateY(-50%) rotate(180deg); }
    .navigation li.has-child ul {
      display: block;
      margin: 0;
      opacity: 0;
      pointer-events: none;
      visibility: hidden;
      padding: 0;
      background: #fff;
      list-style: none;
      transition: 0.3s;
      height: 0;
      overflow: hidden; }
      @media only screen and (min-width: 991px) {
        .navigation li.has-child ul {
          position: absolute;
          top: 150%;
          left: 1rem;
          box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
          padding: 0.5rem 0;
          height: auto; } }
      .navigation li.has-child ul li {
        margin: 0;
        padding: 0; }
        .navigation li.has-child ul li a {
          display: block;
          color: #fff;
          padding: 1rem 2rem;
          border-bottom: 0.1rem solid #9b836b; }
          @media only screen and (min-width: 991px) {
            .navigation li.has-child ul li a {
              border: none; } }
          .navigation li.has-child ul li a:before, .navigation li.has-child ul li a:after {
            content: none;
            display: none; }
          .navigation li.has-child ul li a:hover {
            background: rgba(255, 255, 255, 0.1);
            color: #fff; }
    .navigation li.selected a:before {
      opacity: 1;
      left: 0; }
    .navigation li a {
      display: block;
      position: relative;
      text-decoration: none;
      padding: 1rem 2rem;
      font-size: 1.7rem;
      font-weight: bold;
      text-transform: uppercase;
      transition: 0.3s;
      cursor: pointer;
      color: #000;
      white-space: nowrap;
      font-family: "Rajdhani", sans-serif;
      text-align: center; }
      @media only screen and (min-width: 991px) {
        .navigation li a {
          padding: 1rem 3rem;
          font-size: 1.8rem; } }
      @media only screen and (min-width: 1200px) {
        .navigation li a {
          padding: 2.1rem 2rem;
          font-size: 1.7rem;
          color: #fff; } }
      @media only screen and (min-width: 1500px) {
        .navigation li a {
          padding: 2.1rem 3.5rem; } }
      .navigation li a:hover {
        color: #fff; }
        @media only screen and (min-width: 991px) {
          .navigation li a:hover {
            background: rgba(255, 255, 255, 0.2);
            color: #fff; } }

.header {
  position: relative;
  z-index: 25;
  text-align: right;
  background: #fff; }
  @media only screen and (min-width: 1200px) {
    .header {
      background: #002e4f; } }
  .header__container {
    max-width: 150rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem; }
    @media only screen and (min-width: 1700px) {
      .header__container {
        padding: 3rem 1.5rem; } }
    @media only screen and (min-width: 1500px) {
      .header__container {
        padding: 1.5rem; } }
  .header__logo {
    display: inline-block;
    padding: 1rem;
    font-size: 0;
    top: -5.7rem;
    left: 0;
    position: absolute;
    z-index: 100; }
    @media only screen and (min-width: 1200px) {
      .header__logo {
        top: 0rem;
        left: 0;
        padding: 3rem; } }
    .header__logo img {
      max-width: 14rem;
      display: inline-block; }
      @media only screen and (min-width: 1200px) {
        .header__logo img {
          max-width: 35rem; } }
      @media only screen and (min-width: 1500px) {
        .header__logo img {
          max-width: 48rem; } }
  .header__menu {
    display: none;
    width: 100%;
    position: relative; }
    .header__menu.open {
      display: block;
      z-index: 100; }
    @media only screen and (max-width: 1199px) {
      .header__menu {
        position: absolute;
        top: 6rem;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 2rem 2rem rgba(29, 29, 29, 0.2); } }
    @media only screen and (min-width: 1200px) {
      .header__menu {
        display: block !important;
        width: auto; } }
  .header__toggle {
    display: inline-block;
    width: 4.5rem;
    height: 4.0rem;
    border: none;
    outline: none !important;
    background: #d63509;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    cursor: pointer;
    margin: 1rem; }
    @media only screen and (min-width: 1200px) {
      .header__toggle {
        display: none; } }
    .header__toggle span {
      display: block;
      position: absolute;
      height: 0.2rem;
      width: 2.8rem;
      background: #fff;
      opacity: 1;
      left: 0.85rem;
      transform: rotate(0deg);
      transition: 0.25s ease-in-out;
      pointer-events: none; }
      .header__toggle span:nth-child(1) {
        top: 1rem; }
      .header__toggle span:nth-child(2) {
        top: 1.8rem; }
      .header__toggle span:nth-child(3) {
        top: 1.8rem; }
      .header__toggle span:nth-child(4) {
        top: 2.6rem; }
    .header__toggle.open span:nth-child(1) {
      top: 1.5rem;
      width: 0%;
      left: 50%; }
    .header__toggle.open span:nth-child(2) {
      transform: rotate(45deg); }
    .header__toggle.open span:nth-child(3) {
      transform: rotate(-45deg); }
    .header__toggle.open span:nth-child(4) {
      top: 1.5rem;
      width: 0%;
      left: 50%; }

.footer {
  background: #dcd8d3;
  position: relative; }
  .footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    background: url(images/halftone-ribbon.svg) repeat-x left bottom;
    background-size: contain;
    filter: invert(89%) sepia(2%) saturate(2201%) hue-rotate(356deg) brightness(87%) contrast(81%);
    transform: translateY(-100%); }
  .footer .container {
    max-width: 175rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between; }
  .footer__content {
    padding: 6.5rem 0 6rem 0; }
    @media only screen and (min-width: 1500px) {
      .footer__content {
        padding: 6.5rem 0 12rem 0; } }
    .footer__content a {
      color: #004b82;
      text-decoration: underline; }
      .footer__content a:hover {
        color: #004b82;
        text-decoration: none; }
  .footer__caption {
    text-align: center;
    color: #000;
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    font-size: 3.0rem;
    line-height: 1.1;
    margin: 0 0 2rem 0;
    padding: 0; }
    @media only screen and (min-width: 991px) {
      .footer__caption {
        text-align: left; } }
    @media only screen and (min-width: 991px) {
      .footer__caption {
        margin: 0 0 4rem 0; } }
    @media only screen and (min-width: 1500px) {
      .footer__caption {
        font-size: 2.8rem;
        margin: 0 0 6rem 0; } }
  .footer__address {
    text-align: center;
    color: #000;
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.8;
    margin: 0 0 3rem 0;
    width: 100%; }
    .footer__address .footer__caption {
      text-align: center; }
      @media only screen and (min-width: 991px) {
        .footer__address .footer__caption {
          text-align: left; } }
    @media only screen and (min-width: 991px) {
      .footer__address {
        text-align: left;
        width: auto; } }
    @media only screen and (min-width: 1500px) {
      .footer__address {
        font-size: 2.5rem; } }
    .footer__address p {
      font-size: 2rem; }
    .footer__address table {
      text-align: left;
      font-size: 2rem;
      width: 23rem;
      margin: 0 auto; }
      @media only screen and (min-width: 990px) {
        .footer__address table {
          width: 100%; } }
      .footer__address table td:first-child {
        padding: 0 1rem 0 0; }
  .footer__contact {
    text-align: center;
    color: #000;
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.8;
    margin: 0 0 3rem 0;
    width: 100%; }
    @media only screen and (min-width: 600px) {
      .footer__contact {
        width: auto;
        text-align: left; } }
    @media only screen and (min-width: 1500px) {
      .footer__contact {
        font-size: 2.5rem; } }
  .footer__hours {
    text-align: center;
    color: #695742;
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.8;
    margin: 0 0 3rem 0;
    width: 100%; }
    @media only screen and (min-width: 600px) {
      .footer__hours {
        width: auto;
        text-align: left; } }
    @media only screen and (min-width: 1500px) {
      .footer__hours {
        font-size: 2.5rem; } }
    .footer__hours table {
      text-align: left;
      font-size: 2rem; }
      @media only screen and (max-width: 599px) {
        .footer__hours table {
          margin: 0 auto; } }
      @media only screen and (min-width: 600px) {
        .footer__hours table {
          width: 100%; } }
      .footer__hours table td:first-child {
        padding: 0 2rem 0 0; }
        @media only screen and (min-width: 1500px) {
          .footer__hours table td:first-child {
            padding: 0 5rem 0 0; } }
  .footer__end {
    background: #fff;
    padding: 2.5rem 0; }
    @media only screen and (min-width: 991px) {
      .footer__end {
        padding: 3.5rem 0; } }
    @media only screen and (min-width: 1500px) {
      .footer__end {
        padding: 6.5rem 0; } }
    .footer__end .container {
      align-items: center; }
  .footer__partners {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 0 0 1rem 0; }
    @media only screen and (min-width: 991px) {
      .footer__partners {
        width: auto;
        margin: 0; } }
    .footer__partners img {
      margin: 0 1.2rem;
      max-height: 2.5rem; }
      @media only screen and (min-width: 991px) {
        .footer__partners img {
          margin: 0 2.5rem 0 0;
          max-height: 3rem; } }
      @media only screen and (min-width: 1200px) {
        .footer__partners img {
          max-height: 4rem; } }
      @media only screen and (min-width: 1500px) {
        .footer__partners img {
          max-height: 100%; } }

.footer-links {
  list-style: none;
  font-size: 2rem;
  padding: 0; }
  .footer-links li a {
    color: #000; }
    .footer-links li a:hover {
      text-decoration: none;
      color: #000; }

.footer-social {
  display: block;
  margin: 2rem 0; }
  .footer-social__svg svg {
    width: 3rem;
    height: 3rem; }

.copyright {
  padding: 1.5rem 0 0 0;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.1;
  color: #695742;
  font-weight: bold;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .copyright {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      padding: 1.5rem 0; } }
  @media only screen and (min-width: 991px) {
    .copyright {
      width: auto; } }
  @media only screen and (min-width: 1500px) {
    .copyright {
      font-size: 1.6rem; } }
  .copyright img {
    margin: 0 1.5rem 0 0;
    display: none; }
    @media only screen and (min-width: 768px) {
      .copyright img {
        display: block; } }
  .copyright a {
    text-decoration: none;
    color: #695742; }
    .copyright a:hover {
      text-decoration: underline; }

.btn {
  line-height: 1.1;
  border: none;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  padding: 1.5rem 4rem;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
  color: #000;
  background: #f0f0f0;
  position: relative;
  font-size: 1.6rem; }
  .btn:hover {
    text-decoration: underline; }

.btn-BLUE {
  background: #004b82;
  color: #fff; }
  .btn-BLUE:hover, .btn-BLUE:focus, .btn-BLUE:active {
    background: #002e4f; }

.btn-RED {
  background: #d63509;
  color: #fff; }
  .btn-RED:hover, .btn-RED:focus, .btn-RED:active {
    background: #a52907; }

.btn-link {
  padding: 0;
  background: none;
  text-decoration: underline;
  color: #000; }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    text-decoration: none;
    color: #004b82; }

.btn-link-arrow {
  padding: 0 0 0 4rem;
  background: none;
  text-decoration: underline;
  color: #000; }
  .btn-link-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 2.2rem;
    transform: translateY(-50%);
    height: 0.2rem;
    background: #d82c44;
    transition: 0.3s; }
  .btn-link-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 2.2rem;
    transform: translateY(-50%);
    border-left: 0.3rem solid #d82c44;
    border-top: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    transition: 0.3s; }
  .btn-link-arrow:hover, .btn-link-arrow:focus, .btn-link-arrow:active {
    text-decoration: none;
    color: #d82c44; }
    .btn-link-arrow:hover:before, .btn-link-arrow:focus:before, .btn-link-arrow:active:before {
      width: 3rem; }
    .btn-link-arrow:hover:after, .btn-link-arrow:focus:after, .btn-link-arrow:active:after {
      left: 3rem; }

.btn-outline-RED {
  background: transparent;
  color: #000;
  border: 0.1rem solid #d6d6d6; }
  .btn-outline-RED:hover, .btn-outline-RED:focus, .btn-outline-RED:active {
    background: #d6d6d6;
    color: #000;
    text-decoration: none; }

.btn-virtual {
  background: #004b82;
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  top: 8.9rem;
  right: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 2rem;
  /*&:before {content:'';width:2rem;height:2rem;transform:translate(-50%, -50%);top:50%;left:1rem;background:url(/templates/main/css/images/360.svg);}*/ }
  @media only screen and (max-width: 1200px) {
    .btn-virtual {
      top: 7rem;
      right: 1rem;
      padding: 1rem 1rem; } }
  .btn-virtual img {
    width: 3rem;
    height: 3rem;
    display: block;
    margin: 0 0 1rem; }
    @media only screen and (max-width: 1200px) {
      .btn-virtual img {
        width: 2.5rem;
        height: 2.5rem;
        margin: 0; } }
  .btn-virtual span {
    text-align: center; }
    @media only screen and (max-width: 1200px) {
      .btn-virtual span {
        display: none; } }

.formField {
  margin: 0 0 1.5rem 0;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .formField {
      margin: 0 0 3rem 0; } }
  .formField .label {
    display: none;
    visibility: hidden; }
  .formField .edit input, .formField .edit textarea {
    border: 0.1rem solid #fff;
    background: #383838;
    border-radius: 0;
    display: block;
    width: 100%;
    line-height: 1.1;
    font-family: "Rajdhani", sans-serif;
    font-size: 1.6rem;
    color: #fff;
    padding: 0.9rem 1.2rem;
    margin: 0; }
    .formField .edit input:focus, .formField .edit textarea:focus {
      background: #fff;
      color: #000; }
  .formField .edit textarea {
    resize: none;
    height: 15rem; }

.formButton {
  text-align: center; }
  .formButton input, .formButton button, .formButton a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
    padding: 1rem 3rem;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    line-height: 1.1;
    color: #fff;
    background: #004b82;
    outline: none !important;
    border-radius: 0;
    border: none;
    margin: 0; }
    .formButton input:hover, .formButton button:hover, .formButton a:hover {
      background: #002e4f;
      color: #fff; }

#cookiePanel {
  z-index: 9999;
  width: calc(100% - 3rem);
  min-height: 2rem;
  box-sizing: border-box;
  padding: 2rem;
  background: #004b82;
  overflow: hidden;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  border-radius: 0rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 550px) {
    #cookiePanel {
      width: 29rem; } }
  @media only screen and (min-width: 768px) {
    #cookiePanel {
      width: 35rem;
      padding: 3rem;
      bottom: 3rem;
      right: 3rem; } }
  #cookiePanel:before {
    background: url(images/cookie.svg) no-repeat center center;
    width: 15rem;
    height: 15rem;
    content: '';
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    background-size: contain;
    z-index: 10;
    opacity: 0.1; }
  #cookiePanel .cookiePanelIn {
    margin: 0;
    padding: 0;
    font-family: "Rajdhani", sans-serif;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
    margin-top: 1rem;
    position: relative;
    z-index: 20; }
    #cookiePanel .cookiePanelIn a {
      color: #fff;
      text-decoration: underline; }
      #cookiePanel .cookiePanelIn a:hover {
        text-decoration: none; }
    #cookiePanel .cookiePanelIn input {
      display: inline-block;
      font-family: "Rajdhani", sans-serif;
      color: #fff;
      font-size: 1.5rem;
      font-weight: bold;
      margin-top: 1.5rem;
      background: #004b82;
      box-sizing: border-box;
      padding: 1.5rem 4.5rem;
      text-align: center;
      transition: 0.3s;
      border: 0.2rem solid #fff;
      border-radius: 0rem;
      outline: none !important;
      cursor: pointer; }
      #cookiePanel .cookiePanelIn input:hover {
        cursor: pointer;
        background: #fff;
        color: #004b82; }
