﻿/*body.cookie{
    overflow:hidden
}*/
#cookie-bar {
  /*@include absFull;*/
  position: fixed;
  background: none;
  color: #024191;
  /*.cookie-bar__close{
        @include transform(scale(.7));

        position:absolute;
        top:15px;
            right:15px;
        @include btnClear;

        width:20px;
        height:20px;
        background:url($pathWdgts + 'resp_table/close.png') 0 -20px no-repeat;

        
    }*/ }
  #cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  #cookie-bar .cb-policy {
    display: none; }
  #cookie-bar .ins {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 100%; }

@media (min-width: 761px) and (max-height: 699px) {
  #cookie-bar .ins {
    margin-left: auto;
    margin-right: auto; } }
  #cookie-bar table {
    width: 100%;
    background: #fafafa; }
  #cookie-bar td {
    padding: 0; }
  #cookie-bar td + td {
    width: 0;
    display: none; }
  #cookie-bar .cookie-bar__conts {
    position: relative;
    padding: 30px;
    box-shadow: 0 -5px 5px -5px #ddd; }
    @media (min-width: 761px) {
      #cookie-bar .cookie-bar__conts {
        display: flex;
        align-items: center; } }
    @media screen and (max-width: 760px) {
      #cookie-bar .cookie-bar__conts {
        padding: 15px; } }
  @media screen and (max-width: 760px) {
    #cookie-bar .cookie-bar__txts {
      margin-bottom: 10px; } }
  #cookie-bar .imgwrap {
    margin-right: 25px;
    align-self: flex-start; }
    @media screen and (max-width: 760px) {
      #cookie-bar .imgwrap {
        display: none; } }
    #cookie-bar .imgwrap img {
      max-width: 65px; }
      @media screen and (max-width: 760px) {
        #cookie-bar .imgwrap img {
          max-width: 145px; } }
  #cookie-bar .title {
    padding-top: 20px;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 760px) {
      #cookie-bar .title {
        font-size: 18px; } }
  #cookie-bar .txt {
    font-size: 15px;
    line-height: 20px;
    max-width: 830px; }
    @media screen and (max-width: 760px) {
      #cookie-bar .txt {
        font-size: 14px; } }
  #cookie-bar .btnwrap {
    margin-left: auto;
    margin-top: 0;
    flex-shrink: 0;
    padding-left: 25px; }
    @media screen and (max-width: 760px) {
      #cookie-bar .btnwrap {
        margin: 20px 0 0 0;
        padding: 0;
        text-align: center; } }
  #cookie-bar .btnwrap + .btnwrap {
    margin-left: 0; }
  #cookie-bar .lnk {
    font-size: 16px;
    text-decoration: underline; }
  #cookie-bar .cb-enable {
    background: #024191;
    color: #fff;
    font-size: 16px;
    padding: 13px 35px;
    border: 0; }
    #cookie-bar .cb-enable:hover {
      color: #024191; }
  #cookie-bar .disableBtn {
    border: 2px solid #024191;
    font-size: 16px;
    padding: 10px 17px;
    background: none;
    color: #024191; }
    #cookie-bar .disableBtn:hover {
      cursor: pointer;
      border: 2px solid #FAB414; }

.checkboxesAction {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px; }

.customCheck-sml span {
  margin-right: 10px; }

.customCheck-sml input[type=checkbox] {
  display: none; }
  .customCheck-sml input[type=checkbox] + label:before {
    content: "\2714";
    border: 1px solid #979797;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s; }
  .customCheck-sml input[type=checkbox]:checked + label:before {
    background-color: #fab414;
    border-color: #fab414;
    color: #fff; }
