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

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

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

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

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

.Button__messagesCounter--3y6O0 {
    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--1VTQB {
    line-height: 12px;
    font-size: 12px;
    height: 12px;
    display: block;
}

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

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

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

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

.Flex__item--jcOyn {
  margin: auto;
}

.Flex__container--3MI7R {
  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--34fJl {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.HotLineRating__clickable--3nx4h {
  cursor: pointer;
}

.HotLineRating__title--hYo5B {
  color: #F55D54;
}

.HotLineRating__text--3TJCe {
}

.HotLineRating__starsText--2PQJf {
  color: #6F7994;
}

.HotLineRating__negativeMark--32mu8 {
  color: #E91313;
}

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

.HotLineRating__success--3Qy8U {
  color: #1BA95D;
}

.HotLineRating__tooltip--2cJ6x {
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  white-space: nowrap;
  padding: 3px 6px;
  color: #ffffff;
  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;
  transform: translate(-50%, -3px);
  letter-spacing: 0;
  text-transform: capitalize;
}

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

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

.HotLineRating__markSet--35Snp {
}

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

.Messages__message--3LsDz {
  display: flex;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 10px;
  position: relative;
}
.Messages__isOperator--2EGLq {
  flex-direction: row;
}
.Messages__isOperator--2EGLq .Messages__messageText--2zBiC {
  background: #f5f6fa;
  color: #2a323b;
}
.Messages__isCustomer--3qw2n {
  flex-direction: row-reverse;
}
.Messages__isCustomer--3qw2n .Messages__messageText--2zBiC {
  background: #237cf9;
  color: #f5f6fa;
}
.Messages__isFailed--2Bddj .Messages__messageText--2zBiC {
  border: 1px dashed #E91313;
}
.Messages__isPending--2TI0G .Messages__messageText--2zBiC {
  opacity: 0.6;
}

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

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

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

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

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


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

.Messages__message--3LsDz:hover .Messages__time--1V0tC {
  visibility: visible;
}

.Messages__isCustomer--3qw2n .Messages__time--1V0tC {
  color: #237CF9;
}

.Messages__isOperator--2EGLq .Messages__time--1V0tC {
  color: #6F7994;
}

.Messages__isCustomer--3qw2n .Messages__indicator---SVh6 {
  right: -13px;
}

.Messages__isOperator--2EGLq .Messages__indicator---SVh6 {
  visibility: hidden;
}

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

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

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

.ChatMessage__container--2kPUw:hover .ChatMessage__timestamp--QU9HM {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

.ChatMessage__content--2VlcI a:hover {
  cursor: pointer;
}

.ChatMessage__typeWhatsApp--iITYo {
}

.ChatMessage__typeOperator--2i6rp {
}

.ChatMessage__typeOperator--2i6rp .ChatMessage__content--2VlcI {
  background: #f5f6fa;
}
.ChatMessage__typeOperator--2i6rp .ChatMessage__content--2VlcI {
  color: #2a323b;
}

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

.ChatMessage__typeOperator--2i6rp .ChatMessage__content--2VlcI a {
  color: #237cf9;
}
.ChatMessage__typeOperator--2i6rp .ChatMessage__timestamp--QU9HM {
  color: #6f7994;
  right: auto;
  left: -25px;
}

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

.ChatMessage__typeUser--1-Hlw .ChatMessage__content--2VlcI {
  background: #237cf9;
}
.ChatMessage__typeUser--1-Hlw .ChatMessage__content--2VlcI::selection {
  background-color: #065EDA;
  color: #fff;
}
.ChatMessage__typeUser--1-Hlw .ChatMessage__content--2VlcI,
.ChatMessage__typeUser--1-Hlw .ChatMessage__content--2VlcI a {
  color: #f5f6fa;
}
.ChatMessage__typeUser--1-Hlw .ChatMessage__timestamp--QU9HM {
  color: #237cf9;
  left: auto;
  right: -25px;
}

.ChatMessage__typeService--3aXAB {
  flex-direction: row-reverse;
}

.ChatMessage__typeService--3aXAB .ChatMessage__content--2VlcI {
  max-width: 300px;
  color: #e21f27;
  border-color: #e2dfdd;
  border-style: solid;
}

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

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

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

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

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

.ChatMessage__typeSystemOperatorChanged__name--178Vi {
  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--1Tct2 a {
  text-decoration: underline;
}

.ChatMessage__visibleLink--1Tct2 hr {
  border: none;
  height: 1px;
  background: #E7E8EF;
}

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

.ChatMessage__typeUserResponseToRobot--1mtsa .ChatMessage__content--2VlcI {
  background: #f5f6fa;
  margin: 0 20px 10px 6px;
}

.ChatMessage__typeUserResponseToRobot--1mtsa .ChatMessage__answersButton--2JlgD:last-child {
  margin-top: 8px;
}

.ChatMessage__fileDeleted--gIPwt .ChatMessage__content--2VlcI {
  background-color: #ADB2C2;
}

.MediaFile__container--2qULv {
  cursor: pointer;
  display: table;
}

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

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

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

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

.MediaFile__size--32EKs {
  font-size: 12px;
}

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

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

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

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

.UserAnswerButton__text--1O35k {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #237cf9;
}
.NoMessages__container--1cwci {
    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--Gp0Mp {
    padding-bottom: 25px;
}

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

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

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

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

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

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

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

.SendFieldButton__button--eDKdq {
  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--1cY7i {
  bottom: 0;
}

.SendFieldButton__buttonAttach--4RfIb {
  top: 0;
}

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

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

.SendFieldButton__buttonSend--1cY7i .SendFieldButton__icon--fU1BU {
  fill: #237cf9;
  height: 18px;
}

.SendFieldButton__buttonAttach--4RfIb .SendFieldButton__icon--fU1BU {
  fill: #6f7994;
  height: 20px;
}

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

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

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

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

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

.FailedStatus__buttonContainer--2rLrX {
  margin-top: 16px;
}

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

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

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

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

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

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

.LeftMenu__container--2Sonz {
    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--2OR08 {
    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--3u2NV {
    padding: 15px 5px;
    display: block;
}

.LeftMenu__pusher--1WxZ2 {
    flex: 1;
}

.LeftMenu__linkItem--2PC1U a {
    text-decoration: none;
}

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

.LeftMenu__container--2Sonz .LeftMenu__active--2BFte:first-child {
    border-top-color: transparent;
}

.LeftMenu__container--2Sonz .LeftMenu__active--2BFte:last-child {
    border-bottom-color: transparent;
}

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

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

.LeftMenu__linkItem--2PC1U:hover .LeftMenu__text--1SKQL,
.LeftMenu__active--2BFte .LeftMenu__text--1SKQL {
    color: #237CF9;
}

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

.LeftMenu__menuItem--2OR08:hover .LeftMenu__icon--2h5J9 svg,
.LeftMenu__active--2BFte .LeftMenu__icon--2h5J9 svg {
    fill: #237CF9;
}

.LeftMenu__icon--2h5J9 + .LeftMenu__text--1SKQL {
    margin-top: 6px;
}

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

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

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

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

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

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

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

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

.TopPanel__container--z7lgB {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  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--PkxuO {
  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--1Dbwn {
  font-size: 18px;
  font-weight: 600;
  color: #2A323B;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.TopPanel__buttonsContainer--203qx {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}

.TopPanel__button--2PPpN {
  height: 16px;
  width: 16px;
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
  fill: #6F7994;
  letter-spacing: 0;
  user-select: none;
}
.TopPanel__button--2PPpN:hover {
  cursor: pointer;
  fill: #237CF9;
}
.TopPanel__button--2PPpN + .TopPanel__button--2PPpN {
  margin-left: 12px;
}

.TopPanel__backButton--BoPMe {
  line-height: 1;
  margin-right: 16px;
  cursor: pointer;
  user-select: none;
}

.Layout__container--1g5KG {
  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--JTR6W {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

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

.Layout__resizing--yg4oK {
  transition: none;
}

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

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

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

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

.NestedPanel__isLeading--3xo1v {
  background-color: #ffffff;
}

.NestedPanel__isLeading--3xo1v .NestedPanel__title--3HdeK {
  font-weight: bold;
}

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

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

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

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

.SimpleButton__button--2EaKj:hover {
  cursor: pointer;
}

.SimpleButton__disabled--dcBOJ {
  opacity: 0.6;
}

.SimpleButton__disabled--dcBOJ:hover {
  cursor: auto;
  cursor: initial;
}

.ContactsForm__contactsForm--1xyRo {
  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--1uCfC {
  display: flex;
  flex-flow: row nowrap;
}

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

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

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

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

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

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

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

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

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

.ContactsForm__link--3xH4V {
  padding-top: 4px;
}

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

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

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

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

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

.ContactsForm__inputEmail--2fv-Q {
  width: 192px;
}

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

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

.ContactsForm__buttonSendDisabled--2RF-t:hover {
  background: #4186ff;
  cursor: default;
}

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

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

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

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

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

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

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

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

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

.ChooseExpert__expertImg--3vIBI {
  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--5Msfi {
  width: 80px;
  height: 80px;
  margin-bottom: 13px;
}

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

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

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

.ChooseExpert__rowItem--1Jibz:hover {
  background: #F8F8FB;
}

.ChooseExpert__rowItem--1Jibz.ChooseExpert__disabled--yk-9T:hover {
  background: #fff;
  cursor: default;
}

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

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

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

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


.ChooseExpert__textCenter--2w_hx {
  text-align: center;
}

.ChooseExpert__personalBlock--2nLOv {
  display: flex;
}

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

.ChooseExpert__expertName--3SlpT {
  color: #2A323B;
}

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

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

.ChooseExpert__expertItemPersonalAbout--2dnWR {
  margin: 26px 0 0 0;
}

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

.ChooseExpert__nowrap--2nMHb {
  white-space: nowrap;
}

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

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

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

















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

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

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

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

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

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

.ChooseExpert__expertsWrapper--2vpOK.ChooseExpert__disabled--yk-9T:hover {
  background: #fff;
  cursor: default;
}

.ChooseExpert__expertsList--3ee5G{
}

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

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

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

.ChooseExpert__expertItemHeader--3C63h .ChooseExpert__title--2b7IR {
  display: inline-block;
  vertical-align: middle;
}

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

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

.NewQuestionButton__container--1xTVq {
    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--2EnkZ {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

    color: #2A323B;
}

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

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

    color: #6F7994;
}

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

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

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

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

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

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

.ConversationAttachment__attachment--2Uf2r:hover {
    text-decoration: underline;
}

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

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

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

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

.ConversationAddComment__textarea--1upfH:disabled {
  opacity: 0.3;
}

.ConversationAddComment__isMarkedLow--DpVrJ .ConversationAddComment__textarea--1upfH {
  border-color: #E91313;
}

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

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

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

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

.ConversationComments__print--1ocGM.ConversationComments__comment--1IzBj {
  box-shadow: none;
  padding: 0;
}

.ConversationComments__author--2lYqb {
    color: #F55D54;
}

.ConversationComments__author--2lYqb.ConversationComments__print--1ocGM {
  color: #6F7994;
}

.ConversationComments__print--1ocGM.ConversationComments__user--2KWyX,
.ConversationComments__user--2KWyX {
    color: #6F7994;
}

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

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

.ConversationComments__print--1ocGM.ConversationComments__date--3jXWs {
  margin: 0;
}

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

.ConversationComments__print--1ocGM.ConversationComments__add--1iJ4I {
  display: none;
}

.HotLineOperator__container--3Qf_H {
  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--B8mFW {
  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--3fVPi {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

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

.HotLineOperator__name--3wCgc {
  color: #F55D54;
}

.HotLineOperator__print--1WHE9.HotLineOperator__name--3wCgc {
  color: #2A323B;
}

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

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

  color: #F55D54;
}

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

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

  color: #6F7994;
}

.ConversationAnswer__body--1zP1V {
  margin-top: 10px;

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

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

.ConversationAnswer__print--1uLf-.ConversationAnswer__body--1zP1V {
  box-shadow: none;
}

.ConversationAnswer__answer--2_nPH {
  padding: 25px;
}

.ConversationAnswer__print--1uLf-.ConversationAnswer__answer--2_nPH {
  font-size: 17px;
  line-height: 25px;
  padding: 10px 0;
}

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

  background: #f5f6fb;
}

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

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

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

.ConversationAnswer__readMore--1E1Cb:hover {
  text-decoration: underline;
}

.ConversationAnswer__attachments--2S9xO {
  margin-top: 10px;
}

.ConversationAnswer__rating--3oppD {
  border: none;
  padding: 12px 18px 12px 0;
  margin: 14px 0 0 0;
}
.ConversationAnswer__rating--3oppD [class*='Rating__content'] {
  padding: 0;
}
.ConversationAnswer__print--1uLf-.ConversationAnswer__rating--3oppD {
  display: none;
}

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

.ConversationQuestion__print--3udnN {
  margin-top: 80px;
}

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

    color: #333333;
}

.ConversationQuestion__print--3udnN.ConversationQuestion__title--3j4vQ {
  padding-bottom: 13px;
  border-bottom: 1px solid #383F47;
}

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

    color: #6F7994;
}

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

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

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

.ConversationQuestion__print--3udnN.ConversationQuestion__text--3iTdn {
  box-shadow: none;
  padding: 0;

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

.ConversationQuestion__titleContainer--2f6yB.ConversationQuestion__print--3udnN {
  padding-bottom: 13px;
  border-bottom: 1px solid #383F47;
}

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

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

.ConversationStatus__subtitle--1KWl9 {
  padding: 10px 15px 15px 14px;

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

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

  color: #6F7994;
}

.ConversationStatus__subtitle--1KWl9 p {
  margin: 0;
}

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

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

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

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

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

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

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

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

    color: #2A323B;
}

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

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

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

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

.Question__unread--3s6U8 .Question__date--ZjQfX {
    color: #F55D54;
}

.Question__active--25ytB,
.Question__question--2ZJBV.Question__active--25ytB:hover {
    cursor: default;
    background: #237CF9;
}

.Question__active--25ytB .Question__title--1SSYj,
.Question__active--25ytB .Question__text--1dXIe,
.Question__active--25ytB .Question__date--ZjQfX {
    color: #F5F6FA;
}

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

.Questions__container--1YE2f:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 291px;
  height: 110px;
  content: "";
  pointer-events: none;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.Questions__list--34Hn7 {
  width: 291px;
  background: white;
  border-right: 1px solid #DFE4F2;
  overflow-y: auto;
  overflow-x: hidden;
  flex-shrink: 0;
  padding-bottom: 80px;
  position: relative;
  height: 100%;
}

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

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

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

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

.HotLineContainer__newQuestion--N2yyN {
  position: absolute;
  left: 30px;
  bottom: 28px;
  z-index: 2;
}

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

.index__popupMessageOverflow--15xlV {
  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--fYv_j {
  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--39Ee_ {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  left: 15px;
  top: 15px;
  right: 15px;
}

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

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

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

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

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

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

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

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

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

.TabWhatsApp__view--BohLr {
  position: relative;
}

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

.TabWhatsApp__inputs--1mna6 {
  margin-bottom: 12px;
}

.TabWhatsApp__input--1xraz {
  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--1xraz::placeholder,
.TabWhatsApp__input--1xraz:-ms-input-placeholder,
.TabWhatsApp__input--1xraz::-ms-input-placeholder {
  color: #8993AD;
}

.TabWhatsApp__buttons--2FAx5 {
  margin: -5px -5px 0 -5px;
}

.TabWhatsApp__button--H3xuK {
  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--H3xuK:disabled {
  cursor: not-allowed;
}

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

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

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

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

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

.TabWhatsApp__phone--16l8a {
  white-space: nowrap;
}

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

.TabWhatsApp__whatsAppLink--36YAH:hover {
  color: #d0021b;
}

.OnlineHelper__container--3Jk_l * {
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: auto;
}

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

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

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

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

.OnlineHelper__module--3XClp {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
}
.OnlineHelper__inactive--GSBS4,
.OnlineHelper__hidden--2U1hG {
  display: none;
}

.Informer__container--nPZDY {
  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--3BzAn {
  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--143KT {
  border: 1px solid #9BEBB7;
  color: #1BA95D;
  margin-right: 13px;
  float: left;
}

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

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

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

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

.Informer__container--nPZDY .Informer__active--1Sq2l:first-child {
  border-top: none;
}

.Informer__caption--34Czs {
  align-self: center;
  text-align: center;
}

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

.MobileView__hidden--3W4dq {
  display: none;
}

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

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

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

.MainScreen__messageCountAverage--33OxC {
  width: 26px;
}
.MainScreen__messageCountMax--1QB1o {
  width: 30px;
}
.MainScreen__messageCountValue--jbdaK > * {
  font-size: 13px;
  line-height: 16px;
}

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

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

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

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

.MainScreen__phone--31cBG {
  white-space: nowrap;
}

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

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

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

.Panel__panel--17BkF {
  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--1WZ2J {
  position: relative;
  display: flex;
  align-items: flex-start;
}

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

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

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

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

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

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

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

.WhatsAppConnectionScreen__input--3Sdu6 {
  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--IY8xj {
  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--IY8xj:disabled {
  background-color: #EAEBF1;
  color: #ADB2C2;
}

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

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

.WhatsAppLayout__body--29UFX {
  flex: 1;
}

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

.MobileButton__button--2TgBl {
  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--2TgBl:disabled {
  background-color: #EAEBF1;
  color: #ADB2C2;
}

.MobileButton__button--2TgBl.MobileButton__outline--39nPF {
  background-color: #FFFFFF;
  border: 1px solid #D9DCE3;
  color: #14151A;
}

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

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

.WhatsAppNumberChangingScreen__input--2Gu0g {
  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--11Hpl {
  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--11Hpl:disabled {
  background-color: #EAEBF1;
  color: #ADB2C2;
}

.PhoneInput__container--kmBcR {
  position: relative;
}

.PhoneInput__input--3rK3g {
  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--3rK3g:focus {
  border-color: #0095FF;
}

.PhoneInput__input--3rK3g.PhoneInput__isClearable--2-hVp {
  padding-right: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.index__main--1j9-Y *:focus {
    outline: none;
}

.index__main--1j9-Y div {
    box-sizing: border-box;
}

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

@media print {
    .index__main--1j9-Y {
        display: none;
    }
}

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

