:root {
  --Radiusmd: 8px;
  --Spacings3: 2rem;
  --Spacings4: 30px;
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #555759;
  font-family: "Gilroy";
}

html .font-sans {
  font-family: "Gilroy";
}

.font-small-bold {
  font-size: 12px;
  font-weight: bold;
}

hr {
  border: 0;
  height: 1px;
  background: #BBBCBF;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  text-align: left;
  color: #2C3136;
  margin-bottom: 1.2rem;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #2C3136;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 1.2rem;
}

.page-title {
  margin-bottom: 2.5rem;
}

header {
  margin-bottom: 35px;
  font-size: 14px;
}
header .header1 {
  padding-top: 8px;
  padding-bottom: 12px;
}
header .header1, header .header2 {
  border-bottom: 1px solid #BBBCBF;
}
header .phone-description {
  font-size: 12px;
  color: #555759;
}
header .en, header .ru, header .mail, header .phone {
  height: 24px;
  margin-right: 21px;
}
header .en img, header .ru img {
  height: 12px;
}
header .ru img {
  box-shadow: 0px 0px 2px 2px #e7e7e7;
}
header .mail img {
  height: 16px;
  margin-right: 5px;
}
header .phone img {
  height: 18px;
  margin-right: 5px;
}
header a.mail {
  text-decoration: underline;
}
header a.mail:hover {
  text-decoration: none;
}

footer {
  font-size: 14px;
  margin-top: 55px;
  padding-top: 55px;
  border-top: 1px solid #BBBCBF;
}
footer .phone img {
  height: 17px;
  margin-right: 5px;
}
footer .footer-row {
  margin-bottom: 27px;
}
footer .footer-2, footer .footer-2 a {
  color: #A0A1A5;
  font-size: 12px;
}
footer .footer-2 a {
  text-decoration: underline;
}
footer .footer-2 a:hover {
  text-decoration: none;
}
footer .footer-contact:first-child {
  margin-right: 15px;
}
footer .footer-contact a {
  margin-top: 7px;
}
footer .footer-contact a.mail {
  display: block;
}

.information {
  margin-bottom: 2.2rem;
  width: 100%;
  text-align: center;
  background-color: #a6e868;
  padding: var(--Spacings4);
  border-radius: 16px;
  font-size: 14px;
}
.information .information__title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 1.2rem;
}
.information .attention {
  display: inline-block;
  background-position: 0 0;
}

.page-welcome header {
  margin-bottom: 32px;
}

.attention {
  padding-left: 30px;
  background: url("/i/attention.svg") no-repeat 0 15px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.row {
  display: flex;
  margin-bottom: 0.5rem;
}

.table-type1 {
  font-size: 14px;
}
.table-type1 .row {
  margin-bottom: 0.5rem;
}
.table-type1 .row .col:first-child {
  flex-basis: 300px;
  margin-right: 15px;
  font-weight: bold;
  line-height: 1.2;
}
.table-type1 .row .col:last-child {
  flex-basis: calc(100% - 300px - 15px);
}

.like-btn-secondary {
  border-radius: var(--Radiusmd);
  padding: 12px var(--Spacings3) 12px var(--Spacings3);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.pin {
  align-items: center;
  justify-content: center;
  margin: 17px auto;
}
.pin span {
  margin-right: 15px;
  font-weight: bold;
}

.like-btn-secondary__small {
  padding: 5px;
  width: 100px;
}

.modal-wrapper .close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal-wrapper h2 {
  margin-top: 0;
}
.modal-wrapper .modal_agree-wrapper {
  position: relative;
  margin-top: 0;
  margin-right: 5px;
}
.modal-wrapper a {
  text-decoration: underline;
}
.modal-wrapper a:hover {
  text-decoration: none;
}

.information .like-btn-secondary {
  display: inline-block;
}

.modal-item {
  min-width: 320px;
}

.chat {
  width: 100%;
  height: 408px;
  border-radius: 16px;
  border: 1px solid #BBBCBF;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.chat .chat-comment-row {
  display: flex;
}
.chat .chat-comment-row:first-child .chat-comment-wrapper {
  margin-top: 0;
}
.chat .comment-manager {
  justify-content: flex-start;
}
.chat .comment-client {
  justify-content: flex-end;
}
.chat .chat-comment-wrapper {
  max-width: 80%;
  margin-top: 15px;
}
.chat .chat-comment {
  background-color: #F6F6F6;
  padding: 5px;
  padding: 6px 8px 6px 8px;
  border-radius: 8px;
  display: flex;
}
.chat .chat-comment img {
  margin-right: 7px;
}
.chat .comment-date {
  font-size: 11px;
  color: #A0A1A5;
}
.chat .comment-manager .chat-comment {
  background: none;
}
.chat .comment-manager .comment-date {
  text-align: left;
  margin: 4px 0 0 9px;
}
.chat .comment-client .comment-date {
  text-align: right;
}
.chat .chat-footer {
  background-color: #F6F6F6;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-radius: 8px;
}
.chat .chat-footer .custom-file-upload {
  position: absolute;
  left: 0;
  top: 0;
}
.chat .chat-footer input[type=text] {
  flex-grow: 1;
  border: none;
  background: none;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
.chat .chat-footer input:focus {
  border: none;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
.chat .chat-footer label[for=file-upload] {
  padding: 15px;
  display: flex;
  cursor: pointer;
}
.chat .chat-footer .error-message {
  color: #FF4638;
  font-weight: bold;
  position: absolute;
  top: -30px;
  left: 40px;
}

.scrollable-content {
  list-style: none;
  background: hsl(0, 0%, 100%);
  margin: 5px 0 0 0;
  padding: 0 10px 0 0;
  max-height: 250px;
  overflow-y: scroll;
  scrollbar-gutter: stable both-edges;
}

.scrollable-content::-webkit-scrollbar {
  width: 0.1em;
}

.scrollable-content::-webkit-scrollbar-track {
  background-color: white;
}

.scrollable-content::-webkit-scrollbar-thumb {
  background-color: #dee5e8;
}

.scrollable-content::-webkit-scrollbar-thumb:hover {
  background-color: #346a7f;
}

button.chat-send {
  margin: 5px 15px;
  background: none;
  padding: 0;
}

button.chat-send:hover {
  filter: brightness(0.9);
}

.upload-list-details {
  display: flex;
  flex-wrap: wrap;
}
.upload-list-details .upload-item {
  min-height: 56px;
  display: flex;
  align-items: center;
}

.back_btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  margin: 0 0 20px 0;
  text-decoration: underline;
}
.back_btn:hover {
  text-decoration: none;
}
.back_btn img {
  margin-right: 10px;
}

.bg-red-50 {
  background-color: rgb(254, 242, 242);
}

.bg-red-100 {
  background-color: rgb(254, 226, 226);
}

.bg-red-200 {
  background-color: rgb(254, 202, 202);
}

.bg-red-300 {
  background-color: rgb(252, 165, 165);
}

.bg-red-400 {
  background-color: rgb(248, 113, 113);
}

.bg-red-500 {
  background-color: rgb(239, 68, 68);
}

.bg-red-600 {
  background-color: rgb(220, 38, 38);
}

.bg-red-700 {
  background-color: rgb(185, 28, 28);
}

.bg-red-800 {
  background-color: rgb(153, 27, 27);
}

.bg-red-900 {
  background-color: rgb(127, 29, 29);
}

.bg-red-950 {
  background-color: rgb(69, 10, 10);
}

.bg-green-500 {
  background-color: rgb(34, 197, 94);
}

.incindented {
  background-color: #FFF2EB;
}

.button-type2 {
  border: 1px solid #ccc;
  width: 36px;
  height: 36px;
  padding: 8px;
}
.button-type2:hover img {
  opacity: 0.5;
}

.link {
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

@media (min-width: 640px) {
  main {
    min-height: calc(100vh - 750px);
  }
  .layout-app main {
    min-height: calc(100vh - 340px);
  }
  .modal-wrapper .modal-item {
    max-width: 605px;
  }
  #modelAuth .modal-item {
    max-width: 456px;
  }
}
@media (max-width: 768px) {
  .header1-1 {
    flex-direction: column;
    padding-top: 0.5rem;
  }
  .header1-1 > img {
    max-width: 200px;
    margin: 0 auto 2rem auto;
  }
  .head-logo {
    margin-bottom: 1rem;
  }
  .layout-app .header1-1 {
    flex-direction: row;
  }
  h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  :root {
    --Spacings4: 20px;
  }
  .information .information__title {
    margin-bottom: 0.7rem;
  }
  .layout-app main {
    min-height: inherit;
  }
  .modal-wrapper .close {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 640px) {
  .table-type1 .row {
    flex-direction: column;
  }
  .table-type1 .row .col:first-child {
    flex-basis: auto;
  }
}
@media (max-width: 500px) {
  .header-right {
    flex-direction: column;
    align-items: center;
  }
  .header-right a {
    margin-right: 0;
  }
  .header-right a.mail {
    margin-bottom: 10px;
  }
  .header-right a.phone {
    justify-content: center;
  }
  .header-right a.en {
    position: absolute;
    top: 0;
    right: 10px;
  }
  .header-right a.ru {
    position: absolute;
    top: 0;
    right: 40px;
  }
  .footer-contact-wrapper {
    flex-direction: column;
  }
  .footer-2 {
    flex-direction: column-reverse;
  }
  footer .footer-contact:first-child {
    margin-bottom: 30px;
  }
  .footer-2 > div:last-child {
    margin-bottom: 15px;
  }
  .welcome-btns a {
    margin-right: 0;
    width: 100%;
  }
}/*# sourceMappingURL=common.css.map */