/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@import url(../fonts/stylesheet.css);
/* Permanent Colors */
/* Overall Styles */
html, body {
  font-family: "Source Sans Pro", "Proxima Nova", monospace;
  font-size: 18px;
  line-height: 34px;
  background-color: #FCFCFC;
  color: #01324E; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    outline: none; }

b, strong {
  font-weight: 800; }

* {
  outline: none; }

.no_scroll {
  overflow: hidden; }

.clear {
  clear: both; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #929EAA !important; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #929EAA !important;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #929EAA !important;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #929EAA !important; }

.aqua_button {
  padding: 16px 55px;
  font-family: "Proxima Nova";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  background-color: #01324E;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .aqua_button:hover {
    background-color: #FFFFFF;
    color: #01324E;
    border: 2px solid #01324E; }

.aqua_button2 {
  padding: 16px 55px;
  font-family: "Proxima Nova";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  background-color: transparent;
  color: #01324E;
  border: 2px solid #01324E;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .aqua_button2:hover {
    color: #FFFFFF;
    background-color: #01324E; }

.aqua_title {
  color: #01324E;
  font-family: "Proxima Nova";
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 9px;
  line-height: 58px;
  text-transform: uppercase; }

.aqua_subtitle {
  color: #01324E;
  font-family: "Proxima Nova";
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 31px;
  text-transform: uppercase; }

.select_to_span + span.ui-selectmenu-button {
  padding: 0 20px 0 20px;
  height: 50px;
  margin-bottom: -10px;
  border: 0;
  border-radius: 0;
  background: #F4F4F4;
  font-size: inherit;
  font-family: inherit;
  color: inherit; }
  .select_to_span + span.ui-selectmenu-button .ui-selectmenu-text {
    padding: 0;
    line-height: 50px; }

.parallax-back {
  -webkit-transition: all 1.15s ease-out;
  -khtml-transition: all 1.15s ease-out;
  -moz-transition: all 1.15s ease-out;
  -ms-transition: all 1.15s ease-out;
  -o-transition: all 1.15s ease-out;
  transition: all 1.15s ease-out; }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("/skins/frontend/default/images/Preloader_2.gif") center no-repeat #fff; }

/* Pages */
/* Menu */
.menu_page {
  overflow: auto;
  height: 100%;
  z-index: 10;
  position: relative; }

.content_page {
  /*margin-top: 120px;*/
  margin-top: 70px;
  overflow-x: hidden; }

.main_menu {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  width: 100%;
  height: 121px;
  z-index: 10;
  display: table;
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .main_menu .menu_options_mobile {
    display: none;
    background-color: #F4F4F4;
    height: 100%;
    position: relative;
    text-align: center; }
    .main_menu .menu_options_mobile ul {
      text-decoration: none;
      list-style: none;
      margin-bottom: 0;
      padding: 0; }
      .main_menu .menu_options_mobile ul li {
        display: inline;
        color: #01324E;
        font-family: "Proxima Nova";
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 42px;
        text-transform: uppercase; }
    .main_menu .menu_options_mobile .product_link_icon {
      display: inline-block;
      width: 40px;
      height: 40px;
      -webkit-transition: all 0.3s ease-in-out;
      -khtml-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .main_menu.smallMenu {
    height: 70px;
    position: fixed; }
    .main_menu.smallMenu .menu_logo img {
      max-height: 50px; }
  .main_menu .menu_logo {
    display: table-cell;
    vertical-align: middle;
    width: 250px; }
    .main_menu .menu_logo img {
      margin-left: 84px;
      max-width: 152px;
      max-height: 75px;
      -webkit-transition: all 0.5s ease-in-out;
      -khtml-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  .main_menu .menu_options {
    text-align: center;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 19px;
    color: #01324E;
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .main_menu .menu_options ul {
      text-decoration: none;
      list-style: none;
      margin-bottom: 0;
      padding: 0; }
      .main_menu .menu_options ul li {
        display: inline; }
        .main_menu .menu_options ul li + li {
          margin-left: 43px; }
  .main_menu .main_menu_right {
    width: 250px;
    text-align: right;
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: table-cell;
    vertical-align: middle; }
    .main_menu .main_menu_right .search_option {
      cursor: pointer; }
      .main_menu .main_menu_right .search_option img {
        margin-right: 6px; }
    .main_menu .main_menu_right ul {
      text-decoration: none;
      list-style: none;
      margin-right: 84px; }
      .main_menu .main_menu_right ul li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px; }
        .main_menu .main_menu_right ul li:after {
          content: " |";
          color: #B2C1CA; }
        .main_menu .main_menu_right ul li:last-child:after {
          content: ""; }
  .main_menu .main_menu_mobile_search {
    display: none; }
  .main_menu .menu_full_option {
    /*width: 18px;
    height: 10px;*/
    width: 35px;
    height: 35px;
    padding: 0 !important;
    margin-top: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer; }
    .main_menu .menu_full_option * {
      margin: 0;
      padding: 0; }
    .main_menu .menu_full_option span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #01324E;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.25s ease-in-out;
      -khtml-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .main_menu .menu_full_option span:nth-child(1) {
        top: 1px; }
      .main_menu .menu_full_option span:nth-child(2), .main_menu .menu_full_option span:nth-child(3) {
        top: 9px; }
      .main_menu .menu_full_option span:nth-child(4) {
        top: 17px; }
    .main_menu .menu_full_option.open span:nth-child(1) {
      top: 5px;
      width: 0%;
      left: 50%; }
    .main_menu .menu_full_option.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .main_menu .menu_full_option.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .main_menu .menu_full_option.open span:nth-child(4) {
      top: 5px;
      width: 0%;
      left: 50%; }

.full_menu_options_mobile_page {
  height: 100%;
  width: 100%;
  z-index: 9;
  background-color: #FFFFFF;
  overflow-y: scroll;
  position: fixed;
  padding-top: 70px;
  -webkit-transition: all 0.25s ease-in-out;
  -khtml-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .full_menu_options_mobile_page ul {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    .full_menu_options_mobile_page ul li {
      width: 100%;
      display: inline-block;
      padding: 0;
      color: #01324E;
      font-family: "Proxima Nova";
      font-size: 20px;
      font-weight: 800;
      letter-spacing: 3px;
      line-height: 24px;
      text-align: center;
      position: relative;
      text-transform: uppercase; }
    .full_menu_options_mobile_page ul .menu_options_mobile_img {
      position: relative;
      height: 250px;
      overflow: hidden;
      display: flex; }
      .full_menu_options_mobile_page ul .menu_options_mobile_img img {
        object-fit: cover;
        width: 100%; }
    .full_menu_options_mobile_page ul .menu_options_mobile_title {
      height: 62px;
      border: 1px solid #F5F9FA;
      position: relative; }

.showswap {
  display: none; }

.full_page_menu {
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

html.open_menu {
  overflow: hidden; }

body.open_menu {
  overflow: hidden; }
  body.open_menu .menu_page {
    overflow-y: auto;
    display: table; }
  body.open_menu .main_menu {
    background-color: #01324E;
    color: #FFFFFF;
    position: fixed;
    z-index: 101; }
    body.open_menu .main_menu .menu_logo {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
    body.open_menu .main_menu .menu_options {
      color: #FFFFFF; }
    body.open_menu .main_menu .main_menu_right {
      color: #FFFFFF; }
      body.open_menu .main_menu .main_menu_right .search_option {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }
      body.open_menu .main_menu .main_menu_right span {
        background-color: #FFFFFF; }
  body.open_menu .full_page_menu {
    opacity: 1;
    overflow: auto;
    position: fixed;
    display: flex;
    width: 100%;
    background-color: #01324E;
    z-index: 100;
    height: 100%; }
    body.open_menu .full_page_menu .container {
      margin-top: 115px;
      height: -webkit-calc(100% - 115px);
      height: -moz-calc(100% - 115px);
      height: calc(100% - 115px);
      width: 90%; }
    body.open_menu .full_page_menu .content {
      display: table;
      height: 100%; }
    body.open_menu .full_page_menu .full_menu_options {
      vertical-align: middle;
      display: block;
      margin-top: 90px;
      color: #FFFFFF; }
      body.open_menu .full_page_menu .full_menu_options ul {
        list-style: none; }
        body.open_menu .full_page_menu .full_menu_options ul li {
          font-size: 40px;
          font-weight: 800;
          letter-spacing: 10px;
          line-height: 100px;
          text-transform: uppercase; }
      body.open_menu .full_page_menu .full_menu_options .small_screen_login {
        display: none;
        background-color: #FFFFFF;
        color: #01324E; }
    body.open_menu .full_page_menu .full_menu_right {
      vertical-align: bottom;
      color: #FFFFFF;
      text-align: right;
      font-family: "Source Sans Pro";
      font-size: 14px;
      line-height: 18px;
      width: 450px;
      text-align: justify;
      position: absolute;
      bottom: 10px;
      right: 0; }
      body.open_menu .full_page_menu .full_menu_right .full_menu_reserved_area {
        margin-bottom: 30px;
        overflow: hidden; }
        body.open_menu .full_page_menu .full_menu_right .full_menu_reserved_area .area_res_title {
          font-family: "Proxima Nova";
          font-size: 24px;
          font-weight: bold;
          letter-spacing: 2px;
          line-height: 29px;
          text-transform: uppercase;
          margin-bottom: 20px; }
        body.open_menu .full_page_menu .full_menu_right .full_menu_reserved_area .area_res_text {
          margin-bottom: 20px;
          font-size: 14px;
          line-height: 24px; }
        body.open_menu .full_page_menu .full_menu_right .full_menu_reserved_area input {
          background-color: transparent;
          cursor: auto;
          padding: 2px 10px 10px;
          width: 100%;
          border: none;
          border-bottom: 1px solid #FFFFFF;
          margin-top: 20px;
          font-family: "Source Sans Pro";
          font-size: 14px;
          letter-spacing: 2px;
          line-height: 18px;
          outline: none; }
        body.open_menu .full_page_menu .full_menu_right .full_menu_reserved_area ul {
          list-style: none;
          padding: 0;
          margin-top: 39px;
          float: left; }
          body.open_menu .full_page_menu .full_menu_right .full_menu_reserved_area ul li {
            display: inline-block; }
            body.open_menu .full_page_menu .full_menu_right .full_menu_reserved_area ul li:after {
              content: " |";
              color: #FFFFFF; }
            body.open_menu .full_page_menu .full_menu_right .full_menu_reserved_area ul li:last-child:after {
              content: ""; }
        body.open_menu .full_page_menu .full_menu_right .full_menu_reserved_area .area_res_submit {
          float: right;
          margin-top: 24px;
          background-color: #FFFFFF; }
          body.open_menu .full_page_menu .full_menu_right .full_menu_reserved_area .area_res_submit:hover {
            background-color: #01324E; }
      body.open_menu .full_page_menu .full_menu_right .small_screen_lang {
        display: none;
        padding-left: 15px;
        margin-top: 60px; }
        body.open_menu .full_page_menu .full_menu_right .small_screen_lang .small_screen_lang_title {
          display: inline-block;
          text-transform: uppercase;
          font-family: "Proxima Nova";
          font-weight: 800;
          line-height: 16px; }
        body.open_menu .full_page_menu .full_menu_right .small_screen_lang .select_to_span + span.ui-selectmenu-button {
          color: #01324E;
          background: transparent;
          width: 100px !important;
          overflow: initial; }
          body.open_menu .full_page_menu .full_menu_right .small_screen_lang .select_to_span + span.ui-selectmenu-button .ui-selectmenu-text {
            background: #FFFFFF;
            display: initial;
            padding: 2px 14px;
            top: 10px;
            height: 50px;
            position: absolute;
            font-family: "Proxima Nova";
            font-weight: bold; }
          body.open_menu .full_page_menu .full_menu_right .small_screen_lang .select_to_span + span.ui-selectmenu-button.ui-state-default .ui-icon {
            top: 72%;
            background: url("/skins/frontend/default/images/temp_arrowdown.png") center center; }
        body.open_menu .full_page_menu .full_menu_right .small_screen_lang .small_screen_lang_select {
          display: inline-block;
          font-size: 12px; }
          body.open_menu .full_page_menu .full_menu_right .small_screen_lang .small_screen_lang_select span {
            display: inline-block;
            margin-left: 9px;
            margin-right: 9px;
            padding: 6px;
            background-color: #FFFFFF;
            color: #01324E; }
        body.open_menu .full_page_menu .full_menu_right .small_screen_lang .sidehovermenu_lang {
          margin-top: 30px;
          display: none;
          width: 150px;
          height: 20px;
          overflow: hidden; }
          body.open_menu .full_page_menu .full_menu_right .small_screen_lang .sidehovermenu_lang.open {
            display: block; }
          body.open_menu .full_page_menu .full_menu_right .small_screen_lang .sidehovermenu_lang ul {
            position: relative;
            list-style-image: url(data:0);
            padding: 0;
            white-space: nowrap;
            left: 0;
            -webkit-transition: all 0.5s ease-in-out;
            -khtml-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
            body.open_menu .full_page_menu .full_menu_right .small_screen_lang .sidehovermenu_lang ul li {
              display: inline-block;
              width: 30px; }
          body.open_menu .full_page_menu .full_menu_right .small_screen_lang .sidehovermenu_lang .lang_continue {
            position: absolute;
            top: 50px;
            left: 170px; }
          body.open_menu .full_page_menu .full_menu_right .small_screen_lang .sidehovermenu_lang a {
            padding: 6px;
            -webkit-transition: all 0.3s ease-in-out;
            -khtml-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            body.open_menu .full_page_menu .full_menu_right .small_screen_lang .sidehovermenu_lang a:hover, body.open_menu .full_page_menu .full_menu_right .small_screen_lang .sidehovermenu_lang a.active {
              background-color: #FFFFFF;
              color: #01324E; }
      body.open_menu .full_page_menu .full_menu_right .full_menu_socials {
        clear: both;
        text-align: right;
        font-size: 17px;
        margin-bottom: 20px; }
        body.open_menu .full_page_menu .full_menu_right .full_menu_socials i {
          margin-left: 20px; }
      body.open_menu .full_page_menu .full_menu_right .full_menu_rights {
        clear: both;
        font-family: "Source Sans Pro";
        font-size: 10px;
        line-height: 20px;
        text-align: right; }

/* side menu*/
.sidehovermenu {
  position: fixed;
  right: 0;
  max-width: 0;
  top: -webkit-calc((100% + 100px) / 2);
  top: -moz-calc((100% + 100px) / 2);
  top: calc((100% + 100px) / 2);
  transform: translate(0, -50%);
  z-index: 8;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .sidehovermenu.open {
    max-width: 285px; }
  .sidehovermenu .sidehovermenu_blocks {
    padding: 0;
    margin: 0; }
  .sidehovermenu .sidehovermenu_block {
    color: #FFFFFF;
    height: 50px;
    list-style: none;
    display: table;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .sidehovermenu .sidehovermenu_block ul {
      list-style: none;
      padding: 0; }
      .sidehovermenu .sidehovermenu_block ul li {
        display: inline-block; }
    .sidehovermenu .sidehovermenu_block:hover:not(:nth-last-child(-n+2)) .sidehovermenu_icon, .sidehovermenu .sidehovermenu_block:hover:not(:nth-last-child(-n+2)) .sidehovermenu_content {
      background-color: #FFFFFF;
      color: #01324E;
      -webkit-transition: all 0.3s ease-in-out;
      -khtml-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .sidehovermenu .sidehovermenu_block:hover:not(:nth-last-child(-n+2)) .sidehovermenu_icon path, .sidehovermenu .sidehovermenu_block:hover:not(:nth-last-child(-n+2)) .sidehovermenu_content path {
      fill: #01324E; }
  .sidehovermenu .sidehovermenu_content {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    width: 285px;
    padding: 19px 0;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "Proxima Nova";
    height: 50px;
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    float: left;
    background-color: #01324E;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .sidehovermenu .sidehovermenu_content span {
      white-space: nowrap; }
  .sidehovermenu.open .sidehovermenu_content {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    padding: 19px 20px; }
  .sidehovermenu .sidehovermenu_icon {
    background-color: #01324E;
    width: 50px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
    position: absolute;
    right: 0;
    padding-top: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .sidehovermenu .sidehovermenu_icon svg {
      margin-top: 10px; }
    .sidehovermenu .sidehovermenu_icon:after {
      content: " ";
      height: 2px;
      width: 50px;
      background-color: #FFFFFF; }
  .sidehovermenu .sidehovermenu_block:last-child .sidehovermenu_icon, .sidehovermenu .sidehovermenu_block:last-child .sidehovermenu_content {
    border-bottom: 1px solid #01324E; }
  .sidehovermenu.open .sidehovermenu_socials {
    padding: 0; }
  .sidehovermenu .sidehovermenu_socials {
    padding: 0; }
    .sidehovermenu .sidehovermenu_socials span {
      width: 50px;
      height: 51px;
      display: block;
      padding-top: 19px;
      text-align: center;
      font-size: 15px;
      border-bottom: 2px solid white;
      -webkit-transition: all 0.3s ease-in-out;
      -khtml-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .sidehovermenu .sidehovermenu_socials a.sidehover_facebook:focus span, .sidehovermenu .sidehovermenu_socials a.sidehover_facebook:hover span {
      background-color: #305891; }
    .sidehovermenu .sidehovermenu_socials a.sidehover_twitter:focus span, .sidehovermenu .sidehovermenu_socials a.sidehover_twitter:hover span {
      background-color: #2ca8d2; }
    .sidehovermenu .sidehovermenu_socials a.sidehover_googleplus:focus span, .sidehovermenu .sidehovermenu_socials a.sidehover_googleplus:hover span {
      background-color: #db4437; }
    .sidehovermenu .sidehovermenu_socials a.sidehover_more:focus span, .sidehovermenu .sidehovermenu_socials a.sidehover_more:hover span {
      background-color: #4a4f54; }
  .sidehovermenu .sidehovermenu_lang {
    padding: 10px 10px !important; }
    .sidehovermenu .sidehovermenu_lang .list_wrapper {
      padding: 10px 0;
      width: 160px;
      overflow: hidden; }
    .sidehovermenu .sidehovermenu_lang ul {
      position: relative;
      list-style: none;
      padding: 0;
      white-space: nowrap;
      left: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -khtml-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .sidehovermenu .sidehovermenu_lang ul li {
        display: inline-block;
        width: 30px; }
    .sidehovermenu .sidehovermenu_lang .lang_list {
      left: 0; }
    .sidehovermenu .sidehovermenu_lang .lang_continue {
      position: absolute;
      top: 20px;
      left: 175px; }
    .sidehovermenu .sidehovermenu_lang a {
      padding: 8px;
      -webkit-transition: all 0.3s ease-in-out;
      -khtml-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .sidehovermenu .sidehovermenu_lang a.active, .sidehovermenu .sidehovermenu_lang a:hover {
        background-color: #FFFFFF;
        color: #01324E; }

/* search and subscribe */
.search_full, .subscribe_full {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: none; }

.search_full .search_blur_background, .search_full .subscribe_blur_background {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -1; }

.subscribe_full .search_blur_background, .subscribe_full .subscribe_blur_background {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -1; }

.search_full .search_block, .search_full .subscribe_block {
  display: table-cell;
  vertical-align: middle;
  z-index: 2; }

.subscribe_full .search_block, .subscribe_full .subscribe_block {
  display: table-cell;
  vertical-align: middle;
  z-index: 2; }

.search_full .search_block .search_block_center, .search_full .search_block .subscribe_block_center {
  margin: 0 auto;
  max-width: 900px;
  width: 80%;
  min-width: 250px; }
.search_full .subscribe_block .search_block_center, .search_full .subscribe_block .subscribe_block_center {
  margin: 0 auto;
  max-width: 900px;
  width: 80%;
  min-width: 250px; }

.subscribe_full .search_block .search_block_center, .subscribe_full .search_block .subscribe_block_center {
  margin: 0 auto;
  max-width: 900px;
  width: 80%;
  min-width: 250px; }
.subscribe_full .subscribe_block .search_block_center, .subscribe_full .subscribe_block .subscribe_block_center {
  margin: 0 auto;
  max-width: 900px;
  width: 80%;
  min-width: 250px; }

.search_full .search_block .search_block_title, .search_full .subscribe_block .search_block_title {
  color: #01324E;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 17px; }

.subscribe_full .search_block .search_block_title, .subscribe_full .subscribe_block .search_block_title {
  color: #01324E;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 17px; }

.search_full .search_block .search_block_form, .search_full .search_block .subscribe_block_form {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  display: table;
  width: 100%; }
.search_full .subscribe_block .search_block_form, .search_full .subscribe_block .subscribe_block_form {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  display: table;
  width: 100%; }

.subscribe_full .search_block .search_block_form, .subscribe_full .search_block .subscribe_block_form {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  display: table;
  width: 100%; }
.subscribe_full .subscribe_block .search_block_form, .subscribe_full .subscribe_block .subscribe_block_form {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  display: table;
  width: 100%; }

.search_full .search_block .search_block_form .search_block_ta, .search_full .search_block .subscribe_block_form .search_block_ta {
  display: inline-block; }
.search_full .subscribe_block .search_block_form .search_block_ta, .search_full .subscribe_block .subscribe_block_form .search_block_ta {
  display: inline-block; }

.subscribe_full .search_block .search_block_form .search_block_ta, .subscribe_full .search_block .subscribe_block_form .search_block_ta {
  display: inline-block; }
.subscribe_full .subscribe_block .search_block_form .search_block_ta, .subscribe_full .subscribe_block .subscribe_block_form .search_block_ta {
  display: inline-block; }

.search_full .search_block .search_block_form *, .search_full .search_block .subscribe_block_form * {
  margin: 0;
  padding: 0;
  border: none; }
.search_full .subscribe_block .search_block_form *, .search_full .subscribe_block .subscribe_block_form * {
  margin: 0;
  padding: 0;
  border: none; }

.subscribe_full .search_block .search_block_form *, .subscribe_full .search_block .subscribe_block_form * {
  margin: 0;
  padding: 0;
  border: none; }
.subscribe_full .subscribe_block .search_block_form *, .subscribe_full .subscribe_block .subscribe_block_form * {
  margin: 0;
  padding: 0;
  border: none; }

.search_full .search_block .search_block_form .search_block_input, .search_full .search_block .subscribe_block_form .search_block_input {
  width: 100%;
  display: table-cell;
  vertical-align: middle; }
.search_full .subscribe_block .search_block_form .search_block_input, .search_full .subscribe_block .subscribe_block_form .search_block_input {
  width: 100%;
  display: table-cell;
  vertical-align: middle; }

.subscribe_full .search_block .search_block_form .search_block_input, .subscribe_full .search_block .subscribe_block_form .search_block_input {
  width: 100%;
  display: table-cell;
  vertical-align: middle; }
.subscribe_full .subscribe_block .search_block_form .search_block_input, .subscribe_full .subscribe_block .subscribe_block_form .search_block_input {
  width: 100%;
  display: table-cell;
  vertical-align: middle; }

.search_full .search_block .search_block_form .search_block_input input, .search_full .search_block .subscribe_block_form .search_block_input input {
  width: 100%;
  padding: 8px;
  font-size: 18px;
  line-height: 34px; }
.search_full .subscribe_block .search_block_form .search_block_input input, .search_full .subscribe_block .subscribe_block_form .search_block_input input {
  width: 100%;
  padding: 8px;
  font-size: 18px;
  line-height: 34px; }

.subscribe_full .search_block .search_block_form .search_block_input input, .subscribe_full .search_block .subscribe_block_form .search_block_input input {
  width: 100%;
  padding: 8px;
  font-size: 18px;
  line-height: 34px; }
.subscribe_full .subscribe_block .search_block_form .search_block_input input, .subscribe_full .subscribe_block .subscribe_block_form .search_block_input input {
  width: 100%;
  padding: 8px;
  font-size: 18px;
  line-height: 34px; }

.search_full .search_block .search_block_form .search_submit, .search_full .search_block .subscribe_block_form .search_submit {
  background-color: #01324E;
  width: 50px;
  height: 50px;
  display: table-cell;
  vertical-align: middle; }
.search_full .subscribe_block .search_block_form .search_submit, .search_full .subscribe_block .subscribe_block_form .search_submit {
  background-color: #01324E;
  width: 50px;
  height: 50px;
  display: table-cell;
  vertical-align: middle; }

.subscribe_full .search_block .search_block_form .search_submit, .subscribe_full .search_block .subscribe_block_form .search_submit {
  background-color: #01324E;
  width: 50px;
  height: 50px;
  display: table-cell;
  vertical-align: middle; }
.subscribe_full .subscribe_block .search_block_form .search_submit, .subscribe_full .subscribe_block .subscribe_block_form .search_submit {
  background-color: #01324E;
  width: 50px;
  height: 50px;
  display: table-cell;
  vertical-align: middle; }

.search_full .search_block .search_block_form .search_submit img, .search_full .search_block .subscribe_block_form .search_submit img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  padding: 15px; }
.search_full .subscribe_block .search_block_form .search_submit img, .search_full .subscribe_block .subscribe_block_form .search_submit img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  padding: 15px; }

.subscribe_full .search_block .search_block_form .search_submit img, .subscribe_full .search_block .subscribe_block_form .search_submit img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  padding: 15px; }
.subscribe_full .subscribe_block .search_block_form .search_submit img, .subscribe_full .subscribe_block .subscribe_block_form .search_submit img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  padding: 15px; }

.search_full .search_block .search_block_form .search_block_space, .search_full .search_block .subscribe_block_form .search_block_space {
  width: 50px;
  display: table-cell;
  vertical-align: middle; }
.search_full .subscribe_block .search_block_form .search_block_space, .search_full .subscribe_block .subscribe_block_form .search_block_space {
  width: 50px;
  display: table-cell;
  vertical-align: middle; }

.subscribe_full .search_block .search_block_form .search_block_space, .subscribe_full .search_block .subscribe_block_form .search_block_space {
  width: 50px;
  display: table-cell;
  vertical-align: middle; }
.subscribe_full .subscribe_block .search_block_form .search_block_space, .subscribe_full .subscribe_block .subscribe_block_form .search_block_space {
  width: 50px;
  display: table-cell;
  vertical-align: middle; }

.search_full .search_block .search_block_form .main_subscribe_input, .search_full .search_block .subscribe_block_form .main_subscribe_input {
  width: 100%;
  display: table-cell;
  vertical-align: middle; }
.search_full .subscribe_block .search_block_form .main_subscribe_input, .search_full .subscribe_block .subscribe_block_form .main_subscribe_input {
  width: 100%;
  display: table-cell;
  vertical-align: middle; }

.subscribe_full .search_block .search_block_form .main_subscribe_input, .subscribe_full .search_block .subscribe_block_form .main_subscribe_input {
  width: 100%;
  display: table-cell;
  vertical-align: middle; }
.subscribe_full .subscribe_block .search_block_form .main_subscribe_input, .subscribe_full .subscribe_block .subscribe_block_form .main_subscribe_input {
  width: 100%;
  display: table-cell;
  vertical-align: middle; }

.search_full .search_block .search_block_form .main_subscribe_input input, .search_full .search_block .subscribe_block_form .main_subscribe_input input {
  width: 100%;
  padding: 8px 8px 8px 40px;
  font-size: 18px;
  line-height: 34px;
  height: 50px;
  border: none;
  margin: 0; }
.search_full .subscribe_block .search_block_form .main_subscribe_input input, .search_full .subscribe_block .subscribe_block_form .main_subscribe_input input {
  width: 100%;
  padding: 8px 8px 8px 40px;
  font-size: 18px;
  line-height: 34px;
  height: 50px;
  border: none;
  margin: 0; }

.subscribe_full .search_block .search_block_form .main_subscribe_input input, .subscribe_full .search_block .subscribe_block_form .main_subscribe_input input {
  width: 100%;
  padding: 8px 8px 8px 40px;
  font-size: 18px;
  line-height: 34px;
  height: 50px;
  border: none;
  margin: 0; }
.subscribe_full .subscribe_block .search_block_form .main_subscribe_input input, .subscribe_full .subscribe_block .subscribe_block_form .main_subscribe_input input {
  width: 100%;
  padding: 8px 8px 8px 40px;
  font-size: 18px;
  line-height: 34px;
  height: 50px;
  border: none;
  margin: 0; }

.search_full .search_block .search_block_form .main_subscribe_button, .search_full .search_block .subscribe_block_form .main_subscribe_button {
  display: table-cell;
  vertical-align: middle;
  background-color: #FFFFFF;
  height: 50px;
  padding: 0 30px; }
.search_full .subscribe_block .search_block_form .main_subscribe_button, .search_full .subscribe_block .subscribe_block_form .main_subscribe_button {
  display: table-cell;
  vertical-align: middle;
  background-color: #FFFFFF;
  height: 50px;
  padding: 0 30px; }

.subscribe_full .search_block .search_block_form .main_subscribe_button, .subscribe_full .search_block .subscribe_block_form .main_subscribe_button {
  display: table-cell;
  vertical-align: middle;
  background-color: #FFFFFF;
  height: 50px;
  padding: 0 30px; }
.subscribe_full .subscribe_block .search_block_form .main_subscribe_button, .subscribe_full .subscribe_block .subscribe_block_form .main_subscribe_button {
  display: table-cell;
  vertical-align: middle;
  background-color: #FFFFFF;
  height: 50px;
  padding: 0 30px; }

.search_full .search_block .search_block_form .main_subscribe_button button, .search_full .search_block .subscribe_block_form .main_subscribe_button button {
  background-color: #FFFFFF;
  height: 50px;
  margin: 0;
  border: none; }
.search_full .subscribe_block .search_block_form .main_subscribe_button button, .search_full .subscribe_block .subscribe_block_form .main_subscribe_button button {
  background-color: #FFFFFF;
  height: 50px;
  margin: 0;
  border: none; }

.subscribe_full .search_block .search_block_form .main_subscribe_button button, .subscribe_full .search_block .subscribe_block_form .main_subscribe_button button {
  background-color: #FFFFFF;
  height: 50px;
  margin: 0;
  border: none; }
.subscribe_full .subscribe_block .search_block_form .main_subscribe_button button, .subscribe_full .subscribe_block .subscribe_block_form .main_subscribe_button button {
  background-color: #FFFFFF;
  height: 50px;
  margin: 0;
  border: none; }

.blur {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

body.open_search {
  overflow: hidden; }
  body.open_search .search_full {
    display: table; }
body.open_subscribe {
  overflow: hidden; }
  body.open_subscribe .subscribe_full {
    display: table; }

/* Index */
.slide_progress {
  width: 0;
  position: absolute;
  bottom: 0;
  max-width: 100%;
  height: 5px;
  background-color: #027DC3;
  z-index: 1; }

.main_banner {
  width: 100%;
  position: relative;
  height: calc(100vh - 120px);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .main_banner img {
    object-fit: cover;
    height: calc(100vh - 120px); }

.main_banner_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  width: 100%;
  max-width: 900px;
  margin: auto; }
  .main_banner_text .main_banner_title {
    margin: auto;
    font-size: 144px;
    font-weight: 900;
    letter-spacing: 19px;
    line-height: 173px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #01324E; }
  .main_banner_text .main_banner_desc {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 0 #01324E; }

/* news main */
.full_main_news {
  height: 100%;
  width: 100%;
  padding-top: 150px;
  margin-top: 0;
  background: linear-gradient(180deg, rgba(186, 223, 237, 0.3) 0%, rgba(186, 223, 237, 0) 100%); }

.main_news {
  text-align: center;
  margin: 0 auto 150px;
  max-width: 1190px; }

.grid_news {
  margin: 50px auto; }

.news_block {
  overflow: hidden;
  display: table;
  position: relative;
  margin: 0 15px 30px; }
  .news_block a {
    display: table; }
  .news_block img {
    display: table-row; }
  .news_block .news_block_text {
    margin-top: 10px;
    display: table-caption;
    caption-side: bottom;
    color: #01324E;
    font-family: "Proxima Nova";
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: left; }

.news_page {
  overflow: hidden; }
  .news_page .news_block {
    margin: 0 0 30px; }

.newspage_nav .newspage_nav_title {
  color: #01324E;
  font-family: "Proxima Nova";
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 43px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  text-transform: uppercase; }

.newspage_line {
  clear: both;
  width: 100%;
  height: 1px;
  background-color: #EDEDEE;
  content: "";
  margin: 60px 0 80px; }

.newspage_title {
  color: #01324E;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 29px; }

.newspage_date {
  opacity: 0.5;
  color: #737373;
  font-family: Roboto;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  margin-bottom: 30px; }

.newspage_fullimage {
  margin: 0 auto 60px;
  width: 100%;
  max-width: 1300px;
  max-height: 500px;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .newspage_fullimage img {
    width: 100%;
    object-fit: cover; }

.newspage_toptext {
  color: #01324E;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 30px;
  text-align: justify; }

.newspage_fulltext {
  color: #01324E;
  font-family: "Source Sans Pro";
  font-size: 18px;
  line-height: 34px; }
  .newspage_fulltext p {
    margin-bottom: 30px; }

.newspage_share_social {
  color: #01324E;
  text-transform: uppercase;
  margin-bottom: 90px; }
  .newspage_share_social a {
    margin-left: 20px; }

/*news templates */
.grid_news {
  display: flex;
  justify-content: space-between; }
  .grid_news .background_img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-clip: border-box; }

.news_template1 .img1 {
  display: flex;
  margin: 0 auto; }

.news_template2 .img1 {
  display: flex;
  flex-direction: column; }
  .news_template2 .img1 img {
    width: 750px;
    height: auto;
    visibility: hidden; }
.news_template2 .img2 {
  display: flex;
  flex-direction: column; }
  .news_template2 .img2 img {
    width: 400px;
    height: auto;
    visibility: hidden; }

.news_template3 .img1 {
  display: flex;
  flex-direction: column; }
  .news_template3 .img1 img {
    width: 650px;
    height: auto;
    visibility: hidden; }
.news_template3 .img2 {
  display: flex;
  flex-direction: column; }
  .news_template3 .img2 img {
    width: 500px;
    height: auto;
    visibility: hidden; }

.news_template4 .img1 {
  display: flex;
  flex-direction: column; }
  .news_template4 .img1 img {
    width: 570px;
    height: auto;
    visibility: hidden; }
.news_template4 .img2, .news_template4 .img3 {
  display: flex;
  flex-direction: column; }
  .news_template4 .img2 img, .news_template4 .img3 img {
    width: 270px;
    height: auto;
    visibility: hidden; }

.news_template6 .img1 {
  width: 50%;
  display: flex;
  flex-direction: column; }
  .news_template6 .img1 img {
    width: 570px;
    height: auto;
    visibility: hidden; }
.news_template6 .img2 {
  width: 50%;
  display: flex; }
  .news_template6 .img2 img {
    width: 270px;
    height: auto;
    visibility: hidden; }
.news_template6 .img3 {
  width: 50%;
  display: flex;
  flex-direction: column; }
  .news_template6 .img3 img {
    height: auto;
    visibility: hidden; }
.news_template6 .img4 {
  width: 50%;
  display: flex; }
  .news_template6 .img4 img {
    width: 270px;
    height: auto;
    visibility: hidden; }

.grid_news_resp {
  display: none;
  margin-top: 50px;
  margin-bottom: 50px; }

.grid_news_owl .news_block {
  width: 100%;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px; }
  .grid_news_owl .news_block a, .grid_news_owl .news_block .background_img {
    width: 100%;
    height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-clip: border-box; }
  .grid_news_owl .news_block .news_block_text {
    color: #01324E;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center; }

.owl-theme .owl-dots .owl-dot span {
  height: 2px;
  width: 34px;
  opacity: 0.1;
  background-color: #01324E;
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
.owl-theme .owl-dots .owl-dot.active span {
  height: 2px;
  width: 34px;
  opacity: 1;
  background-color: #01324E; }

.owl-carousel .owl-video-wrapper {
  background: none; }
.owl-carousel .owl-video-tn {
  display: none; }
.owl-carousel .owl-item {
  overflow: hidden; }
.owl-carousel .owl-video-frame {
  background: none;
  position: relative;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .owl-carousel .owl-video-frame iframe {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (min-aspect-ratio: 16 / 9) {
  .owl-carousel .owl-video-frame {
    height: 300%;
    top: -100%; } }
@media (max-aspect-ratio: 16 / 9) {
  .owl-carousel .owl-video-frame {
    width: 300%;
    left: -100%; } }
/* SQUARED */
.squared_block {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  flex-direction: row;
  align-content: stretch;
  width: 100%;
  background-color: #F7F7F7; }
  .squared_block .squared_block_container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    max-width: 800px;
    width: 40%;
    min-width: 300px;
    text-align: center;
    flex-grow: 0;
    padding: 20px;
    position: relative; }
  .squared_block .squared_block_text {
    text-align: center;
    max-width: 750px;
    margin: 50px auto; }
  .squared_block .squared_block_title {
    font-family: "Proxima Nova";
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 43px;
    text-transform: uppercase; }
  .squared_block .squared_block_desc {
    font-size: 18px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 54px; }
  .squared_block .squared_block_image {
    flex-grow: 1;
    width: 60%;
    max-height: 500px;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    display: flex;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .squared_block .squared_block_image img {
      width: 100%;
      object-fit: cover; }
  .squared_block:nth-child(odd) .squared_block_image {
    order: 2; }
  .squared_block:nth-child(odd) .squared_block_container {
    order: 1; }

/* STORY */
.main_story {
  margin-top: 100px; }
  .main_story .aqua_title {
    text-align: center; }

/* SUBSCRIBE */
.main_subscribe {
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/skins/frontend/default/images/Newsletter.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0 70px;
  min-height: 400px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -khtml-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .main_subscribe .main_subscribe_title {
    max-width: 455px;
    margin: 0 auto 40px;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 43px;
    text-transform: uppercase; }
  .main_subscribe .main_subscribe_text {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 1px; }
  .main_subscribe .main_subscribe_block {
    margin: 0 auto;
    max-width: 550px;
    width: 80%;
    min-width: 250px;
    display: table; }
    .main_subscribe .main_subscribe_block .main_subscribe_input {
      width: 100%;
      display: table-cell;
      vertical-align: middle; }
      .main_subscribe .main_subscribe_block .main_subscribe_input input {
        width: 100%;
        padding: 8px 8px 8px 40px;
        font-size: 18px;
        line-height: 34px;
        height: 50px;
        border: none;
        margin: 0; }
    .main_subscribe .main_subscribe_block .main_subscribe_button {
      display: table-cell;
      vertical-align: middle;
      background-color: #FFFFFF;
      height: 50px;
      padding: 0 30px; }
      .main_subscribe .main_subscribe_block .main_subscribe_button button {
        background-color: #FFFFFF;
        height: 50px;
        margin: 0;
        border: none; }

/* FOOTER */
.main_footer {
  font-family: "Source Sans Pro";
  position: relative;
  background-color: #F7F7F7;
  width: 100%;
  padding-top: 50px;
  overflow: hidden; }
  .main_footer .main_footer_links {
    float: left; }
    .main_footer .main_footer_links .footer_link_blocks .footer_link_block {
      margin-right: 60px;
      margin-bottom: 56px;
      padding: 0;
      list-style: none;
      float: left; }
      .main_footer .main_footer_links .footer_link_blocks .footer_link_block li {
        font-size: 12px;
        line-height: 20px; }
        .main_footer .main_footer_links .footer_link_blocks .footer_link_block li.footer_link_title {
          margin-bottom: 10px;
          font-size: 12px;
          font-weight: bold;
          line-height: 14px;
          text-transform: uppercase; }
  .main_footer .main_footer_line {
    clear: both;
    width: 100%;
    height: 1px;
    background-color: #EDEDEE;
    content: ""; }
  .main_footer .main_footer_rights {
    float: left;
    font-size: 10px;
    line-height: 20px;
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 0; }
    .main_footer .main_footer_rights a {
      color: #01324E;
      font-weight: bold; }
  .main_footer .main_footer_logos {
    float: right;
    margin-top: 60px;
    max-width: 400px; }
  .main_footer .main_footer_social {
    float: right;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0; }
    .main_footer .main_footer_social a + a {
      margin-left: 20px; }
    .main_footer .main_footer_social i {
      color: #01324E; }

/* pages */
.aqua_page_title {
  font-family: "Proxima Nova";
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 43px;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 50px; }

.aqua_page_text {
  font-family: "Source Sans Pro";
  font-size: 18px;
  line-height: 34px; }

/* Company */
.company_banner {
  margin: 0 auto;
  width: 100%;
  height: 550px;
  max-height: 550px;
  overflow: hidden;
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .company_banner img {
    width: 100%;
    object-fit: cover; }

.display-table {
  display: table;
  height: 100%;
  width: 100%; }

.display-table-cell {
  display: table-cell;
  vertical-align: middle; }

.company_imagewithtext_map {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .company_imagewithtext_map img {
    width: 100%;
    object-fit: cover; }
  .company_imagewithtext_map .company_imagewithtext_text {
    width: 560px;
    color: #01324E;
    margin: 0 auto;
    font-family: "Proxima Nova";
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase; }
  .company_imagewithtext_map.margintop {
    margin-top: 150px; }
  .company_imagewithtext_map.marginbottom {
    margin-bottom: 150px; }

.aqua_page_text.company_story {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

.aqua_images_row {
  white-space: nowrap;
  position: relative;
  font-size: 0;
  margin-top: 150px; }
  .aqua_images_row .aqua_images_row_img {
    max-height: 400px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: flex; }
    .aqua_images_row .aqua_images_row_img img {
      width: 100%;
      object-fit: cover;
      display: inline-block; }

.aqua_icon_blocks .list_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .aqua_icon_blocks .list_icons .aqua_icon_block {
    text-align: center;
    padding: 40px 30px; }
    .aqua_icon_blocks .list_icons .aqua_icon_block .aqua_icon_block_title {
      color: #01324E;
      font-family: "Proxima Nova";
      font-size: 22px;
      font-weight: 600;
      line-height: 47px;
      text-transform: uppercase;
      margin-top: 20px;
      margin-bottom: 20px; }
    .aqua_icon_blocks .list_icons .aqua_icon_block .aqua_icon_block_text {
      color: #01324E;
      font-family: "Source Sans Pro";
      font-size: 18px;
      line-height: 34px; }

.company_certification_block {
  display: flex;
  position: relative;
  min-height: 400px;
  height: 400px;
  margin-top: 80px;
  margin-bottom: 80px; }
  .company_certification_block .company_certification_background {
    max-height: 400px;
    overflow: hidden;
    display: flex; }
    .company_certification_block .company_certification_background img {
      width: 100%;
      object-fit: cover; }
  .company_certification_block .company_certification_textblock {
    position: relative; }
    .company_certification_block .company_certification_textblock .absolute_center {
      padding: 60px; }
    .company_certification_block .company_certification_textblock .company_certification_title {
      color: #01324E;
      font-family: "Proxima Nova";
      font-size: 36px;
      font-weight: 600;
      letter-spacing: 5px;
      line-height: 43px;
      text-transform: uppercase; }
    .company_certification_block .company_certification_textblock .company_certification_subtitle {
      color: #01324E;
      font-family: "Proxima Nova";
      font-size: 36px;
      font-weight: 800;
      letter-spacing: 5px;
      line-height: 43px;
      text-transform: uppercase; }
    .company_certification_block .company_certification_textblock .company_certification_text {
      color: #01324E;
      font-family: "Source Sans Pro";
      font-size: 18px;
      line-height: 34px; }

.aqua_brands_images_row .aqua_images_block {
  padding: 0;
  font-size: 0;
  text-align: center;
  overflow: hidden; }
  .aqua_brands_images_row .aqua_images_block:hover .aqua_images_block_hide, .aqua_brands_images_row .aqua_images_block:focus .aqua_images_block_hide {
    display: block; }
  .aqua_brands_images_row .aqua_images_block:hover .aqua_images_block_display, .aqua_brands_images_row .aqua_images_block:focus .aqua_images_block_display {
    display: none; }
  .aqua_brands_images_row .aqua_images_block:hover .aqua_brands_img, .aqua_brands_images_row .aqua_images_block:focus .aqua_brands_img {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity: .5; }
.aqua_brands_images_row .aqua_images_block_hide {
  display: none;
  font-family: "Source Sans Pro";
  font-size: 18px;
  line-height: 34px;
  text-align: center; }
  .aqua_brands_images_row .aqua_images_block_hide div {
    color: #01324E; }
.aqua_brands_images_row .aqua_brands_title {
  color: #FFFFFF;
  font-family: "Proxima Nova";
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 43px;
  text-align: center; }
  .aqua_brands_images_row .aqua_brands_title img {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    max-height: 150px; }
.aqua_brands_images_row .aqua_brands_text {
  color: #FFFFFF;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 23px;
  text-align: center; }

.has-error .help-block {
  font-size: 10px; }

.google_recaptcha .has-error.help-block {
  color: #a94442;
  font-size: 10px;
  text-align: center; }

/* AQUARIUMS */
.content_page.showaquarium {
  opacity: 0;
  overflow: hidden; }

.open_segments, .open_families, .open_models {
  cursor: pointer; }

.content_aquariums {
  opacity: 0;
  position: fixed;
  padding-top: 120px;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh);
  z-index: 8;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.3s ease-in-out;
  -khtml-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .content_aquariums.showOpacity {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -khtml-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }

.aquarium_image {
  max-height: 300px;
  padding: 0;
  display: flex; }
  .aquarium_image a {
    width: 100%; }
  .aquarium_image img {
    width: 100%;
    max-height: 300px;
    object-fit: cover; }

.aquarium_wrapper {
  width: 400%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .aquarium_wrapper.slided {
    transform: translate(-25%, 0); }
    .aquarium_wrapper.slided .aquarium_segments_view {
      display: block;
      height: auto; }
  .aquarium_wrapper.models {
    transform: translate(-50%, 0); }
    .aquarium_wrapper.models .aquarium_segments_view {
      display: block;
      height: auto; }
  .aquarium_wrapper.colors {
    transform: translate(-75%, 0); }
    .aquarium_wrapper.colors .aquarium_models_view {
      display: block;
      height: auto; }
  .aquarium_wrapper .aquarium_nav_main {
    display: none; }
  .aquarium_wrapper .aquarium_nav_back_main {
    top: 32px;
    left: 15px;
    position: absolute;
    cursor: pointer;
    margin-left: 84px; }
  .aquarium_wrapper .aquarium_nav_title {
    text-transform: uppercase;
    color: #01324E;
    font-family: "Proxima Nova";
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 36px;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px; }

.aquarium_blocks, .aquarium_families_view, .aquarium_models_view, .aquarium_segments_view {
  width: 25%;
  overflow-x: hidden;
  position: relative;
  overflow-y: auto;
  height: 100%;
  float: left; }

.aquarium_text_title {
  margin-top: 30px;
  color: #01324E;
  font-family: "Proxima Nova";
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 29px;
  text-align: center;
  padding: 0 15px; }

.aquarium_text_text {
  color: #01324E;
  font-family: "Source Sans Pro";
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  padding: 0 15px; }

.aquarium_block {
  padding: 0 0 30px;
  border: 1px solid #F5F9FA; }
  .aquarium_block .aquarium_text_models, .aquarium_block .aquarium_text_families {
    margin-top: 13px;
    color: #737373;
    font-family: "Source Sans Pro";
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: center; }

.aquarium_segments_view .aquarium_nav, .aquarium_families_view .aquarium_nav {
  width: 100%; }

.aquarium_segments_view .aquarium_nav .aquarium_nav_back, .aquarium_families_view .aquarium_nav .aquarium_nav_families_back {
  top: 32px;
  left: 15px;
  position: absolute;
  cursor: pointer;
  margin-left: 84px; }

.aquarium_segments_view .aquarium_nav .aquarium_nav_title, .aquarium_families_view .aquarium_nav .aquarium_nav_families_back {
  text-transform: uppercase;
  color: #01324E;
  font-family: "Proxima Nova";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 36px;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px; }

.aquarium_models_view .aquarium_nav {
  width: 100%; }
  .aquarium_models_view .aquarium_nav .aquarium_nav_models_back {
    top: 32px;
    left: 15px;
    position: absolute;
    cursor: pointer;
    margin-left: 84px; }
  .aquarium_models_view .aquarium_nav .aquarium_nav_title {
    text-transform: uppercase;
    color: #01324E;
    font-family: "Proxima Nova";
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 36px;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px; }

.aquarium_details {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 28px; }
  .aquarium_details .aquarium_details_block {
    list-style: none;
    padding: 0;
    max-width: 500px;
    margin: 0 auto 28px; }
    .aquarium_details .aquarium_details_block li {
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      height: 65px;
      width: 32%; }
      .aquarium_details .aquarium_details_block li + li {
        border-left: 1px solid #E6E7E8; }
  .aquarium_details .aquarium_detail_title {
    padding-top: 5px;
    color: #01324E;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px; }
  .aquarium_details .aquarium_detail_smalltext {
    color: #01324E;
    font-family: "Proxima Nova";
    font-size: 12px;
    font-weight: 300;
    line-height: 14px; }
  .aquarium_details .circled_colors {
    list-style: none;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 30px; }
    .aquarium_details .circled_colors li {
      box-sizing: border-box;
      height: 23px;
      width: 23px;
      display: inline-block;
      border: 3px solid rgba(1, 50, 78, 0.2);
      border-radius: 15px; }
      .aquarium_details .circled_colors li div {
        border-radius: 15px; }
      .aquarium_details .circled_colors li + li {
        margin-left: 7px; }
  .aquarium_details .aquarium_text_model {
    margin-top: 13px;
    color: #737373;
    font-family: "Source Sans Pro";
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: center; }

.aquarium_text_block .aquarium_text_model {
  margin-top: 32px;
  padding-bottom: 32px;
  color: #737373;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center; }

/* CONTACTS */
.contacts_search {
  width: 100%;
  margin-bottom: 60px; }
  .contacts_search form {
    display: flex;
    align-items: center; }
  .contacts_search .contacts_search_title {
    color: #01324E;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase; }
  .contacts_search .shop_search_input {
    width: 100%;
    flex: 1;
    background-color: #F4F4F4;
    padding: 8px 20px;
    border: none;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 34px;
    margin-right: 20px; }
  .contacts_search .aqua_button {
    margin-left: 20px; }

.contacts_search_results {
  border-bottom: 1px solid #E6E7E8; }
  .contacts_search_results:last-child {
    border: none; }
  .contacts_search_results .results_block {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    padding: 30px; }
  .contacts_search_results .shop_title {
    font-family: "Proxima Nova";
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .contacts_search_results .shop_r_title {
    color: #01324E;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .contacts_search_results .shop_r_text {
    color: #737373;
    font-family: "Source Sans Pro";
    font-size: 14px;
    line-height: 12px; }

.full_whitebackground {
  width: 100%;
  background-color: #FFFFFF; }

.full_graybackground {
  width: 100%;
  background-color: #FCFCFC; }

.even_margin {
  clear: both;
  margin: 0 auto;
  width: max-content;
  text-align: center; }

.absolute_center {
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0; }

.full_center {
  width: 100%;
  text-align: center; }

.full_map {
  width: 100%;
  height: 400px;
  margin-top: 50px;
  margin-bottom: 50px; }
  .full_map #map {
    width: 100%;
    height: 100%; }

.register_shop_link {
  color: #01324E;
  font-family: "Proxima Nova";
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 100px; }

.aqua_form {
  margin-bottom: 150px; }
  .aqua_form .form-group {
    margin-bottom: 30px; }
  .aqua_form .addshop_title {
    color: #01324E;
    font-family: "Proxima Nova";
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 40px; }
  .aqua_form label {
    color: #01324E;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase; }
  .aqua_form .select_to_span + span.ui-selectmenu-button {
    width: 100% !important; }
  .aqua_form textarea, .aqua_form select, .aqua_form input {
    border: none;
    padding: 8px 20px;
    background-color: #F4F4F4;
    border-radius: 0;
    color: #01324E;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 34px;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    resize: none; }
  .aqua_form textarea:focus, .aqua_form textarea:active {
    border-color: #9ecaed;
    border-width: 1px;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none; }
  .aqua_form select:focus, .aqua_form select:active {
    border-color: #9ecaed;
    border-width: 1px;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none; }
  .aqua_form input:focus, .aqua_form input:active {
    border-color: #9ecaed;
    border-width: 1px;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none; }
  .aqua_form select {
    height: 50px; }
  .aqua_form textarea {
    height: 200px;
    resize: none; }
  .aqua_form .google_recaptcha {
    margin-top: 88px;
    margin-bottom: 40px;
    max-width: 304px; }

.bootstrap-datetimepicker-widget {
  color: #01324E; }
  .bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th, .bootstrap-datetimepicker-widget td span, .bootstrap-datetimepicker-widget th span {
    border-radius: 0; }
  .bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget th.active {
    background-color: #027DC2; }
  .bootstrap-datetimepicker-widget.dropdown-menu {
    border-radius: 0; }

/* Shopfinder */
.findshop, .addshop {
  display: none; }

.form-control {
  display: inherit;
  width: 100%;
  height: initial;
  padding: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.addshop_form {
  width: 100%; }

.contacts_block {
  margin-top: 40px;
  margin-bottom: 80px; }
  .contacts_block p {
    text-align: center;
    color: #01324E;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 24px;
    margin: 0; }

.contact_form {
  margin-top: 50px;
  margin-bottom: 150px; }

.warranty_banner {
  margin: 40px auto 40px;
  width: 100%;
  height: 400px;
  max-height: 400px;
  overflow: hidden;
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .warranty_banner img {
    width: 100%;
    object-fit: cover; }

.warranty_container .aqua_subtitle {
  margin-top: 80px;
  margin-bottom: 40px; }

.warranty_form input[type="radio"], .contact_form input[type="radio"], .register-store-form input[type="radio"] {
  display: none; }
  .warranty_form input[type="radio"] + label, .contact_form input[type="radio"] + label, .register-store-form input[type="radio"] + label {
    color: #292321;
    margin-top: 10px;
    font-size: 14px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px; }
    .warranty_form input[type="radio"] + label span, .contact_form input[type="radio"] + label span, .register-store-form input[type="radio"] + label span {
      display: inline-block;
      width: 19px;
      height: 19px;
      margin: -1px 8px 0 0;
      vertical-align: middle;
      cursor: pointer;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #F4F4F4; }
  .warranty_form input[type="radio"]:checked + label span, .contact_form input[type="radio"]:checked + label span, .register-store-form input[type="radio"]:checked + label span {
    background-color: #027DC2; }
.warranty_form .form_terms, .contact_form .form_terms, .register-store-form .form_terms {
  color: #737373;
  font-size: 10px;
  line-height: 34px;
  text-transform: inherit;
  font-family: "Source Sans Pro";
  letter-spacing: 0; }
  .warranty_form .form_terms label, .contact_form .form_terms label, .register-store-form .form_terms label {
    color: #737373;
    font-size: 10px;
    line-height: 34px;
    text-transform: inherit;
    font-family: "Source Sans Pro";
    letter-spacing: 0; }
  .warranty_form .form_terms input[type="checkbox"], .warranty_form .form_terms label input[type="checkbox"], .contact_form .form_terms input[type="checkbox"], .contact_form .form_terms label input[type="checkbox"], .register-store-form .form_terms input[type="checkbox"], .register-store-form .form_terms label input[type="checkbox"] {
    display: none; }
  .warranty_form .form_terms input[type="checkbox"] + label, .warranty_form .form_terms label input[type="checkbox"] + label, .contact_form .form_terms input[type="checkbox"] + label, .contact_form .form_terms label input[type="checkbox"] + label, .register-store-form .form_terms input[type="checkbox"] + label, .register-store-form .form_terms label input[type="checkbox"] + label {
    margin-top: 10px;
    padding-left: 0;
    margin-left: 0; }
  .warranty_form .form_terms input[type="checkbox"] + label span, .warranty_form .form_terms label input[type="checkbox"] + label span, .contact_form .form_terms input[type="checkbox"] + label span, .contact_form .form_terms label input[type="checkbox"] + label span, .register-store-form .form_terms input[type="checkbox"] + label span, .register-store-form .form_terms label input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    cursor: pointer; }
  .warranty_form .form_terms input[type="checkbox"] + label span, .warranty_form .form_terms label input[type="checkbox"] + label span, .contact_form .form_terms input[type="checkbox"] + label span, .contact_form .form_terms label input[type="checkbox"] + label span, .register-store-form .form_terms input[type="checkbox"] + label span, .register-store-form .form_terms label input[type="checkbox"] + label span {
    background-color: #F4F4F4; }
  .warranty_form .form_terms input[type="checkbox"]:checked + label span, .warranty_form .form_terms label input[type="checkbox"]:checked + label span, .contact_form .form_terms input[type="checkbox"]:checked + label span, .contact_form .form_terms label input[type="checkbox"]:checked + label span, .register-store-form .form_terms input[type="checkbox"]:checked + label span, .register-store-form .form_terms label input[type="checkbox"]:checked + label span {
    background-color: #027DC2;
    border: 5px solid #F4F4F4; }
  .warranty_form .form_terms a, .warranty_form .form_terms label a, .contact_form .form_terms a, .contact_form .form_terms label a, .register-store-form .form_terms a, .register-store-form .form_terms label a {
    text-decoration: underline;
    font-family: "Source Sans Pro";
    font-size: 10px;
    line-height: 34px; }

/* SUPPORT */
.support_banner {
  position: relative;
  margin: 60px auto;
  width: 100%;
  max-height: 400px;
  height: 400px;
  overflow: hidden;
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .support_banner img {
    width: 100%;
    object-fit: cover; }
  .support_banner * {
    color: #01324E;
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: 34px; }
  .support_banner .support_search_block {
    position: absolute;
    margin: 0 auto;
    max-width: 1250px;
    width: 80%;
    min-width: 250px;
    display: table; }
    .support_banner .support_search_block .support_search_input {
      width: 100%;
      display: table-cell;
      vertical-align: middle; }
      .support_banner .support_search_block .support_search_input input {
        width: 100%;
        padding: 8px;
        font-size: 18px;
        line-height: 34px;
        border: none;
        margin: 0; }
    .support_banner .support_search_block .support_search_select {
      width: 300px;
      display: table-cell;
      vertical-align: middle;
      border-left: 1px solid #BCC7C7;
      height: 50px; }
      .support_banner .support_search_block .support_search_select #product_type-button {
        width: 300px !important;
        padding: 0 20px 0 20px;
        height: 50px;
        margin-bottom: -10px;
        border: 0;
        border-radius: 0;
        background: #FFFFFF; }
        .support_banner .support_search_block .support_search_select #product_type-button .ui-selectmenu-text {
          padding: 0;
          line-height: 50px; }
    .support_banner .support_search_block .support_search_button {
      width: 300px;
      display: table-cell;
      vertical-align: middle;
      background-color: #01324E;
      height: 50px;
      padding: 0 40px; }
      .support_banner .support_search_block .support_search_button button {
        background-color: #01324E;
        color: #FFFFFF;
        height: 50px;
        margin: 0;
        border: none;
        text-transform: uppercase; }

#type-menu, #product_type-menu {
  color: #01324E;
  font-family: "Source Sans Pro";
  font-size: 18px;
  line-height: 34px; }

#type-menu .ui-state-hover, #type-menu .ui-widget-content .ui-state-hover, #type-menu .ui-widget-header .ui-state-hover, #type-menu .ui-state-focus, #type-menu .ui-widget-content .ui-state-focus, #type-menu .ui-widget-header .ui-state-focus {
  background: #F7F7F7;
  border: none;
  margin: 0; }

#product_type-menu .ui-state-hover, #product_type-menu .ui-widget-content .ui-state-hover, #product_type-menu .ui-widget-header .ui-state-hover, #product_type-menu .ui-state-focus, #product_type-menu .ui-widget-content .ui-state-focus, #product_type-menu .ui-widget-header .ui-state-focus {
  background: #F7F7F7;
  border: none;
  margin: 0; }

.support_section + .support_section {
  border-top: 1px solid #E6E7E8;
  padding-top: 60px; }

.support_boxs_block {
  margin: 60px auto;
  text-align: center; }

.support_boxs {
  height: 220px;
  max-width: 290px;
  width: 100%;
  border: 1px solid #E6E7E8;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
  .support_boxs .support_boxs_title {
    color: #01324E;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: center;
    position: relative;
    z-index: 3; }
  .support_boxs .support_boxs_img {
    padding: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2; }
    .support_boxs .support_boxs_img img {
      margin: 0 auto; }

.support_tabs {
  position: relative; }
  .support_tabs .faqs_text, .support_tabs .support_tabs_text {
    margin-bottom: 60px; }
  .support_tabs .nav-tabs {
    border: none;
    margin: 0 auto;
    text-align: center; }
    .support_tabs .nav-tabs li {
      width: 300px;
      text-align: center;
      float: none;
      display: inline-block;
      *display: inline;
      /* ie7 fix */
      zoom: 1;
      /* hasLayout ie7 trigger */
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 2px;
      line-height: 19px;
      text-transform: uppercase;
      color: #01324E; }
    .support_tabs .nav-tabs a {
      border: none; }
      .support_tabs .nav-tabs a:focus, .support_tabs .nav-tabs a:hover {
        background: none;
        border: none; }
    .support_tabs .nav-tabs .active a {
      background: none;
      border: none;
      -webkit-transition: all 0.5s ease-in-out;
      -khtml-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .support_tabs .nav-tabs .active a:focus, .support_tabs .nav-tabs .active a:hover {
        background: none;
        border: none;
        -webkit-transition: all 0.5s ease-in-out;
        -khtml-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
  .support_tabs .target {
    position: absolute;
    border-bottom: 1px solid transparent;
    z-index: 2;
    transform: translateX(-60px);
    transition: all .35s ease-in-out; }
  .support_tabs .tab-content {
    margin-top: 60px; }
    .support_tabs .tab-content .item_title, .support_tabs .tab-content .item_title2 {
      color: #01324E;
      font-size: 16px;
      line-height: 17px;
      font-weight: 600;
      text-transform: uppercase;
      text-align: left; }
    .support_tabs .tab-content .item_title {
      font-weight: bold;
      letter-spacing: 2px; }
    .support_tabs .tab-content td {
      border: none;
      padding: 0; }
      .support_tabs .tab-content td a {
        display: block;
        padding: 20px 24px; }
    .support_tabs .tab-content .table {
      margin-bottom: 60px; }
    .support_tabs .tab-content .table_linesbetween tr + tr {
      border-top: 1px solid #E6E7E8; }
    .support_tabs .tab-content .table-striped > tbody > tr:nth-of-type(odd) {
      background-color: #F2F3F3; }
    .support_tabs .tab-content .item_link {
      color: #01324E;
      font-size: 10px;
      font-weight: 400;
      line-height: 12px; }
      .support_tabs .tab-content .item_link b {
        margin-right: 3px; }
    .support_tabs .tab-content .faqs_text {
      color: #01324E;
      font-family: "Source Sans Pro";
      font-size: 18px;
      line-height: 34px;
      text-align: center; }
    .support_tabs .tab-content .faqs_accordion {
      margin-bottom: 60px; }
      .support_tabs .tab-content .faqs_accordion .card:nth-of-type(odd) .card-header a {
        background-color: #F2F3F3; }
      .support_tabs .tab-content .faqs_accordion .card .card-header h5 {
        margin: 0; }
        .support_tabs .tab-content .faqs_accordion .card .card-header h5 a {
          width: 100%;
          padding: 20px 24px;
          display: block;
          color: #01324E;
          font-family: "Source Sans Pro";
          font-size: 14px;
          font-weight: 600;
          -webkit-transition: all 0.5s ease-in-out;
          -khtml-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
          .support_tabs .tab-content .faqs_accordion .card .card-header h5 a:not(.collapsed) {
            background-color: rgba(1, 50, 78, 0.1); }
      .support_tabs .tab-content .faqs_accordion .card + .card {
        border-top: 1px solid #F2F3F3; }
      .support_tabs .tab-content .faqs_accordion .faq_content {
        margin-top: 30px;
        margin-bottom: 30px;
        color: #01324E;
        font-family: "Source Sans Pro";
        font-size: 18px;
        line-height: 34px; }
        .support_tabs .tab-content .faqs_accordion .faq_content img {
          width: 100%; }

/* Plyr */
.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover {
  border: transparent;
  box-shadow: none;
  background: #FFFFFF;
  color: #027DC3;
  background: url("/skins/frontend/default/images/video_play.png");
  width: 105px;
  height: 101px;
  padding: 0;
  margin: 0 auto; }

.plyr__play-large {
  border: transparent;
  box-shadow: none;
  background: #FFFFFF;
  color: #027DC3;
  background: url("/skins/frontend/default/images/video_play.png");
  width: 105px;
  height: 101px;
  padding: 0;
  margin: 0 auto; }
  .plyr__play-large svg {
    display: none; }

.plyr--video .plyr__controls {
  display: none; }

/* MEDIA QUERIES */
@media (min-width: 1200px) {
  .container {
    width: 950px; } }
@media (min-width: 992px) {
  .container {
    width: 950px; } }
@media (max-width: 992px) {
  body.open_menu .full_page_menu .container {
    width: 100%; }
  body.open_menu .full_page_menu .full_menu_right {
    width: auto; } }
@media (max-width: 1320px) {
  .main_menu .menu_options ul li + li {
    margin-left: 15px; } }
@media (max-width: 1200px) {
  .main_menu .menu_options {
    font-size: 12px; } }
@media (max-height: 768px) {
  body:before {
    content: '';
    position: fixed;
    z-index: 11;
    -webkit-transition: background 0.5s ease-in-out;
    -khtml-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    left: 0;
    top: 0; }

  body.open_menu .full_page_menu .full_menu_options ul li {
    line-height: 60px; } }
@media (max-width: 1023px) and (max-height: 768px) {
  body.open_menu:before {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%; }

  body.open_menu .full_page_menu {
    background: transparent; } }
@media (max-width: 768px), screen\0 {
  body.open_menu .shownormal {
    display: none; }
  body.open_menu .showswap {
    display: inline; } }
/* for up and down */
@-webkit-keyframes bouncerotate {
  0% {
    -webkit-transform: translateY(0px);
    -webkit-animation-timing-function: ease-in; }
  35% {
    -webkit-transform: translateY(10px);
    -webkit-animation-timing-function: ease-in; }
  60% {
    -webkit-transform: translateY(-5px);
    -webkit-animation-timing-function: ease-in; }
  82% {
    -webkit-transform: translateY(15px);
    -webkit-animation-timing-function: ease-in; }
  92% {
    -webkit-transform: translateY(0px);
    -webkit-animation-timing-function: ease-in; }
  95% {
    -webkit-transform: translateY(15px);
    -webkit-animation-timing-function: ease-in; }
  98% {
    -webkit-transform: translateY(5px) rotate(-180deg);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: translateY(0px) rotate(180deg);
    -webkit-animation-timing-function: ease-out; } }
@media (max-width: 768px) {
  .sidehovermenu {
    display: none; }

  body.open_menu_mobile {
    overflow: hidden; }
    body.open_menu_mobile .full_menu_options_mobile_page {
      display: block; }
    body.open_menu_mobile .product_link_icon {
      -webkit-animation: bouncerotate 1s forwards;
      /* Safari 4+ */
      -moz-animation: bouncerotate 1s forwards;
      /* Fx 5+ */
      -o-animation: bouncerotate 1s forwards;
      /* Opera 12+ */
      animation: bouncerotate 1s forwards;
      /* IE 10+, Fx 29+ */ }

  .main_menu {
    height: 70px; }
    .main_menu .menu_options {
      display: none; }
    .main_menu .menu_logo {
      width: 110px; }
      .main_menu .menu_logo img {
        margin-left: 24px;
        max-height: 50px;
        max-width: 60px; }
    .main_menu .menu_options_mobile {
      display: block; }
    .main_menu .main_menu_right {
      width: 50px; }
      .main_menu .main_menu_right .search_option {
        display: none; }
      .main_menu .main_menu_right ul {
        margin-right: 15px;
        padding: 0; }

  .content_page {
    margin-top: 70px; }

  .main_banner {
    height: calc(100vh - 70px); }
    .main_banner img {
      height: calc(100vh - 70px); }

  body.open_menu .main_menu {
    background-color: #FFFFFF; }
    body.open_menu .main_menu .main_menu_right span {
      background-color: #01324E; }
  body.open_menu .full_page_menu .container {
    background-color: #01324E;
    right: 0;
    position: absolute;
    margin-top: 70px;
    min-height: calc(100% - 70px);
    height: initial;
    padding: 0;
    width: calc(100% - 50px); }
  body.open_menu .full_page_menu .content {
    height: auto;
    width: 100%;
    padding: 0;
    background-color: #01324E; }
  body.open_menu .full_page_menu .full_menu_right {
    position: relative;
    margin: 10px 30px 0 auto;
    width: auto; }
    body.open_menu .full_page_menu .full_menu_right .full_menu_reserved_area {
      display: none;
      padding-left: 30px; }
      body.open_menu .full_page_menu .full_menu_right .full_menu_reserved_area.open {
        display: block; }
    body.open_menu .full_page_menu .full_menu_right .small_screen_lang {
      display: block; }
    body.open_menu .full_page_menu .full_menu_right .full_menu_socials {
      margin-top: 80px; }
  body.open_menu .full_page_menu .full_menu_options {
    margin-top: 0; }
    body.open_menu .full_page_menu .full_menu_options ul {
      width: 100%;
      padding: 0; }
    body.open_menu .full_page_menu .full_menu_options li {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      body.open_menu .full_page_menu .full_menu_options li + li {
        border-top: 1px solid #FFFFFF; }
    body.open_menu .full_page_menu .full_menu_options .small_screen_login {
      display: block; }
  body.open_menu .menu_options_mobile, body.open_menu .menu_logo {
    display: none; }
  body.open_menu .main_menu_mobile_search {
    display: block;
    height: 100%; }
    body.open_menu .main_menu_mobile_search form {
      height: 100%; }
      body.open_menu .main_menu_mobile_search form .search_block_input {
        display: inline-block;
        color: #01324E;
        font-family: "Source Sans Pro";
        font-size: 16px;
        line-height: 32px;
        display: inline-table;
        vertical-align: middle;
        height: 100%;
        width: 90%;
        padding-left: 10px;
        padding-right: 10px;
        background: #FFFFFF; }
        body.open_menu .main_menu_mobile_search form .search_block_input span, body.open_menu .main_menu_mobile_search form .search_block_input input {
          border: none;
          width: 100%;
          height: 100%; }
      body.open_menu .main_menu_mobile_search form .search_submit {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        background: #FFFFFF;
        border: none;
        float: right;
        margin-right: 10px; }

  .content_aquariums {
    padding-top: 70px; }

  .aquarium_wrapper .aquarium_nav_main {
    display: block; }
    .aquarium_wrapper .aquarium_nav_main .aquarium_nav_back_main {
      margin: 0; }

  .aquarium_models_view .aquarium_nav .aquarium_nav_models_back, .aquarium_families_view .aquarium_nav .aquarium_nav_back {
    margin: 0; }

  .main_banner_text {
    width: 90%; }
    .main_banner_text .main_banner_title {
      font-size: 120px;
      letter-spacing: 7px;
      line-height: 100px; }

  .news_block {
    margin: 0 5px 20px; }
    .news_block .news_block_text {
      font-size: 11px; }

  .squared_blocks .squared_block {
    display: block; }
    .squared_blocks .squared_block .squared_block_image, .squared_blocks .squared_block .squared_block_container {
      width: 100%; }

  .cd-horizontal-timeline .events-content em {
    top: -100px; }

  .grid_news {
    display: none; }

  .grid_news_resp {
    display: block; }

  .content_page .company_imagewithtext_text {
    width: 90%;
    font-size: 34px;
    line-height: 39px; }
  .content_page .aqua_page_text.company_story {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .content_page .company_certification_block {
    display: block;
    height: auto; }
    .content_page .company_certification_block .company_certification_background .absolute_center {
      top: 0;
      transform: translateY(0%);
      position: relative; }
    .content_page .company_certification_block .company_certification_textblock .absolute_center {
      top: 0;
      transform: translateY(0%);
      position: relative;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      text-align: justify; }
  .content_page .aqua_page_title {
    margin-top: 50px;
    margin-top: 30px; }
  .content_page .company_imagewithtext_map.margintop {
    margin-top: 50px; }
  .content_page .company_certification_block {
    margin-top: 20px; }
    .content_page .company_certification_block .company_certification_textblock .company_certification_subtitle {
      letter-spacing: 3px;
      font-size: 30px; }
  .content_page .aqua_images_row {
    margin-top: 50px; }

  .contacts_search .contacts_search_title {
    text-align: center;
    margin-bottom: 20px; }
  .contacts_search .aqua_button {
    margin-left: auto; }
  .contacts_search form {
    display: block;
    text-align: center; }
    .contacts_search form button {
      margin: 20px auto 0; }

  .support_banner {
    display: table; }
    .support_banner img {
      height: 300px; }
    .support_banner .support_search_block {
      top: 0;
      transform: translateY(0%);
      position: relative; }
      .support_banner .support_search_block .support_search_form {
        margin-top: 50px;
        display: -webkit-box;
        display: -moz-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical; }
        .support_banner .support_search_block .support_search_form .support_search_input, .support_banner .support_search_block .support_search_form .support_search_select, .support_banner .support_search_block .support_search_form .support_search_button {
          display: block; }
      .support_banner .support_search_block .support_search_input {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        margin: 30px auto 0; }
      .support_banner .support_search_block .support_search_select {
        border: none;
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1; }
        .support_banner .support_search_block .support_search_select #product_type-button {
          width: 100% !important; }
      .support_banner .support_search_block .support_search_button {
        text-align: center;
        margin: 30px auto 0;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3; } }
@media (max-width: 612px) {
  .main_banner_text .main_banner_title {
    font-size: 50px;
    letter-spacing: 0; }
  .main_banner_text .main_banner_desc {
    font-size: 20px;
    line-height: 22px; }

  body.open_menu .main_menu_mobile_search form .search_block_input {
    width: 80%; }

  .cd-horizontal-timeline .events-content em {
    top: -130px;
    font-size: 80px; }

  body.open_menu .full_page_menu .full_menu_options ul li {
    font-size: 20px;
    letter-spacing: 6px; }

  .main_subscribe .main_subscribe_title {
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 30px;
    width: calc(100% - 20px); }
  .main_subscribe .main_subscribe_text {
    width: calc(100% - 20px);
    padding-bottom: 60px;
    margin: 0 auto; }
  .main_subscribe .main_subscribe_block {
    width: calc(100% - 20px); }
    .main_subscribe .main_subscribe_block .main_subscribe_input input {
      padding: 8px; }
    .main_subscribe .main_subscribe_block .main_subscribe_button {
      padding: 0 8px; }

  .main_footer .main_footer_links {
    float: none; }
    .main_footer .main_footer_links .footer_link_blocks .footer_link_block {
      float: none;
      margin: 20px auto;
      text-align: center; }
      .main_footer .main_footer_links .footer_link_blocks .footer_link_block li {
        font-size: 16px; }
        .main_footer .main_footer_links .footer_link_blocks .footer_link_block li.footer_link_title {
          font-size: 16px; }
  .main_footer .main_footer_logos {
    float: none;
    margin: 60px auto;
    text-align: center; }
    .main_footer .main_footer_logos img {
      margin: 0 auto; }
  .main_footer .main_footer_rights {
    float: none;
    text-align: center;
    font-size: 14px; }
  .main_footer .main_footer_social {
    float: none;
    text-align: center; } }
/* Mouse Scroll */
.scroll-down {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 40px;
  height: 40px;
  bottom: 25px;
  padding-left: 7px;
  cursor: pointer;
  z-index: 2;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .scroll-down.mousesvg svg {
    width: 18px;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s; }
  .scroll-down.mousesvg .stroke {
    stroke: #FFFFFF; }
  .scroll-down.mousesvg .scroller {
    fill: #FFFFFF;
    -webkit-animation: updown 1s infinite;
    -moz-animation: updown 1s infinite;
    -o-animation: updown 1s infinite;
    animation: updown 1s infinite; }

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-moz-keyframes updown {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -moz-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-o-keyframes updown {
  0% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
/* end Mouse Scroll end */
/* cookie bar*/
#cookie-bar {
  font-family: "Source Sans Pro", "Proxima Nova", monospace;
  font-size: 18px;
  line-height: 34px;
  background-color: #FCFCFC;
  color: #01324E;
  box-shadow: 0 0 6px #000; }
  #cookie-bar .cb-enable, #cookie-bar .cb-policy {
    padding: 11px 25px 9px;
    font-family: "Proxima Nova";
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 14px;
    background-color: transparent;
    border-radius: 0; }
  #cookie-bar .cb-enable {
    color: #009900;
    border: 2px solid #009900;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #cookie-bar .cb-enable:hover {
      color: #FFFFFF;
      background-color: #009900; }
  #cookie-bar .cb-policy {
    color: #01324E;
    border: 2px solid #01324E;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #cookie-bar .cb-policy:hover {
      color: #FFFFFF;
      background-color: #01324E; }

/*# sourceMappingURL=style.css.map */
