    :root {
      --main-link-color: #9d0000;
      --add-link-color: #0050ae;
      --green:#16ab16;
      --main-font: 'Manrope', sans-serif;
      --add-font: 'Manrope', sans-serif;
      --header-height: 130px;
      --footer-height: 50px;
      --margin-sides: 50px;
      --margin-vert: 60px;
      --max-w: 1200px;
      --max-w-back: 2300px;
    }

  html {
    width:100% !important;
    /* min-width:1250px; */
    /* height: 100%; */
    font-family: var(--add-font);
    /* background: #4e4e4e; */
  }

  html * {
    box-sizing: border-box;
    background-repeat: no-repeat;
  }

  center {
    padding:0 15px;
  }

  center.img_in_article {
    margin-top: 70px !important;
  }
  center.img_in_article img {
    border-radius:10px;
    max-width:500px;
    width: 100%;
  }

  center.saved {
    
font-size: 20px;
    
/* display: inline-flex; */
    
max-width: 300px;
    
margin: 0 auto 20px;
    
color: green;
  }

  body {
    color: #000000;
    /* font-family: Open Sans,sans-serif; */
    font-weight: 300;
    font-size: 1.15em;
    margin: 0px;
    /* width: 100% !important; */
    height: 100%;
    /* display: flex; */
    /* position:relative; */
    /* max-width:var(--max-w-back); */
    /* margin-left:auto; */
    /* margin-right:auto; */
    /* text-align: center; */
    background-color: #ffffff;
    }

    body workarea {        
      padding-top: calc(var(--header-height) + var(--main-menu-height));        
      min-height: calc(100vh -  var(--footer-height));
    }

    .ui-loader {
    display: none;
    }

      body::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
          background-color: #ffffff;
      }

      body::-webkit-scrollbar {
          width: 10px;
          background-color: #ffffff;
      }

      body::-webkit-scrollbar-thumb {
          background-color: var(--add-link-color);
      }

  h1 {
      /* font-family: Oswald,sans-serif; */
      font-size: 3.5rem;
      display: block;
      margin: 20px 0px 40px 0px;
      text-align: left;
      font-weight: 400;
      font-family: 'Oswald';
  }
  h1 span.add_title {
    display: block;
    font-size: 16px;
}

  h2{
    font-size: 2.4rem;
    font-weight: 400;
    text-align: left;
    position: relative;
  }

  h2.font075{
    font-size: calc(2.3rem * 0.75);
  }

  h3 {
      font-size: 1.7rem;
      text-align: center;
      margin-top: 40px;
      margin-bottom: 0;
      font-weight: 300;
  }

  a {
    color: var(--add-link-color);
    border-bottom: 0;
    text-decoration: none;
    cursor: pointer;
    transition:.3s all ease;
  }

  a, a * {
    transition: .3s all ease;
  }

  a:hover{
    color: var(--main-link-color);
    border-color: var(--main-link-color);
  }
    
  a:focus{
    color: var(--main-link-color);
    border-color: var(--main-link-color);
  }

    a.invert {
      color: var(--main-link-color);
      background-color: transparent;
      border: unset;
      border-radius: unset;
      border-bottom: var(--main-link-color) solid 1px;
      padding: 0;
    }

    a.invert:hover{
      color: var(--add-link-color);
      border-bottom: var(--add-link-color) solid 1px;
      background-color: transparent;
    }

  input[type=submit],
  input[type=button] {
    cursor: pointer;
    transition: .3s all ease;
  }

  .btn {
    background-color: var(--green);
    color: #fff;
    padding: 5px 25px 7px;
    border-radius: 10px;
    font-size:28px;
  }
  .btn.small {
    /* padding: 8px 20px; */
    margin: 30px auto 0;
    text-align:center;
    text-transform:lowercase;
    max-width: 350px;
    min-width: 250px;
    height: 40px;
    font-weight: bold;
    font-size: 20px;
    line-height: 38px;
  }
  .btn:hover {
    background-color: var(--add-link-color);
    color:#fff;
  }

  .btn.btn-green {
    background-color: #299434;
    border: #299434 solid 1px;
  }
  .btn.btn-green:hover {
    color: #005c09;
    background-color: #fff;    
  }

  content {
    max-width:1200px;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
  }

  content > *:first-child {
    margin-top:unset;
    padding-top:unset;
  }

  p {
    font-size: 1.15rem;
    text-align: left;
  }
  .center {
    text-align:center;
  }

  p a, 
  li a,
  td a,
  em a {
    /* border-bottom:#066ea6 dotted 1px; */
  }

  video {
    display: block;
    /* max-width:800px; */
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  workarea {
    display: flex;
    flex-direction: column;
    /* background-color: #fff; */
    font-family: var(--main-font);
    padding-bottom: calc(var(--margin-vert) * 1.5);
    /* min-height: calc(100vh - (150px + 80px)); */
  }

    body#template-1 workarea {
      padding-bottom: 0;
    }

  div.pre-content {
    margin-bottom: 30px;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
  }

  section {
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: var(--margin-vert);
    margin-left: auto;
    margin-right: auto;
    max-width:var(--max-w);
    width: 100%;
  }

  section.notitle {
    padding-top: var(--margin-vert);
  }

  section.nopadd {
    padding-bottom: 0;
  }

  h1,
  section h2 {
    /* margin: var(--margin-vert) auto; */
    /* max-width: 1100px; */
    width: 100%;
  }

  section h2:not(.equal) {
    margin-top: calc(var(--margin-vert) * 2);
    margin-bottom: 30px;
  }

  .back-abs {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #ffffff52;
      z-index: 10;
  }

  header,
  workarea,
  footer {
    /* margin-left:auto; */
    /* margin-right:auto; */
    /* max-width: var(--max-w-back); */
    /* overflow-x: hidden; */
  }

  workarea,
  footer {
    overflow-x: hidden;
  }
        workarea {
          padding-left:var(--margin-sides);
          padding-right:var(--margin-sides);
        }
  body.not_main workarea {
    padding-top:120px;
  }

/***************************************************************************************************
****************************************************************************************************/ 

    @media (min-width: 1901px) and (max-width: 2000px) {
    }

/***************************************************************************************************
****************************************************************************************************/ 

    @media (min-width: 1601px) and (max-width: 1900px) {
    }

/***************************************************************************************************
****************************************************************************************************/ 

    @media (min-width: 1263px) and (max-width: 1600px) {    
      :root {
        --margin-sides: 40px;
      }      
    }

/***************************************************************************************************
****************************************************************************************************/ 

    @media (min-width: 992px) and (max-width: 1262px) {  
      :root {
        --margin-sides: 35px;
        --margin-vert: 40px;
      }  
    }

/***************************************************************************************************
****************************************************************************************************/ 

    @media (min-width: 769px) and (max-width: 991px) {         
      :root {
        --margin-sides: 20px;
        --margin-vert: 30px;
      }   
    }

/***************************************************************************************************
****************************************************************************************************/ 

    @media (min-width: 481px) and (max-width: 768px) {       
      :root {
        --margin-sides: 15px;
        --margin-vert: 30px;
      }
      h1 {
        font-size: 1.9rem;
      }
      h2 {
        font-size: 1.9rem;
      }
    }

/***************************************************************************************************
****************************************************************************************************/ 

    @media (min-width: 481px) and (max-width: 610px) {       
      :root {
        --margin-sides: 10px;        
      }
    }

/***************************************************************************************************
****************************************************************************************************/ 

    @media (max-width: 480px) {    
      :root {
        --margin-sides: 10px;
        --margin-vert: 20px;
      }
      h1,h2 {
        font-size: 1.8rem;
        line-height:1.9rem;
      }
      p {
        text-align:left;
        font-size: 16px;
      }
      .center {
        text-align:left;
      }  
      section h2:not(.equal) {
        margin-bottom: calc(var(--margin-vert) * 2); 
      }
    }


	.pagination {
    display: flex;
    gap: 10px;
}
.paginate span {
    display: block;
    margin-bottom: 20px;
}
.pagination a{
    display: inline-flex;
    background: #dadada;
    color: black;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
}
.pagination b {
    display: inline-flex;
    background: #000000;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
}