/* Standard margin width */
/* Note: divide the desired width by two */
.grecaptcha-badge {
  display: none; }

.section, section {
  position: relative;
  padding: 0 0 70px 0; }

.wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 15px; }

.background_1 {
  background-color: #f9f9f9; }

.background_2 {
  background-color: #ffffff; }

.small_title {
  font-size: 32px;
  color: black; }

.medium_title {
  font-size: 24px; }

.big_title {
  font-size: 24px; }

.btn {
  height: 40px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  letter-spacing: 1px;
  padding: 0 20px;
  cursor: pointer; }
  .btn.btn_1 {
    border-color: #ffffff;
    background-color: #3563ad; }
    .btn.btn_1:hover {
      background-color: #ffffff;
      color: #3563ad;
      border-color: #3563ad; }
  .btn.btn_2 {
    border-color: #ffffff;
    background-color: #3563ad; }
    .btn.btn_2:hover {
      background-color: #ffffff;
      color: #3563ad;
      border-color: #3563ad; }

.header_title {
  color: #545454;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase; }

.header_item {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: none;
  line-height: 55px; }
  .header_item:hover {
    font-weight: 700; }
  .header_item:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden; }

.footer_title {
  color: #545454;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase; }

.footer_item {
  color: #545454;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-decoration: none; }
  .footer_item ul {
    margin-top: 7px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none; }
    .footer_item ul a {
      color: inherit; }
    .footer_item ul .icon {
      margin-right: 20px;
      display: inline-block; }
      .footer_item ul .icon.hide {
        visibility: hidden;
        user-select: none; }
  .footer_item b {
    font-weight: 700; }

.sticky {
  position: sticky;
  position: -webkit-sticky;
  /* Safari */ }

.align_text_left {
  text-align: left; }

.align_text_center {
  text-align: center; }

.hidden_overflow {
  overflow: hidden; }

.align_right {
  float: right; }

.jc_flex_start {
  justify-content: flex-start; }

.align_left {
  float: left; }

.ellipsis_letters {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.break {
  margin-top: 36px; }

.no_padding {
  padding: 0; }

.no_padding_top {
  padding-top: 0; }

.align_item_base {
  align-items: baseline; }

.no_top_padding {
  padding-top: 0; }

.transparent {
  background: transparent; }

.gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 1; }

input.error {
  border: 1px solid #db3b21 !important; }

label.error {
  float: right;
  color: #db3b21;
  margin-top: -10px; }

.modal .modal_image, .modal .video_container {
  max-width: 100%;
  max-height: 75vh; }

.input_container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.input_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 12px;
  left: 0;
  height: 13px;
  width: 13px;
  border: 1px solid #A0A0A0; }

/* On mouse-over, add a grey background color */
.input_container:hover input ~ .checkmark.checkmark_1 {
  background-color: #f2920a;
  border: 1px solid #f2920a; }
@media (max-width: 1023px) {
  .input_container:hover input ~ .checkmark.checkmark_2 {
    background-color: #fff;
    border: 1px solid #A0A0A0; } }

/* When the checkbox is checked, add a $btn_color_2 background */
.input_container input:checked ~ .checkmark.checkmark_1 {
  background-color: #f2920a;
  border: 1px solid #f2920a; }
.input_container input:checked ~ .checkmark.checkmark_2 {
  background-color: #3563ad;
  border: 1px solid #3563ad; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.input_container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.input_container .checkmark:after {
  left: 3px;
  top: 0px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.add_customer {
  padding-top: 50px !important; }
  .add_customer input {
    width: 100%;
    padding: 10px; }
  .add_customer .col_1_2 {
    padding-right: 25px; }
  .add_customer label {
    margin-top: 25px;
    margin-bottom: 10px; }

.the_meeting label {
  margin-top: 25px;
  margin-bottom: 10px; }

header {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 100;
  top: 0;
  box-shadow: 0px 4px 9px 0px rgba(84, 85, 85, 0.12);
  background: #f9f9f9; }
  header .nav_header {
    display: block;
    height: 70px; }
    header .nav_header .wrapper {
      display: flex;
      justify-content: space-between;
      position: inherit; }
      header .nav_header .wrapper .home {
        padding: 0;
        padding-top: 3px; }
        header .nav_header .wrapper .home i {
          font-size: 21px; }
      header .nav_header .wrapper .header_extra {
        position: absolute;
        right: 0;
        display: inline-flex; }
        header .nav_header .wrapper .header_extra .search {
          height: 38px;
          width: 420px;
          position: relative; }
        header .nav_header .wrapper .header_extra input {
          border: none;
          width: 100%;
          height: 100%;
          outline: none;
          padding: 0 30px 0 10px;
          border: 1px solid #e8e8e8;
          border-radius: 5px; }
        header .nav_header .wrapper .header_extra .fa-search, header .nav_header .wrapper .header_extra .fa-times {
          font-size: 19px;
          position: absolute;
          height: 100%;
          width: 35px;
          border: 1px solid #e8e8e8;
          border-radius: 0px 5px 5px 0px;
          font-family: 'FontAwesome';
          color: #a3a3a3;
          background-color: #f3f3f3;
          right: 0px;
          cursor: pointer; }
        header .nav_header .wrapper .header_extra .shopping-cart.flex {
          display: flex;
          flex-wrap: nowrap; }
          header .nav_header .wrapper .header_extra .shopping-cart.flex .fa-shopping-cart {
            margin-left: 13px; }
            header .nav_header .wrapper .header_extra .shopping-cart.flex .fa-shopping-cart.active {
              color: #f2920a; }
          header .nav_header .wrapper .header_extra .shopping-cart.flex .col_2_3 {
            white-space: nowrap;
            margin-left: 20px; }
            header .nav_header .wrapper .header_extra .shopping-cart.flex .col_2_3:not(.active) {
              display: none; }
            header .nav_header .wrapper .header_extra .shopping-cart.flex .col_2_3 .amount_items b {
              font-size: 14px; }
            header .nav_header .wrapper .header_extra .shopping-cart.flex .col_2_3 .amount_money {
              line-height: 6px;
              font-size: 14px; }
        header .nav_header .wrapper .header_extra .shopping-cart .fa-shopping-cart {
          font-size: 28px;
          margin-left: 20px;
          color: #545454; }
        header .nav_header .wrapper .header_extra i {
          text-align: center;
          line-height: 38px; }
      header .nav_header .wrapper .mobile_header_icons a {
        color: inherit; }
      header .nav_header .wrapper .mobile_header_icons i.fa-times, header .nav_header .wrapper .mobile_header_icons i.fa-bars {
        padding-right: 0px;
        color: #3563ad; }
  header .top_header {
    display: block;
    height: 35px;
    background-color: #f9f9f9;
    width: 100%;
    position: relative;
    text-align: right;
    border-bottom: 1px solid #f2f2f2; }
    header .top_header a {
      line-height: 35px;
      text-decoration: none;
      margin-left: 25px; }
      header .top_header a:hover {
        color: #3563ad; }
      header .top_header a i {
        margin-right: 10px; }
        header .top_header a i.fa-phone {
          transform: scaleX(-1); }
  header .menu_toggle_label_1 {
    position: relative;
    display: inline-block; }
  header .menu_toggle_label_2 {
    position: relative;
    display: none; }
  header #logo a {
    width: 90px;
    display: inline-block; }
  header #logo img {
    z-index: 1;
    position: absolute;
    top: 0;
    width: auto; }
  header nav {
    width: 100%;
    margin-left: 90px; }
    header nav .nav_menu {
      position: relative;
      top: 50%;
      transform: translate(0, -50%); }
      header nav .nav_menu ul {
        display: flex;
        justify-content: left;
        align-items: center;
        height: 100; }
        header nav .nav_menu ul li {
          position: relative; }
          header nav .nav_menu ul li:first-child {
            padding-left: 0; }
            header nav .nav_menu ul li:first-child:before {
              margin-top: 33px;
              content: '';
              display: block;
              position: absolute;
              width: 0;
              height: 0;
              border-bottom: 10px solid #3563ad;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-top: 5px solid transparent;
              top: 0;
              left: calc(50% - 20px); }
            header nav .nav_menu ul li:first-child a div {
              font-weight: 700; }
      header nav .nav_menu a {
        color: #545454;
        text-decoration: none;
        display: inline-block;
        text-decoration: none;
        font-family: "Poppins"; }
        header nav .nav_menu a .fa-chevron-down {
          display: none;
          font-size: 14px;
          padding-left: 10px; }
      header nav .nav_menu ul.lang_dropdown {
        left: -100px; }
      header nav .nav_menu ul li {
        display: inline-block;
        padding: 0px 15px; }
        header nav .nav_menu ul li ul {
          display: none;
          background: rgba(255, 255, 255, 0.8);
          position: relative;
          height: auto;
          position: absolute;
          top: 37px;
          padding-top: 30px;
          left: 0;
          margin-top: 0;
          z-index: 100; }
        header nav .nav_menu ul li:hover ul {
          display: none;
          border-radius: 0 0 10px 10px; }
        header nav .nav_menu ul li ul li {
          display: block; }
          header nav .nav_menu ul li ul li:hover:last-child {
            border-radius: 0 0 10px 10px; }
        header nav .nav_menu ul li:hover ul li {
          margin-right: 0px !important;
          padding: 0;
          border-radius: 0; }
          header nav .nav_menu ul li:hover ul li a img.menu_dot, header nav .nav_menu ul li:hover ul li a div.menu_dot {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            margin-right: 30px;
            margin-top: 10px;
            border: 1px solid #fff; }
          header nav .nav_menu ul li:hover ul li:last-child a:hover {
            border-radius: 0 0 10px 10px; }
        header nav .nav_menu ul li a img.menu_dot_lang {
          position: absolute;
          top: 5px;
          left: 10px;
          display: inline-block;
          width: 25px;
          height: 25px;
          border-radius: 50%;
          border: 1px solid #fff; }
        header nav .nav_menu ul li a span.lang_toggle_name {
          display: none; }
    header nav .nav_sub_items {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      background: #3563ad;
      height: 55px;
      z-index: -1;
      box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.12); }
      header nav .nav_sub_items .wrapper {
        left: 50%;
        transform: translate(-50%, 0);
        display: inline-block; }
        header nav .nav_sub_items .wrapper div {
          display: inline-block;
          padding: 0 12px; }
          header nav .nav_sub_items .wrapper div:first-child {
            padding-left: 0; }
          header nav .nav_sub_items .wrapper div:last-child {
            padding-right: 0; }
        header nav .nav_sub_items .wrapper .btn_1 {
          position: absolute;
          top: 50%;
          transform: translate(0, -50%);
          right: 15px; }
    header nav .search_data {
      position: absolute;
      top: calc(100% - 1px);
      right: 0;
      width: 40vw;
      background: #fff;
      background-size: cover;
      display: none;
      padding: 25px;
      border: 1px solid #f2f2f2;
      box-shadow: 0px 4px 9px 0px rgba(84, 85, 85, 0.12);
      max-height: 50vh;
      overflow-x: auto; }
      header nav .search_data .font_1 {
        display: block;
        padding: 12px 0;
        color: #545454; }
        header nav .search_data .font_1.extra {
          display: block;
          text-align: center;
          font-weight: 900;
          letter-spacing: 1px;
          text-transform: uppercase;
          font-size: 12px; }
        header nav .search_data .font_1:hover {
          color: #545454; }
        header nav .search_data .font_1:not(:last-child) {
          border-bottom: 1px solid #f2f2f2; }
    header nav .menu_item.dealer_btn {
      letter-spacing: 0.3px; }

.mobile_header_icons {
  display: none; }

.search_gradient {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  display: none; }

form .input, form textarea {
  width: 100%;
  background-color: white;
  border: none;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding-left: 10px;
  margin: 0 0 10px;
  font-size: 14px; }
  form .input::placeholder, form textarea::placeholder {
    /* Firefox, Chrome, Opera */
    color: #c2c2c2;
    font-family: "Source Sans Pro", sans-serif; }
  form .input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c2c2c2;
    font-family: "Source Sans Pro", sans-serif; }
  form .input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c2c2c2;
    font-family: "Source Sans Pro", sans-serif; }
form .input {
  height: 40px; }
form textarea {
  padding-top: 10px; }
form .submit_btn {
  margin-top: 40px; }
  form .submit_btn.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6; }

.template_c {
  margin-top: 160px;
  padding: 10px 0 25px 0;
  position: relative; }
  .template_c .breadcrumbs {
    list-style: none;
    display: flex;
    font-size: 14px; }
    .template_c .breadcrumbs a {
      text-decoration: none;
      color: #545454; }
    .template_c .breadcrumbs .divider {
      padding: 0 3px 0 0; }
    .template_c .breadcrumbs li:last-child {
      overflow: hidden;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .template_c .breadcrumbs li:last-child span {
        font-weight: 600; }

#cookie_notification_popup.cookie_notification_overlay {
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010; }
#cookie_notification_popup .btn {
  margin-top: 15px; }
#cookie_notification_popup .popup {
  padding: 50px;
  margin: 0;
  position: absolute;
  width: calc(100% - 50px);
  max-width: 600px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  #cookie_notification_popup .popup .content {
    overflow-y: hidden; }
    #cookie_notification_popup .popup .content .option_row {
      padding: 10px;
      display: flex; }
      #cookie_notification_popup .popup .content .option_row.disabled {
        pointer-events: none;
        user-select: none; }
      #cookie_notification_popup .popup .content .option_row .option_content {
        display: flex; }
        #cookie_notification_popup .popup .content .option_row .option_content .checkbox_box {
          vertical-align: top;
          padding-right: 10px; }
          #cookie_notification_popup .popup .content .option_row .option_content .checkbox_box .fa {
            cursor: pointer;
            width: 20px; }
          #cookie_notification_popup .popup .content .option_row .option_content .checkbox_box .checkbox {
            display: none; }
          #cookie_notification_popup .popup .content .option_row .option_content .checkbox_box input[type=checkbox] + .fa:before {
            font-family: FontAwesome;
            content: "\f096"; }
          #cookie_notification_popup .popup .content .option_row .option_content .checkbox_box input[type=checkbox]:checked + .fa:before {
            font-family: 'FontAwesome';
            content: "\f046"; }

@media screen and (max-width: 1400px) {
  .wrapper {
    max-width: 948px; }

  .hide_on_laptop {
    display: none; }

  .modal .modal_image, .modal .video_container {
    max-height: 60vh; } }
@media screen and (max-width: 1023px) {
  .section, section {
    padding: 20px 0; }

  .wrapper {
    max-width: 90%; }

  .header_title {
    font-size: 15px; }

  .header_item {
    font-size: 13px;
    line-height: 40px; }

  .font_1, .font_2 {
    font-size: 13px;
    line-height: 32px; }

  .hide_on_tablet {
    display: none; }

  header i.fa-bars {
    display: block;
    font-size: 32px; }
  header i.fa-times {
    font-size: 32px;
    z-index: 1; }
  header .nav_header .wrapper {
    position: static; }
    header .nav_header .wrapper .mobile_header_icons {
      line-height: 70px;
      display: block;
      font-size: 28px;
      color: #545454;
      text-align: right;
      width: 100%; }
      header .nav_header .wrapper .mobile_header_icons i {
        padding: 0 10px; }
      header .nav_header .wrapper .mobile_header_icons .header_nav_items {
        display: none;
        z-index: 200;
        position: relative; }
        header .nav_header .wrapper .mobile_header_icons .header_nav_items a {
          font-size: 28px;
          color: #545454;
          line-height: 70px; }
    header .nav_header .wrapper .header_extra {
      position: relative;
      width: 100%; }
      header .nav_header .wrapper .header_extra .shopping-cart {
        display: none !important; }
      header .nav_header .wrapper .header_extra .fa-search {
        top: 5px !important; }
  header nav {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    line-height: 45px;
    background: #f9f9f9;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    margin-left: 0; }
    header nav .nav_sub_items {
      display: none; } }
  @media screen and (max-width: 1023px) and (orientation: landscape) {
    header nav {
      overflow-y: scroll; } }
@media screen and (max-width: 1023px) {
    header nav .nav_menu ul {
      background: #f9f9f9;
      position: relative;
      top: 0;
      min-height: calc(100vh - 100px);
      width: 100%;
      max-width: 1000px;
      z-index: 100;
      display: block;
      overflow: hidden;
      height: calc(100% - 100px);
      padding: 75px 25px 0; } }
    @media screen and (max-width: 1023px) and (orientation: landscape) {
      header nav .nav_menu ul {
        padding-top: 225px; } }
    @media screen and (max-width: 1023px) and (orientation: landscape) and (min-width: 600px) {
      header nav .nav_menu ul {
        padding-top: 100px; } }
@media screen and (max-width: 1023px) {
      header nav .nav_menu ul .search {
        position: relative; }
      header nav .nav_menu ul li {
        display: block; }
        header nav .nav_menu ul li:first-child {
          padding-left: 15px; }
          header nav .nav_menu ul li:first-child:before {
            content: none; }
        header nav .nav_menu ul li a img.menu_dot_lang {
          position: relative; }
        header nav .nav_menu ul li a span.lang_toggle_name {
          display: inline-block;
          margin-left: 20px; }
        header nav .nav_menu ul li ul.lang_dropdown {
          left: 0; }
        header nav .nav_menu ul li ul li {
          line-height: 0; }
          header nav .nav_menu ul li ul li a div.menu_dot {
            margin-right: 10px; }
        header nav .nav_menu ul li ul {
          display: inline-block; }
        header nav .nav_menu ul li:hover ul {
          display: inline-block; }
          header nav .nav_menu ul li:hover ul li {
            padding-left: 15px; }
    header nav .search {
      margin-top: 20px; }
      header nav .search input {
        position: relative; }
      header nav .search i {
        display: block !important;
        font-size: 19px;
        position: absolute;
        height: 38px;
        width: 35px;
        border: 1px solid #e8e8e8;
        border-radius: 0px 5px 5px 0px;
        font-family: 'FontAwesome';
        color: #a3a3a3;
        background-color: #f3f3f3;
        right: 0px;
        cursor: pointer;
        top: calc(50% + 5px); }
    header nav .search_data {
      left: 0;
      width: 100%;
      top: calc(100% + 4px); }
    header nav .menu_item.dealer_btn {
      letter-spacing: 2px; }

  header nav .nav_menu a .menu_item {
    padding: 5px 0; }

  header nav .nav_menu ul li:hover ul {
    width: 100%; }

  nav .nav_menu ul li ul li:hover {
    border-radius: 0; }

  header nav .nav_menu ul li ul {
    background: none;
    position: relative;
    height: auto;
    width: 100%;
    min-height: auto;
    padding-top: 0;
    margin-top: 0;
    padding-left: 0px;
    top: 0;
    margin-left: 0px; }
  header nav .nav_menu ul li:hover ul {
    box-shadow: none; }
  header nav .nav_menu ul li:hover .fa-chevron-down {
    transform: rotate(-180deg); }
  header nav .nav_menu ul li .fa-chevron-down {
    display: none;
    position: absolute;
    right: 0px;
    top: 15px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-left: 0 !important;
    padding: 0;
    cursor: pointer; }

  /*  */
  input.menu_toggle:checked ~ .mobile_header_icons label.menu_toggle_label_1 {
    display: none;
    z-index: 200; }
  input.menu_toggle:checked ~ .mobile_header_icons label.menu_toggle_label_2 {
    display: inline-block;
    z-index: 200; }
  input.menu_toggle:checked ~ .mobile_header_icons label i.fa-times {
    display: block; }
  input.menu_toggle:checked ~ .mobile_header_icons label i.fa-bars {
    display: none; }
  input.menu_toggle:checked ~ .mobile_header_icons .hide_nav_items {
    display: none; }
  input.menu_toggle:checked ~ .mobile_header_icons .header_nav_items {
    display: block; }
  input.menu_toggle:checked ~ nav {
    left: 0; }

  input.menu_toggle:checked ~ body {
    overflow-y: hidden; }

  /*  */
  .template_c {
    margin-top: 105px; }
    .template_c ~ section:first-of-type {
      margin-top: 0; } }
@media screen and (max-width: 1023px) {
  .small_title {
    font-size: 16px; }

  .footer_title, .footer_item {
    font-size: 14px; } }
@media screen and (max-width: 600px) {
  #cookie_notification_popup.cookie_notification_overlay .popup {
    padding: 25px; }
    #cookie_notification_popup.cookie_notification_overlay .popup .content {
      height: 100%;
      max-height: 500px;
      overflow-y: auto; }
      #cookie_notification_popup.cookie_notification_overlay .popup .content .option_row .option_content .container .medium_title {
        margin: 0 !important; }

  header #logo img {
    height: 90%; }
  header nav {
    overflow-y: auto; }
  header .top_header {
    display: none; }
    header .top_header a {
      margin-left: 10px;
      display: none; }
  header .nav_header {
    height: 90px; }
    header .nav_header .wrapper .mobile_header_icons {
      line-height: 90px; }

  .modal .modal_content {
    width: 100vw; }
    .modal .modal_content.has-image {
      max-width: 100vw; } }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.flex {
  display: flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flex.align_img {
    align-items: baseline; }

.col_1_1, .col_2_2, .col_3_3, .col_4_4, .col_5_5, .col_6_6 {
  width: 100%; }
  .col_1_1.small_spacer, .col_2_2.small_spacer, .col_3_3.small_spacer, .col_4_4.small_spacer, .col_5_5.small_spacer, .col_6_6.small_spacer {
    width: calc(100% - 20px); }
  .col_1_1.medium_spacer, .col_2_2.medium_spacer, .col_3_3.medium_spacer, .col_4_4.medium_spacer, .col_5_5.medium_spacer, .col_6_6.medium_spacer {
    width: calc(100% - 35px); }
  .col_1_1.big_spacer, .col_2_2.big_spacer, .col_3_3.big_spacer, .col_4_4.big_spacer, .col_5_5.big_spacer, .col_6_6.big_spacer {
    width: calc(100% - 75px); }

.col_1_2, .col_2_4, .col_3_6, .col_4_8, .col_5_10, .col_6_12 {
  width: 50%; }
  .col_1_2.small_spacer, .col_2_4.small_spacer, .col_3_6.small_spacer, .col_4_8.small_spacer, .col_5_10.small_spacer, .col_6_12.small_spacer {
    width: calc(50% - 20px); }
  .col_1_2.medium_spacer, .col_2_4.medium_spacer, .col_3_6.medium_spacer, .col_4_8.medium_spacer, .col_5_10.medium_spacer, .col_6_12.medium_spacer {
    width: calc(50% - 35px); }
  .col_1_2.big_spacer, .col_2_4.big_spacer, .col_3_6.big_spacer, .col_4_8.big_spacer, .col_5_10.big_spacer, .col_6_12.big_spacer {
    width: calc(50% - 75px); }

.col_1_3, .col_3_9, .col_4_12 {
  width: calc(100% / 3); }
  .col_1_3.small_spacer, .col_3_9.small_spacer, .col_4_12.small_spacer {
    width: calc((100% / 3) - 20px); }
  .col_1_3.medium_spacer, .col_3_9.medium_spacer, .col_4_12.medium_spacer {
    width: calc((100% / 3) - 35px); }
  .col_1_3.big_spacer, .col_3_9.big_spacer, .col_4_12.big_spacer {
    width: calc((100% / 3) - 75px); }

.col_2_3, .col_6_9, .col_8_12 {
  width: calc((100% / 3) * 2); }
  .col_2_3.small_spacer, .col_6_9.small_spacer, .col_8_12.small_spacer {
    width: calc(((100% / 3) * 2) - 20px); }
  .col_2_3.medium_spacer, .col_6_9.medium_spacer, .col_8_12.medium_spacer {
    width: calc(((100% / 3) * 2) - 35px); }
  .col_2_3.big_spacer, .col_6_9.big_spacer, .col_8_12.big_spacer {
    width: calc(((100% / 3) * 2) - 75px); }

.col_1_4, .col_2_8, .col_3_12 {
  width: 25%; }
  .col_1_4.small_spacer, .col_2_8.small_spacer, .col_3_12.small_spacer {
    width: calc(25% - 20px); }
  .col_1_4.medium_spacer, .col_2_8.medium_spacer, .col_3_12.medium_spacer {
    width: calc(25% - 35px); }
  .col_1_4.big_spacer, .col_2_8.big_spacer, .col_3_12.big_spacer {
    width: calc(25% - 75px); }

.col_3_4, .col_6_8, .col_9_12 {
  width: 75%; }
  .col_3_4.small_spacer, .col_6_8.small_spacer, .col_9_12.small_spacer {
    width: calc(75% - 20px); }
  .col_3_4.medium_spacer, .col_6_8.medium_spacer, .col_9_12.medium_spacer {
    width: calc(75% - 35px); }
  .col_3_4.big_spacer, .col_6_8.big_spacer, .col_9_12.big_spacer {
    width: calc(75% - 75px); }

.col_1_5, .col_2_10 {
  width: 20%; }
  .col_1_5.small_spacer, .col_2_10.small_spacer {
    width: calc(20% - 20px); }
  .col_1_5.medium_spacer, .col_2_10.medium_spacer {
    width: calc(20% - 35px); }
  .col_1_5.big_spacer, .col_2_10.big_spacer {
    width: calc(20% - 75px); }

.col_2_5, .col_4_10 {
  width: 40%; }
  .col_2_5.small_spacer, .col_4_10.small_spacer {
    width: calc(40% - 20px); }
  .col_2_5.medium_spacer, .col_4_10.medium_spacer {
    width: calc(40% - 35px); }
  .col_2_5.big_spacer, .col_4_10.big_spacer {
    width: calc(40% - 75px); }

.col_3_5, .col_6_10 {
  width: 60%; }
  .col_3_5.small_spacer, .col_6_10.small_spacer {
    width: calc(60% - 20px); }
  .col_3_5.medium_spacer, .col_6_10.medium_spacer {
    width: calc(60% - 35px); }
  .col_3_5.big_spacer, .col_6_10.big_spacer {
    width: calc(60% - 75px); }

.col_4_5, .col_8_10 {
  width: 80%; }
  .col_4_5.small_spacer, .col_8_10.small_spacer {
    width: calc(80% - 20px); }
  .col_4_5.medium_spacer, .col_8_10.medium_spacer {
    width: calc(80% - 35px); }
  .col_4_5.big_spacer, .col_8_10.big_spacer {
    width: calc(80% - 75px); }

.col_1_6 {
  width: calc(100% / 6); }
  .col_1_6.small_spacer {
    width: calc((100% / 6) - 20px); }
  .col_1_6.medium_spacer {
    width: calc((100% / 6) - 35px); }
  .col_1_6.big_spacer {
    width: calc((100% / 6) - 75px); }

.col_2_6 {
  width: calc((100% / 6) * 2); }
  .col_2_6.small_spacer {
    width: calc(((100% / 6) * 2) - 20px); }
  .col_2_6.medium_spacer {
    width: calc(((100% / 6) * 2) - 35px); }
  .col_2_6.big_spacer {
    width: calc(((100% / 6) * 2) - 75px); }

.col_4_6 {
  width: calc((100% / 6) * 4); }
  .col_4_6.small_spacer {
    width: calc(((100% / 6) * 4) - 20px); }
  .col_4_6.medium_spacer {
    width: calc(((100% / 6) * 4) - 35px); }
  .col_4_6.big_spacer {
    width: calc(((100% / 6) * 4) - 75px); }

.col_5_6 {
  width: calc((100% / 6) * 5); }
  .col_5_6.small_spacer {
    width: calc(((100% / 6) * 5) - 20px); }
  .col_5_6.medium_spacer {
    width: calc(((100% / 6) * 5) - 35px); }
  .col_5_6.big_spacer {
    width: calc(((100% / 6) * 5) - 75px); }

.col_1_7 {
  width: calc(100% / 7); }
  .col_1_7.small_spacer {
    width: calc(100% / 7) - 20px; }
  .col_1_7.medium_spacer {
    width: calc(100% / 7) - 35px; }
  .col_1_7.big_spacer {
    width: calc(100% / 7) - 75px; }

.col_2_7 {
  width: calc((100% / 7) * 2); }
  .col_2_7.small_spacer {
    width: calc(((100% / 7) * 2) - 20px); }
  .col_2_7.medium_spacer {
    width: calc(((100% / 7) * 2) - 35px); }
  .col_2_7.big_spacer {
    width: calc(((100% / 7) * 2) - 75px); }

.col_3_7 {
  width: calc((100% / 7) * 3); }
  .col_3_7.small_spacer {
    width: calc(((100% / 7) * 3) - 20px); }
  .col_3_7.medium_spacer {
    width: calc(((100% / 7) * 3) - 35px); }
  .col_3_7.big_spacer {
    width: calc(((100% / 7) * 3) - 75px); }

.col_4_7 {
  width: calc((100% / 7) * 4); }
  .col_4_7.small_spacer {
    width: calc(((100% / 7) * 4) - 20px); }
  .col_4_7.medium_spacer {
    width: calc(((100% / 7) * 4) - 35px); }
  .col_4_7.big_spacer {
    width: calc(((100% / 7) * 4) - 75px); }

.col_5_7 {
  width: calc((100% / 7) * 5); }
  .col_5_7.small_spacer {
    width: calc(((100% / 7) * 5) - 20px); }
  .col_5_7.medium_spacer {
    width: calc(((100% / 7) * 5) - 35px); }
  .col_5_7.big_spacer {
    width: calc(((100% / 7) * 5) - 75px); }

.col_6_7 {
  width: calc((100% / 7) * 6); }
  .col_6_7.small_spacer {
    width: calc(((100% / 7) * 6) - 20px); }
  .col_6_7.medium_spacer {
    width: calc(((100% / 7) * 6) - 35px); }
  .col_6_7.big_spacer {
    width: calc(((100% / 7) * 6) - 75px); }

.col_1_8 {
  width: calc(100% / 8); }
  .col_1_8.big_spacer {
    width: calc(100% / 8) - 75px; }
  .col_1_8.medium_spacer {
    width: calc(100% / 8) - 35px; }
  .col_1_8.big_spacer {
    width: calc(100% / 8) - 75px; }

.col_3_8 {
  width: calc((100% / 8) * 3); }
  .col_3_8.small_spacer {
    width: calc(((100% / 8) * 3) - 20px); }
  .col_3_8.medium_spacer {
    width: calc(((100% / 8) * 3) - 35px); }
  .col_3_8.big_spacer {
    width: calc(((100% / 8) * 3) - 75px); }

.col_5_8 {
  width: calc((100% / 8) * 5); }
  .col_5_8.small_spacer {
    width: calc(((100% / 8) * 5) - 20px); }
  .col_5_8.medium_spacer {
    width: calc(((100% / 8) * 5) - 35px); }
  .col_5_8.big_spacer {
    width: calc(((100% / 8) * 5) - 75px); }

.col_7_8 {
  width: calc((100% / 8) * 7); }
  .col_7_8.small_spacer {
    width: calc(((100% / 8) * 7) - 20px); }
  .col_7_8.medium_spacer {
    width: calc(((100% / 8) * 7) - 35px); }
  .col_7_8.big_spacer {
    width: calc(((100% / 8) * 7) - 75px); }

.col_1_9 {
  width: calc(100% / 9); }
  .col_1_9.small_spacer {
    width: calc(100% / 9) - 20px; }
  .col_1_9.medium_spacer {
    width: calc(100% / 9) - 35px; }
  .col_1_9.big_spacer {
    width: calc(100% / 9) - 75px; }

.col_2_9 {
  width: calc((100% / 9) * 2); }
  .col_2_9.small_spacer {
    width: calc(((100% / 9) * 2) - 20px); }
  .col_2_9.medium_spacer {
    width: calc(((100% / 9) * 2) - 35px); }
  .col_2_9.big_spacer {
    width: calc(((100% / 9) * 2) - 75px); }

.col_4_9 {
  width: calc((100% / 9) * 4); }
  .col_4_9.small_spacer {
    width: calc(((100% / 9) * 4) - 20px); }
  .col_4_9.medium_spacer {
    width: calc(((100% / 9) * 4) - 35px); }
  .col_4_9.big_spacer {
    width: calc(((100% / 9) * 4) - 75px); }

.col_5_9 {
  width: calc((100% / 9) * 5); }
  .col_5_9.small_spacer {
    width: calc(((100% / 9) * 5) - 20px); }
  .col_5_9.medium_spacer {
    width: calc(((100% / 9) * 5) - 35px); }
  .col_5_9.big_spacer {
    width: calc(((100% / 9) * 5) - 75px); }

.col_7_9 {
  width: calc((100% / 9) * 7); }
  .col_7_9.small_spacer {
    width: calc(((100% / 9) * 7) - 20px); }
  .col_7_9.medium_spacer {
    width: calc(((100% / 9) * 7) - 35px); }
  .col_7_9.big_spacer {
    width: calc(((100% / 9) * 7) - 75px); }

.col_8_9 {
  width: calc((100% / 9) * 8); }
  .col_8_9.small_spacer {
    width: calc(((100% / 9) * 8) - 20px); }
  .col_8_9.medium_spacer {
    width: calc(((100% / 9) * 8) - 35px); }
  .col_8_9.big_spacer {
    width: calc(((100% / 9) * 8) - 75px); }

.col_1_10 {
  width: 10%; }
  .col_1_10.small_spacer {
    width: 10% - 20px; }
  .col_1_10.medium_spacer {
    width: 10% - 35px; }
  .col_1_10.big_spacer {
    width: 10% - 75px; }

.col_3_10 {
  width: 30%; }
  .col_3_10.small_spacer {
    width: 30% - 20px; }
  .col_3_10.medium_spacer {
    width: 30% - 35px; }
  .col_3_10.big_spacer {
    width: 30% - 75px; }

.col_7_10 {
  width: 70%; }
  .col_7_10.small_spacer {
    width: 70% - 20px; }
  .col_7_10.medium_spacer {
    width: 70% - 35px; }
  .col_7_10.big_spacer {
    width: 70% - 75px; }

.col_9_10 {
  width: 90%; }
  .col_9_10.small_spacer {
    width: 90% - 20px; }
  .col_9_10.medium_spacer {
    width: 90% - 35px; }
  .col_9_10.big_spacer {
    width: 90% - 75px; }

.col_1_11 {
  width: calc(100% / 11); }
  .col_1_11.small_spacer {
    width: calc(100% / 11) - 20px; }
  .col_1_11.medium_spacer {
    width: calc(100% / 11) - 35px; }
  .col_1_11.big_spacer {
    width: calc(100% / 11) - 75px; }

.col_2_11 {
  width: calc((100% / 11) * 2); }
  .col_2_11.small_spacer {
    width: calc(((100% / 11) * 2) - 20px); }
  .col_2_11.medium_spacer {
    width: calc(((100% / 11) * 2) - 35px); }
  .col_2_11.big_spacer {
    width: calc(((100% / 11) * 2) - 75px); }

.col_3_11 {
  width: calc((100% / 11) * 3); }
  .col_3_11.small_spacer {
    width: calc(((100% / 11) * 3) - 20px); }
  .col_3_11.medium_spacer {
    width: calc(((100% / 11) * 3) - 35px); }
  .col_3_11.big_spacer {
    width: calc(((100% / 11) * 3) - 75px); }

.col_4_11 {
  width: calc((100% / 11) * 4); }
  .col_4_11.small_spacer {
    width: calc(((100% / 11) * 4) - 20px); }
  .col_4_11.medium_spacer {
    width: calc(((100% / 11) * 4) - 35px); }
  .col_4_11.big_spacer {
    width: calc(((100% / 11) * 4) - 75px); }

.col_5_11 {
  width: calc((100% / 11) * 5); }
  .col_5_11.small_spacer {
    width: calc(((100% / 11) * 5) - 20px); }
  .col_5_11.meidum_spacer {
    width: calc(((100% / 11) * 5) - 35px); }
  .col_5_11.big_spacer {
    width: calc(((100% / 11) * 5) - 75px); }

.col_6_11 {
  width: calc((100% / 11) * 6); }
  .col_6_11.small_spacer {
    width: calc(((100% / 11) * 6) - 20px); }
  .col_6_11.medium_spacer {
    width: calc(((100% / 11) * 6) - 35px); }
  .col_6_11.big_spacer {
    width: calc(((100% / 11) * 6) - 75px); }

.col_7_11 {
  width: calc((100% / 11) * 7); }
  .col_7_11.small_spacer {
    width: calc(((100% / 11) * 7) - 20px); }
  .col_7_11.medium_spacer {
    width: calc(((100% / 11) * 7) - 35px); }
  .col_7_11.big_spacer {
    width: calc(((100% / 11) * 7) - 75px); }

.col_8_11 {
  width: calc((100% / 11) * 8); }
  .col_8_11.small_spacer {
    width: calc(((100% / 11) * 8) - 20px); }
  .col_8_11.medium_spacer {
    width: calc(((100% / 11) * 8) - 35px); }
  .col_8_11.big_spacer {
    width: calc(((100% / 11) * 8) - 75px); }

.col_9_11 {
  width: calc((100% / 11) * 9); }
  .col_9_11.big_spacer {
    width: calc(((100% / 11) * 9) - 75px); }
  .col_9_11.medium_spacer {
    width: calc(((100% / 11) * 9) - 35px); }
  .col_9_11.big_spacer {
    width: calc(((100% / 11) * 9) - 75px); }

.col_10_11 {
  width: calc((100% / 11) * 10); }
  .col_10_11.small_spacer {
    width: calc(((100% / 11) * 10) - 20px); }
  .col_10_11.medium_spacer {
    width: calc(((100% / 11) * 10) - 35px); }
  .col_10_11.big_spacer {
    width: calc(((100% / 11) * 10) - 75px); }

.col_10_11 {
  width: calc((100% / 11) * 10); }
  .col_10_11.small_spacer {
    width: calc(((100% / 11) * 10) - 20px); }
  .col_10_11.medium_spacer {
    width: calc(((100% / 11) * 10) - 35px); }
  .col_10_11.big_spacer {
    width: calc(((100% / 11) * 10) - 75px); }

.col_1_12 {
  width: calc(100% / 12); }
  .col_1_12.small_spacer {
    width: calc(100% / 12) - 20px; }
  .col_1_12.medium_spacer {
    width: calc(100% / 12) - 35px; }
  .col_1_12.big_spacer {
    width: calc(100% / 12) - 75px; }

.col_2_12 {
  width: calc((100% / 12) * 2); }
  .col_2_12.small_spacer {
    width: calc(((100% / 12) * 2) - 20px); }
  .col_2_12.medium_spacer {
    width: calc(((100% / 12) * 2) - 35px); }
  .col_2_12.big_spacer {
    width: calc(((100% / 12) * 2) - 75px); }

.col_5_12 {
  width: calc((100% / 12) * 5); }
  .col_5_12.small_spacer {
    width: calc(((100% / 12) * 5) - 20px); }
  .col_5_12.medium_spacer {
    width: calc(((100% / 12) * 5) - 35px); }
  .col_5_12.big_spacer {
    width: calc(((100% / 12) * 5) - 75px); }

.col_7_12 {
  width: calc((100% / 12) * 7); }
  .col_7_12.small_spacer {
    width: calc(((100% / 12) * 7) - 20px); }
  .col_7_12.medium_spacer {
    width: calc(((100% / 12) * 7) - 35px); }
  .col_7_12.big_spacer {
    width: calc(((100% / 12) * 7) - 75px); }

.col_10_12 {
  width: calc((100% / 12) * 10); }
  .col_10_12.small_spacer {
    width: calc(((100% / 12) * 10) - 20px); }
  .col_10_12.medium_spacer {
    width: calc(((100% / 12) * 10) - 35px); }
  .col_10_12.big_spacer {
    width: calc(((100% / 12) * 10) - 75px); }

.col_11_12 {
  width: calc((100% / 12) * 11); }
  .col_11_12.small_spacer {
    width: calc(((100% / 12) * 11) - 20px); }
  .col_11_12.medium_spacer {
    width: calc(((100% / 12) * 11) - 35px); }
  .col_11_12.big_spacer {
    width: calc(((100% / 12) * 11) - 75px); }

@media screen and (max-width: 1024px) {
  .wrapper {
    width: 90%; } }

/*# sourceMappingURL=foundation.css.map */
