/* ==========================================================================
     16.0 Cookies
     ========================================================================== */

     .cookies-at-overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 9998;
    }
    
    .cookies-at {
        max-width: 650px;
        width: 100%;
        height: auto;
        border-radius: 5px;
        background: #fff;
        z-index: 9999;
        position: fixed;
        left: 50%;
        top: 50px;
        transform: translateX(-50%);
        padding: 20px 30px;
    }
    
    .wysiwyg>div.cookies-at-checkboxes:not(.limit-popup) {
        margin-bottom: 15px !important;
    }
    
    .wysiwyg.cookies-at h1 {
        font: 32px/1.2em "Poppins" !important;
        clear: both;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    
    /*
    .cookies-at.wysiwyg p:first-of-type {
        font: 14px/1.42em "Poppins" !important;
    }
    */
    
    .cookies-at p:first-of-type a {
        color: #009d97;
    }
    
    .cookies-at-desc {
        border-radius: 5px;
        background: #f1f6f9;
        padding: 15px;
        height: 320px;
        margin: 10px 0 0 0;
        overflow: hidden;
        overflow-y: scroll;
        display: none;
    }
    
    .cookies-at-desc ol li {
        margin-bottom: 8px;
    }
    
    .cookies-at-checkboxes {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    
    .cookies-at-checkboxes label {
        font: 16px/1em "Poppins";
        display: block;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    
    .cookies-at-checkboxes label:last-of-type {
        margin-right: 0;
    }
    
    .cookies-at-checkboxes input[type="checkbox"] {
        margin-right: 7px;
    }
    
    .cookies-at-expand-btns {
        display: flex !important;
        justify-content: space-between;
    }
    
    .cookies-at-confirm {
        display: flex;
        margin-top: 20px;
    }
    
    .cookies-at-confirm span:first-of-type {
        margin: 0 20px 0 auto;
    }
    
    .buttonSubmit.expand-details {
        position: relative;
        padding: 0 30px 0 0;
        text-decoration: none;
    }
    
    .buttonSubmit.expand-details:after {
        display: inline-block;
        content: ">";
        transform: rotate(90deg);
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -18px;
        transition: all 250ms ease;
    }
    
    .buttonSubmit.expand-details.clicked:after {
        transform: rotate(270deg);
        right: 12px;
    }
    
    .cookies-at .buttonSubmit {
        padding-top: 0;
        padding-bottom: 0;
        display: inline-block;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    
    .cookies-at .cookies-at-expand-btns .buttonSubmit {
        height: 40px;
        line-height: 40px !important;
    }
    
    .wysiwyg>div.cookies-at-desc:not(.limit-popup) {
        display: none;
    }
    
    .wysiwyg table,
    .cookies-at-desc.wysiwyg table {
        border: 1px solid #b9cee2;
        margin-bottom: 15px;
    }
    
    .wysiwyg td,
    .cookies-at-desc.wysiwyg td {
        padding: 10px;
        border: 1px solid #b9cee2;
    }
    
    @media only screen and (max-width: 749px) {
        .cookies-at {
            top: 0;
            border-radius: 0;
            padding: 20px;
            height: 100vh;
        }
    
        .cookies-at-checkboxes label {
            margin-bottom: 10px;
        }
    
        .cookies-at-confirm,
        .cookies-at-expand-btns {
            display: block;
        }
    
        .cookies-at-confirm span,
        .cookies-at-expand-btns span {
            width: 100%;
            text-align: center;
        }
    
        .cookies-at-confirm span:first-of-type,
        .cookies-at-expand-btns span:first-of-type {
            margin-bottom: 15px;
        }
    
        .wysiwyg.cookies-at h1 {
            font: 24px/1.2em "Poppins" !important;
            clear: both;
            padding-bottom: 0;
            margin-bottom: 10px;
        }
    
        .cookies-at.wysiwyg .cookies-at-top-content>p:first-of-type {
            font: 12px/1.42em "Poppins" !important;
        }
    
        .cookies-at.wysiwyg p * {
            font-size: 12px !important;
        }
    
        .cookies-at p:first-of-type a {
            color: #009d97;
        }
    
        .cookies-at.wysiwyg>div:not(.limit-popup) {
            margin-bottom: 15px;
        }
    
        .cookies-at.wysiwyg .large-btn {
            font-size: 12px !important;
        }
    
        .cookies-at-confirm span {
            width: 100%;
        }
    
        .cookies-at-confirm span:first-of-type {
            margin-right: 0;
        }
    }



    /* ==========================================================================
     tinny
     ========================================================================== */


     .template-1{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin:30px 0;
        align-items: center;
     }
     .template-2{
        flex-direction: row-reverse;
     }
     .template-1 img{
        max-width: 100%;
        height: auto;
     }
     .wyswig-col{
       flex:0 0 100%;

     }

     .wyswig h1{
        font-size:42px;
     }
     .wyswig h2{
        font-size:36px;
     }
     .wyswig h3{
        font-size:24px;
     }
     .wyswig h4{
        font-size:18px;
     }


     .wyswig li{
  
        list-style-image: url('img/list.svg');
      }
      .wyswig li::marker{
        font-size: 3.6em;
        line-height: .1;
      }

    @media only screen and (min-width: 768px) {
        .wyswig-col:nth-of-type(1){
            flex:0 0 40%;
     
          }
          .wyswig-col:nth-of-type(2){
            flex:0 0 55%;
     
          }


    }

    .wyswig h1,    .wyswig h2,    .wyswig h3,    .wyswig h4,    .wyswig h5,     .wyswig p{
        margin:1em 0;
    }

    .wyswig a[data-lightbox="gallery"]{
        border-bottom: none;
    }


     .home-offer-in-2 .item-offer:nth-child(1), .home-offer-in-2 .item-offer:nth-child(3),
     .home-offer-in-2 .item-offer:nth-child(5),
     .home-offer-in-2 .item-offer:nth-child(11),  .home-offer-in-2 .item-offer:nth-child(8),.home-offer-in-2 .item-offer:nth-child(10){
        background:#fff !important;
        color:#000 !important;
      }
    .home-offer-in-2 .item-offer:nth-child(2),.home-offer-in-2 .item-offer:nth-child(7), .home-offer-in-2 .item-offer:nth-child(4), .home-offer-in-2 .item-offer:nth-child(6),.home-offer-in-2 .item-offer:nth-child(11){
        background:#241853 !important;
        color:#fff !important;
      }