/* CSS Document */

body {
  background: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #959595;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.container {
  max-width: 1280px;
  padding-left: 50px;
  padding-right: 50px;
}

h1,
h2,
h3 {
  color: #333;
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 40px;
}

.user-data {
  margin-bottom: 40px;
  font-size: 16px;
}

.form-control {
  border: 1px solid #c0bfbf;
  border-radius: 3px;
}

.user-data label {
  display: inline-block;
  width: 110px;
  color: #333;
}

.user-data .form-control {
  max-width: 280px;
  display: inline-block;
}

.top-line:before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-top: 6px solid rgba(210, 210, 210, .6);
  margin-bottom: 40px;
}

.webgroup {
  margin-bottom: 40px;
}

.webgroup__logo p {
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
}

.webgroup__logo img {
  margin-bottom: 3px;
}

.option {
  background: #F8F8F8;
  padding: 25px;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.option h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 1;
}

.option p {
  margin-bottom: 0;
  line-height: 1;
}

.option .form-control {
  max-width: 255px;
}

.toggle-label {
  position: relative;
  display: block;
  width: 120px;
  height: 36px;
  border-radius: 2px;
  overflow: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  margin: 0;
  margin-left: 10px;
  flex-shrink: 0;
  user-select: none;
}

fieldset[disabled] .toggle-label, fieldset[disabled] input[type=button], input[type=button][disabled],
fieldset[disabled] input[type=submit], input[type=submit][disabled] {
  opacity: 0.3;
  cursor: inherit;
}


.toggle-label input[type=checkbox] {
  opacity: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.tagline {
  color: #333;
  margin-bottom: 1em;
}

.publication-settings-content.publication-settings-content__hide {
  max-height: 0;
  overflow: hidden;
}

.publication-settings-content-wrap {
  overflow: hidden;
}

.publication-settings-content {
  max-height: 2048px; /* hack to have animation */
  transform-origin: left top;
  transition: max-height .3s linear;
}

.toggle-label input[type=checkbox]+.back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #EBEBEB;
  transition: background 150ms ease;
}

.toggle-label input[type=checkbox]:checked+.back {
  background: #EBEBEB;
}

.toggle-label input[type=checkbox]+.back .toggle {
  display: block;
  position: absolute;
  content: ' ';
  background: #C6C6C6;
  width: 50%;
  height: 100%;
  transition: margin 150ms ease;
  border-radius: 0;
}

.toggle-label input[type=checkbox]:checked+.back .toggle {
  margin-left: 60px;
  background: #7ED321;
}

.toggle-label input[type=checkbox]:not(:checked)+.back .toggle {
  margin-left: 0px;
  background: #E24F4E;
}


.toggle-label .label {
  position: absolute;
  width: 50%;
  color: #ddd;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  justify-content: center;
}

.toggle-label .label.on {
  right: 0px;
  color: #9B9B9B;
}

.toggle-label .label.off {
  left: 0px;
}

.toggle-label input[type=checkbox]:checked+.back .label.on {
  color: #fff;
}

.toggle-label input[type=checkbox]+.back .label.off {
  color: #fff;
}

.toggle-label input[type=checkbox]:checked+.back .label.off {
  color: #9B9B9B;
}

.external-link:after {
  display: inline-block;
  content: url(../img/ico-external.svg);
  padding-left: 5px;
}

.btn-main {
  background: #22A2DC;
  color: #fff;
  padding: 12px 22px;
  font-size: 1em;
  text-transform: uppercase;
}

.btn-save-preferences {
  width: 280px;
  font-size: 1em;
  color: #FFF;
  background-color: #992521;
  border: 0 !important;
  text-transform: uppercase;
  font-weight: bold;
  height: 50px !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  margin-bottom: 30px;
  text-align: center;
  padding-left: 0 !important;
  cursor: pointer;
  padding: 0;
}

.btn-save-preferences.disabled {
  color: gray;
  background-color: #a6a5a5;
}

.noscript-message {
  display: none;
}

@media (max-width: 992px) {
  h1 {
    font-size: 36px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .webgroup__logo {
    text-align: center;
  }

  .webgroup__right {
    margin-left: auto;
    margin-right: auto;
  }

  .btn-save-preferences {
    width: 100% !important;
    height: 66px !important;
    font-size: 1.2em !important;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  h1 {
    font-size: 32px;
  }

  .webgroup__logo p {
    max-width: 120px;
  }

  .option {
    padding: 16px;
    align-items: center;
    justify-content: space-between;
  }

  .option select {
    flex-basis: 216px;
    flex-shrink: 0;
  }

  .tagline {
    text-align: center;
    text-wrap: balance;
  }
}

.errorBlock {
  display: none;
}

.errorBlock p {
  text-align: center;
  width: 100%;
}

.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.big-checkbox {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.big-checkbox+label {
  display: inline-flex;
  cursor: pointer;
  margin: 0;
}

fieldset[disabled] .big-checkbox+label {
  opacity: 0.3;
  cursor: inherit;
}

.big-checkbox+label::before {
  content: '';
  width: 2.5em;
  height: 2.5em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.75em;
  margin-left: 0.5em;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% 60%;
}

.big-checkbox:checked+label::before {
  cursor: pointer;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDU5cHgiIGhlaWdodD0iNDU5cHgiIHZpZXdCb3g9IjAgMCA0NTkgNDU5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTkgNDU5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CiAgICA8cmVjdCB3aWR0aD0iMzk5IiBoZWlnaHQ9IjM5OSIgZmlsbD0iYmxhY2siIHg9IjQwcHgiIHk9IjQwcHgiPjwvcmVjdD4KCTxnIGlkPSJjaGVjay1ib3giPgoJCTxwYXRoIGQ9Ik00MDgsMEg1MUMyMi45NSwwLDAsMjIuOTUsMCw1MXYzNTdjMCwyOC4wNSwyMi45NSw1MSw1MSw1MWgzNTdjMjguMDUsMCw1MS0yMi45NSw1MS01MVY1MUM0NTksMjIuOTUsNDM2LjA1LDAsNDA4LDB6CgkJCSBNMTc4LjUsMzU3TDUxLDIyOS41bDM1LjctMzUuN2w5MS44LDkxLjhMMzcyLjMsOTEuOGwzNS43LDM1LjdMMTc4LjUsMzU3eiIgc3R5bGU9ImZpbGw6ICNmZmY7Ij48L3BhdGg+Cgk8L2c+Cjwvc3ZnPg==');
}

input:invalid, select:invalid {
    border: 1px solid red;
}

.form-group {
  display: flex;
  margin: 1rem;
  gap: 1rem;
  align-items: center;
}

@-webkit-keyframes load5 {

  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #22a2dc, 1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2), 2.5em 0em 0 0em rgba(34, 162, 220, 0.2), 1.75em 1.75em 0 0em rgba(34, 162, 220, 0.2), 0em 2.5em 0 0em rgba(34, 162, 220, 0.2), -1.8em 1.8em 0 0em rgba(34, 162, 220, 0.2), -2.6em 0em 0 0em rgba(34, 162, 220, 0.5), -1.8em -1.8em 0 0em rgba(34, 162, 220, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(34, 162, 220, 0.7), 1.8em -1.8em 0 0em #22a2dc, 2.5em 0em 0 0em rgba(34, 162, 220, 0.2), 1.75em 1.75em 0 0em rgba(34, 162, 220, 0.2), 0em 2.5em 0 0em rgba(34, 162, 220, 0.2), -1.8em 1.8em 0 0em rgba(34, 162, 220, 0.2), -2.6em 0em 0 0em rgba(34, 162, 220, 0.2), -1.8em -1.8em 0 0em rgba(34, 162, 220, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(34, 162, 220, 0.5), 1.8em -1.8em 0 0em rgba(34, 162, 220, 0.7), 2.5em 0em 0 0em #22a2dc, 1.75em 1.75em 0 0em rgba(34, 162, 220, 0.2), 0em 2.5em 0 0em rgba(34, 162, 220, 0.2), -1.8em 1.8em 0 0em rgba(34, 162, 220, 0.2), -2.6em 0em 0 0em rgba(34, 162, 220, 0.2), -1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(34, 162, 220, 0.2), 1.8em -1.8em 0 0em rgba(34, 162, 220, 0.5), 2.5em 0em 0 0em rgba(34, 162, 220, 0.7), 1.75em 1.75em 0 0em #22a2dc, 0em 2.5em 0 0em rgba(34, 162, 220, 0.2), -1.8em 1.8em 0 0em rgba(34, 162, 220, 0.2), -2.6em 0em 0 0em rgba(34, 162, 220, 0.2), -1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(34, 162, 220, 0.2), 1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2), 2.5em 0em 0 0em rgba(34, 162, 220, 0.5), 1.75em 1.75em 0 0em rgba(34, 162, 220, 0.7), 0em 2.5em 0 0em #22a2dc, -1.8em 1.8em 0 0em rgba(34, 162, 220, 0.2), -2.6em 0em 0 0em rgba(34, 162, 220, 0.2), -1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(34, 162, 220, 0.2), 1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2), 2.5em 0em 0 0em rgba(34, 162, 220, 0.2), 1.75em 1.75em 0 0em rgba(34, 162, 220, 0.5), 0em 2.5em 0 0em rgba(34, 162, 220, 0.7), -1.8em 1.8em 0 0em #22a2dc, -2.6em 0em 0 0em rgba(34, 162, 220, 0.2), -1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(34, 162, 220, 0.2), 1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2), 2.5em 0em 0 0em rgba(34, 162, 220, 0.2), 1.75em 1.75em 0 0em rgba(34, 162, 220, 0.2), 0em 2.5em 0 0em rgba(34, 162, 220, 0.5), -1.8em 1.8em 0 0em rgba(34, 162, 220, 0.7), -2.6em 0em 0 0em #22a2dc, -1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(34, 162, 220, 0.2), 1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2), 2.5em 0em 0 0em rgba(34, 162, 220, 0.2), 1.75em 1.75em 0 0em rgba(34, 162, 220, 0.2), 0em 2.5em 0 0em rgba(34, 162, 220, 0.2), -1.8em 1.8em 0 0em rgba(34, 162, 220, 0.5), -2.6em 0em 0 0em rgba(34, 162, 220, 0.7), -1.8em -1.8em 0 0em #22a2dc;
  }
}

@keyframes load5 {

  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #22a2dc, 1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2), 2.5em 0em 0 0em rgba(34, 162, 220, 0.2), 1.75em 1.75em 0 0em rgba(34, 162, 220, 0.2), 0em 2.5em 0 0em rgba(34, 162, 220, 0.2), -1.8em 1.8em 0 0em rgba(34, 162, 220, 0.2), -2.6em 0em 0 0em rgba(34, 162, 220, 0.5), -1.8em -1.8em 0 0em rgba(34, 162, 220, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(34, 162, 220, 0.7), 1.8em -1.8em 0 0em #22a2dc, 2.5em 0em 0 0em rgba(34, 162, 220, 0.2), 1.75em 1.75em 0 0em rgba(34, 162, 220, 0.2), 0em 2.5em 0 0em rgba(34, 162, 220, 0.2), -1.8em 1.8em 0 0em rgba(34, 162, 220, 0.2), -2.6em 0em 0 0em rgba(34, 162, 220, 0.2), -1.8em -1.8em 0 0em rgba(34, 162, 220, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(34, 162, 220, 0.5), 1.8em -1.8em 0 0em rgba(34, 162, 220, 0.7), 2.5em 0em 0 0em #22a2dc, 1.75em 1.75em 0 0em rgba(34, 162, 220, 0.2), 0em 2.5em 0 0em rgba(34, 162, 220, 0.2), -1.8em 1.8em 0 0em rgba(34, 162, 220, 0.2), -2.6em 0em 0 0em rgba(34, 162, 220, 0.2), -1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(34, 162, 220, 0.2), 1.8em -1.8em 0 0em rgba(34, 162, 220, 0.5), 2.5em 0em 0 0em rgba(34, 162, 220, 0.7), 1.75em 1.75em 0 0em #22a2dc, 0em 2.5em 0 0em rgba(34, 162, 220, 0.2), -1.8em 1.8em 0 0em rgba(34, 162, 220, 0.2), -2.6em 0em 0 0em rgba(34, 162, 220, 0.2), -1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(34, 162, 220, 0.2), 1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2), 2.5em 0em 0 0em rgba(34, 162, 220, 0.5), 1.75em 1.75em 0 0em rgba(34, 162, 220, 0.7), 0em 2.5em 0 0em #22a2dc, -1.8em 1.8em 0 0em rgba(34, 162, 220, 0.2), -2.6em 0em 0 0em rgba(34, 162, 220, 0.2), -1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(34, 162, 220, 0.2), 1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2), 2.5em 0em 0 0em rgba(34, 162, 220, 0.2), 1.75em 1.75em 0 0em rgba(34, 162, 220, 0.5), 0em 2.5em 0 0em rgba(34, 162, 220, 0.7), -1.8em 1.8em 0 0em #22a2dc, -2.6em 0em 0 0em rgba(34, 162, 220, 0.2), -1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(34, 162, 220, 0.2), 1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2), 2.5em 0em 0 0em rgba(34, 162, 220, 0.2), 1.75em 1.75em 0 0em rgba(34, 162, 220, 0.2), 0em 2.5em 0 0em rgba(34, 162, 220, 0.5), -1.8em 1.8em 0 0em rgba(34, 162, 220, 0.7), -2.6em 0em 0 0em #22a2dc, -1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(34, 162, 220, 0.2), 1.8em -1.8em 0 0em rgba(34, 162, 220, 0.2), 2.5em 0em 0 0em rgba(34, 162, 220, 0.2), 1.75em 1.75em 0 0em rgba(34, 162, 220, 0.2), 0em 2.5em 0 0em rgba(34, 162, 220, 0.2), -1.8em 1.8em 0 0em rgba(34, 162, 220, 0.5), -2.6em 0em 0 0em rgba(34, 162, 220, 0.7), -1.8em -1.8em 0 0em #22a2dc;
  }
}
