@charset "UTF-8";
/*Rozlišení*/
/**/
.login-page .header {
  margin-bottom: 50px;
}
.login-page .header .h1 {
  margin-top: -5px;
  margin-bottom: 20px;
}
.login-page .login-placeholder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 200px;
}
.login-page .login-placeholder__login {
  border-right: 1px solid #91959f;
  flex: 0 0 50%;
  max-width: 635px;
}
.login-page .login-placeholder__login .bl-login-form {
  padding: 0;
  margin: 0;
  margin-top: -20px;
}
.login-page .login-placeholder__login .bl-forminput {
  margin: 0;
  margin-top: 20px;
}
.login-page .login-placeholder__login .bl-forminput input {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #91959f;
  font-size: 1em;
}
.login-page .login-placeholder__login .bl-forminput.bl-hidden {
  margin: 0;
}
.login-page .login-placeholder__login .bl-forminput .col-xs-12 {
  padding: 0;
}
.login-page .login-placeholder__login .middle-content {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
  flex-wrap: wrap;
}
.login-page .login-placeholder__login .middle-content .forgotten-password {
  font-size: 1em;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.login-page .login-placeholder__login .middle-content .forgotten-password-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  position: relative;
  background-color: #e61930;
  color: #ffffff;
  border-radius: 50%;
  margin-left: 5px;
  margin-top: 2px;
  font-size: 12px;
  cursor: pointer;
}
.login-page .login-placeholder__login .middle-content .forgotten-password-info__text {
  color: #000000;
  background-color: #ffffff;
  position: absolute;
  left: 16px;
  top: 20px;
  display: none;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #91959f;
  padding: 15px;
  z-index: 1;
  min-width: 300px;
  max-width: 50vw;
  font-size: 1em;
  font-weight: 400;
}
.login-page .login-placeholder__login .middle-content .forgotten-password-info:hover .forgotten-password-info__text {
  display: flex;
}
.login-page .login-placeholder__login .middle-content .remember-me .custom-checkbox .custom-control-description {
  font-size: 1em;
  font-weight: 600;
}
.login-page .login-placeholder__login .bl-login-btn {
  display: none;
}
.login-page .login-placeholder__login .action-buttons {
  display: inline-grid;
  row-gap: 10px;
  width: 100%;
}
.login-page .login-placeholder__login .action-buttons a {
  border: none;
}
.login-page .login-placeholder__login .action-buttons .bl-message-block {
  display: none;
}
.login-page .login-placeholder__registration {
  flex: 0 0 50%;
  max-width: 635px;
  padding-left: 60px;
}
.login-page .login-placeholder__registration h1 {
  margin-bottom: 20px;
}
.login-page .login-placeholder__registration p {
  margin-bottom: 30px;
}
.login-page .login-placeholder__registration .btn a {
  border: none;
}

#UpdatePasswordForm {
  margin-bottom: 50px;
}

.show-password {
  margin-left: 0px !important;
  justify-content: flex-start !important;
  min-width: initial;
  float: left;
}

@media (max-width: 1199px) {
  .login-page .login-placeholder__login {
    border: none;
    flex: 0 0 100%;
    max-width: inherit;
    border-bottom: 1px solid #91959f;
  }
  .login-page .login-placeholder__registration {
    flex: 0 0 100%;
    max-width: inherit;
    padding-left: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 549px) {
  .login-page .login-placeholder__login .bl-login-form {
    max-width: none;
  }
  .login-page .login-placeholder__login .remember-me {
    padding-right: 15px;
  }
  .login-page .login-placeholder__login .bl-forminput {
    min-width: 1px;
  }
  .login-page .login-placeholder__login .bl-forminput .bl-input-group .form-control {
    width: 100%;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.container-registration {
  max-width: 1120px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.registration-content {
  display: flex;
  padding-top: 10px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .registration-content {
    display: block;
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.registration-content .left-block {
  flex: 0 0 34%;
  max-width: 370px;
  padding-right: 50px;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .registration-content .left-block {
    max-width: none;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.registration-content .left-block h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  color: #91959f;
  margin: 0;
  margin-bottom: 60px;
}
.registration-content .right-block {
  flex: 1;
}
.registration-content .form-control[disabled],
.registration-content .form-control[readonly],
.registration-content fieldset[disabled] .form-control {
  background-color: #f6f7fa;
  box-shadow: none !important;
  color: #999 !important;
}
.registration-content .box {
  border-radius: 10px;
  box-shadow: 0px 4px 40px 0px rgba(51, 61, 76, 0.15);
}
.registration-content .box.box-shadow {
  position: relative;
  background-color: #fff;
}
.registration-content .box.box-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  box-shadow: 0px 4px 40px 0px rgba(51, 61, 76, 0.15);
  z-index: -1;
}
.registration-content .box h1,
.registration-content .box .h1 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 50px;
}
.registration-content .box h1.adjust,
.registration-content .box .h1.adjust {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .registration-content .box h1,
  .registration-content .box .h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .registration-content .box h1.adjust,
  .registration-content .box .h1.adjust {
    margin-bottom: 15px;
  }
}
.registration-content .box .custom-checkbox {
  margin-top: 20px;
  margin-bottom: 50px;
  align-items: flex-start;
}
.registration-content .box .custom-checkbox .custom-control-description {
  font-size: 14px;
}
.registration-content .box .custom-checkbox .custom-control-indicator {
  margin-top: 1px;
}
@media (max-width: 1199px) {
  .registration-content .box .custom-checkbox {
    box-shadow: none;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .registration-content .box .custom-checkbox .custom-control-indicator {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }
  .registration-content .box .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background: #e61930;
  }
  .registration-content .box .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 2px;
    background-color: #fff;
    left: 5px;
    bottom: 7px;
    transform: rotate(-45deg);
  }
  .registration-content .box .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 4px;
    background-color: #ffffff;
    left: 4.6px;
    bottom: 5px;
    transform: rotate(-45deg);
  }
}
.registration-content .box .registration-form__input-placeholder {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.registration-content .box .registration-form__input-placeholder .text-danger {
  position: absolute;
  top: 0;
  left: 0;
}
.registration-content .box .registration-form__input-placeholder .small-text {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 15px;
  color: #91959f;
  margin-top: 15px;
}
.registration-content .box .registration-form__input-placeholder--address {
  align-items: flex-end !important;
}
.registration-content .box .registration-form__input-placeholder--address .bl-forminput.has-error {
  margin-bottom: 0;
}
.registration-content .box .registration-form__input-placeholder--address .registration-form__input-half.street-no {
  align-items: flex-end;
}
.registration-content .box .registration-form__input-placeholder--address .registration-form__input-half.street-no .text-danger {
  margin-top: -3px;
}
.registration-content .box .registration-form__input-placeholder.email .bl-forminput.has-error {
  margin-bottom: 30px;
}
.registration-content .box .registration-form__input-placeholder.phone .control-label {
  display: none !important;
}
.registration-content .box .registration-form__input-placeholder.phone .phone-label {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 12px;
  color: #56585f;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-left: -15px;
  margin-right: -15px;
}
.registration-content .box .registration-form__input-placeholder.phone .phone-label .first-label {
  flex: 0 0 170px;
  max-width: 170px;
}
.registration-content .box .registration-form__input-placeholder.phone .phone-label > div {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .registration-content .box .registration-form__input-placeholder.phone .phone-label .first-label {
    flex: 0 0 130px;
    max-width: 130px;
  }
  .registration-content .box .registration-form__input-placeholder.phone .input-dropdown-group .bl-dropdown {
    flex: 0 0 130px !important;
    max-width: 130px !important;
  }
}
.registration-content .box .registration-form__input-placeholder.phone .input-dropdown-group {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.registration-content .box .registration-form__input-placeholder.phone .input-dropdown-group .bl-dropdown {
  width: auto;
  display: block;
  flex: 0 0 170px;
  max-width: 170px;
  padding-left: 15px;
  padding-right: 15px;
}
.registration-content .box .registration-form__input-placeholder.phone .input-dropdown-group .bl-dropdown .btn-group {
  width: 100%;
}
.registration-content .box .registration-form__input-placeholder.phone .input-dropdown-group .bl-dropdown .col-md-8 {
  padding: 0;
}
.registration-content .box .registration-form__input-placeholder.phone .input-dropdown-group .bl-dropdown button {
  height: 55px;
  color: #000;
  font-size: 1em;
  padding-right: 40px;
}
.registration-content .box .registration-form__input-placeholder.phone .input-dropdown-group .bl-dropdown .dropdown-search-input .form-control {
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  color: #000;
}
.registration-content .box .registration-form__input-placeholder.phone .input-dropdown-group .bl-dropdown .caret {
  border: 0 !important;
  top: 1px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  background-image: url("../Custom/img/registration/icon-black-arrowdown.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.registration-content .box .registration-form__input-placeholder.phone .input-dropdown-group .bl-textbox {
  width: auto;
  display: block;
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 1px;
}
.registration-content .box .registration-form__input-placeholder.phone .input-dropdown-group .bl-textbox .text-danger {
  padding-left: 15px;
  padding-right: 15px;
}
.registration-content .box .registration-form__input-placeholder.phone .input-dropdown-group .bl-textbox .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.registration-content .box .registration-form__input-placeholder.phone .input-dropdown-group .bl-textbox .form-control {
  height: 55px;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  border-color: #91959f;
  font-size: 1em;
  width: 100%;
}
.registration-content .box .registration-form__input-half {
  display: flex;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .registration-content .box .registration-form__input-half {
    display: block;
  }
}
.registration-content .box .registration-form__input-half.street-no {
  position: relative;
}
@media (max-width: 767px) {
  .registration-content .box .registration-form__input-half.street-no {
    display: flex;
    margin-top: 30px;
  }
}
.registration-content .box .registration-form__input-half.street-no .bl-textbox {
  position: static;
}
.registration-content .box .registration-form__input-half.street-no .text-danger {
  left: 15px;
  margin-top: -10px;
}
.registration-content .box .registration-form__input-half.street-no > div:first-child .bl-input-group {
  position: relative;
}
.registration-content .box .registration-form__input-half.street-no > div:first-child .bl-input-group::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -17px;
  bottom: 0;
  margin: auto;
  height: 20px;
  font-size: 14px;
  color: #000;
}
.registration-content .box .registration-form__input-half > div {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.registration-content .box .registration-form__input-two-thirds {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 599px) {
  .registration-content .box .registration-form__input-two-thirds {
    display: block;
  }
}
.registration-content .box .registration-form__input-two-thirds > div {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.registration-content .box .registration-form__input-two-thirds > div:last-child {
  flex: 0 0 25%;
}
@media (max-width: 767px) {
  .registration-content .box .registration-form__input-two-thirds > div:last-child {
    flex: 0 0 174px;
  }
}
.registration-content .box .bl-forminput {
  margin-right: 0;
  margin-left: 0;
  min-width: 1px;
  margin-bottom: 0;
}
.registration-content .box .bl-forminput.has-error {
  margin-bottom: 10px;
}
.registration-content .box .bl-forminput .bl-input-group {
  width: 100%;
}
.registration-content .box .bl-forminput .bl-input-group .form-control, .registration-content .box .bl-forminput .bl-input-group select {
  width: 100%;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  border-color: #91959f;
  border-radius: 4px;
}
.registration-content .box .bl-forminput .bl-input-group .btn-group {
  width: 100%;
}
.registration-content .box .bl-forminput .bl-input-group .btn-group button {
  height: 55px;
}
.registration-content .box .bl-forminput .bl-input-group .fake-input {
  display: flex;
  background-color: #f6f7fa;
  box-shadow: none !important;
  padding: 0;
}
.registration-content .box .bl-forminput .bl-input-group .fake-input > span {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 20px;
  cursor: not-allowed;
  color: #999;
}
.registration-content .box .bl-forminput .bl-input-group .fake-input .btn-wrapper {
  display: flex;
  align-items: center;
}
.registration-content .box .bl-forminput .bl-input-group .fake-input .btn {
  margin: 0;
  border: 0;
  color: #56585f;
  display: flex;
  align-items: center;
  text-transform: none;
  min-width: 1px;
  background-color: transparent;
  padding-right: 20px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
}
.registration-content .box .bl-forminput .bl-input-group .fake-input .btn > * {
  color: #56585f;
}
.registration-content .box .bl-forminput .bl-input-group .fake-input .btn:hover {
  color: #e61930;
}
.registration-content .box .bl-forminput .bl-input-group .fake-input .btn:hover > * {
  color: #e61930;
}
.registration-content .box .bl-forminput .bl-input-group .fake-input .btn:hover g {
  stroke: #e61930;
}
.registration-content .box .bl-forminput .bl-input-group .fake-input .btn svg {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .registration-content .box .bl-forminput .bl-input-group .fake-input .btn .update-text {
    display: none;
  }
  .registration-content .box .bl-forminput .bl-input-group .fake-input .btn svg {
    margin-right: 0px;
  }
}
.registration-content .box .bl-forminput .no-ino-locked {
  display: none !important;
}
.registration-content .box .bl-forminput .control-label {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 12px;
  color: #56585f;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.registration-content .box .bl-forminput .text-danger {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  padding: 5px 5px 0;
  display: block;
}
.registration-content .box .add-phone {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.registration-content .box .add-phone .icon {
  border-radius: 50%;
  background-color: #56585f;
  background-image: url("../Custom/img/registration/icon-white-plus.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  width: 17px;
  height: 17px;
  pointer-events: none;
  margin-right: 5px;
}
.registration-content .box .add-phone:hover {
  color: red;
}
.registration-content .box .add-phone:hover .icon {
  background-color: red;
}
.registration-content .box .add-phone-wrapper {
  font-size: 12px;
  font-weight: bold;
  height: 15px;
  letter-spacing: 0px;
  line-height: 15px;
  color: #56585f;
  margin-top: 35px;
  margin-bottom: 55px;
}
.registration-content .box .bl-radio-button .bl-radio-button-container {
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.registration-content .box .bl-radio-button .bl-radio-button-container .bl-fake-radio-button {
  box-shadow: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 10px;
}
.registration-content .box .bl-radio-button .bl-radio-button-container .bl-fake-radio-button div {
  width: 8px;
  height: 8px;
}
.registration-content .box .bl-radio-button .bl-radio-button-container .bl-fake-radio-button[checked] + div {
  font-weight: 600;
}
.registration-content .box .bl-radio-button .bl-radio-button-container .bl-radio-button-label {
  margin-right: 30px;
  letter-spacing: 1px;
  margin-top: -2px;
}
.registration-content .box .bl-radio-button .bl-radio-button-container .bl-radio-button-label:hover {
  cursor: pointer;
}
.registration-content .box .status-box {
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 15px;
  border-radius: 17.5px;
  text-align: center;
}
.registration-content .box .status-box.orange {
  background-color: #ffa100;
}
.registration-content .box .status-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  color: #000;
  border-radius: 5px;
  margin-bottom: 50px;
}
.registration-content .box .status-box-wrapper.orange {
  background-color: #fff1d9;
}
.registration-content .box .block-btn {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 479px) {
  .registration-content .box .block-btn {
    display: block;
  }
}
.registration-content .box .block-btn.adjust {
  margin-bottom: 50px;
}
.registration-content .box .block-btn .text {
  padding-left: 25px;
  color: #56585f;
  line-height: 25px;
}
.registration-content .box .block-btn .btn {
  margin: 0;
  height: 55px;
  min-width: 156px;
}
@media (max-width: 479px) {
  .registration-content .box .block-btn .btn {
    width: 100%;
  }
}
.registration-content .box .block-btn .btn i {
  display: none;
}
.registration-content .box .block-btn .btn-wrapper {
  position: relative;
}
.registration-content .box .block-btn .btn.disabled {
  background-color: #999;
  border-color: #999;
  opacity: 1;
}
.registration-content .box .block-btn .btn.disabled + i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  cursor: not-allowed;
}
.registration-content .box-content {
  padding: 50px;
}
@media (max-width: 767px) {
  .registration-content .box-content {
    padding: 25px;
  }
}
.registration-content .box-content .description {
  color: #56585f;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 50px;
}
.registration-content .box-content .description.adjust {
  margin-bottom: 25px;
}
.registration-content .box-footer {
  padding: 25px 50px;
  border-top: 1px solid #e3e7f0;
}
.registration-content .box-footer.gray {
  background-color: #f9fafc;
  padding: 50px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 767px) {
  .registration-content .box-footer.gray {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .registration-content .box-footer {
    padding: 25px;
  }
}
.registration-content .box-footer-info {
  color: #56585f;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 15px;
  display: flex;
}
.registration-content .box-footer-info .text {
  padding-top: 3px;
  margin-left: 10px;
}
.registration-content .box-footer-info .text .sub-title {
  margin-bottom: 5px;
}
.registration-content .box-footer-content {
  display: flex;
  color: #56585f;
}
.registration-content .box-footer-content > div {
  flex: 0 0 50%;
}
.registration-content .box-footer-content .title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 15px;
}
.registration-content .box-footer-content a {
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.registration-content .box-footer-content a svg {
  margin-left: 10px;
}
.registration-content .box-footer-content a:hover svg g {
  stroke: #e61930;
}
.registration-content .box .product-section {
  margin: 25px 0;
}
@media (max-width: 639px) {
  .registration-content .box .product-section .registration-box-header {
    flex-direction: column;
  }
  .registration-content .box .product-section .registration-box-header > div:last-child {
    order: -1;
  }
}
@media (max-width: 639px) {
  .registration-content .box .product-section .registration-box .img {
    margin-left: 0;
  }
  .registration-content .box .product-section .registration-box .title {
    margin-top: 15px;
  }
}
@media (max-width: 639px) {
  .registration-content .box .product-section .registration-box-footer {
    margin-top: 25px;
  }
}
.registration-content .box .service-section {
  display: flex;
  margin: 25px -13px 50px;
}
@media (max-width: 767px) {
  .registration-content .box .service-section {
    display: block;
    margin: 25px -13px;
  }
}
.registration-content .box .service-section > div {
  padding: 0 13px;
  flex: 0 0 50%;
}
@media (max-width: 767px) {
  .registration-content .box .service-section > div {
    margin-bottom: 25px;
  }
}
.registration-content .box .service-section .registration-box-footer {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .registration-content .box .service-section .registration-box-footer {
    margin-top: 15px;
  }
}
.registration-content .profile-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .registration-content .profile-wrapper {
    margin-bottom: 40px;
  }
}
.registration-content .profile-foto {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.registration-content .profile-foto img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-width: 100%;
}
.registration-content .profile-content .name {
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
  margin-bottom: 5px;
  color: #56585f;
}
.registration-content .profile-content .position {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 15px;
  color: #56585f;
}
.registration-content .list-unstyled li {
  padding-bottom: 30px;
}
.registration-info-item {
  align-items: center;
}
.registration-info-item .img {
  float: left;
  background-color: rgba(227, 231, 240, 0.3);
  border-radius: 5px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.registration-info-item .title {
  font-family: "Archivo", sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  padding: 5px 0px 2px 0px;
}
.registration-info-item .desc {
  color: #999999;
}
.registration-info-item a {
  display: block;
  padding-top: 15px;
  padding-left: 65px;
  font-size: 12px;
  text-decoration: underline;
  letter-spacing: 0px;
  line-height: 15px;
}
.registration-status-menu {
  position: relative;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .registration-status-menu {
    margin-left: 0;
    display: flex;
    padding-bottom: 30px;
  }
  .registration-status-menu > div:not(:last-child) {
    flex: 1;
  }
  .registration-status-menu > div:nth-last-child(1) .text {
    left: auto;
    right: 0;
  }
  .registration-status-menu > div:nth-last-child(2) .text {
    left: auto;
    right: 100%;
    margin-right: -20px;
  }
}
.registration-status-menu::before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #e3e7f0;
}
@media (max-width: 991px) {
  .registration-status-menu::before {
    width: auto;
    height: 2px;
    top: 9px;
    left: 0;
    right: 0;
    bottom: auto;
  }
}
.registration-status-menu-item {
  display: flex;
  align-items: center;
  color: #91959f;
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 15px;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 991px) {
  .registration-status-menu-item {
    display: block;
    margin-bottom: 0;
  }
  .registration-status-menu-item:hover .text {
    display: block;
  }
}
.registration-status-menu-item .icon {
  margin-right: 6px;
  width: 14px;
  height: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .registration-status-menu-item .icon {
    margin-right: 0;
    justify-content: center;
    width: 20px;
  }
}
.registration-status-menu-item .icon img {
  margin-left: -1px;
}
.registration-status-menu-item .icon svg {
  width: 10px;
}
.registration-status-menu-item .icon-circle {
  background-color: #e3e7f0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.registration-status-menu-item .icon-circle.green {
  background-color: #039300;
}
.registration-status-menu-item .icon-circle.orange {
  background-color: #ffa100;
}
.registration-status-menu-item.active {
  color: #000;
  font-weight: 700;
}
.registration-status-menu-item.complete {
  color: #000;
}
@media (max-width: 991px) {
  .registration-status-menu-item .text {
    display: none;
    position: absolute;
    top: -25px;
    left: 0;
    border-radius: 4px;
    background-color: #eee;
    padding: 5px 10px;
    z-index: 100;
    white-space: nowrap;
  }
}
.registration-form .bl-forminput {
  margin: 0;
}
.registration-form__input-placeholder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 20px;
  position: relative;
}
.registration-form__input-placeholder button {
  margin-left: 30px;
}
.registration-form__input-placeholder .form-control {
  opacity: 1 !important;
}
.registration-form__input-placeholder .btn-group {
  opacity: 1 !important;
}
.registration-form__input-placeholder .bl-dropdown[readonly] .dropdown-toggle {
  background-color: #eeeeee;
}
.registration-form__input-placeholder .bl-dropdown[readonly] .col-md-8.col-xs-12 {
  transition: all 0.2s ease-in-out;
}
.registration-form__input-placeholder .bl-dropdown[readonly] .col-md-8.col-xs-12:hover {
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.212);
}
.registration-form__input-placeholder--address .bl-forminput {
  min-width: 100px;
  /*&:nth-child(1) {
      width: 245px;
      margin-right: 17px;

      .form-control {
          width: 245px;
      }

      .bl-input-group {
          .text-danger {
              top: 23px;
          }
      }
  }*/
  /*&:nth-child(2) {
      width: 110px;
      margin-right: 18px;

      .form-control {
          width: 110px;
      }

      .bl-input-group {
          .text-danger {
              top: auto;
              bottom: 0;
              left: 258px;
          }
      }
  }*/
  /*&:nth-child(3) {
      width: 110px;

      .form-control {
          width: 110px;
      }
  }*/
}
.registration-form__input-placeholder .allowed-after-identification-number-valid .no-ino-locked {
  position: absolute;
  top: 36px;
  left: 13px;
  display: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  color: #91959f;
  background-color: #eeeeee;
  padding: 0px 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 25px);
  pointer-events: none;
}
.registration-form__input-placeholder .allowed-after-identification-number-valid[readonly] .no-ino-locked {
  display: block;
}
.registration-form__input-placeholder .allowed-after-identification-number-valid[readonly]:hover .no-ino-locked {
  opacity: 1;
}
.registration-form__input-placeholder .allowed-after-identification-number-valid.textbox-dropdown .no-ino-locked {
  left: 25px;
  top: 17px;
  width: calc(100% - 50px);
}
.registration-form .custom-checkbox .custom-control-description {
  font-weight: 400 !important;
}
.registration-form__disclamer {
  max-width: 500px;
  margin-top: 40px;
}
.registration-form__disclamer a {
  font-weight: 600;
}
.registration-form__submit {
  margin-top: 40px;
  border-top: 1px solid #e3e7f0;
  padding-top: 2px;
}
.registration-form__submit .bl-message-block {
  text-align: left;
}
.registration-box {
  border-radius: 5px;
  border: 2px solid #e3e7f0;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.registration-box-header {
  display: flex;
  justify-content: space-between;
}
.registration-box-footer {
  margin-top: 13px;
}
@media (max-width: 639px) {
  .registration-box-footer .btn {
    width: 100%;
  }
}
.registration-box .sub-title {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 11px;
  text-transform: uppercase;
  color: #56585f;
  margin-bottom: 15px;
}
.registration-box .title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  font-family: "Archivo", sans-serif;
  color: #000;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1099px) {
  .registration-box .title {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 399px) {
  .registration-box .title {
    font-size: 14px;
    line-height: 20px;
  }
  .registration-box .title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .registration-box .title {
    font-size: 19px;
  }
}
.registration-box .desc {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 15px;
  color: #56585f;
}
.registration-box .btn {
  min-width: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
}
.registration-box .img {
  width: 150px;
  height: 113px;
  position: relative;
  margin-left: 15px;
  margin-top: -26px;
}
@media (max-width: 639px) {
  .registration-box .img {
    margin-top: 0;
  }
}
.registration-box .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.registration-box svg {
  margin-left: 10px;
}
.registration-box .icon-user {
  margin-left: 10px;
  border: 2px solid #e3e7f0;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.registration-box .icon-user svg {
  margin-left: 0;
}

@media (max-width: 639px) {
  .registration-complete .registration-content .box-content .description {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .registration-complete .registration-content .box-footer-content {
    display: block;
  }
  .registration-complete .registration-content .box-footer-content > div:first-child {
    margin-bottom: 25px;
  }
}
.registration-complete .demand-block {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  margin-bottom: 25px;
  border: 2px solid #e3e7f0;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 650px) {
  .registration-complete .demand-block.gumex-plus .demand-block__image {
    min-width: 172px;
    max-width: 172px;
    max-height: 172px;
  }
}
.registration-complete .demand-block.gumex-plus .demand-block__image .image {
  width: 100%;
  height: unset;
  object-fit: cover;
}
.registration-complete .demand-block.gumex-plus .demand-block__image .gumex-plus-level {
  position: absolute;
  bottom: 15px;
  padding-right: 38px;
  padding-left: 38px;
}
.registration-complete .demand-block.gumex-plus .demand-block__image .gumex-plus-level img {
  width: unset;
}
.registration-complete .demand-block__text {
  padding-right: 20px;
}
@media (max-width: 650px) {
  .registration-complete .demand-block__text {
    padding-right: 0px;
  }
}
.registration-complete .demand-block__text--recommended {
  text-transform: uppercase;
  font-size: 11px;
  color: #56585f;
  letter-spacing: 1px;
  position: absolute;
  top: 25px;
  left: 25px;
}
.registration-complete .demand-block__text--description {
  font-size: 12px;
  margin-bottom: 30px;
  color: #56585f;
}
@media (max-width: 650px) {
  .registration-complete .demand-block__text--description br {
    display: none;
  }
}
.registration-complete .demand-block__text h2 {
  font-size: 21px;
  margin: 30px 0 10px;
}
.registration-complete .demand-block__image {
  min-width: 172px;
  max-width: 172px;
  max-height: 172px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.registration-complete .demand-block__image--icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
}
.registration-complete .demand-block__image--icon img {
  object-fit: contain;
}
.registration-complete .demand-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 650px) {
  .registration-complete .demand-block {
    flex-direction: column-reverse;
  }
  .registration-complete .demand-block__image {
    margin-top: 30px;
    min-width: 150px;
    max-width: 150px;
    max-height: 120px;
    height: auto;
  }
  .registration-complete .demand-block__text h2 {
    font-size: 19px;
    margin: 15px 0 10px;
  }
  .registration-complete .demand-block__text .btn {
    margin-top: 0;
    width: 100%;
  }
}

#RegistrationInfoModal .modal-header {
  min-height: 1px;
  position: relative;
  z-index: 10;
}
#RegistrationInfoModal .modal-body {
  padding: 0;
}

.registration-info-wrapper {
  margin-top: -15px;
}
.registration-info-wrapper h2 {
  color: #91959f;
  margin: 0;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
}
.registration-info-content {
  padding: 35px;
  padding-top: 0;
  padding-bottom: 5px;
}
.registration-info-content .list-unstyled li {
  padding-bottom: 30px;
}
.registration-info-footer {
  padding: 35px;
  background-color: #f9fafc;
  text-align: center;
}
@media (max-width: 479px) {
  .registration-info-footer .btn {
    width: 100%;
  }
}

.step1 .registration-content .box h1,
.step1 .registration-content .box .h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 767px) {
  .step1 .registration-content .box h1,
  .step1 .registration-content .box .h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .step1 .registration-content .box .bl-forminput .text-danger {
    position: static;
  }
}
@media (max-width: 991px) {
  .step1 .registration-content .left-block {
    display: none;
  }
}
@media (max-width: 767px) {
  .step1 .registration-content .box-footer-content {
    display: block;
  }
  .step1 .registration-content .box-footer-content > div:first-child {
    margin-bottom: 25px;
  }
  .step1 .registration-content .box-content .block-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .step1 .registration-content .box-content .block-btn .btn-wrapper {
    order: 1;
  }
  .step1 .registration-content .box-content .block-btn .text {
    padding-left: 0;
    margin-bottom: 30px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
  }
  .step1 .registration-content .box-content .block-btn .text br {
    display: none;
  }
  .step1 .registration-content .box-content .registration-form__input-placeholder.ico {
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .step1 .registration-content .box-content .block-btn .btn-wrapper {
    width: 100%;
  }
  .step1 .registration-content .box h1 br,
  .step1 .registration-content .box .h1 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .step2 .registration-content .box-content .description {
    margin-bottom: 40px;
  }
}
@media (max-width: 539px) {
  .step2 .registration-content .box-content .description br {
    display: none;
  }
}
@media (max-width: 767px) {
  .step2 .registration-content .box .block-btn {
    margin-top: 60px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .step3 .registration-content .box .block-btn {
    margin-top: 60px;
  }
  .step3 .registration-content .box .h1 {
    margin-bottom: 40px;
  }
}
.step3 .registration-content .ico-input {
  margin-bottom: 50px;
}
.step3 .registration-content.manual .box-content {
  display: flex;
  flex-direction: column;
}
.step3 .registration-content.manual .box-content .email {
  order: 1;
}
.step3 .registration-content.manual .box-content .phone {
  order: 2;
}
.step3 .registration-content.manual .box-content .agreements {
  order: 3;
}
.step3 .registration-content.manual .box-content .agreements .g-recaptcha {
  padding-top: 20px;
}
.step3 .registration-content.manual .box-content .custom-checkbox {
  margin-bottom: 0;
  order: 3;
}
@media (max-width: 1199px) {
  .step3 .registration-content.manual .box-content .custom-checkbox {
    margin-top: 0;
  }
}
.step3 .registration-content.manual .box-content .checkbox-text-danger {
  order: 4;
}
.step3 .registration-content.manual .box-content .block-btn {
  order: 5;
}

.step4 .registration-content .box-content .description {
  margin-bottom: 40px;
}
@media (max-width: 559px) {
  .step4 .registration-content .box br {
    display: none;
  }
}
@media (max-width: 599px) {
  .step4 .registration-content .box .status-box-wrapper {
    display: block;
    padding: 25px;
    margin-bottom: 15px;
  }
  .step4 .registration-content .box .status-box-wrapper .status-box {
    margin-top: 15px;
    display: inline-flex;
  }
  .step4 .registration-content .box .status-box-wrapper .name {
    word-break: break-all;
  }
}
.step4 .registration-content.manual .box-footer-content {
  justify-content: space-between;
}
@media (max-width: 639px) {
  .step4 .registration-content.manual .box-footer-content {
    display: block;
  }
}
.step4 .registration-content.manual .box-footer-content > div {
  flex: 0 0 33%;
}
@media (min-width: 640px) {
  .step4 .registration-content.manual .box-footer-content > div {
    position: relative;
  }
  .step4 .registration-content.manual .box-footer-content > div a {
    position: absolute;
    bottom: -20px;
  }
}
@media (min-width: 700px) {
  .step4 .registration-content.manual .box-footer-content > div a {
    position: absolute;
    bottom: -10px;
  }
}
@media (max-width: 639px) {
  .step4 .registration-content.manual .box-footer-content > div {
    margin-bottom: 25px;
  }
}
@media (max-width: 639px) {
  .step4 .registration-content.manual .box-footer-content > div:last-child {
    margin-bottom: 0;
  }
}

.step5 .registration-content .registration-form__input-placeholder {
  margin-top: 50px;
  position: relative;
}
.step5 .registration-content .registration-form__input-placeholder .form-control {
  width: 100%;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  border-color: #91959f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  font-size: 1em;
  font-family: "Open Sans";
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 0 100px rgb(255, 255, 255) !important;
  padding-right: 150px;
}
.step5 .registration-content .registration-form__input-placeholder .col-md-8 {
  float: none;
  padding: 0;
  width: auto;
}
.step5 .registration-content .registration-form__input-placeholder .btn-show-password {
  position: absolute;
  top: 27px;
  right: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 15px;
  color: #56585f;
  height: 55px;
  padding: 10px 20px;
}
.step5 .registration-content .registration-form__input-placeholder .btn-show-password > div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.step5 .registration-content .registration-form__input-placeholder .btn-show-password svg {
  margin-right: 5px;
}
.step5 .registration-content .registration-form__input-placeholder .btn-show-password .password-hide {
  display: none;
}
.step5 .registration-content .registration-form__input-placeholder .btn-show-password:hover {
  color: #e61930;
}
.step5 .registration-content .registration-form__input-placeholder .btn-show-password:hover svg g {
  fill: #e61930;
}
.step5 .registration-content .registration-form__input-placeholder .btn-show-password.in .password-hide {
  display: flex;
}
.step5 .registration-content .registration-form__input-placeholder .btn-show-password.in .password-show {
  display: none;
}
.step5 .registration-content .box.invalid-password {
  position: relative;
}
.step5 .registration-content .box.invalid-password .box-content {
  background-color: #fff;
}
.step5 .registration-content .box.invalid-password::before {
  content: "";
  position: absolute;
  top: 105px;
  left: 0;
  right: 0;
  bottom: 0;
  /*box-shadow: 0px 4px 40px 0px rgba(230, 25, 48, 0.75);*/
  z-index: -1;
}
@media (max-width: 589px) {
  .step5 .registration-content .box-content .description {
    margin-bottom: 15px;
  }
  .step5 .registration-content .box-content .description br {
    display: none;
  }
  .step5 .registration-content .registration-form__input-placeholder {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .step5 .registration-content .box .block-btn {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .step5 .registration-content .btn-show-password span {
    display: none;
  }
}

@media (min-width: 992px) {
  .registration-info-modal-open #RegistrationInfoModal,
  .registration-info-modal-open .modal-backdrop {
    display: none !important;
  }
}

.password-setting-requirements ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  color: #91959f;
}
.password-setting-requirements ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #91959f;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.password-setting-requirements ul li.line-through {
  text-decoration: line-through;
  color: #91959f;
}
.password-setting-requirements ul li.line-through::before {
  background-color: #039300;
}
.password-setting-requirements ul li.invalid {
  color: #000;
}
.password-setting-requirements ul li.invalid::before {
  background-color: #e61930;
}

#modalEmailRegistration .modal-content .modal-body,
#modalManualRegistration .modal-content .modal-body,
#modalRegistrationSK .modal-content .modal-body {
  padding-bottom: 0;
}
#modalEmailRegistration .modal-content .modal-header,
#modalManualRegistration .modal-content .modal-header,
#modalRegistrationSK .modal-content .modal-header {
  min-height: 50px;
}
#modalEmailRegistration .modal-registration-content,
#modalManualRegistration .modal-registration-content,
#modalRegistrationSK .modal-registration-content {
  padding: 0 50px 50px;
}
#modalEmailRegistration .modal-registration-content h2,
#modalManualRegistration .modal-registration-content h2,
#modalRegistrationSK .modal-registration-content h2 {
  font-family: "Archivo", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
  margin-bottom: 25px;
}
@media (max-width: 639px) {
  #modalEmailRegistration .modal-registration-content h2,
  #modalManualRegistration .modal-registration-content h2,
  #modalRegistrationSK .modal-registration-content h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
#modalEmailRegistration .modal-registration-content .text,
#modalManualRegistration .modal-registration-content .text,
#modalRegistrationSK .modal-registration-content .text {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 25px;
}
#modalEmailRegistration .modal-registration-footer,
#modalManualRegistration .modal-registration-footer,
#modalRegistrationSK .modal-registration-footer {
  padding: 35px 50px;
  background-color: #f6f7fa;
  display: flex;
  justify-content: flex-end;
}
#modalEmailRegistration .modal-registration-footer .btn,
#modalManualRegistration .modal-registration-footer .btn,
#modalRegistrationSK .modal-registration-footer .btn {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 599px) {
  #modalEmailRegistration .modal-registration-content,
  #modalManualRegistration .modal-registration-content {
    padding: 0 35px 50px;
  }
}
#modalEmailRegistration .modal-registration-content .text,
#modalManualRegistration .modal-registration-content .text {
  color: #56585f;
}
@media (max-width: 599px) {
  #modalEmailRegistration .modal-registration-content .text br,
  #modalManualRegistration .modal-registration-content .text br {
    display: none;
  }
}
#modalEmailRegistration .modal-registration-content .clock-row,
#modalManualRegistration .modal-registration-content .clock-row {
  display: flex;
  margin-top: 25px;
}
@media (max-width: 639px) {
  #modalEmailRegistration .modal-registration-content .clock-row,
  #modalManualRegistration .modal-registration-content .clock-row {
    margin-top: 35px;
  }
}
#modalEmailRegistration .modal-registration-content .clock-row > div:first-child svg,
#modalManualRegistration .modal-registration-content .clock-row > div:first-child svg {
  margin-right: 10px;
  margin-top: 2px;
}
#modalEmailRegistration .modal-registration-footer,
#modalManualRegistration .modal-registration-footer {
  padding: 35px 50px;
  background-color: #f6f7fa;
  display: block;
}
@media (max-width: 599px) {
  #modalEmailRegistration .modal-registration-footer,
  #modalManualRegistration .modal-registration-footer {
    padding: 35px;
  }
}
#modalEmailRegistration .modal-registration-footer .box-footer-content,
#modalManualRegistration .modal-registration-footer .box-footer-content {
  display: flex;
  justify-content: space-between;
  color: #56585f;
  align-items: center;
}
@media (max-width: 599px) {
  #modalEmailRegistration .modal-registration-footer .box-footer-content,
  #modalManualRegistration .modal-registration-footer .box-footer-content {
    flex-direction: column;
    align-items: unset;
  }
  #modalEmailRegistration .modal-registration-footer .box-footer-content > div:first-child,
  #modalManualRegistration .modal-registration-footer .box-footer-content > div:first-child {
    order: 1;
    margin-top: 35px;
  }
}
#modalEmailRegistration .modal-registration-footer .box-footer-content .title,
#modalManualRegistration .modal-registration-footer .box-footer-content .title {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 15px;
}
#modalEmailRegistration .modal-registration-footer .box-footer-content a,
#modalManualRegistration .modal-registration-footer .box-footer-content a {
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
#modalEmailRegistration .modal-registration-footer .box-footer-content a svg,
#modalManualRegistration .modal-registration-footer .box-footer-content a svg {
  margin-left: 10px;
}
#modalEmailRegistration .modal-registration-footer .box-footer-content a:hover svg g,
#modalManualRegistration .modal-registration-footer .box-footer-content a:hover svg g {
  stroke: #e61930;
}
#modalEmailRegistration .modal-registration-footer .box-footer-content .btn,
#modalManualRegistration .modal-registration-footer .box-footer-content .btn {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 122px;
}
@media (max-width: 599px) {
  #modalEmailRegistration .modal-registration-footer .box-footer-content .btn,
  #modalManualRegistration .modal-registration-footer .box-footer-content .btn {
    width: 100%;
  }
}
#modalEmailRegistration .modal-registration-footer .btn,
#modalManualRegistration .modal-registration-footer .btn {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 122px;
}
@media (max-width: 599px) {
  #modalEmailRegistration .modal-registration-footer .btn,
  #modalManualRegistration .modal-registration-footer .btn {
    width: 100%;
  }
}

.registration.finished .red {
  color: #e61930;
}
.registration.finished {
  min-height: 600px;
}

.is-ie .registration .bl-forminput {
  display: flex;
  flex-wrap: wrap;
}
.is-ie .registration .bl-forminput .control-label {
  width: 100%;
}
.is-ie .registration .registration-form__input-placeholder button {
  margin-left: 0;
}
.is-ie .registration .registration-form__input-placeholder .allowed-after-identification-number-valid .no-ino-locked {
  width: auto;
  z-index: 1;
}

@media (max-width: 767px) {
  .registration .breadcrumb {
    display: none;
  }
}
@media (max-width: 1199px) {
  .registration .header {
    margin-top: 25px;
  }
  .registration .header h1 {
    margin-top: 0;
  }
  .registration-form__input-placeholder .bl-forminput {
    min-width: 100%;
  }
  .registration-form__input-placeholder .bl-forminput .bl-input-group .form-control {
    width: 100%;
  }
  .registration-form__input-placeholder .bl-forminput .text-danger {
    position: static;
  }
  .registration-form__input-placeholder .ares-btn, .registration-form__input-placeholder .finstat-btn, .registration-form__input-placeholder .reg-btn {
    margin: 0;
    margin-top: 20px;
  }
  .registration-form__input-placeholder .bl-dropdown .btn-group {
    width: 100%;
  }
  .registration-form__input-placeholder .input-dropdown-group {
    grid-template-columns: 125px auto;
    width: 100%;
  }
  .registration-form__input-placeholder .input-dropdown-group .bl-textbox {
    min-width: 100%;
  }
  .registration-form__input-placeholder .input-dropdown-group .bl-textbox .form-control {
    width: 100%;
  }
  .registration-form__input-placeholder .input-dropdown-group .col-xs-12 {
    padding-right: 0;
  }
  .registration-form__disclamer {
    max-width: 100%;
  }
}
@media (max-width: 461px) {
  .registration-form__input-placeholder .input-dropdown-group {
    grid-template-columns: auto;
  }
  .registration-form__input-placeholder .input-dropdown-group .control-label {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .registration-form__input-placeholder .input-dropdown-group .bl-dropdown {
    grid-column: 1;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    margin-bottom: 10px;
  }
  .registration-form__input-placeholder .input-dropdown-group .bl-textbox {
    grid-column: 1;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .registration-form__input-placeholder .input-dropdown-group .col-xs-12 {
    padding: 0;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.cms-section,
.blog-article-wrap {
  margin-bottom: 50px;
}
.cms-section .breadcrumb ul li,
.blog-article-wrap .breadcrumb ul li {
  padding-left: 5px;
}
.cms-section .breadcrumb ul li:before,
.blog-article-wrap .breadcrumb ul li:before {
  display: none;
}
.cms-section ul,
.blog-article-wrap ul {
  list-style-type: none;
  padding-left: 0;
}
.cms-section ul li,
.blog-article-wrap ul li {
  padding-left: 15px;
  position: relative;
}
.cms-section ul li:before,
.blog-article-wrap ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #e61930;
  margin-left: -15px;
  position: absolute;
  top: 10px;
}
.cms-section ul li ul li::before,
.blog-article-wrap ul li ul li::before {
  background: white;
  border: 1px solid #e61930;
}
.cms-section .page img,
.cms-section .article img,
.cms-section .cms-content img,
.blog-article-wrap .page img,
.blog-article-wrap .article img,
.blog-article-wrap .cms-content img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.cms-section .page h1,
.cms-section .page h2,
.cms-section .page h3,
.cms-section .page h4,
.cms-section .page h5,
.cms-section .page h6,
.cms-section .page .h1,
.cms-section .page .h2,
.cms-section .page .h3,
.cms-section .page .h4,
.cms-section .page .h5,
.cms-section .page .h6,
.cms-section .article h1,
.cms-section .article h2,
.cms-section .article h3,
.cms-section .article h4,
.cms-section .article h5,
.cms-section .article h6,
.cms-section .article .h1,
.cms-section .article .h2,
.cms-section .article .h3,
.cms-section .article .h4,
.cms-section .article .h5,
.cms-section .article .h6,
.cms-section .cms-content h1,
.cms-section .cms-content h2,
.cms-section .cms-content h3,
.cms-section .cms-content h4,
.cms-section .cms-content h5,
.cms-section .cms-content h6,
.cms-section .cms-content .h1,
.cms-section .cms-content .h2,
.cms-section .cms-content .h3,
.cms-section .cms-content .h4,
.cms-section .cms-content .h5,
.cms-section .cms-content .h6,
.blog-article-wrap .page h1,
.blog-article-wrap .page h2,
.blog-article-wrap .page h3,
.blog-article-wrap .page h4,
.blog-article-wrap .page h5,
.blog-article-wrap .page h6,
.blog-article-wrap .page .h1,
.blog-article-wrap .page .h2,
.blog-article-wrap .page .h3,
.blog-article-wrap .page .h4,
.blog-article-wrap .page .h5,
.blog-article-wrap .page .h6,
.blog-article-wrap .article h1,
.blog-article-wrap .article h2,
.blog-article-wrap .article h3,
.blog-article-wrap .article h4,
.blog-article-wrap .article h5,
.blog-article-wrap .article h6,
.blog-article-wrap .article .h1,
.blog-article-wrap .article .h2,
.blog-article-wrap .article .h3,
.blog-article-wrap .article .h4,
.blog-article-wrap .article .h5,
.blog-article-wrap .article .h6,
.blog-article-wrap .cms-content h1,
.blog-article-wrap .cms-content h2,
.blog-article-wrap .cms-content h3,
.blog-article-wrap .cms-content h4,
.blog-article-wrap .cms-content h5,
.blog-article-wrap .cms-content h6,
.blog-article-wrap .cms-content .h1,
.blog-article-wrap .cms-content .h2,
.blog-article-wrap .cms-content .h3,
.blog-article-wrap .cms-content .h4,
.blog-article-wrap .cms-content .h5,
.blog-article-wrap .cms-content .h6 {
  font-weight: 700;
  color: #e61930;
}
.cms-section .page h1 > *,
.cms-section .page h2 > *,
.cms-section .page h3 > *,
.cms-section .page h4 > *,
.cms-section .page h5 > *,
.cms-section .page h6 > *,
.cms-section .page .h1 > *,
.cms-section .page .h2 > *,
.cms-section .page .h3 > *,
.cms-section .page .h4 > *,
.cms-section .page .h5 > *,
.cms-section .page .h6 > *,
.cms-section .article h1 > *,
.cms-section .article h2 > *,
.cms-section .article h3 > *,
.cms-section .article h4 > *,
.cms-section .article h5 > *,
.cms-section .article h6 > *,
.cms-section .article .h1 > *,
.cms-section .article .h2 > *,
.cms-section .article .h3 > *,
.cms-section .article .h4 > *,
.cms-section .article .h5 > *,
.cms-section .article .h6 > *,
.cms-section .cms-content h1 > *,
.cms-section .cms-content h2 > *,
.cms-section .cms-content h3 > *,
.cms-section .cms-content h4 > *,
.cms-section .cms-content h5 > *,
.cms-section .cms-content h6 > *,
.cms-section .cms-content .h1 > *,
.cms-section .cms-content .h2 > *,
.cms-section .cms-content .h3 > *,
.cms-section .cms-content .h4 > *,
.cms-section .cms-content .h5 > *,
.cms-section .cms-content .h6 > *,
.blog-article-wrap .page h1 > *,
.blog-article-wrap .page h2 > *,
.blog-article-wrap .page h3 > *,
.blog-article-wrap .page h4 > *,
.blog-article-wrap .page h5 > *,
.blog-article-wrap .page h6 > *,
.blog-article-wrap .page .h1 > *,
.blog-article-wrap .page .h2 > *,
.blog-article-wrap .page .h3 > *,
.blog-article-wrap .page .h4 > *,
.blog-article-wrap .page .h5 > *,
.blog-article-wrap .page .h6 > *,
.blog-article-wrap .article h1 > *,
.blog-article-wrap .article h2 > *,
.blog-article-wrap .article h3 > *,
.blog-article-wrap .article h4 > *,
.blog-article-wrap .article h5 > *,
.blog-article-wrap .article h6 > *,
.blog-article-wrap .article .h1 > *,
.blog-article-wrap .article .h2 > *,
.blog-article-wrap .article .h3 > *,
.blog-article-wrap .article .h4 > *,
.blog-article-wrap .article .h5 > *,
.blog-article-wrap .article .h6 > *,
.blog-article-wrap .cms-content h1 > *,
.blog-article-wrap .cms-content h2 > *,
.blog-article-wrap .cms-content h3 > *,
.blog-article-wrap .cms-content h4 > *,
.blog-article-wrap .cms-content h5 > *,
.blog-article-wrap .cms-content h6 > *,
.blog-article-wrap .cms-content .h1 > *,
.blog-article-wrap .cms-content .h2 > *,
.blog-article-wrap .cms-content .h3 > *,
.blog-article-wrap .cms-content .h4 > *,
.blog-article-wrap .cms-content .h5 > *,
.blog-article-wrap .cms-content .h6 > * {
  font-weight: 700;
  color: #e61930;
}
.cms-section .page h1, .cms-section .page h1 > *,
.cms-section .article h1,
.cms-section .article h1 > *,
.cms-section .cms-content h1,
.cms-section .cms-content h1 > *,
.blog-article-wrap .page h1,
.blog-article-wrap .page h1 > *,
.blog-article-wrap .article h1,
.blog-article-wrap .article h1 > *,
.blog-article-wrap .cms-content h1,
.blog-article-wrap .cms-content h1 > * {
  font-size: 35px;
  padding: 0 0;
}
.cms-section .page h2, .cms-section .page h2 > *,
.cms-section .article h2,
.cms-section .article h2 > *,
.cms-section .cms-content h2,
.cms-section .cms-content h2 > *,
.blog-article-wrap .page h2,
.blog-article-wrap .page h2 > *,
.blog-article-wrap .article h2,
.blog-article-wrap .article h2 > *,
.blog-article-wrap .cms-content h2,
.blog-article-wrap .cms-content h2 > * {
  font-size: 23px;
  padding: 0.5em 0 0 0;
}
.cms-section .page ul > li,
.cms-section .page p,
.cms-section .article ul > li,
.cms-section .article p,
.cms-section .cms-content ul > li,
.cms-section .cms-content p,
.blog-article-wrap .page ul > li,
.blog-article-wrap .page p,
.blog-article-wrap .article ul > li,
.blog-article-wrap .article p,
.blog-article-wrap .cms-content ul > li,
.blog-article-wrap .cms-content p {
  line-height: 1.7;
}
.cms-section .page h3, .cms-section .page h3 > *,
.cms-section .article h3,
.cms-section .article h3 > *,
.cms-section .cms-content h3,
.cms-section .cms-content h3 > *,
.blog-article-wrap .page h3,
.blog-article-wrap .page h3 > *,
.blog-article-wrap .article h3,
.blog-article-wrap .article h3 > *,
.blog-article-wrap .cms-content h3,
.blog-article-wrap .cms-content h3 > * {
  font-weight: 400;
  font-size: 19px;
  padding: 1em 0 0.2em 0;
  color: #000000;
}
.cms-section .page h4, .cms-section .page h4 > *,
.cms-section .article h4,
.cms-section .article h4 > *,
.cms-section .cms-content h4,
.cms-section .cms-content h4 > *,
.blog-article-wrap .page h4,
.blog-article-wrap .page h4 > *,
.blog-article-wrap .article h4,
.blog-article-wrap .article h4 > *,
.blog-article-wrap .cms-content h4,
.blog-article-wrap .cms-content h4 > * {
  font-size: 16px;
  padding: 1em 0 0.2em 0;
  color: #333333;
}
.cms-section .page table.cms-table.row-colors tr:nth-child(even) td,
.cms-section .article table.cms-table.row-colors tr:nth-child(even) td,
.cms-section .cms-content table.cms-table.row-colors tr:nth-child(even) td,
.blog-article-wrap .page table.cms-table.row-colors tr:nth-child(even) td,
.blog-article-wrap .article table.cms-table.row-colors tr:nth-child(even) td,
.blog-article-wrap .cms-content table.cms-table.row-colors tr:nth-child(even) td {
  background-color: #e3e7f0;
}
.cms-section .page table.cms-table.row-colors tbody tr:hover td,
.cms-section .article table.cms-table.row-colors tbody tr:hover td,
.cms-section .cms-content table.cms-table.row-colors tbody tr:hover td,
.blog-article-wrap .page table.cms-table.row-colors tbody tr:hover td,
.blog-article-wrap .article table.cms-table.row-colors tbody tr:hover td,
.blog-article-wrap .cms-content table.cms-table.row-colors tbody tr:hover td {
  background-color: #ffd4d9;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.news {
  position: fixed;
  left: 0;
  top: 290px;
  width: 60px;
  height: 65px;
  z-index: 50;
}
.news-icon-placeholder {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 3px solid #e61930;
  border-top: 3px solid #e61930;
  border-right: 3px solid #e61930;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.news-icon-placeholder img {
  width: 30px;
}
.news-icon-placeholder .articles-placeholder {
  position: absolute;
  left: 85px;
  top: -100px;
  border: 3px solid #e61930;
  border-radius: 4px;
  width: 700px;
  box-shadow: 0px 24px 23.56px 14.44px rgba(51, 61, 76, 0.28);
  background: linear-gradient(to right, #ffffff 0%, #ededed 19%, #e0e0e0 51%, #ffffff 58%, #ffffff 100%);
  background-color: #ffffff;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0;
  min-height: 210px;
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.news-icon-placeholder .articles-placeholder .article {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border: none;
  font-size: 1em;
  padding: 25px;
  flex: 0 0 80%;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(51, 61, 76, 0.1);
  margin: 5px 0;
  padding-right: 40px;
  z-index: 0;
  min-height: 150px;
  text-decoration: none;
}
.news-icon-placeholder .articles-placeholder .article:hover {
  color: #000000;
}
.news-icon-placeholder .articles-placeholder .article:hover span {
  color: #e61930;
  border-color: #e61930;
}
.news-icon-placeholder .articles-placeholder .article .image {
  width: 140px;
  min-width: 140px;
  height: 140px;
  margin-right: 25px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.news-icon-placeholder .articles-placeholder .article h2 {
  font-size: 1.2em;
  margin: 0;
  line-height: 20px;
  margin-bottom: 5px;
}
.news-icon-placeholder .articles-placeholder .article p {
  max-height: 64px;
  overflow: hidden;
  line-height: 16px;
}
.news-icon-placeholder .articles-placeholder .article span {
  font-weight: 600;
  text-decoration: underline;
}
.news-icon-placeholder .articles-placeholder .article-status {
  position: relative;
  display: table;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.23);
  padding: 5px 20px;
  margin: 5px 0px;
  margin-left: -5px;
}
.news-icon-placeholder .articles-placeholder .article-status:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 5px;
  transform: rotate(30deg);
  left: 1px;
  bottom: -2px;
  z-index: -1;
}
.news-icon-placeholder .articles-placeholder .article-status--new {
  background-color: #e61930;
}
.news-icon-placeholder .articles-placeholder .article-status--new:before {
  background-color: #e61930;
}
.news-icon-placeholder .articles-placeholder .article-status--read {
  display: none;
  background-color: #92959f;
}
.news-icon-placeholder .articles-placeholder .article-status--read:before {
  background-color: #92959f;
}
.news-icon-placeholder .articles-placeholder .article--read .article-status--new {
  display: none;
}
.news-icon-placeholder .articles-placeholder .article--read .article-status--read {
  display: table;
}
.news-icon-placeholder .articles-placeholder .article--read .image {
  filter: grayscale(100%);
  transition: all 0.2s ease-out;
}
.news-icon-placeholder .articles-placeholder .article--read:hover .image {
  filter: grayscale(0%);
}
.news-icon-placeholder .articles-placeholder.hovered {
  display: flex;
}
.news-icon-placeholder .articles-placeholder:before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-left: 3px solid #e61930;
  border-top: 3px solid #e61930;
  position: fixed;
  top: 275px;
  left: 71px;
  transform: rotate(-45deg);
  z-index: 0;
}
.news .close-news {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
}
.news .close-news div {
  width: 100%;
  height: 100%;
  position: relative;
}
.news .close-news div:before, .news .close-news div:after {
  content: "";
  position: absolute;
  background-color: #e61930;
  width: 4px;
  height: 18px;
  left: 7px;
  top: 0;
}
.news .close-news div:before {
  transform: rotate(45deg);
}
.news .close-news div:after {
  transform: rotate(-45deg);
}

@media (max-width: 1199px) {
  .news {
    display: none;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.cms-section .pages-placeholder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cms-section .pages-placeholder .page {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border: none;
  font-size: 1em;
  padding: 25px;
  flex: 0 0 48%;
  max-width: 48%;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(51, 61, 76, 0.4);
  margin-bottom: 20px;
  padding-right: 40px;
  z-index: 0;
  min-height: 150px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.cms-section .pages-placeholder .page:hover {
  color: #000000;
  box-shadow: 0px 4px 20px 0px rgba(51, 61, 76, 0.5);
}
.cms-section .pages-placeholder .page:hover span {
  color: #e61930 !important;
}
.cms-section .pages-placeholder .page .image {
  width: 140px;
  min-width: 140px;
  height: 100%;
  margin-right: 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cms-section .pages-placeholder .page h2 {
  font-size: 1.2em;
  margin: 0;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0 !important;
  color: #000000 !important;
}
.cms-section .pages-placeholder .page p {
  max-height: 64px;
  overflow: hidden;
  line-height: 16px;
}
.cms-section .pages-placeholder .page span {
  font-weight: 600;
  text-decoration: underline;
}
.cms-section .pages-placeholder .page-status {
  position: relative;
  display: table;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff !important;
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.23);
  padding: 5px 20px;
  margin: 5px 0px;
  margin-left: -5px;
}
.cms-section .pages-placeholder .page-status:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 5px;
  transform: rotate(30deg);
  left: 1px;
  bottom: -2px;
  z-index: -1;
}
.cms-section .pages-placeholder .page-status--new {
  background-color: #e61930;
  display: none;
}
.cms-section .pages-placeholder .page-status--new.visible {
  display: table;
}
.cms-section .pages-placeholder .page-status--new:before {
  background-color: #e61930;
}
.cms-section .pages-placeholder .page-status--read {
  display: none;
  background-color: #92959f;
}
.cms-section .pages-placeholder .page-status--read:before {
  background-color: #92959f;
}
.cms-section .pages-placeholder .page--read .page-status--new {
  display: none;
}
.cms-section .pages-placeholder .page--read .page-status--new.visible {
  display: none;
}
.cms-section .pages-placeholder .page--read .page-status--read {
  display: table;
}
.cms-section .pages-placeholder .page--read .image {
  filter: grayscale(100%);
  transition: all 0.2s ease-out;
}
.cms-section .pages-placeholder .page--read:hover .image {
  filter: grayscale(0%);
}

@media (max-width: 767px) {
  .cms-section .pages-placeholder {
    margin-top: 25px;
  }
  .cms-section .pages-placeholder .page {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .cms-section .pages-placeholder .page .image {
    display: none;
  }
}
.reclamation h1, .service h1 {
  margin-bottom: 35px;
  margin-top: 0;
}
.reclamation #CustomerReclamationForm, .reclamation #CustomerServiceForm, .service #CustomerReclamationForm, .service #CustomerServiceForm {
  margin-bottom: 150px;
  margin-top: 30px;
}
.reclamation #CustomerReclamationForm label, .reclamation #CustomerServiceForm label, .service #CustomerReclamationForm label, .service #CustomerServiceForm label {
  color: #91959f;
  font-weight: bold;
  width: 100%;
  text-align: left;
  padding-left: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: 1em;
}
.reclamation #CustomerReclamationForm .bl-input-group, .reclamation #CustomerServiceForm .bl-input-group, .service #CustomerReclamationForm .bl-input-group, .service #CustomerServiceForm .bl-input-group {
  width: 100%;
}
.reclamation #CustomerReclamationForm .bl-dropdown button, .reclamation #CustomerServiceForm .bl-dropdown button, .service #CustomerReclamationForm .bl-dropdown button, .service #CustomerServiceForm .bl-dropdown button {
  height: 40px;
}
.reclamation #CustomerReclamationForm input, .reclamation #CustomerServiceForm input, .service #CustomerReclamationForm input, .service #CustomerServiceForm input {
  height: 40px;
}
.reclamation #CustomerReclamationForm input, .reclamation #CustomerReclamationForm textarea, .reclamation #CustomerServiceForm input, .reclamation #CustomerServiceForm textarea, .service #CustomerReclamationForm input, .service #CustomerReclamationForm textarea, .service #CustomerServiceForm input, .service #CustomerServiceForm textarea {
  box-shadow: none;
  border: 1px solid #91959f;
}
.reclamation #CustomerReclamationForm .bl-textarea .col-md-8, .reclamation #CustomerServiceForm .bl-textarea .col-md-8, .service #CustomerReclamationForm .bl-textarea .col-md-8, .service #CustomerServiceForm .bl-textarea .col-md-8 {
  padding-right: 0;
  width: 100%;
}
.reclamation #CustomerReclamationForm .form-group, .reclamation #CustomerServiceForm .form-group, .service #CustomerReclamationForm .form-group, .service #CustomerServiceForm .form-group {
  min-height: 90px;
  margin-bottom: 0;
}
.reclamation #CustomerReclamationForm .universal-phone-input, .reclamation #CustomerServiceForm .universal-phone-input, .service #CustomerReclamationForm .universal-phone-input, .service #CustomerServiceForm .universal-phone-input {
  height: 90px;
}
.reclamation #CustomerReclamationForm .universal-phone-input button, .reclamation #CustomerServiceForm .universal-phone-input button, .service #CustomerReclamationForm .universal-phone-input button, .service #CustomerServiceForm .universal-phone-input button {
  height: 40px;
}
.reclamation #CustomerReclamationForm .bl-imageinput, .reclamation #CustomerServiceForm .bl-imageinput, .service #CustomerReclamationForm .bl-imageinput, .service #CustomerServiceForm .bl-imageinput {
  margin-top: 15px;
}
.reclamation .bl-datepicker, .service .bl-datepicker {
  width: 100%;
  margin-left: 0;
}
.reclamation .bl-datepicker .col-md-8, .service .bl-datepicker .col-md-8 {
  width: 100%;
  padding-left: 0;
}
.reclamation .bl-datepicker label, .service .bl-datepicker label {
  padding-left: 0 !important;
}
.reclamation #reclamatiom-form-submit, .service #reclamatiom-form-submit {
  display: block;
}
.reclamation #AgreeWithTerms, .service #AgreeWithTerms {
  margin-top: 25px;
}
.reclamation #AgreeWithTerms label, .service #AgreeWithTerms label {
  text-transform: none;
  padding-top: 7px;
}
.reclamation .moving-menu h3, .service .moving-menu h3 {
  margin-top: 0;
}
.reclamation .div-underline-blue, .service .div-underline-blue {
  padding-bottom: 0;
  border-color: #D4E4FD;
}

.textarea-big textarea {
  height: 150px;
}

#AgreeWithTerms .control-label {
  width: auto !important;
  float: left;
  font-weight: normal !important;
  padding-right: 5px;
  margin-top: 2px;
}
#AgreeWithTerms .text-danger {
  display: block;
  overflow: hidden;
  width: 100%;
}

#service-form-submit {
  display: block;
}

.agree-text {
  margin-top: 5px;
  margin-left: 18px;
  width: calc(100% - 40px);
  font-size: 1em;
  color: #91959f;
}
.agree-text a:hover {
  color: #247ed3;
}

.moving-menu.moving-menu-manual a.active {
  color: #91959f;
}
.moving-menu.moving-menu-manual a.active-manual {
  color: #247ed3;
}
@media screen and (max-width: 991px) {
  #reclamation-menu, #service-menu {
    display: none;
  }
  .reclamation .col-md-6, .service .col-md-6 {
    padding: 0;
  }
}
.support-modal-open {
  position: static;
}

.support-modal .input-placeholder, .customer-support-modal .input-placeholder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 20px;
}
.support-modal .input-placeholder .bl-forminput, .support-modal .input-placeholder .input-dropdown-group, .customer-support-modal .input-placeholder .bl-forminput, .customer-support-modal .input-placeholder .input-dropdown-group {
  display: grid;
  display: -ms-grid;
  width: 100%;
  min-width: inherit;
  margin: 0;
}
.support-modal .input-placeholder .bl-forminput .text-danger, .support-modal .input-placeholder .input-dropdown-group .text-danger, .customer-support-modal .input-placeholder .bl-forminput .text-danger, .customer-support-modal .input-placeholder .input-dropdown-group .text-danger {
  position: static;
}
.support-modal .input-placeholder .bl-forminput .required-icon, .support-modal .input-placeholder .input-dropdown-group .required-icon, .customer-support-modal .input-placeholder .bl-forminput .required-icon, .customer-support-modal .input-placeholder .input-dropdown-group .required-icon {
  color: #e61930;
}
.support-modal .input-placeholder .bl-forminput .control-label, .support-modal .input-placeholder .input-dropdown-group .control-label, .customer-support-modal .input-placeholder .bl-forminput .control-label, .customer-support-modal .input-placeholder .input-dropdown-group .control-label {
  font-size: 1em;
  font-weight: 600;
  width: auto;
  padding: 0;
  text-align: left;
  grid-column: 1;
  grid-row: 1;
}
.support-modal .input-placeholder .bl-forminput .bl-input-group, .support-modal .input-placeholder .input-dropdown-group .bl-input-group, .customer-support-modal .input-placeholder .bl-forminput .bl-input-group, .customer-support-modal .input-placeholder .input-dropdown-group .bl-input-group {
  width: auto;
  padding: 0;
  margin: 0;
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  position: static;
}
.support-modal .input-placeholder .bl-forminput .bl-dropdown, .support-modal .input-placeholder .input-dropdown-group .bl-dropdown, .customer-support-modal .input-placeholder .bl-forminput .bl-dropdown, .customer-support-modal .input-placeholder .input-dropdown-group .bl-dropdown {
  width: 110px;
  min-width: 110px;
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.support-modal .input-placeholder .bl-forminput .bl-dropdown .col-md-8, .support-modal .input-placeholder .input-dropdown-group .bl-dropdown .col-md-8, .customer-support-modal .input-placeholder .bl-forminput .bl-dropdown .col-md-8, .customer-support-modal .input-placeholder .input-dropdown-group .bl-dropdown .col-md-8 {
  padding: 0;
}
.support-modal .input-placeholder .bl-forminput .bl-textbox, .support-modal .input-placeholder .input-dropdown-group .bl-textbox, .customer-support-modal .input-placeholder .bl-forminput .bl-textbox, .customer-support-modal .input-placeholder .input-dropdown-group .bl-textbox {
  grid-column: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  width: 390px;
}
.support-modal .input-placeholder .bl-forminput .form-control, .support-modal .input-placeholder .bl-forminput .dropdown-toggle, .support-modal .input-placeholder .input-dropdown-group .form-control, .support-modal .input-placeholder .input-dropdown-group .dropdown-toggle, .customer-support-modal .input-placeholder .bl-forminput .form-control, .customer-support-modal .input-placeholder .bl-forminput .dropdown-toggle, .customer-support-modal .input-placeholder .input-dropdown-group .form-control, .customer-support-modal .input-placeholder .input-dropdown-group .dropdown-toggle {
  height: 50px;
  border-radius: 4px;
  font-size: 1em;
  font-weight: 400;
  width: 100%;
}
.support-modal .input-placeholder .bl-forminput .dropdown-toggle .caret, .support-modal .input-placeholder .input-dropdown-group .dropdown-toggle .caret, .customer-support-modal .input-placeholder .bl-forminput .dropdown-toggle .caret, .customer-support-modal .input-placeholder .input-dropdown-group .dropdown-toggle .caret {
  position: absolute;
  right: 15px;
  top: 23px;
  border-top: 6px solid #91959f;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.support-modal .input-placeholder .bl-textarea .col-md-8, .customer-support-modal .input-placeholder .bl-textarea .col-md-8 {
  width: 100%;
  padding: 0;
}
.support-modal .input-placeholder .bl-textarea .col-md-8 textarea, .customer-support-modal .input-placeholder .bl-textarea .col-md-8 textarea {
  height: 100px;
  resize: none;
}
.support-modal .input-placeholder .input-dropdown-group .bl-textbox .col-xs-12, .customer-support-modal .input-placeholder .input-dropdown-group .bl-textbox .col-xs-12 {
  padding-right: 0px;
}
.support-modal .support-recaptcha-block .g-recaptcha > div div, .customer-support-modal .support-recaptcha-block .g-recaptcha > div div {
  height: 100%;
}
.support-modal .submit-button, .customer-support-modal .submit-button {
  text-align: center;
  margin-top: 25px;
  padding-bottom: 25px;
}

#support-modal .modal-content .modal-header h4, #customer-support-modal .modal-content .modal-header h4 {
  padding: 25px 40px;
  padding-right: 80px;
  padding-top: 40px;
  font-size: 25px;
  text-align: center;
}
#support-modal .modal-content .modal-header .close, #customer-support-modal .modal-content .modal-header .close {
  width: 44px;
  height: 44px;
}
#support-modal .modal-content .modal-header .close:before, #support-modal .modal-content .modal-header .close:after, #customer-support-modal .modal-content .modal-header .close:before, #customer-support-modal .modal-content .modal-header .close:after {
  width: 4px;
  height: 20px;
  left: 20px;
  top: 13px;
}
#support-modal .modal-content .modal-body, #customer-support-modal .modal-content .modal-body {
  padding: 0 40px;
}
#support-modal .modal-content .support-modal-content .action-buttons, #support-modal .modal-content .customer-support-modal-content .action-buttons, #customer-support-modal .modal-content .support-modal-content .action-buttons, #customer-support-modal .modal-content .customer-support-modal-content .action-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  padding-bottom: 40px;
}
#support-modal .modal-content .support-modal-content a, #support-modal .modal-content .customer-support-modal-content a, #customer-support-modal .modal-content .support-modal-content a, #customer-support-modal .modal-content .customer-support-modal-content a {
  text-decoration: none;
}
#support-modal .modal-content .support-modal-content a button, #support-modal .modal-content .customer-support-modal-content a button, #customer-support-modal .modal-content .support-modal-content a button, #customer-support-modal .modal-content .customer-support-modal-content a button {
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .support-modal .input-placeholder .input-dropdown-group .col-xs-12, .customer-support-modal .input-placeholder .input-dropdown-group .col-xs-12 {
    padding: 0;
  }
  .support-modal .input-placeholder .input-dropdown-group .bl-textbox, .customer-support-modal .input-placeholder .input-dropdown-group .bl-textbox {
    grid-column: 1;
    grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    width: inherit;
    margin-top: 10px;
  }
  #support-modal .modal-content .support-modal-content .action-buttons, #support-modal .modal-content .customer-support-modal-content .action-buttons, #customer-support-modal .modal-content .support-modal-content .action-buttons, #customer-support-modal .modal-content .customer-support-modal-content .action-buttons {
    margin-top: 0;
    flex-flow: column;
    align-items: initial;
  }
  #support-modal .modal-content .support-modal-content .action-buttons .btn, #support-modal .modal-content .customer-support-modal-content .action-buttons .btn, #customer-support-modal .modal-content .support-modal-content .action-buttons .btn, #customer-support-modal .modal-content .customer-support-modal-content .action-buttons .btn {
    width: 100%;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.department-detail-page .headline-text a {
  border: none;
  font-weight: 600;
  text-decoration: underline;
}
.department-detail-page .department-galery {
  position: relative;
  padding-left: 0;
  max-width: 100%;
}
.department-detail-page .department-galery li {
  border: 10px solid #e3e7f0;
  padding-left: 0;
}
.department-detail-page .department-galery li:before {
  content: none;
}
.department-detail-page .department-galery li img {
  width: 100%;
}
.department-detail-page .department-galery li.active {
  border-radius: 0 !important;
}
.department-detail-page .department-galery li:hover {
  border-radius: 0 !important;
}
.department-detail-page .department-galery .lSGallery li {
  border: 3px solid #e3e7f0;
}
.department-detail-page .department-galery .department-status-placeholder {
  position: absolute;
  left: 0;
  top: 10px;
}
.department-detail-page .department-galery .department-status-placeholder .department-status {
  position: relative;
  display: table;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.23);
  padding: 5px 20px;
  margin: 5px 0px;
  margin-left: -3px;
  z-index: 1;
  background-color: #e61930;
}
.department-detail-page .department-galery .department-status-placeholder .department-status:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  left: 0px;
  bottom: -2px;
  z-index: -1;
  transform: rotate(45deg);
  border-bottom-color: rgb(72.1568627451%, 7.8431372549%, 15.0588235294%);
}
.department-detail-page .department-galery .department-status-placeholder .department-status * {
  margin: 0;
}
.department-detail-page .department-info {
  display: flex;
  margin: 25px 0;
}
.department-detail-page .department-info .contacts {
  background-color: #e3e7f0;
  height: 100%;
  padding: 25px 15px;
  padding-bottom: 5px;
}
.department-detail-page .department-info .contacts h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.department-detail-page .department-info .contacts .placeholder {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
@media (max-width: 467px) {
  .department-detail-page .department-info .contacts .placeholder {
    display: block;
  }
  .department-detail-page .department-info .contacts .placeholder .values {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.department-detail-page .department-info .contacts .placeholder .values {
  flex: 0 0 65%;
  max-width: 65%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 40px;
}
.department-detail-page .department-info .contacts .placeholder .values--position {
  background-image: url("../Custom/img/department-position.png");
}
.department-detail-page .department-info .contacts .placeholder .values--mail {
  background-image: url("../Custom/img/mail-red-small.svg");
  background-size: 22px;
}
.department-detail-page .department-info .contacts .placeholder .values--phone {
  background-image: url("../Custom/img/phone-red-small.png");
  background-size: 22px;
}
.department-detail-page .department-info .contacts .placeholder a {
  font-weight: 600;
  text-decoration: underline;
  border: none;
  padding: 0;
}
.department-detail-page .department-info .open-hours {
  background-color: #e3e7f0;
  height: 100%;
  padding: 25px 15px;
  padding-bottom: 5px;
}
.department-detail-page .department-info .open-hours h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.department-detail-page .department-info .open-hours .placeholder > div {
  display: flex;
  align-items: center;
}
.department-detail-page .department-info .open-hours .placeholder > div .day {
  flex: 0 0 42%;
  max-width: 42%;
  font-weight: 600;
}
.department-detail-page .department-info .open-hours .placeholder > div.active {
  color: #e61930;
}
.department-detail-page .department-info .open-hours .holidays-closed {
  margin-bottom: 0;
  margin-top: 20px;
}
.department-detail-page .department-info .open-hours .department-opening-hours-note {
  margin-top: 15px;
}
.department-detail-page .our-team-placeholder {
  display: flex;
  flex-wrap: wrap;
}
.department-detail-page .our-team-placeholder h2 {
  color: #e61930;
  border-bottom: 1px solid #e3e7f0;
  margin-bottom: 40px;
}
.department-detail-page .our-team-placeholder .are-you-happy {
  flex: 0 0 33%;
  max-width: 33%;
}
.department-detail-page .our-team-placeholder .are-you-happy .text {
  text-align: left;
  padding-right: 150px;
  margin-top: -20px;
}
@media (max-width: 500px) {
  .department-detail-page .our-team-placeholder .are-you-happy .text {
    padding-right: 0;
  }
}
.department-detail-page .our-team-placeholder .are-you-happy .employe {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 40px;
}
.department-detail-page .our-team-placeholder .are-you-happy .employe .information .name {
  margin: 0;
  word-break: initial;
}
.department-detail-page .our-team-placeholder .are-you-happy .employe .information .manager {
  padding: 0;
  font-style: italic;
  word-break: normal;
}
.department-detail-page .our-team-placeholder .are-you-happy .employe .information .mail {
  margin: 0;
}
.department-detail-page .our-team-placeholder .our-team {
  flex: 0 0 67%;
  max-width: 67%;
}
.department-detail-page .our-team-placeholder .our-team .text {
  text-align: justify;
  margin-top: -20px;
}
.department-detail-page .our-team-placeholder .our-team .image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../Custom/img/customer-service.png");
  width: 100%;
  height: 250px;
  margin-top: 30px;
}
.department-detail-page .vr-tour {
  margin-top: 70px;
}
.department-detail-page .vr-tour h2 {
  color: #e61930;
  border-bottom: 1px solid #e3e7f0;
  margin-bottom: 25px;
}
.department-detail-page .vr-tour .map-wrap {
  height: 600px;
}
.department-detail-page .vr-tour .map-wrap * {
  height: 100%;
  margin: 0;
}
.department-detail-page .department-on-map {
  margin: 100px 0;
}
.department-detail-page .department-on-map h2 {
  color: #e61930;
  border-bottom: 1px solid #e3e7f0;
  margin-bottom: 25px;
}
.department-detail-page .department-on-map .placeholder {
  display: flex;
  justify-content: space-between;
}
.department-detail-page .department-on-map .placeholder .text {
  flex: 0 0 37%;
  max-width: 37%;
  padding-right: 50px;
}
.department-detail-page .department-on-map .placeholder .text .headline {
  font-weight: 600;
  margin-bottom: 25px;
}
.department-detail-page .department-on-map .placeholder .text > div p {
  margin-bottom: 20px;
}
.department-detail-page .department-on-map .placeholder .text > div p span {
  font-weight: 600;
}
.department-detail-page .department-on-map .placeholder .map-wrap {
  flex: 0 0 63%;
  max-width: 63%;
}
.department-detail-page .department-on-map .placeholder .map-wrap #department_on_map {
  height: 500px;
}
.department-detail-page .department-info-placeholder {
  margin-bottom: 100px;
}
.department-detail-page .department-info-placeholder h2 {
  color: #e61930;
  border-bottom: 1px solid #e3e7f0;
  margin-bottom: 25px;
}
.department-detail-page .department-info-placeholder p {
  margin-bottom: 2px;
}

@media (max-width: 1199px) {
  .department-detail-page .department-info {
    flex-wrap: wrap;
  }
  .department-detail-page .department-info .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  .department-detail-page .our-team-placeholder .are-you-happy {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .department-detail-page .our-team-placeholder .our-team {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .department-detail-page .department-on-map .placeholder {
    flex-wrap: wrap;
  }
  .department-detail-page .department-on-map .placeholder .text {
    flex: 100%;
    max-width: 100%;
  }
  .department-detail-page .department-on-map .placeholder .map-wrap {
    flex: 100%;
    max-width: 100%;
  }
}
.map-department-info {
  text-align: left;
  padding: 0px 10px 10px 0;
  font-size: 1em;
}
.map-department-info p {
  margin-bottom: 0;
}
.map-department-info a {
  text-decoration: none;
}
.map-department-info .department {
  margin-bottom: 10px;
}
.map-department-info .department p:first-child {
  font-weight: 600;
  color: #e61930;
}
.map-department-info .department-contact {
  margin-bottom: 10px;
}
.map-department-info .department-contact > div {
  display: flex;
}
.map-department-info .department-contact > div p {
  width: 45px;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.departments-page .headline {
  padding: 0;
}
.departments-page .page-headline {
  color: #e61930;
  border-bottom: 1px solid #e3e7f0;
  margin-bottom: 25px;
}
.departments-page .map-headline {
  margin-top: 90px;
}
.departments-page .customer-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.departments-page .customer-service .placeholder {
  flex: 0 0 33%;
  max-width: 33%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.departments-page .customer-service .placeholder a {
  border: none;
  margin-top: 25px;
}
.departments-page .customer-service .placeholder > div {
  display: flex;
  justify-content: space-between;
  border: 3px solid #e3e7f0;
  border-radius: 4px;
  width: 320px;
  max-width: 100%;
  height: 85px;
}
.departments-page .customer-service .placeholder > div .text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.departments-page .customer-service .placeholder > div .text p, .departments-page .customer-service .placeholder > div .text a {
  margin: 0;
  font-size: 1.2em;
  text-decoration: none;
}
.departments-page .customer-service .placeholder > div .img {
  background-color: #e3e7f0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  background-image: url("../Custom/img/phone-gray.png");
  width: 80px;
  min-width: 80px;
}
.departments-page .customer-service .placeholder > div .img--mail {
  background-image: url("../Custom/img/mail-gray.png");
  background-size: 45px;
}
.departments-page .customer-service .image {
  flex: 0 0 33%;
  max-width: 33%;
}
.departments-page .customer-service .image img {
  width: 100%;
}
.departments-page #stores-map {
  height: 530px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 50px;
}
.departments-page .department-info-placeholder {
  margin-bottom: 100px;
}
.departments-page .department-info-placeholder p {
  margin-bottom: 2px;
}

.departments {
  padding-top: 45px;
  padding-bottom: 65px;
}
.departments h1 {
  margin-bottom: 30px;
}
.departments-placeholder {
  display: flex;
  justify-content: space-around;
  padding-bottom: 30px;
}
.departments-placeholder .department {
  flex: 0 0 32%;
  background-color: #ffffff;
  box-shadow: 0px 10px 57px 0px rgba(51, 61, 76, 0.15);
  text-align: left;
}
.departments-placeholder .department.empty {
  background-color: transparent;
  box-shadow: none;
}
.departments-placeholder .department a {
  text-decoration: none;
}
.departments-placeholder .department-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 270px;
  background-color: #ffffff;
  padding-top: 5px;
}
.departments-placeholder .department-status {
  position: relative;
  display: table;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.23);
  padding: 5px 20px;
  margin: 5px 0px;
  margin-left: -5px;
  background-color: #e61930;
  max-width: 70%;
}
.departments-placeholder .department-status:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 5px;
  transform: rotate(30deg);
  left: 1px;
  bottom: -2px;
  z-index: -1;
  background-color: #e61930;
}
.departments-placeholder .department-status * {
  margin: 0;
}
.departments-placeholder .department-description {
  padding-left: 25px;
}
.departments-placeholder .department-description h2 {
  margin-top: 20px;
}
.departments-placeholder .department-description p {
  margin-bottom: 5px;
}
.departments-placeholder .department-description__address {
  margin-bottom: 25px;
}
.departments-placeholder .department-description__address--company-name {
  font-weight: 600;
}
.departments-placeholder .department-description__contact {
  margin-bottom: 25px;
}
.departments-placeholder .department-description__contact > p, .departments-placeholder .department-description__contact > div {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 23px;
}
.departments-placeholder .department-description__contact a {
  border: none;
}
.departments-placeholder .department-description__contact a:hover {
  color: inherit;
}
.departments-placeholder .department-description__contact--phone {
  background-image: url("../Custom/img/phone-red-small.png");
}
.departments-placeholder .department-description__contact--mail {
  background-image: url("../Custom/img/mail-red-small.svg");
}
.departments-placeholder .department-description__contact--clock {
  background-image: url("../Custom/img/clock-red-small.png");
}
.departments-placeholder .department-description__link {
  margin-bottom: 40px;
}
.departments-placeholder .department-description__link a {
  font-weight: 600;
  text-decoration: underline;
}
.departments-placeholder.more-departments .department {
  flex: 0 0 24%;
}
.departments-placeholder.more-departments .department .department-img {
  height: 220px;
}

.departments-page .employees h2, .department-detail-page .employees h2 {
  color: #e61930;
  border-bottom: 1px solid #e3e7f0;
  margin-bottom: 40px;
}
.departments-page .employees .employees-placeholder, .department-detail-page .employees .employees-placeholder {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.departments-page .employe, .department-detail-page .employe {
  flex: 0 0 33%;
  max-width: 33%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 45px;
}
.departments-page .employe .employe-image, .department-detail-page .employe .employe-image {
  flex: 0 0 85px;
  max-width: 85px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
}
.departments-page .employe .information p, .department-detail-page .employe .information p {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  word-break: break-all;
}
.departments-page .employe .information .name, .department-detail-page .employe .information .name {
  font-weight: 600;
  padding: 0;
  min-height: 20px;
  margin: 0;
}
.departments-page .employe .information .phone, .department-detail-page .employe .information .phone {
  background-image: url("../Custom/img/phone-red-small.png");
}
.departments-page .employe .information .mobile, .department-detail-page .employe .information .mobile {
  background-image: url("../Custom/img/mobile-red-small.png");
  background-size: 11px;
}
.departments-page .employe .information .mail, .department-detail-page .employe .information .mail {
  background-image: url("../Custom/img/mail-red-small.svg");
}
.departments-page .employe .information .manager, .department-detail-page .employe .information .manager {
  padding: 0;
  font-style: italic;
  word-break: normal;
}

@media (max-width: 1199px) {
  .departments-page .employe, .department-detail-page .employe {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .departments-page .customer-service {
    justify-content: center;
  }
  .departments-page .customer-service .placeholder {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 50px;
  }
  .departments-page .customer-service .image {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .departments-placeholder {
    flex-wrap: wrap;
  }
  .departments-placeholder .department {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
  .departments-placeholder .department-img {
    display: none;
  }
  .departments-placeholder .department-description {
    display: flex;
    flex-wrap: wrap;
  }
  .departments-placeholder .department-description h2 {
    flex: 0 0 100%;
  }
  .departments-placeholder .department-description__address {
    flex: 0 0 220px;
  }
  .departments-placeholder .department-description__contact {
    margin-bottom: 0;
  }
  .departments-placeholder .department-description__contact p, .departments-placeholder .department-description__contact div {
    margin-bottom: 20px;
  }
  .departments-placeholder .department-description__link {
    flex: 0 0 100%;
  }
  .departments-placeholder.more-departments .department {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .departments-page .employe, .department-detail-page .employe {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .departments-page .customer-service {
    justify-content: center;
  }
  .departments-page .customer-service .placeholder {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .departments-page .customer-service .image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.js-dynamic-form-controller ul {
  list-style-type: none;
  padding-left: 0;
}
.js-dynamic-form-controller ul li {
  padding-left: 15px;
  position: relative;
}
.js-dynamic-form-controller ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #e61930;
  margin-left: -15px;
  position: absolute;
  top: 8px;
}
.js-dynamic-form-controller ul li ul li::before {
  background: white;
  border: 1px solid #e61930;
}
.js-dynamic-form-controller h5 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  padding-right: 20px;
}
.js-dynamic-form-controller .ibox-title {
  position: relative;
  margin: 0 -15px;
}
.js-dynamic-form-controller form > .col-xs-12:nth-of-type(2) {
  margin: 20px -15px;
}
.js-dynamic-form-controller form > .col-xs-12:last-of-type {
  margin: 20px -15px;
  margin-bottom: 50px;
}
.js-dynamic-form-controller .bl-fake-checkbox {
  user-select: none;
}
.js-dynamic-form-controller .shipping-info {
  margin: 0 -15px;
}
.js-dynamic-form-controller .shipping-info > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.js-dynamic-form-controller .shipping-info > div .name {
  flex: 0 0 190px;
  max-width: 190px;
}
.js-dynamic-form-controller .shipping-info > div .change-address {
  margin-left: 15px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.js-dynamic-form-controller .shipping-info > div .change-address:hover {
  color: #e61930;
}
.js-dynamic-form-controller .bl-fileinput .col-md-8 {
  display: flex;
  align-items: center;
  position: static;
  width: 100%;
}
.js-dynamic-form-controller .bl-fileinput .cancel-upload-action {
  margin-left: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.js-dynamic-form-controller .bl-fileinput .cancel-upload-action:hover {
  text-decoration: underline;
}
.js-dynamic-form-controller .bl-forminput {
  margin: 0;
  margin-bottom: 15px;
}
.js-dynamic-form-controller .ibox-content {
  margin: 0 -15px;
}
.js-dynamic-form-controller .col-xs-12 .float-e-margins p {
  margin: 0;
}
.js-dynamic-form-controller .col-xs-12 .float-e-margins a {
  font-weight: 600;
}

.expand-panel {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 9px;
  right: 0;
  border: none;
}
.expand-panel:before, .expand-panel:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 12px;
  top: 9px;
  right: 0;
  background-color: #000000;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.expand-panel:after {
  transform: rotate(-45deg);
  right: 7px;
}
.expand-panel.collapsed:before {
  transform: rotate(-45deg);
}
.expand-panel.collapsed:after {
  transform: rotate(45deg);
}

.dynamic-form-modal-content {
  padding: 0 25px;
}
.dynamic-form-modal-content .expand-panel {
  right: 10px;
}
.dynamic-form-modal-content .bl-forminput .text-danger {
  position: static;
}
.dynamic-form-modal-content .bl-textarea .col-md-8 {
  width: 100%;
}
.dynamic-form-modal-content .bl-fileinput .col-md-8 {
  flex-wrap: wrap;
}
.dynamic-form-modal-content .bl-fileinput.has-error .form-control.has-error + span.text-danger {
  width: 100%;
  display: block !important;
}
.dynamic-form-modal-content .bl-fileinput.show-cancel-upload-btn .col-md-8 {
  flex-wrap: nowrap;
}

@media (min-width: 930px) {
  #dynamic-form-modal .modal-dialog {
    width: 920px;
  }
  #dynamic-form-modal .dynamic-form-modal-content {
    padding: 0 50px;
  }
  #dynamic-form-modal .bl-dropdown .btn-group {
    width: 100%;
  }
  #dynamic-form-modal .bl-forminput .bl-input-group .form-control {
    width: 100%;
  }
  #dynamic-form-modal .bl-forminput .form-control {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 929px) {
  #dynamic-form-modal .modal-dialog {
    width: auto;
  }
  #dynamic-form-modal .bl-dropdown .btn-group {
    width: 100%;
  }
  #dynamic-form-modal .bl-forminput .bl-input-group .form-control {
    width: 100%;
  }
  #dynamic-form-modal .bl-forminput .form-control {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dynamic-form-modal-content {
    padding: 0;
  }
  .dynamic-form-modal-content .expand-panel {
    right: 0px;
  }
}
@media (max-width: 1199px) {
  .js-dynamic-form-controller .ibox-content {
    margin: 0;
  }
  .js-dynamic-form-controller form .col-xs-12 {
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .js-dynamic-form-controller form > .col-xs-12 > div > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .js-dynamic-form-controller .ibox-title {
    margin: 0;
  }
  .js-dynamic-form-controller .shipping-info {
    margin: 0;
  }
  .js-dynamic-form-controller .shipping-info > div .name {
    flex: 0 0 230px;
    max-width: 230px;
  }
  .js-dynamic-form-controller .margin-row {
    margin: 0;
  }
  .js-dynamic-form-controller .bl-dropdown {
    min-width: initial;
  }
  .js-dynamic-form-controller .bl-dropdown .col-md-8 {
    width: 100%;
  }
  .js-dynamic-form-controller .bl-dropdown .col-md-8 .btn-group {
    width: 100%;
  }
  .js-dynamic-form-controller .bl-forminput {
    width: 100%;
    min-width: initial;
  }
  .js-dynamic-form-controller .bl-forminput .bl-input-group .form-control {
    width: 100%;
  }
  .js-dynamic-form-controller .bl-forminput.bl-checkbox {
    margin-bottom: 25px;
  }
  .js-dynamic-form-controller .bl-forminput.bl-checkbox .bl-fake-checkbox {
    margin-right: 10px;
  }
  .js-dynamic-form-controller .bl-forminput.bl-checkbox .text-danger {
    position: absolute;
    top: 25px;
    width: 90vw;
  }
  .js-dynamic-form-controller .bl-fileinput .col-md-8 {
    width: 100%;
    display: block;
  }
  .js-dynamic-form-controller .bl-fileinput .col-md-8 .form-control {
    width: 100%;
  }
  .js-dynamic-form-controller .bl-textarea .col-md-8 {
    width: 100%;
  }
  .js-dynamic-form-controller .bl-textarea .form-control {
    width: 100%;
  }
}
@media (max-width: 676px) {
  .js-dynamic-form-controller .shipping-info > div {
    display: block;
    margin-bottom: 10px;
  }
  .js-dynamic-form-controller .shipping-info .value {
    margin-left: 15px;
  }
}
.form-container.non-logged {
  min-height: 349px;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
@font-face {
  font-family: "Open Sans";
  font-display: block;
  src: url("../Custom/font/OpenSans-Regular.eot");
  src: url("../Custom/font/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../Custom/font/OpenSans-Regular.woff2") format("woff2"), url("../Custom/font/OpenSans-Regular.woff") format("woff"), url("../Custom/font/OpenSans-Regular.ttf") format("truetype"), url("../Custom/font/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  font-display: block;
  src: url("../Custom/font/OpenSans-SemiBold.eot");
  src: url("../Custom/font/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../Custom/font/OpenSans-SemiBold.woff2") format("woff2"), url("../Custom/font/OpenSans-SemiBold.woff") format("woff"), url("../Custom/font/OpenSans-SemiBold.ttf") format("truetype"), url("../Custom/font/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  font-display: block;
  src: url("../Custom/font/OpenSans-Bold.eot");
  src: url("../Custom/font/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../Custom/font/OpenSans-Bold.woff2") format("woff2"), url("../Custom/font/OpenSans-Bold.woff") format("woff"), url("../Custom/font/OpenSans-Bold.ttf") format("truetype"), url("../Custom/font/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  font-display: block;
  src: url("../Custom/font/OpenSans-Italic.eot");
  src: url("../Custom/font/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../Custom/font/OpenSans-Italic.woff2") format("woff2"), url("../Custom/font/OpenSans-Italic.woff") format("woff"), url("../Custom/font/OpenSans-Italic.ttf") format("truetype"), url("../Custom/font/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
body {
  font-family: "Open Sans";
  font-size: 14px;
}

/*Rozlišení*/
/**/
body {
  font-family: "Open Sans";
  font-size: 14px;
  background-color: #ffffff;
  color: #000000;
  min-height: 100vh;
  position: relative;
}

h1 {
  font-weight: 700;
  font-size: 2.5em;
}

h2 {
  font-weight: 700;
  font-size: 2em;
}

h3 {
  font-weight: 400;
  font-size: 1.7em;
}

h4 {
  font-weight: 700;
  font-size: 1.5em;
  color: #333333;
}

a {
  cursor: pointer;
  transition: all 0.2s ease-out;
  outline: none;
  text-decoration: underline;
  max-width: 100%;
}
a:hover {
  color: #e61930;
}
a:focus {
  color: #000000;
}

body *::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background: white;
}

body *::-webkit-scrollbar-thumb {
  background-color: #91959f;
  border-radius: 4px;
}

.container {
  max-width: 1270px;
}

.layout-search-open body {
  overflow: hidden;
}

#LoginForm .control-label {
  width: 100%;
  text-align: left;
}
#LoginForm .bl-input-group {
  width: 100%;
}
#LoginForm .action-buttons button[type=submit].disabled {
  position: relative;
}
#LoginForm .action-buttons button[type=submit].disabled:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-radius: 50%;
  animation: rotate 1s cubic-bezier(0.1, 0.67, 0.74, 0.27) infinite;
  right: 10px;
  position: absolute;
}

.login-placeholder .login-second-step {
  padding-right: 20px;
}
.login-placeholder .login-second-step .button-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

#LoginModal .login-second-step .button-block {
  margin-top: 35px;
  padding-bottom: 35px;
}
#LoginModal .login-second-step .button-block .btn {
  margin: 0;
  width: 100%;
}
#LoginModal .login-second-step .button-block .btn:hover, #LoginModal .login-second-step .button-block .btn:focus {
  color: white;
  background-color: #e61930;
  border-color: #e61930;
  text-decoration: none;
}
#LoginModal .login-second-step .text-danger {
  position: relative;
  left: 0;
}
#LoginModal .login-second-step .btn-group {
  width: 100%;
}

.header .top-bar {
  border-bottom: 1px solid #e3e7f0;
}
.header .top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .top-bar .container > div {
  display: flex;
  align-items: center;
}
.header .top-bar .container > div .contacts,
.header .top-bar .container > div .dropdown,
.header .top-bar .container > div .phone-number,
.header .top-bar .container > div .login-placeholder {
  margin: 5px 25px;
  margin-left: 0;
  font-size: 13px;
}
.header .top-bar .container > div .phone-number {
  display: flex;
  align-items: center;
  font-weight: 700;
  padding-left: 20px;
  background-image: url("../Custom/img/phone-red-small.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .header .top-bar .container > div .phone-number {
    margin: 0;
    margin-top: 1px;
  }
}
.header .top-bar .container:before, .header .top-bar .container:after {
  content: none;
}
.header .top-bar .container .login-placeholder.basic, .header .top-bar .container .login-placeholder.pro, .header .top-bar .container .login-placeholder.elite {
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  line-height: 16px;
}
.header .top-bar .container .login-placeholder.basic {
  background-image: url("../Custom/img/gumex-plus/plus-basic.svg");
}
.header .top-bar .container .login-placeholder.pro {
  background-image: url("../Custom/img/gumex-plus/plus-pro.svg");
}
.header .top-bar .container .login-placeholder.elite {
  background-image: url("../Custom/img/gumex-plus/plus-elite.svg");
}
.header .top-bar .container .login-placeholder .logged-text {
  max-width: 120px;
  overflow: hidden;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .top-bar .container .login-placeholder .login-gumex-plus {
  padding-left: 24px;
  background-image: url("../Custom/img/gumex-plus/plus-basic.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 16px;
  line-height: 16px;
}
.header .top-bar .container .login-placeholder .login-gumex-plus.pro {
  background-image: url("../Custom/img/gumex-plus/plus-pro.svg");
}
.header .top-bar .container .login-placeholder .login-gumex-plus.elite {
  background-image: url("../Custom/img/gumex-plus/plus-elite.svg");
}
.header .top-bar .container .country-currency-switcher .bl-forminput {
  min-width: inherit;
  margin: 0;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-toggle {
  padding: 0;
  margin: 0;
  min-height: inherit;
  min-width: inherit;
  border: none;
  color: #000000;
  background-color: transparent;
  font-weight: 400;
  font-size: 13px;
  box-shadow: none;
  padding-right: 15px;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-toggle .caret {
  display: none;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-toggle:before, .header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-toggle:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 7px;
  top: 9px;
  right: 0;
  background-color: #000000;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-toggle:after {
  transform: rotate(45deg);
  right: 4px;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-menu {
  text-align: left;
  right: -5px;
  left: auto;
  top: calc(100% + 4px);
  margin-top: 0;
  border: none;
  border-radius: 2px;
  padding: 0;
  min-width: 130px;
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.369);
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-menu li {
  display: table-row;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-menu li a {
  padding: 18px 20px;
  color: #000000;
  font-size: 1em;
  line-height: 1;
  min-width: 130px;
  text-decoration: none;
  transition: none;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-menu li a:hover, .header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-menu li a:focus {
  background-color: inherit;
  text-decoration: none;
  background-color: #e61930;
  outline: none;
  color: white;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-menu li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group.open .dropdown-toggle:before {
  transform: rotate(45deg);
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group.open .dropdown-toggle:after {
  transform: rotate(-45deg);
}
.header .head-desktop {
  margin: 20px 0;
}
.header .head-desktop .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  z-index: 17;
}
.header .head-desktop .container:before, .header .head-desktop .container:after {
  content: none;
}
.header .head-desktop .container .logo-link {
  border-bottom: none;
}
.header .head-desktop .container .logo-link .logo {
  width: 180px;
}
.header .head-desktop .container .search-desktop {
  flex: 0 0 50%;
  position: relative;
}
.header .head-desktop .container .search-desktop .search-input-placeholder {
  position: relative;
}
.header .head-desktop .container .search-desktop .search-input-placeholder .search-icon {
  width: 18px;
  position: absolute;
  top: 19px;
  right: 26px;
  cursor: pointer;
}
.header .head-desktop .container .search-desktop input {
  border: 2px solid #000000;
  height: 56px;
  font-size: 1em;
  border-radius: 2px;
  padding-left: 18px;
}
.header .head-desktop .container .search-desktop input:hover {
  border: 2px solid #000000 !important;
}
.header .head-desktop .container .search-desktop input:focus {
  border-color: #e61930 !important;
}
.header .head-desktop .container .search-desktop .desktop-search-container {
  position: absolute;
  width: 100%;
  z-index: 18;
}
.header .head-desktop .container .cart-placeholder {
  border: 2px solid #e3e7f0;
  border-radius: 2px;
  width: 265px;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  transition: all 0.2s ease-out;
  font-size: 12px;
  position: relative;
  z-index: 18;
  text-decoration: none;
}
.header .head-desktop .container .cart-placeholder.none {
  border: none !important;
}
.header .head-desktop .container .cart-placeholder:hover {
  color: initial;
}
.header .head-desktop .container .cart-placeholder .cart-quantity {
  position: relative;
}
.header .head-desktop .container .cart-placeholder .cart-quantity__value {
  position: absolute;
  border-radius: 50%;
  background-color: #e61930;
  color: #ffffff;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  top: -5px;
  right: 0px;
  border: 2px solid #ffffff;
}
.header .head-desktop .container .cart-placeholder img {
  margin-right: 10px;
  width: 30px;
  min-width: 30px;
}
.header .head-desktop .container .cart-placeholder:hover {
  border-color: #e61930;
}
.header .head-desktop .container .cart-placeholder.active {
  font-size: 1em;
}
.header .head-desktop .container .cart-placeholder.active.hovered #cart-items-placeholder {
  display: block;
}
.header .head-desktop .container .cart-placeholder #cart-items-placeholder {
  display: none;
  position: absolute;
  top: calc(100% + 22px);
  right: -2px;
  background-color: #ffffff;
  z-index: 2;
  min-width: 610px;
  border: 3px solid #e61930;
  border-radius: 4px;
  box-shadow: 0px 4px 10px 0px rgba(51, 61, 76, 0.33);
}
.header .head-desktop .container .cart-placeholder #cart-items-placeholder:before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-left: 3px solid #e61930;
  border-top: 3px solid #e61930;
  position: absolute;
  top: -13px;
  right: 66px;
  transform: rotate(45deg);
  z-index: 0;
}
.header .head-desktop .container .cart-placeholder .cart-items {
  max-height: 50vh;
  overflow: auto;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder {
  max-width: 610px;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #e3e7f0;
  padding: 17px 0;
  padding-left: 10px;
  margin: 0 17px;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row img {
  max-width: 75px;
  width: auto;
  max-height: 50px;
  margin-right: 25px;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--name {
  font-weight: 600;
  overflow: hidden;
  max-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
  flex: 0 0 200px;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--amount {
  flex: 0 0 10%;
  text-align: right;
  white-space: nowrap;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--price {
  font-weight: 600;
  margin-right: 35px;
  flex: 0 0 85px;
  text-align: right;
  white-space: nowrap;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--remove {
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--remove:before, .header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--remove:after {
  content: "";
  position: absolute;
  background-color: #91959f;
  width: 3px;
  height: 15px;
  top: 5px;
  right: 11px;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--remove:after {
  transform: rotate(45deg);
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--remove:before {
  transform: rotate(-45deg);
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--remove:hover:before, .header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--remove:hover:after {
  background-color: #e61930;
}
.header .head-desktop .container .cart-placeholder .cart-items-description {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 40px;
}
.header .head-desktop .container .cart-placeholder .cart-items-description a {
  border: none;
  margin-bottom: 40px;
}
.header .head-desktop .container .cart-placeholder .cart-items-description p {
  margin-top: -15px;
  margin-bottom: 12px;
}
.header .head-desktop .layout-menu {
  background-color: #e61930;
  margin-top: 20px;
}
.header .head-desktop .layout-menu .container {
  position: relative;
}
.header .head-desktop .layout-menu .root-category {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 25px;
  color: white;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 60px;
  padding-right: 8px;
  width: 100%;
  filter: brightness(0) invert(1);
  font-size: 1em;
  font-weight: 600;
  z-index: 10;
  padding-bottom: 2px;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  border-bottom: 4px solid #e61930;
  background-color: #ffffff;
  transition: all 0.2s cubic-bezier(1, 1, 1, 1);
  margin: 0 15px;
  z-index: 3;
  cursor: auto;
  box-shadow: 0px 10px 15px 0px rgba(51, 61, 76, 0.23);
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .section-wrap {
  display: none;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .section-wrap.active {
  display: block;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 25px 50px 50px;
  border-bottom: 1px solid #e3e7f0;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-section.navigation {
  padding: 25px 50px;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-section__heading {
  width: 100%;
  text-transform: uppercase;
  font-size: 11px;
  color: #91959f;
  margin-bottom: 25px;
  font-weight: 600;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-section:last-of-type {
  border-bottom: none;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-item {
  display: flex;
  flex: 0 0 33%;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
  max-width: 410px;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-item a {
  text-decoration: none;
  cursor: pointer;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-item .sub-sub-category {
  font-weight: 400;
  font-size: 1em;
  margin-top: 3px;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-item .sub-sub-category a {
  text-decoration: none;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-item .sub-sub-category.other a {
  color: #e61930;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-item .sub-sub-category a:hover {
  color: #e61930;
  text-decoration: underline;
}
.header .head-desktop .layout-menu .root-category:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.header .head-desktop .layout-menu .root-category.hovered {
  background-color: white;
  border-top: 4px solid #e61930;
  color: #000000;
  filter: none;
}
.header .head-desktop .layout-menu .root-category.hovered .menu-placeholder {
  display: flex;
}
.header .menu-section .service-item {
  width: 33%;
  padding: 15px 15px 15px 0;
  display: flex;
  align-items: center;
  color: black;
  font-size: 18px;
  font-weight: 600;
}
.header .menu-section .service-item a {
  text-decoration: none;
}
.header .menu-section .service-item img {
  min-width: 20px;
  width: 20px;
  height: auto;
  object-fit: cover;
  margin-right: 10px;
}
.header .menu-section .service-item--count {
  color: white;
  font-size: 12px;
  margin-left: 15px;
  background-color: #e61930;
  border-radius: 20px;
  padding: 0 5px;
}

.breadcrumb {
  padding: 5px 0;
  margin-top: -15px;
  margin-bottom: 30px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 12px;
  color: #91959f;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #e61930;
  text-decoration: underline;
}
.breadcrumb a:focus {
  color: #e61930;
  text-decoration: underline;
}
.breadcrumb ul {
  margin-bottom: 0;
}
.breadcrumb ul > li:first-child {
  padding-left: 0;
}
.breadcrumb ul li:before {
  content: none;
}
.breadcrumb ul li:last-child {
  cursor: pointer;
}
.breadcrumb ul li:last-child:hover {
  color: #e61930;
  text-decoration: underline;
}
.breadcrumb .bc-arrow {
  padding: 0;
  pointer-events: none;
}

.head-mobile {
  position: relative;
  padding-bottom: 20px;
  box-shadow: 0px 11px 26px 0px rgba(0, 0, 0, 0.21);
}
.head-mobile .header-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 15px;
  padding-top: 18px;
}
.head-mobile .header-icons .logo-mobile a {
  border: none;
}
.head-mobile .header-icons .logo-mobile img {
  width: 170px;
}
.head-mobile .header-icons .icons-placeholder {
  display: flex;
  flex-wrap: wrap;
}
.head-mobile .header-icons .icons-placeholder a {
  border: none;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile {
  width: 56px;
  height: 56px;
  background-color: #e3e7f0;
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.search {
  background-image: url("../Custom/img/search-gray.png");
  background-size: 18px;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.user {
  background-image: url("../Custom/img/user-mobile-gray.png");
  background-size: 18px;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.info {
  background-image: url("../Custom/img/info-gray-small.png");
  background-size: 18px;
  position: relative;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.info > a {
  display: none;
  position: absolute;
  top: calc(100% + 18px);
  width: 98vw;
  max-width: 350px;
  right: -25px;
  background-color: #ffffff;
  border: 3px solid #e61930;
  border-radius: 4px;
  padding: 15px;
  z-index: 2;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.info:hover:after, .head-mobile .header-icons .icons-placeholder .icon-mobile.info.hover:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #ffffff;
  top: calc(100% + 6px);
  border: 3px solid #e61930;
  transform: rotate(45deg);
  border-bottom: none;
  border-right: none;
  z-index: 2;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.info:hover > a, .head-mobile .header-icons .icons-placeholder .icon-mobile.info.hover > a {
  display: block;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.cart-icon {
  background-image: url("../Custom/img/cart-icon.png");
  background-size: 18px;
  position: relative;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.cart-icon .cart-quantity {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #e61930;
  color: white;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 5px;
  top: 5px;
  border: 2px solid #e3e7f0;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu {
  background-color: #e61930;
  margin-right: 0;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  outline: none;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button .icon-wrap {
  width: 22px;
  height: 27px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button .icon-wrap div {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #ffffff;
  opacity: 1;
  left: 11px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 1px;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button .icon-wrap div:nth-child(1) {
  top: 6px;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button .icon-wrap div:nth-child(2), .head-mobile .header-icons .icons-placeholder .icon-mobile.menu button .icon-wrap div:nth-child(3) {
  top: 12px;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button .icon-wrap div:nth-child(4) {
  top: 18px;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button.op .icon-wrap div:nth-child(1), .head-mobile .header-icons .icons-placeholder .icon-mobile.menu button.op .icon-wrap div:nth-child(4) {
  top: 10px;
  left: 23px;
  width: 0%;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button.op .icon-wrap div:nth-child(2) {
  transform: rotate(45deg);
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button.op .icon-wrap div:nth-child(3) {
  transform: rotate(-45deg);
}

.quantity-changer-measure-unit {
  padding-right: 12px;
  color: #7F7F7F;
}
.quantity-changer-measure-unit span {
  display: inline-block;
  padding-top: 1px;
}

.icon-print {
  width: 30px;
  height: 30px;
  background-image: url("../Custom/img/printer.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.last-menu-item {
  border-right: 0px !important;
}

.terms-and-conditions {
  padding-top: 60px;
  padding-bottom: 100px;
}
.terms-and-conditions h2 {
  margin-bottom: 50px;
  text-align: center;
}
.terms-and-conditions .content {
  height: 400px;
  overflow-y: scroll;
}

.cookie-notification {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: none;
  text-align: center;
  max-width: 325px;
  background-color: #4b4c4c;
  color: #ffffff;
  padding: 15px 0;
  border-radius: 5px;
  z-index: 20;
}
.cookie-notification button {
  width: auto;
  padding: 6px 10px;
  margin: 0;
  min-height: inherit;
  min-width: inherit;
}
.cookie-notification button span {
  font-size: 13px;
  text-transform: none;
}
.cookie-notification.active {
  display: block;
}

input::-ms-clear {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.scroll-to-top {
  display: none;
  position: fixed;
  right: 70px;
  bottom: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0px 10px 57px 0px rgba(51, 61, 76, 0.15);
  background-color: rgba(145, 149, 159, 0.75);
  border-radius: 10px;
  z-index: 20;
  cursor: pointer;
}
.scroll-to-top div {
  width: 100%;
  height: 100%;
  position: relative;
}
.scroll-to-top div:before, .scroll-to-top div:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 15px;
  background-color: #000000;
  top: 17px;
}
.scroll-to-top div:before {
  transform: rotate(45deg);
  left: 18px;
}
.scroll-to-top div:after {
  transform: rotate(-45deg);
  left: 27px;
}
.scroll-to-top.visible {
  display: block;
}

.quantity-changer-input-wrapper .quantity-changer-input-wrap input {
  letter-spacing: 1px;
  padding-right: 28px;
}
.quantity-changer-input-wrapper .quantity-changer-minus .fa,
.quantity-changer-input-wrapper .quantity-changer-plus .fa {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  margin: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.quantity-changer-input-wrapper .quantity-changer-plus .fa {
  background-image: url("../Custom/img/icon-quantity-dark-plus.svg");
}
.quantity-changer-input-wrapper .quantity-changer-plus .fa:before, .quantity-changer-input-wrapper .quantity-changer-plus .fa:after {
  display: none;
  background-image: url("../Custom/img/icon-quantity-red-plus.svg");
  background-image: url("../Custom/img/icon-quantity-red-minus.svg");
}
.quantity-changer-input-wrapper .quantity-changer-plus.touched .fa {
  background-image: url("../Custom/img/icon-quantity-red-plus.svg");
}
@media (hover: hover) and (pointer: fine) {
  .quantity-changer-input-wrapper .quantity-changer-plus:hover .fa {
    background-image: url("../Custom/img/icon-quantity-red-plus.svg");
  }
}
.quantity-changer-input-wrapper .quantity-changer-minus .fa {
  background-image: url("../Custom/img/icon-quantity-dark-minus.svg");
}
.quantity-changer-input-wrapper .quantity-changer-minus.touched .fa {
  background-image: url("../Custom/img/icon-quantity-red-minus.svg");
}
@media (hover: hover) and (pointer: fine) {
  .quantity-changer-input-wrapper .quantity-changer-minus:hover .fa {
    background-image: url("../Custom/img/icon-quantity-red-minus.svg");
  }
}

.glyphicon-calendar {
  width: 16px;
  height: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../Custom/img/calendar-black.png");
}

.quantity-check {
  color: #039300;
  margin: 10px;
  width: 13px;
  height: 13px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../Custom/img/check-green.svg");
}

.price-percentage-sale {
  font-family: "ARCHIVO";
  background: #039300;
  border-radius: 12px;
  height: 24px;
  min-width: 48px;
  display: flex;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8px 0 5px;
}
.price-percentage-sale .left {
  background: rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.price-percentage-sale .left .percentage-icon {
  display: block;
  margin: auto auto;
  min-height: 100%;
  width: 8px;
  height: 8px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../Custom/img/icon-check-mark-white.png");
}
.price-percentage-sale .value {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 10px;
  text-align: right;
}
.price-percentage-sale.red .left .percentage-icon {
  background-image: url("../Custom/img/icon-arrow-down-white.png");
}

.status-placeholder .quantity-check {
  margin: 0px;
}

.ui-widget.ui-autocomplete {
  text-align: left;
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.369);
  border: none;
  border-radius: 2px;
}
.ui-widget.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  padding: 18px 20px;
}
.ui-widget.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #e61930;
  color: #ffffff;
  border: none;
  margin: 0;
}
.ui-widget.ui-autocomplete .ui-menu-item:last-child .ui-menu-item-wrapper, .ui-widget.ui-autocomplete .ui-menu-item:first-child .ui-menu-item-wrapper {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ui-widget.ui-autocomplete .ui-menu-item:first-child .ui-menu-item-wrapper {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

@media (max-width: 767px) {
  .scroll-to-top.visible {
    display: none;
  }
}
.disclamer a {
  font-weight: 600;
}

.description ul,
.product-description ul,
.catalogue-footer__text ul,
.career-detail-content ul {
  list-style-type: none;
  padding-left: 0;
}
.description ul li,
.product-description ul li,
.catalogue-footer__text ul li,
.career-detail-content ul li {
  padding-left: 15px;
  position: relative;
}
.description ul li:before,
.product-description ul li:before,
.catalogue-footer__text ul li:before,
.career-detail-content ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #999999;
  margin-left: -15px;
  position: absolute;
  top: 7px;
}
.description ul li ul li::before,
.product-description ul li ul li::before,
.catalogue-footer__text ul li ul li::before,
.career-detail-content ul li ul li::before {
  background: white;
  border: 1px solid #e61930;
}

@media (min-width: 1200px) {
  .fixed-top-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 100;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.35);
  }
  .head-desktop.menu {
    margin-top: 128px;
  }
  .static-menu .fixed-top-menu {
    position: relative;
  }
  .static-menu .fixed-top-menu .head-desktop {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
  .static-menu .head-desktop.menu {
    margin-top: 0px;
  }
  .static-menu .head-desktop.menu .layout-menu {
    margin-top: 0;
  }
  .cart-page .fixed-top-menu {
    box-shadow: none;
  }
}
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Archivo", sans-serif;
}

h1,
.h1 {
  line-height: 1.15;
}

.skeleton-wave {
  overflow: hidden;
  position: relative;
  display: block;
  /*background-color: rgba(0, 0, 0, 0.11);
  height: 1.2em;*/
  background: transparent;
  border-radius: 5px;
  color: transparent !important;
  user-select: none;
}
.skeleton-wave::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  border-radius: 5px;
  content: "";
  position: absolute;
  animation: skeleton-keyframes-wave 1.6s linear 0.5s infinite;
  transform: translateX(-100%);
  /*background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.04), transparent);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(58%, $white), color-stop(100%, $white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, $white 58%, $white 100%);  */
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 0.8) 29%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%);
}
.skeleton-wave:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgb(241, 243, 247);
  border-radius: 5px;
  z-index: 10;
  width: auto !important;
  height: auto !important;
  background-image: none !important;
}

@-webkit-keyframes skeleton-keyframes-wave {
  0% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.js-copy-to-clipboard-button {
  cursor: pointer;
}

.placeholder.with-info-block {
  position: relative;
}
.placeholder.with-info-block .left-menu {
  margin-top: 82px;
}
@media (max-width: 869px) {
  .placeholder.with-info-block .left-menu {
    margin-top: 62px;
  }
}
@media (min-width: 890px) {
  .placeholder.with-info-block .profile-info .profile-section-placeholder h1,
  .placeholder.with-info-block .profile-info .profile-info-wrapper-block h1 {
    margin-bottom: 41px !important;
  }
}
@media (min-width: 890px) {
  .placeholder.with-info-block .addresses h1 {
    margin-bottom: 41px !important;
  }
}

.customer-zone-info-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  color: #56585f;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 20px;
  padding: 0 25px;
  display: flex;
  align-items: center;
}
.customer-zone-info-block-title {
  padding-left: 15px;
}
.customer-zone-info-block .circle {
  border: 2px solid #e3e7f0;
  border-radius: 50%;
}
.customer-zone-info-block .icon {
  width: 42px;
  height: 42px;
}
.customer-zone-info-block .icon.person {
  background-image: url("../Custom/img/icon-person-red.svg");
  background-position: 50% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.show-product-price {
  color: #e52330;
  font-size: 14px;
  font-weight: normal !important;
  letter-spacing: 0px;
  line-height: 20px;
}

.stock-info-dot {
  height: 8px;
  width: 8px;
  min-width: 8px;
  background-color: #039300;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.stock-info-dot.color-red {
  background-color: #e61930;
}
.stock-info-dot.color-yellow {
  background-color: #ffa100;
}

.tooltip-question {
  cursor: pointer;
  position: relative;
}
.tooltip-question img {
  width: 16px;
}
.tooltip-question .tooltip-body {
  display: none;
  position: absolute;
  left: 15px;
  top: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #91959f;
  color: #000000;
  z-index: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 15px;
  width: 300px;
}
@media (max-width: 1199px) {
  .tooltip-question .tooltip-body {
    left: auto;
    right: 5px;
  }
}
@media (min-width: 768px) {
  .tooltip-question .tooltip-body {
    width: max-content;
  }
}
.tooltip-question:hover .tooltip-body {
  display: block;
}

#layout-pdf-preview-modal .modal-dialog {
  height: 100%;
  width: 80%;
}
#layout-pdf-preview-modal .modal-dialog .modal-content {
  height: 100%;
}
#layout-pdf-preview-modal .modal-dialog .modal-header {
  min-height: 0px;
  height: 0px;
}
#layout-pdf-preview-modal .modal-dialog .modal-header .close {
  position: absolute;
  right: -55px;
  top: 0px;
  z-index: 1;
}
#layout-pdf-preview-modal .modal-dialog .modal-body {
  height: 100%;
  padding-bottom: 0px;
}
#layout-pdf-preview-modal .modal-dialog .modal-body .modal-body-content {
  height: 100%;
}
#layout-pdf-preview-modal .modal-dialog .modal-body .modal-body-content embed {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

:lang(de) #Catalogue .root-category .placeholder {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1200px) {
  :lang(de) #Catalogue .root-category .placeholder {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  :lang(de) #Catalogue .root-category .placeholder {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 676px) {
  :lang(de) #Catalogue .root-category .placeholder {
    grid-template-columns: 1fr;
  }
  :lang(de) #Catalogue .root-category .placeholder .category {
    position: relative;
    padding: 15px 17px;
    flex-direction: row;
    min-height: unset;
  }
  :lang(de) #Catalogue .root-category .placeholder .category img {
    width: 20px;
    height: auto;
    max-height: 20px;
    margin-bottom: 0;
  }
  :lang(de) #Catalogue .root-category .placeholder .category h3 {
    font-size: 14px;
    padding: 0 0 0 12px;
    word-wrap: normal;
    text-align: left;
  }
}
:lang(de) .index-page .categories-grid .category-name h2 {
  max-width: 340px;
}
:lang(de) .index-page .categories-grid .category:hover .category-name__hover {
  width: 340px;
}
:lang(de) .header .head-desktop .layout-menu .root-category {
  height: 70px;
}
:lang(de) .index-page .text-center h1 {
  font-size: 2em;
}
@media (min-width: 992px) {
  :lang(de) .catalogue-block-products .categories a {
    flex: 0 0 calc(33.33% - 20px);
    width: initial;
  }
  :lang(de) .search-result-page .result-placeholder .results .category-section .category {
    flex: 0 0 calc(33.33% - 20px);
    width: initial;
    max-width: initial;
  }
}
:lang(de) .catalogue-block-products .categories .category {
  overflow-wrap: anywhere;
}
:lang(de) .product-block-placeholder .product-name {
  font-size: 1.2em !important;
}

.maintenance-in-progress {
  padding-top: 20px;
  color: #e61930;
  font-weight: 600;
}

.gumex-plus-level {
  width: 100%;
  height: 24px;
}
.gumex-plus-level .gumex-plus-content {
  background-image: linear-gradient(to right, #e6e9f1, #cdd1d9);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 4px 8px 4px 0px;
  display: flex;
  justify-content: space-between;
  font-family: Archivo;
  font-weight: bold;
  color: #e61930;
  align-items: center;
}
.gumex-plus-level .gumex-plus-content.pro {
  background-image: linear-gradient(to right, #e42330, #b81c26);
  color: #ffffff;
}
.gumex-plus-level .gumex-plus-content.elite {
  background-image: linear-gradient(to right, #842b62, #772758);
  color: #ffffff;
}
.gumex-plus-level .gumex-plus-content img {
  height: 24px;
}
.gumex-plus-level .gumex-plus-content .content-left {
  width: 28px;
  height: 100%;
  font-size: 16px;
  line-height: 100%;
  background-image: url("../Custom/img/gumex-plus/plus-default-basic.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.gumex-plus-level .gumex-plus-content .content-left.pro {
  background-color: #ba1d27;
  background-image: url("../Custom/img/gumex-plus/plus-default-pro.svg");
}
.gumex-plus-level .gumex-plus-content .content-left.elite {
  background-color: #6d2351;
  background-image: url("../Custom/img/gumex-plus/plus-default-elite.svg");
}
.gumex-plus-level .gumex-plus-content .content-right {
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin: auto 0px;
}

.btn,
.bl-button {
  min-width: 200px;
  min-height: 45px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #e61930;
  background-color: white;
  color: #e61930;
  font-size: 1em;
  font-weight: 600;
  padding: 12px 26px;
  outline: none;
  white-space: inherit;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 1px;
}
.btn.dropdown-toggle,
.bl-button.dropdown-toggle {
  letter-spacing: 0;
}
.btn.small,
.bl-button.small {
  min-width: 100px;
  font-size: 0.8em;
}
.btn > *,
.bl-button > * {
  color: #e61930;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.btn > *:focus,
.bl-button > *:focus {
  color: #e61930;
}
.btn img,
.bl-button img {
  width: 25px;
  margin-top: -5px;
  margin-right: 5px;
}
.btn:hover,
.bl-button:hover {
  color: #e61930;
}
.btn:hover > *,
.bl-button:hover > * {
  color: #e61930;
}
.btn:focus,
.bl-button:focus {
  color: #e61930;
  outline: none;
}
.btn--red,
.bl-button--red {
  background-color: #e61930;
  border-color: #e61930;
  color: #ffffff;
}
.btn--red > *,
.bl-button--red > * {
  color: #ffffff;
}
.btn--red > *:focus,
.bl-button--red > *:focus {
  color: #ffffff;
}
.btn--red:hover,
.bl-button--red:hover {
  color: #ffffff;
  background-color: #c41b26;
  border-color: #c41b26;
}
.btn--red:hover > *,
.bl-button--red:hover > * {
  color: #ffffff;
}
.btn--red:focus,
.bl-button--red:focus {
  color: #ffffff;
}
.btn--red:focus > *,
.bl-button--red:focus > * {
  color: #ffffff;
}
.btn--green,
.bl-button--green {
  background-color: #039300;
  border-color: #039300;
  color: #ffffff;
}
.btn--green > *,
.bl-button--green > * {
  color: #ffffff;
}
.btn--green > *:focus,
.bl-button--green > *:focus {
  color: #ffffff;
}
.btn--green:hover,
.bl-button--green:hover {
  background-color: #037a00;
  border-color: #037a00;
  color: #ffffff;
}
.btn--green:hover > *,
.bl-button--green:hover > * {
  color: #ffffff;
  border-color: #ffffff;
}
.btn--green:focus,
.bl-button--green:focus {
  color: #ffffff;
}
.btn--green-outline,
.bl-button--green-outline {
  background-color: transparent;
  border-color: #039300;
  color: #039300;
  border-width: 2px;
}
.btn--green-outline:hover,
.bl-button--green-outline:hover {
  background-color: #039300;
  border-color: #039300;
  color: #ffffff;
}
.btn--green-outline:hover > *,
.bl-button--green-outline:hover > * {
  color: #ffffff;
}
.btn.ares-btn,
.bl-button.ares-btn {
  height: 50px;
}
.btn.loading,
.bl-button.loading {
  position: relative;
  padding-right: 40px;
  pointer-events: none;
}
.btn.loading:after,
.bl-button.loading:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-radius: 50%;
  animation: rotate 1s cubic-bezier(0.1, 0.67, 0.74, 0.27) infinite;
  right: 10px;
  top: calc(50% - 10px);
  position: absolute;
}
.btn.loading.red:after,
.bl-button.loading.red:after {
  border-top-color: #e61930;
  border-left-color: #e61930;
}
.btn.show-next-page-products,
.bl-button.show-next-page-products {
  border-width: 2px;
}

.bl-button {
  background-color: #039300;
  border-color: #039300;
  color: #ffffff;
}
.bl-button:hover, .bl-button:focus {
  background-color: #037a00;
  border-color: #037a00;
  color: #ffffff;
}
.bl-button:hover span, .bl-button:focus span {
  border-color: #ffffff;
}

.bl-login-btn {
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: #247ed3;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0;
}
.bl-login-btn:hover, .bl-login-btn:focus, .bl-login-btn:active {
  background-color: #247ed3;
}

.register-button {
  border: 1px solid #247ed3;
  padding: 10px 15px;
  letter-spacing: 1px;
  color: #247ed3;
}
.register-button:hover, .register-button:focus, .register-button:active {
  text-decoration: none;
  color: #247ed3;
}

.register-link-button {
  background-color: #247ed3;
  color: white;
  width: 100%;
  margin-bottom: 15px;
}
.register-link-button:hover, .register-link-button:focus, .register-link-button:active {
  text-decoration: none;
  color: white;
}

.back-to-login-btn {
  background-color: #247ed3;
  color: white;
  width: 30%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  cursor: pointer;
}
.back-to-login-btn:hover, .back-to-login-btn:focus, .back-to-login-btn:active {
  text-decoration: none;
  color: white;
}

@keyframes BackgroundAnimation {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.desktop-hidden {
  display: none;
}

.landing-page {
  font-family: "Open Sans", "Archivo", sans-serif;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .landing-page .fixed-ie {
    position: fixed;
    background-color: white;
    width: 100%;
    top: 125px;
    z-index: 9;
  }
  .landing-page .fixed-ie hr {
    margin-bottom: 0px;
  }
}
.landing-page .title-font {
  font-family: "Archivo", "Open Sans", sans-serif;
}
.landing-page .container--small {
  max-width: 1060px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .container:before, .landing-page .container:after {
  content: none;
}
.landing-page .btn {
  font-size: 12px;
  font-weight: 600;
  font-family: "Open Sans";
  border-radius: 5px;
}
.landing-page hr {
  position: relative;
  width: 100vw;
  left: -50vw;
  margin-left: 50%;
  height: 0px;
  background-color: #e3e7f0;
}
.landing-page .section-scroller {
  padding-bottom: 24px;
}
.landing-page .section-scroller.fixed-ie {
  padding-bottom: 0px;
}
@media (max-width: 600px) {
  .landing-page .section-scroller {
    padding-bottom: 30px;
  }
  .landing-page .section-scroller.fixed-ie {
    padding-bottom: 0px;
  }
}

.redirect {
  display: flex;
  align-items: center;
  color: #56585f;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s ease;
}
.redirect:hover {
  text-decoration: none;
  color: #56585f;
  opacity: 0.7;
}
.redirect:after {
  content: "";
  background-image: url("../Custom/img/icon-dark-arrow-right.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  position: relative;
  margin-left: 14px;
  width: 16px;
  height: 16px;
}

.landing-subtitle {
  color: #91959f;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.25;
  padding-left: 24px;
  margin: 30px 0 24px 0;
}

.landing-show-more, .landing-services-show-more {
  margin-top: 40px;
  text-align: center;
}
.landing-show-more span, .landing-services-show-more span {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

.landing-intro {
  border-radius: 10px;
  background-color: #f6f7fa;
  overflow: hidden;
  margin-bottom: 60px;
}
.landing-intro__row {
  display: flex;
  max-height: 500px;
  align-items: stretch;
  position: relative;
}
.small .landing-intro__row {
  align-items: center;
  justify-content: space-between;
}
.landing-intro__bg {
  width: 52%;
  overflow: hidden;
  min-height: 430px;
  text-align: right;
}
.landing-intro__bg img {
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-intro__img {
  width: 48%;
  text-align: right;
}
.landing-intro__img img {
  max-width: 500px;
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 800px) {
  .landing-intro__img {
    margin: -15px -20px -15px 0px;
  }
}
.landing-intro__content {
  margin-top: auto;
}
.landing-intro__content h1 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
}
.landing-intro__content h2 {
  font-size: 35px;
  margin-bottom: 40px;
}
.landing-intro__content .subtitle {
  color: #56585f;
  font-size: 16px;
  line-height: 1.5;
}
.small .landing-intro__content {
  margin-top: 0;
}
.small .landing-intro__content h2 {
  margin-bottom: 15px;
}
.landing-intro__wrapper {
  display: flex;
  flex-direction: column;
  padding: 60px 0 60px 4%;
  width: 48%;
  align-items: flex-start;
}
.small .landing-intro__wrapper {
  align-items: center;
  flex-direction: row;
  padding: 0;
}
.landing-intro__logo {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 5;
}
.landing-intro.container {
  max-width: 1240px;
  padding: 0;
}
.landing-intro.small {
  padding: 15px 20px 15px 55px;
  margin-bottom: 35px;
}
.landing-intro.small .landing-intro__img {
  max-height: 256px;
}
@media (min-width: 801px) {
  .landing-intro .mobile-img {
    display: none;
  }
}
@media (max-width: 800px) {
  .landing-intro .desktop-img {
    display: none;
  }
}

.landing-tiles {
  margin-bottom: 80px;
}
.landing-tiles__items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.landing-tiles.favorites {
  display: block;
  margin-bottom: 30px;
}
.landing-tiles.favorites .lightSlider, .landing-tiles.favorites .lSSlideOuter, .landing-tiles.favorites .lSSlideWrapper {
  overflow: visible;
}
.landing-tiles.favorites .lSSlide {
  /*display: flex;*/
}
.landing-tiles.favorites .lSSlideWrapper {
  padding-bottom: 50px;
}
.landing-tiles.favorites .lSPager {
  display: flex;
  justify-content: center;
  position: relative;
  top: -10px;
  gap: 5px;
}
.landing-tiles.favorites .lSPager li {
  width: 10px;
  height: 10px;
  border: 1px solid #999999;
  transition: 0.3s ease;
  border-radius: 10px;
  padding: 0;
}
.landing-tiles.favorites .lSPager li.active {
  background-color: #56585f;
  border-color: #56585f;
}
.landing-tiles.favorites .lSPrev, .landing-tiles.favorites .lSNext {
  width: 35px;
  position: absolute;
  top: 100%;
  opacity: 1;
}
.landing-tiles.favorites .lSPrev:before, .landing-tiles.favorites .lSNext:before {
  background-image: url("../Custom/img/icon-dark-arrow-right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px solid #e3e7f0;
  height: 35px;
  width: 35px;
  transform: none;
  margin: 0;
  border-radius: 50px;
}
.landing-tiles.favorites .lSPrev:hover, .landing-tiles.favorites .lSNext:hover {
  opacity: 0.5;
}
.landing-tiles.favorites .lSNext {
  right: 0;
}
.landing-tiles.favorites .lSPrev {
  left: 0;
}
.landing-tiles.favorites .lSPrev:before {
  transform: rotateZ(180deg);
}
.landing-tiles__item {
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 4px 40px 0px rgba(51, 61, 76, 0.15);
}
.landing-tiles__item.collapsed {
  display: none;
}
.landing-tiles__img img {
  height: 218px;
  width: 100%;
  object-fit: cover;
}
.landing-tiles__tag {
  position: absolute;
  color: white;
  font-size: 11px;
  font-weight: bold;
  top: 24px;
  left: 24px;
  padding: 10px 15px;
  border-radius: 25px;
  text-transform: uppercase;
}
.landing-tiles__tag.recommended {
  background-color: #e61930;
}
.landing-tiles__tag.new {
  background-color: #ff9f07;
}
.landing-tiles__tag.sell-out {
  background-color: #247ed3;
}
.landing-tiles__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 24px;
  left: 24px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid rgb(227, 231, 240);
  background-color: white;
}
.landing-tiles__icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.landing-tiles__content {
  padding: 24px 24px 32px 24px;
}
.landing-tiles__title {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2em;
}
.favorites .landing-tiles__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  min-height: 4.4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.landing-tiles__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.landing-tiles__features ul {
  line-height: 15px;
  font-size: 12px;
  color: #000;
  padding-left: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.landing-tiles__features ul li {
  list-style-type: square;
}
.landing-tiles__features ul li::marker {
  color: #e61930;
  font-size: 1.2em;
}
.landing-tiles__features span {
  display: block;
  position: relative;
  padding-left: 18px;
  color: #56585f;
  font-size: 12px;
}
.landing-tiles__features span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 8px;
  border: 3px solid #039300;
  border-top: transparent;
  border-right: transparent;
  transform: rotateZ(-45deg);
  z-index: 2;
  border-radius: 1px;
}
.favorites .landing-tiles__features {
  gap: 5px;
}
.favorites .landing-tiles__features span {
  color: black;
  padding-left: 15px;
}
.favorites .landing-tiles__features span:before {
  transform: none;
  border: none;
  background-color: #e61930;
  height: 5px;
  width: 5px;
  border-radius: 0;
  top: 7px;
}

.landing-info__img {
  width: 50%;
  margin-right: 130px;
}
.landing-info__img img {
  max-width: 100%;
}
.landing-info__wrapper {
  display: flex;
  padding: 80px 0;
  justify-content: center;
}
@media (min-width: 600px) {
  .landing-info__wrapper.flipped {
    flex-direction: row-reverse;
  }
  .landing-info__wrapper.flipped .landing-info__img {
    margin-right: 0px;
    margin-left: 130px;
  }
}
.landing-info__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.landing-info__content p {
  color: #56585f;
  font-size: 16px;
}
.landing-info__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 24px;
}
.landing-info__features {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  gap: 12px;
  margin-bottom: 48px;
}
.landing-info__features span {
  display: block;
  position: relative;
  font-size: 14px;
  padding-left: 24px;
}
.landing-info__features span:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 8px;
  border: 3px solid #039300;
  border-top: transparent;
  border-right: transparent;
  transform: rotateZ(-45deg);
  z-index: 2;
  border-radius: 1px;
}
.landing-info__actions {
  display: flex;
  column-gap: 40px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.landing-info__actions .btn {
  min-width: unset;
}
.landing-info__actions .btn--green-outline {
  font-weight: 700;
  height: 45px;
}

.landing-help {
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 4px 40px 0px rgba(51, 61, 76, 0.15);
  background: white;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.landing-help__img {
  margin-left: 10px;
}
.landing-help__img img {
  border-radius: 100%;
  height: 144px;
  width: 144px;
  object-fit: cover;
  object-position: 50% 0%;
}
.landing-help__content {
  display: flex;
  flex-direction: column;
}
.landing-help__title {
  font-family: "Archivo", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 5px;
}
.landing-help__subtitle {
  color: #56585f;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.landing-help__links {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  column-gap: 40px;
  row-gap: 10px;
}
.landing-help__links a {
  display: flex;
  align-items: center;
  font-weight: bold;
  transition: 0.3s ease;
}
.landing-help__links a:hover {
  color: #e61930;
}
.landing-help__links a:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  position: relative;
  margin-right: 8px;
  height: 13px;
  width: 13px;
}
.landing-help__links .phone {
  /*text-decoration: none;*/
}
.landing-help__links .phone:before {
  background-image: url("../Custom/img/phone-red-small.png");
}
.landing-help__links .mail:before {
  background-image: url("../Custom/img/mail-red-small.svg");
}
.landing-help__links .places:before {
  background-image: url("../Custom/img/department-red-small.png");
}

.landing-tip {
  padding: 40px;
  border-radius: 10px;
  background: rgba(227, 231, 240, 0.2);
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.landing-tip__heading {
  color: #91959f;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.landing-tip__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.landing-tip__content p {
  color: #56585f;
  font-size: 16px;
  margin: 0;
}
.landing-tip__content a {
  margin-left: 10px;
  min-width: unset;
  white-space: nowrap;
}
.landing-tip__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.landing-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 60px;
  padding: 0 60px;
}
.landing-features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  margin-bottom: 20px;
  max-width: 150px;
}
.landing-features__item--icon {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid #e3e7f0;
  margin-bottom: 20px;
}
.landing-features__item--icon::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 7px;
  border: 3px solid #039300;
  border-top: transparent;
  border-right: transparent;
  transform: rotateZ(-40deg);
  z-index: 2;
  border-radius: 1px;
}
.landing-features__item--icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  z-index: 1;
}
.landing-features__item--icon img {
  max-width: 28px;
  max-height: 28px;
  object-fit: cover;
}
.landing-features__item--content {
  text-align: center;
}
.landing-features__item--content p {
  font-size: 14px;
  color: #56585f;
  font-weight: 500;
  margin-bottom: 0;
}

.landing-submenu {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin: 32px auto;
  padding: 0 25px;
}
.landing-submenu__active {
  display: flex;
  color: #e61930;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
}
.landing-submenu__active img {
  margin-right: 10px;
}
.landing-submenu a {
  transition: 0.3s ease;
  text-decoration: none;
  font-size: 13px;
}
.landing-submenu a:hover {
  color: #e61930;
}
.landing-submenu__content {
  display: flex;
  flex-grow: 1;
  gap: 40px;
  justify-content: center;
}
.landing-submenu__support {
  font-weight: bold;
  text-align: right;
}

.landing-services {
  padding-top: 80px;
  padding-bottom: 80px;
}
.landing-services__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
  max-width: 50%;
  margin-bottom: 24px;
}
.landing-services__subtitle {
  color: #56585f;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 48px;
}
.landing-services__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 40px;
}
.landing-services__items .collapsed {
  display: none;
}
.landing-services__items .service {
  display: flex;
  position: relative;
  padding: 25px;
  justify-content: space-between;
  transition: 0.3s ease;
  box-shadow: 0px 4px 18px 0px rgba(51, 61, 76, 0.2);
  text-decoration: none;
}
.landing-services__items .service.collapsed {
  display: none;
}
.landing-services__items .service__title {
  max-width: 50%;
  font-size: 21px;
  line-height: 1.2;
}
.landing-services__items .service__img img {
  height: 172px;
  width: 172px;
  object-fit: cover;
}
.landing-services__items .service__link {
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-weight: bold;
  text-decoration: underline;
}
.landing-services__items .service:hover {
  color: #e61930;
}
.landing-services__more {
  font-weight: bold;
  text-align: center;
}

.landing-submenu-empty-block {
  height: 109px;
}

.landing-advantages {
  margin-top: 80px;
}
.landing-advantages__section {
  display: flex;
  align-items: center;
  margin: 0 auto 120px auto;
  padding: 0 60px;
}
.landing-advantages__section--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 0 20px 0 20px;
  font-size: 16px;
}
.landing-advantages__section--content h2 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.25;
}
.landing-advantages__section--content p {
  color: #56585f;
  margin-bottom: 40px;
}
.landing-advantages__section--image {
  width: 50%;
  overflow: hidden;
  text-align: right;
}
.landing-advantages__section--image img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.landing-advantages__section--image.small img {
  max-width: 397px;
}
@media (max-width: 600px) {
  .landing-advantages__section .landing-advantages__section--image {
    text-align: center;
  }
}
@media (min-width: 600px) {
  .landing-advantages__section.flipped {
    flex-direction: row-reverse;
  }
  .landing-advantages__section.flipped .landing-advantages__section--content {
    padding: 0 0 0 40px;
  }
  .landing-advantages__section.flipped .landing-advantages__section--image {
    padding: 0 40px 0 0;
    text-align: left;
  }
}

.landing-faq {
  margin: 0 auto 80px auto;
}
.landing-faq__item {
  width: 100%;
  padding: 30px 50px 30px 30px;
  cursor: pointer;
  position: relative;
  border-top: 1px solid rgba(86, 88, 95, 0.2);
}
.landing-faq__item.collapse {
  display: block;
}
.landing-faq__item.not-related {
  border-top: none;
}
.landing-faq__item.not-related .list-unstyled {
  display: flex;
}
.landing-faq__item:last-of-type {
  border-bottom: 1px solid rgba(86, 88, 95, 0.2);
}
.landing-faq__item--heading h2 {
  font-size: 16px;
  margin: 0;
}
.landing-faq__item--heading:after, .landing-faq__item--heading:before {
  content: "";
  height: 2px;
  width: 14px;
  position: absolute;
  right: 30px;
  top: calc(1.75rem + 19px);
  background-color: #56585f;
  transition: 0.25s ease;
}
.landing-faq__item--heading:before {
  transform: rotateZ(90deg);
}
.collapse .landing-faq__item--heading:before {
  transform: rotateZ(0deg);
}
.landing-faq__item--content {
  display: none;
}
.landing-faq__item--content p {
  color: #91959f;
  font-size: 14px;
  margin-top: 15px;
}

.landing-banner {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 80px;
}
.landing-banner__note {
  align-self: flex-end;
  margin-right: 25px;
  color: #91959f;
  font-size: 12px;
  margin-top: 15px;
}

.demand-cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px;
  background-color: #f9fafc;
  border-radius: 10px;
}
.demand-cta__icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  padding: 11px;
  box-shadow: 0 4px 40px 0 rgba(51, 61, 76, 0.15);
}
.demand-cta__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.demand-cta__body {
  display: flex;
  flex-direction: column;
}
.demand-cta__body h2 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0;
  padding-right: 20px;
}
.demand-cta__body--features {
  display: flex;
  flex-wrap: wrap;
}
.demand-cta__body--feature {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 25px;
  color: #91959f;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
.demand-cta__body--feature p {
  margin: 0;
}
.demand-cta__body--feature:before {
  content: "";
  position: relative;
  top: -2px;
  width: 10px;
  height: 7px;
  border: 3px solid #039300;
  border-top: transparent;
  border-right: transparent;
  transform: rotateZ(-45deg);
  z-index: 2;
  border-radius: 1px;
  margin-right: 10px;
}
.demand-cta__button {
  margin-left: auto;
  font-size: 14px;
}
.demand-cta__button.outline {
  border-width: 2px;
  background: transparent;
  color: #039300;
}
.demand-cta__button.outline:hover {
  background: #039300;
  color: #ffffff;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-80 {
  margin-bottom: 80px;
}

@media (max-width: 1100px) {
  .landing-submenu__content {
    gap: 20px;
    text-align: center;
  }
  .landing-tiles__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .landing-info__wrapper {
    padding: 60px 35px;
  }
  .container--small {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 1000px) {
  .landing-advantages {
    padding: 0 10px;
  }
  .landing-advantages__section--content h2 {
    padding-right: 0;
    font-size: 20px;
  }
  .landing-advantages__section--image.small img {
    max-width: 100%;
  }
  .landing-features {
    padding: 0 10px;
  }
}
@media (max-width: 900px) {
  .landing-services .landing-services__items {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media (max-width: 800px) {
  .landing-subtitle {
    padding-left: 0;
  }
  .landing-intro {
    border-radius: 0;
    margin-bottom: 40px;
  }
  .landing-intro__row {
    flex-direction: column-reverse;
    position: relative;
    max-height: unset;
  }
  .landing-intro__bg {
    width: 100%;
    min-height: 300px;
    overflow: visible;
  }
  .landing-intro__bg img {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 70%);
  }
  .landing-intro__wrapper {
    position: relative;
    width: 100%;
    padding: 0 20% 0 35px;
    top: -40px;
  }
  .small .landing-intro__wrapper {
    top: 0;
  }
  .landing-intro__content h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .landing-intro__logo {
    width: 50px;
    left: 35px;
  }
  .landing-intro__logo img {
    width: 100%;
  }
  .landing-intro__img {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .landing-intro.small {
    padding: 35px 35px 40px;
  }
  .landing-submenu {
    flex-direction: column;
    align-items: flex-start;
    margin: 40px 0;
  }
  .landing-submenu__active {
    margin-bottom: 30px;
  }
  .landing-submenu__content {
    flex-direction: column;
    text-align: left;
    margin-bottom: 24px;
  }
  .landing-features {
    margin-bottom: 40px;
  }
  .landing-features__item--content {
    padding: 0 10px;
  }
  .landing-advantages__section {
    padding: 0;
  }
  .landing-advantages__section--content {
    font-size: 14px;
  }
  .landing-faq, .landing-submenu, .landing-advantages, .landing-banner, .landing-features {
    padding: 0 35px;
  }
  .demand-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .demand-cta__icon {
    margin-bottom: 10px;
  }
  .demand-cta__body {
    width: 100%;
  }
  .demand-cta__body h2 {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .demand-cta__body--features {
    gap: 10px;
    margin-bottom: 20px;
  }
  .demand-cta__button {
    margin-left: 0;
    margin-top: 25px;
  }
  .landing-tiles {
    padding: 0 35px;
  }
  .landing-tiles__items {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .recommended .landing-tiles__features {
    display: none;
  }
  .landing-tiles.favorites {
    padding: 0 60px;
  }
  .landing-tiles.favorites .landing-subtitle {
    margin-left: -25px;
  }
  .landing-tip {
    padding: 24px;
  }
  .landing-tip__heading {
    margin-bottom: 24px;
  }
  .landing-tip__title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .landing-tip__content {
    flex-direction: column;
    align-items: flex-start;
  }
  .landing-tip__content a {
    width: 100%;
  }
  .landing-tip__content p {
    font-size: 14px;
  }
  .landing-tip__text {
    margin-bottom: 40px;
  }
  .landing-services__title {
    max-width: unset;
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .landing-info__wrapper {
    padding: 40px 35px;
    flex-direction: column;
  }
  .landing-info__wrapper .landing-info__img {
    text-align: center;
  }
  .landing-info__img {
    margin-bottom: 35px;
    width: 100%;
  }
  .landing-info__img img {
    max-height: 240px;
  }
  .landing-info__content {
    width: 100%;
  }
  .landing-info__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .landing-info__actions {
    text-align: center;
  }
  .landing-info__actions a {
    width: 100%;
  }
  .landing-info__features span {
    font-size: 12px;
  }
  .landing-help {
    flex-direction: column-reverse;
    padding: 24px 0 0;
    text-align: center;
  }
  .landing-help__title {
    font-size: 20px;
  }
  .landing-help__img {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .landing-help__img img {
    height: 96px;
    width: 96px;
  }
  .landing-help__subtitle {
    padding: 0 50px;
    font-size: 14px;
  }
  .landing-help__links {
    flex-direction: column;
    text-align: left;
    row-gap: 0;
  }
  .landing-help__links a {
    width: 100%;
    padding: 16px 24px;
    border-top: 1px solid #e3e7f0;
  }
  .redirect {
    justify-content: center;
  }
  .landing-page .container--small {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 600px) {
  .desktop-hidden {
    display: block;
  }
  .desktop-hiddenhr {
    margin-bottom: 20px;
  }
  .landing-tiles__title {
    font-size: 14px;
  }
  .recommended .landing-tiles__title {
    margin-bottom: 0;
  }
  .favorites .landing-tiles__title {
    font-size: 14px;
  }
  .landing-tiles__icon {
    top: 16px;
    left: 16px;
  }
  .recommended .landing-tiles__img img {
    height: 162px;
  }
  .landing-tiles.favorites .lSPrev {
    left: -25px;
  }
  .landing-tiles.favorites .lSNext {
    right: -25px;
  }
  .recommended .landing-tiles__content {
    padding: 16px;
  }
  .landing-services {
    padding-top: 40px;
  }
  .landing-services__items .service {
    flex-direction: column;
  }
  .landing-services__items .service__title {
    width: 100%;
    max-width: unset;
    margin-bottom: 24px;
  }
  .landing-services__items .service__link {
    display: none;
  }
  .landing-features {
    flex-direction: column;
  }
  .landing-features__item {
    flex-direction: row;
    width: 100%;
    max-width: unset;
  }
  .landing-features__item--icon {
    min-width: 64px;
    width: 64px;
    height: 64px;
    margin-bottom: 0;
  }
  .landing-features__item--content {
    text-align: left;
  }
  .landing-advantages {
    margin-top: 20px;
  }
  .landing-advantages__section {
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }
  .landing-advantages__section.flipped .landing-advantages__section--content, .landing-advantages__section.flipped .landing-advantages__section--image {
    padding: 0;
  }
  .landing-advantages__section--content {
    text-align: center;
    padding: 0;
    align-items: center;
    width: 100%;
  }
  .landing-advantages__section--content p {
    margin-bottom: 35px;
  }
  .landing-advantages__section--image {
    padding: 0;
    margin-bottom: 40px;
    width: 100%;
    max-width: 300px;
  }
  .landing-faq__item {
    padding: 16px 20px 16px 0;
  }
  .landing-faq__item--heading h2 {
    line-height: 18px;
    font-weight: 500;
  }
  .landing-faq__item--heading::before, .landing-faq__item--heading::after {
    right: 0;
    top: 23px;
  }
  .landing-faq__item--content p {
    font-size: 12px;
    line-height: 1.3;
  }
  .landing-faq.mb-120 {
    margin-bottom: 80px;
  }
  .demand-cta__body .headline {
    font-size: 14px;
  }
  .demand-cta__button {
    width: 100%;
  }
  hr {
    margin-bottom: 40px;
  }
  hr.mb-80 {
    margin-bottom: 40px;
  }
  .landing-help {
    margin-bottom: 40px;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.footer {
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover {
  color: white;
}
.footer a:focus {
  color: white;
  text-decoration: none;
}
.footer .light-section {
  background-color: #252a37;
}
.footer .dark-section {
  background-color: #1f242f;
}
.footer-sections {
  display: flex;
  padding: 43px 0;
}
.footer-sections__company-info {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  flex: 0 0 32%;
  border-right: 2px solid rgba(145, 149, 159, 0.5);
  margin-right: 35px;
}
.footer-sections__company-info .mobile-logo {
  display: none;
}
.footer-sections__company-info a {
  font-weight: 600;
  text-decoration: underline;
}
.footer-sections__company-info-placeholder > * {
  background-position: left center;
  background-size: 16px;
  background-repeat: no-repeat;
  padding-left: 23px;
}
.footer-sections__company-info img {
  width: 160px;
  padding-left: 0;
  margin-bottom: 35px;
}
.footer-sections__company-info--phone {
  background-image: url("../Custom/img/phone-red-small.png");
  margin-bottom: 17px;
  font-size: 19px;
  background-position: left 4px;
}
.footer-sections__company-info--phone a {
  text-decoration: none;
  font-family: "Archivo", sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 20px;
}
.footer-sections__company-info--mail {
  background-image: url("../Custom/img/mail-red-small.svg");
  margin-bottom: 23px;
}
.footer-sections__sections {
  flex: 0 0 55%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-sections__sections .section p {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 12px;
}
.footer-sections__sections .section-item {
  margin-bottom: 7px;
}
.footer-sections__sections .section-item:last-child {
  margin-bottom: 0;
}
.footer-newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 135px;
}
.footer-newsletter a {
  text-decoration: underline;
}
.footer-newsletter__links {
  display: flex;
  align-items: center;
}
.footer-newsletter__links img {
  width: 60px;
  margin-left: 40px;
}
.footer-newsletter__links .link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  min-width: 100px;
  color: #ffffff;
  background-color: #252a37;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 10px;
  text-decoration: none;
}
.footer-newsletter__links .link-btn:hover span {
  text-decoration: underline;
}
.footer-newsletter .gopay-logo {
  width: 76px;
}
.footer-newsletter .visa-logo {
  width: 50px;
  height: 50px;
}
.footer-newsletter .master-card-logo {
  width: 117px;
  height: 20px;
}
.footer-newsletter__left {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer-newsletter__left {
    flex-wrap: wrap;
  }
}
.footer .disclamers {
  padding: 18px 15px;
}
.footer .disclamers p {
  font-size: 11px;
  color: #91959f;
}
.footer .disclamers span {
  font-size: 12px;
}
.footer .disclamers-placeholder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .disclamers-placeholder .disclamers-links {
  flex: 0 0 35%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.footer .disclamers-placeholder .disclamers-links a {
  border-color: #ffffff;
  text-decoration: underline;
}
.footer .disclamers-placeholder .disclamers-links .divider {
  border-right: 2px solid rgba(145, 149, 159, 0.5);
  height: 25px;
  display: none;
}

.social-media-wrapper {
  display: flex;
  align-items: center;
  margin-left: 28px;
}
@media (max-width: 1199px) {
  .social-media-wrapper {
    margin-left: -12px;
    margin-top: 35px;
  }
}
.social-media-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-left: 12px;
  margin-right: 12px;
}
.social-media-block img {
  max-width: 100%;
  max-height: 100%;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
@media (max-width: 1199px) {
  .footer-sections {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .footer-sections__company-info {
    flex: 0 0 100%;
    margin: 0;
    border: none;
    margin-top: 55px;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-sections__company-info--logo {
    flex: 0 0 100%;
    max-width: 405px;
  }
  .footer-sections__company-info-placeholder {
    flex: 0 0 100%;
    max-width: 405px;
    position: relative;
    margin-bottom: 5px;
  }
  .footer-sections__company-info-placeholder .hide-desktop {
    position: relative;
    top: 0;
    right: 0px;
    margin-bottom: 0;
  }
  .footer-sections__company-info .hide-desktop {
    width: 90px;
    padding: 10px 0px;
  }
  .footer-sections__company-info .hide-desktop img {
    width: 90px;
    margin-bottom: 0px;
  }
  .footer-sections__company-info--logo, .footer-sections__company-info--contact, .footer-sections__company-info-placeholder {
    max-width: 590px;
  }
  .footer-sections__company-info--logo, .footer-sections__company-info--contact {
    padding: 0 20px;
  }
  .footer-sections__company-info--phone, .footer-sections__company-info--mail {
    margin-left: 20px;
  }
  .footer-sections__company-info .mobile-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 0px;
    flex: 0 0 100%;
    max-width: 590px;
    padding: 0 20px;
  }
  .footer-sections__company-info img {
    width: 160px;
    padding-left: 0;
    margin-bottom: 0;
  }
  .footer-sections__company-info .gopay-logo {
    width: 76px;
  }
  .footer-sections__company-info .visa-logo {
    width: 50px;
  }
  .footer-sections__company-info .master-card-logo {
    width: 73px;
  }
  .footer-sections__company-info--contact {
    flex: 0 0 100%;
    max-width: 405px;
  }
  .footer-sections__company-info--phone {
    margin-bottom: 15px;
    margin-top: 35px;
  }
  .footer-sections__company-info--mail {
    margin-bottom: 30px;
  }
  .footer-sections__sections {
    flex: 0 0 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-sections__sections .section {
    flex: 0 0 100%;
    max-width: 405px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 20px;
    max-height: 55px;
    transition: all 0.2s cubic-bezier(1, 1, 1, 1);
    position: relative;
    overflow: hidden;
  }
  .footer-sections__sections .section:before, .footer-sections__sections .section:after {
    content: "";
    position: absolute;
    background-color: #91959f;
    width: 3px;
    height: 10px;
    transition: all 0.2s ease-in;
  }
  .footer-sections__sections .section:before {
    top: 20px;
    right: 20px;
    transform: rotate(45deg);
  }
  .footer-sections__sections .section:after {
    top: 20px;
    right: 25px;
    transform: rotate(-45deg);
  }
  .footer-sections__sections .section p {
    font-size: 1em;
    margin: 20px 0;
    line-height: 18px;
    padding-right: 35px;
  }
  .footer-sections__sections .section-item {
    margin: 30px 0;
  }
  .footer-sections__sections .section-item:last-child {
    margin-bottom: 30px;
  }
  .footer-sections__sections .section.selected {
    max-height: 500px;
    background-color: #1f242f;
  }
  .footer-sections__sections .section.selected:before {
    transform: rotate(-45deg);
  }
  .footer-sections__sections .section.selected:after {
    transform: rotate(45deg);
  }
  .footer-newsletter {
    flex-wrap: wrap-reverse;
    flex: 0 0 100%;
    max-width: 590px;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer-newsletter__links {
    flex-wrap: wrap;
    flex: 0 0 100%;
    flex-flow: column;
    margin-top: 25px;
    margin-bottom: 30px;
    display: none;
  }
  .footer-newsletter__links .link-btn {
    flex: 0 0 100%;
    width: 100%;
    max-width: 590px;
    font-size: 12px;
    margin: 13px 0;
    padding: 12px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
  }
  .footer .disclamers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .footer .disclamers > p {
    order: 2;
    flex: 0 0 100%;
    max-width: 590px;
  }
  .footer .disclamers-placeholder {
    order: 1;
    flex-wrap: wrap;
    flex: 0 0 100%;
    justify-content: center;
  }
  .footer .disclamers-placeholder .disclamers-links {
    flex-flow: column;
    align-items: flex-start;
    flex: 0 0 100%;
    max-width: 590px;
    margin-bottom: 20px;
  }
  .footer .disclamers-placeholder .disclamers-links a {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .footer .disclamers-placeholder .disclamers-links .divider {
    display: none;
  }
  .footer .disclamers .hide-desktop {
    order: 3;
    flex: 0 0 100%;
    max-width: 590px;
    margin-top: 25px;
  }
  .social-media-logo {
    height: 55px !important;
    width: auto !important;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .footer-sections__sections .section {
    max-width: 590px;
  }
  .footer-sections__company-info--logo, .footer-sections__company-info--contact, .footer-sections__company-info-placeholder {
    max-width: 590px;
  }
  .footer-sections__company-info--logo, .footer-sections__company-info--contact {
    padding: 0 20px;
  }
  .footer-sections__company-info--phone, .footer-sections__company-info--mail {
    margin-left: 20px;
  }
  .footer-sections__company-info .mobile-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 35px;
    flex: 0 0 100%;
    max-width: 590px;
    padding: 0 20px;
  }
  .footer .disclamers > p, .footer .disclamers .disclamers-links, .footer .disclamers .hide-desktop {
    max-width: 590px;
  }
}
@media (max-width: 767px) {
  .footer-sections__company-info--logo {
    flex: 0 0 100%;
    max-width: 590px;
  }
  .footer-sections__company-info-placeholder {
    flex: 0 0 100%;
    max-width: 590px;
    position: relative;
    margin-bottom: 25px;
  }
  .footer-sections__company-info--logo, .footer-sections__company-info--contact, .footer-sections__company-info-placeholder {
    max-width: 590px;
  }
  .footer-sections__company-info--logo, .footer-sections__company-info--contact {
    padding: 0 20px;
  }
  .footer-sections__company-info--phone, .footer-sections__company-info--mail {
    margin-left: 20px;
  }
  .footer-sections__company-info .mobile-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 35px;
    flex: 0 0 100%;
    max-width: 590px;
    padding: 0 20px;
  }
  .footer-sections__company-info img {
    width: 160px;
    padding-left: 0;
    margin-bottom: 0;
  }
  .footer-sections__company-info .gopay-logo {
    width: 76px;
  }
  .footer-sections__company-info .visa-logo {
    width: 55px;
  }
  .footer-sections__company-info .master-card-logo {
    width: 117px;
    height: 20px;
  }
  .footer-sections__company-info--contact {
    flex: 0 0 100%;
    max-width: 590px;
  }
  .footer-sections__company-info--phone {
    margin-bottom: 15px;
  }
  .footer-sections__sections .section {
    flex: 0 0 100%;
    max-width: 590px;
  }
  .footer {
    /*&-newsletter {
        flex-wrap: wrap-reverse;

        &__links {
            flex-wrap: wrap;
            flex: 0 0 100%;
            flex-flow: column;
            margin-top: 25px;

            .link-btn {
                flex: 0 0 100%;
                width: 100%;
                max-width: 285px;
                font-size: 1em;
                margin: 13px 0;
                padding: 10px 0;
            }
        }
    }

    .disclamers {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

        & > p {
            order: 2;
            flex: 0 0 100%;
            max-width: 405px;
            font-size: 16px;
        }

        &-placeholder {
            order: 1;
            flex-wrap: wrap;
            flex: 0 0 100%;
            justify-content: center;

            .disclamers-links {
                flex-flow: column;
                align-items: flex-start;
                flex: 0 0 100%;
                max-width: 405px;

                a {
                    font-size: 1em;
                    margin-bottom: 30px;
                }

                .divider {
                    display: none;
                }
            }
        }

        .hide-desktop {
            order: 3;
            flex: 0 0 100%;
            max-width: 405px;
            font-size: 15px;
            margin-top: 25px;
        }
    }*/
  }
}
@media (max-width: 350px) {
  .footer-sections__company-info-placeholder .hide-desktop {
    position: relative;
    margin-top: 10px;
    margin-left: 25px;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.index-de-en h3 {
  font-weight: 700;
}
.index-de-en ul {
  list-style-type: none;
  padding-left: 0;
}
.index-de-en ul li {
  padding-left: 15px;
  position: relative;
}
.index-de-en ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #e61930;
  margin-left: -15px;
  position: absolute;
  top: 8px;
}
.index-de-en ul li ul li::before {
  background: white;
  border: 1px solid #e61930;
}
.index-de-en .header {
  background-color: #e61930;
  color: white;
  position: relative;
}
.index-de-en .header .menu-placeholder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-de-en .header .menu-placeholder > div {
  display: flex;
  align-items: center;
}
.index-de-en .header .menu-placeholder > div .menu-item {
  padding: 16px 0;
  font-weight: 600;
  border-left: 1px solid #ee5e6f;
  width: 206px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.index-de-en .header .menu-placeholder > div .menu-item:last-child {
  border-right: 1px solid #ee5e6f;
}
.index-de-en .header .menu-placeholder .country-currency-switcher .bl-forminput {
  min-width: inherit;
  margin: 0;
}
.index-de-en .header .menu-placeholder .country-currency-switcher .bl-forminput .dropdown-toggle {
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 16px 0;
  color: white;
  min-height: inherit;
  min-width: inherit;
  width: 206px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-right: 1px solid #ee5e6f;
  border-left: 1px solid #ee5e6f;
  box-shadow: none;
}
.index-de-en .header .menu-placeholder .country-currency-switcher .bl-forminput .dropdown-toggle .caret {
  display: none;
}
.index-de-en .header .menu-placeholder .country-currency-switcher .bl-forminput .dropdown-toggle:before, .index-de-en .header .menu-placeholder .country-currency-switcher .bl-forminput .dropdown-toggle:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: white;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
  right: 30px;
  top: 20px;
}
.index-de-en .header .menu-placeholder .country-currency-switcher .bl-forminput .dropdown-toggle:after {
  transform: rotate(-45deg);
  right: 36px;
}
.index-de-en .header .menu-placeholder .country-currency-switcher .bl-forminput .open .dropdown-toggle:before {
  transform: rotate(-45deg);
}
.index-de-en .header .menu-placeholder .country-currency-switcher .bl-forminput .open .dropdown-toggle:after {
  transform: rotate(45deg);
}
.index-de-en .header .menu-placeholder .country-currency-switcher .bl-forminput .dropdown-menu {
  text-align: left;
  right: 0;
  left: auto;
  top: 100%;
  margin-top: 0;
  border-radius: 2px;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.369);
}
.index-de-en .header .menu-placeholder .country-currency-switcher .bl-forminput .dropdown-menu li {
  padding: 0;
}
.index-de-en .header .menu-placeholder .country-currency-switcher .bl-forminput .dropdown-menu li:before {
  content: none;
}
.index-de-en .header .menu-placeholder .country-currency-switcher .bl-forminput .dropdown-menu li a {
  padding: 18px 20px;
  color: #000000;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  transition: none;
}
.index-de-en .header .menu-placeholder .country-currency-switcher .bl-forminput .dropdown-menu li a:hover, .index-de-en .header .menu-placeholder .country-currency-switcher .bl-forminput .dropdown-menu li a:focus {
  background-color: inherit;
  text-decoration: none;
  background-color: #e61930;
  outline: none;
  color: white;
}
.index-de-en .header .menu-placeholder .country-currency-switcher .bl-forminput .dropdown-menu li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.index-de-en .header .mobile-menu-btn {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 30px;
  outline: none;
}
.index-de-en .header .mobile-menu-btn .icon-wrap {
  width: 30px;
  height: 27px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.index-de-en .header .mobile-menu-btn .icon-wrap div {
  display: block;
  position: absolute;
  height: 6px;
  width: 30px;
  background: #ffffff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.index-de-en .header .mobile-menu-btn .icon-wrap div:nth-child(1) {
  top: 0;
}
.index-de-en .header .mobile-menu-btn .icon-wrap div:nth-child(2), .index-de-en .header .mobile-menu-btn .icon-wrap div:nth-child(3) {
  top: 10px;
}
.index-de-en .header .mobile-menu-btn .icon-wrap div:nth-child(4) {
  top: 20px;
}
.index-de-en .header .mobile-menu-btn.open .icon-wrap div:nth-child(1), .index-de-en .header .mobile-menu-btn.open .icon-wrap div:nth-child(4) {
  top: 10px;
  left: 23px;
  width: 0%;
}
.index-de-en .header .mobile-menu-btn.open .icon-wrap div:nth-child(2) {
  transform: rotate(45deg);
}
.index-de-en .header .mobile-menu-btn.open .icon-wrap div:nth-child(3) {
  transform: rotate(-45deg);
}
.index-de-en .logo {
  text-align: center;
  margin: 70px 0;
}
.index-de-en .logo img {
  width: 600px;
  max-width: 100%;
}
.index-de-en .slider {
  margin-bottom: 65px;
}
.index-de-en .slider .homepage-slider ul li::before {
  content: none;
}
.index-de-en .slider .homepage-slider .lSSlideOuter {
  display: flex;
  align-items: center;
  flex-flow: column;
}
.index-de-en .slider .homepage-slider .lSPager {
  margin-top: 40px !important;
}
.index-de-en .slider .homepage-slider .lSPager li {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 4px solid #e3e7f0;
  background-color: #e3e7f0;
  margin: 0 6px;
}
.index-de-en .slider .homepage-slider .lSPager li a {
  display: block !important;
}
.index-de-en .slider .homepage-slider .lSPager li.active {
  background-color: #e61930;
}
.index-de-en .card-placeholder {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.index-de-en .card-placeholder .card {
  flex: 0 0 31%;
  max-width: 31%;
  box-shadow: 0px 10px 57px 0px rgba(51, 61, 76, 0.15);
}
.index-de-en .card-placeholder .card img {
  width: 100%;
}
.index-de-en .card-placeholder .card > div {
  padding: 20px 35px;
}
.index-de-en .card-placeholder .card h2 {
  margin-bottom: 25px;
}
.index-de-en .card-placeholder .card p {
  font-size: 18px;
}
.index-de-en .about-us {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 100px;
}
.index-de-en .about-us h2 {
  margin-bottom: 50px;
}
.index-de-en .about-us .placeholder {
  display: flex;
  align-items: center;
}
.index-de-en .about-us .placeholder .text {
  flex: 0 0 600px;
  background-color: white;
  padding: 50px 70px;
  padding-right: 100px;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
.index-de-en .about-us .placeholder .img {
  margin-left: -60px;
}
.index-de-en .about-us .placeholder .img img {
  width: 100%;
}
.index-de-en .e-shop {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 100px;
}
.index-de-en .e-shop h2 {
  margin-bottom: 50px;
}
.index-de-en .e-shop .placeholder {
  display: flex;
  align-items: center;
}
.index-de-en .e-shop .placeholder .img {
  flex: 0 0 600px;
  max-width: 600px;
  box-shadow: 0px 13px 57px 0px rgba(0, 0, 0, 0.24);
  z-index: 1;
}
.index-de-en .e-shop .placeholder .img img {
  width: 100%;
}
.index-de-en .e-shop .placeholder .text {
  flex: 1 0 auto;
  max-width: 640px;
  background-color: white;
  padding: 50px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  box-shadow: 0px 13px 57px 0px rgba(0, 0, 0, 0.24);
}
.index-de-en .e-shop .placeholder .text ul {
  margin: 0;
}
.index-de-en .e-shop .placeholder .text ul li {
  margin-bottom: 40px;
}
.index-de-en .e-shop .placeholder .text ul li:last-child {
  margin-bottom: 0;
}
.index-de-en .e-shop .placeholder .text ul li::before {
  top: 12px;
}
.index-de-en .cooperation {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 100px;
}
.index-de-en .cooperation h2 {
  margin-bottom: 50px;
}
.index-de-en .cooperation p {
  margin-bottom: 50px;
  text-align: left;
  font-size: 18px;
}
.index-de-en .cooperation .images {
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
}
.index-de-en .cooperation .images div {
  flex: 0 0 32.8%;
  max-width: 32.8%;
}
.index-de-en .cooperation .images div img {
  width: 100%;
}
.index-de-en .contact {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 100px;
}
.index-de-en .contact h2 {
  margin-bottom: 50px;
}
.index-de-en .contact .contact-placeholder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
}
.index-de-en .contact .contact-placeholder .placeholder {
  flex: 0 0 30%;
  max-width: 30%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.index-de-en .contact .contact-placeholder .placeholder a {
  border: none;
  padding: 15px 0px;
}
.index-de-en .contact .contact-placeholder .placeholder > div {
  display: flex;
  justify-content: space-between;
  border: 3px solid #e3e7f0;
  border-radius: 4px;
  width: 320px;
  max-width: 94vw;
  height: 85px;
}
.index-de-en .contact .contact-placeholder .placeholder > div .text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.index-de-en .contact .contact-placeholder .placeholder > div .text a {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
}
.index-de-en .contact .contact-placeholder .placeholder > div .img {
  background-color: #e3e7f0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  background-image: url("../Custom/img/phone-gray.png");
  width: 80px;
  min-width: 80px;
}
.index-de-en .contact .contact-placeholder .placeholder > div .img--mail {
  background-image: url("../Custom/img/mail-gray.png");
  background-size: 45px;
}
.index-de-en .contact .contact-placeholder .placeholder.address {
  background-color: #e3e7f0;
  display: block;
  text-align: left;
  flex: 0 0 450px;
  max-width: 450px;
  padding: 25px 40px;
}
.index-de-en .contact .contact-placeholder .placeholder.address > div {
  display: block;
  height: inherit;
  border: none;
  width: inherit;
  font-size: 16px;
  font-weight: 600;
}
.index-de-en .contact .contact-placeholder .placeholder.address > div p {
  margin-bottom: 5px;
  font-weight: 600;
}
.index-de-en .contact .contact-placeholder .placeholder.image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 330px;
}
.index-de-en .contact #stores-map {
  height: 670px;
  max-height: 90vh;
}
.index-de-en .lSSlideOuter .lightSlider > * {
  padding: 0;
}
.index-de-en .lSSlideOuter .lightSlider img {
  width: 100%;
}

@media (max-width: 1199px) {
  .index-de-en .header .menu-placeholder .menu-items {
    position: absolute;
    top: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    z-index: 2;
  }
  .index-de-en .header .menu-placeholder .menu-items .menu-item {
    color: #000000;
    font-size: 24px;
    border: none;
    border-bottom: 1px solid rgba(37, 42, 55, 0.25);
    padding: 17px;
    background-color: white;
    width: 100%;
    justify-content: flex-start;
  }
  .index-de-en .header .menu-placeholder .menu-items .menu-item:last-child {
    border: none;
  }
  .index-de-en .header .menu-placeholder .menu-items.visible {
    height: 100vh;
  }
  .index-de-en .card-placeholder {
    display: block;
  }
  .index-de-en .card-placeholder .card {
    flex: 0 0 98%;
    max-width: 98%;
    display: flex;
    align-items: flex-start;
    padding: 20px;
    margin-bottom: 20px;
  }
  .index-de-en .card-placeholder .card > div {
    padding: 0 35px;
  }
  .index-de-en .card-placeholder .card > div h2 {
    margin-top: 0;
  }
  .index-de-en .card-placeholder .card img {
    width: 300px;
    max-width: 50%;
  }
  .index-de-en .contact .contact-placeholder {
    flex-wrap: wrap;
    justify-content: center;
  }
  .index-de-en .contact .contact-placeholder .placeholder {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .disclamers-placeholder .disclamers-links {
    flex: 0;
  }
}
@media (max-width: 991px) {
  .index-de-en .about-us .placeholder {
    display: block;
  }
  .index-de-en .about-us .placeholder .text {
    padding: 20px;
    padding-bottom: 50px;
  }
  .index-de-en .about-us .placeholder .img {
    margin: 0;
    margin-top: -30px;
  }
  .index-de-en .about-us .placeholder .img img {
    width: 85%;
  }
  .index-de-en .e-shop .placeholder {
    flex-flow: column-reverse;
  }
  .index-de-en .e-shop .placeholder .img {
    margin: 0;
    box-shadow: none;
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 1;
    margin-top: -30px;
  }
  .index-de-en .e-shop .placeholder .img img {
    width: 85%;
    box-shadow: 0px 13px 57px 0px rgba(0, 0, 0, 0.24);
  }
  .index-de-en .e-shop .placeholder .text {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    z-index: 99999999999;
    z-index: 0;
    padding-bottom: 50px;
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .index-de-en .card-placeholder .card img {
    display: none;
  }
  .index-de-en .card-placeholder .card > div {
    padding: 0;
  }
  .index-de-en .cooperation .images {
    display: block;
  }
  .index-de-en .cooperation .images > div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .index-de-en .contact .contact-placeholder {
    flex-wrap: wrap;
    justify-content: center;
  }
  .index-de-en .contact .contact-placeholder .placeholder, .index-de-en .contact .contact-placeholder .placeholder.address {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
body {
  font-family: "Open Sans";
  font-size: 14px;
  background-color: #ffffff;
  color: #000000;
  min-height: 100vh;
  position: relative;
}

h1 {
  font-weight: 700;
  font-size: 2.5em;
}

h2 {
  font-weight: 700;
  font-size: 2em;
}

h3 {
  font-weight: 400;
  font-size: 1.7em;
}

h4 {
  font-weight: 700;
  font-size: 1.5em;
  color: #333333;
}

a {
  cursor: pointer;
  transition: all 0.2s ease-out;
  outline: none;
  text-decoration: underline;
  max-width: 100%;
}
a:hover {
  color: #e61930;
}
a:focus {
  color: #000000;
}

body *::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background: white;
}

body *::-webkit-scrollbar-thumb {
  background-color: #91959f;
  border-radius: 4px;
}

.container {
  max-width: 1270px;
}

.layout-search-open body {
  overflow: hidden;
}

#LoginForm .control-label {
  width: 100%;
  text-align: left;
}
#LoginForm .bl-input-group {
  width: 100%;
}
#LoginForm .action-buttons button[type=submit].disabled {
  position: relative;
}
#LoginForm .action-buttons button[type=submit].disabled:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-radius: 50%;
  animation: rotate 1s cubic-bezier(0.1, 0.67, 0.74, 0.27) infinite;
  right: 10px;
  position: absolute;
}

.login-placeholder .login-second-step {
  padding-right: 20px;
}
.login-placeholder .login-second-step .button-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

#LoginModal .login-second-step .button-block {
  margin-top: 35px;
  padding-bottom: 35px;
}
#LoginModal .login-second-step .button-block .btn {
  margin: 0;
  width: 100%;
}
#LoginModal .login-second-step .button-block .btn:hover, #LoginModal .login-second-step .button-block .btn:focus {
  color: white;
  background-color: #e61930;
  border-color: #e61930;
  text-decoration: none;
}
#LoginModal .login-second-step .text-danger {
  position: relative;
  left: 0;
}
#LoginModal .login-second-step .btn-group {
  width: 100%;
}

.header .top-bar {
  border-bottom: 1px solid #e3e7f0;
}
.header .top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .top-bar .container > div {
  display: flex;
  align-items: center;
}
.header .top-bar .container > div .contacts,
.header .top-bar .container > div .dropdown,
.header .top-bar .container > div .phone-number,
.header .top-bar .container > div .login-placeholder {
  margin: 5px 25px;
  margin-left: 0;
  font-size: 13px;
}
.header .top-bar .container > div .phone-number {
  display: flex;
  align-items: center;
  font-weight: 700;
  padding-left: 20px;
  background-image: url("../Custom/img/phone-red-small.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .header .top-bar .container > div .phone-number {
    margin: 0;
    margin-top: 1px;
  }
}
.header .top-bar .container:before, .header .top-bar .container:after {
  content: none;
}
.header .top-bar .container .login-placeholder.basic, .header .top-bar .container .login-placeholder.pro, .header .top-bar .container .login-placeholder.elite {
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  line-height: 16px;
}
.header .top-bar .container .login-placeholder.basic {
  background-image: url("../Custom/img/gumex-plus/plus-basic.svg");
}
.header .top-bar .container .login-placeholder.pro {
  background-image: url("../Custom/img/gumex-plus/plus-pro.svg");
}
.header .top-bar .container .login-placeholder.elite {
  background-image: url("../Custom/img/gumex-plus/plus-elite.svg");
}
.header .top-bar .container .login-placeholder .logged-text {
  max-width: 120px;
  overflow: hidden;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .top-bar .container .login-placeholder .login-gumex-plus {
  padding-left: 24px;
  background-image: url("../Custom/img/gumex-plus/plus-basic.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 16px;
  line-height: 16px;
}
.header .top-bar .container .login-placeholder .login-gumex-plus.pro {
  background-image: url("../Custom/img/gumex-plus/plus-pro.svg");
}
.header .top-bar .container .login-placeholder .login-gumex-plus.elite {
  background-image: url("../Custom/img/gumex-plus/plus-elite.svg");
}
.header .top-bar .container .country-currency-switcher .bl-forminput {
  min-width: inherit;
  margin: 0;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-toggle {
  padding: 0;
  margin: 0;
  min-height: inherit;
  min-width: inherit;
  border: none;
  color: #000000;
  background-color: transparent;
  font-weight: 400;
  font-size: 13px;
  box-shadow: none;
  padding-right: 15px;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-toggle .caret {
  display: none;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-toggle:before, .header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-toggle:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 7px;
  top: 9px;
  right: 0;
  background-color: #000000;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-toggle:after {
  transform: rotate(45deg);
  right: 4px;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-menu {
  text-align: left;
  right: -5px;
  left: auto;
  top: calc(100% + 4px);
  margin-top: 0;
  border: none;
  border-radius: 2px;
  padding: 0;
  min-width: 130px;
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.369);
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-menu li {
  display: table-row;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-menu li a {
  padding: 18px 20px;
  color: #000000;
  font-size: 1em;
  line-height: 1;
  min-width: 130px;
  text-decoration: none;
  transition: none;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-menu li a:hover, .header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-menu li a:focus {
  background-color: inherit;
  text-decoration: none;
  background-color: #e61930;
  outline: none;
  color: white;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group .dropdown-menu li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group.open .dropdown-toggle:before {
  transform: rotate(45deg);
}
.header .top-bar .container .country-currency-switcher .bl-forminput .btn-group.open .dropdown-toggle:after {
  transform: rotate(-45deg);
}
.header .head-desktop {
  margin: 20px 0;
}
.header .head-desktop .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  z-index: 17;
}
.header .head-desktop .container:before, .header .head-desktop .container:after {
  content: none;
}
.header .head-desktop .container .logo-link {
  border-bottom: none;
}
.header .head-desktop .container .logo-link .logo {
  width: 180px;
}
.header .head-desktop .container .search-desktop {
  flex: 0 0 50%;
  position: relative;
}
.header .head-desktop .container .search-desktop .search-input-placeholder {
  position: relative;
}
.header .head-desktop .container .search-desktop .search-input-placeholder .search-icon {
  width: 18px;
  position: absolute;
  top: 19px;
  right: 26px;
  cursor: pointer;
}
.header .head-desktop .container .search-desktop input {
  border: 2px solid #000000;
  height: 56px;
  font-size: 1em;
  border-radius: 2px;
  padding-left: 18px;
}
.header .head-desktop .container .search-desktop input:hover {
  border: 2px solid #000000 !important;
}
.header .head-desktop .container .search-desktop input:focus {
  border-color: #e61930 !important;
}
.header .head-desktop .container .search-desktop .desktop-search-container {
  position: absolute;
  width: 100%;
  z-index: 18;
}
.header .head-desktop .container .cart-placeholder {
  border: 2px solid #e3e7f0;
  border-radius: 2px;
  width: 265px;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  transition: all 0.2s ease-out;
  font-size: 12px;
  position: relative;
  z-index: 18;
  text-decoration: none;
}
.header .head-desktop .container .cart-placeholder.none {
  border: none !important;
}
.header .head-desktop .container .cart-placeholder:hover {
  color: initial;
}
.header .head-desktop .container .cart-placeholder .cart-quantity {
  position: relative;
}
.header .head-desktop .container .cart-placeholder .cart-quantity__value {
  position: absolute;
  border-radius: 50%;
  background-color: #e61930;
  color: #ffffff;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  top: -5px;
  right: 0px;
  border: 2px solid #ffffff;
}
.header .head-desktop .container .cart-placeholder img {
  margin-right: 10px;
  width: 30px;
  min-width: 30px;
}
.header .head-desktop .container .cart-placeholder:hover {
  border-color: #e61930;
}
.header .head-desktop .container .cart-placeholder.active {
  font-size: 1em;
}
.header .head-desktop .container .cart-placeholder.active.hovered #cart-items-placeholder {
  display: block;
}
.header .head-desktop .container .cart-placeholder #cart-items-placeholder {
  display: none;
  position: absolute;
  top: calc(100% + 22px);
  right: -2px;
  background-color: #ffffff;
  z-index: 2;
  min-width: 610px;
  border: 3px solid #e61930;
  border-radius: 4px;
  box-shadow: 0px 4px 10px 0px rgba(51, 61, 76, 0.33);
}
.header .head-desktop .container .cart-placeholder #cart-items-placeholder:before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-left: 3px solid #e61930;
  border-top: 3px solid #e61930;
  position: absolute;
  top: -13px;
  right: 66px;
  transform: rotate(45deg);
  z-index: 0;
}
.header .head-desktop .container .cart-placeholder .cart-items {
  max-height: 50vh;
  overflow: auto;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder {
  max-width: 610px;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #e3e7f0;
  padding: 17px 0;
  padding-left: 10px;
  margin: 0 17px;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row img {
  max-width: 75px;
  width: auto;
  max-height: 50px;
  margin-right: 25px;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--name {
  font-weight: 600;
  overflow: hidden;
  max-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
  flex: 0 0 200px;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--amount {
  flex: 0 0 10%;
  text-align: right;
  white-space: nowrap;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--price {
  font-weight: 600;
  margin-right: 35px;
  flex: 0 0 85px;
  text-align: right;
  white-space: nowrap;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--remove {
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--remove:before, .header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--remove:after {
  content: "";
  position: absolute;
  background-color: #91959f;
  width: 3px;
  height: 15px;
  top: 5px;
  right: 11px;
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--remove:after {
  transform: rotate(45deg);
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--remove:before {
  transform: rotate(-45deg);
}
.header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--remove:hover:before, .header .head-desktop .container .cart-placeholder .cart-items-placeholder__row--remove:hover:after {
  background-color: #e61930;
}
.header .head-desktop .container .cart-placeholder .cart-items-description {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 40px;
}
.header .head-desktop .container .cart-placeholder .cart-items-description a {
  border: none;
  margin-bottom: 40px;
}
.header .head-desktop .container .cart-placeholder .cart-items-description p {
  margin-top: -15px;
  margin-bottom: 12px;
}
.header .head-desktop .layout-menu {
  background-color: #e61930;
  margin-top: 20px;
}
.header .head-desktop .layout-menu .container {
  position: relative;
}
.header .head-desktop .layout-menu .root-category {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 25px;
  color: white;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 60px;
  padding-right: 8px;
  width: 100%;
  filter: brightness(0) invert(1);
  font-size: 1em;
  font-weight: 600;
  z-index: 10;
  padding-bottom: 2px;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  border-bottom: 4px solid #e61930;
  background-color: #ffffff;
  transition: all 0.2s cubic-bezier(1, 1, 1, 1);
  margin: 0 15px;
  z-index: 3;
  cursor: auto;
  box-shadow: 0px 10px 15px 0px rgba(51, 61, 76, 0.23);
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .section-wrap {
  display: none;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .section-wrap.active {
  display: block;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 25px 50px 50px;
  border-bottom: 1px solid #e3e7f0;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-section.navigation {
  padding: 25px 50px;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-section__heading {
  width: 100%;
  text-transform: uppercase;
  font-size: 11px;
  color: #91959f;
  margin-bottom: 25px;
  font-weight: 600;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-section:last-of-type {
  border-bottom: none;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-item {
  display: flex;
  flex: 0 0 33%;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
  max-width: 410px;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-item a {
  text-decoration: none;
  cursor: pointer;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-item .sub-sub-category {
  font-weight: 400;
  font-size: 1em;
  margin-top: 3px;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-item .sub-sub-category a {
  text-decoration: none;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-item .sub-sub-category.other a {
  color: #e61930;
}
.header .head-desktop .layout-menu .root-category .menu-placeholder .menu-item .sub-sub-category a:hover {
  color: #e61930;
  text-decoration: underline;
}
.header .head-desktop .layout-menu .root-category:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.header .head-desktop .layout-menu .root-category.hovered {
  background-color: white;
  border-top: 4px solid #e61930;
  color: #000000;
  filter: none;
}
.header .head-desktop .layout-menu .root-category.hovered .menu-placeholder {
  display: flex;
}
.header .menu-section .service-item {
  width: 33%;
  padding: 15px 15px 15px 0;
  display: flex;
  align-items: center;
  color: black;
  font-size: 18px;
  font-weight: 600;
}
.header .menu-section .service-item a {
  text-decoration: none;
}
.header .menu-section .service-item img {
  min-width: 20px;
  width: 20px;
  height: auto;
  object-fit: cover;
  margin-right: 10px;
}
.header .menu-section .service-item--count {
  color: white;
  font-size: 12px;
  margin-left: 15px;
  background-color: #e61930;
  border-radius: 20px;
  padding: 0 5px;
}

.breadcrumb {
  padding: 5px 0;
  margin-top: -15px;
  margin-bottom: 30px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 12px;
  color: #91959f;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #e61930;
  text-decoration: underline;
}
.breadcrumb a:focus {
  color: #e61930;
  text-decoration: underline;
}
.breadcrumb ul {
  margin-bottom: 0;
}
.breadcrumb ul > li:first-child {
  padding-left: 0;
}
.breadcrumb ul li:before {
  content: none;
}
.breadcrumb ul li:last-child {
  cursor: pointer;
}
.breadcrumb ul li:last-child:hover {
  color: #e61930;
  text-decoration: underline;
}
.breadcrumb .bc-arrow {
  padding: 0;
  pointer-events: none;
}

.head-mobile {
  position: relative;
  padding-bottom: 20px;
  box-shadow: 0px 11px 26px 0px rgba(0, 0, 0, 0.21);
}
.head-mobile .header-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 15px;
  padding-top: 18px;
}
.head-mobile .header-icons .logo-mobile a {
  border: none;
}
.head-mobile .header-icons .logo-mobile img {
  width: 170px;
}
.head-mobile .header-icons .icons-placeholder {
  display: flex;
  flex-wrap: wrap;
}
.head-mobile .header-icons .icons-placeholder a {
  border: none;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile {
  width: 56px;
  height: 56px;
  background-color: #e3e7f0;
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.search {
  background-image: url("../Custom/img/search-gray.png");
  background-size: 18px;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.user {
  background-image: url("../Custom/img/user-mobile-gray.png");
  background-size: 18px;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.info {
  background-image: url("../Custom/img/info-gray-small.png");
  background-size: 18px;
  position: relative;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.info > a {
  display: none;
  position: absolute;
  top: calc(100% + 18px);
  width: 98vw;
  max-width: 350px;
  right: -25px;
  background-color: #ffffff;
  border: 3px solid #e61930;
  border-radius: 4px;
  padding: 15px;
  z-index: 2;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.info:hover:after, .head-mobile .header-icons .icons-placeholder .icon-mobile.info.hover:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #ffffff;
  top: calc(100% + 6px);
  border: 3px solid #e61930;
  transform: rotate(45deg);
  border-bottom: none;
  border-right: none;
  z-index: 2;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.info:hover > a, .head-mobile .header-icons .icons-placeholder .icon-mobile.info.hover > a {
  display: block;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.cart-icon {
  background-image: url("../Custom/img/cart-icon.png");
  background-size: 18px;
  position: relative;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.cart-icon .cart-quantity {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #e61930;
  color: white;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 5px;
  top: 5px;
  border: 2px solid #e3e7f0;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu {
  background-color: #e61930;
  margin-right: 0;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  outline: none;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button .icon-wrap {
  width: 22px;
  height: 27px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button .icon-wrap div {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #ffffff;
  opacity: 1;
  left: 11px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 1px;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button .icon-wrap div:nth-child(1) {
  top: 6px;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button .icon-wrap div:nth-child(2), .head-mobile .header-icons .icons-placeholder .icon-mobile.menu button .icon-wrap div:nth-child(3) {
  top: 12px;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button .icon-wrap div:nth-child(4) {
  top: 18px;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button.op .icon-wrap div:nth-child(1), .head-mobile .header-icons .icons-placeholder .icon-mobile.menu button.op .icon-wrap div:nth-child(4) {
  top: 10px;
  left: 23px;
  width: 0%;
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button.op .icon-wrap div:nth-child(2) {
  transform: rotate(45deg);
}
.head-mobile .header-icons .icons-placeholder .icon-mobile.menu button.op .icon-wrap div:nth-child(3) {
  transform: rotate(-45deg);
}

.quantity-changer-measure-unit {
  padding-right: 12px;
  color: #7F7F7F;
}
.quantity-changer-measure-unit span {
  display: inline-block;
  padding-top: 1px;
}

.icon-print {
  width: 30px;
  height: 30px;
  background-image: url("../Custom/img/printer.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.last-menu-item {
  border-right: 0px !important;
}

.terms-and-conditions {
  padding-top: 60px;
  padding-bottom: 100px;
}
.terms-and-conditions h2 {
  margin-bottom: 50px;
  text-align: center;
}
.terms-and-conditions .content {
  height: 400px;
  overflow-y: scroll;
}

.cookie-notification {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: none;
  text-align: center;
  max-width: 325px;
  background-color: #4b4c4c;
  color: #ffffff;
  padding: 15px 0;
  border-radius: 5px;
  z-index: 20;
}
.cookie-notification button {
  width: auto;
  padding: 6px 10px;
  margin: 0;
  min-height: inherit;
  min-width: inherit;
}
.cookie-notification button span {
  font-size: 13px;
  text-transform: none;
}
.cookie-notification.active {
  display: block;
}

input::-ms-clear {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.scroll-to-top {
  display: none;
  position: fixed;
  right: 70px;
  bottom: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0px 10px 57px 0px rgba(51, 61, 76, 0.15);
  background-color: rgba(145, 149, 159, 0.75);
  border-radius: 10px;
  z-index: 20;
  cursor: pointer;
}
.scroll-to-top div {
  width: 100%;
  height: 100%;
  position: relative;
}
.scroll-to-top div:before, .scroll-to-top div:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 15px;
  background-color: #000000;
  top: 17px;
}
.scroll-to-top div:before {
  transform: rotate(45deg);
  left: 18px;
}
.scroll-to-top div:after {
  transform: rotate(-45deg);
  left: 27px;
}
.scroll-to-top.visible {
  display: block;
}

.quantity-changer-input-wrapper .quantity-changer-input-wrap input {
  letter-spacing: 1px;
  padding-right: 28px;
}
.quantity-changer-input-wrapper .quantity-changer-minus .fa,
.quantity-changer-input-wrapper .quantity-changer-plus .fa {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  margin: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.quantity-changer-input-wrapper .quantity-changer-plus .fa {
  background-image: url("../Custom/img/icon-quantity-dark-plus.svg");
}
.quantity-changer-input-wrapper .quantity-changer-plus .fa:before, .quantity-changer-input-wrapper .quantity-changer-plus .fa:after {
  display: none;
  background-image: url("../Custom/img/icon-quantity-red-plus.svg");
  background-image: url("../Custom/img/icon-quantity-red-minus.svg");
}
.quantity-changer-input-wrapper .quantity-changer-plus.touched .fa {
  background-image: url("../Custom/img/icon-quantity-red-plus.svg");
}
@media (hover: hover) and (pointer: fine) {
  .quantity-changer-input-wrapper .quantity-changer-plus:hover .fa {
    background-image: url("../Custom/img/icon-quantity-red-plus.svg");
  }
}
.quantity-changer-input-wrapper .quantity-changer-minus .fa {
  background-image: url("../Custom/img/icon-quantity-dark-minus.svg");
}
.quantity-changer-input-wrapper .quantity-changer-minus.touched .fa {
  background-image: url("../Custom/img/icon-quantity-red-minus.svg");
}
@media (hover: hover) and (pointer: fine) {
  .quantity-changer-input-wrapper .quantity-changer-minus:hover .fa {
    background-image: url("../Custom/img/icon-quantity-red-minus.svg");
  }
}

.glyphicon-calendar {
  width: 16px;
  height: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../Custom/img/calendar-black.png");
}

.quantity-check {
  color: #039300;
  margin: 10px;
  width: 13px;
  height: 13px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../Custom/img/check-green.svg");
}

.price-percentage-sale {
  font-family: "ARCHIVO";
  background: #039300;
  border-radius: 12px;
  height: 24px;
  min-width: 48px;
  display: flex;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8px 0 5px;
}
.price-percentage-sale .left {
  background: rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.price-percentage-sale .left .percentage-icon {
  display: block;
  margin: auto auto;
  min-height: 100%;
  width: 8px;
  height: 8px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../Custom/img/icon-check-mark-white.png");
}
.price-percentage-sale .value {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 10px;
  text-align: right;
}
.price-percentage-sale.red .left .percentage-icon {
  background-image: url("../Custom/img/icon-arrow-down-white.png");
}

.status-placeholder .quantity-check {
  margin: 0px;
}

.ui-widget.ui-autocomplete {
  text-align: left;
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.369);
  border: none;
  border-radius: 2px;
}
.ui-widget.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  padding: 18px 20px;
}
.ui-widget.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #e61930;
  color: #ffffff;
  border: none;
  margin: 0;
}
.ui-widget.ui-autocomplete .ui-menu-item:last-child .ui-menu-item-wrapper, .ui-widget.ui-autocomplete .ui-menu-item:first-child .ui-menu-item-wrapper {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ui-widget.ui-autocomplete .ui-menu-item:first-child .ui-menu-item-wrapper {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

@media (max-width: 767px) {
  .scroll-to-top.visible {
    display: none;
  }
}
.disclamer a {
  font-weight: 600;
}

.description ul,
.product-description ul,
.catalogue-footer__text ul,
.career-detail-content ul {
  list-style-type: none;
  padding-left: 0;
}
.description ul li,
.product-description ul li,
.catalogue-footer__text ul li,
.career-detail-content ul li {
  padding-left: 15px;
  position: relative;
}
.description ul li:before,
.product-description ul li:before,
.catalogue-footer__text ul li:before,
.career-detail-content ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #999999;
  margin-left: -15px;
  position: absolute;
  top: 7px;
}
.description ul li ul li::before,
.product-description ul li ul li::before,
.catalogue-footer__text ul li ul li::before,
.career-detail-content ul li ul li::before {
  background: white;
  border: 1px solid #e61930;
}

@media (min-width: 1200px) {
  .fixed-top-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 100;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.35);
  }
  .head-desktop.menu {
    margin-top: 128px;
  }
  .static-menu .fixed-top-menu {
    position: relative;
  }
  .static-menu .fixed-top-menu .head-desktop {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
  .static-menu .head-desktop.menu {
    margin-top: 0px;
  }
  .static-menu .head-desktop.menu .layout-menu {
    margin-top: 0;
  }
  .cart-page .fixed-top-menu {
    box-shadow: none;
  }
}
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Archivo", sans-serif;
}

h1,
.h1 {
  line-height: 1.15;
}

.skeleton-wave {
  overflow: hidden;
  position: relative;
  display: block;
  /*background-color: rgba(0, 0, 0, 0.11);
  height: 1.2em;*/
  background: transparent;
  border-radius: 5px;
  color: transparent !important;
  user-select: none;
}
.skeleton-wave::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  border-radius: 5px;
  content: "";
  position: absolute;
  animation: skeleton-keyframes-wave 1.6s linear 0.5s infinite;
  transform: translateX(-100%);
  /*background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.04), transparent);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(58%, $white), color-stop(100%, $white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, $white 58%, $white 100%);  */
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 0.8) 29%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%);
}
.skeleton-wave:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgb(241, 243, 247);
  border-radius: 5px;
  z-index: 10;
  width: auto !important;
  height: auto !important;
  background-image: none !important;
}

@-webkit-keyframes skeleton-keyframes-wave {
  0% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.js-copy-to-clipboard-button {
  cursor: pointer;
}

.placeholder.with-info-block {
  position: relative;
}
.placeholder.with-info-block .left-menu {
  margin-top: 82px;
}
@media (max-width: 869px) {
  .placeholder.with-info-block .left-menu {
    margin-top: 62px;
  }
}
@media (min-width: 890px) {
  .placeholder.with-info-block .profile-info .profile-section-placeholder h1,
  .placeholder.with-info-block .profile-info .profile-info-wrapper-block h1 {
    margin-bottom: 41px !important;
  }
}
@media (min-width: 890px) {
  .placeholder.with-info-block .addresses h1 {
    margin-bottom: 41px !important;
  }
}

.customer-zone-info-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  color: #56585f;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 20px;
  padding: 0 25px;
  display: flex;
  align-items: center;
}
.customer-zone-info-block-title {
  padding-left: 15px;
}
.customer-zone-info-block .circle {
  border: 2px solid #e3e7f0;
  border-radius: 50%;
}
.customer-zone-info-block .icon {
  width: 42px;
  height: 42px;
}
.customer-zone-info-block .icon.person {
  background-image: url("../Custom/img/icon-person-red.svg");
  background-position: 50% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.show-product-price {
  color: #e52330;
  font-size: 14px;
  font-weight: normal !important;
  letter-spacing: 0px;
  line-height: 20px;
}

.stock-info-dot {
  height: 8px;
  width: 8px;
  min-width: 8px;
  background-color: #039300;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.stock-info-dot.color-red {
  background-color: #e61930;
}
.stock-info-dot.color-yellow {
  background-color: #ffa100;
}

.tooltip-question {
  cursor: pointer;
  position: relative;
}
.tooltip-question img {
  width: 16px;
}
.tooltip-question .tooltip-body {
  display: none;
  position: absolute;
  left: 15px;
  top: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #91959f;
  color: #000000;
  z-index: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 15px;
  width: 300px;
}
@media (max-width: 1199px) {
  .tooltip-question .tooltip-body {
    left: auto;
    right: 5px;
  }
}
@media (min-width: 768px) {
  .tooltip-question .tooltip-body {
    width: max-content;
  }
}
.tooltip-question:hover .tooltip-body {
  display: block;
}

#layout-pdf-preview-modal .modal-dialog {
  height: 100%;
  width: 80%;
}
#layout-pdf-preview-modal .modal-dialog .modal-content {
  height: 100%;
}
#layout-pdf-preview-modal .modal-dialog .modal-header {
  min-height: 0px;
  height: 0px;
}
#layout-pdf-preview-modal .modal-dialog .modal-header .close {
  position: absolute;
  right: -55px;
  top: 0px;
  z-index: 1;
}
#layout-pdf-preview-modal .modal-dialog .modal-body {
  height: 100%;
  padding-bottom: 0px;
}
#layout-pdf-preview-modal .modal-dialog .modal-body .modal-body-content {
  height: 100%;
}
#layout-pdf-preview-modal .modal-dialog .modal-body .modal-body-content embed {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

:lang(de) #Catalogue .root-category .placeholder {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1200px) {
  :lang(de) #Catalogue .root-category .placeholder {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  :lang(de) #Catalogue .root-category .placeholder {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 676px) {
  :lang(de) #Catalogue .root-category .placeholder {
    grid-template-columns: 1fr;
  }
  :lang(de) #Catalogue .root-category .placeholder .category {
    position: relative;
    padding: 15px 17px;
    flex-direction: row;
    min-height: unset;
  }
  :lang(de) #Catalogue .root-category .placeholder .category img {
    width: 20px;
    height: auto;
    max-height: 20px;
    margin-bottom: 0;
  }
  :lang(de) #Catalogue .root-category .placeholder .category h3 {
    font-size: 14px;
    padding: 0 0 0 12px;
    word-wrap: normal;
    text-align: left;
  }
}
:lang(de) .index-page .categories-grid .category-name h2 {
  max-width: 340px;
}
:lang(de) .index-page .categories-grid .category:hover .category-name__hover {
  width: 340px;
}
:lang(de) .header .head-desktop .layout-menu .root-category {
  height: 70px;
}
:lang(de) .index-page .text-center h1 {
  font-size: 2em;
}
@media (min-width: 992px) {
  :lang(de) .catalogue-block-products .categories a {
    flex: 0 0 calc(33.33% - 20px);
    width: initial;
  }
  :lang(de) .search-result-page .result-placeholder .results .category-section .category {
    flex: 0 0 calc(33.33% - 20px);
    width: initial;
    max-width: initial;
  }
}
:lang(de) .catalogue-block-products .categories .category {
  overflow-wrap: anywhere;
}
:lang(de) .product-block-placeholder .product-name {
  font-size: 1.2em !important;
}

.maintenance-in-progress {
  padding-top: 20px;
  color: #e61930;
  font-weight: 600;
}

.gumex-plus-level {
  width: 100%;
  height: 24px;
}
.gumex-plus-level .gumex-plus-content {
  background-image: linear-gradient(to right, #e6e9f1, #cdd1d9);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 4px 8px 4px 0px;
  display: flex;
  justify-content: space-between;
  font-family: Archivo;
  font-weight: bold;
  color: #e61930;
  align-items: center;
}
.gumex-plus-level .gumex-plus-content.pro {
  background-image: linear-gradient(to right, #e42330, #b81c26);
  color: #ffffff;
}
.gumex-plus-level .gumex-plus-content.elite {
  background-image: linear-gradient(to right, #842b62, #772758);
  color: #ffffff;
}
.gumex-plus-level .gumex-plus-content img {
  height: 24px;
}
.gumex-plus-level .gumex-plus-content .content-left {
  width: 28px;
  height: 100%;
  font-size: 16px;
  line-height: 100%;
  background-image: url("../Custom/img/gumex-plus/plus-default-basic.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.gumex-plus-level .gumex-plus-content .content-left.pro {
  background-color: #ba1d27;
  background-image: url("../Custom/img/gumex-plus/plus-default-pro.svg");
}
.gumex-plus-level .gumex-plus-content .content-left.elite {
  background-color: #6d2351;
  background-image: url("../Custom/img/gumex-plus/plus-default-elite.svg");
}
.gumex-plus-level .gumex-plus-content .content-right {
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin: auto 0px;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
@media (min-width: 1200px) {
  .head-mobile {
    display: none;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 19px;
  }
  .head-desktop {
    display: none;
  }
  .header .top-bar .container {
    background-color: #e3e7f0;
  }
  .header .top-bar .container > div {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 8px 0;
    font-size: 16px;
  }
  .header .top-bar .container > div * {
    font-size: 16px;
  }
  .header .top-bar .container > div a {
    font-weight: 600;
  }
  .header .top-bar .container > div div {
    font-weight: 700;
  }
  .header .top-bar .container .hide-mobile {
    display: none;
  }
  .header .top-bar .container .login-gumex-plus {
    width: 80px;
    margin-top: 0px;
  }
  .header .top-bar .container .login-gumex-plus .content-right {
    font-size: 11px;
  }
  .breadcrumb {
    min-height: 40px;
    background: #e3e7f0;
    border-bottom: 1px solid #91959f;
    margin: 0 -15px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #000000;
  }
  .breadcrumb ul {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    display: flex;
  }
  .breadcrumb ul li {
    padding: 0;
    display: none;
    text-decoration: underline;
  }
  .breadcrumb ul li a {
    border: none;
  }
  .breadcrumb ul li:nth-last-child(3) {
    display: block;
  }
  .breadcrumb ul li:nth-last-child(4) {
    display: block;
    transform: rotate(180deg);
    padding-left: 5px;
    text-decoration: none;
    font-size: 0;
    background-image: url("../Custom/img/chevron_left.png");
    background-size: 13px 13px;
    background-repeat: no-repeat;
    min-width: 13px;
    transform: none;
    background-position: center center;
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
    max-height: 100%;
  }
  .navbar-collapse.collapse {
    display: block;
    height: 0 !important;
    padding-bottom: 0;
    overflow: hidden !important;
  }
  .navbar-collapse.in {
    height: auto;
  }
  .search-mobile {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    z-index: 9998;
  }
  .search-mobile .search-input-placeholder {
    background-color: #e61930;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .search-mobile .search-input-placeholder input {
    width: 100%;
    border: none;
    height: 56px;
    font-size: 1em;
    background-color: white;
  }
  .search-mobile .search-input-placeholder .search-icon {
    width: 18px;
    position: absolute;
    top: 29px;
    right: 37px;
    cursor: pointer;
  }
  .search-mobile .mobile-search-container {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000;
    display: none;
    width: 100%;
  }
  .mobile-navbar {
    max-height: initial;
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0;
  }
  .mobile-navbar-wrap {
    margin-top: -10px;
  }
  .mobile-navbar .menu-breadcrumbs {
    background-color: white;
    border-top: 1px solid #e3e7f0;
  }
  .mobile-navbar .menu-breadcrumbs ul {
    margin: 10px 35px 0;
  }
  .mobile-navbar .menu-breadcrumbs li {
    display: none;
  }
  .mobile-navbar .menu-breadcrumbs li.active {
    display: block;
    background-color: transparent;
    color: #56585f;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    background-image: url("../Custom/img/menu-mobile-back-grey.png");
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .mobile-navbar .menu-breadcrumbs li.active:hover {
    filter: brightness(0.5);
  }
  .mobile-navbar .menu-item a {
    text-decoration: none;
  }
  .mobile-navbar .menu-item .item {
    background-color: #e61930;
    color: #ffffff;
    font-size: 15px;
    border-bottom: 1px solid rgba(37, 42, 55, 0.25);
    padding: 15px;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  .mobile-navbar .menu-item .item:hover, .mobile-navbar .menu-item .item:focus {
    background-color: #e61930;
  }
  .mobile-navbar .menu-item .item.white {
    background-color: white;
    color: #e61930;
  }
  .mobile-navbar .menu-item:last-child .item {
    border-bottom: 4px solid #e61930;
  }
  .mobile-navbar .menu-level {
    display: none;
    margin: 0;
  }
  .mobile-navbar .menu-level:not([data-menu=main]) {
    margin-bottom: 0;
  }
  .mobile-navbar .menu-level.menu-level-current {
    display: block;
    float: none;
  }
  .mobile-navbar .menu-level.menu-level-current .menu-item {
    float: none;
  }
  .mobile-navbar .section-wrap {
    display: none;
  }
  .mobile-navbar .section-wrap.active {
    display: block;
  }
  .mobile-navbar .menu-section {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 35px;
    background-color: white;
    border-bottom: 1px solid #e3e7f0;
  }
  .mobile-navbar .menu-section__heading {
    width: 100%;
    color: #91959f;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .mobile-navbar .menu-section .menu-item .menu-redirect {
    background-color: transparent;
    color: black;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: none;
    padding: 10px 0;
  }
  .mobile-navbar .menu-section .menu-item .menu-redirect img {
    min-width: 20px;
    width: 20px;
    height: auto;
    object-fit: cover;
    margin-right: 12px;
  }
  .mobile-navbar .menu-section .service-item {
    font-size: 14px;
    width: 100%;
  }
  .header .top-bar .container .contact-info {
    display: flex;
    gap: 15px;
  }
}
@media (max-width: 559px) {
  .head-mobile {
    padding-bottom: 15px;
  }
  .head-mobile .header-icons {
    padding-top: 15px;
  }
  .head-mobile .header-icons .logo-mobile img {
    width: 90px !important;
  }
  .head-mobile .header-icons .icons-placeholder {
    margin-top: 0 !important;
  }
  .head-mobile .header-icons .icons-placeholder .icon-mobile {
    margin: 0 3px;
    width: 48px;
    height: 48px;
  }
  .head-mobile .header-icons .icons-placeholder .icon-mobile.menu button .icon-wrap div {
    left: 13px;
  }
  .head-mobile .service-item {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .head-mobile .header-icons .logo-mobile img {
    width: 110px;
  }
}
@media (max-width: 433px) {
  .head-mobile .header-icons .logo-mobile img {
    width: 170px;
  }
  .head-mobile .header-icons .icons-placeholder {
    margin-left: -10px;
    margin-top: 10px;
  }
  .head-mobile .header-icons .icons-placeholder .icon-mobile.info > a {
    right: -60px;
    width: 64vw;
  }
  .header .top-bar .container > div .dropdown {
    margin-right: 10px;
  }
  .header .top-bar .container > div .contacts {
    margin-right: 10px;
    font-weight: bold;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
#create-shipping-address-modal .modal-content {
  box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.251);
}
#create-shipping-address-modal .modal-header .modal-title {
  font-size: 25px;
  padding-top: 40px;
  padding-left: 60px;
}
#create-shipping-address-modal .modal-header .close {
  width: 44px;
  height: 44px;
}
#create-shipping-address-modal .modal-header .close:before, #create-shipping-address-modal .modal-header .close:after {
  width: 4px;
  height: 20px;
  left: 20px;
  top: 13px;
}
#create-shipping-address-modal .modal-body .modal-subheading {
  font-size: 15px;
  text-align: center;
  padding: 25px;
  padding-top: 0px;
}

.create-address {
  padding-left: 25px;
}
.create-address .form__input-placeholder {
  align-items: flex-start;
}
.create-address .form__input-placeholder .bl-forminput .text-danger {
  position: inherit;
}
.create-address .form__input-placeholder .custom-checkbox .custom-control-description {
  font-size: 1em;
}
.create-address .form__submit {
  margin-top: 40px;
  text-align: center;
}
.create-address .form__submit .bl-message-block {
  text-align: center;
}

@media (max-width: 1199px) {
  #create-shipping-address-modal .create-address {
    padding: 0 10px;
  }
  #create-shipping-address-modal .form__input-placeholder {
    display: block;
  }
  #create-shipping-address-modal .form__input-placeholder .form-group, #create-shipping-address-modal .form__input-placeholder .btn-group {
    width: 100%;
    min-width: 100%;
  }
  #create-shipping-address-modal .form__input-placeholder .form-control {
    width: 100% !important;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.catalogue-block {
  display: flex;
  align-items: flex-start;
}
.catalogue-block-filter {
  flex: 0 0 270px;
  margin-right: 30px;
}
.catalogue-block-filter-placeholder {
  background-color: #e3e7f0;
  padding: 0 20px;
}
.catalogue-block-filter-placeholder .catalog-filter-block {
  display: none;
}
.catalogue-block-filter-placeholder .catalog-filter-block:last-of-type .property-container {
  border-bottom: none;
}
.catalogue-block-filter-placeholder .catalog-filter-block:last-of-type .catalogue-filter-content {
  padding-bottom: 20px;
}
.catalogue-block-filter-placeholder .catalog-filter-block.visible {
  display: block;
}
.catalogue-block-filter-placeholder .show-all {
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
  display: none;
}
.catalogue-block-filter-placeholder .show-all:hover {
  color: #e61930;
  border-color: #e61930;
}
.catalogue-block-filter-placeholder .show-all.visible {
  display: block;
}
.catalogue-block-filter-placeholder .hide {
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
  display: block;
}
.catalogue-block-filter-placeholder .hide:hover {
  color: #e61930;
  border-color: #e61930;
}
.catalogue-block-filter .property-container {
  border-bottom: 1px solid rgba(86, 88, 95, 0.2);
}
.catalogue-block-filter .property-container .property {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  position: relative;
  padding: 18px 0;
  padding-right: 25px;
}
.catalogue-block-filter .property-container .property .tooltip-question {
  padding-left: 10px;
}
.catalogue-block-filter .property-container .property-description {
  position: relative;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin-left: 10px;
}
.catalogue-block-filter .property-container .property-description .icon {
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  background-color: #e61930;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 10px;
  font-weight: 700;
  z-index: 2;
}
.catalogue-block-filter .property-container .property-description-text {
  position: absolute;
  left: 15px;
  top: 15px;
  display: none;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #91959f;
  width: 270px;
  max-width: 270px;
  padding: 15px 10px;
  text-align: left;
  z-index: 11;
  font-weight: 400;
  font-size: 13px;
}
.catalogue-block-filter .property-container .property-description-text > * {
  margin: 0;
  color: #000000;
  font-weight: 400;
  font-size: 13px;
}
.catalogue-block-filter .property-container .property-description-text a {
  font-weight: 600;
}
.catalogue-block-filter .property-container .property-description-text a:hover {
  color: #e61930;
}
.catalogue-block-filter .property-container .property-description.hovered .property-description-text {
  display: block;
}
.catalogue-block-filter .property-container .property:before, .catalogue-block-filter .property-container .property:after {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 2px;
  height: 8px;
  transition: all 0.2s ease-in;
  top: 45%;
  border-radius: 1px;
}
.catalogue-block-filter .property-container .property:before {
  right: 4px;
  transform: rotate(50deg);
}
.catalogue-block-filter .property-container .property:after {
  right: 8px;
  transform: rotate(-50deg);
}
.catalogue-block-filter .property-container .property.active:before {
  transform: rotate(-50deg);
}
.catalogue-block-filter .property-container .property.active:after {
  transform: rotate(50deg);
}
.catalogue-block-filter .product-status {
  font-weight: 600;
  color: #ffffff;
  padding: 2px 5px;
  z-index: 1;
}
.catalogue-block-filter .product-status--new {
  background-color: #ff9f07;
}
.catalogue-block-filter .product-status--new:before {
  border-bottom-color: rgb(82.7450980392%, 50.7147375079%, 0%);
}
.catalogue-block-filter .product-status--recommended {
  background-color: #e61930;
}
.catalogue-block-filter .product-status--recommended:before {
  border-bottom-color: rgb(72.1568627451%, 7.8431372549%, 15.0588235294%);
}
.catalogue-block-filter .product-status--sell-out {
  background-color: #247ed3;
}
.catalogue-block-filter .product-status--sell-out:before {
  border-bottom-color: rgb(11.2026673017%, 39.2093355561%, 65.6600777963%);
}
.catalogue-block-filter .product-status--sale {
  background-color: #039300;
}
.catalogue-block-filter .product-status--sale:before {
  border-bottom-color: rgb(0.7683073229%, 37.6470588235%, 0%);
}
.catalogue-block-filter .catalogue-filter-content {
  display: none;
  margin-bottom: 20px;
}
.catalogue-block-filter .catalogue-filter-content.active {
  display: block;
}
.catalogue-block-filter .price-interval-cell {
  display: block;
  margin-bottom: 10px;
  margin-top: 30px;
}
.catalogue-block-filter .price-interval-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.catalogue-block-filter .price-interval-block .property-filter-input {
  width: 70px;
}
.catalogue-block-filter .price-interval-block .currency-unit {
  margin-left: 5px;
  color: #91959f;
}
.catalogue-block-filter .catalogue-blog-filter-widget {
  margin-top: 20px;
  box-shadow: 0px 4px 10px 0px rgba(51, 61, 76, 0.1);
}
.catalogue-block-filter .catalogue-blog-filter-widget .header {
  background-color: #e3e7f0;
  padding: 20px;
}
.catalogue-block-filter .catalogue-blog-filter-widget .header h2 {
  font-size: 22px;
  margin: 0;
  line-height: 1;
}
.catalogue-block-filter .catalogue-blog-filter-widget .links {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding: 20px;
  padding-top: 0;
  padding-right: 10px;
}
.catalogue-block-filter .catalogue-blog-filter-widget .links a {
  border: none;
  text-decoration: underline;
  font-size: 1em;
  font-weight: 600;
  margin-top: 25px;
  position: relative;
  padding-left: 10px;
}
.catalogue-block-filter .catalogue-blog-filter-widget .links a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #e61930;
  width: 5px;
  height: 5px;
}
.catalogue-block-products .headline {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .catalogue-block-products .headline {
    display: block;
    font-size: 30px;
    margin-top: 0;
  }
  .catalogue-block-products .headline .catalogue-category-count {
    font-size: 30px !important;
  }
}
.catalogue-block-products .headline h1 {
  margin: 0;
  margin-right: 5px;
}
.catalogue-block-products .headline .catalogue-category-count {
  font-weight: 700;
  font-size: 2.5em;
}
.catalogue-block-products #category-description {
  font-size: 1em;
  text-align: justify;
  margin-bottom: 30px;
  margin-top: 10px;
}
.catalogue-block-products #category-description span {
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}
.catalogue-block-products #category-description span:hover {
  color: #e61930;
}
.catalogue-block-products .categories {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -9px;
  margin-bottom: 25px;
}
.catalogue-block-products .categories a {
  border: none;
  cursor: auto;
  flex: 0 0 calc(25% - 20px);
  width: 221px;
  text-decoration: none;
  display: flex;
  min-height: 75px;
  margin: 9px;
  display: none;
}
.catalogue-block-products .categories a > div {
  width: 100%;
  height: 100%;
}
.catalogue-block-products .categories a.visible {
  display: block;
}
.catalogue-block-products .categories .category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0px 4px 40px 0px rgba(51, 61, 76, 0.15);
  font-size: 13px;
  cursor: pointer;
  padding: 10px 20px;
  padding-left: 0;
  transition: box-shadow 0.2s ease-in;
  height: 100%;
  width: 100%;
  min-height: 80px;
}
.catalogue-block-products .categories .category img {
  width: 50px;
  min-width: 50px;
  margin: 0 15px;
  white-space: nowrap;
  overflow: hidden;
}
.catalogue-block-products .categories .category:hover {
  box-shadow: 1px 6px 15px 4px rgba(51, 61, 76, 0.2);
}
.catalogue-block-products .show-all-categories {
  text-align: center;
  margin-bottom: 30px;
}
.catalogue-block-products .show-all-categories span {
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}
.catalogue-block-products .products-layout-section {
  margin-top: 20px;
}
.catalogue-block-products .products-layout-section .layout-selectors {
  display: flex;
  border-bottom: 2px solid #e61930;
}
.catalogue-block-products .products-layout-section .layout-selectors .layout-selector {
  background-color: #e3e7f0;
  padding: 12px 25px;
  font-weight: 600;
  font-size: 13px;
  margin-right: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalogue-block-products .products-layout-section .layout-selectors .layout-selector.active {
  background-color: #e61930;
  color: #ffffff;
}
.catalogue-block-products .products-layout-section .layout-selectors .layout-selector:last-child {
  margin-right: 0px;
}
.catalogue-block-products .products-layout-section .layout-selectors .filtered-values-text {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}
.catalogue-block-products .products-layout-section .layout-selectors .filtered-values-text .custom-control-info {
  flex: 0 0 15px;
  background-color: #e61930;
  border-radius: 50%;
  color: #ffffff;
  height: 15px;
  width: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding-right: 1px;
  position: relative;
  cursor: pointer;
}
.catalogue-block-products .products-layout-section .layout-selectors .filtered-values-text .custom-control-info .filtered-text {
  display: none;
  position: absolute;
  left: 18px;
  top: -5px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #91959f;
  color: #000000;
  z-index: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 15px;
  width: 200px;
  width: max-content;
  max-width: 400px;
  font-family: Open Sans;
}
.catalogue-block-products .products-layout-section .layout-selectors .filtered-values-text .custom-control-info:hover .filtered-text {
  display: block;
}
.catalogue-block-products .products-layout-section .catalogue-product-layouts {
  text-align: center;
}
.catalogue-block-products .products-layout-section .catalogue-product-layouts > div {
  display: none;
  width: 100%;
  max-width: calc(100vw - 30px);
}
.catalogue-block-products .products-layout-section .catalogue-product-layouts > .active {
  display: block;
}
.catalogue-block-products .products-layout-section .catalogue-product-layouts .catalogue-filter-btn {
  margin-top: 60px;
  margin-bottom: 22px;
}
.catalogue-block-products .products-layout-section .catalogue-product-layouts .products-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 955px;
  overflow: hidden;
  /*                    margin-left: -7px;
  padding-left: 7px;*/
  position: relative;
  margin-bottom: 50px;
}
.catalogue-block-products .products-layout-section .catalogue-product-layouts .products-section .end-border {
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #e3e7f0;
  position: absolute;
}
.catalogue-block-products .products-layout-section .catalogue-product-layouts #catalogue-product-layout-table .prices-no-tax {
  font-size: 11px;
  padding-top: 25px;
  margin-bottom: 25px;
  text-align: left;
  color: #91959f;
}
.catalogue-block-products .products-layout-section .catalogue-product-layouts #catalogue-product-layout-table .prices-no-tax a {
  font-weight: 600;
}
.catalogue-block-products .products-layout-section .catalogue-product-layouts #catalogue-product-layout-table .product-name {
  max-height: 40px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  margin-left: 10px;
  font-weight: 600;
}
.catalogue-block-products .products-layout-section .catalogue-product-layouts #catalogue-product-layout-table .variant-table .stock-info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}
.catalogue-block-products .products-layout-section .catalogue-product-layouts #catalogue-product-layout-table .variant-table .stock-info .stock-info-dot {
  margin-left: 10px;
  margin-right: 10px;
}
.catalogue-block-products .products-layout-section .catalogue-product-layouts #catalogue-product-layout-table .variant-table.stick-first table {
  min-width: 98vw;
}
.catalogue-block-products .products-layout-section .catalogue-product-layouts #catalogue-product-layout-table .variant-table.stick-first table td {
  white-space: nowrap;
}
.catalogue-block-products .products-layout-section .catalogue-product-layouts #catalogue-product-layout-table .variant-table.stick-first table td:last-child, .catalogue-block-products .products-layout-section .catalogue-product-layouts #catalogue-product-layout-table .variant-table.stick-first table th:last-child {
  min-width: initial;
}
.catalogue-block-products .products-layout-section .catalogue-product-layouts #catalogue-product-layout-table .variant-table.stick-first table th:nth-child(1), .catalogue-block-products .products-layout-section .catalogue-product-layouts #catalogue-product-layout-table .variant-table.stick-first table td:nth-child(1) {
  width: 370px;
  max-width: 370px;
  min-width: 370px;
}
@media (min-width: 1200px) {
  .catalogue-block-products .products-layout-section .catalogue-product-layouts #catalogue-product-layout-table .variant-table.stick-first table {
    margin: 0;
    width: 100%;
    min-width: 948px;
  }
  .catalogue-block-products .products-layout-section .catalogue-product-layouts #catalogue-product-layout-table .variant-table.stick-first table th:nth-child(1), .catalogue-block-products .products-layout-section .catalogue-product-layouts #catalogue-product-layout-table .variant-table.stick-first table td:nth-child(1) {
    position: inherit;
    overflow: visible;
  }
}
.catalogue-block-products .products-layout-section .catalogue-product-layouts #catalogue-product-layout-table .variant-table.stick-first .no-wrap {
  flex-wrap: nowrap;
}
.catalogue-block-products .products-layout-section .catalogue-product-layouts #catalogue-product-layout-table .variant-table.stick-first .real-row {
  cursor: pointer;
  height: 50px;
}
.catalogue-block-subheading {
  color: #91959f;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 35px;
}
.catalogue-block .contact-us {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.catalogue-block .contact-us > div {
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-image: url("../Custom/img/mail-red-small.svg");
  font-weight: 600;
  padding-left: 25px;
  margin-bottom: 50px;
}
.catalogue-block .catalogue-footer {
  text-align: left;
  margin-bottom: 60px;
}
.catalogue-block .catalogue-footer h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
.catalogue-block .catalogue-footer__text {
  margin-bottom: 80px;
}
.catalogue-block .catalogue-filter-btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.catalogue-block .catalogue-filter-btn img {
  width: 20px;
  margin-top: 0;
}

.stock-tooltip-info {
  display: flex;
}
.stock-tooltip-info__text {
  color: #000000;
  background-color: #ffffff;
  position: absolute;
  left: 40px;
  /*top: 20px;*/
  display: none;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #91959f;
  padding: 15px;
  z-index: 1;
  min-width: 100px;
  max-width: 50vw;
  font-size: 1em;
  font-weight: 400;
  z-index: 10;
}
.stock-tooltip-info:hover .stock-tooltip-info__text {
  display: flex;
}

.property-filter-input {
  border-radius: 4px;
  text-align: center;
  max-width: 130px;
  border: 1px solid #91959f;
  outline: none;
  font-size: 13px;
  padding: 5px;
}

.unit-label {
  font-size: 12px;
}

.property-filter-item-count.text-gray, .department-warehouse-count-wrapper.text-gray {
  color: gray;
  font-weight: normal;
}

.property-filter-item.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.catalogue-active-filters-wrapper {
  margin-top: 50px;
  margin-bottom: 25px;
}
.catalogue-active-filters-wrapper .property-active-filter-item {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 5px;
}
.catalogue-active-filters-wrapper .property-active-filter-wrap {
  display: flex;
  flex-wrap: wrap;
}
.catalogue-active-filters-wrapper .property-active-filter-name {
  font-weight: 700;
  position: relative;
  top: 2px;
  padding-right: 5px;
}
.catalogue-active-filters-wrapper .active-property {
  background-color: #9195A0;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
  padding: 3px 26px 3px 9px;
  margin-right: 3px;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  margin-bottom: 5px;
}
.catalogue-active-filters-wrapper .active-property:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background-image: url("../Custom/img/close.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.catalogue-active-filters-wrapper .delete-filters-link {
  display: inline-block;
}
.catalogue-active-filters-wrapper .delete-filters {
  color: #e61930;
  padding-right: 20px;
  position: relative;
  font-size: 12px;
  display: inline-block;
  top: 1px;
}
.catalogue-active-filters-wrapper .delete-filters:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background-image: url("../Custom/img/close-red.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.progress-bar {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  justify-content: center;
  align-items: center;
  float: none;
  background-color: transparent;
  pointer-events: none;
  z-index: 11;
}
.progress-bar.active {
  display: flex;
}
.progress-bar .progress-bar-background {
  width: 300px;
  height: 125px;
  background-color: #e3e7f0;
  box-shadow: 0 4px 30px 2px rgba(0, 0, 0, 0.35);
}
.progress-bar .progress-bar-background p {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  margin-top: 22px;
}
.progress-bar .progress-bar-background .spinner {
  position: relative;
}
.progress-bar .progress-bar-background .spinner:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 130px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-right: 5px solid #e61930;
  border-left: 5px solid #e61930;
  border-bottom: 5px solid #e61930;
  animation: spinner 1.5s linear infinite;
  z-index: 11;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
@media (max-width: 1199px) {
  .catalogue-block-filter {
    margin: 0;
    flex: 0;
  }
  .catalogue-block-products {
    margin-top: 10px;
  }
  .catalogue-block-products h1 {
    margin-top: 0;
  }
  .catalogue-block-products #category-description {
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
  }
  .catalogue-block-products #category-description .link {
    display: block;
    margin-top: 15px;
  }
  .catalogue-block-products .categories {
    margin-top: 10px;
  }
  .catalogue-block-products .categories .category {
    font-size: 1em;
  }
  .catalogue-block-products .catalogue-filter-btn-wrap {
    display: flex;
    align-items: center;
    flex-grow: 5;
    justify-content: flex-end;
    padding-right: 10px;
  }
  .catalogue-block-products .products-layout-section .catalogue-product-layouts .products-section {
    max-width: 100%;
  }
  .catalogue-block-products .products-layout-section .catalogue-product-layouts .products-section .product-block-placeholder .product-name {
    word-break: break-all;
    word-break: break-word;
    font-size: 18px;
    margin-top: 25px;
  }
  .catalogue-block-products .products-layout-section .catalogue-product-layouts .products-section .product-block-placeholder .product-description {
    font-size: 1em;
    min-height: 1px;
  }
  .catalogue-block-products .products-layout-section .filtered-values-text {
    white-space: nowrap;
  }
  .catalogue-block-products .catalogue-footer h2 {
    color: #e61930;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget {
    margin-bottom: 95px;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget .header {
    margin-bottom: 40px;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget .links {
    text-align: left;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget .links a {
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 5px 20px 0px rgba(51, 61, 76, 0.15);
    padding: 15px 32px;
    margin: 11px 0;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget .links a img {
    width: 110px;
    min-width: 110px;
    margin-left: 25px;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget .links.no-img a {
    display: block;
    padding-top: 35px;
    text-decoration: none;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget .links.no-img a:hover {
    color: #000000;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget .links.no-img a span {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget .links.no-img a p {
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 25px;
  }
  .catalogue-block-products .catalogue-footer .catalogue-blog-filter-widget:last-child {
    margin-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .catalogue-block-products .categories a {
    flex: 0 0 calc(33.33% - 20px);
    width: initial;
  }
}
@media (max-width: 829px) {
  .catalogue-block-products .catalogue-filter-btn-wrap .catalogue-filter-btn {
    font-size: 12px;
    display: flex;
    height: 100%;
    align-items: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    min-height: 30px;
    padding: 7px 10px;
  }
  .catalogue-block-products .catalogue-filter-btn-wrap .catalogue-filter-btn img {
    margin-top: 0;
    width: 15px;
  }
}
@media (max-width: 767px) {
  .catalogue-block-products .categories a {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (min-width: 640px) and (max-width: 1199px) {
  .catalogue-block-products .products-layout-section .layout-selectors:not(.isFiltered) .filtered-values-text {
    display: none;
  }
  .catalogue-block-products .products-layout-section .layout-selectors:not(.isFiltered) .catalogue-filter-btn-wrap {
    padding-right: 0;
  }
}
@media (max-width: 689px) {
  .catalogue-block-products .products-layout-section .layout-selectors .layout-selector {
    padding: 5px 10px;
  }
  .catalogue-block-products .products-layout-section .layout-selectors .layout-selector:before {
    content: "";
    width: 15px;
    height: 15px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
  }
  .catalogue-block-products .products-layout-section .layout-selectors .layout-selector span {
    display: none;
  }
  .catalogue-block-products .products-layout-section .layout-selectors .layout-selector[data-layout=catalogue-product-layout-pic-with-description]:before {
    background-image: url("../Custom/img/icon-picture-view-black.png");
  }
  .catalogue-block-products .products-layout-section .layout-selectors .layout-selector[data-layout=catalogue-product-layout-pic-with-description].active:before {
    background-image: url("../Custom/img/icon-picture-view.png");
  }
  .catalogue-block-products .products-layout-section .layout-selectors .layout-selector[data-layout=catalogue-product-layout-table]:before {
    background-image: url("../Custom/img/icon-row-black.png");
  }
  .catalogue-block-products .products-layout-section .layout-selectors .layout-selector[data-layout=catalogue-product-layout-table].active:before {
    background-image: url("../Custom/img/icon-row.png");
  }
}
@media (max-width: 639px) {
  .catalogue-block-products .products-layout-section .layout-selectors {
    padding-top: 25px;
    position: relative;
  }
  .catalogue-block-products .products-layout-section .layout-selectors .filtered-values-text {
    position: absolute;
    top: 0;
    right: 0;
  }
  .catalogue-block-products .products-layout-section .layout-selectors .catalogue-filter-btn-wrap {
    padding-right: 0;
  }
}
@media (max-width: 476px) {
  .catalogue-block-products .headline {
    margin: 0 15px;
  }
  .catalogue-block-products .products-layout-section .layout-selectors {
    flex-wrap: wrap;
    /*.layout-selector {
        flex: 0 0 100%;
    }*/
  }
  .catalogue-block-products .products-layout-section .layout-selectors .catalogue-filter-btn-wrap .catalogue-filter-btn {
    min-width: 1px;
  }
  .catalogue-block-products .products-layout-section .layout-selectors .catalogue-filter-btn-wrap .catalogue-filter-btn span {
    display: none;
  }
  .catalogue-block-products .products-layout-section .layout-selectors .catalogue-filter-btn-wrap .catalogue-filter-btn img {
    margin-right: 0;
  }
  .catalogue-block-products .categories a {
    flex: 0 0 calc(100% - 20px);
  }
}
.catalogue-filter-mobile {
  text-align: center;
}
.catalogue-filter-mobile .empty-all-filters, .catalogue-filter-mobile .empty-property-filters {
  margin-top: 30px;
}
.catalogue-filter-mobile .empty-all-filters span, .catalogue-filter-mobile .empty-property-filters span {
  text-decoration: underline;
  font-size: 1em;
  font-weight: 600;
}
.catalogue-filter-mobile .custom-checkbox {
  box-shadow: none;
  padding: 10px 20px;
  margin-bottom: -1px;
  position: relative;
  border: 1px solid #bdbdbd;
}
.catalogue-filter-mobile .custom-checkbox .custom-control-indicator {
  margin-top: -1px;
}
.catalogue-filter-mobile .property-placeholder {
  text-align: left;
}
.catalogue-filter-mobile .property-placeholder .property {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1em;
  padding: 10px 25px;
  background-color: #e3e7f0;
  border-bottom: 1px solid #91959f;
  margin: 0;
  font-weight: 400;
}
.catalogue-filter-mobile .property-placeholder .property::before, .catalogue-filter-mobile .property-placeholder .property::after {
  content: none;
}
.catalogue-filter-mobile .property-placeholder .property-amount {
  background-color: transparent;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  display: none;
  position: relative;
}
.catalogue-filter-mobile .property-placeholder .property-amount:before, .catalogue-filter-mobile .property-placeholder .property-amount:after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #e61930;
}
.catalogue-filter-mobile .property-placeholder .property-amount:before {
  transform: rotate(45deg);
  height: 15px;
  left: 10px;
  top: 7px;
}
.catalogue-filter-mobile .property-placeholder .property-amount:after {
  transform: rotate(-45deg);
  height: 7px;
  top: 14px;
  left: 3px;
}
.catalogue-filter-mobile .property-placeholder .property-amount.visible {
  display: block;
}
.catalogue-filter-mobile .property-placeholder .properties {
  display: none;
  margin-top: 20px;
}
.catalogue-filter-mobile .property-placeholder .properties .property-description {
  margin-bottom: 20px;
  padding-left: 20px;
  width: initial;
  height: initial;
}
.catalogue-filter-mobile .property-placeholder .properties .price-interval-block .property-filter-input {
  width: 80%;
  font-size: 16px;
}
.catalogue-filter-mobile .property-placeholder .properties .price-interval-block .tb-cell {
  margin: 0 5px;
}
.catalogue-filter-mobile .property-placeholder .properties .property-filter-input {
  font-size: 1em;
  width: 50%;
  max-width: inherit;
}
.catalogue-filter-mobile .property-placeholder .properties .unit-label {
  font-size: 1em;
}
.catalogue-filter-mobile .secondary-buttons {
  display: none;
}
.catalogue-filter-mobile button {
  margin-top: 30px;
}
.catalogue-filter-mobile.property-selected .property-placeholder {
  display: none;
}
.catalogue-filter-mobile.property-selected .property-placeholder.active {
  display: block;
}
.catalogue-filter-mobile.property-selected .property-placeholder.active .property {
  padding-left: 40px;
  cursor: pointer;
}
.catalogue-filter-mobile.property-selected .property-placeholder.active .property-amount {
  display: none;
}
.catalogue-filter-mobile.property-selected .property-placeholder.active .property:before, .catalogue-filter-mobile.property-selected .property-placeholder.active .property:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 12px;
  left: 22px;
  background-color: #91959f;
}
.catalogue-filter-mobile.property-selected .property-placeholder.active .property:before {
  transform: rotate(45deg);
  top: 13px;
}
.catalogue-filter-mobile.property-selected .property-placeholder.active .property:after {
  transform: rotate(-45deg);
  top: 20px;
}
.catalogue-filter-mobile.property-selected .property-placeholder.active .properties {
  display: block;
  padding: 0 20px 20px 20px;
}
.catalogue-filter-mobile.property-selected .main-buttons {
  display: none;
}
.catalogue-filter-mobile.property-selected .secondary-buttons {
  display: block;
  padding: 0 20px;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
#Catalogue .root-category .placeholder {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 25px;
  margin-bottom: 25px;
  column-gap: 20px;
  border-bottom: 1px solid #e3e7f0;
  padding-bottom: 25px;
}
#Catalogue .root-category .placeholder .category {
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 40px 0px rgba(51, 61, 76, 0.15);
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  border: none;
  padding: 40px 20px 35px;
  background-color: #ffffff;
  text-decoration: none;
  margin-bottom: 25px;
  min-height: 197px;
}
#Catalogue .root-category .placeholder .category h3 {
  padding-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  max-width: 100%;
  word-break: break-word;
}
#Catalogue .root-category .placeholder .category img {
  width: 48px;
  max-height: 48px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}
#Catalogue .root-category .placeholder .category:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 57px 0px rgba(51, 61, 76, 0.5);
}
#Catalogue .root-category .category-description {
  margin-bottom: 50px;
  text-align: justify;
}
#Catalogue .root-category .catalogue-block-subheading {
  margin: 25px 0;
}
#Catalogue .root-category .category-landing-pages {
  display: flex;
  gap: 20px;
  padding-bottom: 50px;
}
#Catalogue .root-category .category-landing-pages .category-landing-page {
  padding: 24px 10px;
  text-align: center;
  width: 190px;
  height: 200px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 40px 0px rgba(51, 61, 76, 0.15);
  border-radius: 0px;
}
#Catalogue .root-category .category-landing-pages .category-landing-page img {
  width: 100%;
  max-height: 77px;
  object-fit: cover;
}
#Catalogue .root-category .category-landing-pages .category-landing-page .title {
  padding-top: 29px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0px;
  line-height: 20px;
}
#Catalogue .root-category .category-landing-pages .category-landing-page .title a {
  text-decoration: none;
}
@media (max-width: 1199px) {
  #Catalogue .root-category .category-landing-pages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #Catalogue .root-category .category-landing-pages .category-landing-page {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #Catalogue .root-category .category-landing-pages {
    display: grid;
    grid-template-columns: 1fr;
  }
  #Catalogue .root-category .category-landing-pages .category-landing-page {
    width: 100%;
  }
}
#Catalogue .root-category .demand-cta {
  margin-bottom: 50px;
}
#Catalogue .services {
  padding-bottom: 100px;
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid #e3e7f0;
}
#Catalogue .services .headline {
  color: #91959f;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 25px;
  text-align: left;
  font-family: "Open Sans";
}
#Catalogue .services > a {
  display: block;
  font-weight: bold;
  margin-top: 50px;
}
#Catalogue .services-placeholder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
#Catalogue .services-placeholder a {
  border: none;
  transition: none;
  text-decoration: none;
  text-align: left;
}
#Catalogue .services-placeholder a:hover .service {
  box-shadow: 0px 4px 18px 0px rgba(51, 61, 76, 0.3);
}
#Catalogue .services-placeholder .service {
  display: flex;
  background-color: #ffffff;
  padding: 25px;
  box-shadow: 0px 4px 18px 0px rgba(51, 61, 76, 0.2);
  transition: box-shadow 0.2s ease-in;
  height: 100%;
  justify-content: space-between;
}
#Catalogue .services-placeholder .service-text {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 10px;
}
#Catalogue .services-placeholder .service-text h3 {
  margin: 0;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  #Catalogue .services-placeholder .service-text h3 {
    font-size: 1.5em;
    line-height: 1.2;
  }
}
#Catalogue .services-placeholder .service-text--link {
  font-weight: 600;
  text-decoration: underline;
}
#Catalogue .services-placeholder .service-img img {
  max-width: 175px;
  max-height: 170px;
}
#Catalogue .services-placeholder .service:hover .service-text--link {
  color: #e61930;
}

@media (max-width: 1200px) {
  #Catalogue .root-category .placeholder {
    grid-template-columns: repeat(5, 1fr);
  }
  #Catalogue .root-category .placeholder .category {
    margin-bottom: 15px;
  }
  #Catalogue .root-category .placeholder .category h2 {
    word-break: break-all;
  }
}
@media (max-width: 1000px) {
  #Catalogue .services-placeholder {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 991px) {
  #Catalogue .root-category .placeholder {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 676px) {
  #Catalogue .root-category .placeholder {
    grid-template-columns: repeat(3, 1fr);
  }
  #Catalogue .services-placeholder {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  #Catalogue .services-placeholder .service {
    flex-direction: column;
  }
  #Catalogue .services-placeholder .service-text--link {
    display: none;
  }
}
@media (max-width: 599px) {
  #Catalogue .root-category .placeholder {
    grid-template-columns: 1fr;
  }
  #Catalogue .root-category .placeholder .category {
    position: relative;
    padding: 15px 17px;
    flex-direction: row;
    min-height: unset;
  }
  #Catalogue .root-category .placeholder .category img {
    width: 20px;
    height: auto;
    max-height: 20px;
    margin-bottom: 0;
  }
  #Catalogue .root-category .placeholder .category h3 {
    font-size: 14px;
    padding: 0 0 0 12px;
    word-wrap: normal;
    text-align: left;
  }
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none; /* MSPointer events - direct all pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox { /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container { /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
} /* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container { /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
} /* RTL direction/left-side scrollbar */
.mCSB_scrollTools { /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -20px;
} /* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
} /* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer { /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger { /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px; /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
} /* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
} /* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px; /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px; /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px; /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper { /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png); /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations 
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations 
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations 
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px; /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px; /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px; /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e6e6e6;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: none;
  background-color: #999;
  background-image: none;
  width: 10px;
  margin: 0 3px;
  border-radius: 0;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #999;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.layout-search {
  background-color: #ffffff;
  max-height: 1000px;
  overflow-y: auto;
  z-index: 10;
  padding-bottom: 15px;
  box-shadow: 0px 4px 10px 0px rgba(51, 61, 76, 0.33);
}
.layout-search a {
  text-decoration: none;
}
.layout-search .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e3e7f0;
  padding: 10px 20px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .layout-search .header {
    padding: 10px 15px;
  }
}
.layout-search .header a {
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}
.layout-search .placeholder .item {
  padding: 8px 0;
  margin: 0 20px;
  border-bottom: 2px solid #e3e7f0;
  font-weight: 600;
  font-size: 12.5px;
}
.layout-search .placeholder a:last-child .item {
  border: none;
}
.layout-search .products .placeholder .product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  margin: 0 20px;
  border-bottom: 2px solid #e3e7f0;
  min-height: 75px;
}
.layout-search .products .placeholder .product .product-img {
  flex: 0 0 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.layout-search .products .placeholder .product .product-name {
  font-weight: 600;
  flex: 0 0 50%;
}
.layout-search .products .placeholder .product .product-quantity {
  flex: 0 0 25%;
  text-align: right;
}
.layout-search .products .placeholder .product .product-quantity .quantity {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
  line-height: 25px;
}
.layout-search .products .placeholder .product .product-quantity .stock {
  color: #039300;
}
.layout-search .products .placeholder a:last-child .product {
  border: none;
}
.layout-search-text {
  padding: 22px 25px 40px;
  border-bottom: 1px solid rgba(86, 88, 95, 0.2);
}
@media (max-width: 767px) {
  .layout-search-text {
    padding: 10px 20px 0;
    border-bottom: 0;
  }
}
.layout-search-text .icon-light {
  position: relative;
  padding-left: 25px;
}
.layout-search-text .icon-light img {
  position: absolute;
  top: -1px;
  left: 0;
  pointer-events: none;
}
@media (max-width: 580px) {
  .layout-search-text .icon-light img {
    top: 3px;
  }
}
.layout-search__contact {
  padding: 20px 20px 0;
}
@media (max-width: 1199px) {
  .layout-search__contact {
    padding: 20px 15px 0;
  }
}
.layout-search__contact p {
  margin: 0;
  margin-bottom: 3px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 22px;
}
.layout-search__contact--contact-us {
  padding-left: 0 !important;
  margin-bottom: 10px !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.layout-search__contact--contact-us br {
  display: none;
}
@media (max-width: 580px) {
  .layout-search__contact--contact-us br {
    display: block;
  }
}
@media (max-width: 320px) {
  .layout-search__contact--contact-us br {
    display: none;
  }
}
.layout-search__contact--wrapper {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
  margin-left: -23px;
  flex-wrap: wrap;
  padding-right: 15px;
}
.layout-search__contact--wrapper p {
  margin-left: 23px;
}
.layout-search__contact--phone {
  background-image: url("../Custom/img/phone-red-small.png");
}
.layout-search__contact--phone a {
  color: #000000;
  text-decoration: none;
}
.layout-search__contact--phone a:hover {
  color: #e61930;
}
@media (max-width: 767px) {
  .layout-search__contact--phone {
    background-position: 14% center !important;
    padding-left: 0 !important;
  }
  .layout-search__contact--phone a {
    font-size: 12px;
    font-weight: bold;
    color: #e61930;
    border: 2px solid #e61930 !important;
    border-radius: 4px;
    padding: 13px 15px 13px 35px !important;
    display: inline-block;
  }
}
.layout-search__contact--mail {
  background-image: url("../Custom/img/mail-red-small.svg");
  background-position: 0% 55% !important;
}
.layout-search__contact--mail a {
  color: #000000;
  text-decoration: underline;
}
.layout-search__contact--mail a:hover {
  color: #e61930;
}
@media (max-width: 767px) {
  .layout-search__contact--mail {
    display: none;
  }
}
.layout-search__contact--departments {
  background-image: url("../Custom/img/department-red-small.png");
}
@media (max-width: 767px) {
  .layout-search__contact--departments {
    margin-left: 30px !important;
  }
}
@media (max-width: 380px) {
  .layout-search__contact--departments {
    margin-left: 25px !important;
    margin-top: 10px !important;
    margin-bottom: 13px !important;
  }
}
.layout-search__contact--departments a {
  color: #000000;
  text-decoration: underline;
}
.layout-search__contact--departments a:hover {
  color: #e61930;
}

@media (max-width: 1199px) {
  .layout-search .header a {
    font-size: 1em;
  }
}
@media (min-height: 868px) and (max-height: 1024px) {
  .layout-search {
    max-height: 750px;
  }
}
@media (min-height: 768px) and (max-height: 868px) {
  .layout-search {
    max-height: 700px;
  }
}
@media (min-height: 668px) and (max-height: 768px) {
  .layout-search {
    max-height: 550px;
  }
}
@media (min-height: 568px) and (max-height: 668px) {
  .layout-search {
    max-height: 400px;
  }
}
@media (max-height: 568px) {
  .layout-search {
    max-height: 300px;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.bl-forgottenpassword-form:not([data-is-modal=true]) {
  margin: 0;
  padding: 0;
  margin-bottom: 200px;
  max-width: inherit;
}
.bl-forgottenpassword-form h3 {
  font-size: 35px;
  font-weight: 700;
}
.bl-forgottenpassword-form .bl-forminput {
  margin: 0;
  margin-bottom: 25px;
  margin-top: 10px;
}
.bl-forgottenpassword-form .bl-forminput .col-xs-12 {
  padding: 0;
}
.bl-forgottenpassword-form .bl-forminput .control-label {
  display: block !important;
  visibility: visible !important;
}
.bl-forgottenpassword-form .bl-forminput .form-control {
  max-width: 380px;
  height: 50px;
  border-radius: 4px;
}
.bl-forgottenpassword-form .btn {
  box-shadow: none;
}
.bl-forgottenpassword-form .btn:hover, .bl-forgottenpassword-form .btn:focus {
  text-decoration: underline;
}
.bl-forgottenpassword-form .bl-message-block {
  text-align: left;
}

.reset-password-container {
  min-height: 600px;
}
.reset-password-container .bl-password-reset-form {
  margin: 0 !important;
  max-width: 480px !important;
}
.reset-password-container .bl-message-block {
  text-align: left;
}
.reset-password-container .btn {
  box-shadow: none;
}
.reset-password-container .bl-forminput .form-control {
  height: 50px;
  border-radius: 4px;
  margin-top: 10px;
}
.reset-password-container h2 {
  font-size: 35px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .reset-password-container .bl-forminput {
    min-width: initial;
  }
  .reset-password-container .bl-forminput .form-control {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 549px) {
  .bl-forgottenpassword-form .bl-forminput {
    min-width: 1px;
  }
  .bl-forgottenpassword-form .bl-forminput .form-control {
    width: 100%;
  }
  .login-placeholder__login .login-second-step {
    padding-right: 0;
  }
  .login-placeholder__login .login-second-step .bl-dropdown .btn-group {
    width: 100%;
  }
}
@media (max-width: 339px) {
  .bl-forgottenpassword-form .g-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.left-menu {
  flex: 0 0 22%;
  max-width: 22%;
  box-shadow: 0px 10px 37px 0px rgba(51, 61, 76, 0.23);
}
.left-menu .menu-category {
  border-bottom: 1px solid #c6c7cf;
}
.left-menu .menu-category .headline {
  background-color: #e3e7f0;
  padding: 18px 25px;
}
.left-menu .menu-category .headline a {
  border: none;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  text-decoration: none;
}
.left-menu .menu-category .headline a:hover {
  color: #e61930;
  text-decoration: none;
}
.left-menu .menu-category .headline a:focus {
  color: #e61930;
  text-decoration: none;
}
.left-menu .menu-category .sub-category {
  display: none;
  padding: 0 25px 18px 30px;
  margin-top: -18px;
}
.left-menu .menu-category .sub-category > div {
  margin-bottom: 5px;
}
.left-menu .menu-category .sub-category > div:first-child {
  padding-top: 8px;
}
.left-menu .menu-category .sub-category > div .link {
  font-size: 14px;
  cursor: pointer;
}
.left-menu .menu-category .sub-category > div .link:hover {
  color: #e61930;
  text-decoration: none;
}
.left-menu .menu-category .sub-category > div .link.active {
  color: #e61930;
  text-decoration: none;
}
.left-menu .menu-category .sub-category > div .link a {
  text-decoration: none !important;
}
.left-menu .menu-category .sub-category .tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 5px 20px;
  max-height: 102px;
  overflow: hidden;
  transition: all 0.2s ease-in;
  margin-left: -25px;
}
.left-menu .menu-category .sub-category .tags .tag {
  white-space: nowrap;
  font-size: 10px;
  border: 1px solid #e61930;
  background-color: #ffffff;
  border-radius: 2px;
  margin: 3px;
  padding: 5px 10px;
  color: #e61930;
}
.left-menu .menu-category .sub-category .tags .tag a {
  text-decoration: none;
}
.left-menu .menu-category .sub-category .tags .tag a:hover {
  text-decoration: underline;
}
.left-menu .menu-category .sub-category .tags .tag a:focus {
  color: #e61930;
}
.left-menu .menu-category .sub-category .tags .tag.active {
  background-color: #e61930;
  color: #ffffff;
}
.left-menu .menu-category .sub-category .tags .tag.active a:hover {
  border-bottom-color: #ffffff;
  color: #ffffff;
}
.left-menu .menu-category .sub-category .tags.visible {
  max-height: 350px;
  overflow: auto;
}
.left-menu .menu-category .sub-category .all-tags {
  margin-left: -25px;
  margin-bottom: 0;
}
.left-menu .menu-category .sub-category .show-all-tags {
  cursor: pointer;
  position: relative;
  text-decoration: underline;
  color: #e61930;
  transition: all 0.2s ease-in;
  font-size: 12px;
  margin-left: 42px;
  padding-left: 15px;
}
.left-menu .menu-category .sub-category .show-all-tags:before, .left-menu .menu-category .sub-category .show-all-tags:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 6px;
  top: 6px;
  background-color: #e61930;
  transition: all 0.2s ease-in;
}
.left-menu .menu-category .sub-category .show-all-tags:before {
  left: 0;
  transform: rotate(-45deg);
}
.left-menu .menu-category .sub-category .show-all-tags:after {
  left: 4px;
  transform: rotate(45deg);
}
.left-menu .menu-category .sub-category .show-all-tags.visible:before {
  transform: rotate(45deg);
}
.left-menu .menu-category .sub-category .show-all-tags.visible:after {
  transform: rotate(-45deg);
}
.left-menu .menu-category.active {
  border-bottom: none;
  margin-top: -1px;
}
.left-menu .menu-category.active .headline {
  background-color: #ffffff;
  color: #e61930;
}
.left-menu .menu-category.active .headline a {
  text-decoration: none;
  color: #e61930;
}
.left-menu .menu-category.active .headline a:hover {
  color: #e61930;
}
.left-menu .menu-category.active .sub-category {
  display: block;
}
.left-menu .menu-category.active .sub-category > div > a {
  text-decoration: none;
}
.left-menu .menu-category.active .sub-category > div > a.active, .left-menu .menu-category.active .sub-category > div > a:hover {
  color: #e61930;
  text-decoration: none;
}
.left-menu .menu-category:last-child {
  border: none;
}

.demand-menu .headline, .gumex-plus-menu .headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.demand-menu .label-new, .gumex-plus-menu .label-new {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 10px;
  text-transform: uppercase;
  color: #e61930;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.services-page .placeholder {
  display: flex;
  align-items: flex-start;
}
.services-page .placeholder .services-static-page {
  margin-left: 30px;
}
.services-page .placeholder .services-placeholder {
  flex: 0 0 78%;
  max-width: 78%;
  padding-left: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}
.services-page .placeholder .services-placeholder > h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  padding-left: 20px;
}
.services-page .placeholder .services-placeholder .services {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 33% 33% 33%;
  -ms-grid-columns: 315px 315px 315px;
  margin-right: -10px;
  margin-bottom: -1px;
}
.services-page .placeholder .services-placeholder .services .service {
  background-color: #ffffff;
  border-bottom: 1px solid #91959f;
  padding-left: 20px;
}
.services-page .placeholder .services-placeholder .services .service .info {
  padding-right: 10px;
}
.services-page .placeholder .services-placeholder .services .service .info > a {
  min-height: 54px;
  margin-bottom: 30px;
  text-decoration: none;
}
.services-page .placeholder .services-placeholder .services .service .info h2 {
  margin-bottom: 20px;
  margin-top: 35px;
  min-height: 52px;
  word-break: break-word;
}
.services-page .placeholder .services-placeholder .services .service .info .img {
  height: 180px;
  width: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 25px;
}
.services-page .placeholder .services-placeholder .services .service .info .description {
  min-height: 140px;
  padding-right: 50px;
}
.services-page .placeholder .services-placeholder .services .service .info .description a {
  text-decoration: none;
}
.services-page .placeholder .services-placeholder .services .service .info .link {
  text-align: center;
  font-weight: 600;
}
.services-page .placeholder .services-placeholder .services .service .white-space {
  width: 100%;
  height: 35px;
}

@media (max-width: 1199px) {
  .services-page .placeholder {
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .services-page .placeholder .left-menu {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .services-page .placeholder .services-static-page {
    margin-left: 0;
    margin-top: 25px;
  }
  .services-page .placeholder .services-placeholder {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  .services-page .placeholder .services-placeholder .services {
    margin-right: -12px;
    margin-left: -20px;
  }
  .services-page .placeholder .services-placeholder > h1 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .services-page .placeholder .services-placeholder .services {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 467px) {
  .services-page .placeholder .services-placeholder .services {
    grid-template-columns: 100%;
  }
  .services-page .placeholder .services-placeholder .services .service .info .img {
    background-position: center;
  }
  .services-page .placeholder .services-placeholder .services .service .info h2 {
    min-height: initial;
  }
}
.services-page .placeholder .services-placeholder .services .service:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(5) {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(6) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(7) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(8) {
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(9) {
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(10) {
  -ms-grid-column: 0;
  -ms-grid-row: 4;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(11) {
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(12) {
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(13) {
  -ms-grid-column: 1;
  -ms-grid-row: 5;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(14) {
  -ms-grid-column: 2;
  -ms-grid-row: 5;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(15) {
  -ms-grid-column: 3;
  -ms-grid-row: 5;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(16) {
  -ms-grid-column: -3;
  -ms-grid-row: 6;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(17) {
  -ms-grid-column: -2;
  -ms-grid-row: 6;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(18) {
  -ms-grid-column: -1;
  -ms-grid-row: 6;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(19) {
  -ms-grid-column: 1;
  -ms-grid-row: 7;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(20) {
  -ms-grid-column: 2;
  -ms-grid-row: 7;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(21) {
  -ms-grid-column: 3;
  -ms-grid-row: 7;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(22) {
  -ms-grid-column: 1;
  -ms-grid-row: 8;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(23) {
  -ms-grid-column: 2;
  -ms-grid-row: 8;
}
.services-page .placeholder .services-placeholder .services .service:nth-child(24) {
  -ms-grid-column: 3;
  -ms-grid-row: 8;
}