@import "./bootstrap-grid.css";
@font-face {
  font-family: "GothamPro";
  font-style: regular;
  font-weight: 400;
  src: url("../fonts/gothampro-regular.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/gothampro-medium.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/gothampro-bold.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: black;
  font-weight: 900;
  src: url("../fonts/gothampro-black.woff2") format("woff2");
}
* {
  box-sizing: border-box;
  transition: 0.3s ease;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

input, textarea {
  outline: none;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "roc-grotesk", sans-serif;
  overflow-x: hidden;
  color: #fff;
  background-color: #000;
  margin: 0;
}
body.load-overflow {
  overflow: hidden;
}

.checkbox-item {
  position: relative;
  padding-left: 25px;
}
.checkbox-item input[type=checkbox], .checkbox-item input[type=radio] {
  display: none;
}
.checkbox-item input[type=checkbox] + label, .checkbox-item input[type=radio] + label {
  cursor: pointer;
}
.checkbox-item input[type=checkbox] + label::after, .checkbox-item input[type=radio] + label::after {
  content: "";
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: transparent;
  left: 0;
  top: 1px;
  transition: 0.3s ease;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.3s ease;
}
.checkbox-item input[type=checkbox] + label::after:hover::before, .checkbox-item input[type=radio] + label::after:hover::before {
  background-color: #fff;
}
.checkbox-item input[type=radio] + label::after {
  border-radius: 50%;
}
.checkbox-item input[type=checkbox]:checked + label::after, .checkbox-item input[type=radio]:checked + label::after {
  width: 15px;
  height: 15px;
}
.checkbox-item input[type=checkbox]:checked + label::before, .checkbox-item input[type=radio]:checked + label::before {
  content: "";
  cursor: pointer;
  display: inline-block;
  width: 8px;
  height: 8px;
  left: 3.5px;
  top: 4.5px;
  transition: 0.3s ease;
  border-radius: 3px;
  z-index: 5;
  transition: 0.3s ease;
}
.checkbox-item label {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}

.prelouder {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.prelouder .louder {
  width: 280px;
  height: 20px;
  background-color: #fff;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.prelouder .louder span {
  text-transform: uppercase;
  color: #f4f4f4;
  line-height: 20px;
  display: block;
  z-index: 2;
  position: relative;
  font-size: 13px;
  font-weight: 800;
}

.prelouder .louder::before {
  content: "";
  width: 180px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
  animation: line-animated-wait-prelouder 2s linear infinite;
}

.loaded .prelouder {
  display: none;
}

@keyframes line-animated-wait-prelouder {
  0% {
    left: -180px;
  }
  100% {
    left: 100%;
  }
}
h1, h2, h3, h4, p, input, button, a, textarea {
  margin: 0;
  padding: 0;
  font-family: "roc-grotesk", sans-serif;
}

section {
  position: relative;
}

img {
  width: 100%;
  pointer-events: none;
  cursor: default;
}
img::-moz-selection {
  background-color: transparent;
  color: #fff;
}
img::selection {
  background-color: transparent;
  color: #fff;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.all-wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.costum-img {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.costum-wrap {
  display: flex;
  flex-direction: column !important;
  align-items: center !important;
}
.costum-wrap .css-8atqhb {
  max-width: 800px;
}

.mt60 {
  margin-top: 20px !important;
}

.input-wrap select {
  background-color: #000;
  border-radius: 5px;
  outline: none;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 10px 15px;
  height: 46px;
  width: 100%;
  letter-spacing: 1px;
  transition: 0.3s ease;
}
.input-wrap select:focus {
  border: 1px solid #bad8e6;
}
.input-wrap select::-moz-placeholder {
  color: #bad8e6;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.input-wrap select::placeholder {
  color: #bad8e6;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.input-wrap select::-moz-selection {
  background-color: #000;
  color: #fff;
}
.input-wrap select::selection {
  background-color: #000;
  color: #fff;
}


/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 991px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 768px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 480px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 380px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 320px) {
  /**/
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}
.main-page {
  padding: 0;
  margin: 0;
  height: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used from: Embedded */
  /*! CSS Used fontfaces */
}
.main-page::-webkit-scrollbar {
  width: 0;
}
.main-page * {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.main-page a {
  color: inherit;
  text-decoration: none;
}
.main-page *,
.main-page :after,
.main-page :before {
  box-sizing: border-box;
}
.main-page * {
  margin: 0;
}
.main-page img,
.main-page svg,
.main-page video {
  display: block;
  max-width: 100%;
  width: auto;
}
.main-page button {
  font: inherit;
}
.main-page h1,
.main-page h2,
.main-page h3 {
  overflow-wrap: break-word;
}
.main-page ::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.main-page ::-webkit-scrollbar-thumb,
.main-page ::-webkit-scrollbar-track {
  background: transparent;
  width: 0;
}
.main-page .css-v7cwcf {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #000000;
  position: relative;
}

.main-page .css-13tpu4h {
  min-height: 67px;
  background-color: #000000;
}
@media (min-width: 900px) {
  .main-page .css-13tpu4h {
    min-height: 72px;
  }
}
.main-page .css-ro38r0 {
  background: rgba(0, 0, 0, 0.7803921569);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: fixed;
  top: 0;
  min-height: 67px;
  width: 100%;
  margin-top: 0;
  z-index: 149;
}
@media (min-width: 900px) {
  .main-page .css-ro38r0 {
    min-height: 72px;
    margin-top: 0;
  }
}
.main-page .css-1o0nwze {
  position: fixed;
  top: 0;
  margin: 0 auto;
  z-index: 150;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  left: 0;
  right: 0;
  transition: all 100ms ease;
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .main-page .css-1o0nwze {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .main-page .css-1o0nwze {
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    min-height: 72px;
    max-width: 1200px;
  }
  .main-page .logo-part img {
    width: 50px !important;
  }
  .main-page .logo-part span {
    font-size: 22px !important;
  }
  .main-page .css-1h6s689 {
    font-size: 16px !important;
  }
}
.main-page .css-1haoy7w {
  filter: invert(1);
  display: none;
}
@media (min-width: 900px) {
  .main-page .css-1haoy7w {
    display: block;
  }
}
.main-page .css-1hmssg8 {
  filter: invert(1);
}
@media (min-width: 900px) {
  .main-page .css-1hmssg8 {
    display: none;
  }
}
.main-page .css-wasv3q {
  -webkit-box-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-end;
  display: flex;
  gap: 10px;
}
@media (min-width: 900px) {
  .main-page .css-wasv3q {
    -webkit-box-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-end;
    display: flex;
    gap: 16px;
  }
}
.main-page .css-1h6s689 {
  font-family: "roc-grotesk", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.56px;
  color: #fff;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 16px;
  border: 1px solid #fff;
}
.main-page .css-1h6s689.active {
  color: #000;
  background-color: #fff;
}
.main-page .css-1h6s689:hover {
  color: #000;
  background-color: #fff;
}
@media (min-width: 900px) {
  .main-page .css-1ng7otp {
    min-width: 168px;
  }
}
.main-page .css-1d0rcr7 {
  position: fixed;
  width: 100%;
  z-index: 95;
  background: rgba(35, 35, 35, 0.7019607843);
  top: 67px;
  opacity: 0;
  transform: translateY(-30%);
  transition: transform 300ms, opacity 200ms;
  pointer-events: none;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
@media (min-width: 900px) {
  .main-page .css-1d0rcr7 {
    top: 72px;
  }
}
.main-page .css-15wpog9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  max-width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 168px;
}
@media (min-width: 600px) {
  .main-page .css-15wpog9 {
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 900px) {
  .main-page .css-15wpog9 {
    max-width: 1152px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-page .css-8atqhb {
  width: 100%;
}
.main-page .css-puyh8z {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100vw;
  height: calc(100vh - 67px - 62px);
  position: relative;
  margin-left: calc((100vw - 100%) / 2 * -1);
  background: #000000;
}
@media (min-width: 900px) {
  .main-page .css-puyh8z {
    height: 800px;
    justify-content: center;
  }
}
.main-page .css-18jw8am {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-page .css-18jw8am video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.main-page .css-rjc2mu {
  font-family: "roc-grotesk", sans-serif;
  font-size: 46px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.72px;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
  max-width: 400px;
}
@media (min-width: 900px) {
  .main-page .css-rjc2mu {
    font-size: 46px;
    letter-spacing: -1.38px;
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .main-page .css-rjc2mu {
    margin-top: 91px;
    padding-bottom: 0;
    margin-left: 3px;
  }
}
.main-page .css-1i431er {
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
  margin-top: 36px;
  height: 54px;
}
@media (min-width: 900px) {
  .main-page .css-1i431er {
    padding-bottom: 0;
  }
}
.main-page .css-93cqpa {
  font-family: "roc-grotesk", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (min-width: 0px) {
  .main-page .css-93cqpa {
    padding-top: 96px;
  }
}
@media (min-width: 900px) {
  .main-page .css-93cqpa {
    padding-top: 120px;
  }
}
.main-page .css-1kwdq8q {
  font-family: "roc-grotesk", sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.72px;
  margin-bottom: 32px;
}
@media (min-width: 900px) {
  .main-page .css-1kwdq8q {
    font-size: 46px;
    letter-spacing: -1.38px;
  }
}
.main-page .css-1wr5zdd {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 160px;
}
.main-page .css-t6g9og {
  display: flex;
  flex-direction: column;
  gap: 138px;
}
.main-page .css-h6gbmg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 900px) {
  .main-page .css-h6gbmg {
    flex-direction: row;
  }
}
.main-page .css-102n37b {
  max-width: 414px;
  position: relative;
  border-top: 2px solid #323232;
  padding-top: 48px;
}
.main-page .css-102n37b::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 2px;
  margin-top: -2px;
  width: 31px;
  background-color: #ffffff;
}
.main-page .css-cnlzld {
  font-family: "roc-grotesk", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -0.24px;
  margin-bottom: 12px;
}
.main-page .css-1n5x31b {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.main-page .css-1drossa {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #999999;
  margin-top: 32px;
}
.main-page .css-11t3p53 {
  height: 352px;
  width: 352px;
}
.main-page .logo-part {
  display: flex;
  align-items: center;
}
.main-page .logo-part img {
  width: 50px;
}
.main-page .logo-part span {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 900px) {
  .main-page .css-11t3p53 {
    height: 420px;
    width: 420px;
  }
}
.main-page .css-1g7zqvn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 900px) {
  .main-page .css-1g7zqvn {
    flex-direction: row-reverse;
  }
}
.main-page .css-1ezzk6a {
  width: 100%;
  background: #000000;
  padding-bottom: 62px;
  padding-top: 24px;
  position: relative;
}
@media (min-width: 900px) {
  .main-page .css-1ezzk6a {
    padding-bottom: 0;
  }
}
.main-page .css-1fsffih {
  padding-left: 0;
  padding-right: 0;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.main-page .css-xqen0t {
  display: flex;
  row-gap: 24px;
  -webkit-box-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-column-gap: 48px;
       column-gap: 48px;
  max-width: 1152px;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
.main-page .css-1pugbfz {
  width: 50%;
}
.main-page .css-1pugbfz .logo-part img {
  width: 50px;
}
.main-page .css-1pugbfz .logo-part span {
  font-size: 20px;
}
@media (min-width: 900px) {
  .main-page .css-1pugbfz {
    flex: 1;
  }
}
@media (min-width: 0px) {
  .main-page .css-1pugbfz {
    flex: 1 1 100%;
    margin-bottom: 24px;
  }
}
@media (min-width: 900px) {
  .main-page .css-1pugbfz {
    flex: 3;
    margin-bottom: 0px;
  }
}
.main-page .css-sgibvm {
  filter: invert(1);
}
.main-page .css-bh8sm9 {
  width: 50%;
}
@media (min-width: 900px) {
  .main-page .css-bh8sm9 {
    flex: 1;
  }
}
.main-page .css-xudrwd {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 16px;
}
.main-page .css-1rkhmot {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #999999;
  padding: 4px 0;
}
.main-page .css-1rkhmot:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #ffffff;
}
.main-page .css-1ovjici {
  border-top: 1px solid #323232;
  margin-top: 64px;
}
.main-page .css-1lh83bo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  -webkit-box-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  max-width: 1440px;
  margin: 0 auto;
  row-gap: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #999999;
  max-width: 1152px;
  margin: 0 auto;
  width: 100%;
  padding: 24px 0;
  justify-content: center;
  text-align: center;
}
@media (min-width: 900px) {
  .main-page .css-1lh83bo {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-page .css-cwdruf {
  display: flex;
  -webkit-box-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.main-page .css-wlea3r {
  margin-bottom: 2px;
}
.main-page .css-7bzf65 {
  filter: invert(0);
  opacity: 0.5;
}
.main-page .css-fh70qw {
  display: flex;
  -webkit-box-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 8px;
}
.main-page .css-7se61z {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #999999;
}
.main-page .css-7se61z:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #ffffff;
}
.main-page .css-13us2yw {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 62px;
  background-color: #232323;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  max-width: 100vw;
  padding: 0 12px;
}
@media (min-width: 900px) {
  .main-page .css-13us2yw {
    display: none;
  }
}
.main-page .css-yj0zop {
  height: 100%;
  min-width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999999;
  flex-direction: column;
}
.main-page .css-yj0zop div {
  display: none;
}
.main-page .css-j59yuo {
  color: currentColor;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.main-page .css-vouqvz {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  margin-top: 6px;
}
.main-page .css-1i27l4i {
  display: flex;
  gap: 8px;
}
.main-page .css-wa1bzc-Button {
  border: 0px;
  height: 40px;
  font-size: 14px;
  cursor: pointer;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 80ms ease-in-out, border-color 300ms ease-in-out;
  font-family: roc-grotesk, sans-serif;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.56px;
  background-color: rgb(239, 239, 239);
  color: rgb(0, 0, 0);
  border-radius: 36px;
}
.main-page .css-wa1bzc-Button:disabled {
  background-color: rgb(153, 153, 153);
  cursor: default;
}
.main-page .css-wa1bzc-Button:focus,
.main-page .css-wa1bzc-Button:hover:not(:disabled) {
  outline: 0px;
  background-color: rgb(191, 191, 191);
}
.main-page .css-k008qs {
  display: flex;
}
.main-page .css-al40wm {
  color: currentcolor;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-left: 12px;
}
.main-page .css-7egcln {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: rgb(153, 153, 153);
  margin-bottom: 12px;
}
.main-page .css-gp8ple {
  font-family: roc-grotesk, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.24px;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media (max-width: 470px) {
  .main-page .logo-part span {
    display: none;
  }
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/e4ad82/00000000000000007735b7bc/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"), url("https://use.typekit.net/af/e4ad82/00000000000000007735b7bc/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"), url("https://use.typekit.net/af/e4ad82/00000000000000007735b7bc/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/c4fccd/00000000000000007735b7c0/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/c4fccd/00000000000000007735b7c0/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/c4fccd/00000000000000007735b7c0/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/975d46/00000000000000007735b7c3/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/975d46/00000000000000007735b7c3/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/975d46/00000000000000007735b7c3/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/be643d/00000000000000007735b7c5/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff2"), url("https://use.typekit.net/af/be643d/00000000000000007735b7c5/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff"), url("https://use.typekit.net/af/be643d/00000000000000007735b7c5/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/7d6541/00000000000000007735b7c8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/7d6541/00000000000000007735b7c8/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/7d6541/00000000000000007735b7c8/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/9ef671/00000000000000007735b7cc/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/9ef671/00000000000000007735b7cc/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/9ef671/00000000000000007735b7cc/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/5eb19c/00000000000000007735b7d0/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/5eb19c/00000000000000007735b7d0/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/5eb19c/00000000000000007735b7d0/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/97dd77/00000000000000007735b7d4/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/97dd77/00000000000000007735b7d4/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/97dd77/00000000000000007735b7d4/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/b8039d/00000000000000007735b7da/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"), url("https://use.typekit.net/af/b8039d/00000000000000007735b7da/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"), url("https://use.typekit.net/af/b8039d/00000000000000007735b7da/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/e4ad82/00000000000000007735b7bc/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"), url("https://use.typekit.net/af/e4ad82/00000000000000007735b7bc/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"), url("https://use.typekit.net/af/e4ad82/00000000000000007735b7bc/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/c4fccd/00000000000000007735b7c0/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/c4fccd/00000000000000007735b7c0/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/c4fccd/00000000000000007735b7c0/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/975d46/00000000000000007735b7c3/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/975d46/00000000000000007735b7c3/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/975d46/00000000000000007735b7c3/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/be643d/00000000000000007735b7c5/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff2"), url("https://use.typekit.net/af/be643d/00000000000000007735b7c5/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff"), url("https://use.typekit.net/af/be643d/00000000000000007735b7c5/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/7d6541/00000000000000007735b7c8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), url("https://use.typekit.net/af/7d6541/00000000000000007735b7c8/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), url("https://use.typekit.net/af/7d6541/00000000000000007735b7c8/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/9ef671/00000000000000007735b7cc/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/9ef671/00000000000000007735b7cc/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/9ef671/00000000000000007735b7cc/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/5eb19c/00000000000000007735b7d0/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/5eb19c/00000000000000007735b7d0/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/5eb19c/00000000000000007735b7d0/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/97dd77/00000000000000007735b7d4/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/97dd77/00000000000000007735b7d4/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/97dd77/00000000000000007735b7d4/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "roc-grotesk";
  src: url("https://use.typekit.net/af/b8039d/00000000000000007735b7da/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"), url("https://use.typekit.net/af/b8039d/00000000000000007735b7da/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"), url("https://use.typekit.net/af/b8039d/00000000000000007735b7da/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
}

.chat-item * {
  box-sizing: border-box;
  overscroll-behavior: none;
}
.chat-item ::-moz-selection {
  background-color: transparent;
  color: #fff;
}
.chat-item ::selection {
  background-color: transparent;
  color: #fff;
}
.chat-item p,
.chat-item a,
.chat-item button {
  margin: 0;
  padding: 0;
}
.chat-item img {
  width: 100%;
  pointer-events: none;
  cursor: default;
}
.chat-item img::-moz-selection {
  background-color: transparent;
  color: #fff;
}
.chat-item img::selection {
  background-color: transparent;
  color: #fff;
}
.chat-item .icon-div {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease;
}
.chat-item .btn-socials {
  display: flex;
  position: relative;
  align-items: center;
}
.chat-item .btn-socials .btn-social-link {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 20px rgba(10, 15, 38, 0.35);
  border-radius: 4px;
  min-width: 40px;
  height: 40px;
  padding: 8px;
  margin-right: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease !important;
}
.chat-item .btn-socials .btn-social-link:last-child {
  margin-right: 0;
}
.chat-item .btn-socials .btn-social-link:hover {
  background-color: #fff;
  transform: scale(1.06);
}
.chat-item .btn-socials .btn-social-link .icon-div {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-position: center;
}
.chat-item .fixed-chat-wrap.-opened-chat .chat-block {
  width: 100% !important;
}
.chat-item .fixed-chat-wrap.-opened-chat .btn-part-of-chat .close-with-icon .switch-part {
  left: 0;
}
.chat-item .progress-sending {
  position: relative;
  width: 100%;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  margin: 10px 0;
  font-size: 12px;
  overflow: hidden;
}
.chat-item .progress-sending .procent {
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.chat-item .progress-sending .loader {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
}
.chat-item .cancel-upload {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  font-weight: 400;
  text-decoration: underline;
  outline: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  font-size: 12px;
  cursor: pointer;
}
.chat-item .cancel-upload:hover {
  color: #fff;
}
.chat-item .fixed-chat-wrap .chat-block {
  position: fixed;
  z-index: 202;
  right: 0;
  max-width: 480px;
  width: 100%;
  border-radius: 10px 0 0 10px;
  bottom: 90px;
  height: calc(100% - 200px);
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  overflow: hidden;
  box-shadow: -8px 16px 30px rgba(186, 216, 230, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 0 !important;
  transition: none;
  border: 1px solid #323232;
}
.chat-item .fixed-chat-wrap .chat-block * {
  transition: none;
}
.chat-item .fixed-chat-wrap .chat-block .up-part-of-chat-block,
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges,
.chat-item .fixed-chat-wrap .chat-block .down-part-of-chat-block {
  position: relative;
  z-index: 2;
  display: flex;
}
.chat-item .fixed-chat-wrap .chat-block .up-part-of-chat-block {
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #323232;
}
.chat-item .fixed-chat-wrap .chat-block .up-part-of-chat-block .part-consultants-online {
  position: relative;
  display: flex;
  align-items: center;
}

.chat-item .fixed-chat-wrap .chat-block .up-part-of-chat-block .part-consultants-online .profile::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 1;
  background-color: #1ad754;
  bottom: 2.5px;
  right: 2.5px;
}
.chat-item .fixed-chat-wrap .chat-block .up-part-of-chat-block .part-consultants-online .right-part-of-consultant-online .f-part-of-right-part-of-consultant-online {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 600;
  cursor: default;
}
.chat-item .fixed-chat-wrap .chat-block .up-part-of-chat-block .part-consultants-online .right-part-of-consultant-online .s-part-of-right-part-of-consultant-online {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
  white-space: nowrap;
  cursor: default;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges {
  padding: 0 10px;
  position: relative;
  height: calc(100% - 220px);
  background-color: rgba(0, 0, 0, 0.4);
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .action-of-writing {
  position: absolute;
  width: 220px;
  border-radius: 0 0 15px 15px;
  z-index: 2;
  top: 0;
  left: calc(50% - 110px);
  font-size: 12px;
  background-color: #000;
  border: 1px solid #323232;
  border-top: 0;
  text-align: center;
  color: #1ad754;
  line-height: 1;
  font-weight: 500;
  cursor: default;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  height: 0;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .action-of-writing.active {
  height: 30px;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 15px;
  border-radius: 0;
  overflow-y: auto;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .messege-item {
  position: relative;
  width: 100%;
  display: flex;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .messege-item.-aat-messege-item {
  justify-content: flex-start;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .messege-item.-user-messege-item {
  justify-content: flex-end;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .messege-item p {
  word-break: break-word;
  font-size: 16px;
  line-height: 22px;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .messege-item p::-moz-selection {
  background-color: #000;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .messege-item p::selection {
  background-color: #000;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .informer-of-messeges {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  background-color: #000;
  border-radius: 10px;
  margin-top: 15px;
  padding: 10px;
  color: #bad8e6;
  border: 1px solid #323232;
  cursor: default;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .informer-of-messeges span {
  font-weight: 600;
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege,
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-user-messege {
  max-width: 320px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px;
  border-radius: 10px;
  background-color: #272e3a;
  margin-top: 15px;
  position: relative;
  left: 0;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege a,
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-user-messege a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege a:hover,
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-user-messege a:hover {
  color: #fff;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-user-messege .img-of-messege {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege .img-of-messege {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege .time-with-date-and-readed,
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-user-messege .time-with-date-and-readed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege .new-messege,
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-user-messege .readed {
  display: inline-block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  cursor: default;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege .new-messege {
  color: #bad8e6;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege .time-with-date,
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-user-messege .time-with-date {
  display: flex;
  align-items: center;
  cursor: default;
  margin-right: 10px;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege .time-with-date span,
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-user-messege .time-with-date span {
  display: inline-block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege .time-with-date span:first-child,
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-user-messege .time-with-date span:first-child {
  margin-right: 10px;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege::-moz-selection, .chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-user-messege::-moz-selection {
  background-color: #000;
  color: #fff;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege::selection,
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-user-messege::selection {
  background-color: #000;
  color: #fff;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .greetings-messeges {
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-user-messege {
  right: 0;
  left: inherit;
  background: #153a49;
}
.chat-item .fixed-chat-wrap .chat-block .down-part-of-chat-block {
  align-items: flex-start;
  justify-content: space-between;
  min-height: 150px;
  padding: 10px 20px;
  border-top: 1px solid #323232;
}
.chat-item .fixed-chat-wrap .chat-block .down-part-of-chat-block textarea {
  resize: none;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  letter-spacing: 1px;
}
.chat-item .fixed-chat-wrap .chat-block .down-part-of-chat-block textarea::-moz-placeholder {
  color: #bad8e6;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.chat-item .fixed-chat-wrap .chat-block .down-part-of-chat-block textarea::placeholder {
  color: #bad8e6;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.chat-item .fixed-chat-wrap .chat-block .down-part-of-chat-block textarea::-moz-selection {
  background-color: #000;
  color: #fff;
}
.chat-item .fixed-chat-wrap .chat-block .down-part-of-chat-block textarea::selection {
  background-color: #000;
  color: #fff;
}
.chat-item .fixed-chat-wrap .chat-block .down-part-of-chat-block button {
  border: 0;
  outline: 0;
  position: relative;
  cursor: pointer;
}
.chat-item .fixed-chat-wrap .chat-block .down-part-of-chat-block .pin-file {
  width: 20px;
  min-width: 20px;
  height: 30px;
  background-image: url("../img/paper-clip.png");
  background-size: 100%;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
  margin-right: 10px;
  transition: 0.3s opacity ease;
  opacity: 0.6;
}
.chat-item .fixed-chat-wrap .chat-block .down-part-of-chat-block .pin-file:hover {
  opacity: 1;
}
.chat-item .fixed-chat-wrap .chat-block .down-part-of-chat-block .btn-send-messege {
  min-width: 40px;
  width: 40px;
  height: 40px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  box-shadow: 0 5px 20px rgba(10, 15, 38, 0.35);
  margin-left: 10px;
  transition: 0.3s ease !important;
}
.chat-item .fixed-chat-wrap .chat-block .down-part-of-chat-block .btn-send-messege .send-messege {
  width: 100%;
  height: 100%;
  background-image: url("../img/right-arrow.png");
  background-size: 20px;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.chat-item .fixed-chat-wrap .chat-block .down-part-of-chat-block .btn-send-messege:hover {
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(10, 15, 38, 0.45);
}
.chat-item .fixed-chat-wrap .btn-part-of-chat {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 204;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s transform ease;
  border: 1px solid #000;
}
.chat-item .fixed-chat-wrap .btn-part-of-chat:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 20px rgba(186, 216, 230, 0.4);
}
.chat-item .fixed-chat-wrap .btn-part-of-chat:hover .amount-of-notify {
  background-color: #000;
}
.chat-item .fixed-chat-wrap .btn-part-of-chat .close-with-icon {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.chat-item .fixed-chat-wrap .btn-part-of-chat .close-with-icon .switch-part {
  position: absolute;
  width: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  left: -42px;
  transition: 0.3s ease;
}

.chat-item .fixed-chat-wrap .btn-part-of-chat .amount-of-notify {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000;
  color: #1ad754;
  border: 1px solid #434343;
  text-shadow: 0 4px 10px rgba(10, 15, 38, 0.5);
  width: 25px;
  height: 25px;
  right: -5px;
  top: -10px;
  box-shadow: 0 5px 20px rgba(10, 15, 38, 0.35);
}
.chat-item .fixed-chat-wrap .btn-part-of-chat .amount-of-notify.active {
  display: flex;
}
.chat-item .fixed-chat-wrap .chat-block {
  height: 100%;
  border-radius: 0;
  bottom: 0;
}
.chat-item .fixed-chat-wrap.-opened-chat .btn-part-of-chat {
  bottom: inherit;
  top: 5px;
  right: 5px;
  transform: scale(0.8);
  background-color: #000;
  border: 1px solid #323232;
}

.chat-item .fixed-chat-wrap .chat-block .content-of-masseges.-faq-chat {
  height: calc(100% - 70px);
}

.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege.-faq-message {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege.-faq-message.-active .down-part-of-faq-message {
  height: auto;
  margin-top: 10px;
  padding: 10px;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege.-faq-message.-active .open-full-info {
  transform: rotate(180deg);
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege.-faq-message .up-part-of-faq-message {
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege.-faq-message .up-part-of-faq-message .open-full-info {
  width: 34px;
  height: 34px;
  box-shadow: 0 5px 20px rgba(10, 15, 38, 0.35);
  border-radius: 4px;
  min-width: 34px;
  margin-left: 15px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: 0.3s background-color ease;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege.-faq-message .up-part-of-faq-message .open-full-info:hover {
  box-shadow: 0 5px 20px rgba(10, 15, 38, 0.45);
  background-color: #fff;
}

.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege.-faq-message .down-part-of-faq-message {
  padding: 10px;
  background-color: #000;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: 400;
  overflow: hidden;
  padding: 0;
  height: 0;
  margin-top: 0;
  transition: 0.3s ease;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege.-faq-message .down-part-of-faq-message a {
  color: #1bd754;
  text-decoration: none;
  font-weight: 500;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege.-faq-message .down-part-of-faq-message a:hover {
  text-decoration: underline;
}

.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege.-form-message {
  width: 100%;
  max-width: 100%;
  background: #153a49;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege.-form-message.mb30 {
  margin-bottom: 30px;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege.-form-message .up-part-of-faq-message {
  font-size: 16px;
  line-height: 22px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege.-form-message .form-part {
  padding: 0 10px;
  padding-bottom: 10px;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege.-form-message .form-part .btn-send-messege {
  min-width: 40px;
  width: 100%;
  height: 46px;
  position: relative;
  outline: 0;
  border: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  box-shadow: 0 5px 20px rgba(10, 15, 38, 0.35);
  transition: 0.3s ease !important;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  cursor: pointer;
  padding-left: 12px;
}

.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-aat-messege.-form-message .form-part .btn-send-messege:hover {
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(10, 15, 38, 0.45);
}

.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-user-messege.-form-message {
  width: 100%;
  background: #153a49;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-user-messege.-form-message.-sended-form .form-part {
  padding: 0;
}
.chat-item .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap .-user-messege.-form-message.-sended-form .up-part-of-faq-message {
  font-size: 16px;
  line-height: 22px;
}

.input-wrap {
  position: relative;
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.input-wrap .signature-for-input {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #bad8e6;
  margin-bottom: 5px;
}
.input-wrap input, .input-wrap textarea {
  background-color: #000;
  border-radius: 5px;
  outline: none;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 10px 15px;
  height: 46px;
  width: 100%;
  letter-spacing: 1px;
  transition: 0.3s ease;
}
.input-wrap input:focus, .input-wrap textarea:focus {
  border: 1px solid #bad8e6;
}
.input-wrap input::-moz-placeholder, .input-wrap textarea::-moz-placeholder {
  color: #bad8e6;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.input-wrap input::placeholder, .input-wrap textarea::placeholder {
  color: #bad8e6;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.input-wrap input::-moz-selection, .input-wrap textarea::-moz-selection {
  background-color: #000;
  color: #fff;
}
.input-wrap input::selection, .input-wrap textarea::selection {
  background-color: #000;
  color: #fff;
}
.input-wrap textarea {
  resize: none;
  height: 130px;
  padding-top: 15px;
}
.input-wrap .error-msg {
  padding: 5px;
  border-radius: 0 0 5px 5px;
  background-color: #94393b;
  line-height: 1;
}
@media only screen and (max-width: 800px) {
  .input-wrap .fixed-chat-wrap.-opened-chat .btn-part-of-chat {
    bottom: 10px;
  }
  .input-wrap .fixed-chat-wrap .chat-block {
    bottom: 0;
  }
  .input-wrap .fixed-chat-wrap .chat-block {
    height: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 500px) {
  .input-wrap .fixed-chat-wrap .chat-block {
    border-radius: 0;
    max-width: 100%;
  }
  .input-wrap .fixed-chat-wrap .chat-block .up-part-of-chat-block {
    padding: 10px;
  }
  .input-wrap .fixed-chat-wrap .chat-block .content-of-masseges {
    height: calc(100% - 200px);
    padding: 0;
  }
  .input-wrap .fixed-chat-wrap .chat-block .content-of-masseges .content-of-masseges-wrap {
    border-radius: 0;
  }
  .input-wrap .fixed-chat-wrap .chat-block {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .input-wrap .fixed-chat-wrap .chat-block .content-of-masseges {
    background-color: rgba(0, 0, 0, 0.2);
  }
}/*# sourceMappingURL=main.css.map */