/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 24.11.2021, 10:35:34
    Author     : ksobolikova
*/
/*bar*/
/*window*/
/*buttons - grey*/
/*spel blue*/
/*$btn-hover: #264796;*/
/*CT red*/
/*$btn-hover: #b91b2b;  
$check-checked:#b91b2b;
$check-hover: #cc979c; 
$check-disabled: #a5767b;   */
/*Raisa green*/
/*$btn-hover: #21BA45;
$check-checked:#21BA45;
$check-hover: #74a580;
$check-disabled: #74a580;*/
/************************************************ link for change **********************************************/
.change-cookies-setting {
  font-size: 14px;
  padding-top: 5px; }
  .change-cookies-setting a {
    color: white; }

/************************************************ cookies consent (bar) **********************************************/
#cookie-panel,
#cookie-wrapper {
  font-family: sans-serif;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0; }

#cookie-wrapper {
  text-align: center;
  height: 0;
  overflow: visible;
  z-index: 9999;
  font-size: 14px;
  opacity: .95; }
  #cookie-wrapper #cookie-panel {
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1;
    bottom: 0;
    background: #343434;
    color: white;
    -webkit-transition: bottom 1s ease-out;
    -moz-transition: bottom 1s ease-out;
    -ms-transition: bottom 1s ease-out;
    -o-transition: bottom 1s ease-out;
    transition: bottom 1s ease-out; }
  #cookie-wrapper p {
    margin: 6px;
    font-size: 15px;
    padding: 0;
    color: white;
    font-family: inherit; }

.btn-cookies {
  color: #727271;
  background-color: #efefef;
  font-family: inherit;
  margin: 6px;
  border-radius: 2px;
  font-size: 15px;
  border: none;
  padding: 10px; }
  .btn-cookies:hover {
    color: white;
    background-color: #264796;
    transition: 0.5s; }

/************************************************ cookies selection (window) **********************************************/
#cookies-selection {
  font-family: sans-serif;
  background-color: #8a898966;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 1000000; }
  #cookies-selection .cookies-window {
    background-color: #e0e0e0;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 20px; }
  #cookies-selection .cookies-window h2 {
    font-weight: bold;
    font-size: 20px;
    color: black; }
  #cookies-selection .cookie-select {
    margin: 25px 0;
    position: relative; }
  #cookies-selection input[type="checkbox"] {
    height: 0;
    width: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    position: absolute; }
  #cookies-selection label {
    font-size: 17px;
    position: relative;
    line-height: 25px;
    padding: 0 40px;
    color: black; }
    #cookies-selection label:before {
      content: none; }
  #cookies-selection .info {
    display: inline-block;
    border: solid black 1px;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 15px; }
  #cookies-selection .info:after {
    content: "i";
    position: relative;
    bottom: 5px;
    left: 6px;
    font-size: 14px; }
  #cookies-selection .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white; }
  #cookies-selection .checkmark:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 3px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(40deg);
    display: none; }
  #cookies-selection label:hover .checkmark {
    background-color: #bdd7ee;
    transition: 0.5s; }
  #cookies-selection input:checked + label .checkmark {
    background-color: #264796;
    transition: 0.5s; }
  #cookies-selection input:checked + label .checkmark:after {
    display: block; }
  #cookies-selection input:disabled + label .checkmark {
    background-color: #bdd7ee; }
  #cookies-selection .info-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    z-index: 1;
    bottom: 40px;
    left: 45px; }
  #cookies-selection .show-info:hover + .info-content {
    display: block; }
  #cookies-selection .info-content p {
    margin: 0;
    color: black;
    font-size: 15px;
    padding: 12px 20px;
    font-family: inherit; }
  #cookies-selection .close-window {
    background-color: rgba(214, 214, 214, 0.548);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 3px 6px;
    border-radius: 2px; }
  #cookies-selection .close-window:hover {
    background-color: #acacac;
    transition: 0.5s; }
  @media (min-width: 768px) {
    #cookies-selection info-content {
      left: 55px; } }
  @media (min-width: 992px) {
    #cookies-selection .cookies-window {
      width: 40%; }
    #cookies-selection .cookie-select {
      margin: 25px; } }

/*# sourceMappingURL=cookies.min.css.map */
