.chat-btn {
  position: fixed;
  bottom: 60px;
  right: 103px;
  height: 54px;
  line-height: 1.3;
  z-index: 100000;
}

.chat-btn .cc-txt {
  font-size: 16px;
  height: 54px;
  color: #2a3134;
  padding: 18px 20px 15px 20px;
  position: relative;
  border-radius: 10px;
  background: #f4f4f4;
}

.chat-btn .cc-close {
  width: 54px;
  height: 54px;
  background: #f4f4f4 url('../img/icons/close_grey.svg') center no-repeat;
  background-size: 16px auto;
  border-radius: 50%;
  display: block;
  left: -54px;
  top: 0;
  color: #2a3134;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  position: absolute;
}

.chat-btn .cc-close:hover {
  background-image: url('../img/icons/close_white.svg');
  background-color: #f08207;
}

.chat-btn .cc-image {
  position: absolute;
  top: 10px;
  right: -110px;
}

.chat-btn .cc-image img {
  max-width: 107px;
}

.chat-btn .cc-sign {
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
}

.chat-btn .cc-pointer {
  cursor: pointer;
}

.chat-box {
  display: none;
  bottom: 0;
  right: 0;
  overflow: hidden;
  margin: 20px;
  line-height: 1.3;
  position: fixed;
  z-index: 100000;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  width: 340px;
}

.chat-box:after {
  position: absolute;
  bottom: 58px;
  left: 0;
  width: 100%;
  height: 15px;
  content: '';
  display: block;
  background: linear-gradient(to bottom, transparent, #f5f5f5);
}

.chat-box .chat-top {
  height: 60px;
  display: flex;
  background: #3a3a46;
  color: #fff;
  padding: 15px 20px;
  position: relative;
  z-index: 101;
}

.chat-box .chat-top .cc-logo {
  margin-right: 8px;
}

.chat-box .chat-top .cc-logo img {
  width: 93px;
  display: block;
}

.chat-box .chat-top .cc-txt {
  font-size: 12px;
  width: 130px;
}

.chat-box .cc-btn-icon {
  width: 20px;
  height: 20px;
  background: url('../img/icons/dots.svg') center no-repeat;
  display: block;
  position: absolute;
  top: 20px;
  right: 43px;
}

.chat-box .cc-btn-icon:hover,
.chat-box .cc-btn-icon.active {
  background-image: url('../img/icons/dots_white.svg');
}

.chat-box .cc-close-1 {
  background: url('../img/icons/close_grey_light.svg') center no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}

.chat-box .cc-close-1:hover {
  background-image: url('../img/icons/close_white.svg');
}

.chat-box .chat-bottom {
  background: #fff;
  border-top: 1px solid #d8dcde;
  position: relative;
}

.chat-box .chat-bottom input {
  height: 58px;
  display: block;
  width: 100%;
  font-size: 14px;
  border: none;
  background: none;
  padding: 0 58px 0 20px;
  font-family: 'Montserrat', sans-serif;
}

.chat-box .chat-bottom input::placeholder {
  color: #000;
}

.chat-box .chat-bottom button {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  background: #fff url('../img/icons/send.svg') center no-repeat;
  background-size: 21px auto;
  display: block;
  border: none;
}

.chat-box .chat-bottom button:focus {
  outline: none;
}

.chat-box .chat-bottom button.disabled {
  background-image: url('../img/icons/send_grey.svg');
}

.chat-box .chat-bottom button.disabled:hover {
  cursor: default;
}

.chat-box .chat-content {
  background: #fff;
  height: 470px;
  max-height: calc(100vh - 159px);
  line-height: 1.3;
  color: #2a3134;
  overflow: auto;
  padding: 15px 20px;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.chat-box .chat-content .chat-response {
  display: flex;
  flex-direction: column-reverse;
}

.chat-box .chat-content .cc-txt-1 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: bold;
}

.chat-box .chat-content .cc-image-1 {
  text-align: center;
  margin-bottom: 13px;
}

.chat-box .chat-content .cc-image-1 img {
  max-width: 81px;
}

.chat-box .chat-content .cc-txt-2 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 16px;
}

.chat-box .chat-content .cc-txt-2 a,
.chat-box .chat-content .cc-txt-2 a:visited {
  color: #f08207;
}

.chat-box .chat-content .cc-txt-2 a:hover {
  opacity: 0.9;
}

.chat-box .chat-content .cc-time {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #939fa6;
  margin-bottom: 10px;
  font-size: 12px;
}

.chat-box .chat-content .cc-time img {
  max-width: 40px;
}

.chat-box .chat-content .cc-time div {
  margin-bottom: -3px;
}

.chat-box .chat-content .cc-buttons {
  background: #f4f4f4;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.chat-box .chat-content .cc-buttons .cc-txt-3 {
  margin-bottom: 10px;
  padding: 5px 0;
  font-size: 14px;
}

.chat-box .chat-content .cc-time-1 {
  justify-content: flex-end;
}

.chat-box .chat-content .cc-txt-4 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.chat-box .chat-content .cc-txt-4 .cc-txt-4-1 {
  width: calc(100% - 20px);
  background: #ffe8bf;
  font-size: 14px;
  border-radius: 10px;
  padding: 16px 15px 15px 15px;
}

.chat-box .chat-content .cc-txt-5 {
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 10px;
  background: #f4f4f4;
  font-size: 14px;
}

.chat-box .chat-content .cc-txt-5 .cc-txt-3 {
  margin-bottom: 15px;
}

.chat-box .chat-content .cc-txt-5 .cc-btn + .cc-btn {
  margin-top: 10px;
}

.chat-box .chat-content .cc-txt-5 a,
.chat-box .chat-content .cc-txt-5 a:visited {
  color: #2a3134;
  font-weight: bold;
  word-break: break-word;
}

.chat-box .chat-content .cc-txt-5 a:hover {
  color: #2a3134;
  opacity: 0.85;
}

.chat-box .chat-content .cc-btn,
.chat-box .chat-content .cc-btn:visited {
  margin-bottom: 10px;
  display: block;
  border-radius: 25px;
  padding: 16px 30px 15px 30px;
  color: #2a3134;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: #e2e2e2;
}

.chat-box .chat-content .cc-btn:hover {
  background: #f08207;

  color: #fff;
}

.chat-box .chat-content .cc-button-1,
.chat-box .chat-content .cc-button-1:visited {
  padding-top: 16px;
}

.chat-box .chat-content .cc-btn-1,
.chat-box .chat-content .cc-btn-1:visited {
  margin: 0;
  color: #fff !important;
  background: #f08207;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.chat-box .chat-content .cc-btn-1:hover {
  opacity: 0.85;
}

.chat-box .chat-content .cc-button-2 {
  display: flex;
  justify-content: center;
}

.chat-box .chat-content .cc-button-2 a,
.chat-box .chat-content .cc-button-2 a:visited {
  color: #2a3134;
  font-size: 12px;
  padding: 8px 0;
  padding-right: 36px;
  display: inline-block;
  background: url('../img/icons/arrow_up_3.svg') right center no-repeat;
  background-size: 29px auto;
}

.chat-box .chat-content .cc-button-2 a:hover {
  opacity: 0.85;
}

.chat-box .chat-content p,
.chat-box .chat-content ul,
.chat-box .chat-content ol {
  margin: 0;
}

.chat-box .chat-content p + p {
  margin-top: 20px;
}

.chat-box .chat-content h1,
.chat-box .chat-content h2,
.chat-box .chat-content h3,
.chat-box .chat-content h4,
.chat-box .chat-content h5,
.chat-box .chat-content h6 {
  font-size: 16px;
  font-weight: bolder;
}

.chat-box:before {
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: calc(100% - 60px);
  content: '';
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.chat-box.chat-settings-active:before,
.chat-box.chat-error-show:before {
  opacity: 1;
  visibility: visible;
}

.chat-box .chat-settings {
  background-color: #fff;
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.chat-box.chat-settings-active .chat-settings {
  top: 60px;
  opacity: 1;
  visibility: visible;
}

.chat-box .chat-settings:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  content: '';
  display: block;
  background: linear-gradient(to bottom, transparent, #f5f5f5);
}

.chat-box .chat-settings p {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}

.chat-box .chat-settings ul {
  margin: 5px 0 0 0;
  padding: 0;
}

.chat-box .chat-settings ul li {
  list-style: none;
}

.chat-box .chat-settings ul li + li {
  margin-top: 2px;
}

.chat-box .chat-settings ul li a,
.chat-box .chat-settings ul li a:visited {
  color: #2a3134;
}

.chat-box .chat-settings ul li a:hover {
  color: #f08207;
}

.chat-box .chat-error-box {
  background-color: #fff;
  width: 80%;
  padding: 15px 20px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: calc(50% - 60px);
  z-index: 101;
  transform: translate(-50%,calc(-50% + 60px));
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.chat-box.chat-error-show .chat-error-box {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .chat-box .chat-content {
    max-height: calc(100dvh - 159px);
  }

  .chat-btn {
    height: 111px;
  }

  .chat-btn .cc-txt,
  .chat-btn .cc-sign,
  .chat-btn .cc-close {
    display: none;
  }

  .chat-btn .cc-image {
    position: relative;
    top: 0px;
    right: 0px;
  }

  .chat-btn {
    right: 0;
    bottom: 0;
    margin: -10px;
  }

  .chat-btn .cc-close {
    width: 40px;
    height: 40px;
  }

  .chat-btn .cc-close {
    left: -7px;
  }

  .chat-box {
    max-width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 380px) {
  .chat-box .chat-top .cc-logo img {
    width: 70px;
  }

  .chat-box .chat-top .cc-txt {
    font-size: 11px;
  }

  .chat-box .chat-top {
    padding: 16px 20px;
  }

  .chat-box .chat-content .cc-btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}