#cookie .modal-dialog {max-width: 800px;}
#cookie .modal-dialog .modal-content {box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%); background: #FFFFFF;border-radius: 12px;padding: 30px;}
#cookie .modal-dialog .modal-content .modal-body {padding: 0;max-height: 70vh;overflow-y: auto;overflow-x:hidden;}
#cookie .modal-dialog .modal-content .modal-body h2 {font-size: 22px;color: #000;   font-weight: 700; margin: 0;}
#cookie .modal-dialog .modal-content .modal-body p {font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0 0 15px;
}
#cookie .modal-dialog .modal-content .modal-body p a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
    text-decoration: underline;
    transition: all 0.3s linear;
}
#cookie .modal-dialog .modal-content .modal-body p a:hover {
    color: #E21C21;
}
#cookie .modal-dialog .modal-content .modal-body .modal-block {
    padding: 15px 0;
}
#cookie .modal-dialog .modal-content .modal-body .modal-block img {
    max-width: 100%;
}
#cookie .modal-dialog .modal-content .modal-body .modal-block p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
}
#cookie .modal-dialog .modal-content .modal-footer {
    float: none;
    text-align: center;
    justify-content: unset;
}
#cookie .modal-dialog .modal-content .modal-footer ul {
    display: flex;
    align-items: center;
}
#cookie .modal-dialog .modal-content .modal-footer ul li {
    display: inline-block;
    margin: 0 20px 0 0;
}
#cookie .modal-dialog .modal-content .modal-footer ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s linear;
    display: table;
}
#cookie .modal-dialog .modal-content .modal-footer ul li a:hover {
    color: #E21C21;
}
#cookie .modal-dialog .modal-content .modal-footer ul li:nth-child(2) a {
    background: #e0e0e0;
    padding: 12px 42px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s linear;
    display: table;
}
#cookie .modal-dialog .modal-content .modal-footer ul li:last-child a {
    background: #E21C21;
    padding: 12px 42px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 8px;
    transition: all 0.3s linear;
    display: table;
}
#cookie .modal-dialog .modal-content .modal-footer ul li:nth-child(2) a:hover {
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    color: #000;
}
#cookie .modal-dialog .modal-content .modal-footer ul li:last-child a:hover {
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    color: #fff;
}
#cookie .modal-dialog .modal-content .modal-footer ul li:last-child {
    margin: 0;
}

#privacy .modal-dialog {
    max-width: 800px;
}
#privacy .modal-dialog .modal-content {
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    background: #ffffff;
    border-radius: 12px;
    padding: 0 0 0;
}
#privacy .modal-dialog .modal-content .modal-header{
    border-color: #127196;
}
#privacy .modal-dialog .modal-content .modal-header h4{
    color: #127196;
    font-size: 1.25rem;
    /*font-weight: 700;*/
    margin: 0;
}

#privacy .modal-dialog .modal-content .modal-body {
    padding: 40px 0 0;
    height:78vh;
    overflow:auto;
}
#privacy .modal-dialog .modal-content .modal-body .modal-box{
    border:4px solid #E21C21;
    position: relative;
    width: 80%;
    margin: 0 auto;
    display: table;
    padding: 15px;
}
#privacy .modal-dialog .modal-content .modal-body .modal-box:after {
    /*background-color: #fbf8f5;
    width: 8px;
    height: 70%;
    position: absolute;
    content: "";
    top: 15%;
    left: -6px;*/
}
#privacy .modal-dialog .modal-content .modal-body .modal-box h4 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
}
#privacy .modal-dialog .modal-content .modal-body .modal-box p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0 0 15px;
}
#privacy .modal-dialog .modal-content .modal-body .modal-box p a{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0 0 15px;
    transition: all 0.3s linear;
}
#privacy .modal-dialog .modal-content .modal-body .modal-box p a:hover{
    color:#E21C21;
}
#privacy .modal-dialog .modal-content .modal-body .privacy-wrp{
    padding: 50px 30px 0;
}
#privacy .modal-dialog .modal-content .modal-body .privacy-wrp h4{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
}
#privacy .modal-dialog .modal-content .modal-body .privacy-wrp p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0 0 15px;
}
#privacy .modal-dialog .modal-content .modal-body .privacy-wrp p a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0 0 15px;
    text-decoration: underline;
    transition: all 0.3s linear;
}
#privacy .modal-dialog .modal-content .modal-body .privacy-wrp p a:hover {
    color: #E21C21;
}

#privacy .modal-dialog .modal-content .modal-body .privacy-block .privacy-dt{
    padding: 0 0 15px;
    margin: 0 0 30px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#privacy .modal-dialog .modal-content .modal-body .privacy-block .privacy-dt:last-child{
    border:none;
}
#privacy .modal-dialog .modal-content .modal-footer {
    float: none;
    text-align: center;
    justify-content: center;
}
#privacy .modal-dialog .modal-content .modal-footer button{
    background: #E21C21;
    border: none;
    outline: none;
    border-radius: 8px;
    color: #fff;
    padding: 14px 35px;
}
#cookie .card{
    background:transparent;
    border-radius: 0;
    border:none;
    padding: 0;
}
#cookie .modal-dialog .modal-content .modal-body h2 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin: 0;
}
#cookie .modal-dialog .modal-content .modal-body p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0 0 15px;
}
#cookie .modal-dialog .modal-content .modal-body p a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
    text-decoration: underline;
    transition: all 0.3s linear;
}
#cookie .modal-dialog .modal-content .modal-body p a:hover {
    color: #E21C21;
}
#cookie .modal-dialog .modal-content .modal-body .modal-block {
    padding: 15px 0;
}
#cookie .modal-dialog .modal-content .modal-body .modal-block img {
    max-width: 100%;
}
#cookie .modal-dialog .modal-content .modal-body .modal-block p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
}
#cookie .modal-dialog .modal-content .modal-footer {
    float: none;
    text-align: center;
    justify-content: unset;
}
#cookie .modal-dialog .modal-content .modal-footer ul {
    display: flex;
    align-items: center;
}
#cookie .modal-dialog .modal-content .modal-footer ul li {
    display: inline-block;
    margin: 0 20px 0 0;
}
#cookie .modal-dialog .modal-content .modal-footer ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s linear;
    display: table;
}
#cookie .modal-dialog .modal-content .modal-footer ul li a:hover {
    color: #E21C21;
}
#cookie .modal-dialog .modal-content .modal-footer ul li:nth-child(2) a {
    background: #8FC6D9;
    padding: 12px 42px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s linear;
    display: table;
}
#cookie .modal-dialog .modal-content .modal-footer ul li:last-child a {
    background: #E21C21;
    padding: 12px 42px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 8px;
    transition: all 0.3s linear;
    display: table;
}
#cookie .modal-dialog .modal-content .modal-footer ul li:nth-child(2) a:hover {
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    color: #000;
}
#cookie .modal-dialog .modal-content .modal-footer ul li:last-child a:hover {
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    color: #fff;
}
#cookie .modal-dialog .modal-content .modal-footer ul li:last-child {
    margin: 0;
}


#cookie .modal-dialog .modal-content .modaltabs .nav-tabs{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 15px 0;
}
#cookie .modal-dialog .modal-content .modaltabs .nav-tabs .nav-item .nav-link{
     border:none;
    background: #fbf8f5;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border-radius: 8px;
    transition: all 0.3s linear;
}
#cookie .modal-dialog .modal-content .modaltabs .nav-tabs .nav-item .nav-link:hover{  	
	color: #E21C21;
}
#cookie .modal-dialog .modal-content .modaltabs .nav-tabs .nav-item.show .nav-link, 
#cookie .modal-dialog .modal-content .modaltabs .nav-tabs .nav-link.active{
    background: #E21C21;
    padding: 8px 30px;
    color: #fff;
}
#cookie .modal-dialog .modal-content .modaltabs .nav-tabs .nav-link.active:hover{
	color: #fff;background: #EA5B5F;
}
#cookie .modal-dialog .modal-content .modaltabs .tab-content{
    padding: 20px 0 0;
}
#cookie .modal-dialog .modal-content .modaltabs .tab-content p{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}


#cookie .table thead th{
    border:none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}
#cookie .table-striped tbody tr:nth-of-type(odd){
    background:rgba(0,0,0,.05);
}
#cookie .table td, .table th{
    padding: 7px ​10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}
#cookie .table td a{
    color: #333;
}


#cookie .boxes {
  padding: 15px 0;
  display: flex;
  align-items: center;
  border-top:1px solid rgba(0,0,0,0.1);
  border-bottom:1px solid rgba(0,0,0,0.1);
}

/*Checkboxes styles*/
#cookie input[type="checkbox"] { display: none; }

#cookie input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0 60px 0 0;
  font-size: 16px;
    font-weight: 500;
    color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#cookie #box-1 input{
    margin-right: 140px;
}
#cookie input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #424242;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

#cookie input[type="checkbox"]:checked + label:before {width: 10px;top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}