.onecbo__chat_button {
  position: fixed;
  right: 70px;
  bottom: 21px;
  display: block;
  width: 150px;
  height: 45px;
  border-radius: 27px;
  cursor: pointer;
  background: #50A7FF url("/wp-content/themes/malyi-biznes.ru/inc/1cbo-chat/img/chat-play.png") no-repeat 25px center;
  border: 1px solid #50a7ff;
  color: #fff;
  padding-left: 40px;
  font-size: 15px;
  z-index: 999999;
}
.hidden {
  display: none !important;
}
.show {
  display: block !important;
}


#onecbo__widget {
  position: fixed;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  visibility: visible;
  bottom: 75px;
  right: 70px;
  width: 350px;
  height: 600px;
  max-width: 100%;
  max-height: calc(100% - 150px);
  min-width: 0;
  background-color: transparent;
  transition: none 0s ease 0s !important;
  z-index: 999999;
  border-radius: 5px;
  overflow-y: auto;
}

#onecbo__widget textarea {
  resize: none;
  box-shadow: none;
  -webkit-appearance: none;
  font-size: 15px;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 226, 230);
  border-image: initial;
  padding: 0.8em;
  border-radius: 4px;
}
#onecbo__widget .form-text, 
#onecbo__widget select {
  box-shadow: none;
  -webkit-appearance: none;
  font-size: 13px;
  font-family: inherit;
  width: 100% !important;
  border: 1px solid #e6eaf0;
  padding: 0.8em;
  border-radius: 4px;
  line-height: 18px;
  min-height: 16px;
  height: auto;
  box-sizing: border-box;
  background: #fafafa;
}
#onecbo__widget .mb-dropdown-item,
#onecbo__widget .mb-dropdown-search-box-in {
  font-size: 13px !important;
  line-height: 18px !important;
  min-height: 18px !important;
  height: 18px !important;
}
#onecbo__widget .mb-dropdown-menu-in {
  height: 116px;
}
#onecbo__widget select {
}
#onecbo__widget form button {
  color: #555555;
  width: 100%;
  max-width: 320px;
  opacity: 1;
  background-color: rgb(255, 222, 65);
  border-radius: 0.3em;
  border-width: 0;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  padding: 1em;
  font-size: 14px;
  min-height: 16px;
  line-height: 16px;
  margin-top: 10px;
  cursor: pointer;
  text-transform: uppercase;
}
#onecbo__widget .services-list label {
  display: block;
}
#onecbo__widget input[type="radio"] {
}
#onecbo__widget .agreement p {
  margin: 5px 0 0;
  text-align: center;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
}

.onecbo__form_success {
  display: none;
}
#block-mixas_1cbo-mixas_1cbo_chat {
  background: transparent;
  position: fixed;
  bottom: 55px;
  will-change: opacity;
  backface-visibility: hidden;
  right: 50px;
  padding: 0.5em 0.5em 1em 1em;
  border: none;
  z-index: 9000;
}


.onecbo__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 580px;
  background: #fafafa;
}
.onecbo__header {
  width: 100%;
  position: relative;
  background-color: #50a7ff;
  color: #ffffff;
  height: 314px;
}
.onecbo__body {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  height: 100%;
  min-height: 100px;
  color: rgb(66, 77, 87);
  padding: 10px;
  border: 1px solid #e6eaf0;
}
.onecbo__body.submit-step {
  background: #fff;
}
.onecbo__form_wrapper {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  border-radius: 2px;
  display: block;
  max-width: 320px;
  border-width: 0;
  margin: 0 auto;
  width: auto;
  padding: 1em;
  box-sizing: content-box;
  height: max-content;
  margin-top: -38px;
  z-index: 1;
  position: relative;
}
.onecbo__footer {
  right: 0;
  font-size: 0.6em;
  color: rgb(255, 255, 255);
  text-align: right;
  text-shadow: rgba(0, 0, 0, 0.7) 0 0.1rem 0.6rem;
  position: absolute;
  bottom: -3.5em;
  padding: 0em 2em 1.5em 1em;
}
.onecbo__header .onecbo__title {
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  margin-top: 35px;
  color: #f2f2f2;
}
.onecbo__header .onecbo__title.step_two {
  margin-top: 60px;
  line-height: 25px;
}
.sub-text {
  margin-top: 12px;
  font-size: 15px;
  line-height: 20px;
}
.onecbo__header .onecbo__title strong {
  color: #fff;
}
.onecbo__face {
  text-align: center;
  margin-top: 37px;
  margin-bottom: 10px;
  height: 50px;
}
.onecbo__close_button button {
  background: url(/wp-content/themes/malyi-biznes.ru/inc/1cbo-chat/img/chat-close.png) no-repeat center center;
  width: 16px;
  height: 16px;
  border: none;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.onecbo__message p {
  text-align: center;
  margin: 10px 0;
  font-size: 15px;
  color: #555555;
}
.onecbo__message.error p {
  color: #ed1c24;
}
.block-mixas_1cbo .hidden {
  display: none !important;;
  visibility: hidden !important;
  opacity: 0 !important;;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
.block-mixas_1cbo .show {
  display: block !important;;
  visibility: visible !important;;
  opacity: 1 !important;;
  transition-delay: 0s;
}
.form-item input.error, .form-item-error select {
  border: 1px solid #ed1c24 !important;
}
@media (max-width: 450px) {
  #block-mixas_1cbo-mixas_1cbo_chat {
    right: 2px;
    bottom: 120px;
  }
  #onecbo__widget {
    width: 100%;
    box-sizing: border-box;
  }
}

.chat-form-bottom {
  margin-top: 10px;
  padding: 0 35px;
}
.chat-form-bottom label {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.form-item {
  margin-bottom: 10px;
}
.onecbo_lp_send_form .services-list.form-item label {
  color: #252525;
  margin: 0;
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: normal;
  text-align: left;
  background: #eef2f7;
  margin-bottom: 10px;
  border-radius: 20px;
  padding: 14px;
  line-height: 16px;
  text-indent: 31px;
  box-sizing: border-box;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}
.onecbo_lp_send_form .services-list.form-item label span {
  display: block;
  background: #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 15px;
}
.onecbo_lp_send_form .services-list.form-item label.checked span i {
  width: 8px;
  height: 8px;
  background: #50a7ff;
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}
input[type="radio"]:checked + label {
  background: #e83737;
  color: #fff;
  border-color: #e83737;
}
.onecbo_lp_send_form .services-list.form-item label.checked {
  background: #50a7ff;
  color: #ffffff;
  margin-left: -10px;
}
.onecbo_lp_send_form .services-list.form-item label.unchecked {
  margin-left: 10px;
}
.onecbo_lp_send_form .services-list.form-item label input {
  display: none;
}
.gift_name {
  display: none;
 }
.onecbo_lp_send_form .form-item .form-required {
  float: none;
}
.onecbo_lp_send_form .form-item {
  margin: 0;
}
.onecbo_lp_send_form .form-item input[type="text"],
.onecbo_lp_send_form .form-item textarea,
.onecbo_lp_send_form .form-item select {
  height: 32px;
  line-height: 33px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 14px;
}
.onecbo_lp_send_form .city_full {
  display: none;
}
.onecbo__form_success {
  background: #50a7ff;
  height: 100%;
}
.onecbo_success__title {
  color: #fff !important;
  font-size: 18px;
  margin-top: 35px;
  text-align: center;
  font-weight: bold;
}
.onecbo_success__sub {
  color: #f2f2f2;
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
}
.onecbo_success__block {
  margin: 30px 15px 15px;
  text-align: center;
  background: #ffffff;
  border-radius: 2px;
  padding: 1px 0 0 0;
}
.onecbo_success__title {
  font-size: 18px;
  color: #555555;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
.onecbo_success__text {
  color: #555555;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
}
.onecbo_success__link {
  background: #eef2f7;
  padding: 15px;
  position: relative;
  border-radius: 2px;
}
.onecbo_success__link a {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background: #50a7ff;
  width: 200px;
  padding: 10px;
  font-weight: 300;
  border-radius: 2px;
  margin-bottom: 10px;
}
.onecbo_success__desc {
  color: #50a7ff;
}
.onecbo_success__arrow {
  background: url(/wp-content/themes/malyi-biznes.ru/inc/1cbo-chat/img/chat-arrow.png) no-repeat center center;
  width: 16px;
  height: 36px;
  position: absolute;
  right: 30px;
  top: 45px;
}