@media screen and (max-width: 1900px) {
  .mobile {
    bottom: 40px !important;
  }
  .open-cmb.mobile {
    bottom: 210px !important;
  }
  .open-chat.mobile {
    bottom: 125px !important;
  }
  .modal-content.mobile {
    bottom: 121px !important;
  }
}
@media screen and (max-width: 1023px) {
  .mobile {
    bottom: 65px !important;
  }
  .open-cmb.mobile {
    bottom: 235px !important;
  }
  .open-chat.mobile {
    bottom: 150px !important ;
  }
  .modal-content.mobile {
    bottom: 145px !important;
  }
}

#cmb-holder {
  height: 0;
}

#cmb-form .has-float-label {
  display: block;
  position: relative;
  display: flex;
}

#cmb-form .has-float-label > span,
#cmb-form .has-float-label label {
  position: absolute;
  left: 10px;
  top: 5px;
  cursor: text;
  font-size: 65%;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#cmb-form .has-float-label input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#cmb-form .has-float-label input::-moz-placeholder {
  opacity: 1;
  transition: all 0.2s;
}

#cmb-form .has-float-label input:-ms-input-placeholder {
  opacity: 1;
  transition: all 0.2s;
}

#cmb-form .has-float-label input::placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#cmb-form
  .has-float-label
  input:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

#cmb-form
  .has-float-label
  input:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}

#cmb-form
  .has-float-label
  input:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}

#cmb-form .has-float-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}

#cmb-form .has-float-label input:placeholder-shown:not(:focus) + * {
  font-size: 1rem;
  opacity: 0.5;
  top: 1rem;
}

.contact-ico-toggler {
  background-image: url(https://static.telekom.sk/cmb-legacy/img/contact.png);
  background-size: 70px 70px;
  z-index: 2000 !important;
  -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
}

.chat-ico-toggler,
.cmb-ico-toggler,
.contact-ico-toggler {
  height: 70px;
  width: 70px;
  position: fixed;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
  border-radius: 50%;
}

.chat-ico-toggler,
.cmb-ico-toggler {
  z-index: 1999;
  transition: bottom 0.35s ease-in-out;
}

.cmb-ico-toggler {
  background-image: url(https://static.telekom.sk/cmb-legacy/img/cmb.png);
}

.chat-ico-toggler,
.cmb-ico-toggler {
  background-size: 70px 70px;
  height: 70px;
  width: 70px;
}

.chat-ico-toggler {
  background-image: url(https://static.telekom.sk/cmb-legacy/img/chat.png);
}

.open-chat {
  bottom: 101px;
}

.open-chat,
.open-cmb {
  transition: bottom 0.35s ease-in-out;
  -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
}

.open-cmb {
  bottom: 185px;
}

.ico-shadow {
  -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
}

.open-contact {
  background-image: url(https://static.telekom.sk/cmb-legacy/img/contact-off.png) !important;
}

.cmb-modal {
  display: flex;
  position: fixed;
  z-index: 99999;
  vertical-align: middle;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}

.modal-content {
  position: absolute;
  right: 16px;
  bottom: 96px;
  width: 340px;
}

.modal-content,
.modal-terms-content {
  font-family: TeleGrotesk Next, sans-serif, Arial !important;
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  z-index: 99999;
  -moz-box-shadow: 1px 1px 7px 3px #000;
  -webkit-box-shadow: 1px 1px 7px 3px #000;
  box-shadow: 1px 1px 7px 3px #000;
}

.modal-terms-content {
  position: relative;
  max-width: 600px;
  padding: 20px;
}

.modal-terms-content h3 {
  font-family: TeleGrotesk Next, sans-serif, Arial !important;
  color: #262626 !important;
  font-weight: 700;
  font-size: 18px !important;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 20px;
}

.modal-terms-content .cmb-close-terms {
  height: 28px;
  width: 28px;
  background: url(https://static.telekom.sk/cmb-legacy/img/close-terms.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.modal-terms-content a#cmb-close-terms-btn {
  font-family: TeleGrotesk Next, sans-serif, Arial !important;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #e20074;
  color: #e20074;
  background-color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 20px;
}

.modal-terms-content p.terms-text {
  color: #262626;
  line-height: normal;
  margin-bottom: 30px;
}

.modal-terms-content p.terms-text,
.modal-terms-content p.terms-text a {
  font-family: TeleGrotesk Next, sans-serif, Arial !important;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
}

.modal-terms-content p.terms-text a {
  color: #e20074;
}

.modal-content .cmb-header {
  border-bottom: 1px solid #ededed;
}

.modal-content .cmb-footer,
.modal-content .cmb-header {
  display: flex;
  justify-content: center;
  justify-items: center;
  padding: 20px 0;
}

.modal-content .cmb-footer {
  border-top: 1px solid #ededed;
}

.modal-content .cmb-footer a {
  color: #e20074;
  font-size: 16px;
  font-weight: 400;
}

.modal-content .cmb-footer a,
.modal-content .cmb-header h3 {
  font-family: TeleGrotesk Next, sans-serif, Arial !important;
  text-decoration: none;
}

.modal-content .cmb-header h3 {
  color: #262626;
  font-size: 18px;
  padding: 0 0 0 5px;
  margin: 0;
  font-weight: 700;
  text-transform: none;
}

.cmb-body p {
  margin: 15px auto;
}

.cmb-body p,
.cmb-body p.thanks-msg {
  font-family: TeleGrotesk Next, sans-serif, Arial !important;
  color: #262626;
  padding: 0 25px;
}

.cmb-body p.thanks-msg {
  margin: 25px auto;
}

.cmb-close {
  height: 71px;
  width: 71px;
  background: url(https://static.telekom.sk/cmb-legacy/img/close.png);
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -81px;
  right: 0;
  z-index: 99999;
  cursor: pointer;
}

.cmb-body input[type="phone"] {
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  text-align: start;
  background-color: #f3f3f3;
  cursor: text;
  margin: 0;
  font: 400 13.3333px Arial;
  outline: none;
  appearance: none;
  width: 100%;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #262626;
  padding: 1.4375rem 0.75rem 0.4375rem;
  cursor: auto;
  border: none;
  border-bottom: 1px solid #d0d0d0;
}

.cmb-body input[type="phone"]:focus {
  border-bottom: 2px solid #e20074;
}

.cmb-body input[type="phone"].error {
  border-color: red;
  color: red;
}

.cmb-body .cmb-form {
  text-align: center;
  padding: 10px 20px;
  margin-block-end: 1em;
}

#cmb-form .cmb-termscheck-container {
  font-family: TeleGrotesk Next, sans-serif !important;
  text-align: left;
  color: #262626;
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 20px 0;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#cmb-form .cmb-termscheck-container a {
  color: #e20074;
  text-decoration: none;
}

#cmb-form #uniform-termscheck {
  position: absolute;
  top: -5px;
  left: 0;
}

#cmb-form #cmb-error-msg {
  font-family: TeleGrotesk Next, sans-serif !important;
  color: red !important;
  font-size: 14px !important;
}

#cmb-form #cmb-radio-buttons {
  font-family: TeleGrotesk Next, sans-serif !important;
  font-size: 16px;
  color: #262626;
  text-decoration: none;
  text-transform: none;
  text-align: left;
}

#cmb-form #cmb-radio-buttons .cmb-radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#cmb-form #uniform-cmb-radio1,
#cmb-form #uniform-cmb-radio2 {
  position: absolute;
  top: -5px;
  left: 0;
}

.cmb-body button.cmb-but {
  font-family: TeleGrotesk Next, sans-serif !important;
  cursor: pointer;
  background: #e10073;
  text-shadow: 1px 1px 0 #9a0554;
  width: 100%;
  height: 40px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
  border: none;
  border-radius: 3px;
  outline: none;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .modal-content .cmb-header h3 {
    font-size: 16px;
  }

  .modal-content {
    width: 310px;
  }

  .modal-terms-content {
    max-width: 80%;
  }
}
