#bot-wrapper {
  background-color: #fff;
  width: 390px;
  max-width: 94%;
  height: 700px;
  max-height: 75%;
  position: fixed;
  left: 205px;
/* 			bottom: 43px; */
  bottom: 80px;
  font-family: "Roboto";
  -webkit-box-shadow: 6px 6px 12px -2px rgb(0 0 0 / 30%);
  box-shadow: 6px 6px 12px -2px rgb(0 0 0 / 30%);
  z-index: 1001;
}

@media screen and (min-width: 1501px) and (max-width: 1800px) {
  #bot-wrapper {
    bottom: 125px;
  }
}

#bot-wrapper.collapsed #bot {
  display: none;
}

#bot-wrapper.collapsed {
  height: auto;
  border-radius: 15px;
}

#bot-wrapper.collapsed #bot-header::before {
  background: url(../img/chatbot/bublina.svg) no-repeat;
  height: 125px;
  width: 125px;
  position: absolute;
  left: -20px;
  top: -31px;
  content: "";
  background-size: contain;
}

#bot-wrapper:not(.collapsed) {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}


#bot-wrapper.collapsed {
  height: auto;
  border-radius: 15px;
}

#bot-header {
  background-color: #ffffff;
  color: #a5c73f;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

#bot-wrapper.collapsed #bot-header {
  text-align: right;
  padding: 14px 26px;
  border-radius: 15px;
}

#bot-wrapper:not(.collapsed) #bot-header {

  background-color: #a5c73f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
  text-align: left;
  text-transform: uppercase;
  padding-left: 60px;
  padding-top: 1px;
  -webkit-border-top-left-radius: 18px;
  -webkit-border-top-right-radius: 18px;
  -moz-border-radius-topleft: 18px;
  -moz-border-radius-topright: 18px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;

}

#bot-wrapper:not(.collapsed) #bot-header::before {
  background: url(../img/chatbot/logo_small.svg) no-repeat;
  height: 23px;
  width: 25px;
  position: absolute;
  left: 23px;
  top: 8px;
  content: "";
  background-size: contain;

}

#bot-wrapper:not(.collapsed) #bot-header::after {
  background: url(../img/chatbot/ico-close.svg) no-repeat;
  height: 33px;
  width: 33px;
  position: absolute;
  right: -15px;
  top: -17px;
  content: "";
  background-size: contain;

}

#bot-wrapper .wc-message-from-bot .wc-message-content {
  border-radius: 5px;
  box-shadow: none;
}

#bot-wrapper .wc-card {
  background: none;
  border: 0;
}

#bot-wrapper .wc-app .wc-card button {
  color: #e52713;
  background: #FFF;
  border-color: #e52713;
  font-weight: 700;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

#bot-wrapper .wc-message-from-bot .wc-message-content {
  background-color: #e2e2e2;
  color: #626262;
}

#bot-wrapper .wc-message-from-bot svg.wc-message-callout path {
  fill: #e2e2e2;
}

#bot-wrapper .wc-app .wc-message-from-me .wc-message-content {
  font-weight: 700;
  border-radius: 13px;
}

#bot-wrapper .wc-console {
  -webkit-border-bottom-right-radius: 18px;
  -webkit-border-bottom-left-radius: 18px;
  -moz-border-radius-bottomright: 18px;
  -moz-border-radius-bottomleft: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

#pre-footer .right.right2 {
/* 			position: fixed; */
  right: 0;
  bottom: 0px;
  margin-top: 0;
  bottom: 20px;
  height: 999px;
  background-color: transparent;
  max-height: 75vh;
  z-index: 9880;
}

#pre-footer .right.right2.movable {
  bottom: 232.5px;
  z-index: 9880;
}

#pre-footer .right.right2.end-of-page-is-near {
/* 			position: initial; */
  bottom: 220px;
}

@media screen and (min-width: 1200px) {

  @-webkit-keyframes "pulse" {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    50% {
      -webkit-transform: scale(0.95);
      transform: scale(0.95);
    }
  }

  #bot-wrapper.collapsed #bot-header::before {
    animation: pulse 1s linear infinite;
  }

}


@media screen and (max-width: 1500px) {
  #bot-wrapper {
    left: 130px;
    bottom: 100px;
    width: 320px;
  }

  #bot-header {
    font-size: 19px;
  }

  #bot-wrapper.collapsed #bot-header::before {
    height: 100px;
    width: 100px;
    left: -20px;
    top: -19px;
  }
}


.homepage-bot-wrapper {
  left: unset!important;
  right: 100px!important;
  bottom: 100px!important;
}

@media screen and (max-width: 1200px) {
  
  #pre-footer .right.right2.end-of-page-is-near {
    bottom: 20px;
  }

  #pre-footer .right,
  #pre-footer .right.right2,
  #pre-footer .right.right2.movable {
    display: block;
    position: relative !important;
    width: 100%;
    float: none;
    bottom: auto;
    left: auto;
    right: auto;
  }


  #pre-footer .right.right2 {
    z-index: 9999999999999999999999;
/* 				height: 500px; */
    height: 400px;
/* 				margin-bottom: -500px; */
    margin-bottom: -400px;
  }

  #pre-footer {
    display: block;
  }

  #redbox {
    min-height: 360px;
    height: auto;
    padding-bottom: 30px;
  }

  .clear {
    width: 100%;
    height: 1px;
    display: block;
    clear: both;
  }

  #bot-wrapper:not(.collapsed) {
    height: 500px;
    position: absolute;
    margin: 0 auto;
/* 				margin-top: -200px; */
    margin-top: -197px;
    left: 50%;
    max-width: 380px;
    margin-left: -180px;
    min-height: 430px;
  }


  #bot-wrapper {
    background-color: #fff;
    width: 100%;
    max-width: 94%;
    max-height: 75%;
    position: relative;
    left: 0;
    bottom: auto;
  }

  #bot-wrapper.collapsed #bot-header {
/* 				text-align: right;
    padding: 0;
    border-radius: 15px; */
    width: 255px;
    position: absolute;
/* 				left: 15%; */
    left: calc(50% - 100px);
    top: 55px;
    padding: 5px 26px;
  }

  #bot-wrapper.collapsed #bot-header .font-desktop {
/* 				display: none; */
    width: 217px;
    font-size: 15px;
  }


/* 			#bot-wrapper:not(.collapsed) #bot-header {
    background-color: #8b1d02;
    padding-left: 25px;

  }

  #bot-wrapper:not(.collapsed) #bot-header::before {
    display: none;

  } */

  #bot-wrapper.collapsed #bot-header::before {
/* 				background: url(../img/chatbot/chatbot-mobile.svg) no-repeat; */
/* 				background: url(../img/chatbot/bublina.svg) no-repeat;
    height: 100px;
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: 45px;
    top: 17px;
    content: "";
    background-size: contain; */
    transform: scale(-0.8, 0.8);
    top: -30px;
    left: -26px;
  }

  footer {
    z-index: 99999999999 !important;
  }

  .contactPerson .contact-person-1 {
    width: 150px;
    float: none;
    margin: 0 auto;
  }

  .contactPerson {
    top: 0px;
/* 				padding-top: 53px; */
    padding-top: 90px;
    padding-bottom: 25px;
    left: 0;
  }

  .contactPerson .contact-person-2 {
    width: 100%;
    float: none;
  }

  .contactPerson .contactPerson-profileinfo {
    margin: 15px 0 0;
    float: none;
    padding: 0;
    text-align: center;
  }

  .contactPerson .contactPerson-profileinfo .call-quote {
    margin: 13px auto;
  }

  .contactPerson .contactPerson-profileinfo .call-number {
    float: none;
  }

  .contactPerson .call-add br {
    display: none;
  }

  .contactPerson .call-add {
    margin-top: 5px;
  }

  .contactPerson .contactPerson-profileinfo .call-email {
    float: none;
  }

  .contactPerson .contactPerson-profileimage {
    width: 120px;
    height: 120px;
  }

  #bot-wrapper .wc-card {
    background: none;
    border: 0;
    max-width: 100%;
  }
  
  .homepage-bot-wrapper {
    position: absolute!important;
    bottom: 250px!important;
  }

  .homepage-bot-wrapper #bot-header {
    left: calc(50% - 70px)!important;
  }
  
  .page-template-homepage #content-wrap {
    position: relative!important;
  }

}

@media screen and (max-width: 992px) {
  .homepage-bot-wrapper #bot-header {
    left: calc(50% - 53px)!important;
  }
  
  .homepage-bot-wrapper:not(.collapsed) {
    left: 50%!important;
  }
  
  .homepage-bot-wrapper {
    bottom: 265px!important;
  }
}

@media screen and (max-width: 600px) {
  .homepage-bot-wrapper #bot-header {
    left: calc(50% - 45px)!important;
  }
  
  .homepage-bot-wrapper:not(.collapsed) {
    left: 50%!important;
  }
  
  .homepage-bot-wrapper {
    bottom: 290px!important;
  }
}

@media screen and (max-width: 350px) {
  .homepage-bot-wrapper #bot-header {
    left: calc(50% - 40px)!important;
  }
  
  .homepage-bot-wrapper:not(.collapsed) {
    left: 50%!important;
  }
  
  .homepage-bot-wrapper {
    bottom: 330px!important;
  }
}


@media screen and (max-width: 1199px) {
  .contactPerson .contactPerson-profileimage {
    float: none;
/* 				margin-left: -26px; */
  }
}

@media screen and (max-width: 800px) {
  #bot-wrapper.collapsed #bot-header {
    left: calc(50% - 120px);
  }
}


@media screen and (max-width: 450px) {

  #bot-wrapper:not(.collapsed) {
/* 				max-width: 350px;
    margin-left: -175px; */
  }


  #bot-wrapper.collapsed #bot-header::before {
/* 				margin-left: 27px; */
  }

}



@media screen and (max-width: 365px) {
  #redbox {
    min-height: 380px;
  }

  #bot-wrapper:not(.collapsed) {
    max-width: 320px;
    margin-left: -160px;
  }
}



@media screen and (min-width: 1200px) and (max-width: 1500px) {
  #bot-wrapper .ac-actionSet {
    max-width: calc(100% - 70px);
  }
}

#bot-wrapper .wc-suggested-actions .wc-hscroll > ul > li {
  max-width: 100%;
}

.contactPerson .contact-person-2 {
  float: left;
}

@media screen and (min-width: 1200px) {
  .contactPerson .contact-person-2 {
    width: calc(100% - 220px);
  }
}

@media screen and (min-width: 1780px) and (max-width: 1850px) {
  #pre-footer .right.right2 {
    right: 4%;
  }
}

@media screen and (min-width: 1700px) and (max-width: 1780px) {
  #pre-footer .right.right2 {
    right: 8%;
  }
}

@media screen and (min-width: 1580px) and (max-width: 1650px) {
  #pre-footer .right.right2 {
    right: 4%;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1580px) {
  #pre-footer .right.right2 {
    right: 8%;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
  #pre-footer .right.right2 {
    right: 5%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  #pre-footer .right.right2 {
    right: 5%;
  }
}

#bot-wrapper .ac-pushButton > div {
  white-space: initial!important;
}

