﻿
/** Common styles across all window sizes. */

  /**
* Wide desktop screen support, when width is >= 871px and height is >= 641px.
*/

  /** Tablet/Medium screen support, when width OR height is <= 640px. */

  /** Desktop/Large screen support, when width AND height are >= 641px. */

  /** Phone/Small screen support, when width is <= 480px. */

  /**
* Class applied to content page to disable scrolling.
*/
.check__top-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .check__top-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
  }
  .check__top-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .check__iban {
    margin-bottom: 1rem;
    display: block;
    font-weight: 500;
  }
  .check__bot {
    border-bottom: 3px solid #000;
  }
  .check__bot-grid {
    display: grid;
    grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
  }
  .check__bot-grid-col {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #000;
  }
  .check__thanks {
    text-align: right;
    display: block;
    margin: 0.5rem 2rem;
  }
  .check__wrapper {
    padding: 0.5rem;
  }

  .check {
    font-size: 1rem;
  }

  .check {
    font-size: 0.6rem;
  }

  .check {
    font-size: 0.8rem;
  }
  .check {
    box-shadow: var(--box-shadow);
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
  }

  * {
    padding: 0;
    margin: 0;
  }
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  *,
  ::before,
  ::after {
    box-sizing: border-box;
  }

  .check {
    box-shadow: var(--box-shadow);
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
  }
  body {
    height: 100%;
    font-family: "Source Sans Pro", sans-serif;
    color: var(--title-color);
  }
  body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
  }
  :root {
    --green: #cee741;
    --violet: #5c3680;
    --orange: #f35a3c;
    --blue: #0071ab;
    --yellow: #feda00;
    --white: #ffffff;
    --gray: #828c93;
    --facebook: rgb(59, 89, 152);
    --twitter: #00acee;
    --title-color: #1b1b1b;
    --text-color: #444;
    --label-color: #767d84;
    --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    --xxl: 1400px;
    --xl: 1200px;
    --lg: 992px;
    --md: 768px;
    --sm: 576px;
    --xs: 425px;
    --text-size: 1.385rem;
    --title-size: 2.5rem;
    --title-size-md: 2.1rem;
    --title-size-sd: 1.5rem;
  }
  html {
    /* font-size: 62.5%; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  html {
    font-family: sans-serif;
    text-size-adjust: 100%;
  }
  *,
  ::before,
  ::after {
    box-sizing: border-box;
  }
  *,
  ::before,
  ::after {
    box-sizing: border-box;
  }


  /*==============RESET===================*/

:root {
    --green: #cee741;
    --violet: #5c3680;
    --orange: #f35a3c;
    --blue: #0071ab;
    --yellow: #feda00;
    --white: #ffffff;
    --gray: #828c93;
    --facebook: rgb(59, 89, 152);
    --twitter: #00acee;
    --title-color: #1b1b1b;
    --text-color: #444;
    --label-color: #767d84;
    --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  
    --xxl: 1400px;
    --xl: 1200px;
    --lg: 992px;
    --md: 768px;
    --sm: 576px;
    --xs: 425px;
  
    --text-size: 1.385rem;
    --title-size: 2.5rem;
    --title-size-md: 2.1rem;
    --title-size-sd: 1.5rem;
  }
  
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  html {
    scroll-behavior: smooth;
    height: 100%;
  }
  
  body {
    height: 100%;
    font-family: "Source Sans Pro", sans-serif;
    color: var(--title-color);
  }
  
  h4 {
    color: var(--title-color);
  }
  
  a {
    text-decoration: none !important;
    color: #0198bd;
  }
  
  img {
    height: auto;
  }
  
  /*===========HEADER==========*/
  
  /*==============BREADCR=============*/
  
  /*=====================*/
  
  /*==============CHECK==============*/
  
  .check {
    box-shadow: var(--box-shadow);
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
  }
  
  .check__wrapper {
    padding: 0.5rem;
  }
  
  .check__top {
  }
  
  .check__iban {
    margin-bottom: 1rem;
    display: block;
    font-weight: 500;
  }
  
  .check__top-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .check__top-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
  }
  
  .check__top-col-1-row {
    display: flex;
    flex-direction: column;
  }
  
  .check__top-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  
  .check__bot {
    border-bottom: 3px solid #000;
  }
  
  .check__bot-grid {
    display: grid;
    grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
  }
  
  .check__bot-grid-col {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #000;
  }
  
  .check__bot-grid-col-title {
    font-weight: 500;
    background-color: rgba(128, 128, 128, 0.39);
    border-right: 1px solid #000;
    border-bottom: 3px solid #000;
    padding-left: 2px;
  }
  
  .check__thanks {
    text-align: right;
    display: block;
    margin: 0.5rem 2rem;
  }
  
  /*=========CHECKMQ=======*/
  
  @media (max-width: 1200px) {
    .check {
      font-size: 0.8rem;
    }
  }
  
  @media (max-width: 1024px) {
    .check {
      font-size: 0.6rem;
    }
  }
  
  @media (max-width: 992px) {
    .check {
      font-size: 1rem;
    }
  }
  
  /*================MAIN=============*/
  
  /*=============INFO================*/
  
  /*=========STEPS==============*/
  
  /*===========BENEFITS============*/
  
  /*==========TABLE============*/
  
  /*=========REG=============*/
  
  /*==========TAGS================*/
  
  /*=============COMMENTS==============*/
  
  /*============ADVBLOCK===========*/
  
  /*==========RECOMMEND=========*/
  
  /*==========FOOTER===========*/
  
  /*========MEDIA QUERIES==========*/
  