/* Specification */
@import "../css/gilroy.css";
@import "../css/opensans.css";
@import "../slick/slick.css";
@import "../slick/slick-theme.css";
@import "../libs/fancybox/jquery.fancybox.min.css";

/* Cookies */

.popup-cookies {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 582px;
    right: 0px;
    bottom: 0px;
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 19px;
    padding-bottom: 19px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 20px 0px 0px 0px;
  
  
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  
  .popup-cookies.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 40;
  }
  
  .popup-cookies__text {
    display:  inline-block;
    width: calc(100% - 97px);
    padding-top: 1px;
    padding-right: 16px;
    font-size: 15px;
    line-height: 20px;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    color: #4D4D4D;
    text-align: left;
  }
  
  .popup-cookies__text .ref {
    display: inline-block;
    position: relative;
    font: inherit;
    color: #4D4D4D;
    transition: all 0.3s ease;
  }
  
  .popup-cookies__text .ref::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 100%;
    height: .5px;
    background: #4D4D4D;
    transition: all 0.3s ease;
  }
  
  .popup-cookies__text .ref:hover {
    color: #004271;
  }
  
  .popup-cookies__text .ref:hover::before {
    opacity: 0;
  }
  
  .popup-cookies .new-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 97px;
    height: 41px;
    min-width: auto;
    margin-top: 0px;
    box-shadow: none;
    padding: 10px 10px;
    border-radius: 50px;
    background: linear-gradient(180deg, rgba(255, 255, 0, 1) 0%, rgba(255, 217, 0, 1) 100%);
    box-shadow: 4px 4px 3.7px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    transition: background-color 0.3s, transform 0.2s;
    cursor: pointer;
  }
  
  
  .popup-cookies .new-btn span {
    font-family: "OpenSans", sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #0059c2;
    transition: all 0.3s ease;
  }
  
  .popup-cookies .new-btn:hover {
    background: #FFFF00; 
  }
  
  @media (max-width: 1200px) {
  
  }
  
  @media (max-width: 1000px) {
  
  .popup-cookies {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    justify-content: center;
  }
  
  .popup-cookies__text {
    width: auto;
    max-width: calc(100% - 97px);
    padding-right: 20px
  }
  
  }
  
  @media (max-width: 768px) {
  
  .popup-cookies {
    flex-wrap: wrap;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  
  .popup-cookies__text {
    max-width: calc(100% - 65px);
    font-size: 13px;
    line-height: 16px;
  }
  
  .popup-cookies .new-btn {
    width: 65px;
  }
  
  }

  /*privacy */
  .agreement-text{
    margin-bottom: 70px;
    max-width: 1200px;
    margin: auto;
  }
  .agreement-text h1{
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    margin: 5vh 0;
    line-height: 1.2;
  }
  .agreement-text h2{
    text-align: center;
    color: #000;
    font-size: 21px;
    line-height: 2;
    max-width: 100%;
  }
  .agreement-text p{
    padding: 0;
    margin: 15px 0;
    font-size: 15px;
    line-height: 1.2;
    color: #404345;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    font-weight: normal;
    text-align: left;
  }
  .agreement-text ul{
    list-style-type: disc;
    padding-left: 15px;
    text-align: left;
  }
  .agreement-text ul li{
    display: list-item;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #404345;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    font-weight: normal;
  }
  .agreement-text.main__slider ul{
    display: none;
  }
  .agreement-text.main__slider{
    height: 160px;
  }
  .agreement-text a{
    color: #000;
    font-weight: bold;
  }
  @media (max-width: 1680px){
    .agreement-text.main__slider{
        height: 130px;
      }
  }
  @media (max-width: 1320px){
    .agreement-text.main__slider{
        height: 100px;
      }
  }
  @media (max-width: 1199px){
    .agreement-text.main__slider{
        height: 95px;
      }
  }
  @media (max-width: 991px){
    .agreement-text.main__slider{
        height: 0px;
      }
  }
  @media (max-width: 676px){
    .agreement-text h1{
        font-size: 24px;
    }
  }

