

/* Start:/local/templates/default/components/awz/cookies.sett/.default/style.css?17863675299478*/
.popup-window .red-button {
  margin-top: 40px;
}
.popup-window-overlay {
  opacity: 25%;
}
.popup-window .agree._1 {
  opacity: 0.5;
}
.popup-window .agree {
  max-width: 44px;
}
.awz_cookies_sett__message {
  display: block;
  position: fixed;
  z-index: 1049;
  width: 100%;
  box-shadow: 0px 0px 20px 0px #00437a33;
  background: #ffffff;
  max-width: 500px;
  right: 141px;
  bottom: 46px;
  border-radius: 30px;
  border: 1px solid #c8c8c8;
}
#popup-window-content-awz_cmp_cookies {
  right: 141px;
}
@media screen and (max-width: 1699px) {
  .awz_cookies_sett__message,
  #popup-window-content-awz_cmp_cookies {
    right: 80px !important;
  }
}
@media screen and (max-width: 1279px) {
  .awz_cookies_sett__message,
  #popup-window-content-awz_cmp_cookies {
    right: 44px !important;
    border-radius: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .awz_cookies_sett__message,
  #popup-window-content-awz_cmp_cookies {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    bottom: 20px !important;
  }
}
.awz_cookies_sett__message .red-button,
.awz_cookies_sett__message .white-button {
  padding: 14px 24px;
  max-width: 194px;
}
#awz_cookies_sett__msg {
  text-align: center;
}

.awz_cookies_sett__message_bottom_left {
  left: 10px;
  bottom: 10px;
}
.awz_cookies_sett__message_top_left {
  left: 10px;
  top: 10px;
}
.awz_cookies_sett__message_top_right {
  right: 10px;
  top: 10px;
}
.awz_cookies_sett__message_bottom_center,
.awz_cookies_sett__message_top_center {
  left: 50%;
  margin-left: -290px;
}
@media (max-width: 1102px) {
  .awz_cookies_sett__message_bottom_center,
  .awz_cookies_sett__message_top_center {
    left: 20%;
    margin-left: 0;
  }
}
.awz_cookies_sett__message_bottom_center {
  bottom: 10px;
}
.awz_cookies_sett__message_top_center {
  top: 10px;
}
.awz_cookies_sett__admin .awz_cookies_sett__message {
  position: static;
  width: 100%;
  max-width: 580px;
  font-size: 1em;
  line-height: 1.3em;
  margin: 0;
}
.awz_cookies_sett__container {
  padding: 28px 20px;
}
.awz_cookies_sett__btn {
  padding: 0.4em 0.8em;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
}

.awz_cookies_sett__btn {
  cursor: pointer;
}
.awz_cookies_sett__btn:hover {
  cursor: pointer;
}
.awz_cookies_sett__row {
  display: flex;
  align-content: center;
  flex-direction: column;
  gap: 40px;
  text-align: center;
  align-items: center;
}
.awz_cookies_sett__col {
  width: 100%;
  color: #313131;
}
.awz_cookies_sett__col__right {
  text-align: center;
  width: max-content;
  display: flex;
  gap: 12px;
}
.awz_cookies_sett__agr_link {
  text-decoration: underline;
}

.awz_cookies_sett__detail-row {
  display: block;
  clear: both;
  overflow: hidden;
}
.awz_cookies_sett__detail-alert {
  margin-bottom: 20px;
  color: #313131 !important;
}
.awz_cookies_sett__detail-checkbox-text {
  display: block;
  position: relative;
}
.awz_cookies_sett__detail-row:not(._1) .awz_cookies_sett__detail-checkbox-text {
  margin-top: 28px;
}
.awz_cookies_sett__detail-title {
  font-weight: 500;
  display: block;
  font-size: 20px;
  line-height: 28px;
}
.awz_cookies_sett__save,
.awz_cookies_sett__save:hover {
  background: red;
  color: #ffffff;
  padding: 0.6em 1.5em;
  text-decoration: none;
  display: inline-block;
  margin-top: 1em;
  border: none;
  outline: none;
}
.awz_cookies_sett__detail-descr {
  padding-left: 44px;
  display: block;
}
.awz_cookies_sett__detail-checkbox-wrapper-42 {
  display: block;
  float: left;
  margin-right: 5px;
}
.awz_cookies_sett__detail-checkbox-wrapper-42 .dsbl {
  opacity: 0.35;
}
.awz_cookies_sett__detail-checkbox-wrapper-42 input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.awz_cookies_sett__detail-checkbox-wrapper-42 label {
  display: inline-block;
  float: left;
  margin-top: 1px;
}

.awz_cookies_sett__detail-checkbox-wrapper-42 .cbx {
  position: relative;
  top: 1px;
  width: 17px;
  height: 17px;
  border: 1px solid #000000;
  border-radius: 3px;
  vertical-align: middle;
  transition: background 0.1s ease;
  cursor: pointer;
}
.awz_cookies_sett__detail-checkbox-wrapper-42 .cbx:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 11px;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}
.awz_cookies_sett__detail-checkbox-wrapper-42 .lbl {
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
}
.awz_cookies_sett__detail-checkbox-wrapper-42
  input[type="checkbox"]:checked
  ~ .cbx {
  border-color: #000000;
  animation: awz-autform2-checkbox-jelly-42 0.6s ease;
}
.awz_cookies_sett__detail-checkbox-wrapper-42
  input[type="checkbox"]:checked
  ~ .cbx:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.awz_cookies_sett__detail-checkbox-wrapper-42 .cntr {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
@-moz-keyframes awz-autform2-checkbox-jelly-42 {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes awz-autform2-checkbox-jelly-42 {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
@-o-keyframes awz-autform2-checkbox-jelly-42 {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
@keyframes awz-autform2-checkbox-jelly-42 {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}

#popup-window-content-awz_cmp_cookies {
  max-height: 90dvh;
}
.awz_cookies_sett__col a {
  color: #00437a;
}

.awz_cookies_sett__col a:hover {
  color: #00bbee;
}

.popup-window#popup-window-content-awz_cmp_cookies {
  font-family: "Golos", sans-serif;
  width: 100%;
  max-width: 800px !important;
  padding: 40px;
  box-shadow: 0px 0px 20px 0px #00437a33;
  border-radius: 30px;
  border: 1px solid #c8c8c8;

  bottom: 92px;

  top: auto !important;
}
@media screen and (min-width: 1024px) {
  .popup-window#popup-window-content-awz_cmp_cookies {
    left: auto !important;
  }
}
.awz_cookies_sett__detail-col._btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

@media (max-width: 1279px) {
  .awz_cookies_sett__detail-title {
    font-size: 16px;
    line-height: 20px;
  }
  .popup-window#popup-window-content-awz_cmp_cookies {
    border-radius: 12px;
  }
  .popup-window#popup-window-content-awz_cmp_cookies {
    bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .popup-window#popup-window-content-awz_cmp_cookies {
    padding: 20px;
    width: calc(100% - 40px);
  }
  .popup-window .red-button {
    margin-top: 28px;
  }
  .awz_cookies_sett__detail-row:not(._1)
    .awz_cookies_sett__detail-checkbox-text {
    margin-top: 24px;
  }

  .awz_cookies_sett__detail-descr {
    padding-left: 36px;
  }

  .awz_cookies_sett__container {
    padding: 28px 20px;
  }
}
@media (max-width: 767px) {
  #awz_cookies_sett__all {
    width: 100%;
  }
  #awz_cookies_sett__settings,
  #awz_cookies_sett__all_decline {
    width: calc((100% - 12px) / 2);
  }
  .awz_cookies_sett__message {
    width: calc(100% - 32px);
    max-width: 768px;
    bottom: 12px;
  }
  .awz_cookies_sett__col__right {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .awz_cookies_sett__col__right .red-button {
    max-width: none;
    width: 100%;
    justify-content: center;
  }
  .awz_cookies_sett__col__right .white-button {
    width: 47%;
    justify-content: center;
  }

  .awz_cookies_sett__message_bottom_left,
  .awz_cookies_sett__message_bottom_center {
    left: 0;
    bottom: 0;
  }
  .awz_cookies_sett__message_top_left,
  .awz_cookies_sett__message_top_center {
    left: 0;
    top: 0;
  }
  .awz_cookies_sett__message_top_right {
    right: 0;
    top: 0;
  }
  .awz_cookies_sett__message br {
    display: none;
  }
  .awz_cookies_sett__row {
    flex-direction: column;
    gap: 20px;
  }

  .awz_cookies_sett__detail-col._btn {
    margin-top: 28px;
  }
  .awz_cookies_sett__detail-col._btn .btn {
    width: 100%;
  }
}

/* End */
/* /local/templates/default/components/awz/cookies.sett/.default/style.css?17863675299478 */
