.cookies__agree { 
    height: 88px; 
    width: 100%; 
    color:#fff; 
    left:50%; 
    transform: translateX(-50%); 
    border-radius: 16px 16px 0px 0px; 
    z-index:100000; 
    position: fixed; 
    bottom: 0; 
    background-color: #3E3F40; 
} 

.cookies__agree .cookies__agree-text { 
    font: 400 14px/16px "Source Sans Pro", sans-serif;
} 

.btn-cookies-agree { 
    height: 16px; 
    border-radius: 14px; 
    background-color: #3E99ED; 
    width: 85px; 
    color: white; 
    border: none; 
    font: 600 14px/16px "Source Sans Pro", sans-serif;
    cursor: pointer; 
    text-align: center; 
    padding-top: 5px; 
    padding-bottom: 7px; 
    float: right; 
    margin-top: 19px; 
} 

.cookies__agree-text a { 
    position: relative; 
    font-weight: 600; 
    color: #fff 
} 

.cookies__agree-text a:after { 
    content: ""; 
    position: absolute; 
    left: 0; 
    right: 0; 
    bottom: 2px; 
    border-bottom: 1px solid #fff; 
} 

.cookies__agree .cookies__agree-text { 
    max-width: 248px; 
} 

.cookies__agree-content { 
    margin: 11px 16px 8px 16px; 
} 

.cookies__agree {
  left: unset;
  right: 0;
  bottom: 0;
  max-width: 176px;
  transform: none;
  height: auto;
}

.cookies__agree-content {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  margin: 12px;
}

.btn-cookies-agree {
  height: auto;
  margin-top: 0;
  margin-left: auto;
  font-size: 12px;
  line-height: 14px;
}

.cookies__agree .cookies__agree-text {
  font-size: 12px;
  line-height: 14px;
}

.cookies__agree-text a {
  font-size: 12px;
  line-height: 16px;
}

/*@media only screen and (min-width: 375px) { 
    .cookies__agree { 
        height: 72px;
    }
    
    .btn-cookies-agree {
        margin-top: 11px;
    }
}
@media only screen and (min-width: 768px) { 
    .cookies__agree { 
        max-width: 736px; 

    } 
    .cookies__agree-content { 
        margin: 10px 16px 10px 24px; 
    } 

    .cookies__agree .cookies__agree-text { 
        max-width: 586px; 
        font-size: 18px; 
        line-height: 24px; 
    } 

    .btn-cookies-agree { 
        margin-top: 12px;
    }


} */

@media only screen and (min-width: 1140px) { 

    .cookies__agree { 
        max-width: 1140px; 
        height:48px; 
    } 

    .cookies__agree-content { 
        margin: 10px 16px 10px 24px; 
    } 

    .cookies__agree .cookies__agree-text { 
        max-width: none; 
    } 

    .btn-cookies-agree { 
        margin-top: 0; 
    } 

    .cookies__agree {
        left: unset;
        right: 0;
        bottom: 0;
        max-width: 240px;
        transform: none;
        height: auto;
    }
    
    .cookies__agree-content {
        display: flex;
        flex-direction: column-reverse;
        gap: 8px;
    }
    
    .btn-cookies-agree {
        margin-top: 0;
        margin-left: auto;
    }
    
    .cookies__agree .cookies__agree-text {
        font-size: 14px;
        line-height: 16px;
    }
    
    .cookies__agree-text a {
        font-size: 14px;
        line-height: 18px;
    }
}

.cookies__agree {
    max-width: 216px;
}

.cookies__agree-text a {
    text-decoration: underline;
}

.cookies__agree-text a:after {
    display: none;
}

@media only screen and (min-width: 1140px) {
    .cookies__agree {
        max-width: 264px;
    }
}
