/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
.chat--wrap {
  font-size: 16px;
  line-height: 200%;
  background: #d6e0e1;
}

.chat--wrap ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

.chat--wrap ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.chat--wrap hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.chat--wrap audio,
.chat--wrap canvas,
.chat--wrap iframe,
.chat--wrap img,
.chat--wrap svg,
.chat--wrap video {
  vertical-align: middle;
}

.chat--wrap fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.chat--wrap textarea {
  resize: vertical;
}

.chat--wrap * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.chat--wrap textarea:focus,
.chat--wrap input:focus,
.chat--wrap button:focus, 
.chat--wrap a:focus {
  outline: none;
}

.chat--wrap a {
  border: none;
  text-decoration: none;
}

.chat--wrap input {
  line-height: 14px !important;
}

.chat--wrap ::-webkit-input-placeholder {
  line-height: normal;
}

.chat--wrap {
  -webkit-text-size-adjust: 100%;
}

.chat--wrap ::-webkit-input-placeholder {
  color: #b3b3b3;
}

.chat--wrap :-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

.chat--wrap ::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

.chat--wrap :-ms-input-placeholder {
  color: #b3b3b3;
}

.chat--wrap ::-ms-input-placeholder {
  color: #b3b3b3;
}

/* ==========================================================================
   FONTS
   ========================================================================== */
.chat--wrap,
.chat__header,
.chat__panel-msg,
.chat__inputs .chat__inputs-msg,
.chat__inputs .chat__inputs-submit,
.chat__inputs-label,
.chat__panel-overlay .chat__inputs-label strong,
.chat__panel .chat_bottom-link,
.chat__msg-text,
.chat__alert,
.chat__settings .chat__settings-bottom a,
.chat__panel .btn-teal,
.chat__settings .fieldset__legend,
.chat__settings .radio__label,
.chat__settings .checkbox__label {
  font-family: 'Fedra Sans Screen',Helvetica,Arial,sans-serif;
}

/* RU */
body.ru .chat--wrap,
body.ru .chat__header,
body.ru .chat__panel-msg,
body.ru .chat__inputs .chat__inputs-msg,
body.ru .chat__inputs .chat__inputs-submit,
body.ru .chat__inputs-label,
body.ru .chat__panel-overlay .chat__inputs-label strong,
body.ru .chat__panel .chat_bottom-link,
body.ru .chat__msg-text,
body.ru .chat__alert,
body.ru .chat__settings .chat__settings-bottom a,
body.ru .chat__panel .btn-teal,
body.ru .chat__settings .fieldset__legend,
body.ru .chat__settings .radio__label,
body.ru .chat__settings .checkbox__label {
  font-family: 'Fedra Sans Alt 2',Helvetica,Arial,serif;
}


/* ==========================================================================
   HELPERS 
   ========================================================================== */
.f_left {
  float: left;
}

.f_right {
  float: right;
}

.no-side-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-bottom-pad {
  padding-bottom: 0 !important;
}

.mt_20 {
  margin-top: 20px;
}

/* ==========================================================================
  SITE RELATED
   ========================================================================== */
#site-content {
  padding-top: 40px;
}

#site-content .width-holder {
  background: #d6e0e1;
  min-height: 100vh;
  /*height: 1600px;*/
  position: relative;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

/* ==========================================================================
 CHAT
   ========================================================================== */
.chat--wrap {
  position: fixed;
  bottom: 0;
  right: 32px;
  float: left;
  margin: 10px 0 0 10px;
  width: 280px;
  max-height: 100vh;
  overflow-y: auto;
}

.chat {
  width: 280px;
  position: relative;
}

/*==== chat header ====*/
.chat__header {
  background-color: #5d3c80;
  color: white;
  padding: 7px  16px 7px  19px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.chat__header span {
  display: inline-block;
  padding-left: 10px;
}
.chat__header span.chat__support-name {
  padding-left: 0 !important;
}

.chat__header-right {
  float: right;
}

.chat__header-left {
  float: left;
}

.chat__header-right.full-corner {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
}

.chat__support-avatar {
  border-radius: 50%;
  background: white;
  float: left;
  margin: 4px 12px 0 2px;
  width: 25px;
  height: 25px;
  background: no-repeat url(../images/avatar.png) 0 0 transparent;
  background-size: cover;
}

/*==== chat panel ====*/
.chat__panel {
  text-align: left;
  text-indent: 0;
  background: #fff;
  padding: 0;
  line-height: 20px;
  font-size: 16px;
  height: 300px;
  overflow: hidden;
  position: relative;
  color: #292829;
  border-top: 1px solid #402760;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.chat__panel a {
  color: #5d3c80;
  font-weight: 700;
}

.chat__panel figure {
  text-align: center;
  width: 100%;
}
.chat__panel figure img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
}
.chat__panel figure figcaption {
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 0.2px;
  text-align: center;
  color: #292829;
}

.chat__panel-msg {
  white-space: pre-line;
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 0.2px;
  text-align: left;
  color: #292829;
}

.chat__panel-notice {
  text-align: center;
}
.chat__panel-notice .btn {
  margin-top: 25px;
}

.chat__history, .chat__panel-info {
  overflow-y: auto;
  overflow-x: hidden;
  /*height: 220px;*/
  height: 231px;
  padding: 0 20px 20px 20px;
  position: relative;
}

.chat__history {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*-webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;*/
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  -o-flex-flow: column;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
}

.chat__panel-info {
  padding-top: 20px;
  height: 100%;
}

.opened-input .chat__history-outer {
  height: 88px;
  overflow-y: scroll;
}

.opened-input .chat__history {
  top: 0px;
  padding-bottom: 10px;
  height: auto;
}

.pad-top {
  padding-top: 20px;
}

/*==== chat closed ====*/
.chat-closed {
  float: right;
}
.chat-closed.chat-idle {
  width: auto;
}
.chat-closed.chat-header-closed .chat__header {
  padding: 7px 8px 7px 10px;
  min-width: 44px;
}
.chat-closed .chat__panel {
  display: none;
}
.chat-closed .chat__header:hover {
  background-color: rgba(93, 60, 128, 0.9);
  cursor: pointer;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

/*==== chat text inputs ====*/
.chat__inputs {
  border-top: solid 2px #eeeeee;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  height: 68px;
  width: 100%;
}
.chat__inputs.msg-opened {
  top: 0px;
  height: 211px;
  bottom: 0;
  position: relative;
}
.chat__inputs.msg-opened .chat__inputs-msg {
  position: relative;
  top: 0px;
  height: 171px;
}
.chat__inputs .chat__inputs-msg {
  width: 100%;
  padding: 6px 20px;
  border: none;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #292829;
  height: 31px;
  overflow: auto;
  resize: none;
  line-height: 1.36;
  letter-spacing: 0.2px;
}
.chat__inputs .chat__inputs-buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 24px;
  padding: 0 20px 10px 20px;
}
.chat__inputs .chat__inputs-submit {
  float: right;
  background: transparent;
  color: #5d3c80;
  border: 0;
  cursor: pointer;
  position: relative;
  top: 0px;
  min-height: 24px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: left;
  color: #5d3c80;
}
.chat__inputs .chat__settings-trigger {
  float: right;
  margin: 0 0 0 10px;
}
.chat__inputs .msg-opened .chat__inputs-msg {
  width: 100%;
  height: 171px;
}

.opned-input .chat__inputs {
  border-top: solid 2px #eeeeee;
  position: relative;
  bottom: auto;
  top: 0px;
  left: 0px;
  text-align: center;
  height: 68px;
  width: 100%;
}

.chat__inputs-label {
  text-align: center;
  width: 100%;
  font-size: 14px;
  padding-top: 20px;
  font-weight: 400;
}

/*==== welcome login inputs ====*/
.chat__inputs-login {
  list-style: none;
  width: 100%;
  margin: 20px 0 0 0;
}
.chat__inputs-login li {
  border-top: solid 2px #eeeeee;
  padding: 13px 15px;
}
.chat__inputs-login input {
  border: none;
  background: transparent;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #292829;
  height: 14px;
}
.chat__inputs-login input[type="submit"] {
  color: #5d3c80;
  cursor: pointer;
}

/*==== chat panel overlay====*/
.chat__panel-overlay {
  background: rgba(93, 61, 128, 0.96);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
}
.chat__panel-overlay strong {
  display: block;
  font-weight: 500;
  margin-bottom: 18px;
}
.chat__panel-overlay .chat__inputs-label strong {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}

.chat__panel-overlay-msg {
  /*padding-top: 40px;*/
  overflow-x: hidden;
  overflow-y: auto;
  /*height: 240px;*/
  height: 231px;
  /*padding: 53px 13px 13px 13px;*/
  padding: 20px 13px 13px 13px;
  font-size: 14px;
  margin-top: 0;
}
.chat__panel-overlay-msg.chat__settings-wrap {
  height: 280px;
}
.chat__panel-overlay-msg.msg-center {
  padding-top: 0;
  position: relative;
  white-space: pre-line;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.chat__panel-overlay-msg a {
  color: white;
}
.chat__panel-overlay-msg .chat__inputs-buttons {
  z-index: 100;
  background: white;
}
.chat__panel-overlay-msg .chat__inputs {
  background: white;
}

.chat__panel .chat_bottom-link {
  position: absolute;
  left: 0;
  bottom: 51px;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-align: center;
  font-weight: 400;
  color: #eeeeee;
}

/*==== chat messages====*/
.chat__msg {
  /*width: 210px;*/
  width: 100%;
  float: right;
  font-size: 14px;
  font-size: 14px;
  line-height: 1.36;
  padding-bottom: 5px;
}
.chat__history .chat__msg {
  -ms-align-self: flex-start;
  align-self: flex-start;
}

.chat__msg-username {
  color: #b3b3b3;
  padding: 10px 10px 6px 10px;
}

.chat__msg-right {
  float: right;
  padding-left: 20px;
}
.chat__msg-right .chat__msg-username {
  text-align: right;
}

.chat__msg-left {
  float: left;
  padding-right: 20px;
}

.chat__msg-text {
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 0.2px;
  font-weight: 400;
  border-radius: 8px;
  max-width: 100%;
  overflow-wrap: break-word;
}

.chat__msg-right .chat__msg-text {
  background: #5d3c80;
  color: white;
  padding: 5px 10px 8px 15px;
  float: right;
  text-align: right;
}

.chat__msg-left .chat__msg-text {
  background-color: #f0f0f0;
  padding: 5px 22px  9px 10px;
  float: left;
}

.chat__alert {
  color: #fa9d5a;
  float: left;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 0.2px;
  text-align: left;
  color: #f57c20;
  -ms-align-self: flex-end;
  align-self: flex-end;
  width: 100%;
}

/*==== rating ====*/
.chat__rating {
  border: none;
  float: none;
  background: transparent;
  width: 210px;
  height: 50px;
  text-align: center;
  margin: 0 auto !important;
}

.chat__rating > input {
  display: none;
}

.chat__rating > label:before {
  margin: 5px;
  background: no-repeat url(../images/icon-star.svg) center center transparent;
  display: inline-block;
  width: 32px;
  height: 32px;
  display: block;
  content: "";
}

.chat__rating > label:hover {
  cursor: pointer;
}

.chat__rating > label {
  color: #ddd;
  float: right;
}

.chat__rating > input:checked ~ label,
.chat__rating:not(:checked) > label:hover,
.chat__rating:not(:checked) > label:hover ~ label {
  background: no-repeat url(../images/icon-star-filled.svg) center center transparent;
}

/*==== settings ====*/
.chat__settings-wrap {
  text-align: left;
  padding: 45px 19px 0 19px;
}

.chat__settings {
  padding-top: 4px;
}

.chat__settings input {
  float: left;
  margin: 5px  12px 0  0;
}

.chat__settings .checkbox-wrap {
  padding-top: 24px;
}

.chat__settings .chat__settings-bottom {
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 100;
  width: calc(100% - 40px);
}
.chat__settings .chat__settings-bottom a {
  color: white;
  font-weight: 400;
}

/*==== Buttons ====*/
.btn {
  display: block;
}

.chat__panel .btn-teal {
  color: #47a4ac;
  width: 160px;
  padding: 8px 10px;
  text-align: center;
  border-radius: 30px;
  border: solid 2px #47a4ad;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 31px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: border-color 0.2s ease,background 0.2s ease,color 0.2s ease;
  -moz-transition: border-color 0.2s ease,background 0.2s ease,color 0.2s ease;
  transition: border-color 0.2s ease,background 0.2s ease,color 0.2s ease;
}
.chat__panel .btn-teal:hover {
  border-color: #008c99;
  color: #008c99;
}
.chat__panel .btn-teal.btn-auth {
  margin-top: 18px;
  margin-bottom: 5px;
}

/*==== custom checkbox / radio original ====*/
.fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.fieldset__legend {
  font-size: 14px;
  line-height: 1.6;
}

.fieldset__legend + ul {
  margin-top: 10px;
}

.label--required::after {
  color: #f47820;
  content: ' *';
}

.label--light {
  color: #fff;
}

.checkbox {
  left: -9999px;
  position: absolute;
}

.checkbox__label {
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin: -4px 0 6px 28px;
}

.checkbox__label--small {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 12px 28px;
}

.checkbox + label {
  display: block;
  overflow: hidden;
  margin: 0;
}

.checkbox + label::before {
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border: solid 1px #b3b3b3;
  content: '';
  float: left;
  height: 18px;
  width: 18px;
}

.checkbox:disabled + label {
  color: #b3b3b3;
}

.checkbox:checked + label::before {
  background-image: url("../images/icon-checkmark.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.checkbox:focus + label::before, .checkbox:hover + label::before {
  border-color: #008c99;
}

.checkbox--inverse + label {
  color: #fff;
}

.checkbox--inverse + label::before {
  border-color: #fff;
  background-color: #fff;
}

.checkbox--inverse:focus + label::before, .checkbox--inverse:hover + label::before {
  border-color: #fff;
}

.checkbox--inverse:disabled + label {
  color: rgba(255, 255, 255, 0.7);
}

.radio {
  left: -9999px;
  position: absolute;
}

.radio__label {
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin: -4px 0 6px 28px;
}

.radio + label {
  display: block;
  margin: 0;
}

.radio + label::after {
  clear: both;
  content: '';
  display: table;
}

.radio + label::before {
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border: solid 1px #b3b3b3;
  border-radius: 50%;
  bottom: -4px;
  content: '';
  cursor: pointer;
  float: left;
  height: 18px;
  position: relative;
  width: 18px;
}

.radio:disabled + label {
  color: #b3b3b3;
}

.radio:checked + label::before {
  background-image: url("../images/icon-radio.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.radio:focus + label::before, .radio:hover + label::before {
  border-color: #008c99;
}

.radio--light + label {
  color: #fff;
}

.radio--light + label::before {
  background-color: #fff;
  border-color: #fff;
}

.unstyled-list {
  list-style: none;
  padding-left: 0;
}

/*==== custom checkboxes and radio buttons ====*/
.chat__settings .fieldset__legend {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 0.2px;
  text-align: left;
}

.chat__settings .radio__label, .chat__settings .checkbox__label {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.radio + label:before, .checkbox + label:before {
  background: white;
  border-color: white;
}

/* ==========================================================================
icons
   ========================================================================== */
[class^="icon-"] {
  display: block;
  float: left;
}

.icon-chat {
  background: no-repeat url(../images/icon-chat.svg) 0 0 transparent;
  width: 25px;
  height: 25px;
  margin: 5px 0 0 0;
}

.icon-close {
  float: right;
  background: no-repeat url(../images/icon-close.svg) center center transparent;
  width: 25px;
  height: 25px;
  margin: 5px 2px 0 0;
}

.icon-minimize {
  float: right;
  background: no-repeat url(../images/icon-minimize.svg) center center transparent;
  width: 25px;
  height: 25px;
  margin: 5px 7px 0 0;
}

.icon-settings {
  float: right;
  background: no-repeat url(../images/icon-settings.svg) center center transparent;
  width: 24px;
  height: 24px;
}

.icon-star {
  float: right;
  background: no-repeat url(../images/icon-star-filled.svg) center center transparent;
  width: 32px;
  height: 32px;
}

.empty .icon-star {
  background: no-repeat url(../images/icon-star.svg) center center transparent;
}

.icon-speaker {
  float: right;
  background: no-repeat url(../images/icon-speaker.svg) center center transparent;
  width: 32px;
  height: 32px;
  margin: 6px 5px 0 0;
}

.bg-orange {
  background: #f57c21;
}

/* ==========================================================================
animation
   ========================================================================== */
/*---settings rotate--*/
.anim-rotate {
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.anim-rotate:hover {
  -webkit-transform: rotateZ(270deg);
  -moz-transform: rotateZ(270deg);
  transform: rotateZ(270deg);
}

/*---chat loading--*/
.chat__loading {
  padding-top: 2px;
  /*padding-left: 12px;*/
  float: left;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  -ms-align-self: flex-end;
  align-self: flex-end;

  -webkit-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.chat__loading.hidden {
	opacity: 0;
}

.dot {
  width: 6px;
  height: 6px;
  background-color: #b3b3b3;
  display: inline-block;
  border-radius: 50%;
  margin: 0 7px 0 0;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: loading;
}

.chat__loading .dot:last-child {
  margin-right: 0px;
}

.chat__loading .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.chat__loading .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes loading {
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.4;
  }
  30% {
    opacity: 0.5;
  }
}


@media (max-width: 599px) {
  html.chat-opened {
    overflow: hidden;
  }

  html.chat-opened body {
    position: relative;
  }
  html.chat-opened body:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    background-color: #402760;
    top: 0;
    bottom: 0;
    z-index: 1001;
  }

  .chat--wrap {
    width: 100%;
    right: 0;
    margin: 0;
    z-index: 1002;
  }
  .chat-opened .chat--wrap {
    height: 100%;
  }

  .chat__panel {
    border-left: none;
    border-right: none;
  }

  .chat-header-closed {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .chat:not(.chat-header-closed) {
    width: 100%;
    height: 100%;
  }
  .chat-closed.chat-idle {
    height: 44px;
  }


  .chat__header {
    position: absolute;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #402760;
    top: 0;
    right: 0;
    z-index: 1;
  }

  .chat.chat-closed {
    height: 44px;
  }
  .chat-closed .chat__header {
    height: auto;
    max-height: 44px;
    border-bottom: 0;
  }

  .chat__panel {
    height: 100%;
    border-top: none;
    padding-top: 45px;
  }
  .chat__panel.pad-top {
    padding-top: 65px;
  }

  .chat__history-outer {
    height: 100%;
  }

  .chat__history {
    height: 100%;
    height: calc(100% - 68px);
  }

  .chat__inputs.msg-opened {
    height: calc(100% - 88px);
  }

  .chat__inputs.msg-opened .chat__inputs-msg {
    height: calc(100% - 34px);
  }
  
  .chat__panel-overlay {
    padding-top: 45px;
  }
  .chat__panel-overlay-msg.chat__settings-wrap {
    height: calc(100% - 40px);
  }
  .chat__panel-overlay-msg {
    height: calc(100% - 73px);
  }
}


/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
  .chat__inputs .chat__inputs-msg { font-size: 16px; }
}
 
/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  .chat__inputs .chat__inputs-msg { font-size: 16px; }
}
 
/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
  .chat__inputs .chat__inputs-msg { font-size: 16px; }
}
 
/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
  .chat__inputs .chat__inputs-msg { font-size: 16px; }
}