:root {
  --main-color-rgb: 91, 188, 100;
  --main-color-hex: #5bbc64;
  }
  
  * {
    font-family: "Poppins", "Roboto", sans-serif;
  }
  
  .wait-js > *:not(noscript),
  .hide {
    display: none !important;
  }
  
  .wait-js > noscript {
    margin: 50px 0;
    float: left;
    text-align: center;
    width: 100%;
    color: #ff5252;
  }
  
  main {
    width: 100%;
    float: left;
  }
  ul {
    padding: 0;
    list-style: none;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  p,
  ul,
  li {
    margin: 0;
  }
  
  a {
    text-decoration: none;
  }
  :focus {
    outline: none;
  }
  
  *::selection {
      background-color: rgba(var(--main-color-rgb), 1);
    color:#fff;
  }
  
  body {
    padding-top: 90px;
  }
  .wrapper {
    padding: 0 20px;
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
    box-sizing: border-box;
  }
  h1, h2, h3, h4, h5 {
      line-height: 1.25;
  }
  
  h1 {
    font-weight: bold;
    font-size: 50px;
  }
  h2 {
    font-weight: bold;
  }
  
  
  a {
    color: black;
  }
  
  .clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0px;
    width: 100%;
  }
  
  .btn {
    padding: 15px 25px;
    border-radius: 10px;
    background-color: rgba(var(--main-color-rgb), 1);
    text-decoration: none;
    color: #fff;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    font-size: 19px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    margin: 0;
    font-weight: 500;
    line-height: 1;
    -webkit-appearance: none;
    transition: background-color 0.2s;
  }
  .btn:hover {
    background-color: #000;
      color:#fff;
  }
  
  .disabled {
    pointer-events: none;
    filter: grayscale(0.7) opacity(0.7);
  }
  
  .reveal{
    position: relative;
    transform: translateY(100px);
    opacity: 0.1;
    transition: all 0.7s ease;
  }
  
  .reveal.active{
    transform: translateY(0);
    opacity: 1;
  }
  
  header {
    float: left;
    width: 100%;
    height: 90px;
    color: #0008;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: fixed;
    top: 0;
    white-space: nowrap;
    background: #ffffffe3;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 0 20px #0001;
    max-height: 100vh;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  
  header::-webkit-scrollbar {
    width: 0.1em;
  }
  
  header::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  
  header::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: margin 0.2s ease;
  }
  
  
  header #logo {
      float: left;
      opacity: 1;
      scale:1;
      transition: all 0.2s ease;
  }
  
  header #logo:hover {
    opacity: 0.8;
  }
  
  header.follow #logo {
    scale:0.8;
  }
  
  header #logo img {
    float: left;
    height: 50px;
  }
  
  #up .wrapper {
    z-index: 2;
    position: relative;
  }
  
  footer .footer-logo img {
    width: 80%;
    max-width: 300px;
  }
  
  footer {
    margin: 0 auto;
    width: 100%;
    float: left;
    background-color: #fff;
  }
  footer .content {
    padding-top: 125px;
  }
  footer .column h4 {
    margin: 15px 0 10px;
    text-align: left;
    font-size: 20px;
    color: rgba(var(--main-color-rgb), 1);
    font-weight: bold;
  }
  footer .column li > svg {
    vertical-align:middle;
  }
  footer div:not(:first-child).column li .icon {
    fill: var(--main-color-hex);
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 2px;
  }
  footer > .wrapper {
    display: grid;
    grid-template-columns: 1fr;
    padding: 100px 30px 50px;
    line-height: 30px;
  }
  footer .column  {
    padding: 0 10px;
    box-sizing: border-box;
  }
  footer > .column {
    line-height: 30px;
    width: 100%;
    padding: 50px 10px;
    box-sizing: border-box;
  }
  footer .column li, footer .column nav > a, footer .column nav > .data-href {
    list-style-type: none;
    font-weight: 400;
    color: #000;
    line-height: 1.35;
    padding: 3px 0;
    font-size: 14px;
    display: list-item;
  }
  footer .column nav > .data-href {
    opacity:0.4;
  }
  footer .column nav > a, footer .column nav > .data-href {
    background: no-repeat center left/auto 8px;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='9.23 5.25 7.52 13.52'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.47 5.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 1 1-1.06-1.06L14.94 12 9.47 6.53a.75.75 0 0 1 0-1.06Z' fill='%23555'/%3E%3C/svg%3E");
    padding-left: 12px;
  }
  footer .column a:hover {
    text-decoration: underline;
  }
  
  
  #soc-network {
    display: flex;
    justify-content: start;
    margin-top: 5px;
    width: 80%;
    max-width: 300px;
    box-sizing: border-box;
  }
  #soc-network a {
    border-radius:5px;
    line-height: 0;
  }
  #soc-network a:hover {
    background-color: #0000000a;
  }
  #soc-network .icon {
    fill: #000;
    margin: 10px;
    font-size: 25px;
    transition: all 0.2s;
  }
  #soc-network a:hover .icon {
    fill: var(--main-color-hex);
    margin: 10px;
    font-size: 25px;
  }
  .line {
    margin: 120px auto 30px auto;
    height: 1px;
    width: 222px;
  }
  
  .policy_wrapper {
    float: left;
    width: 100%;
    padding: 30px 0;
  }
  
  footer .copyrights {
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    padding: 35px 15px 40px;
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    background: #f6f6f6;
  }
  
  .policy_wrapper h1 {
    float: left;
    width: 100%;
    margin: 25px 0 5px;
    font-size: 21px;
    color: #1d1d1b;
  }
  
  .policy_wrapper p {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
  }
  
  .error {
    background: #ffcece;
  }
  .error label {
    color: #d35f5f;
  }
  
  #cookie_policy {
    display: none;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0 10px 0px #0000008a;
    background: #2e2e2ee8;
    color: #fff;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 11;
    padding: 20px 0 15px;
    box-sizing: border-box;
    line-height: 1.3;
    text-align: center;
    backdrop-filter: blur(5px);
  }
  
  #cookie_policy .wrapper {
   padding: 0 10px;
  }
  
  #cookie_policy .btn {
    font-size: 16px;
    margin-left: 5px;
    margin: 10px;
    padding: 8px 16px;
  }
  #cookie_policy a {
    color: var(--main-color-hex);
  }
  
  li.company-cabinet a i  {
    color: #0099ff;
  }
  
  input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none;  margin: 0; }
  input[type=number] { -moz-appearance: textfield; }
  
  
  
  
  
  
  #policy-pop.popup, .policy_wrapper .popup {
      display:none;
      position: fixed;
      z-index: 999998;
      left: 0;
      top: 0;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      background: #62626285;
      backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
      }
  
  #policy-pop.popup.show, .policy_wrapper .popup.show{
      display: flex;
   }
  
   #policy-pop.popup > .wrapper,  .policy_wrapper .popup > .wrapper {
      padding: 35px 4%;
      margin: 20px;
      max-width: 900px;
      max-height: calc(100vh - 40px);
      box-sizing: border-box;
      background-color: #fff;
      border-radius: 10px;
      position:relative;
      overflow:hidden;
      animation-name: fadeIn;
      animation-duration: 0.5s;
      padding:0;
      border-radius: 0;
   }
  
   #policy-pop.popup > .wrapper > .content {
      position: relative;
      overflow-y: scroll;
      max-height: calc(100vh - 40px);
      max-width: 100%;
      padding: 20px clamp(15px, 5%, 30px);
      box-sizing: border-box;
   }
  
  .policy_wrapper .popup > .wrapper > .content {
    position: relative;
    overflow-y: scroll;
    max-height: calc(100vh - 40px);
  }
  
   @keyframes fadeIn { from {opacity:0;}to {opacity:1;} }
  
   #policy-pop.popup .close, .policy_wrapper .popup .close {
      position: absolute;
      right: 2px;
      top: 0px;
      width: 60px;
      height: 60px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23000' viewBox='4 4 16 16'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.227 4.227a.774.774 0 0 1 1.095 0L12 10.905l6.678-6.678a.774.774 0 1 1 1.095 1.095L13.095 12l6.678 6.678a.774.774 0 1 1-1.095 1.095L12 13.095l-6.678 6.678a.774.774 0 1 1-1.095-1.095L10.905 12 4.227 5.322a.774.774 0 0 1 0-1.095Z' /%3E%3C/svg%3E") center/25px no-repeat;
      transition: .2s;
      cursor: pointer;
      z-index: 10;
      transform: rotate(0)
  }
  
  #policy-pop.popup .close:hover, .policy_wrapper .popup .close:hover {
      background-size: 25px;
      transform: rotate(90deg)
  }
  
  .policy_wrapper .popup ul {width:100%;max-height:100%;padding: 20px clamp(15px, 5%, 30px);}
  
  .policy_wrapper .popup li { 
   padding: 6px 0;
  }
  
  .policy_wrapper .popup a { 
      display: block;
      font-size: 12px;
      text-decoration: underline;
      line-height: 1;
  }
  
  .policy_wrapper {
      font-size: 14px;
  }
  
  .policy_wrapper h1 {
      text-align:center;
      font-size:28px;
      padding: 0;
  }
  
  .policy_wrapper h1 > span {
      font-size:19px;
  }
  
  .policy_wrapper h1 > span > span {
      font-size:14px;
      font-weight: normal;
  }
  
  .policy_wrapper h2,
  .policy_wrapper p,
  .policy_wrapper ul,
  .policy_wrapper ol,
  .policy_wrapper li{
      width: 100%;
      float: left;
      line-height: 1.5;
      box-sizing: border-box;
  }
  
  .policy_wrapper a {
      color:#29b457;
  }
  
  .policy_wrapper h2 {
      padding: 20px 0 5px;
  }
  
  .policy_wrapper p {
      padding: 5px 10px 15px;
  }
  
  .policy_wrapper ul, .policy_wrapper ol {
      padding: 5px 10px 15px 30px;
  }
  
  .policy_wrapper li {
      padding: 5px 0 0;
      list-style: none;
  }
  
  .policy_wrapper ul.list-disc > li {
      list-style: disc;
  }
  
  .policy_wrapper ol > li {
      list-style: decimal;
  }
  
  .policy_wrapper label.check-control
  {
      float: left;
      clear: both;
      display: flex;
      align-items: center;
      padding: 5px 15px;
      text-decoration: inherit;
  }
  
  .policy_wrapper label.check-control > input[type=radio],
  .policy_wrapper label.check-control > input[type=checkbox] {
      width: 20px;
      height: 20px;
      padding: 0;
      margin: 0 10px 0 0;
  }
  
  .policy_wrapper [class^="policy-consent"] {
    float:left;
    width:100%;
    padding:5px;
    box-sizing:border-box;
    background:#0001;
    font-size: 12px;
  }
  
  .policy_wrapper [class^="policy-consent"].disabled {
    opacity: 0.5;
      pointer-events: none;
      text-decoration: line-through;
  }
  
  .loading-effect {
      position:relative;
    pointer-events:none;
  }
  
  .loading-effect > * {
      opacity:0.15;
  }
  
  @keyframes loading-effect { to { transform: rotate(360deg); }}
  
  .loading-effect::after {
      content: '';
      position: absolute;
    cursor:default;
      top: 0;
      bottom: 0;
      right:0;
      left:0;
      margin:auto;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      border: 2px solid #0001;
      border-top-color: #0006;
      animation: loading-effect 1s linear infinite;
  }
  
  @media screen and (max-width: 360px) {
    .wrapper {
      padding: 0 10px;
    }
  }
  
  @media screen and (min-width: 600px) {
      body {
        padding-top: 110px;
      }
    header #logo img {
      height: 70px;
    }
      .btn {
        font-size: 21px;
      }
    footer > .wrapper {
      grid-template-columns: auto auto;
    }
    #cookie_policy {
      flex-direction: row;
    }
  }
  
  @media screen and (min-width: 900px) {
      body {
        padding-top: 115px;
      }
    header {
        max-height: unset;
        overflow: unset;	
    }	
  
    header .wrapper {
      margin: 10px auto;
    }
      
      header.follow .wrapper {
          margin-top: 3px;
          margin-bottom: 0;
      }
      
    footer > .wrapper {
      grid-template-columns: 30% auto auto auto;
    }
  }
  @media screen and (min-width: 1200px) {
    header > .wrapper {
      padding: 0 clamp(20px, 1.7vw, 50px);
      max-width: 100%;
    }
  
    footer > .wrapper {
      line-height: 40px;
    }
  }
  @media screen and (min-width: 1600px) {
  }
  