/*$maxWidth : 106.66667em; 1280px base font 12px*/
/* 83.5714285714em;* / /*1170px*/
/* 1.5625%; maxWidth / 20*/
/* ----- Responsive ----- */
/* line 6, ../../app/styles/livechat.scss */
.chat-menu {
  position: relative;
  width: 100%;
  top: -1px;
}
/* line 14, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.chat-menu:before, .chat-menu:after {
  content: " ";
  display: table;
}
/* line 19, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.chat-menu:after {
  clear: both;
}
/* line 12, ../../app/styles/livechat.scss */
.chat-menu__wrap {
  position: relative;
  max-width: 1275px;
  margin-left: auto;
  margin-right: auto;
}
/* line 14, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.chat-menu__wrap:before, .chat-menu__wrap:after {
  content: " ";
  display: table;
}
/* line 19, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.chat-menu__wrap:after {
  clear: both;
}
/* line 20, ../../app/styles/livechat.scss */
.chat-menu__contain {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  right: 0;
  width: 380px;
  height: 1px;
  background: #fff;
  border: none;
  padding: 0;
}
/* line 14, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.chat-menu__contain:before, .chat-menu__contain:after {
  content: " ";
  display: table;
}
/* line 19, ../../app/styles/vendors/bootstrap/mixins/_clearfix.scss */
.chat-menu__contain:after {
  clear: both;
}
/* line 32, ../../app/styles/livechat.scss */
.chat-menu__contain.is-opened {
  height: auto;
  border: 1px solid #3E53A4;
  padding: 10px;
}
/* line 39, ../../app/styles/livechat.scss */
.chat-menu__contain p {
  margin: 0;
}
/* line 41, ../../app/styles/livechat.scss */
.chat-menu__contain p + p {
  margin-top: 10px;
}
/* line 47, ../../app/styles/livechat.scss */
.chat-menu__close {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  overflow: hidden;
}
/* line 60, ../../app/styles/livechat.scss */
.chat-menu__close:hover::before, .chat-menu__close:hover::after {
  background: #3E53A4;
}
/* line 64, ../../app/styles/livechat.scss */
.chat-menu__close::before, .chat-menu__close::after {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -2px;
  background: #000;
}
/* line 74, ../../app/styles/livechat.scss */
.chat-menu__close::before {
  transform: rotate(45deg);
}
/* line 77, ../../app/styles/livechat.scss */
.chat-menu__close::after {
  transform: rotate(-45deg);
}
/* line 82, ../../app/styles/livechat.scss */
.chat-menu__header {
  height: 35px;
  line-height: 35px;
  margin-bottom: 5px;
}
/* line 87, ../../app/styles/livechat.scss */
.chat-menu__header__text {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  color: #3E53A4;
  position: relative;
  top: -8px;
  left: 5px;
}
/* line 98, ../../app/styles/livechat.scss */
.chat-menu__title {
  color: #3E53A4;
  font-size: 22.4px;
  font-weight: 500;
  border: none;
  margin-bottom: 10px;
}
/* line 106, ../../app/styles/livechat.scss */
.chat-menu__form {
  display: none;
}
/* line 108, ../../app/styles/livechat.scss */
.chat-menu__form__label {
  display: block;
  background: #eaeaea;
  font-weight: 300;
  padding: 5px 5px 6px 8px;
  margin-bottom: 0;
  cursor: pointer;
}
/* line 115, ../../app/styles/livechat.scss */
.chat-menu__form__label:hover {
  color: #fff;
  background: #3E53A4;
}
/* line 120, ../../app/styles/livechat.scss */
.chat-menu__form__label + .chat-menu__form__label {
  margin-top: 9px;
}
/* line 123, ../../app/styles/livechat.scss */
.chat-menu__form__radio {
  cursor: pointer;
  margin-right: 4px !important;
}
/* line 127, ../../app/styles/livechat.scss */
.chat-menu__form__textarea {
  width: 100%;
}
/* line 130, ../../app/styles/livechat.scss */
.chat-menu__form__button {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 136, ../../app/styles/livechat.scss */
.chat-menu__option {
  display: none;
}
/* line 138, ../../app/styles/livechat.scss */
.chat-menu__option.is-opened {
  display: block;
}

/* line 144, ../../app/styles/livechat.scss */
.proactive-chat {
  display: block;
  width: 360px;
  position: relative;
  border: 1px solid #3E53A4;
  padding: 10px;
  background: #fff;
}

/* line 153, ../../app/styles/livechat.scss */
.proactive-chat__wrap::before,
.proactive-chat__wrap::after {
  content: " ";
  display: table;
}

/* line 159, ../../app/styles/livechat.scss */
.proactive-chat__wrap::after {
  clear: both;
}

/* line 163, ../../app/styles/livechat.scss */
.contact-menu .live-chat__trigger .icon-chat {
  margin: 0 10px;
}
