.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%);
    }
}
.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;
}

.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;
}

.Flex__container--de11A,
.Flex__item--OKXaX {
  box-sizing: border-box;
  position: relative;
  min-height: 0;
  min-width: 0;
}

.Flex__item--OKXaX {
  margin: auto;
}

.Flex__container--de11A {
  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--kUmJy {
  width: 100%;
  height: 100%;
}

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

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

.PendingStatus__containerSmall--Nf5z7 {
  padding: 0;
  display: flex;
  align-items: center;
  align-content: center;
  height: auto;
  width: auto;
  position: relative;
}

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

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

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

.PendingStatus__svg--m7Twk {
  animation: PendingStatus__animate1--gZutG 1.2s infinite linear;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}

.PendingStatus__svgSmall--Ibzfr {
  animation: PendingStatus__animate1--gZutG 1.2s infinite linear;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
@keyframes PendingStatus__animate1--gZutG {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

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

.TabChat__dragArea--D6MZX {
  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--uaiE4 {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

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

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

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

.HotLineRating__clickable--JS7bz {
  cursor: pointer;
}

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

.HotLineRating__text--ToMWA {
}

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

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

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

.HotLineRating__tooltip--OLbyE {
  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__tooltip--OLbyE:first-letter {
  text-transform: uppercase;
}

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

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

.HotLineRating__markSet--RjsHL {
}

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

.Messages__wrapper--GW4VF {
  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--ud3qC {
  padding: 7px 7px 7px 17px;
  margin: 0 10px 0 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

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

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

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

.Messages__message--eQQtC {
  display: flex;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 10px;
  position: relative;
}
.Messages__isOperator--Wz2En {
  flex-direction: row;
}
.Messages__isOperator--Wz2En .Messages__messageText--bbj51 {
  background: #f5f6fa;
  color: #2a323b;
}
.Messages__isCustomer--r05uh {
  flex-direction: row-reverse;
}
.Messages__isCustomer--r05uh .Messages__messageText--bbj51 {
  background: #237cf9;
  color: #f5f6fa;
}
.Messages__isFailed--lE5_W .Messages__messageText--bbj51 {
  border: 1px dashed #E91313;
}
.Messages__isPending--h_e0h .Messages__messageText--bbj51 {
  opacity: 0.6;
}

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

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

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

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

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


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

.Messages__message--eQQtC:hover .Messages__time--Wjcd6 {
  visibility: visible;
}

.Messages__isCustomer--r05uh .Messages__time--Wjcd6 {
  color: #237CF9;
}

.Messages__isOperator--Wz2En .Messages__time--Wjcd6 {
  color: #6F7994;
}

.Messages__isCustomer--r05uh .Messages__indicator--Nl_H2 {
  right: -13px;
}

.Messages__isOperator--Wz2En .Messages__indicator--Nl_H2 {
  visibility: hidden;
}

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

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

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

.ChatMessage__container--HUobG:hover .ChatMessage__timestamp--PwYe1 {
  visibility: visible;
}

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

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

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

.ChatMessage__content--Sk3x8 {
  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--PwYe1 {
  text-align: center;
  visibility: hidden;
  font-size: 10px;
  white-space: nowrap;
  width: 26px;
  overflow: hidden;
  flex-shrink: 0;
  position: absolute;
  top: 0;
}

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

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

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

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

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

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

.ChatMessage__typeWhatsApp--VYGWT {
}

.ChatMessage__typeOperator--nsH9X {
}

.ChatMessage__typeOperator--nsH9X .ChatMessage__content--Sk3x8 {
  background: #f5f6fa;
}
.ChatMessage__typeOperator--nsH9X .ChatMessage__content--Sk3x8 {
  color: #2a323b;
}

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

.ChatMessage__typeOperator--nsH9X .ChatMessage__content--Sk3x8 a {
  color: #237cf9;
}
.ChatMessage__typeOperator--nsH9X .ChatMessage__timestamp--PwYe1 {
  color: #6f7994;
  right: auto;
  left: -25px;
}

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

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

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

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

.ChatMessage__typeSystemDateTimestamp--ycT_R {
  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--ycT_R::before {
  content: " ";
  position: absolute;
  height: 1px;
  background: #dfe4f2;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
}

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

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

.ChatMessage__typeSystemOperatorChangedAvatar--n975x {
  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--n975x span {
  position: absolute;
  left: -1px;
  right: 0;
  top: -1px;
  bottom: 0;
}

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

.ChatMessage__typeSystemOperatorChangedName--ekGEp {
  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--moqV3 a {
  text-decoration: underline;
}

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

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

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

.ChatMessage__typeUserResponseToRobot--qf4vW .ChatMessage__answersButton--AVeWR:last-child {
  margin-top: 8px;
}

.ChatMessage__fileDeleted--VaNag .ChatMessage__content--Sk3x8 {
  background-color: #adb2c2;
}

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

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

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

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

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

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

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

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

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

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

.UserAnswerButton__text--w5X7r {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #237cf9;
}

.NoMessages__container--f6z0h {
    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--frKXh {
    padding-bottom: 25px;
}

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

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

.SendField__textField--TpofH {
  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--TpofH:focus {
  outline: none;
}

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

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

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

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

.SendFieldButton__button--mY9ng {
  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--CxlJ8 {
  bottom: 0;
}

.SendFieldButton__buttonAttach--hJGur {
  top: 0;
}

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

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

.SendFieldButton__buttonSend--CxlJ8 .SendFieldButton__icon--VgHMn {
  fill: #237cf9;
  height: 18px;
}

.SendFieldButton__buttonAttach--hJGur .SendFieldButton__icon--VgHMn {
  fill: #6f7994;
  height: 20px;
}

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

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

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

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

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

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

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

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

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

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

.StyledDropArea__container--lwk3g {
    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--MzKkX {
    line-height: 27px;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    align-self: center;
}

.index__messageCounter--U6Hwt {
  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--U5VUv {
  color: #ffffff;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.LeftMenu__container--zNr3Z {
    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--ZWuO9 {
    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--I4fy1 {
    padding: 15px 5px;
    display: block;
}

.LeftMenu__pusher--NoIgg {
    flex: 1;
}

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

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

.LeftMenu__container--zNr3Z .LeftMenu__active--pDsJD:first-child {
    border-top-color: transparent;
}

.LeftMenu__container--zNr3Z .LeftMenu__active--pDsJD:last-child {
    border-bottom-color: transparent;
}

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

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

.LeftMenu__linkItem--MNYxh:hover .LeftMenu__text--EqW9T,
.LeftMenu__active--pDsJD .LeftMenu__text--EqW9T {
    color: #237CF9;
}

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

.LeftMenu__menuItem--ZWuO9:hover .LeftMenu__icon--s8fgj svg,
.LeftMenu__active--pDsJD .LeftMenu__icon--s8fgj svg {
    fill: #237CF9;
}

.LeftMenu__icon--s8fgj + .LeftMenu__text--EqW9T {
    margin-top: 6px;
}

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

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

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

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

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

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

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

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

.TopPanel__container--na1fr {
  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--_E7BT {
  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--ywZ35 {
  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--ywZ35.TopPanel__newVersionAvailableTitle--yWj_z {
  font-size: 14px;
  font-weight: 600;
  color: #2D3039;
  background-color: #FFC723;
  width: 100%;
  padding: 0 10px;
}

.TopPanel__buttonsContainer--mpIh_ {
  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--iP3qc {
  height: 16px;
  width: 16px;
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
  fill: #6F7994;
  letter-spacing: 0;
  user-select: none;
}

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

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

.TopPanel__backButton--ug_1w {
  line-height: 1;
  margin-right: 16px;
  cursor: pointer;
  user-select: none;
}
.Flex__container--CvFu5,
.Flex__item--SRWgO {
  box-sizing: border-box;
  position: relative;
  min-height: 0;
  min-width: 0;
}

.Flex__item--SRWgO {
  margin: auto;
}

.Flex__container--CvFu5 {
  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--aoOYL {
  width: 100%;
  height: 100%;
}

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

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

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

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

.NestedPanel__title--nZ3GF {
   font-size: 18px;
   line-height: 16px;
   color: #2A323B;
   margin-right: 5px;
 }

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

.NestedPanel__isLeading--N5vH4 .NestedPanel__title--nZ3GF {
  font-weight: bold;
}

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

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

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

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

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

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

.ChooseExpert__expertImg--mEQxs {
  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--uOQ90 {
  width: 80px;
  height: 80px;
  margin-bottom: 13px;
}

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

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

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

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

.ChooseExpert__rowItem--pJyFv.ChooseExpert__disabled--nMb2o:hover {
  background: #fff;
  cursor: default;
}

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

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

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

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


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

.ChooseExpert__personalBlock--aG6Dv {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ChooseExpert__expertsWrapper--lTqgj {
  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--lTqgj + .ChooseExpert__expertsWrapper--lTqgj {
  left: auto;
  right: 0;
}

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

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

.ChooseExpert__expertsWrapper--lTqgj.ChooseExpert__disabled--nMb2o:hover {
  background: #fff;
  cursor: default;
}

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

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

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

.ChooseExpert__expertItemHeader--NURQD .ChooseExpert__title--mtm8H {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

.NewQuestionButton__container--ZiU2f {
    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--kFopl {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.HotLineNoMessages__container--ka1cg {
    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--pcelh {
    width: 388px;
    margin: 10px auto 0;
    font-size: 22px;
    line-height: normal;
    text-align: center;

    color: #2A323B;
}

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

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

    color: #6F7994;
}

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

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

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

.AskForm__title--TVYQK {
  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--xqskI {
  resize: none;
  font-size: 16px;
  line-height: 23px;
  color: #2A323B;
  padding: 13px 15px 0 15px;
  flex: 1 0;
  border: none;
}

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

.AskForm__buttonBack--Sjmdn: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--YUx0h {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.SimpleButton__disabled--R9FhU {
  opacity: 0.6;
}

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

.ContactsForm__contactsForm--mI6aU {
  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--RPtVe {
  display: flex;
  flex-flow: row nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.Button__button--tVG5B {
  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--DXe6l {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ExpertsListCarousel__hidden--MRig_ {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.Questions__question--qQD_S {
  flex-grow: 1;
  overflow-y: auto;
}

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

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

.Questions__spinner--i1Yat {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

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

.QuestionView__history--as1x6 {
  position: relative;
  margin: 19px 15px 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  font-size: 15px;
  line-height: 22px;
  color: #2A323B;
}

.QuestionView__comments--nTZp1 {
  padding: 20px 25px 25px;
  background: #f5f6fb;
}

.QuestionText__container--oVVE7 {
    position: relative;
    margin: 19px 15px 0;
}

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

    color: #333333;
}

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

    color: #6F7994;
}

.QuestionText__text--k4MwC {
    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;
}

.QuestionAnswer__container--Iu49r {
  margin-top: 48px;
  position: relative;
}

.QuestionAnswer__meta--VYWDa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: -28px;
}

.QuestionAnswer__title--P0ics {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f55d54;
}

.QuestionAnswer__date--LDjWC {
  font-size: 14px;
  line-height: 20px;
  color: #6f7994;
}

.QuestionAnswer__answer--qXlwi {
  padding: 25px;
  border-bottom: 1px solid #dfe4f2;
  margin-bottom: 20px;
  background-color: #fff;
}

.QuestionAnswer__commentFormWrapper--rmqWG {
  padding: 0 25px 24px;
}

.QuestionAnswer__rating--kHJ0p {
  border: none;
  padding: 14px 18px 0 0;
  margin: 24px 0 0 0;
  border-top: 1px solid #DFE4F2;
}

.QuestionAnswer__rating--kHJ0p [class*="Rating__title"] {
  color: #f55d54;
}

.QuestionAnswer__rating--kHJ0p [class*="Rating__content"] {
  padding: 0;
}

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

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

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

.HotLineRating__clickable--R8De7 {
  cursor: pointer;
}

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

.HotLineRating__text--g2IOC {
}

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

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

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

.HotLineRating__tooltip--w5H4q {
  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__tooltip--w5H4q:first-letter {
  text-transform: uppercase;
}

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

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

.HotLineRating__markSet--cOets {
}

.HotLineOperator__container--vmNwv {
  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--FAnfQ {
  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--xgMGF {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

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

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

.HotLineOperator__print--ZTR4I.HotLineOperator__name--Nmry4 {
  color: #2A323B;
}

.TextareaWithAutoHeight__wrapper--Olz7j {
  position: relative;
  width: 100%;
  min-height: 100px;
  max-height: 300px;
}

.TextareaWithAutoHeight__control--wIygE {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #CFD5E6;
  border-radius: 3px;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
  resize: none;
}

.TextareaWithAutoHeight__control--wIygE[data-control="native"] {
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: 1;
}

.TextareaWithAutoHeight__control--wIygE[data-control="fake"] {
  visibility: hidden;
  user-select: none;
  pointer-events: none;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  overflow: hidden;
  min-height: 100px;
  max-height: 300px;
}

.TextareaWithAutoHeight__control--wIygE:focus {
  border: 1px solid #4295FA;
}

.TextareaWithAutoHeight__control--wIygE::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #8893B2;
}

.TextareaWithAutoHeight__control--wIygE:disabled {
  background-color: #F7F9FC;
  border-color: #BFC6DB;
  color: #8893B2;
  cursor: not-allowed;
}

.TextareaWithAutoHeight__error--bGjbf,
.TextareaWithAutoHeight__error--bGjbf:focus,
.TextareaWithAutoHeight__error--bGjbf:hover {
  border-color: #F65177;
}

.Button__wrapper--K6UsW {
  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: 1px solid transparent;
}

.Button__wrapper--K6UsW:disabled {
  pointer-events: none;
}

.Button__wrapper--K6UsW:not(.Button__variantOutline--NQk7f):disabled {
  background-color: #C4C8D4;
}

.Button__wrapper--K6UsW.Button__variantOutline--NQk7f:disabled {
  border-color: #D9DCE3;
  background-color: #FFF;
  color: #ADB2C2;
}

.Button__content--EDOnP {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.Button__block--JXONX {
  display: flex;
  width: 100%;
}

.Button__prefix--PH2lL {
  display: inline-flex;
}

.Button__text--zwWqo {
  overflow: hidden;
  text-overflow: ellipsis;
}

.Button__prefix--PH2lL + .Button__text--zwWqo {
  margin-left: 6px;
}

.Button__prefix--PH2lL svg {
  fill: #FFF;
}

/* theme */
/* size */
.Button__wrapper--K6UsW.Button__sizeSmall--o1WAq {
  height: 24px;
  padding: 2px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.Button__wrapper--K6UsW,
.Button__wrapper--K6UsW.Button__sizeNormal--mw83D {
  height: 32px;
  padding: 6px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.Button__wrapper--K6UsW.Button__sizeLarge--Qpd_7 {
  height: 40px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
/* size end */

/* color */
.Button__wrapper--K6UsW,
.Button__wrapper--K6UsW.Button__colorBlue--GxhBf {
  background-color: #0095FF;
  color: #FFF;
}

.Button__wrapper--K6UsW:hover,
.Button__wrapper--K6UsW.Button__colorBlue--GxhBf:hover {
  background-color: #0076E0;
  color: #FFF;
}

.Button__wrapper--K6UsW:active,
.Button__wrapper--K6UsW.Button__colorBlue--GxhBf:active {
  background-color: #0051B3;
}

.Button__wrapper--K6UsW.Button__colorGray--SXrpi {
  background-color: #EAEBF1;
  color: #14151A;
}

.Button__wrapper--K6UsW.Button__colorGray--SXrpi:hover {
  background-color: #D9DCE3;
}

.Button__wrapper--K6UsW.Button__colorGray--SXrpi:active {
  background-color: #C4C8D4;
}

.Button__wrapper--K6UsW.Button__colorGray--SXrpi:disabled {
  background-color: #EAEBF1;
  color: #ADB2C2;
}

.Button__wrapper--K6UsW.Button__colorGreen--L1HvM {
  background-color: #00B333;
  color: #FFFFFF;
}

.Button__wrapper--K6UsW.Button__colorGreen--L1HvM:hover {
  background-color: #01922A;
}

.Button__wrapper--K6UsW.Button__colorGreen--L1HvM:active {
  background-color: #017622;
}

.Button__wrapper--K6UsW.Button__colorOrange--IEDop {
  background-color: #FF6A00;
  color: #FFFFFF;
}

.Button__wrapper--K6UsW.Button__colorOrange--IEDop:hover {
  background-color: #DA5701;
}

.Button__wrapper--K6UsW.Button__colorOrange--IEDop:active {
  background-color: #B24401;
}

.Button__wrapper--K6UsW.Button__colorPurple--Ihhc0 {
  background-color: #7E00FF;
  color: #FFFFFF;
}

.Button__wrapper--K6UsW.Button__colorPurple--Ihhc0:hover {
  background-color: #6600CC;
}

.Button__wrapper--K6UsW.Button__colorPurple--Ihhc0:active {
  background-color: #4F009E;
}

.Button__wrapper--K6UsW.Button__colorRed--DsEGG {
  background-color: #ED3545;
  color: #FFFFFF;
}

.Button__wrapper--K6UsW.Button__colorRed--DsEGG:hover {
  background-color: #C62533;
}

.Button__wrapper--K6UsW.Button__colorRed--DsEGG:active {
  background-color: #AB1C28;
}

.Button__wrapper--K6UsW.Button__colorYellow--Fw0IS {
  background-color: #FFC723;
  color: #FFFFFF;
}

.Button__wrapper--K6UsW.Button__colorYellow--Fw0IS:hover {
  background-color: #F4B91D;
}

.Button__wrapper--K6UsW.Button__colorYellow--Fw0IS:active {
  background-color: #E3A413;
}

.Button__wrapper--K6UsW.Button__colorWhite--fScSf {
  background-color: #FFFFFF;
  color: #14151A;
}
.Button__wrapper--K6UsW.Button__colorWhite--fScSf:disabled {
  color: #FFFFFF;
}
.Button__wrapper--K6UsW.Button__colorWhite--fScSf:hover {
  background-color: #F5F6FA;
}
.Button__wrapper--K6UsW.Button__colorWhite--fScSf:active {
  background-color: #EAEBF1;
}
/* color end */

/* variant */
.Button__wrapper--K6UsW.Button__variantOutline--NQk7f {
  border-color: #D9DCE3;
  color: #14151A;
  background-color: #FFFFFF;
}
.Button__wrapper--K6UsW.Button__variantOutline--NQk7f:hover {
  border-color: #C4C8D4;
  background-color: #FFFFFF;
}
.Button__wrapper--K6UsW.Button__variantOutline--NQk7f:active {
  border-color: #D9DCE3;
  background-color: #F5F6FA;
}

.Button__wrapper--K6UsW.Button__variantOutline--NQk7f .Button__prefix--PH2lL svg {
  fill: #2D3039;
}

.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorBlue--GxhBf {
  border-color: #0095FF;
  color: #14151A;
  background-color: #FFFFFF;
}
.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorBlue--GxhBf:hover {
  border-color: #0076E0;
}
.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorBlue--GxhBf:active {
  border-color: #0051B3;
  background-color: #F5F6FA;
}

.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorGray--SXrpi {
  border-color: #D9DCE3;
  color: #14151A;
  background-color: #FFFFFF;
}
.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorGray--SXrpi:hover {
  border-color: #C4C8D4;
}
.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorGray--SXrpi:active {
  border-color: #D9DCE3;
  background-color: #F5F6FA;
}

.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorGreen--L1HvM {
  border-color: #00B333;
  color: #14151A;
  background-color: #FFFFFF;
}
.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorGreen--L1HvM:hover {
  border-color: #01922A;
}
.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorGreen--L1HvM:active {
  border-color: #017622;
  background-color: #F5F6FA;
}

.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorOrange--IEDop {
  border-color: #FF6A00;
  color: #14151A;
  background-color: #FFFFFF;
}
.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorOrange--IEDop:hover {
  border-color: #DA5701;
}
.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorOrange--IEDop:active {
  border-color: #B24401;
  background-color: #F5F6FA;
}

.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorPurple--Ihhc0 {
  border-color: #7E00FF;
  color: #14151A;
  background-color: #FFFFFF;
}
.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorPurple--Ihhc0:hover {
  border-color: #6600CC;
}
.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorPurple--Ihhc0:active {
  border-color: #4F009E;
  background-color: #F5F6FA;
}

.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorRed--DsEGG {
  border-color: #ED3545;
  color: #14151A;
  background-color: #FFFFFF;
}
.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorRed--DsEGG:hover {
  border-color: #C62533;
}
.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorRed--DsEGG:active {
  border-color: #AB1C28;
  background-color: #F5F6FA;
}

.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorYellow--Fw0IS {
  border-color: #FFC723;
  color: #14151A;
  background-color: #FFFFFF;
}
.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorYellow--Fw0IS:hover {
  border-color: #F4B91D;
}
.Button__wrapper--K6UsW.Button__variantOutline--NQk7f.Button__colorYellow--Fw0IS:active {
  border-color: #E3A413;
  background-color: #F5F6FA;
}
/* variant end */
/* theme end */

.Icon__wrapper--onVdY {
  display: inline-block;
  user-select: none;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 0;
  position: relative;
}

.Icon__icon--vrngT {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: inline-flex;
}

.Icon__icon--vrngT svg {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.Icon__wrapper--onVdY.Icon__autoWidth--ccZDv svg {
  width: auto;
}

.Icon__wrapper--onVdY.Icon__autoHeight--rZZ0s svg {
  width: auto;
}

/* animations */
.Icon__animationSpin--KdY7S .Icon__icon--vrngT {
  animation-name: Icon__spin--zcDWJ;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes Icon__spin--zcDWJ {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}
/* animations end */

.QuestionAddCommentForm__container--snWfV {
  width: 100%;
  position: relative;
}

.QuestionAddCommentForm__textarea--Q_nGk {
  border: 1px solid #DFE4F2;
  border-radius: 3px;
  overflow: hidden;
}

.QuestionAddCommentForm__container--snWfV>.QuestionAddCommentForm__textarea--Q_nGk>[data-control] {
  background: #FFFFFF;
  color: #2A323B;
  padding: 10px 9px 55px;
}

.QuestionAddCommentForm__container--snWfV>.QuestionAddCommentForm__textarea--Q_nGk>[data-control],
.QuestionAddCommentForm__container--snWfV>.QuestionAddCommentForm__textarea--Q_nGk>[data-control]::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}

.QuestionAddCommentForm__container--snWfV>.QuestionAddCommentForm__textarea--Q_nGk>[data-control],
.QuestionAddCommentForm__container--snWfV>.QuestionAddCommentForm__textarea--Q_nGk>[data-control]:focus {
  border: none;
}

.QuestionAddCommentForm__container--snWfV>.QuestionAddCommentForm__textarea--Q_nGk,
.QuestionAddCommentForm__container--snWfV>.QuestionAddCommentForm__textarea--Q_nGk>[data-control="fake"] {
  min-height: unset;
  max-height: unset;
}

.QuestionAddCommentForm__textarea--Q_nGk::placeholder {
  color: #6F7994;
}

.QuestionAddCommentForm__textarea--Q_nGk:disabled {
  opacity: 0.3;
}

.QuestionAddCommentForm__isMarkedLow--JLq7W .QuestionAddCommentForm__textarea--Q_nGk {
  border-color: #E91313;
}

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

.QuestionAddCommentForm__buttonSendComment--z_dE6 {
  position: absolute;
  right: 11px;
  bottom: 8px;
  /* В библиотечной textarea указан z-index: 1; Без этого свойства кнопка перекрывается полем ввода. */
  z-index: 2;
}

.Iframe__wrapper--EgUZr {
  display: flex;
  position: relative;
  overflow: hidden;
}

.Iframe__iframe--nr_ZI {
  flex-grow: 1;
  position: relative;
  z-index: 2;
}

.Iframe__spinner--_ElHB {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.Spinner__wrapper--osptp {
  display: inline-block;
  overflow: hidden;
  line-height: 0;
}

.Spinner__wrapper--osptp svg {
  fill: #308CFC;
}

.Spinner__spinner--pIKEd {
  animation-name: Spinner__spin--CpQ4y;
  animation-duration: 2250ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes Spinner__spin--CpQ4y {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.ReactorAnswerContent__iframeClassName--U4slh {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.ReactorAnswerContent__fullAnswerButtonText--FGhIb {
  display: flex;
  align-items: center;
}

.ReactorAnswerContent__fullAnswerButtonIcon--zKqA0 {
  margin-left: 4px;
  fill: none;
}

.ReactorAnswerContent__fullAnswerButton--yzpxD {
  margin-top: 32px;
}

.LegacyAnswerAttachments__header--DYlW1 {
  margin: 15px 0 10px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.LegacyAnswerAttachments__attachments--R1p67 {
  padding: 0;
}

.LegacyAnswerAttachments__attachment--eF5Lv {
  display: flex;
  align-items: center;
  color: #237cf9;
}

.LegacyAnswerAttachments__attachment--eF5Lv + .LegacyAnswerAttachments__attachment--eF5Lv {
  margin-top: 12px;
}

.LegacyAnswerAttachments__attachmentLink--kt5ZH {
  color: #237cf9;
  text-decoration: none;
}

.LegacyAnswerAttachments__attachmentIcon--KxJVa {
  margin-right: 4px;
}

.LegacyAnswerContent__legacyAnswerContent--C6qLB {
  margin-top: 20px;
}

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

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

.QuestionHeader__subtitle--cjO7D {
  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;
}

.QuestionHeader__subtitle--cjO7D p {
  margin: 0;
}

.QuestionHeader__print--XYz7D {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.QuestionHeader__print--XYz7D svg {
  fill: #6F7994;
}

.QuestionHeader__print--XYz7D:hover svg {
  fill: #237CF9;
}

.QuestionHistory__comment--mX90o {
  position: relative;
  padding: 15px;

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

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

.QuestionHistory__comment--mX90o + .QuestionHistory__comment--mX90o {
  margin-top: 15px;
}

.QuestionHistory__header--Hf6y7 {
  display: flex;
  justify-content: space-between;
}

.QuestionHistory__author--vBt56 {
  color: #f55d54;
}

.QuestionHistory__user--l18s_ {
  color: #6f7994;
}

.QuestionHistory__date--lvrLc {
  font-size: 14px;
  line-height: 20px;
  color: #6f7994;
}

.QuestionHistory__text--hsUd5 {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  margin-top: 5px;
  color: #2a323b;
}

.QuestionHistory__text--hsUd5 a {
  color: #237cf9;
  text-decoration: none;
}

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

.PendingStatus__containerSmall--lZQEA {
  padding: 0;
  display: flex;
  align-items: center;
  align-content: center;
  height: auto;
  width: auto;
  position: relative;
}

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

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

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

.PendingStatus__svg--jCayi {
  animation: PendingStatus__animate1--E7q16 1.2s infinite linear;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}

.PendingStatus__svgSmall--KGrDr {
  animation: PendingStatus__animate1--E7q16 1.2s infinite linear;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
@keyframes PendingStatus__animate1--E7q16 {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

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

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

.QuestionItem__question--NW5a4:hover {
  cursor: pointer;
  background: #F2F4FD;
}

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

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

  color: #2A323B;
}

.QuestionItem__unread--vnwdU .QuestionItem__title--bW5ZO {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  padding-left: 17px;
  position: relative;
}

.QuestionItem__unread--vnwdU .QuestionItem__title--bW5ZO:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #F55D54;
  border-radius: 50%;
}

.QuestionItem__text--iuKHS {
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 17px;
}

.QuestionItem__date--MjiSH {
  color: #6F7994;
}

.QuestionItem__unread--vnwdU .QuestionItem__date--MjiSH {
  color: #F55D54;
}

.QuestionItem__active--QNjwS,
.QuestionItem__question--NW5a4.QuestionItem__active--QNjwS:hover {
  cursor: default;
  background: #237CF9;
}

.QuestionItem__active--QNjwS .QuestionItem__title--bW5ZO,
.QuestionItem__active--QNjwS .QuestionItem__text--iuKHS,
.QuestionItem__active--QNjwS .QuestionItem__date--MjiSH {
  color: #F5F6FA;
}

.SidebarFooter__addButtonContainer--Vq25q {
  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--Vq25q.SidebarFooter__withLimit--YtFDn {
  padding-top: 6px;
}

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

.TopPanel__container--xFxHp {
  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--JHrV8 {
  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--uayup {
  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--uayup.TopPanel__newVersionAvailableTitle--_cxMZ {
  font-size: 14px;
  font-weight: 600;
  color: #2D3039;
  background-color: #FFC723;
  width: 100%;
  padding: 0 10px;
}

.TopPanel__buttonsContainer--SgIsX {
  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--Jxqzm {
  height: 16px;
  width: 16px;
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
  fill: #6F7994;
  letter-spacing: 0;
  user-select: none;
}

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

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

.TopPanel__backButton--SYZiM {
  line-height: 1;
  margin-right: 16px;
  cursor: pointer;
  user-select: none;
}
.TopPanel__container--Akc16 {
  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--AmnbE {
  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--hywgR {
  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--hywgR.TopPanel__newVersionAvailableTitle--fRwX2 {
  font-size: 14px;
  font-weight: 600;
  color: #2D3039;
  background-color: #FFC723;
  width: 100%;
  padding: 0 10px;
}

.TopPanel__buttonsContainer--qkgxh {
  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--O0hfI {
  height: 16px;
  width: 16px;
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
  fill: #6F7994;
  letter-spacing: 0;
  user-select: none;
}

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

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

.TopPanel__backButton--E1Fnc {
  line-height: 1;
  margin-right: 16px;
  cursor: pointer;
  user-select: none;
}
.HotLineContainer__container--YxDj1 {
  background-color: #F5F6FA;
  overflow: hidden;
  position: relative;
}

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

.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);
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}
.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;
}

.HotLineFailedStatus__container--mFM0a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  height: 100%;
  width: 100%;
}

.HotLineFailedStatus__content--Yy_X5 {
  display: inline-block;
  line-height: 24px;
  font-size: 18px;
  color: #6F7994;
  cursor: default;
  text-align: center;
}

.HotLineFailedStatus__button--n5YTi {
  all: unset;
  cursor: pointer;
  line-height: 24px;
  font-size: 18px;
  color: #237CF9;
}

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

.PendingStatus__containerSmall--D7bu2 {
  padding: 0;
  display: flex;
  align-items: center;
  align-content: center;
  height: auto;
  width: auto;
  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;
}

.PendingStatus__svgSmall--LMgGE {
  animation: PendingStatus__animate1--c5bbp 1.2s infinite linear;
  width: 24px;
  height: 24px;
  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);
  }
}

.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;
}

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;
}

.DesktopView__module--hmqda {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
}

.DesktopView__hidden--LZ8KB {
  display: none;
}

.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%;
}

.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;
}

.Main__module--qgJgo {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
}
.Main__hidden--h1eEk {
  display: none;
}

/* 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;
    }
}

