@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
:root {
  --vh: 100vh;
  --windowHeight: 100vh;
  --windowWidth: 100vw;
  --deltaVH: 0;
  --windowViewportHeight: 100vh;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: #000;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  min-height: var(--windowHeight, 100vh);
}

body {
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: geometricPrecision;
  width: 100%;
  overflow-y: scroll;
}

.scrollBehavior {
  scroll-behavior: smooth;
}

img, picture {
  max-width: 100%;
}

svg use {
  -webkit-transition: all .3s;
  transition: all .3s;
}

input,
button,
textarea {
  -webkit-appearance: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  outline: none;
  display: inline-flex;
  align-items: center;
  border: none;
  background: none;
}

ul {
  list-style-type: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  transition: color .3s;
  color: #000;
}

p {
  display: block;
  margin: 0;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  position: relative;
  width: 100%;
  padding: 0 16px;
}

.b-main-page {
  min-height: 100vh;
  background: linear-gradient(180deg, #FFFFFF 0%, #DFECFF 100%);
  padding-top: 49px;
  padding-bottom: 49px;
}

@media screen and (max-width: 1441px) {
  .b-main-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .b-main-page {
    padding-top: 35px;
    padding-bottom: 62px;
  }
}

@media screen and (max-width: 640px) {
  .b-main-page {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.b-main-page .logo-hive {
  display: block;
  margin-bottom: 49px;
}

@media screen and (max-width: 1441px) {
  .b-main-page .logo-hive {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .b-main-page .logo-hive {
    margin-bottom: 52px;
  }
}

@media screen and (max-width: 640px) {
  .b-main-page .logo-hive {
    margin-bottom: 52px;
  }
}

.b-main-page .logo-hive img {
  display: block;
  margin: 0 auto;
  height: 30px;
  width: auto;
}

@media screen and (max-width: 1100px) {
  .b-main-page .logo-hive img {
    height: 25px;
  }
}

.b-main-page .head-block {
  text-align: center;
  margin-bottom: 42px;
}

@media screen and (max-width: 1441px) {
  .b-main-page .head-block {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .b-main-page .head-block {
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 640px) {
  .b-main-page .head-block {
    margin-bottom: 26px;
  }
}

.b-main-page .logo-kasper {
  margin-bottom: 24px;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  padding: 12px;
  padding-right: 16px;
  text-align: left;
  border: 1px solid #FF6154;
  border-radius: 12px;
  background: #fff;
}

@media screen and (max-width: 1441px) {
  .b-main-page .logo-kasper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .b-main-page .logo-kasper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .b-main-page .logo-kasper {
    margin-bottom: 12px;
    padding: 10px;
    padding-bottom: 8px;
    padding-right: 19px;
  }
}

.b-main-page .logo-kasper svg {
  display: block;
  width: 28px;
  height: auto;
}

@media screen and (max-width: 640px) {
  .b-main-page .logo-kasper svg {
    width: 24px;
  }
}

.b-main-page .logo-kasper .text {
  margin-left: 11px;
  font-size: 12px;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  color: #FF6154;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 640px) {
  .b-main-page .logo-kasper .text {
    font-size: 10px;
    line-height: 12px;
  }
}

.b-main-page .logo-kasper .text span {
  display: block;
  text-transform: none;
  font-size: 28px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 640px) {
  .b-main-page .logo-kasper .text span {
    font-size: 20px;
    line-height: 28px;
  }
}

.b-main-page h1 {
  display: block;
  font-weight: 500;
  font-size: 60px;
  line-height: 108%;
  letter-spacing: -0.04em;
  color: #141414;
  padding: 0;
  margin: 0;
  max-width: 733px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1441px) {
  .b-main-page h1 {
    font-size: 42px;
    max-width: 510px;
  }
}

@media screen and (max-width: 1100px) {
  .b-main-page h1 {
    font-size: 48px;
    max-width: 580px;
  }
}

@media screen and (max-width: 640px) {
  .b-main-page h1 {
    font-size: 36px;
    line-height: 38px;
    max-width: 304px;
  }
}

.b-main-page .items {
  display: flex;
  justify-content: space-between;
  max-width: 816px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .b-main-page .items {
    display: block;
  }
}

.b-main-page .items .information {
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9;
}

.b-main-page .items .information:before {
  content: '';
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  left: -50%;
  top: -50%;
}

@media screen and (max-width: 1100px) {
  .b-main-page .items .information {
    top: 20px;
    right: 20px;
  }
}

.b-main-page .items .information:hover svg path {
  stroke: #2B6FF5;
}

.b-main-page .items .information svg {
  display: block;
  width: 24px;
  height: auto;
}

.b-main-page .items .information svg path {
  transition: all 0.3s;
}

.b-main-page .items .left {
  width: calc(50% - 10px);
}

.b-main-page .items .left .item {
  min-height: 100%;
}

@media screen and (max-width: 640px) {
  .b-main-page .items .left {
    width: 100%;
    margin-bottom: 12px;
  }
}

.b-main-page .items .right {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}

.b-main-page .items .right .item {
  flex: 1;
}

@media screen and (max-width: 640px) {
  .b-main-page .items .right .item {
    min-height: 178px;
  }
}

@media screen and (max-width: 640px) {
  .b-main-page .items .right {
    width: 100%;
  }
}

.b-main-page .items .item {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 3.2px 4px rgba(18, 18, 151, 0.133);
  backdrop-filter: blur(2px);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.b-main-page .items .item:not(.item-soon) {
  cursor: pointer;
}

@media screen and (max-width: 1441px) {
  .b-main-page .items .item {
    padding: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .b-main-page .items .item {
    padding: 24px;
  }
}

@media screen and (max-width: 640px) {
  .b-main-page .items .item {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 12px;
  }
}

.b-main-page .items .item:not(.item-soon) .btn:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.b-main-page .items .item:not(.item-soon):hover .btn {
  border-color: #005AD6;
  color: #fff;
  background: #005AD6;
}

.b-main-page .items .item:last-child {
  margin-bottom: 0;
}

.b-main-page .items .item .info {
  margin-bottom: 28px;
  position: relative;
}

@media screen and (max-width: 1441px) {
  .b-main-page .items .item .info {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .b-main-page .items .item .info {
    margin-bottom: 40px;
  }
}

.b-main-page .items .item .info:last-child {
  margin-bottom: 0;
}

.b-main-page .items .item .info .img {
  height: 80px;
  margin-bottom: 28px;
}

@media screen and (max-width: 1441px) {
  .b-main-page .items .item .info .img {
    height: 60px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1100px) {
  .b-main-page .items .item .info .img {
    height: 72px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  .b-main-page .items .item .info .img {
    height: 62px;
    margin-bottom: 20px;
  }
}

.b-main-page .items .item .info .img img {
  display: block;
  height: 100%;
  width: auto;
}

.b-main-page .items .item .info .img.img-soon img {
  filter: saturate(0.01);
}

.b-main-page .items .item .info .soon {
  position: absolute;
  right: -10px;
  top: -13px;
}

.b-main-page .items .item .info .soon svg {
  display: block;
  width: 63px;
  height: auto;
}

@media screen and (max-width: 1441px) {
  .b-main-page .items .item .info .soon svg {
    width: 55px;
  }
}

@media screen and (max-width: 1100px) {
  .b-main-page .items .item .info .soon svg {
    width: 53px;
  }
}

@media screen and (max-width: 640px) {
  .b-main-page .items .item .info .soon {
    right: 0;
    top: 0;
  }
  .b-main-page .items .item .info .soon svg {
    width: 43px;
  }
}

.b-main-page .items .item h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: -0.03em;
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
}

@media screen and (max-width: 1441px) {
  .b-main-page .items .item h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1100px) {
  .b-main-page .items .item h2 {
    font-size: 24px;
    line-height: 121.42%;
  }
}

@media screen and (max-width: 640px) {
  .b-main-page .items .item h2 {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 12px;
  }
}

.b-main-page .items .item p {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.03em;
  color: #878787;
}

@media screen and (max-width: 1441px) {
  .b-main-page .items .item p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .b-main-page .items .item p {
    font-size: 16px;
    line-height: 144%;
  }
}

@media screen and (max-width: 640px) {
  .b-main-page .items .item p {
    font-size: 14px;
    line-height: 100%;
  }
}

.btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.03em;
  padding: 7px 28px;
  min-height: 40px;
  border-radius: 60px;
  background: #2B6FF5;
  border: 1px solid #2B6FF5;
  color: #fff;
  transition: all .3s;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .btn {
    font-size: 16px;
    line-height: 18px;
    padding: 7px 28px;
    min-height: 36px;
  }
}

@media screen and (max-width: 640px) {
  .btn {
    font-size: 16px;
    line-height: 18px;
  }
}

.btn:hover {
  border-color: #005AD6;
  color: #fff;
  background: #005AD6;
}

.btn:hover svg path {
  fill: #fff;
}

.btn:active {
  border-color: #2B6FF5;
  color: #fff;
  background: #2B6FF5;
  box-shadow: 0px 0px 0px 3px #B7C1F7;
}

.btn:active svg path {
  fill: #fff;
}

.btn.disabled {
  background: #E9E9E9;
  border-color: #E9E9E9;
  color: #B9B9B9;
  pointer-events: none;
}

.btn svg {
  display: block;
  width: 21px;
  height: auto;
  margin-left: 10px;
}

@media screen and (max-width: 1100px) {
  .btn svg {
    width: 19px;
  }
}

.btn svg path {
  transition: all 0.3s;
}

.btn.secondary {
  color: #2B6FF5;
  border-color: #D4D4D4;
  background: transparent;
}

.btn.secondary svg path {
  stroke: #2B6FF5;
  fill: #2B6FF5;
}

.btn.secondary:hover {
  border-color: #AEC8F4;
  color: #2B6FF5;
  background: #F0F5FF;
}

.btn.secondary:hover svg path {
  stroke: #2B6FF5;
  fill: #2B6FF5;
}

.btn.secondary:active {
  color: #2B6FF5;
  border-color: #D4D4D4;
  background: #fff;
  box-shadow: 0px 0px 0px 2px #F5F5F5;
}

.btn.secondary:active svg path {
  stroke: #2B6FF5;
  fill: #2B6FF5;
}

.btn.secondary.disabled {
  background: #fff;
  border-color: #E8E8E8;
  color: #CECECE;
  pointer-events: none;
}

.btn.secondary.disabled svg path {
  stroke: #B9B9B9;
  fill: #B9B9B9;
}

.btn.secodary-blue {
  color: #2B6FF5;
  border-color: #3F83F5;
  background: transparent;
}

.btn.secodary-blue svg path {
  stroke: #2B6FF5;
  fill: #2B6FF5;
}

.btn.secodary-blue:hover {
  border-color: #AEC8F4;
  color: #2B6FF5;
  background: #F0F5FF;
}

.btn.secodary-blue:hover svg path {
  stroke: #2B6FF5;
  fill: #2B6FF5;
}

.btn.secodary-blue:active {
  color: #2B6FF5;
  border-color: #D4D4D4;
  background: #fff;
  box-shadow: 0px 0px 0px 2px #F5F5F5;
}

.btn.secodary-blue:active svg path {
  stroke: #2B6FF5;
  fill: #2B6FF5;
}

.btn.secodary-blue.disabled {
  background: #fff;
  border-color: #E8E8E8;
  color: #CECECE;
  pointer-events: none;
}

.btn.secodary-blue.disabled svg path {
  stroke: #B9B9B9;
  fill: #B9B9B9;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~1~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.wrapper {
  position: relative;
  overflow: hidden;
  /*position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
    min-height: var(--windowHeight, 100vh);
    right: 0;
    top: 0;
    bottom: 0;*/
}

.chat-wrapper {
  height: 100vh;
  height: var(--windowHeight, 100vh);
  position: relative;
  padding-bottom: 30px;
  padding-top: 39px;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper {
    background: #F8F8F8;
    padding-top: 16px;
    padding-bottom: 0;
  }
}

.chat-wrapper .mob-bg {
  display: none;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .mob-bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(77, 77, 77, 0.6);
    z-index: 98;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
  }
  .chat-wrapper .mob-bg.show {
    opacity: 1;
    pointer-events: auto;
  }
}

.chat-wrapper .sidebar {
  position: fixed;
  z-index: 99;
  left: -270px;
  top: 0;
  bottom: 0;
  width: 270px;
  background: #F9F9F9;
  transition: all 0.3s;
  padding: 32px 20px;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .sidebar {
    width: 323px;
    left: -323px;
    padding: 0 16px;
    padding-top: 19px;
    background: #fff;
    z-index: 101;
  }
}

.chat-wrapper .sidebar.show {
  left: 0;
}

.chat-wrapper .sidebar.show .btn-sidebar {
  border: 1px solid #C6C6C6;
}

.chat-wrapper .sidebar.show .btn-sidebar .icon svg:nth-child(1) {
  display: none;
}

.chat-wrapper .sidebar.show .btn-sidebar .icon svg:nth-child(2) {
  display: block;
}

.chat-wrapper .sidebar .close-menu-btn {
  display: none;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .sidebar .close-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: absolute;
    right: -4px;
    top: 50%;
    margin-top: -16px;
    padding: 0;
  }
  .chat-wrapper .sidebar .close-menu-btn svg {
    display: block;
    width: 32px;
    height: auto;
  }
}

.chat-wrapper .sidebar .btn-sidebar {
  position: absolute;
  left: 100%;
  margin-left: 32px;
  top: 32px;
  cursor: pointer;
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  border-radius: 40px;
  height: 34px;
  transition: all 0.3s;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .sidebar .btn-sidebar {
    display: none;
  }
}

.chat-wrapper .sidebar .btn-sidebar .icon {
  width: 18px;
  margin-right: 4px;
}

.chat-wrapper .sidebar .btn-sidebar .icon svg {
  width: 100%;
  height: auto;
}

.chat-wrapper .sidebar .btn-sidebar .icon svg:nth-child(1) {
  display: block;
}

.chat-wrapper .sidebar .btn-sidebar .icon svg:nth-child(2) {
  display: none;
}

.chat-wrapper .sidebar .btn-sidebar span {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #141414;
}

.chat-wrapper .sidebar .logo-hive {
  display: none;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .sidebar .logo-hive {
    display: block;
    position: relative;
    margin-bottom: 39px;
  }
}

.chat-wrapper .sidebar .cont .text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #141414;
  margin-bottom: 16px;
  margin-top: 50px;
}

.chat-wrapper .sidebar .cont .text:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .sidebar .cont .text {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.03em;
    margin-top: 44px;
    margin-bottom: 12px;
  }
}

.chat-wrapper .sidebar .cont .sidebar-btn-box {
  margin-top: 12px;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .sidebar .cont .sidebar-btn-box {
    margin-top: 10px;
  }
}

.chat-wrapper .sidebar .cont .sidebar-btn-box .btn {
  width: 100%;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  min-height: 34px;
  padding-top: 5px;
  padding-bottom: 6px;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .sidebar .cont .sidebar-btn-box .btn {
    min-height: 48px;
    font-weight: 400;
  }
}

.chat-wrapper .sidebar .cont .sidebar-btn-box .btn svg {
  margin-left: 0;
  margin-right: 4px;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .sidebar .cont .sidebar-btn-box .btn svg {
    width: 20px;
    height: auto;
  }
}

.chat-wrapper .sidebar .cont .item {
  display: flex;
  align-items: center;
  padding: 8px;
  background: #F1F1F1;
  border-radius: 20px;
  border: 1px solid #F1F1F1;
  margin-top: 12px;
  position: relative;
}

.chat-wrapper .sidebar .cont .item .soon {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: -0.03em;
  color: #E42D2D;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  position: absolute;
  right: 20px;
  top: -8px;
  background: #FFFFFF;
  border: 1px solid #E42D2D;
  border-radius: 40px;
}

.chat-wrapper .sidebar .cont .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 16px;
}

@media screen and (min-width: 1101px) {
  .chat-wrapper .sidebar .cont .item .img {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}

.chat-wrapper .sidebar .cont .item .img img {
  display: block;
  width: 42px;
  height: auto;
}

@media screen and (min-width: 1101px) {
  .chat-wrapper .sidebar .cont .item .img img {
    width: 32px;
  }
}

.chat-wrapper .sidebar .cont .item .info {
  flex: 1;
  margin-left: 12px;
  padding-right: 9px;
}

.chat-wrapper .sidebar .cont .item .info span {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #141414;
  margin-bottom: 4px;
}

.chat-wrapper .sidebar .cont .item .info p {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #878787;
}

.chat-wrapper .sidebar .cont .item.active {
  background: #E0EDFF;
  border-color: #2B6FF5;
}

.chat-wrapper .chat-main-box {
  transition: all 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.chat-wrapper .chat-main-box.show-sidebar {
  margin-left: 270px;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .chat-main-box.show-sidebar {
    margin-left: 0;
  }
}

.chat-wrapper .chat-main-box .menu-btn {
  display: none;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .chat-main-box .menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -13.5px;
    padding: 0;
  }
  .chat-wrapper .chat-main-box .menu-btn svg {
    display: block;
    width: 27px;
    height: auto;
  }
}

.chat-wrapper .chat-main-box .column {
  width: 740px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  height: calc(100% - 130px);
}

@media screen and (max-width: 1921px) {
  .chat-wrapper .chat-main-box .column {
    height: calc(100% - 70px);
  }
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .chat-main-box .column {
    height: calc(100% - 47px);
    background: #FFFFFF;
    border-radius: 30px 30px 0px 0px;
    padding: 16px;
    padding-bottom: 18px;
    width: 100%;
  }
}

.chat-wrapper .chat-main-box .column .robot-hello {
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .chat-main-box .column .robot-hello {
    margin: auto 0;
  }
}

.chat-wrapper .chat-main-box .column .robot-hello .img {
  margin-bottom: 0;
  width: 222px;
  height: 222px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .chat-main-box .column .robot-hello .img {
    width: 100%;
    max-width: 255px;
  }
}

.chat-wrapper .chat-main-box .column .robot-hello .img img {
  display: none;
  display: block;
  opacity: 0;
  width: 222px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
}

.chat-wrapper .chat-main-box .column .robot-hello .img img:first-child {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .chat-main-box .column .robot-hello .img img {
    width: 100%;
    max-width: 255px;
  }
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .chat-main-box .column .robot-hello .img {
    margin-bottom: 0;
  }
}

.chat-wrapper .chat-main-box .column .robot-hello .text {
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: #B9B9B9;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .chat-main-box .column .robot-hello .text {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.04em;
  }
}

.chat-wrapper .chat-main-box .column .robot-hello .text span {
  color: #4883F5;
  font-weight: 500;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .chat-main-box .column .robot-hello .text span {
    display: block;
    margin-bottom: 8px;
  }
}

.chat-wrapper .logo-hive {
  display: block;
  margin-bottom: 100px;
}

@media screen and (max-width: 1921px) {
  .chat-wrapper .logo-hive {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .logo-hive {
    margin-bottom: 22px;
    position: relative;
  }
}

.chat-wrapper .logo-hive img {
  display: block;
  margin: 0 auto;
  height: 30px;
  width: auto;
}

@media screen and (max-width: 1100px) {
  .chat-wrapper .logo-hive img {
    height: 25px;
  }
}

.input-sect {
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .input-sect {
    max-width: 608px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.input-sect .swiper-box {
  padding-right: 20px;
  padding-bottom: 16px;
}

@media screen and (max-width: 1100px) {
  .input-sect .swiper-box {
    padding-right: 0;
  }
}

.input-sect .swiper-box .main-slider {
  padding: 4px 12px;
  margin: 0 -12px;
}

@media screen and (max-width: 1100px) {
  .input-sect .swiper-box .main-slider {
    padding: 4px 16px;
    margin: 0 -16px;
  }
}

.input-sect .swiper-box .swiper-slide {
  opacity: 0;
  transition: opacity 0.5s ease;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .input-sect .swiper-box .swiper-slide {
    opacity: 1;
  }
}

.input-sect .swiper-box .swiper-slide-active, .input-sect .swiper-box .swiper-slide-active + .swiper-slide {
  opacity: 1;
}

.input-sect .swiper-box .swiper-slide {
  height: auto;
  padding: 12px 16px;
  background: #F9F9F9;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

.input-sect .swiper-box .swiper-slide span {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #141414;
  margin-bottom: 4px;
}

.input-sect .swiper-box .swiper-slide p {
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #878787;
}

.input-sect .swiper-box .swiper-button-next, .input-sect .swiper-box .swiper-button-prev {
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E9E9E9;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  top: 50%;
  margin-top: -12px;
  transition: all 0.3s;
}

.input-sect .swiper-box .swiper-button-next:after, .input-sect .swiper-box .swiper-button-prev:after {
  content: none;
}

.input-sect .swiper-box .swiper-button-next svg, .input-sect .swiper-box .swiper-button-prev svg {
  display: block;
  object-fit: initial;
  width: 4px;
  height: 8px;
}

.input-sect .swiper-box .swiper-button-next svg path, .input-sect .swiper-box .swiper-button-prev svg path {
  transition: all 0.3s;
}

.input-sect .swiper-box .swiper-button-next:hover, .input-sect .swiper-box .swiper-button-prev:hover {
  background: #2B6FF5;
}

.input-sect .swiper-box .swiper-button-next:hover svg path, .input-sect .swiper-box .swiper-button-prev:hover svg path {
  stroke: #fff;
}

@media screen and (max-width: 1100px) {
  .input-sect .swiper-box .swiper-button-next, .input-sect .swiper-box .swiper-button-prev {
    display: none !important;
  }
}

.input-sect .swiper-box .swiper-button-next.swiper-button-disabled, .input-sect .swiper-box .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.input-sect .swiper-box .swiper-button-next {
  left: auto;
  right: 0;
}

.input-sect .swiper-box .swiper-button-prev {
  right: auto;
  left: 0;
}

.input-sect .input-box {
  display: flex;
  position: relative;
  align-items: flex-end;
}

.input-sect .input-box .textarea-text-box {
  display: none;
}

@media screen and (max-width: 1100px) {
  .input-sect .input-box .textarea-text-box {
    display: block;
    flex: 1;
    position: relative;
    border: 1px solid #6B9AF8;
    border-radius: 40px;
    box-shadow: 0px 0px 14px rgba(46, 124, 240, 0.1);
  }
  .input-sect .input-box .textarea-text-box.disabled {
    box-shadow: none;
    border-color: #F7F7F7;
  }
  .input-sect .input-box .textarea-text-box .btn-full-textarea {
    opacity: 0;
    visibility: hidden;
    width: 24px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s;
    position: absolute;
    left: 100%;
    margin-left: 16px;
    top: 10px;
  }
  .input-sect .input-box .textarea-text-box .btn-full-textarea svg {
    display: block;
    width: auto;
    height: 100%;
  }
  .input-sect .input-box .textarea-text-box.big {
    padding: 13px;
    padding-right: 25px;
    border-radius: 18px;
    height: 128px;
  }
  .input-sect .input-box .textarea-text-box.big .btn-full-textarea {
    opacity: 1;
    visibility: visible;
  }
  .input-sect .input-box .textarea-text-box.big textarea {
    height: 100%;
    width: calc(100% + 14px);
    padding: 0;
    border-radius: 0;
    padding-right: 14px;
    margin-right: -14px;
  }
  .input-sect .input-box .textarea-text-box.big textarea::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 4px;
  }
  .input-sect .input-box .textarea-text-box.big textarea::-webkit-scrollbar-track {
    background: #fff;
  }
  .input-sect .input-box .textarea-text-box.big textarea::-webkit-scrollbar-thumb {
    background-color: #D4D4D4;
    border-radius: 20px;
    border: 0px solid #fff;
    cursor: pointer;
  }
  .input-sect .input-box .textarea-text-box textarea {
    width: 100%;
    flex: initial;
    resize: none;
    border: 0;
    height: 42px;
    box-shadow: none;
  }
  .input-sect .input-box .textarea-text-box .hidden-textarea {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 12px 19px;
    height: 42px;
    width: 100%;
    visibility: hidden;
    overflow-y: auto;
  }
  .input-sect .input-box .textarea-text-box .textarea-text-modal-box {
    z-index: 200;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: var(--windowViewportHeight, 100vh);
    padding-top: 23px;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .input-sect .input-box .textarea-text-box .textarea-text-modal-box.active {
    opacity: 1;
    visibility: visible;
  }
  .input-sect .input-box .textarea-text-box .textarea-text-modal-box:before {
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
  }
  .input-sect .input-box .textarea-text-box .textarea-text-modal-box .textarea-text-modal-box-inner {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 60px 16px;
    padding-bottom: 76px;
    border-radius: 18px 18px 0px 0px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
  .input-sect .input-box .textarea-text-box .textarea-text-modal-box .flex-1 {
    flex: 1;
  }
  .input-sect .input-box .textarea-text-box .textarea-text-modal-box .textarea-text-modal {
    display: block;
    width: calc(100% + 10px);
    margin-right: -10px;
    height: 100%;
    resize: none;
    padding: 0;
    padding-right: 10px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #141414;
  }
  .input-sect .input-box .textarea-text-box .textarea-text-modal-box .textarea-text-modal::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 4px;
  }
  .input-sect .input-box .textarea-text-box .textarea-text-modal-box .textarea-text-modal::-webkit-scrollbar-track {
    background: #fff;
  }
  .input-sect .input-box .textarea-text-box .textarea-text-modal-box .textarea-text-modal::-webkit-scrollbar-thumb {
    background-color: #D4D4D4;
    border-radius: 20px;
    border: 0px solid #fff;
    cursor: pointer;
  }
  .input-sect .input-box .textarea-text-box .textarea-text-modal-box .btn-min-textarea {
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 24px;
  }
  .input-sect .input-box .textarea-text-box .textarea-text-modal-box .btn-min-textarea svg {
    display: block;
    width: 24px;
    height: auto;
  }
  .input-sect .input-box .textarea-text-box .textarea-text-modal-box .btn {
    width: 44px;
    height: 44px;
    padding: 0;
    justify-content: center;
    position: absolute;
    right: 16px;
    bottom: 18px;
  }
  .input-sect .input-box .textarea-text-box .textarea-text-modal-box .btn svg {
    margin: auto;
    width: 24px;
    height: auto;
  }
  .input-sect .input-box .input.input-text {
    display: none;
  }
}

.input-sect .input-box.sound:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E42D2D;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -23px;
}

@media screen and (max-width: 1100px) {
  .input-sect .input-box.sound:after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    left: 14px;
  }
}

.input-sect .input-box.sound .input {
  padding-left: 35px;
}

@media screen and (max-width: 1100px) {
  .input-sect .input-box.sound .cancal-recording {
    display: block;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.03em;
    font-weight: 400;
    color: #878787;
    text-decoration: underline;
  }
}

.input-sect .input-box .cancal-recording {
  display: none;
}

.input-sect .input-box .btn-box {
  margin-left: 8px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .input-sect .input-box .btn-box {
    margin-left: 6px;
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
}

.input-sect .input-box .btn-box .btn {
  position: absolute;
  left: 0;
  top: 0;
  justify-content: center;
  letter-spacing: 0;
  padding: 0;
  min-height: 1px;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.input-sect .input-box .btn-box .btn:hover {
  border-color: #5DA1FF;
  color: #fff;
  background: #5DA1FF;
}

.input-sect .input-box .btn-box .btn:hover svg path {
  fill: #fff;
}

.input-sect .input-box .btn-box .btn:hover svg.stop path {
  fill: transparent;
}

.input-sect .input-box .btn-box .btn:active {
  border-color: #2B6FF5;
  color: #fff;
  background: #2B6FF5;
  box-shadow: 0px 0px 0px 3px #B7C1F7;
}

.input-sect .input-box .btn-box .btn:active svg path {
  fill: #fff;
}

.input-sect .input-box .btn-box .btn:active svg.stop path {
  fill: transparent;
}

.input-sect .input-box .btn-box .btn.disabled {
  border-color: #B5CEFF;
  color: #fff;
  background: #B5CEFF;
  pointer-events: none;
  box-shadow: none;
  pointer-events: none;
}

.input-sect .input-box .btn-box .btn.disabled svg path {
  fill: #fff;
}

.input-sect .input-box .btn-box .btn.disabled svg.stop path {
  fill: transparent;
}

.input-sect .input-box .btn-box .btn svg {
  display: block;
  width: 24px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1100px) {
  .input-sect .input-box .btn-box .btn svg {
    width: 24px;
  }
}

.input-sect .input-box .btn-box .btn.voice-btn .stop {
  display: none;
}

.input-sect .input-box .btn-box .btn.voice-btn .micro {
  display: block;
}

.input-sect .input-box .btn-box .btn.voice-btn.sound {
  box-shadow: 0px 0px 0px 4px #D3E2FD;
}

.input-sect .input-box .btn-box .btn.voice-btn.sound .stop {
  display: block;
}

.input-sect .input-box .btn-box .btn.voice-btn.sound .micro {
  display: none;
}

.input-sect .input-box .btn-box .btn.text-btn {
  display: none;
}

.input-sect .input-box .btn-box.with-text .btn.text-btn {
  display: flex;
}

.input-sect .input-box .btn-box.with-text .btn.voice-btn {
  display: none;
}

.input {
  display: flex;
  align-items: center;
  flex: 1;
  height: 52px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #141414;
  border: 1px solid #6B9AF8;
  padding: 15px 18px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(46, 124, 240, 0.1);
  border-radius: 40px;
  outline: none !important;
}

@media screen and (max-width: 1100px) {
  .input {
    height: 44px;
    padding: 12px 19px;
  }
}

.input.disabled {
  background: #F7F7F7;
  border-color: #F7F7F7;
  color: #C3C3C3;
  box-shadow: none;
  pointer-events: none;
}

.input.disabled::placeholder {
  color: #C3C3C3;
  opacity: 1;
}

.input.disabled:-ms-input-placeholder {
  color: #C3C3C3;
}

.input.disabled::-ms-input-placeholder {
  color: #C3C3C3;
}

.input.disabled::-webkit-input-placeholder {
  color: #C3C3C3;
}

.input.disabled::-moz-placeholder {
  color: #C3C3C3;
}

.input::placeholder {
  color: #A9A9A9;
  opacity: 1;
}

.input:-ms-input-placeholder {
  color: #A9A9A9;
}

.input::-ms-input-placeholder {
  color: #A9A9A9;
}

.input::-webkit-input-placeholder {
  color: #A9A9A9;
}

.input::-moz-placeholder {
  color: #A9A9A9;
}

.chat {
  margin-right: -40px;
  padding-right: 36px;
  flex: 1;
  overflow: auto;
  margin-bottom: 24px;
  /*scrollbar-width: thin;
    scrollbar-color: #A9A9A9 #EFEFEF;*/
}

@media screen and (min-width: 641px) {
  .chat::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 4px;
  }
  .chat::-webkit-scrollbar-track {
    background: #fff;
  }
  .chat::-webkit-scrollbar-thumb {
    background-color: #D4D4D4;
    border-radius: 20px;
    border: 0px solid transparent;
    cursor: pointer;
  }
}

@media screen and (max-width: 1100px) {
  .chat {
    padding-top: 14px;
    padding-right: 0;
    margin-right: 0;
  }
}

.chat .message {
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .chat .message {
    margin-left: 30px;
    margin-bottom: 12px;
  }
  .chat .message .message-box .message-cont {
    border-radius: 10px 10px 0px 10px;
  }
  .chat .message.bot-message {
    margin-right: 30px;
    margin-left: 0;
  }
  .chat .message.bot-message .message-box .message-cont {
    border-radius: 0px 10px 10px 10px;
  }
}

.chat .message-box {
  display: flex;
}

.chat .message-box.gray-bg .message-cont {
  background: #F6F6F6;
  border-color: #F6F6F6;
}

.chat .message-box .ava {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #BF8DFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .chat .message-box .ava {
    display: none;
  }
}

.chat .message-box .ava img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chat .message-box .ava.img {
  background: transparent;
}

.chat .message-box .message-cont {
  flex: 1;
  margin-left: 12px;
  width: calc(100% - 46px);
  padding: 16px;
  border: 1px solid #E9E9E9;
  border-radius: 0px 10px 10px 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #141414;
}

@media screen and (max-width: 1100px) {
  .chat .message-box .message-cont {
    margin-left: 0;
    padding: 12px;
    flex: initial;
    width: 100%;
  }
}

.chat .message-box .message-cont > svg {
  display: block;
  margin-bottom: 12px;
}

.chat .message-box .message-cont p {
  margin-bottom: 8px;
}

.chat .message-box .message-cont p:last-child {
  margin-bottom: 0;
}

.chat .message-box .message-cont ul {
  margin-bottom: 8px;
}

.chat .message-box .message-cont ul:last-child {
  margin-bottom: 0;
}

.chat .message-box .message-cont ul li {
  position: relative;
  padding-left: 20px;
}

.chat .message-box .message-cont ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #141414;
  position: absolute;
  left: 8px;
  top: 8px;
}

.chat .edit-btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: -32px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

@media screen and (max-width: 1100px) {
  .chat .edit-btn {
    left: -30px;
    right: auto;
    top: 7px;
  }
}

.chat .edit-btn:before {
  content: '';
  width: 12px;
  height: 36px;
  position: absolute;
  right: 100%;
  top: -8px;
}

.chat .edit-btn svg {
  display: block;
  width: 100%;
  height: auto;
}

.chat .message:hover .edit-btn {
  opacity: 1;
  pointer-events: auto;
}

.chat .message.with-head .message-box .message-cont {
  padding: 0;
}

.chat .message-head {
  padding: 16px;
  background: #E6F1E7;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1100px) {
  .chat .message-head {
    padding: 12px;
  }
}

.chat .message-head svg {
  width: 18px;
  min-width: 18px;
  height: auto;
  display: block;
  margin-right: 8px;
}

.chat .message-head span {
  display: block;
  flex: 1;
}

.chat .message-body {
  padding: 20px 40px;
}

@media screen and (max-width: 1100px) {
  .chat .message-body {
    padding: 16px 12px;
    padding-left: 38px;
  }
}

.chat .btn-variant {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 293px;
  height: 34px;
  padding: 7px 11px;
  border: 1px solid #DCDCDC;
  border-radius: 40px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #141414;
  cursor: pointer;
  transition: all 0.3s;
}

.chat .btn-variant:hover {
  background: #F0F5FF;
  border-color: #3F83F5;
}

.chat .btn-variant.active {
  background: #F0F5FF;
  border-color: #3F83F5;
  pointer-events: none;
}

.chat .btn-variant:last-child {
  margin-bottom: 0;
}

.chat .btns-copy-redo {
  margin-top: 10px;
  margin-left: 62px;
  display: flex;
}

@media screen and (max-width: 1100px) {
  .chat .btns-copy-redo {
    margin-left: 12px;
    margin-top: 8px;
  }
}

.chat .btns-copy-redo button {
  display: inline-flex;
  vertical-align: top;
  margin-right: 10px;
  cursor: pointer;
  padding: 0;
}

.chat .btns-copy-redo button:last-child {
  margin-right: 0;
}

.chat .btns-copy-redo button svg {
  display: block;
  width: 18px;
  height: auto;
}

.chat .cart {
  padding-top: 20px;
  border-top: 1px solid #E4E4E4;
}

@media screen and (max-width: 1100px) {
  .chat .cart {
    padding-top: 12px;
  }
}

.chat .cart .message-box .message-cont {
  border-radius: 10px;
}

.chat .cart .message-head {
  background: linear-gradient(264.16deg, #F5FFBF -35.56%, #E5FF4F 69.78%);
  box-shadow: inset 2.55292px 0px 0.638231px rgba(84, 156, 8, 0.25), inset -1.91469px 1.91469px 0.319115px #FAFFDE;
  border-radius: 10px 10px 0px 0px;
}

.chat .cart .message-body {
  padding-right: 20px;
}

@media screen and (max-width: 1100px) {
  .chat .cart .message-body {
    padding-right: 16px;
  }
}

.chat .cart .cart-box {
  display: flex;
}

@media screen and (max-width: 1100px) {
  .chat .cart .cart-box {
    display: block;
  }
}

.chat .cart .cart-list {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  padding-right: 12px;
  padding-bottom: 16px;
  width: 274px;
  margin-right: 24px;
}

@media screen and (max-width: 1100px) {
  .chat .cart .cart-list {
    margin-right: 0;
    width: 100%;
  }
}

.chat .cart .cart-list .cart-item {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}

.chat .cart .cart-list .cart-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.chat .cart .cart-list .cart-item .img {
  width: 97px;
  min-width: 97px;
  height: 108px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  margin-right: 12px;
}

.chat .cart .cart-list .cart-item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.chat .cart .cart-list .cart-item .info {
  flex: 1;
  position: relative;
}

.chat .cart .cart-list .cart-item .info .title-units {
  min-height: 50px;
  margin-bottom: 10px;
  padding-right: 28px;
  padding-top: 4px;
}

.chat .cart .cart-list .cart-item .info .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.04em;
  color: #1E1E1E;
  margin-bottom: 3px;
}

.chat .cart .cart-list .cart-item .info .units {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: rgba(30, 30, 30, 0.4);
}

.chat .cart .cart-list .cart-item .info .cost {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #1E1E1E;
  margin-bottom: 10px;
}

.chat .cart .cart-list .cart-item .info .information {
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 0px;
}

@media screen and (max-width: 1100px) {
  .chat .cart .cart-list .cart-item .info .information {
    top: 5px;
    right: 0px;
  }
}

.chat .cart .cart-list .cart-item .info .information:hover svg path {
  stroke: #2B6FF5;
}

.chat .cart .cart-list .cart-item .info .information svg {
  display: block;
  width: 18px;
  height: auto;
}

.chat .cart .cart-list .cart-item .info .information svg path {
  transition: all 0.3s;
}

.chat .cart .cart-amount {
  flex: 1;
  padding-top: 14px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .chat .cart .cart-amount {
    flex: initial;
    margin-top: 12px;
    padding: 12px;
    background: #EAFAF1;
    border: 1px solid #16AB59;
    border-radius: 10px;
  }
}

.chat .cart .cart-amount .cart-amount-scroll {
  position: sticky;
  left: 0;
  top: 14px;
}

@media screen and (max-width: 1100px) {
  .chat .cart .cart-amount .cart-amount-scroll {
    position: static;
  }
}

.chat .cart .cart-amount .title-amount {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.03em;
  color: #141414;
  padding-bottom: 12px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 12px;
}

@media screen and (max-width: 1100px) {
  .chat .cart .cart-amount .title-amount {
    border-color: rgba(22, 171, 89, 0.22);
  }
}

.chat .cart .cart-amount .line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.chat .cart .cart-amount .line span {
  display: flex;
  max-width: 50%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.03em;
  color: #141414;
}

.chat .cart .cart-amount .line.payment {
  margin-top: 20px;
  margin-bottom: 0;
}

.chat .cart .cart-amount .line.payment span:last-child {
  font-weight: 600;
}

.chat .cart .recommended-box {
  width: calc(100% + 4px);
  margin-right: -4px;
  overflow: hidden;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #E2E2E2;
}

@media screen and (max-width: 1100px) {
  .chat .cart .recommended-box {
    width: calc(100% + 16px);
    margin-right: -16px;
    padding-top: 16px;
    margin-top: 16px;
  }
}

.chat .cart .recommended-box .recommended-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: -0.03em;
  color: #141414;
  margin-bottom: 16px;
}

@media screen and (max-width: 1100px) {
  .chat .cart .recommended-box .recommended-title {
    margin-bottom: 12px;
  }
}

.chat .cart .recommended-box .recommended-slider {
  position: relative;
  overflow: visible;
}

.chat .cart .recommended-box .recommended-slider .swiper-slide {
  width: 120px;
}

@media screen and (max-width: 1100px) {
  .chat .cart .recommended-box .recommended-slider .swiper-slide {
    width: 125px;
  }
}

.chat .cart .recommended-box .recommended-slider .swiper-pagination {
  display: none;
}

@media screen and (max-width: 1100px) {
  .chat .cart .recommended-box .recommended-slider .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    position: static;
    margin-top: 12px;
    padding-right: 16px;
  }
}

.chat .cart .recommended-box .recommended-slider.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .chat .cart .recommended-box .recommended-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  margin-left: 5px;
}

.chat .cart .recommended-box .recommended-slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: #D9D9D9;
  opacity: 1;
}

.chat .cart .recommended-box .recommended-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #141414;
}

.chat .cart .recommended-box .recommended-slider .recommended-slider-nav {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 12px;
  display: flex;
}

@media screen and (max-width: 1100px) {
  .chat .cart .recommended-box .recommended-slider .recommended-slider-nav {
    display: none;
  }
}

.chat .cart .recommended-box .recommended-slider .swiper-button-next, .chat .cart .recommended-box .recommended-slider .swiper-button-prev {
  position: static;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  top: auto;
  margin-top: 0;
  transition: all 0.3s;
}

.chat .cart .recommended-box .recommended-slider .swiper-button-next:after, .chat .cart .recommended-box .recommended-slider .swiper-button-prev:after {
  content: none;
}

.chat .cart .recommended-box .recommended-slider .swiper-button-next svg, .chat .cart .recommended-box .recommended-slider .swiper-button-prev svg {
  display: block;
  object-fit: initial;
  width: 24px;
  height: 24px;
}

.chat .cart .recommended-box .recommended-slider .swiper-button-next svg path, .chat .cart .recommended-box .recommended-slider .swiper-button-prev svg path {
  transition: all 0.3s;
}

.chat .cart .recommended-box .recommended-slider .swiper-button-next:hover svg path, .chat .cart .recommended-box .recommended-slider .swiper-button-prev:hover svg path {
  stroke: #2B6FF5;
}

.chat .cart .recommended-box .recommended-slider .swiper-button-next.swiper-button-disabled, .chat .cart .recommended-box .recommended-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}

.chat .cart .recommended-box .recommended-slider .swiper-button-next {
  left: auto;
  right: auto;
}

.chat .cart .recommended-box .recommended-slider .swiper-button-prev {
  right: auto;
  left: auto;
  margin-right: 4px;
}

.chat .cart .recommended-box .card {
  border-radius: 12px;
  border: 1px solid #DCDCDC;
  padding: 9px 11px;
  padding-bottom: 15px;
  position: relative;
  height: 100%;
}

.chat .cart .recommended-box .card .information {
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 1100px) {
  .chat .cart .recommended-box .card .information {
    top: 10px;
    right: 10px;
  }
}

.chat .cart .recommended-box .card .information:hover svg path {
  stroke: #2B6FF5;
}

.chat .cart .recommended-box .card .information svg {
  display: block;
  width: 18px;
  height: auto;
}

.chat .cart .recommended-box .card .information svg path {
  transition: all 0.3s;
}

.chat .cart .recommended-box .card .img {
  width: 96px;
  height: 96px;
  margin-bottom: 4px;
}

.chat .cart .recommended-box .card .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.chat .cart .recommended-box .card .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.04em;
  color: #1E1E1E;
  margin-bottom: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.chat .cart .recommended-box .card .units {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: rgba(30, 30, 30, 0.4);
  margin-bottom: 8px;
}

.chat .cart .recommended-box .card .cost-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.chat .cart .recommended-box .card .cost-box .cost {
  min-height: 29px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 1px;
}

@media screen and (max-width: 1100px) {
  .chat .cart .recommended-box .card .cost-box .cost {
    margin-bottom: 2px;
  }
}

.chat .cart .recommended-box .card .cost-box .cost .old {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: -0.04em;
  text-decoration-line: line-through;
  color: rgba(30, 30, 30, 0.5);
  margin-bottom: 3px;
}

.chat .cart .recommended-box .card .cost-box .cost span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #141414;
}

.chat .cart .recommended-box .card .cost-box .cost span.red {
  color: #E42D2D;
}

.chat .message.message-after-card {
  margin-left: 46px;
  margin-top: -10px;
}

@media screen and (max-width: 1100px) {
  .chat .message.message-after-card {
    margin-left: 0;
    margin-top: -4px;
  }
}

.chat .message.message-after-card .message-box .message-cont {
  border-radius: 10px;
  margin-left: 0;
  width: 100%;
}

.chat .message.message-after-card .message-box .message-cont .btns {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1100px) {
  .chat .message.message-after-card .message-box .message-cont .btns {
    display: block;
  }
}

.chat .message.message-after-card .message-box .message-cont .btns .btn {
  width: calc(50% - 4px);
  display: flex;
  justify-content: center;
  min-height: 45px;
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 1100px) {
  .chat .message.message-after-card .message-box .message-cont .btns .btn {
    width: 100%;
    max-width: 261px;
    margin-top: 8px;
    min-height: 40px;
  }
  .chat .message.message-after-card .message-box .message-cont .btns .btn:first-child {
    margin-top: 0;
  }
}

.chat .message.message-after-card .message-box .message-cont .btns .btn.active {
  border-color: #AEC8F4;
  color: #2B6FF5;
  background: #F0F5FF;
  pointer-events: none;
}

.chat .message.typing .message-box {
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
}

@media screen and (max-width: 1100px) {
  .chat .message.typing .message-box {
    padding-top: 7px;
  }
  .chat .message.typing .message-box .ava {
    display: flex;
  }
}

.chat .message.typing .message-box .dots {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.chat .message.typing .message-box .dots span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E3E3E3;
  animation: typing 0.9s infinite;
  margin: 0 1.5px;
}

.chat .message.typing .message-box .dots span:nth-child(2) {
  animation-delay: .3s;
}

.chat .message.typing .message-box .dots span:nth-child(3) {
  animation-delay: .6s;
}

.chat .message.yes-no .btns {
  margin-top: 12px;
  display: flex;
}

.chat .message.yes-no .btns .btn {
  width: 100%;
  max-width: 126px;
  display: flex;
  justify-content: center;
  min-height: 45px;
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-right: 8px;
}

@media screen and (max-width: 1100px) {
  .chat .message.yes-no .btns .btn {
    min-height: 40px;
  }
}

.chat .message.yes-no .btns .btn span {
  display: block;
  position: relative;
}

.chat .message.yes-no .btns .btn:last-child {
  margin-right: 0;
}

.chat .message.yes-no .btns .btn.active {
  border-color: #AEC8F4;
  color: #2B6FF5;
  background: #F0F5FF;
  pointer-events: none;
}

.chat .message.yes-no .btns .btn.active span:before {
  content: '';
  background: url(../img/load.png) no-repeat 0 0;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 100%;
  margin-right: 5px;
  top: 50%;
  margin-top: -8px;
  animation: rotate 1s infinite;
  animation-timing-function: linear;
}

.chat .message.message-to-order .btns {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1100px) {
  .chat .message.message-to-order .btns {
    display: block;
  }
}

.chat .message.message-to-order .btns .btn {
  width: calc(50% - 4px);
  display: flex;
  justify-content: center;
  min-height: 45px;
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 1100px) {
  .chat .message.message-to-order .btns .btn {
    width: 100%;
    max-width: 261px;
    margin-top: 8px;
    min-height: 40px;
  }
  .chat .message.message-to-order .btns .btn:first-child {
    margin-top: 0;
  }
}

.chat .message.message-to-order .btns .btn.active {
  border-color: #AEC8F4;
  color: #2B6FF5;
  background: #F0F5FF;
  pointer-events: none;
}

.chat .message.message-to-order .btns .btn.active span:before {
  content: '';
  background: url(../img/load.png) no-repeat 0 0;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 100%;
  margin-right: 5px;
  top: 50%;
  margin-top: -8px;
  animation: rotate 1s infinite;
  animation-timing-function: linear;
}

.chat .message.message-to-order .btns .btn span {
  display: block;
  position: relative;
}

.chat .message.message-likes .btns {
  margin-top: 12px;
  display: flex;
}

.chat .message.message-likes .btns .btn-like {
  width: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-right: 8px;
  padding: 5px 10px;
  border-radius: 60px;
  background: transparent;
  border: 1px solid #D4D4D4;
  color: #141414;
  transition: all .3s;
  cursor: pointer;
}

.chat .message.message-likes .btns .btn-like:last-child {
  margin-right: 0;
}

.chat .message.message-likes .btns .btn-like.yes:hover {
  background: rgba(22, 171, 89, 0.06);
}

.chat .message.message-likes .btns .btn-like.no:hover {
  background: rgba(228, 45, 45, 0.05);
}

.chat .message.message-likes .btns .btn-like span {
  display: block;
  position: relative;
}

.chat .message.message-likes .btns .btn-like svg {
  display: block;
  height: 19px;
  width: auto;
  margin-right: 6px;
}

.chat .message.message-reason .reason-box {
  margin-top: 12px;
  position: relative;
}

.chat .message.message-reason .reason-box .ava {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 1100px) {
  .chat .message.message-reason .reason-box .ava {
    display: flex;
    left: 10px;
    top: 10px;
  }
}

.chat .message.message-reason .reason-box .text-area-box {
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 13px;
  padding-top: 19px;
  padding-left: 51px;
  height: 132px;
  background: #fff;
  transition: all 0.3s;
}

.chat .message.message-reason .reason-box .text-area-box.active {
  border-color: #6B9AF8;
}

@media screen and (max-width: 1100px) {
  .chat .message.message-reason .reason-box .text-area-box {
    padding: 15px 17px;
    padding-left: 47px;
  }
}

.chat .message.message-reason .reason-box .input-textarea {
  display: block;
  width: calc(100% + 9px);
  resize: none;
  height: 100%;
  padding: 0;
  padding-right: 9px;
  margin-right: -9px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  transition: all 0.3s;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #141414;
  letter-spacing: -0.02em;
  /*&:focus{
                    border-color: #6B9AF8;
                }*/
}

.chat .message.message-reason .reason-box .input-textarea::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 4px;
}

.chat .message.message-reason .reason-box .input-textarea::-webkit-scrollbar-track {
  background: #fff;
}

.chat .message.message-reason .reason-box .input-textarea::-webkit-scrollbar-thumb {
  background-color: #D4D4D4;
  border-radius: 20px;
  border: 0px solid #fff;
  cursor: pointer;
}

.chat .message.message-reason .reason-box .btn {
  margin-left: auto;
  margin-right: 0;
  width: 120px;
  min-height: 38px;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.chat .message.message-to-main-menu .message-cont {
  margin-left: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .chat .message.message-to-main-menu .message-cont {
    padding-top: 36px;
  }
}

.chat .message.message-to-main-menu .message-cont .img {
  margin-bottom: 0;
}

.chat .message.message-to-main-menu .message-cont .img img {
  display: block;
  margin: 0 auto;
  width: 137px;
  height: auto;
}

.chat .message.message-to-main-menu .message-cont .btn {
  min-width: 180px;
  min-height: 45px;
  justify-content: center;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: 500;
}

@media screen and (max-width: 1100px) {
  .chat .message.message-to-main-menu .message-cont .btn {
    min-height: 40px;
  }
}

.reason-text .you {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}

.reason-text .you > svg {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.reason-text .you .ava {
  margin-right: 8px;
}

@media screen and (max-width: 1100px) {
  .reason-text .you .ava {
    display: flex;
  }
}

.reason-text .you span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #141414;
  letter-spacing: -0.04em;
}

.reason-text .text {
  padding-left: 28px;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #141414;
}

@keyframes typing {
  0% {
    background: #E3E3E3;
  }
  50% {
    background: #393939;
  }
  100% {
    background: #E3E3E3;
  }
}

@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

.add-to-cart {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .add-to-cart {
    width: 20px;
    height: 20px;
  }
}

.add-to-cart svg {
  display: block;
  width: auto;
  height: 100%;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}

.add-to-cart svg.in-cart {
  opacity: 0;
}

.add-to-cart.active svg.to-cart {
  opacity: 0;
}

.add-to-cart.active svg.in-cart {
  opacity: 1;
}

.quantity-del {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quantity-del .quantity {
  display: flex;
  align-items: center;
}

.quantity-del .quantity .btn-quantity {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.quantity-del .quantity .btn-quantity svg {
  display: block;
  width: auto;
  height: 100%;
  transition: all 0.3s;
  opacity: 0.3;
  pointer-events: none;
}

.quantity-del .quantity .btn-quantity:hover svg {
  opacity: 1;
}

.quantity-del .quantity .input-quantity {
  width: 22px;
  height: 18px;
  border: 0;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #1E1E1E;
  display: block;
  margin: 0 8px;
}

.cart-item-del {
  cursor: pointer;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.cart-item-del svg {
  display: block;
  width: auto;
  height: 100%;
  transition: all 0.3s;
}

.message.try-again {
  text-align: center;
  margin-top: 55px;
  margin-left: 0;
}

.message.try-again .try-again-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.04em;
  color: #E42D2D;
  margin-bottom: 21px;
}

.btn-try-again {
  width: 100%;
  max-width: 194px;
  margin-left: auto;
  margin-right: auto;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #141414;
  padding: 9px 17px;
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
  border-radius: 42px;
  transition: all 0.3s;
}

.btn-try-again:hover {
  border-color: #E9E9E9;
  background: #fff;
}

.btn-try-again svg {
  display: block;
  height: 20px;
  width: auto;
  margin-right: 4px;
}

.select-products {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}

@media screen and (max-width: 1100px) {
  .select-products {
    margin-top: -10px;
  }
}

.select-products .product {
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
  display: block;
}

@media screen and (max-width: 1100px) {
  .select-products .product {
    margin-right: 10px;
    margin-top: 10px;
  }
}

.select-products .product .box {
  width: 194px;
  border: 1px solid #DCDCDC;
  border-radius: 16px;
  background: #F6F6F6;
  transition: all 0.3s;
  padding: 10px;
}

.select-products .product .box-bg {
  border-radius: 12px;
  background: #fff;
  padding: 10px 10px;
  position: relative;
}

.select-products .product .information {
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 12px;
  right: 12px;
}

@media screen and (max-width: 1100px) {
  .select-products .product .information {
    top: 10px;
    right: 10px;
  }
}

.select-products .product .information:hover svg path {
  stroke: #2B6FF5;
}

.select-products .product .information svg {
  display: block;
  width: 18px;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .select-products .product .information svg {
    width: 24px;
    height: 24px;
  }
}

.select-products .product .information svg path {
  transition: all 0.3s;
}

.select-products .product .img {
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
}

.select-products .product .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.select-products .product .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.04em;
  color: #1E1E1E;
  margin-bottom: 3px;
  height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-products .product .units {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: rgba(30, 30, 30, 0.4);
}

.select-products .product .cost-check {
  position: relative;
  margin-top: 12px;
}

.select-products .product .cost-check .cost {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: #1E1E1E;
}

.select-products .product .cost-check .check {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.select-products .product .cost-check .check svg {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.select-products .product .cost-check .check svg:nth-child(1) {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .select-products .product .cost-check .check svg:nth-child(1) {
    width: 24px;
    height: 24px;
  }
}

.select-products .product .cost-check .check svg:nth-child(2) {
  opacity: 0;
  right: 2px;
}

@media screen and (max-width: 1100px) {
  .select-products .product .cost-check .check svg:nth-child(2) {
    width: 18px;
    height: 18px;
    right: 3px;
  }
}

.select-products .product .checkbox-product {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
}

.select-products .product .checkbox-product:checked + .box {
  background: #F0F5FF;
  border: 1px solid #3F83F5;
}

.select-products .product .checkbox-product:checked + .box .cost-check .check svg:nth-child(1) {
  opacity: 0;
}

.select-products .product .checkbox-product:checked + .box .cost-check .check svg:nth-child(2) {
  opacity: 1;
}

.select-products .product.active .checkbox-product + .box {
  background: #F0F5FF;
  border: 1px solid #3F83F5;
}

.select-products .product.active .checkbox-product + .box .cost-check .check {
  display: none;
}

.select-products-accept-btn {
  padding-top: 20px;
}

.select-products-accept-btn .btn {
  min-height: 36px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 152px;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .select-products-accept-btn .btn {
    margin-left: 0;
    min-width: 199px;
  }
}

.select-products-accept-btn .btn svg {
  display: block;
  height: 22px;
  width: auto;
  margin: 0;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px;
  animation: rotate 1s infinite linear;
  opacity: 0;
  transition: opacity 0.3s;
}

.select-products-accept-btn .btn.blocked {
  pointer-events: none;
}

.select-products-accept-btn .btn.blocked svg {
  opacity: 1;
}

.select-addon {
  display: flex;
  flex-wrap: wrap;
  margin-top: -12px;
  margin-right: -32px;
}

@media screen and (max-width: 1100px) {
  .select-addon {
    margin-top: -10px;
    margin-right: 0;
  }
}

.select-addon .addon {
  margin-right: 12px;
  margin-top: 12px;
  position: relative;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .select-addon .addon {
    margin-right: 10px;
    margin-top: 10px;
  }
}

.select-addon .addon .box {
  width: 158px;
  border: 1px solid #DCDCDC;
  border-radius: 16px;
  background: #F6F6F6;
  transition: all 0.3s;
  padding: 12px;
}

@media screen and (max-width: 1100px) {
  .select-addon .addon .box {
    width: 199px;
  }
}

.select-addon .addon .box-bg {
  border-radius: 12px;
  background: #fff;
  padding: 10px 12px;
  padding-bottom: 21px;
  position: relative;
}

.select-addon .addon .information {
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 12px;
  right: 12px;
}

@media screen and (max-width: 1100px) {
  .select-addon .addon .information {
    top: 10px;
    right: 10px;
  }
}

.select-addon .addon .information:hover svg path {
  stroke: #2B6FF5;
}

.select-addon .addon .information svg {
  display: block;
  width: 18px;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .select-addon .addon .information svg {
    width: 24px;
    height: 24px;
  }
}

.select-addon .addon .information svg path {
  transition: all 0.3s;
}

.select-addon .addon .img {
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9px;
}

.select-addon .addon .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.select-addon .addon .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.04em;
  color: #1E1E1E;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-addon .addon .radio-addon {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
}

.select-addon .addon .radio-addon:checked + .box {
  background: #F0F5FF;
  border: 1px solid #3F83F5;
}

.select-addon .addon .radio-addon:checked + .box .cost-check .check svg:nth-child(1) {
  opacity: 0;
}

.select-addon .addon .radio-addon:checked + .box .cost-check .check svg:nth-child(2) {
  opacity: 1;
}

.select-addon .addon.active .radio-addon + .box {
  background: #F0F5FF;
  border: 1px solid #3F83F5;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px;
}

@media screen and (max-width: 1100px) {
  .modal {
    padding: 0;
    top: 63px;
  }
}

.modal.show-sidebar {
  left: 270px;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal .modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(4px);
}

.modal .modal-content {
  position: relative;
  z-index: 2;
  height: 100%;
  max-height: 796px;
  width: 100%;
  max-width: 764px;
  padding: 46px 52px;
  padding-top: 25px;
  background: #fff;
  border-radius: 20px;
}

@media screen and (min-width: 1101px) {
  .modal .modal-content {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1100px) {
  .modal .modal-content {
    overflow: auto;
  }
}

.modal .modal-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 4px;
}

.modal .modal-content::-webkit-scrollbar-track {
  background: transparent;
}

.modal .modal-content::-webkit-scrollbar-thumb {
  background-color: #D4D4D4;
  border-radius: 20px;
  border: 0px solid #fff;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .modal .modal-content {
    border-radius: 0;
    max-height: 100%;
    padding: 27px 16px;
    padding-top: 0;
    max-width: 100%;
  }
}

.modal .modal-close {
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal .modal-close svg {
  display: block;
  width: 24px;
  height: 24px;
}

.modal .modal-close svg path {
  transition: all 0.3s;
}

.modal .modal-close:hover svg path {
  stroke: #2B6FF5;
}

.modal .modal-close .mobile {
  display: none;
}

@media screen and (max-width: 1100px) {
  .modal .modal-close {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    padding: 0;
    width: 100%;
    height: 56px;
    justify-content: flex-start;
  }
  .modal .modal-close .mobile {
    display: block;
    margin-right: 4px;
  }
  .modal .modal-close .mobile span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.04em;
    color: #141414;
  }
  .modal .modal-close .desk {
    display: none;
  }
}

.modal .modal-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (min-width: 1101px) {
  .modal .modal-head {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 1100px) {
  .modal .modal-head {
    display: block;
  }
}

.modal .modal-head .img {
  width: calc(50% - 17px);
  padding: 0px 35px;
  height: 243px;
}

@media screen and (max-width: 1100px) {
  .modal .modal-head .img {
    width: 100%;
    padding: 0;
  }
}

.modal .modal-head .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: 10px;
}

.modal .modal-head .info {
  width: calc(50% - 17px);
  padding-top: 47px;
}

@media screen and (max-width: 1100px) {
  .modal .modal-head .info {
    width: 100%;
    padding-top: 12px;
  }
}

.modal .modal-head .info .name {
  padding-right: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: #141414;
  margin-bottom: 3px;
}

@media screen and (max-width: 1100px) {
  .modal .modal-head .info .name {
    padding-right: 0;
  }
}

.modal .modal-head .info .units {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: rgba(30, 30, 30, 0.4);
  margin-bottom: 22px;
}

.modal .modal-head .info .price {
  margin-top: 22px;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: #141414;
}

.modal .modal-head .info .quantity-del {
  margin-top: 24px;
}

.modal .modal-head .info .quantity-del .quantity .btn-quantity {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1100px) {
  .modal .modal-head .info .quantity-del .quantity .btn-quantity {
    width: 30px;
    height: 30px;
  }
}

.modal .modal-head .info .quantity-del .quantity .input-quantity {
  width: 26px;
  height: 24px;
  font-size: 18px;
  line-height: 22px;
  margin: 0 6px;
}

@media screen and (max-width: 1100px) {
  .modal .modal-head .info .quantity-del .quantity .input-quantity {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 24px;
    margin: 0 4px;
  }
}

.modal .modal-head .info .cart-item-del {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.modal .modal-body {
  border-top: 1px solid #D9D9D9;
  padding-top: 40px;
  margin-top: 18px;
  /*display: flex;
        flex-wrap: wrap;
        justify-content: space-between;*/
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: rgba(20, 20, 20, 0.7);
}

@media screen and (min-width: 1101px) {
  .modal .modal-body {
    overflow: auto;
    border-top: 0;
    margin-right: -8px;
    padding-right: 8px;
    margin-top: 0;
  }
  .modal .modal-body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 4px;
  }
  .modal .modal-body::-webkit-scrollbar-track {
    background: transparent;
  }
  .modal .modal-body::-webkit-scrollbar-thumb {
    background-color: #D4D4D4;
    border-radius: 20px;
    border: 0px solid #fff;
    cursor: pointer;
  }
}

@media screen and (max-width: 1100px) {
  .modal .modal-body {
    padding-top: 30px;
    margin-top: 34px;
    display: block;
  }
}

.modal .modal-body .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.04em;
  color: #141414;
  width: 100%;
  margin-bottom: 24px;
}

.modal .modal-body .col {
  width: 100%;
  margin-bottom: 28px;
}

.modal .modal-body .col:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
  .modal .modal-body .col {
    width: 100%;
    margin-bottom: 24px;
  }
  .modal .modal-body .col:last-child {
    margin-bottom: 0;
  }
}

.modal .modal-body .sub-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #141414;
  margin-bottom: 16px;
}

.modal .modal-body .table {
  margin-top: 16px;
  margin-bottom: 28px;
}

@media screen and (max-width: 1100px) {
  .modal .modal-body .table {
    margin-bottom: 24px;
  }
}

.modal .modal-body .table:last-child {
  margin-bottom: 0;
}

.modal .modal-body .table .tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
}

.modal .modal-body .table .tr:last-child {
  margin-bottom: 0;
}

.modal .modal-body .table .tr .td {
  max-width: calc(50% - 10px);
}

.modal .modal-body .table .tr .td:last-child {
  text-align: right;
}

.box-btn-go-down {
  position: relative;
}

.btn-go-down {
  z-index: 9;
  position: absolute;
  left: 50%;
  bottom: calc(12px + 18px);
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.btn-go-down.visible {
  opacity: 1;
  visibility: visible;
}

.btn-go-down svg {
  display: block;
  width: 20px;
  height: 20px;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: #fff;
  transition: all .5s;
}

.preloader .logo-hive img {
  display: block;
  width: 112px;
  height: auto;
}

.preloader .progressbar {
  position: absolute;
  left: 28px;
  width: calc(100% - 28px - 28px);
  bottom: 38px;
  height: 6px;
  border-radius: 10px;
  background: #F0F0F0;
}

.preloader .progressbar span {
  display: block;
  height: 100%;
  width: 0px;
  border-radius: 10px;
  background: #2B6FF5;
  position: absolute;
  left: 0;
  top: 0;
}

.preloader.start-animation .progressbar span {
  animation: progress 1.5s linear forwards;
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.option-variable .option-variable__item {
  margin-bottom: 8px;
  position: relative;
}

.option-variable .option-variable__item:last-child {
  margin-bottom: 0;
}

.option-variable .option-variable__item input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.option-variable .option-variable__item label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #141414;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
}

@media screen and (min-width: 1100px) {
  .option-variable .option-variable__item label:hover {
    color: #3F83F5;
  }
}

.option-variable .option-variable__item label:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #3F83F5;
  transition: all 0.3s;
  background: #fff url("../img/check.svg") no-repeat center center;
  background-size: 12px 12px;
  position: absolute;
  left: 0;
  top: -1px;
}

.option-variable .option-variable__item input:checked + label:before {
  background-color: #3F83F5;
  border-color: #3F83F5;
}

.cart-empty {
  padding: 16px;
}

@media screen and (max-width: 1100px) {
  .cart-empty {
    padding: 12px;
  }
}

.modal-video {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

@media screen and (max-width: 1100px) {
  .modal-video {
    padding: 0;
  }
}

.modal-video.active {
  opacity: 1;
  visibility: visible;
}

.modal-video .modal-video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(4px);
}

.modal-video .modal-video-content {
  position: relative;
  z-index: 2;
  height: auto;
  max-height: 100%;
  width: 100%;
  max-width: 764px;
  padding: 46px;
  background: #fff;
  border-radius: 20px;
  overflow: auto;
}

.modal-video .modal-video-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 4px;
}

.modal-video .modal-video-content::-webkit-scrollbar-track {
  background: transparent;
}

.modal-video .modal-video-content::-webkit-scrollbar-thumb {
  background-color: #D4D4D4;
  border-radius: 20px;
  border: 0px solid #fff;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .modal-video .modal-video-content {
    border-radius: 0;
    max-height: 100%;
    padding: 32px 16px;
    max-width: 100%;
  }
}

.modal-video .modal-video-content .title {
  font-size: 26px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 12px;
}

.modal-video .modal-video-content p {
  display: block;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 20px;
}

.modal-video .modal-video-close {
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal-video .modal-video-close svg {
  display: block;
  width: 24px;
  height: 24px;
}

.modal-video .modal-video-close svg path {
  transition: all 0.3s;
}

.modal-video .modal-video-close:hover svg path {
  stroke: #2B6FF5;
}

@media screen and (max-width: 1100px) {
  .modal-video .modal-video-close {
    top: 16px;
    right: 16px;
  }
}

.modal-video .video-box {
  position: relative;
  width: 100%;
}

.modal-video .video-box:before {
  content: "";
  display: block;
  padding-top: 56.26%;
}

.modal-video .video-box video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  object-fit: contain;
  object-position: center center;
}

.information {
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 0px;
}

@media screen and (max-width: 1100px) {
  .information {
    top: 5px;
    right: 0px;
  }
}

.information:hover svg path {
  stroke: #2B6FF5;
}

.information svg {
  display: block;
  width: 18px;
  height: auto;
}

.information svg path {
  transition: all 0.3s;
}
