﻿/* Reset */
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline; 
}

.accountpopup .error-message {
    display:none;
}

.form-row.checkbox.consent { position: relative; display: inline-block; margin: 10px 0; padding: 0 10px 0 20px; text-align: left; vertical-align: middle;} 
.form-row.checkbox.consent .checkbox-wrapper{ float: none; position: absolute; top: 0; left: 0; margin-right: 0; margin-top: 4px;}
.form-row.checkbox.consent .label-wrapper{ float: none;}
.form-row.checkbox.consent .label-wrapper label { cursor: pointer; color: #3c3c3c; font-size: 13px; line-height: 20px; font-weight: 400;}
.form-row.checkbox.consent .label-wrapper label a { color: #3c3c3c; text-decoration: underline;}
.form-row.checkbox.consent .checkbox-wrapper input { margin: 0; cursor: pointer;}
.form-row.checkbox.consent .error-wrapper span { color: red;}

.header-region.consent .x-sitelogo { padding: 10px 0; font-size: 0; text-align: center;}
.header-region.consent .x-sitelogo a { display: inline-block; max-width: 100%; max-height: 100%;}

.terms-consent-container {
  width: 900px;
  min-height: 482px;
  margin: 20px auto;
  padding: 40px 78px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e6e6e6;
  font-family: Arial, sans-serif;
}

.terms-consent-container.pop-up {
    width: auto;
    min-height: 415px;
    margin: 0;
    padding: 40px;
}

.terms-consent-container.has-scrolled .button-container .form-row.checkbox {
  display: inline-block;
}
.terms-consent-container.has-scrolled .shadow {
  display: none;
}
.terms-consent-container.has-scrolled .scroll-btn {
  display: none !important;
}
.terms-consent-container .title {text-align: center; font-size: 24px; line-height: 26px;}
.terms-consent-container .intro-container {
  color: #2f2f2f;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  letter-spacing: 0.04em;
}
.terms-consent-container .info-container {
  position: relative;
  background-color: #fff;
  height: 280px;
  margin-top: 30px;
  padding: 28px 40px;
  box-shadow: 0 1px 1px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 1px 0px rgba(0,0,0,0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.terms-consent-container .text {
  position: relative;
  height: 100%;
}
.terms-consent-container .text .scroll-container {
  overflow: hidden;
  height: 100%;
  padding-right: 10px;
}

.terms-consent-container .text .mCSB_draggerRail {
  width: 9px;
  border-radius: 5px;
  background-color: #e6e6e6 !important;
}
.terms-consent-container .text .mCSB_dragger .mCSB_dragger_bar {
  width: 9px;
  border-radius: 5px;
  background-color: #959595;
  border: 1px solid #c2c2c2;
}

.terms-consent-container .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(to bottom,transparent,#fff);
  pointer-events: none;
}
.terms-consent-container .scroll-btn {
  display: none;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -18px;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  cursor: pointer;
  background-color: #3c3c3c;
  text-align: center;
  -moz-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.terms-consent-container .scroll-btn > svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
}
.terms-consent-container .scroll-btn:hover {
  background-color: #000;
}
.terms-consent-container .scroll-btn.show {
  display: block;
}
.terms-consent-container .button-container {
  padding-top: 30px;
  font-size: 0;
  text-align: right;
}
.terms-consent-container .form-row.checkbox.consent { display: none;}
.terms-consent-container .button-container .tooltip-info-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.terms-consent-container .button-container .tooltip-info-wrapper:hover .info-tooltip {
  display: block;
}
.terms-consent-container .button-container .tooltip-info-wrapper:hover .info-tooltip.hidden {
  display: none;
}
.terms-consent-container .button-container .info-tooltip {
  display: none;
  position: absolute;
  right: 0;
  width: 260px;
  z-index: 100;
  bottom: 100%;
  top: inherit;
  height: auto;
  padding-bottom: 10px;
}
.terms-consent-container .button-container .info-tooltip.hidden {
  display: none;
}
.terms-consent-container .button-container .info-tooltip .inner-wrapper {
  background-color: #fff;
  padding: 15px 10px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 300;
  color: #2f2f2f;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.terms-consent-container .button-container .info-tooltip .inner-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #d7d7d7;
}

.terms-consent-container .button-container .info-tooltip .inner-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 11px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.terms-consent-container .button-container .terms-consent-btn {
  cursor:pointer;
  float: right;
  background-color: #3c3c3c;
  padding: 10px 40px;
  color: white;
  line-height: 20px;
  font-size: 15px;
  font-size: 12px;
  border: none;
  -moz-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.terms-consent-container .button-container .terms-consent-btn:disabled {
  cursor: default;
  background-color: #a1a1a1;
}
.terms-consent-container .button-container .terms-consent-btn:disabled:hover {
  background-color: #a1a1a1;
}
.terms-consent-container .button-container .terms-consent-btn:hover {
  background-color: #000;
}

.setting-box {
  padding: 20px 28px 25px;
}
.setting-box .title-container .title {
  display: block;
  color: #3c3c3c;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-bottom: 18px;
}
.setting-box .title-container .description {
  color: #3c3c3c;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
}

.setting-box .info { padding-top: 15px; color: #3c3c3c; font-size: 13px; line-height: 20px; letter-spacing: 0.04em; }

.setting-box .message {
  display: none;
  padding: 10px 0 0 0;
  color: #3c3c3c;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

.setting-box .message.accountform-result {
  color: green;
}
.setting-box .message.error-message{
  color: red;
}
.setting-box .button-container {
  padding-top: 10px;
  font-size: 0;
  text-align: right;
}

.setting-box .button-container .onoffswitch { display: inline-block; vertical-align: middle; margin-right: 20px;}

.setting-box .button-container .onoffswitch .switch-inner .state-text.on-text { text-align: left;}

.setting-box .button-container .submit-choice-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-color: #3c3c3c;
  padding: 10px 40px;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  border: none;
  -moz-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.setting-box .button-container .submit-choice-btn:hover {
  background-color: #000;
}

.setting-box .button-container .submit-choice-btn:disabled {
    cursor: default;
    background-color: #cfcfcf;
}

.setting-box .button-container .submit-choice-btn:disabled:hover {
    background-color: #cfcfcf;  
}

.accountdelete .form-container { 
    padding-top: 20px;
}

.accountdelete .form-container .form-row.textarea {
    padding: 0;
}

.accountdelete .form-container .form-row.textarea .label-wrapper label {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.04em;
   color: #3c3c3c;
}

.accountdelete .form-container .form-row .textarea-wrapper {
    margin-top: 15px;
    border-color: #cfcfcf;
}
.accountdelete .form-container .form-row .textarea-wrapper textarea {
    color: #3c3c3c;
    padding: 10px;
    height: 75px;
    resize: none;
}

.cookies-acceptance-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #377fc8;
  padding: 7px 0;
  box-shadow: 0 5px 7px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 7px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 5px 7px 0px rgba(0,0,0,0.2);
  z-index: 990;
  display: block;
}
.cookies-acceptance-overlay .control-area-one {
  position: relative;
  margin: 0 10px;
  padding-right: 325px;
  min-height: 54px;
}
.cookies-acceptance-overlay .text {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.cookies-acceptance-overlay .button-container { position: absolute; top: 50%; right: 0; margin-top: -27px; text-align: right; font-size: 0;}

.cookies-acceptance-overlay .terms-link {
  position: relative;
  display: inline-block;
  margin: 17px 15px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
}
.cookies-acceptance-overlay .accept-btn {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 20px;
  margin: 12px 0;
  height: 28px;
  border-radius: 20px;
  background-color: #fff;
  color: #3c3c3c;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  text-decoration: none;
}
.cookies-acceptance-overlay .accept-btn:hover {
  text-decoration: underline;
}

.modal-cookies-acceptance {
  padding: 10px 15px 15px 35px;
  background-color: #fff;
}
.modal-cookies-acceptance .title-container { padding: 15px 0; zoom: 1;}
.modal-cookies-acceptance .title-container:before { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } 
.modal-cookies-acceptance .title-container:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; clear: both; }

.modal-cookies-acceptance .title-container .title {
  float: left;
  color: #000;
  font-size: 20px;
  font-weight: normal;
  line-height: 31px;
  letter-spacing: 0.01em;
}
.modal-cookies-acceptance .text {
  color: #313131;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.01em;
}
.modal-cookies-acceptance .button-container {
  position: relative;
  margin-top: 25px;
  font-size: 0;
  text-align: center;
}
.modal-cookies-acceptance .button-container .accept-btn {
  display: inline-block;
  background-color: #13b751;
  padding: 10px 50px;
  color: white;
  line-height: 20px;
  font-size: 15px;
  font-size: 12px;
  border: none;
  -moz-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modal-cookies-acceptance .button-container .accept-btn:hover {
  background-color: #0e893d;
}
.modal-cookies-acceptance .button-container .terms-link {
  position: absolute;
  top: 10px;
  right: 0;
  color: #313131;
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
}

.cookies-overlay { background-color: #fff;}
.cookies-overlay .md-title-container { padding: 20px; border-bottom: 1px solid #bebebe;}
.cookies-overlay .md-title-container .title { display: block; color: #3c3c3c; font-size: 20px; line-height: 22px; letter-spacing: 0.01em; font-weight: normal; }
.cookies-overlay .md-title-container .text { display: block; padding-top: 10px; color: #3c3c3c; font-size: 13px; line-height: 19px; letter-spacing: 0.01em; }

.cookies-overlay .tabs-container {zoom: 1; }
.cookies-overlay .tabs-container:before { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } 
.cookies-overlay .tabs-container:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; clear: both; }
.cookies-overlay .tabs-container .tabs-title {
  float: left;
  width: 39%;
}
.cookies-overlay .tabs-container .tab-title {
  position: relative;
  padding: 25px 10px 25px 50px;
  background-color: #eaeaea;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  cursor: pointer;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.cookies-overlay .tabs-container .tab-title:last-child {
  border-bottom: none;
}
.cookies-overlay .tabs-container .tab-title:hover {
  background-color: #fff;
}
.cookies-overlay .tabs-container .tab-title.active {
  background-color: #fff;
  border-right-color: #fff;
}
.cookies-overlay .tabs-container .tab-title .title {
  display: block;
  color: #3c3c3c;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: 0.01em;
}
.cookies-overlay .tabs-container .tab-title > svg {
  fill: #3c3c3c;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -11px;
  width: 22px;
  height: 22px;

}
.cookies-overlay .tabs-container .tabs-content {
  float: left;
  width: 61%;
}
.cookies-overlay .tabs-container .tab-content {
  display: none;
  padding: 20px 15px 20px 40px;
}
.cookies-overlay .tabs-container .tab-content.active {
  display: block;
}

.cookies-overlay .cookie-category .title-container{ zoom: 1;}
.cookies-overlay .cookie-category .title-container:before { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } 
.cookies-overlay .cookie-category .title-container:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; clear: both; }

.cookies-overlay .cookie-category .title-container .title {
  float: left;
  color: #3c3c3c;
  font-size: 22px;
  line-height: 34px;
  font-weight: normal;
  letter-spacing: 0.01em;
}
.cookies-overlay .cookie-category .title-container .state {
  float: right;
  padding-right: 20px;
}
.cookies-overlay .cookie-category .title-container .state .always-active {
  position: relative;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 0.01em;
  border-radius: 20px;
  background-color: #13b751;
}
.cookies-overlay .cookie-category .title-container .state .always-active:before {
  position: absolute;
  top: 0;
  right: 0;
  color: #13b751;
  font-size: 26px;
  line-height: 34px;
}
.cookies-overlay .cookie-category .description {
  color: #313131;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.01em;
}
.cookies-overlay .cookie-category .more-info-container {
  height: 200px;
  padding: 0 15px 0 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cookies-overlay .cookie-category .more-info-container .inner-container {
  padding-top: 15px;
  height: 100%;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cookies-overlay .cookie-category .more-info-container .scroll-container {
  overflow: hidden;
  height: 100%;
}
.cookies-overlay .cookie-category .more-info-container .scroll-container .mCSB_draggerRail {
  width: 9px;
  border-radius: 5px;
  background-color: #e6e6e6;
}
.cookies-overlay .cookie-category .more-info-container .scroll-container .mCSB_dragger_bar {
  width: 9px;
  border-radius: 5px;
  background-color: #959595;
  border: 1px solid #c2c2c2;
}

.cookies-overlay .button-container { padding: 10px; border-top: 1px solid #d0d0d0; zoom: 1; }
.cookies-overlay .button-container:before { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } 
.cookies-overlay .button-container:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; clear: both; }
.cookies-overlay .button-container .accept-btn { float: right; background-color: #13b751; padding: 10px 60px; color: white; line-height: 20px; font-size: 15px; font-size: 12px; border: none; -moz-transition: background-color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out; -o-transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out;}
.cookies-overlay .button-container .accept-btn:hover { background-color: #0e893d; }

.iziModal-button-close:hover {
    transform: rotate(0) !important;
    cursor: pointer;
}

.onoffswitch {
  position: relative;
  width: 112px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch .switch-checkbox {
  display: none;
}
.onoffswitch .switch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
}
.onoffswitch .switch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch .switch-inner .state-text {
  display: block;
  float: left;
  width: 50%;
  height: 34px;
  padding: 0;
  color: #fff;
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 0.01em;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch .switch-inner .state-text.on-text {
  padding-left: 18px;
  background-color: #13b751;
  color: #FFFFFF;
}
.onoffswitch .switch-inner .state-text.off-text {
  padding-right: 14px;
  background-color: #FFFFFF;
  color: #626262;
  text-align: right;
}
.onoffswitch .switch {
  display: block;
  width: 22px;
  height: 22px;
  margin: 6px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 74px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
  transition: all 0.3s ease-in 0s;
}
.onoffswitch .switch-checkbox:checked + .switch-label .switch-inner {
  margin-left: 0;
}
.onoffswitch .switch-checkbox:checked + .switch-label .switch {
  right: 0px;
}

.text-styling {
  font-size: 14px;
  line-height: 23px;
  font-weight: normal;
  color: #3c3c3c;
  text-align: left;
  word-break: break-word;
  letter-spacing: 0.04em;
}
.text-styling a {
  color: #3c3c3c;
}
.text-styling a:hover {
  text-decoration: underline;
}
.text-styling p {
  font-size: 14px;
  padding: 5px 0;
  color: #3c3c3c;
  line-height: 23px;
}
.text-styling h2 {
  font-size: 21px;
  line-height: 25px;
  color: #3c3c3c;
  font-weight: bold;
  padding: 8px 0;
  letter-spacing: 0.04em;
}
.text-styling h3 {
  font-size: 19px;
  line-height: 25px;
  color: #3c3c3c;
  font-weight: bold;
  padding: 8px 0;
  letter-spacing: 0.04em;
}
.text-styling h4 {
  font-size: 17px;
  line-height: 25px;
  color: #3c3c3c;
  font-weight: bold;
  padding: 8px 0;
  letter-spacing: 0.04em;
}
.text-styling h5 {
  font-size: 15px;
  line-height: 25px;
  color: #3c3c3c;
  font-weight: bold;
  padding: 8px 0;
  letter-spacing: 0.04em;
}
.text-styling h6 {
  font-size: 14px;
  line-height: 25px;
  color: #3c3c3c;
  font-weight: bold;
  padding: 8px 0;
  letter-spacing: 0.04em;
}
.text-styling strong {
  font-weight: 700;
}
.text-styling ol {
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  color: #3c3c3c;
}
.text-styling ol {
  list-style: none;
}
.text-styling ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 30px;
}
.text-styling ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 0;
  content: counter(item) '.';
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 0;
}
.text-styling ul {
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  color: #3c3c3c;
  padding: 5px 0 5px 20px;
  list-style-type: disc;
}
.text-styling ul ul {
  list-style-type: square;
}
.text-styling img {
  display: block;
  padding: 10px 0;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}


@media only screen and (max-width: 1199px) {
    .cookies-acceptance-overlay .center-container { width: 940px;}
}

@media only screen and (max-width: 959px) {
    .cookies-acceptance-overlay .center-container { width: 768px;}
}

@media only screen and (max-width: 920px) {
    .terms-consent-container { width: 100%;}
    .cookies-overlay .cookie-category .title-container .title { font-size: 18px; }
    .cookies-overlay .tabs-container .tab-title .title { font-size: 16px;}
}

@media only screen and (max-width: 767px) {
    .header-region.consent .x-sitelogo a img{ height: 50px;}
    .terms-consent-container { width: 100%; margin-top: 0; padding: 40px;}
    .terms-consent-container .title{ font-size: 20px; line-height: 22px;}
    .terms-consent-container .info-container { padding: 28px;}

    .cookies-acceptance-overlay .center-container { width: 100%;}
    .cookies-acceptance-overlay .control-area-one { padding-right: 0;}
    .cookies-acceptance-overlay .button-container { width: 100%; position: static; margin-top: 0; text-align: center; }
    .cookies-overlay .tabs-container .tab-title { padding: 22px 10px;}
    .cookies-overlay .tabs-container .tab-title .title { font-size: 14px; }
    .cookies-overlay .tabs-container .tab-title > svg { display: none;}
    .cookies-overlay .tabs-container .tab-content { padding: 10px;}
    .cookies-overlay .cookie-category .title-container .state { padding-left: 5px;}

}

@media only screen and (max-width: 639px) {
    .terms-consent-container.pop-up { padding: 20px; min-height: 375px;}
}

@media only screen and (max-width: 479px) {
    .form-row.checkbox.consent { margin-right: 0;}
    .setting-box { padding-left: 10px; padding-right: 10px;}
    .setting-box .title-container .title { font-size: 20px; line-height: 22px;}
    .terms-consent-container { min-height: 432px; padding: 20px 10px;}
    .terms-consent-container .title{ font-size: 16px; line-height: 18px;}
    .terms-consent-container .info-container { margin-top: 20px; padding: 15px 20px;}
    .terms-consent-container.pop-up .info-container{ padding: 28px;}
    .terms-consent-container .button-container { padding-top: 20px;}

    .modal-cookies-acceptance { padding: 10px 10px 15px 10px;}
    .modal-cookies-acceptance .button-container{ text-align: right;}
    .modal-cookies-acceptance .button-container .terms-link{ position: static; margin-right: 20px;}

    .cookies-overlay .tabs-container .tab-title .title { font-size: 12px; line-height: 16px;}
    .cookies-overlay .cookie-category .title-container .title { font-size: 16px; line-height: 18px; }
    .cookies-overlay .cookie-category .title-container .state { padding: 10px 0 0 5px;}


}

.consents-page .cookies-acceptance-overlay {
    display: none;
}

.info-tooltip { position: absolute; right: 10px; top: 12px; background: url(info-icon.png) no-repeat 0 0; width: 22px; height: 22px; cursor: pointer; }