.Button__positionWrapper--fgKjk {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 19000;
    white-space: nowrap;
}

.Button__control--d2OZC {
    border-radius: 3px;
    background-color: #237CF9;
    height: 32px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.Button__text--ko5OT {
    color: #fff;
    line-height: normal;
    padding: 0 12px;
    display: inline-block;
    vertical-align: middle;
}

.Button__status--qBWM7 {
    border-right: 1px solid #589DFF;
    width: 35px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.Button__icon--G4Rlx {
    margin: 8px 10px 9px 10px;
}

.Button__messagesCounter--T6jWT {
    background-color: #E91313;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    display: inline-block;
    height: 18px;
    padding: 2px 5px;
    position: absolute;
    right: 0;
    margin-top: -9px;
}

.Button__messagesCounterNumber--N5f4y {
    line-height: 12px;
    font-size: 12px;
    height: 12px;
    display: block;
}

@media (max-width: 450px) {
    .Button__text--ko5OT {
        display: none;
    }

    .Button__status--qBWM7 {
        width: 40px;
        height: 40px;
        border-right: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Button__control--d2OZC {
        height: 40px;
        border-radius: 50%;
        box-shadow: 0px 8px 15px rgba(48, 140, 252, 0.5);
        position: relative;
    }

    .Button__control--d2OZC::before {
        content: '';
        display: block;
        width: 56px;
        height: 48px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
.Flex__container--k5tRh,
.Flex__item--sPpMV {
  box-sizing: border-box;
  position: relative;
  min-height: 0;
  min-width: 0;
}

.Flex__item--sPpMV {
  margin: auto;
}

.Flex__container--k5tRh {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: row;
}

.Flex__isFull--WDTV1 {
  width: 100%;
  height: 100%;
}

.Flex__isContent--krWzY {
  width: 100%;
  height: 100%;
  justify-content: stretch;
  align-items: center;
  flex-direction: column;
  position: relative;
  /* chrome 49 */
  min-height: calc(100% - 45px);
}

.PendingStatus__container--P_4Mb {
  padding: 15px;
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 100%;
  position: relative;
}

.PendingStatus__text--bZTqw {
  line-height: 24px;
  font-size: 18px;
  color: #6F7994;
  padding-top: 15px;
  cursor: default;
}

.PendingStatus__close--CrxM3 {
  height: 16px;
  width: 16px;
  line-height: 16px;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 8px;
}

.PendingStatus__message--f2Z4o {
  flex: 1;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.PendingStatus__svg--iOvIT {
  animation: PendingStatus__animate1--c5bbp 1.2s infinite linear;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
@keyframes PendingStatus__animate1--c5bbp {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

@-webkit-keyframes PendingStatus__animate1--c5bbp {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.TabChat__dragArea--NauTT {
  display: flex;
  height: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}

.TabChat__content--upKCe {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.HotLineRating__hotLineRating--pFFwU {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
}

.HotLineRating__content--_zIq2 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  overflow: visible;
  position: relative;
  padding: 12px 18px;
}

.HotLineRating__stars--P5dpE {
  margin: 0 13px 0 10px;
  flex-shrink: 0;
}

.HotLineRating__clickable--iE0xo {
  cursor: pointer;
}

.HotLineRating__title--E0t4M {
  color: #14151A;
}

.HotLineRating__text--VpTmK {
}

.HotLineRating__negativeMark--AJJfr {
  color: #E91313;
}

.HotLineRating__clearButton--P3o12 {
  font-size: 16px;
  color: #237CF9;
  cursor: pointer;
}

.HotLineRating__success--o7FRp {
  color: #1BA95D;
}

.HotLineRating__tooltip--tps1N {
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  white-space: nowrap;
  padding: 8px;
  color: #000;
  background: #fff;
  border: none;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 0px 13px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  transform: translate(-50%, -3px);
  letter-spacing: 0;
  font-size: 14px;
}

.HotLineRating__star--W9dgZ {
  position: relative;
  overflow: visible;
  display: inline-block;
}

.HotLineRating__star--W9dgZ + .HotLineRating__star--W9dgZ {
  margin-left: 3px;
}

.HotLineRating__markSet--IoaUj {
}

@keyframes Messages__animateLoading--I8A8x {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.Messages__wrapper--ovCkD {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.Messages__container--HJx39 {
  padding: 7px 7px 7px 17px;
  margin: 0 10px 0 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.Messages__moreButton--GL1Fj {
  all: unset;
  text-align: center;
  color: #6f7994;
  cursor: pointer;
  font-size: 12px;
  padding: 6px;
}

.Messages__moreButton--GL1Fj:hover {
  color: #2a323b;
}

.Messages__loadingIcon--lBgKR {
  animation: Messages__animateLoading--I8A8x 1.2s infinite linear;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin: 0 auto;
}

.Messages__message--KBVkm {
  display: flex;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 10px;
  position: relative;
}
.Messages__isOperator--WbmLM {
  flex-direction: row;
}
.Messages__isOperator--WbmLM .Messages__messageText--iy0KP {
  background: #f5f6fa;
  color: #2a323b;
}
.Messages__isCustomer--VRxcP {
  flex-direction: row-reverse;
}
.Messages__isCustomer--VRxcP .Messages__messageText--iy0KP {
  background: #237cf9;
  color: #f5f6fa;
}
.Messages__isFailed--YaHlP .Messages__messageText--iy0KP {
  border: 1px dashed #E91313;
}
.Messages__isPending--IzIKx .Messages__messageText--iy0KP {
  opacity: 0.6;
}

.Messages__messageText--iy0KP {
  border-radius: 3px;
  padding: 3px 10px 5px 10px;
  display: inline-block;
}

.Messages__indicator--o2PUN {
  position: absolute;
  top: 0;
  bottom: auto;
}

.Messages__animateRotate--H3oKm {
  animation: Messages__animateRotate--H3oKm 1.2s infinite linear;
  width: 10px;
  height: 10px;
  vertical-align: top;
  display: inline-block;
  line-height: 10px;
}

@keyframes Messages__animateRotate--H3oKm {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Messages__animateRotate--H3oKm {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.Messages__time--pHv8N {
  visibility: hidden;
  font-size: 10px;
  padding: 0 6px;
  white-space: nowrap;
}

.Messages__message--KBVkm:hover .Messages__time--pHv8N {
  visibility: visible;
}

.Messages__isCustomer--VRxcP .Messages__time--pHv8N {
  color: #237CF9;
}

.Messages__isOperator--WbmLM .Messages__time--pHv8N {
  color: #6F7994;
}

.Messages__isCustomer--VRxcP .Messages__indicator--o2PUN {
  right: -13px;
}

.Messages__isOperator--WbmLM .Messages__indicator--o2PUN {
  visibility: hidden;
}

.Messages__errorMessage--_KjdW {
  color: #E91313;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-left: 50px;
  line-height: 18px;
}

.ChatMessage__wrapper--RxhkF {
  position: relative;
  margin-bottom: 10px;
  flex: 1 0 auto;
}

.ChatMessage__container--CKoMb {
  display: flex;
  font-size: 15px;
  line-height: normal;
  position: relative;
  flex-direction: row;
  margin: 0 36px 10px 36px;
}

.ChatMessage__container--CKoMb:hover .ChatMessage__timestamp--ocmsc {
  visibility: visible;
}

.ChatMessage__asideAvatar--hAEJz {
  position: absolute;
  left: -46px;
  top: 16px;
}

.ChatMessage__operatorDisplayName--QcwON {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 14px;
  color: #6f7994;
  margin: 0 6px 8px 6px;
}

.ChatMessage__message--IMhLv {
  border-radius: 3px;
  padding: 3px 10px 5px 10px;
  font-size: 15px;
  line-height: normal;
  word-break: break-word;
}

.ChatMessage__content--LbJhd {
  margin: 0 6px;
  border-radius: 3px;
  padding: 3px 10px 5px 10px;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  word-break: break-word;
}

.ChatMessage__timestamp--ocmsc {
  text-align: center;
  visibility: hidden;
  font-size: 10px;
  white-space: nowrap;
  width: 26px;
  overflow: hidden;
  flex-shrink: 0;
  position: absolute;
  top: 0;
}

.ChatMessage__indicator--sU9ZS {
  position: absolute;
  top: 1px;
  bottom: auto;
  right: -10px;
}

.ChatMessage__indicatorPending--jh7lu {
  animation: ChatMessage__animateRotate--c1jky 1.2s infinite linear;
  width: 10px;
  height: 10px;
  vertical-align: top;
  display: inline-block;
  line-height: 10px;
}

@keyframes ChatMessage__animateRotate--c1jky {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ChatMessage__error--tEyQd {
  color: #e91313;
  text-align: right;
  line-height: 16px;
  margin-top: -10px;
  padding: 3px 12px;
}

/* types */
.ChatMessage__content--LbJhd a {
  text-decoration: none;
}

.ChatMessage__content--LbJhd a:hover {
  cursor: pointer;
}

.ChatMessage__typeWhatsApp--A_d_T {
}

.ChatMessage__typeOperator--bBYJF {
}

.ChatMessage__typeOperator--bBYJF .ChatMessage__content--LbJhd {
  background: #f5f6fa;
}
.ChatMessage__typeOperator--bBYJF .ChatMessage__content--LbJhd {
  color: #2a323b;
}

.ChatMessage__typeOperator--bBYJF .ChatMessage__content--LbJhd h4 {
  font-size: 15px;
  line-height: normal;
  font-weight: 600;
  margin: 10px 0 10px 0;
}

.ChatMessage__typeOperator--bBYJF .ChatMessage__content--LbJhd a {
  color: #237cf9;
}
.ChatMessage__typeOperator--bBYJF .ChatMessage__timestamp--ocmsc {
  color: #6f7994;
  right: auto;
  left: -25px;
}

.ChatMessage__typeUser--zMX9S {
  flex-direction: row-reverse;
  margin-right: 15px;
}

.ChatMessage__typeUser--zMX9S .ChatMessage__content--LbJhd {
  background: #237cf9;
}
.ChatMessage__typeUser--zMX9S .ChatMessage__content--LbJhd::selection {
  background-color: #065eda;
  color: #fff;
}
.ChatMessage__typeUser--zMX9S .ChatMessage__content--LbJhd,
.ChatMessage__typeUser--zMX9S .ChatMessage__content--LbJhd a {
  color: #f5f6fa;
}
.ChatMessage__typeUser--zMX9S .ChatMessage__timestamp--ocmsc {
  color: #237cf9;
  left: auto;
  right: -25px;
}

.ChatMessage__typeService--xNhez {
  flex-direction: row-reverse;
}

.ChatMessage__typeService--xNhez .ChatMessage__content--LbJhd {
  max-width: 300px;
  color: #e21f27;
  border-color: #e2dfdd;
  border-style: solid;
}

.ChatMessage__typeSystemDateTimestamp--rGnW7 {
  text-align: center;
  margin: 0 0 10px 0;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6f7994;
  position: relative;
}

.ChatMessage__typeSystemDateTimestamp--rGnW7::before {
  content: " ";
  position: absolute;
  height: 1px;
  background: #dfe4f2;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
}

.ChatMessage__typeSystemDateTimestampTime--A2Aht {
  display: inline-block;
  margin: 0 auto;
  background: #ffffff;
  z-index: 2;
  padding: 0 9px;
}

.ChatMessage__typeSystemOperatorChanged--uGzvt {
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.ChatMessage__typeSystemOperatorChangedAvatar--eqC0v {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  position: relative;
  margin-bottom: 5px;
  font-size: 0;
}

.ChatMessage__typeSystemOperatorChangedAvatar--eqC0v span {
  position: absolute;
  left: -1px;
  right: 0;
  top: -1px;
  bottom: 0;
}

.ChatMessage__typeSystemOperatorChangedPosition--j6Nv9 {
  display: inline-block;
  color: #6f7994;
  font-size: 15px;
}

.ChatMessage__typeSystemOperatorChangedName--DdzsS {
  display: inline-block;
  color: #2a323b;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  word-break: break-word;
  width: 100%;
}

.ChatMessage__visibleLink--JWmYt a {
  text-decoration: underline;
}

.ChatMessage__visibleLink--JWmYt hr {
  border: none;
  height: 1px;
  background: #e7e8ef;
}

.ChatMessage__typeUserResponseToRobot--YwjX5 {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 21px;
}

.ChatMessage__typeUserResponseToRobot--YwjX5 .ChatMessage__content--LbJhd {
  background: #f5f6fa;
  margin: 0 20px 10px 6px;
}

.ChatMessage__typeUserResponseToRobot--YwjX5 .ChatMessage__answersButton--RCozY:last-child {
  margin-top: 8px;
}

.ChatMessage__fileDeleted--gwIq2 .ChatMessage__content--LbJhd {
  background-color: #adb2c2;
}

.MediaFile__container--pzqkW {
  cursor: pointer;
  display: table;
}

.MediaFile__icon--CBZ69,
.MediaFile__name--peoyo {
  vertical-align: top;
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.MediaFile__icon--CBZ69 {
  width: 32px;
  overflow: hidden;
  text-align: center;
  padding-top: 8px;
}

.MediaFile__name--peoyo {
  padding-left: 10px;
  max-width: 100%;
}

.MediaFile__title--f7b0S {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.MediaFile__size--_pfXs {
  font-size: 12px;
}

.MediaFile__iconDeleted--O9LND svg path {
  stroke: #D9DCE3;
}

.UserAnswerButton__button--VXBVj {
  border: 1px solid transparent;
  outline: 0;
  background: #F0F9FF;
  border-radius: 4px;
  padding: 7px 12px;
  cursor: pointer;
}

.UserAnswerButton__button--VXBVj:hover {
  border: 1px solid #B8E2FF;
}

.UserAnswerButton__button--VXBVj:active {
  background: #D6EEFF;
  border: 1px solid #B8E2FF;
}

.UserAnswerButton__text--E2FTR {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #237cf9;
}
.NoMessages__container--e9kgB {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 7px 15px 7px 15px;
    overflow: auto;
    text-align: center;
    width: 100%;
    height: 100%;
}

.NoMessages__ico--RCi5S {
    padding-bottom: 25px;
}

.NoMessages__title--JnZ_i {
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    color: #2A323B;
}

.NoMessages__text--FCOwJ {
    line-height: normal;
    font-size: 16px;
    text-align: center;
    color: #6F7994;
}

.SendField__textField--jacMj {
  padding: 0;
  font-size: 15px;
  line-height: 18px;
  color: #2a323b;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  min-height: 90px;
  width: 100%;
  resize: none;
  overflow: auto;
}

.SendField__textField--jacMj:focus {
  outline: none;
}

.SendField__textField--jacMj::placeholder {
  color: #6f7994;
}

.SendField__mobileContainer--C3cPU .SendField__textField--jacMj {
  min-height: 21px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.01em;
}

.SendField__container--O8F4v {
  border-top: 1px solid #dfe4f2;
  padding: 10px 48px 10px 10px;
  position: relative;
  background-color: white;
}

.SendField__aside--ovSHr {
  bottom: 12px;
  left: auto;
  position: absolute;
  right: 10px;
  top: 11px;
  width: 38px;
}

.SendFieldButton__button--dzPWr {
  display: inline-block;
  bottom: auto;
  font-size: 0;
  left: 0;
  line-height: 18px;
  position: absolute;
  right: 0;
  text-align: center;
  top: auto;
  width: 100%;
}

.SendFieldButton__buttonSend--hnDAB {
  bottom: 0;
}

.SendFieldButton__buttonAttach--qsfll {
  top: 0;
}

.SendFieldButton__icon--dAfIe {
  display: inline-block;
  vertical-align: middle;
}

.SendFieldButton__icon--dAfIe:hover {
  fill: #237cf9;
  cursor: pointer;
}

.SendFieldButton__buttonSend--hnDAB .SendFieldButton__icon--dAfIe {
  fill: #237cf9;
  height: 18px;
}

.SendFieldButton__buttonAttach--qsfll .SendFieldButton__icon--dAfIe {
  fill: #6f7994;
  height: 20px;
}

.FailedStatus__container--cydFy {
  padding: 32px;
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 100%;
  position: relative;
}

.FailedStatus__text--nz9ki {
  line-height: 24px;
  font-size: 18px;
  color: #6F7994;
  cursor: default;
}

.FailedStatus__close--c4Piv {
  height: 16px;
  width: 16px;
  line-height: 16px;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 8px;
}

.FailedStatus__message--TcWYO {
  flex: 1;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.FailedStatus__message--TcWYO a {
  color: #237CF9;
  text-decoration: none;
}

.FailedStatus__buttonContainer--PqqKd {
  margin-top: 16px;
}

.FailedStatus__button--sJR77 {
  cursor: pointer;
  line-height: 24px;
  font-size: 18px;
  color: #237CF9;
}

.Chat__container--cwu79 {
  overflow: hidden;
  position: relative;
  flex-direction: column;
  width: 100%;
}

.Chat__rating--bERzm [class*='Rating__content'] {
  margin: 6px auto;
  background: #F5F6FA;
  padding: 12px 14px;
  border: 1px solid #DFE4F2;
  border-radius: 3px;
}

.Chat__rating--bERzm [class*='Rating__stars'] {
  margin-left: 0;
  margin-right: 0;
}
.Chat__rating--bERzm [class*='Rating__title'] + [class*='Rating__stars'] {
  margin-left: 10px;
}

.StyledDropArea__container--fp2Nw {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.StyledDropArea__text--udOjG {
    line-height: 27px;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    align-self: center;
}

.index__messageCounter--Inb4U {
  background: #E91313;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 6px;
  right: 9px;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index__count--QI02Z {
  color: #ffffff;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.LeftMenu__container--JFB2a {
    height: 100%;
    width: 80px;
    min-width: 80px;
    display: flex;
    flex-direction: column;
    background: #F5F6FA;
    border-right: 1px solid #DFE4F2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.LeftMenu__menuItem--TtIDU {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border-style: solid;
    border-left-width: 0;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-color: transparent;
}

.LeftMenu__menuItemContent--IjAy3 {
    padding: 15px 5px;
    display: block;
}

.LeftMenu__pusher--iunvK {
    flex: 1;
}

.LeftMenu__linkItem--AF2zC a {
    text-decoration: none;
}

.LeftMenu__active--lNZsT {
    background: white;
    border-color: #DFE4F2;
}

.LeftMenu__container--JFB2a .LeftMenu__active--lNZsT:first-child {
    border-top-color: transparent;
}

.LeftMenu__container--JFB2a .LeftMenu__active--lNZsT:last-child {
    border-bottom-color: transparent;
}

.LeftMenu__caption--O6gAa {
    align-self: center;
    text-align: center;
    position: relative;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.LeftMenu__text--Cm27Q {
    font-size: 12px;
    line-height: 14px;
    display: block;
    color: #6F7994;
    overflow: hidden;
    text-overflow: ellipsis;
}

.LeftMenu__linkItem--AF2zC:hover .LeftMenu__text--Cm27Q,
.LeftMenu__active--lNZsT .LeftMenu__text--Cm27Q {
    color: #237CF9;
}

.LeftMenu__icon--lZ5L4 svg {
    fill: #6F7994;
}

.LeftMenu__menuItem--TtIDU:hover .LeftMenu__icon--lZ5L4 svg,
.LeftMenu__active--lNZsT .LeftMenu__icon--lZ5L4 svg {
    fill: #237CF9;
}

.LeftMenu__icon--lZ5L4 + .LeftMenu__text--Cm27Q {
    margin-top: 6px;
}

.AccessStatus__container--MfXOO {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex: 1;
}

.AccessStatus__text--YhFcN {
  line-height: 27px;
  font-size: 20px;
  text-align: center;
  color: #2A323B;
  align-self: center;
}

.AccessStatus__loginLink--s4CVa {
  color: #237CF9;
  cursor: pointer;
  text-decoration: none;
}

.ErrorStatus__container--d6IHw {
    height: 100%;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.ErrorStatus__text--WmV45 {
    line-height: 27px;
    font-size: 20px;
    text-align: center;
    color: #6F7994;
    margin: 0 20px;
    align-self: center;
}

.index__container--UyilX {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.index__text--a_zi8 {
    line-height: 27px;
    font-size: 20px;
    text-align: center;
    color: #2A323B;
    align-self: center;
}

.index__loginLink--wMcDH {
    color: #237CF9;
    cursor: pointer;
}

.TopPanel__container--UUVv9 {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #DFE4F2;
  overflow: hidden;
  white-space: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.TopPanel__titleContainer--lfksf {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  text-align: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin-right: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.TopPanel__title--JsCVw {
  padding-left: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #2A323B;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.TopPanel__title--JsCVw.TopPanel__newVersionAvailableTitle--eSSiT {
  font-size: 14px;
  font-weight: 600;
  color: #2D3039;
  background-color: #FFC723;
  width: 100%;
  padding: 0 10px;
}

.TopPanel__buttonsContainer--l3RD6 {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  padding-right: 15px;
}

.TopPanel__button--wqG1m {
  height: 16px;
  width: 16px;
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
  fill: #6F7994;
  letter-spacing: 0;
  user-select: none;
}

.TopPanel__button--wqG1m:hover {
  cursor: pointer;
  fill: #237CF9;
}

.TopPanel__button--wqG1m+.TopPanel__button--wqG1m {
  margin-left: 12px;
}

.TopPanel__backButton--odIfC {
  line-height: 1;
  margin-right: 16px;
  cursor: pointer;
  user-select: none;
}
.Layout__container--_8w3N {
  position: fixed;
  box-sizing: border-box;
  overflow: hidden;
  display: none;

  background: #fff;
  box-shadow: 0 8px 25px -5px rgba(0,0,0,.45);
  border-radius: 3px 3px 0 0;

  -webkit-transition: all 300ms cubic-bezier(0.455, 0.030, 0.000, 1.000);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.030, 0.000, 1.000);
  -o-transition: all 300ms cubic-bezier(0.455, 0.030, 0.000, 1.000);
  transition: all 300ms cubic-bezier(0.455, 0.030, 0.000, 1.000);

  -webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.000, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.000, 1.000);
  -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.000, 1.000);
  transition-timing-function: cubic-bezier(0.455, 0.030, 0.000, 1.000);

  z-index: 1;
}

.Layout__wrapper--mVPeT {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.Layout__viewport--PzHyM {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.Layout__resizing--QsznU {
  transition: none;
}

.HotLineContainer__container--W61fy {
  background-color: #F5F6FA;
  overflow: hidden;
  position: relative;
}

.HotLineContainer__topPanelSimple--Uka12 {
  background-color: #F5F6FA;
  border-color: #F5F6FA;
}

.NestedPanel__container--zO8NX {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  border-bottom: 1px solid #d8d8d8;
}

.NestedPanel__button--Ai6Xe {
  font-size: 18px;
  line-height: 16px;
  color: #237CF9;
}

.NestedPanel__button--Ai6Xe:hover {
  cursor: pointer;
}

.NestedPanel__title--BwY_n {
   font-size: 18px;
   line-height: 16px;
   color: #2A323B;
 }

.NestedPanel__isLeading--QS6gU {
  background-color: #ffffff;
}

.NestedPanel__isLeading--QS6gU .NestedPanel__title--BwY_n {
  font-weight: bold;
}

.AskForm__form--Jh8p1 {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 0;
}

.AskForm__title--MKlGk {
  display: flex;
  justify-content: space-between;
  padding: 10px 5px;
  border: 1px solid #d8d8d8;
  border-top: none;
  border-bottom: none;
  font-size: 15px;
  font-weight: bold;
  background-color: white;
}

.AskForm__input--BG7eo {
  resize: none;
  font-size: 16px;
  line-height: 23px;
  color: #2A323B;
  padding: 13px 15px 0 15px;
  flex: 1 0;
  border: none;
}

.AskForm__buttonBack--kNzGa {
  padding: 0 10px;
  color: #4186ff;
  font-size: 15px;
  background-color: transparent;
}

.AskForm__buttonBack--kNzGa:hover {
  color: #589DFF;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.SimpleButton__button--Psi5h {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.SimpleButton__button--Psi5h:hover {
  cursor: pointer;
}

.SimpleButton__disabled--ZEGLd {
  opacity: 0.6;
}

.SimpleButton__disabled--ZEGLd:hover {
  cursor: initial;
}

.ContactsForm__contactsForm--z6V8g {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 20px 20px 20px;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
}

.ContactsForm__inputs--jKYU_ {
  display: flex;
  flex-flow: row nowrap;
}

.ContactsForm__inputLabel--YyNnq {
  font-size: 12px;
  padding: 0 0 2px 0;
  color: #929292;
}

.ContactsForm__inputBlock--SxSvV {
  display: flex;
  flex-flow: column nowrap;
}

.ContactsForm__inputBlock--SxSvV input {
  height: 30px;
  border: 1px solid #d8d8d8;
  border-radius: 3px 0 0 3px;
  padding: 0 0 0 5px;
}

.ContactsForm__inputBlock--SxSvV input + input {
  border-left: none;
}

.ContactsForm__inputBlock--SxSvV input:last-child {
  border-radius: 0 3px 3px 0;
}

.ContactsForm__inputName--AiCvq {
  margin: 0 12px 0 0;
}

.ContactsForm__inputPhone--oIyJn {
  width: 130px;
}

.ContactsForm__inputPhones--NMDKn {
  display: flex;
  margin: 0 12px 0 0;
}

.ContactsForm__inputError--m2Wzw {
  border: 1px solid #E91313 !important;
}

.ContactsForm__link--aIDAH {
  padding-top: 4px;
}

.ContactsForm__link--aIDAH,
.ContactsForm__link--aIDAH:visited {
  outline: none;
  text-decoration: none;
  color: #4186ff;
}

.ContactsForm__link--aIDAH:hover {
  color: #589DFF;
  outline: none;
  text-decoration: none;
}

.ContactsForm__buttons--rh76o {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-left: 8px;
  white-space: nowrap;
}

.ContactsForm__inputAddNumberBorder--nZN3z {
  border: 1px solid #d8d8d8;
  border-left: none !important;
}

.ContactsForm__inputAddNumber--lYkvT {
  padding: 1px 5px;
  border-radius: 0 3px 3px 0;
  background-color: white;
  width: 45px;
}

.ContactsForm__inputEmail--f3fub {
  width: 192px;
}

.ContactsForm__buttonSend--FS64Z {
  margin: 6px -5px 0 14px;
  background: #4186ff;
  padding: 8px 22px;
  border-radius: 3px;
  color: white;
  letter-spacing: -0.01em;
  font-size: 16px;
}

.ContactsForm__buttonSend--FS64Z:hover {
  background: #589DFF;
}

.ContactsForm__buttonSendDisabled--fcW2T:hover {
  background: #4186ff;
  cursor: default;
}

.ContactsForm__error--vBwBp {
  color: #ff2020;
  font-size: 12px;
  align-self: flex-end;
  margin: 0 0 8px 15px;
}

.AskFormContainer__container--U0l_6 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.AskFormContainer__askForm--lcmqW {
  background-color: #F5F6FA;
  margin: 0 110px;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.ChooseExpert__container--JJwLg {
  width: 910px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.ChooseExpert__expertTitle--VOVcM {
  width: 100%;
  margin: 26px 0 33px 0;
}

.ChooseExpert__expertAbout--WFXGk {
  font-size: 15px;
  color: #8993AD;
  overflow: hidden;
  text-align: left;
}

.ChooseExpert__expertAbout--WFXGk a,
.ChooseExpert__expertAbout--WFXGk a:hover,
.ChooseExpert__expertAbout--WFXGk a:focus,
.ChooseExpert__expertAbout--WFXGk a:visited {
  text-decoration: none;
}

.ChooseExpert__expertImgBlock--f_Iar {
  margin-right: 10px;
  float: left;
}

.ChooseExpert__expertImgWrapper--YGaxV {
  height: 45px;
  width: 45px;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.ChooseExpert__expertImg--SX1YO {
  display: inline-block;
  background-size: cover;
  background-origin: content-box, padding-box;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

.ChooseExpert__personalExpertImg--TuhIA {
  width: 80px;
  height: 80px;
  margin-bottom: 13px;
}

.ChooseExpert__column--HdBmE {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
}

.ChooseExpert__row--ikta6 {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
}

.ChooseExpert__rowItem--ygABy {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  cursor: pointer;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 50%;
  -ms-transform: translate(0, 0);
}

.ChooseExpert__rowItem--ygABy:hover {
  background: #F8F8FB;
}

.ChooseExpert__rowItem--ygABy.ChooseExpert__disabled--VIbpj:hover {
  background: #fff;
  cursor: default;
}

.ChooseExpert__rowItem--ygABy:first-child {
  border-right: 1px solid #EFF1F8;
  cursor: pointer;
}

.ChooseExpert__rowItemContent--P7U7O {
  width: 100%;
  min-height: 0;
  padding: 0 48px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ChooseExpert__rowItemContentWrapper--rusY8 {
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  flex: 1;
  min-height: 0;
  height: 100%;
  width: 100%;
}

.ChooseExpert__itemTitle--MrSYf {
  margin-top: 26px;
  text-align: center;
  margin-bottom: 35px;
  width: 100%;
  position: relative;
}


.ChooseExpert__textCenter--WclQ6 {
  text-align: center;
}

.ChooseExpert__personalBlock--DsCF5 {
  display: flex;
}

.ChooseExpert__expertItem--_Nr4b {
  display: flex;
  align-items: center;
  max-width: 100%;
  flex: 1;
  justify-content: center;
  margin-top: -35px;
}

.ChooseExpert__expertName--m87j5 {
  color: #2A323B;
}

.ChooseExpert__expertPosition--i3JFE {
  font-size: 13px;
  color: #8993AD;
}

.ChooseExpert__expertRowItem--pXOWs {
  display: flex;
  margin-bottom: 15px;
  max-width: 360px;
}

.ChooseExpert__expertItemPersonalAbout--p7rjT {
  margin: 26px 0 0 0;
}

.ChooseExpert__error--Myq0h {
  margin: 14px 26px 26px 26px;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #F55D54;
  display: block;
}

.ChooseExpert__nowrap--XWXYO {
  white-space: nowrap;
}

.ChooseExpert__expertItem--_Nr4b a {
  text-decoration: none;
  color: #237CF9;
}

.ChooseExpert__personalExpertPosition--Qfsyb {
  font-size: 13px;
  color: #8993AD;
  max-width: 300px;
}

.ChooseExpert__exampleLink--YJ6Fv {
  color: #237CF9;
  text-decoration: none;
}

















.ChooseExpert__expert--CnDH7 {
  overflow: hidden;
  width: 100%;
  position: relative;
  text-align: center;
}

.ChooseExpert__expert--CnDH7 + .ChooseExpert__expert--CnDH7 {
  margin-top: 15px;
}

.ChooseExpert__experts--RVxLr {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.ChooseExpert__expertsWrapper--bLF1T {
  width: 50%;
  display: table-cell;
  overflow: auto;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  text-align:center;
}
.ChooseExpert__expertsWrapper--bLF1T + .ChooseExpert__expertsWrapper--bLF1T {
  left: auto;
  right: 0;
}

.ChooseExpert__expertsWrapper--bLF1T::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.ChooseExpert__expertsWrapper--bLF1T:hover {
  background: #F8F8FB;
  cursor: pointer;
}

.ChooseExpert__expertsWrapper--bLF1T.ChooseExpert__disabled--VIbpj:hover {
  background: #fff;
  cursor: default;
}

.ChooseExpert__expertsList--bNYTG{
}

.ChooseExpert__expertsAligner--w7fwk {
  display: inline-block;
  vertical-align: middle;
  margin: 100px 32px 0 32px;
}

.ChooseExpert__expertItemHeader--Nmabn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 26px;
  padding: 26px 0;
  text-align: center;
  height: 100px;
}

.ChooseExpert__title--QqMXT {
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
  color: #2A323B;
}

.ChooseExpert__expertItemHeader--Nmabn .ChooseExpert__title--QqMXT {
  display: inline-block;
  vertical-align: middle;
}

.ChooseExpert__subtitle--qxBp6 {
  margin: 7px 0 0 0;
  font-size: 13px;
  line-height: 16px;
  color: #6F7994;
}

.ChooseExpert__expertItemFooter--rg7C3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  margin: 0 26px;
  padding: 26px 0;
  text-align: center;
  height: 100px;
}

.NewQuestionButton__container--PiRPb {
    background: #F55D54;
    border-radius: 3px;
    padding: 10px;
    width: 230px;

    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.01em;

    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.NewQuestionButton__btnWithIcon--Lsepx {
    display: flex;
    align-items: center;
    justify-content: center;
}

.NewQuestionButton__btnWithIcon--Lsepx > svg {
    margin-right: 10px;
}

.HotLineNoMessages__container--M2SUd {
    flex: 1;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%;
    overflow: auto;
    text-align: center;
}

.HotLineNoMessages__title--DJAWE {
    width: 388px;
    margin: 10px auto 0;
    font-size: 22px;
    line-height: normal;
    text-align: center;

    color: #2A323B;
}

.HotLineNoMessages__text--OY2lE {
    width: 320px;
    margin: 10px auto 0;

    font-size: 16px;
    line-height: 21px;
    text-align: center;

    color: #6F7994;
}

.HotLineNoMessages__text--OY2lE a {
    color: #237CF9;
    text-decoration: none;
}

.HotLineNoMessages__button--CJ6mO {
    margin: 20px auto 0;
}

.ConversationAttachment__attachment--WIPIJ {
    display: block;
    padding-left: 19px;

    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC2SURBVHgB7ZJNCsIwEEZn0lIFN/UK1gN4BL1Jr+BaS4vouvUG9SYexEJuYBeCRGjGJBgUFzF13bfK35tvCIOz7J4isBIIYnCCZ2BQN7vopHdMSflvSUNLkFTPN6IwZZKtIL1o9iP8fmrvuls0DSciJcTSSCRXDDzgFbaXw7hSVQqTjUHuJVpkEB1fbS9CH8G2DN3DHsW9Ej9xJro+7O/EQXSASSaufkP+hgg4I5BrJfIeXosBFk/O5Tt06b58zQAAAABJRU5ErkJggg==) 0 2px no-repeat;

    font-size: 15px;
    line-height: normal;
    text-decoration: none;
    color: #237CF9;
}

.ConversationAttachment__attachment--WIPIJ.ConversationAttachment__print--s1DcR {
  color: #2A323B;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACvSURBVHgB7ZKxDcIwFET/NyBEFzZhBNiEGkVKUiZN3LmMA6EPmzAKG5AOKUg+MMIoorAMdV51Z/t0X9bntDhuQagIFJGfM0i0e7U7WSMAKgNCljWTadP8IK3hJG9gRa1i/n7p7vh2X9Ji9pyMqpc32IiAJtI667SKNcDSeggug4IOMe/rt1xNQwJuZPSfo+inxiHeRt+H/d04Bj1wUjTXwCUfgItgw5kVwRlGB5rIBxT3PTsdqToCAAAAAElFTkSuQmCC);
}

.ConversationAttachment__attachment--WIPIJ:hover {
    text-decoration: underline;
}

.ConversationAddComment__container--j9Vw9 {
  width: 100%;
}

.ConversationAddComment__textarea--qgPMd {
  box-sizing: border-box;
  border: 1px solid #DFE4F2;
  border-radius: 3px;
  overflow: hidden;
  resize: none;

  background: #FFFFFF;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.01em;
  color: #2A323B;
  width: 100%;
  max-height: 180px;
  padding: 10px 9px;
  height: 90px;
}

.ConversationAddComment__textarea--qgPMd::placeholder {
  color: #6F7994;
}

.ConversationAddComment__textarea--qgPMd:disabled {
  opacity: 0.3;
}

.ConversationAddComment__isMarkedLow--rZ2xG .ConversationAddComment__textarea--qgPMd {
  border-color: #E91313;
}

.ConversationAddComment__buttonAddComment--lTvj8 {
  background: #8993AD;
  border-radius: 3px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  padding: 10px;
}

.ConversationComments__comment--eFFcZ {
    position: relative;
    margin-top: 15px;
    padding: 15px;

    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;

    font-size: 16px;
    line-height: normal;
}

.ConversationComments__print--NAA4y.ConversationComments__comment--eFFcZ {
  box-shadow: none;
  padding: 0;
}

.ConversationComments__author--nqVxe {
    color: #F55D54;
}

.ConversationComments__author--nqVxe.ConversationComments__print--NAA4y {
  color: #6F7994;
}

.ConversationComments__print--NAA4y.ConversationComments__user--pcCzv,
.ConversationComments__user--pcCzv {
    color: #6F7994;
}

.ConversationComments__date--Wagfh {
    position: absolute;
    right: 0;
    top: 0;
    margin: 15px 15px 0 0;

    font-size: 14px;
    line-height: 20px;
    color: #6F7994;
}

.ConversationComments__print--NAA4y.ConversationComments__date--Wagfh {
  margin: 0;
}

.ConversationComments__text--UJ3mH {
    margin-top: 5px;
    color: #2A323B;
}

.ConversationComments__print--NAA4y.ConversationComments__add--VHo35 {
  display: none;
}

.HotLineOperator__container--HWuyX {
  min-height: 50px;
  position: relative;
  padding: 0 0 15px 50px;
  border-bottom: 1px solid #DFE4F2;
  font-size: 15px;
  line-height: 22px;
  color: #6F7994;
}

.HotLineOperator__avatar--S0T59 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  text-align: center;
  white-space: nowrap;
}

.HotLineOperator__avatarHelper--W8v6E {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.HotLineOperator__avatarImage--kSO80 {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.HotLineOperator__name--OYfmy {
  color: #F55D54;
}

.HotLineOperator__print--V7Ptt.HotLineOperator__name--OYfmy {
  color: #2A323B;
}

.ConversationAnswer__container--ey7cO {
  position: relative;
  margin: 19px 15px 0;
}

.ConversationAnswer__title--Dy5X5 {
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;

  color: #F55D54;
}

.ConversationAnswer__print--CJoqS.ConversationAnswer__title--Dy5X5 {
  color: #2A323B;
  padding-bottom: 18px;
  border-bottom: 1px solid #383F47;
}

.ConversationAnswer__date--Hiqsx {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  line-height: 20px;

  color: #6F7994;
}

.ConversationAnswer__body--pOAz0 {
  margin-top: 10px;

  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 3px;

  font-size: 15px;
  line-height: 22px;
  color: #2A323B;
}

.ConversationAnswer__print--CJoqS.ConversationAnswer__body--pOAz0 {
  box-shadow: none;
}

.ConversationAnswer__answer--tfAnF {
  padding: 25px;
}

.ConversationAnswer__print--CJoqS.ConversationAnswer__answer--tfAnF {
  font-size: 17px;
  line-height: 25px;
  padding: 10px 0;
}

.ConversationAnswer__comments--n7lJM {
  border-top: 1px solid #DFE4F2;
  padding: 20px 25px 25px;

  background: #f5f6fb;
}

.ConversationAnswer__comments--n7lJM.ConversationAnswer__print--CJoqS {
  border-top: 1px solid #BDBDBD;
  background: none;
  margin-top: 23px;
  padding: 0;
}

.ConversationAnswer__text--is9qU {
  word-break: break-word;
  margin-top: 20px;
}

.ConversationAnswer__readMore--Zx0hU {
  cursor: pointer;
  padding-left: 4px;
  text-decoration: none;
  color: #237CF9;
}

.ConversationAnswer__readMore--Zx0hU:hover {
  text-decoration: underline;
}

.ConversationAnswer__attachments--iRuz6 {
  margin-top: 10px;
}

.ConversationAnswer__rating--M1gAd {
  border: none;
  padding: 12px 18px 12px 0;
  margin: 14px 0 0 0;
}

.ConversationAnswer__rating--M1gAd [class*='Rating__title'] {
  color: #F55D54;
}

.ConversationAnswer__rating--M1gAd [class*='Rating__content'] {
  padding: 0;
}
.ConversationAnswer__print--CJoqS.ConversationAnswer__rating--M1gAd {
  display: none;
}

.ConversationQuestion__container--EHbva {
    position: relative;
    margin: 19px 15px 0;
}

.ConversationQuestion__print--Gdnls {
  margin-top: 80px;
}

.ConversationQuestion__title--HIce0 {
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.06em;
    text-transform: uppercase;

    color: #333333;
}

.ConversationQuestion__print--Gdnls.ConversationQuestion__title--HIce0 {
  padding-bottom: 13px;
  border-bottom: 1px solid #383F47;
}

.ConversationQuestion__date--X7Oz8 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 20px;

    color: #6F7994;
}

.ConversationQuestion__text--xbgZv {
    margin: 10px 0 10px 0;
    padding: 25px;

    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 3px;

    word-break: break-word;
    font-size: 15px;
    line-height: 22px;
    color: #2A323B;
}

.ConversationQuestion__print--Gdnls.ConversationQuestion__text--xbgZv {
  box-shadow: none;
  padding: 0;

  font-size: 17px;
  line-height: 25px;
}

.ConversationQuestion__titleContainer--cRKNt.ConversationQuestion__print--Gdnls {
  padding-bottom: 13px;
  border-bottom: 1px solid #383F47;
}

.ConversationStatus__container--Pr0uB {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 0 14px;
  background: white;
  border-bottom: 1px solid #DFE4F2;
}

.ConversationStatus__title--_d9UG {
  width: 600px;
  font-size: 18px;
  padding: 15px 0;
  color: #2A323B;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ConversationStatus__subtitle--Nq2p_ {
  padding: 10px 15px 15px 14px;

  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);

  font-size: 14px;
  line-height: 20px;

  color: #6F7994;
}

.ConversationStatus__subtitle--Nq2p_ p {
  margin: 0;
}

.ConversationStatus__print--UxpH0,
.ConversationStatus__print--UxpH0:hover,
.ConversationStatus__print--UxpH0:visited {
  text-decoration: none;
}

.ConversationStatus__print--UxpH0 svg {
  fill: #6F7994;
}

.ConversationStatus__print--UxpH0 svg:hover {
  fill: #237CF9;
}

.Conversation__container--es3ig {
    height: 100%;
    width: 100%;
    min-height: 0;
    min-width: 0;
    flex-shrink: 0;
    padding-bottom: 15px;
}

.Question__question--oz7Rq {
    min-height: 105px;
    overflow: hidden;
    border-bottom: 1px solid #DFE4F2;
    padding: 15px;
}

.Question__question--oz7Rq:hover {
    cursor: pointer;
    background: #F2F4FD;
}

.Question__title--VRpTS {
    padding-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    font-size: 16px;
    font-weight: bold;
    line-height: 18px;

    color: #2A323B;
}

.Question__unread--FPUGW .Question__title--VRpTS {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    margin-left: -2px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADISURBVHgBjdCxDcIwEAXQOycg0SUbeAU2yAxUaZC8QcIEKBOgbBCo0iBlBDZgBW9ACiQUYvvwIRAFCvgXlmy9O50P4ZWbyiVZUxCCAoIEkTQRnERkq0XTaTbIx3W9Uohixwi+0wukcnE47pE7OmfOE/BTEJll7Kzd+ssvyEnIxoVAhAwCQgBKEJGEsCSC5wmzpIVfRxOG/RqHMa7/dffz9vfRViJtW02Am6kChpGjMm07je/HS57L+ey5xswTych/qBlGUzNk8wDDzFEFwjPP3AAAAABJRU5ErkJggg==) 0 5px no-repeat;
    padding-left: 17px;
}

.Question__text--db4Au {
    max-height: 50px;
    overflow: hidden;

    font-size: 14px;
    line-height: 17px;
}

.Question__date--g5Bgz {
    color: #6F7994;
}

.Question__unread--FPUGW .Question__date--g5Bgz {
    color: #F55D54;
}

.Question__active--tMsg7,
.Question__question--oz7Rq.Question__active--tMsg7:hover {
    cursor: default;
    background: #237CF9;
}

.Question__active--tMsg7 .Question__title--VRpTS,
.Question__active--tMsg7 .Question__text--db4Au,
.Question__active--tMsg7 .Question__date--g5Bgz {
    color: #F5F6FA;
}

.Questions__container--Gk3gc {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  flex-direction: row;
}

.Questions__container--Gk3gc:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 291px;
  height: 110px;
  content: "";
  pointer-events: none;
}

.Questions__sidebar--NE_WU {
  display: flex;
  flex-direction: column;
}

.Questions__list--ZlpZW {
  flex: 1;
  width: 291px;
  background: white;
  border-right: 1px solid #DFE4F2;
  overflow-y: auto;
  overflow-x: hidden;
  flex-shrink: 0;
  position: relative;
}

.Questions__conversation--ghm1C {
  flex-grow: 1;
  overflow-y: auto;
}

.Questions__chooseAnswer--LeLRx {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.Questions__loadingContainer--I_muK {
  flex-grow: 1;
}

.SidebarFooter__addButtonContainer--_VGoQ {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border: 1px solid #EAEBF1;
  border-left-width: 0;
  border-bottom-width: 0;
  padding: 14px 0;
}

.SidebarFooter__addButtonContainer--_VGoQ.SidebarFooter__withLimit--oNld9 {
  padding-top: 6px;
}

.SidebarFooter__limit--KDMoX {
  margin-bottom: 6px;
}

.SosStartScreen__container--xZc6e {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding: 38px 48px 56px;
  background-color: #FFF;
}

.SosStartScreen__header--ZM4tg {
  margin: 0 0 48px;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.01em;
}

.SosStartScreen__infoItems--AHXas {
  margin-bottom: 20px;
}

.SosStartScreen__footer--GBuzl {
  margin-top: auto;
}

.SosStartScreen__buttonContainer--n7YlB {
  display: flex;
  align-items: center;
  width: 266px;
}

.SosStartScreen__rulesOfWorkLink--BXi1d {
  margin-left: 16px;
  white-space: nowrap;
}

.Button__button--svNcZ {
  box-sizing: border-box;
  white-space: nowrap;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  outline: none;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: none;
}

.Button__block--mNwRF {
  width: 100%;
}

/* theme */
/* size */
.Button__button--svNcZ,
.Button__button--svNcZ.Button__sizeNormal--gc_9d {
  height: 40px;
  padding: 9px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
/* size end */

/* color */
.Button__button--svNcZ,
.Button__button--svNcZ.Button__colorBlue--IbMFS {
  background-color: #0095FF;
  color: #FFF;
}
/* color end */
/* theme end */

.StartScreenInfoItems__container--swvz9 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -20px -16px;
}

.StartScreenInfoItems__item--aXTly {
  width: 33.33%;
  padding: 20px 16px;
}

.StartScreenInfoItems__itemNumber--DJxB_ {
  font-size: 46px;
  line-height: 60px;
  color: #FF6A00;
}

.StartScreenInfoItems__itemIcon--gE6zP {
  padding: 12px 0 10px;
}

.StartScreenInfoItems__itemIcon--gE6zP svg {
  width: 38px;
  height: 38px;
  color: #FF6A00;
}

.StartScreenInfoItems__itemHeader--DzgZd {
  margin: 0 0 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.12em;;
}

.StartScreenInfoItems__itemDescription--wc5Kz {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
}

.Link__link--MR3GL {
  outline: none;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color: #5B6173;
}

.Link__link--MR3GL:hover {
  color: #0095FF;
}

.SchoolStartScreen__container--aOjrU {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding: 38px 48px 56px;
  background-color: #FFF;
}

.SchoolStartScreen__header--KlldS {
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.01em;
}

.SchoolStartScreen__infoItems--vWCKb {
  margin-bottom: 16px;
}

.SchoolStartScreen__expertsListContainer--sVMVv {
  padding: 36px 0;
  border-top: 1px solid #D9DCE3;
}

.SchoolStartScreen__expertsList--O2vI2 {
  margin: 0 -48px;
}

.SchoolStartScreen__footer--riw_Q {
  margin-top: auto;
}

.SchoolStartScreen__buttonContainer--OCPpS {
  display: flex;
  align-items: center;
  width: 240px;
}

.SchoolStartScreen__rulesOfWorkLink--GDIej {
  margin-left: 16px;
  white-space: nowrap;
}

.ExpertsListCarousel__container--PDT06 {
  display: flex;
  align-items: center;
}

.ExpertsListCarousel__leftButtonIcon--KKuzv,
.ExpertsListCarousel__rightButtonIcon--MIJfj {
  margin: 12px;
  color: #ADB2C2;
  cursor: pointer;
}

.ExpertsListCarousel__leftButtonIcon--KKuzv {
  transform: rotate(180deg);
}

.ExpertsListCarousel__hidden--Hdejt {
  visibility: hidden;
}

.ExpertsListCarousel__containerWithHiddenOverflow--m8aCD {
  flex: 1;
  overflow: hidden;
}

.ExpertsListCarousel__expertsGroupsContainer--Kg82L {
  display: flex;
  transition: transform 1s;
}

.ExpertsListCarousel__expertsGroup--ZfEi0 {
  min-width: calc(100% + 32px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -12px -16px;
}

.ExpertsListCarousel__expert--W4T8a {
  display: flex;
  width: 33.33%;
  padding: 12px 16px;
}

.ExpertsListCarousel__expertPhoto--WLgA5 {
  margin-right: 20px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #EAEBF1;
  box-sizing: border-box;
}

.ExpertsListCarousel__expertName--ni9Jq {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 16px;
}

.ExpertsListCarousel__expertPosition--NswcL {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 14px;
  color: #7D859B;
}

.index__popupMessageOverflow--b0YMM {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0,0,0,.3);
  z-index: 9999;
  padding: 10px;
  min-height: 100%;
  box-sizing: border-box;
  transition: background-color 2s;
  cursor: not-allowed;
}

.index__popupMessage--ihTZG {
  display: flex;
  flex-flow: column nowrap;
  position: absolute;
  left: 50%;
  margin-left: -294px;
  top: 50%;
  margin-top: -125px;
  width: 588px;
  height: 249px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  justify-content: space-between;
  z-index: 1;
  cursor: default;
}

.index__popupMessageAuto--ZguGF {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  left: 15px;
  top: 15px;
  right: 15px;
}

.index__title--cf0Y1 {
  font-size: 18px;
  color: #2A323B;
  font-weight: bold;
  border-bottom: 1px solid #DFE4F2;
  padding: 5px 15px;
  height: 44px;
}

.index__message--Lpmbw {
  font-size: 15px;
  color: #000000;
  margin: 19px 15px;
}

.index__message--Lpmbw a {
  text-decoration: none;
  color: #237CF9;
}

.index__button--_L_79 {
  background: #237CF9;
  border-radius: 3px;
  width: 104px;
  padding: 10px 20px;
  margin: 0 0 20px 15px;
  color: white;
}

.index__button--_L_79:hover {
  background: #589DFF;
}

.TabWhatsApp__content--wzx9b {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.TabWhatsApp__info--zn9Oy {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #8993AD;
}

.TabWhatsApp__separator--aUt2E {
  margin: 19px 0 24px 0;
  height: 1px;
  background-color: #DFE4F2;
}

.TabWhatsApp__wrapper--fFUfO {
  padding: 24px 26px 24px 36px;
  overflow: auto;
  position: relative;
  height: 100%;
  margin: 0 auto;
  max-width: 610px;
}

.TabWhatsApp__view--KhOAQ {
  position: relative;
}

.TabWhatsApp__message--U4_u0 {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #2A323B;
  margin-bottom: 15px;
}

.TabWhatsApp__inputs--cfTR3 {
  margin-bottom: 12px;
}

.TabWhatsApp__input--xHkry {
  background-color: #ffffff;
  border: 1px solid #DFE4F2;
  box-sizing: border-box;
  border-radius: 3px;
  color: #2A323B;
  font-size: 16px;
  line-height: 16px;
  padding: 12px;
}

.TabWhatsApp__input--xHkry::placeholder,
.TabWhatsApp__input--xHkry:-ms-input-placeholder,
.TabWhatsApp__input--xHkry::-ms-input-placeholder {
  color: #8993AD;
}

.TabWhatsApp__buttons--J2WfH {
  margin: -5px -5px 0 -5px;
}

.TabWhatsApp__button--LMD3N {
  cursor: pointer;
  background: #4186ff;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  border-color: #4186ff;
  color: #ffffff;
  letter-spacing: -0.01em;
  font-size: 16px;
  display: inline-block;
  margin: 5px;
}

.TabWhatsApp__button--LMD3N:disabled {
  cursor: not-allowed;
}

.TabWhatsApp__button--LMD3N:hover {
  background: #589DFF;
}

.TabWhatsApp__buttonSecondary--Xnkxi {
  background: transparent;
  border-color: #DFE4F2;
  color: #8993AD;
}

.TabWhatsApp__buttonSecondary--Xnkxi:hover {
  color: #4186ff;
  background: transparent;
}

.TabWhatsApp__buttonDisabled--L9qJv {
  color: #ffffff;
  background: #DFE4F2;
  border-color: #DFE4F2;
}

.TabWhatsApp__buttonDisabled--L9qJv:hover  {
  cursor: default;
  color: #ffffff;
  background: #DFE4F2;
  border-color: #DFE4F2;
}

.TabWhatsApp__phone--DvNAi {
  white-space: nowrap;
}

.TabWhatsApp__whatsAppLink--k4PKh {
  color: #2d78da;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s, border-color 0.3s;
}

.TabWhatsApp__whatsAppLink--k4PKh:hover {
  color: #d0021b;
}

.OnlineHelper__container--jD7we * {
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.OnlineHelper__fontKz--CDdPH {
  font-family: 'Proxima Nova KZ', Arial, sans-serif;
}

.OnlineHelper__fontRu--UOMys {
  font-family: 'Proxima Nova RU', Arial, sans-serif;
}

.OnlineHelper__fontUa--SuPdM {
  font-family: 'Proxima Nova UA', Arial, sans-serif;
}

.OnlineHelper__fontUz--AtjgF {
  font-family: 'Proxima Nova UZ', Arial, sans-serif;
}

.OnlineHelper__module--EAa6b {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
}
.OnlineHelper__inactive--zE4CX,
.OnlineHelper__hidden--L075g {
  display: none;
}

.InformerText__informerText--KclMI a {
  text-decoration: none !important;
  color: #237CF9 !important;
}

.Informer__container--wTtdQ {
  height: auto;
  min-width: 330px;
  background: #FFFFFF;
  box-shadow: 0 8px 25px -5px rgba(0,0,0,.45);
  border-radius: 3px;
  position: absolute;
  right: 10px;
  bottom: 70px;
  padding: 25px 25px 26px 25px;
  max-width: 600px;
}

.Informer__button--CWHir {
  font-size: 14px;
  padding: 10px;
  margin-top: 16px;
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  line-height: 18px;
  cursor: pointer;
}

.Informer__buttonPositive--ffOYO {
  border: 1px solid #9BEBB7;
  color: #1BA95D;
  margin-right: 13px;
  float: left;
}

.Informer__buttonNegative--sGB6u {
  border: 1px solid #DFE4F2;
  color: #6F7994;
}

.Informer__text--eXKGa {
  line-height: 21px;
  font-size: 14px;
  word-break: break-word;
}

.Informer__menuItem--QnzT8 {
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.Informer__active--cvgWO {
  background: white;
  border-top: 1px solid #DFE4F2;
  border-bottom: 1px solid #DFE4F2;
}

.Informer__container--wTtdQ .Informer__active--cvgWO:first-child {
  border-top: none;
}

.Informer__caption--w6WqF {
  align-self: center;
  text-align: center;
}

.MobileView__chatContainer--CrwB2 {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
}

.MobileView__hidden--Su5F7 {
  display: none;
}

.MainScreen__container--vqRax {
  width: 100%;
  height: 100%;
  padding: 24px 20px;
  overflow: auto;
}

.MainScreen__panel--vqRBV + .MainScreen__panel--vqRBV {
  margin-top: 12px;
}

.MainScreen__messageCountValue--JfnyX {
  --size: 20px;
  width: var(--size);
  height: var(--size);
  border-radius: 24px;
  background-color: #17A0D3;
  font-size: 1rem;
  font-weight: 600;
  line-height: calc(var(--size) + 1px);
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}

.MainScreen__messageCountAverage--rttdU {
  width: 26px;
}
.MainScreen__messageCountMax--YXmgG {
  width: 30px;
}
.MainScreen__messageCountValue--JfnyX > * {
  font-size: 13px;
  line-height: 16px;
}

.MainScreen__footerForChat--hyKkD {
  color: #17A0D3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.MainScreen__footerForChat--hyKkD svg {
  stroke: #17A0D3;
}

.MainScreen__footerForWhatsApp--NJz0W {
  color: #00B333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.MainScreen__footerForWhatsApp--NJz0W svg {
  stroke: #00B333;
}

.MainScreen__phone--vbPdu {
  white-space: nowrap;
}

.MainScreen__continueButton--mlMzg {
  display: flex;
  align-items: center;
}

.MainScreen__changePhoneButton--EaRfH {
  margin-right: 16px;
  color: #ADB2C2;
}

.MainScreen__arrowIcon--NREBs {
  margin: 3px 0 0 8px;
}

.Panel__panel--vlQEW {
  background: #FFFFFF;
  border: 1px solid #EAEBF1;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 20px 20px 16px 20px;
  font-size: 16px;
}

.Panel__content--OgJ5E {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.Panel__icon--AK0G0 {
  margin-right: 12px;
  padding-top: 3px;
}

.Panel__titleContainer--eP0BA {
  display: flex;
  align-items: center;
}

.Panel__title--NLYTW {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-weight: 600;
  font-size: 20px;
  color: #14151A;
}

.Panel__description--wRSGT {
  line-height: 21px;
  color: #7D859B;
  margin-top: 8px;
}

.Panel__footer--ZCOHm {
  border-top: 1px solid #EAEBF1;
  padding-top: 14px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.WhatsAppConnectionScreen__container--S9Du3 {
  padding: 24px 48px 40px;
}

.WhatsAppConnectionScreen__divider--lBuj6 {
  border: none;
  height: 12px;
  background-color: #F5F6FA;
}

.WhatsAppConnectionScreen__description--dbm8P {
  margin-bottom: 20px;
  color: #7D859B;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.WhatsAppConnectionScreen__input--qqy5C {
  width: 100%;
  margin-bottom: 9px;
  padding: 8px 12px;
  color: #7D859B;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #D9DCE3;
  box-sizing: border-box;
  border-radius: 3px;
}

.WhatsAppConnectionScreen__button--mtC7Y {
  width: 100%;
  background-color: #00B333;
  border-radius: 3px;
  border: none;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.WhatsAppConnectionScreen__button--mtC7Y:disabled {
  background-color: #EAEBF1;
  color: #ADB2C2;
}

.WhatsAppLayout__container--vSHfp {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.WhatsAppLayout__header--mHjvr {
  position: relative;
  min-height: 80px;
  margin-bottom: 33px;
  background-color: #F5F6FA;
}

.WhatsAppLayout__body--_DsYc {
  flex: 1;
}

.WhatsAppLayout__whatsAppIcon--_T0M2 {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: -33px;
}

.MobileButton__button--msxJ3 {
  width: 100%;
  background-color: #00B333;
  border-radius: 3px;
  border: none;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.MobileButton__button--msxJ3:disabled {
  background-color: #EAEBF1;
  color: #ADB2C2;
}

.MobileButton__button--msxJ3.MobileButton__outline--Ec5o4 {
  background-color: #FFFFFF;
  border: 1px solid #D9DCE3;
  color: #14151A;
}

.WhatsAppNumberChangingScreen__container--GDd_J {
  padding: 24px 48px 40px;
}

.WhatsAppNumberChangingScreen__description--yqyHG {
  margin-bottom: 20px;
  color: #7D859B;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.WhatsAppNumberChangingScreen__input--Y7Ob9 {
  width: 100%;
  margin-bottom: 9px;
  padding: 8px 12px;
  color: #7D859B;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #D9DCE3;
  box-sizing: border-box;
  border-radius: 3px;
}

.WhatsAppNumberChangingScreen__button--U9BoM {
  width: 100%;
  background-color: #00B333;
  border-radius: 3px;
  border: none;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.WhatsAppNumberChangingScreen__button--U9BoM:disabled {
  background-color: #EAEBF1;
  color: #ADB2C2;
}

.PhoneInput__container--d_66F {
  position: relative;
}

.PhoneInput__input--kPHTI {
  width: 100%;
  padding: 8px 12px;
  color: #7D859B;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #D9DCE3;
  box-sizing: border-box;
  border-radius: 3px;
}

.PhoneInput__input--kPHTI:focus {
  border-color: #0095FF;
}

.PhoneInput__input--kPHTI.PhoneInput__isClearable--x93oJ {
  padding-right: 32px;
}

.PhoneInput__iconContainer--mSIXF {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 20px;
  height: 20px;
  padding: 4px;
}

.PhoneInput__iconContainer--mSIXF > svg {
  width: 100%;
  height: 100%;
}

/* KZ fonts start */
@font-face {
  font-family: 'Proxima Nova KZ';
  font-weight: 400;
  src:
    url(https://cdn.mcfr.kz/fonts/proximanova-regular-webfont.woff2) format('woff2'),
    url(https://cdn.mcfr.kz/fonts/proximanova-regular-webfont.woff) format('woff');
}

@font-face {
  font-family: 'Proxima Nova KZ';
  font-weight: 600;
  src:
    url(https://cdn.mcfr.kz/fonts/proximanova-semibold-webfont.woff2) format('woff2'),
    url(https://cdn.mcfr.kz/fonts/proximanova-semibold-webfont.woff) format('woff');
}

@font-face {
  font-family: 'Proxima Nova KZ';
  font-weight: 700;
  src:
    url(https://cdn.mcfr.kz/fonts/proximanova-bold-webfont.woff2) format('woff2'),
    url(https://cdn.mcfr.kz/fonts/proximanova-bold-webfont.woff) format('woff');
}
/* KZ fonts end */

/* RU fonts start */
@font-face {
  font-family: 'Proxima Nova RU';
  font-weight: 400;
  src:
    url(https://cdn.action-mcfr.ru/fonts/proximanova-regular-webfont.woff2) format('woff2'),
    url(https://cdn.action-mcfr.ru/fonts/proximanova-regular-webfont.woff) format('woff');
}

@font-face {
  font-family: 'Proxima Nova RU';
  font-weight: 600;
  src:
    url(https://cdn.action-mcfr.ru/fonts/proximanova-semibold-webfont.woff2) format('woff2'),
    url(https://cdn.action-mcfr.ru/fonts/proximanova-semibold-webfont.woff) format('woff');
}

@font-face {
  font-family: 'Proxima Nova RU';
  font-weight: 700;
  src:
    url(https://cdn.action-mcfr.ru/fonts/proximanova-bold-webfont.woff2) format('woff2'),
    url(https://cdn.action-mcfr.ru/fonts/proximanova-bold-webfont.woff) format('woff');
}
/* RU fonts end */

/* UA fonts start */
@font-face {
  font-family: 'Proxima Nova UA';
  font-weight: 400;
  src:
    url(https://cdn.mcfr.ua/fonts/proximanova-regular-webfont.woff2) format('woff2'),
    url(https://cdn.mcfr.ua/fonts/proximanova-regular-webfont.woff) format('woff');
}

@font-face {
  font-family: 'Proxima Nova UA';
  font-weight: 600;
  src:
    url(https://cdn.mcfr.ua/fonts/proximanova-semibold-webfont.woff2) format('woff2'),
    url(https://cdn.mcfr.ua/fonts/proximanova-semibold-webfont.woff) format('woff');
}

@font-face {
  font-family: 'Proxima Nova UA';
  font-weight: 700;
  src:
    url(https://cdn.mcfr.ua/fonts/proximanova-bold-webfont.woff2) format('woff2'),
    url(https://cdn.mcfr.ua/fonts/proximanova-bold-webfont.woff) format('woff');
}
/* UA fonts end */

/* UZ fonts start */
@font-face {
  font-family: 'Proxima Nova UZ';
  font-weight: 400;
  src:
    url(https://cdn.mcfr.uz/fonts/proximanova-regular-webfont.woff2) format('woff2'),
    url(https://cdn.mcfr.uz/fonts/proximanova-regular-webfont.woff) format('woff');
}

@font-face {
  font-family: 'Proxima Nova UZ';
  font-weight: 600;
  src:
    url(https://cdn.mcfr.uz/fonts/proximanova-semibold-webfont.woff2) format('woff2'),
    url(https://cdn.mcfr.uz/fonts/proximanova-semibold-webfont.woff) format('woff');
}

@font-face {
  font-family: 'Proxima Nova UZ';
  font-weight: 700;
  src:
    url(https://cdn.mcfr.uz/fonts/proximanova-bold-webfont.woff2) format('woff2'),
    url(https://cdn.mcfr.uz/fonts/proximanova-bold-webfont.woff) format('woff');
}
/* UZ fonts end */

.index__main--oNOny *:focus {
    outline: none;
}

.index__main--oNOny div {
    box-sizing: border-box;
}

.index__main--oNOny {
    font-size: 14px;
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 19000;
    line-height: normal;
}

.index__main--oNOny a {
  /* Есть сайты, на которых ссылкам задана нижняя граница. Например, на https://e.glavbukh.ru/ */
  border-bottom: none;
}

@media print {
    .index__main--oNOny {
        display: none;
    }
}

@media (max-width: 450px) {
    .index__main--oNOny {
        right: 8px;
    }
}

