body {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
  }

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


.main {
flex-grow:1
}

.footer {
padding: 30px;
}

.m__background {
      background: linear-gradient(120deg,
          rgba(0, 0, 0, 0.3),
          rgba(0, 0, 0, 0.3),
          rgba(0, 0, 0, 0.2)),
        url('/img/background-head.jpg');
        background-size: cover;
    }

    .m__background2 {
      background: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)
          ),
        url('/img/backgroundTpp2.jpg');
        background-size: cover;
    }

.h__background {
      background: rgba(0, 0, 0, 0.4)
    }

.bg__form {
  background: linear-gradient(160deg,
  rgba(255, 255, 255, 70%),
  rgba(255, 255, 255, 80%)),
url('/img/background-form.png');
}
/* .bg__map { 
  background-image: url('/img/map.svg');
  background-repeat: no-repeat;
  background-position:right;
  background-size: 1124px 830px;
} */

.bg__map { 
  background: linear-gradient(
    to right,
    /* 80deg, */
  rgba(255, 255, 255, 90%),
  rgba(255, 255, 255, 40%)),
url('/img/map.svg');
  /* background-image: url('/img/map.svg');*/
  background-repeat: no-repeat;
  background-position:right;
  background-size: 1124px 830px; 
}

.chat-theme {
    max-width: 800px;
    width: 100%;
    max-height: 300px;
    background: #fff;
    border: 1px solid #C1C1C1;
    border-radius: 8px;
    /* box-shadow: 1px 1px 1px red; */
    overflow: auto;
    /* padding: 10px 20px; */
}

.chat-item {
    /* padding: 5px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    padding: 10px 10px;
    box-shadow: 1px 1px 1px red;

}
.read {
    /* display: block; */
    cursor: pointer;
}

.area {
    padding: 20px 0px;
    width: 700px;
}

.active{
  color:#00AEAE;
  border-bottom: 1px solid #00AEAE;
  font-weight: bold;
}

.slick-dots li button:before {
  color:white;
  font-size: 1rem;
  padding: 10px 0px;
}

.slick-dots li.slick-active button:before {
  color:white;
}

.trans:first-child {
 grid-column: span 2;
 grid-row: span 2;
}

.trans:first-child img {
  width: auto;
  height: auto;
 }


 /* 404  */

/* colors */
/* #293b49: #293b49;
#fdabaf: #fdabaf;
#ffe0e6: #ffe0e6;
#04cba0: #04cba0;
#01ac88: #01ac88;
white: white; */

/* html,
body {
  height: 100%;
  margin: 0;
} */

/* html {
  font-size: 62.5%;
} */

/* body {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  color: #293b49;
} */

a {
  text-decoration: none;
}

.center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 30px;
}

.error {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}

.number {
  font-weight: 900;
  font-size: 15rem;
  line-height: 1;
  color: #293b49;
}

.illustration {
  position: relative;
  width: 12.2rem;
  margin: 0 2.1rem;
}

.circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12.2rem;
  height: 11.4rem;
  border-radius: 50%;
  background-color: #293b49;
}

.clip {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: 12.5rem;
  height: 13rem;
  border-radius: 0 0 50% 50%;
}

.paper {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9.2rem;
  height: 12.4rem;
  border: 0.3rem solid #293b49;
  background-color: white;
  border-radius: 0.8rem;
}
.paper:before {
    content: "";
    position: absolute;
    top: -0.7rem;
    right: -0.7rem;
    width: 1.4rem;
    height: 1rem;
    background-color: white;
    border-bottom: 0.3rem solid #293b49;
    transform: rotate(45deg);
  }


.face {
  position: relative;
  margin-top: 2.3rem;
}

.eyes {
  position: absolute;
  top: 0;
  left: 2.4rem;
  width: 4.6rem;
  height: 0.8rem;
}

.eye {
  position: absolute;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #293b49;
  animation-name: eye;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.eye-left {
    left: 0;
  }

  .eye-right {
    right: 0;
  }


@keyframes eye {
  0% {
    height: 0.8rem;
  }
  50% {
    height: 0.8rem;
  }
  52% {
    height: 0.1rem;
  }
  54% {
    height: 0.8rem;
  }
  100% {
    height: 0.8rem;
  }
}

.rosyCheeks {
  position: absolute;
  top: 1.6rem;
  width: 1rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #fdabaf;
}
  .rosyCheeks-left {
    left: 1.4rem;
  }

  .rosyCheeks-right {
    right: 1.4rem;
  }


.mouth {
  position: absolute;
  top: 3.1rem;
  left: 50%;
  width: 1.6rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  transform: translateX(-50%);
  background-color: #293b49;
}

.text {
  margin-top: 5rem;
  font-weight: 300;
  color: #293b49;
  font-size: 3rem;
}

.button {
  margin-top: 4rem;
  padding: 1.2rem 3rem;
  color: white;
  background-color: #04cba0;
}
  .button:hover {
    background-color: #054d3d;
  }


.by {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  text-transform: uppercase;
  color: #293b49;
}

.byLink {
  color: #04cba0;
}

.MuiSnackbar-root {
  background-color: #04cba0 !important;
}