@charset "UTF-8";
*,
ul,
ol {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.wrapper {
  overflow: clip;
}

body {
  background-color: #F8F8F8;
  font-family: "TT Commons";
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1406px;
}

.main {
  width: calc(100% - 120px);
  margin-left: 100px;
  transition: 0.3s all ease;
}
.main.active {
  width: calc(100% - 260px);
  margin-left: 250px;
}
@media (max-width: 1370px) {
  .main.active {
    width: calc(100% - 120px);
    margin-left: 100px;
  }
}
@media (max-width: 768px) {
  .main.active {
    width: calc(100% - 20px);
    margin-left: 0;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .main {
    width: calc(100% - 20px);
    margin-left: 0;
    margin: 0 10px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.section__title {
  color: #001346;
  font-family: Gilroy;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.header .message-content-sms {
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 1002 !important;
  background: #fff;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(94, 92, 154, 0.06);
  border-radius: 8px;
  max-width: 400px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  translate: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .header .message-content-sms {
    width: calc(100% - 20px);
    left: 10px;
    top: 73px;
  }
}

.header .message-content-sms .card {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  border-radius: 6px;
}

.header .message-content-sms .card .img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
}

.header .message-content-sms .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .message-content-sms .card .img .badge {
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: blue;
  border-radius: 50%;
}

.header .message-content-sms .card .info {
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
}

.header .message-content-sms .card .info h3 {
  width: 100%;
  line-height: 22px;
  font-size: 17px;
  font-weight: 500;
  font-family: "TT Commons", sans-serif;
  color: #5e6167;
  margin-bottom: 5px;
}

.header .message-content-sms .card .info h3 span {
  color: rgb(0, 25, 91);
}

@media screen and (max-width: 540px) {
  .message-content-sms .card .info h3 {
    width: 100%;
  }
}
.header .message-content-sms .card .info p {
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  color: rgb(85, 89, 97);
}

.header .message-content-sms .card .info .footer-sms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.header .message-content-sms .card .info .footer-sms a {
  text-decoration: none;
  color: rgb(0, 65, 242);
  font-family: "TT Commons", sans-serif;
  font-size: 14px;
  position: relative;
  width: fit-content;
}

.header .message-content-sms .card .info .footer-sms a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(0, 65, 242);
  transition: 0.3s all ease;
}

.header .message-content-sms .card .info .footer-sms a:hover:after {
  width: 0;
}

.header .message-content-sms .card .info .footer-sms span {
  color: rgb(104, 108, 119);
  font-family: "TT Commons", sans-serif;
  font-size: 14px;
}

.header .message-content-sms .card .info .btn-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header .message-content-sms .card .info .btn-group .sms {
  width: 35px !important;
  height: 35px !important;
  background-color: rgb(0, 65, 242);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .message-content-sms .card .info .btn-group .menu-button {
  width: 35px !important;
  height: 35px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: blue;
  gap: 3px;
  background-color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}

.header .message-content-sms .card .info .btn-group .menu-button .dots {
  width: 5px;
  height: 5px;
  background-color: rgb(0, 65, 242);
  border-radius: 50%;
}

.header .message-content-sms.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}

.header .message-content-sms .btn-group {
  display: flex;
  gap: 20px;
}

.header .message-content-sms .btn-group button {
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 12px;
  border: none;
  outline: none;
  background-color: rgb(0, 65, 242);
  color: #fff;
  font-size: 14px;
  font-family: "Gilroy", sans-serif;
}

.header .message-content-sms .btn-group button:nth-last-of-type(1) {
  background-color: rgb(180, 185, 199);
}

@media screen and (max-width: 540px) {
  .header .message-content-sms .btn-group {
    align-items: center;
    justify-content: center;
  }
}
.header .message-content-sms .close-btn {
  position: absolute;
  right: 20px;
  cursor: pointer;
}

.header .message-content-sms .close-btn img {
  width: 11px;
}

.header .settings {
  position: absolute;
  right: 20px;
  top: 100px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(-10px);
  z-index: 1009;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(94, 92, 154, 0.06);
  border-radius: 8px;
}
@media (max-width: 480px) {
  .header .settings {
    width: calc(100% - 20px);
    top: 73px;
    right: 10px;
  }
}

.header .settings .head-text {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(186, 192, 204, 0.49);
  box-sizing: border-box;
}

.header .settings .head-text h3 {
  font-size: 15px;
  font-weight: 500;
  font-family: "TT Commons", sans-serif;
  color: rgb(0, 25, 91);
  opacity: 0.7;
}

.header .settings .head-text p {
  font-size: 15px;
  font-weight: 500;
  font-family: "TT Commons", sans-serif;
  color: rgb(0, 25, 91);
}

.header .settings .text {
  margin: 10px auto;
}

.header .settings .text a {
  display: block;
  padding-bottom: 15px;
  text-align: center !important;
  font-size: 15px;
  font-weight: 500;
  font-family: "TT Commons", sans-serif;
  color: rgb(0, 25, 91);
  text-decoration: none;
}

.header .settings .cards {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(186, 192, 204, 0.49);
}

.header .settings .cards .card {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  border-radius: 6px;
}

.header .settings .cards .card .img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: relative;
}

.header .settings .cards .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .settings .cards .card .img .badge {
  position: absolute;
  bottom: 0;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: blue;
  border-radius: 50%;
}

.header .settings .cards .card .info {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}

.header .settings .cards .card .info h3 {
  width: 100%;
  line-height: 22px;
  font-size: 15px;
  font-weight: 500;
  font-family: "TT Commons", sans-serif;
  color: #5e6167;
}

.header .settings .cards .card .info h3 span {
  color: rgb(0, 25, 91);
}

.header .settings .cards .card .info p {
  font-size: 14px;
  font-weight: 400;
  color: rgb(85, 89, 97);
}

.header .settings .cards .card .info .btn-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header .settings .cards .card .info .btn-group .sms {
  width: 35px !important;
  height: 35px !important;
  background-color: rgb(0, 65, 242);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .settings .cards .card .info .btn-group .menu-button {
  width: 35px !important;
  height: 35px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: blue;
  gap: 3px;
  background-color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}

.header .settings .cards .card .info .btn-group .menu-button .dots {
  width: 5px;
  height: 5px;
  background-color: rgb(0, 65, 242);
  border-radius: 50%;
}

.header .settings.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.toast__container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  max-width: 425px;
  width: calc(100% - 20px);
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 480px) {
  .toast__container {
    right: 10px;
  }
}
@keyframes slideIn {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.toast__item {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(94, 92, 154, 0.06);
  padding: 29px 29px 20px 29px;
  position: relative;
  animation: slideIn 0.5s ease-out;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.toast__item.hide {
  transform: translateX(100%);
  opacity: 0;
}
.toast__item .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.toast__item-content {
  display: flex;
  gap: 15px;
}
.toast__item-avatar {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}
.toast__item-avatar img {
  width: 100%;
  height: 100%;
}
.toast__item-avatar span {
  background-color: #0041F2;
  border-radius: 50%;
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 17px;
  height: 17px;
  color: #FFF;
  font-family: "TT Commons";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding-top: 3px;
}
.toast__item-text h3 {
  color: #00195B;
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.toast__item-text h3 span {
  color: #53565E;
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.toast__item-text p {
  color: #5E626A;
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 9px;
}
.toast__item-text-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
}
.toast__item-text-bottom a {
  color: #0041F2;
  font-family: "TT Commons";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  width: fit-content;
  position: relative;
}
.toast__item-text-bottom a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #0041F2;
  left: 0;
  bottom: -2px;
  transition: 0.3s all ease;
}
.toast__item-text-bottom a:hover::after {
  width: 0;
}
.toast__item-text-bottom .time {
  color: #686C77;
  font-family: "TT Commons";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
}
.toast__item-buttons {
  display: flex;
  margin-top: 29px;
  gap: 12px;
}
.toast__item-buttons button {
  border-radius: 12px;
  color: #FFF;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 9px 0;
  text-align: center;
  cursor: pointer;
  border: none;
}
.toast__item-buttons button.accept {
  background: #0041F2;
  width: 90px;
  transition: 0.3s all ease;
}
.toast__item-buttons button.accept:hover {
  background: #6b91fb;
}
.toast__item-buttons button.decline {
  background: #B4B9C7;
  width: 108px;
  transition: 0.3s all ease;
}
.toast__item-buttons button.decline:hover {
  background: #c7c7c7;
}

.modal__params {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.3s ease;
  z-index: 10000;
  visibility: hidden;
}
.modal__params.show {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.modal__params.show .modal__params-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.modal__params-content {
  background-color: #fff;
  max-width: 700px;
  width: calc(100% - 20px);
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  opacity: 0;
  position: relative;
  transform: translateY(-20px);
  transform: scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}
.modal__params-head {
  margin-bottom: 20px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal__params-title {
  font-size: 24px;
  color: #001346;
  font-family: "TT Commons", sans-serif;
  font-weight: 500;
}
.modal__params-close {
  font-size: 18px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
  border: none;
  background-color: #F6F7F9;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.modal__params-close:hover {
  color: #FFF;
  background: #0041F2;
  padding: 5px;
}
.modal__params-body {
  min-height: 400px;
  background-color: #F6F7F9;
  padding: 0 20px;
}
.modal__params-text {
  padding-top: 20px;
  font-size: 17px;
  font-family: "Commons", sans-serif;
  color: #00195B;
}
.modal__params-buttons {
  display: flex;
  justify-content: flex-start;
  padding: 20px;
  gap: 10px;
}
.modal__params-buttons button {
  font-family: "TT Commons", sans-serif;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.2s ease;
  border: 1px solid transparent;
}
.modal__params-apply {
  background-color: #0041F2;
  color: #fff;
  border-color: #007bff;
}
.modal__params-apply:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}
.modal__params-cancel {
  background-color: #f8f9fa;
  color: #001346;
  border-color: #ced4da;
}
.modal__params-cancel:hover {
  background-color: #e2e6ea;
  border-color: #adb5bd;
}

.bottom-bar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  max-width: 768px;
  width: 100%;
  background-color: rgba(225, 229, 234, 0.8);
  backdrop-filter: blur(10px);
  z-index: 2500 !important;
  display: flex;
  padding: 10px 10px;
  display: none;
  justify-content: space-between;
  overflow-x: scroll;
  gap: 20px;
  scrollbar-width: none;
  /* Firefox */
}
.bottom-bar::-webkit-scrollbar {
  display: none;
}
.bottom-bar .bottom-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease all;
  min-width: 60px;
  padding: 10px 0;
}
.bottom-bar .bottom-bar__item .bottom-bar__label {
  color: #212932;
  font-weight: 500;
}
.bottom-bar .bottom-bar__item svg path {
  stroke: #001346;
  fill: #001346;
}
.bottom-bar .bottom-bar__item.active .bottom-bar__label {
  color: #0041F2;
}
.bottom-bar .bottom-bar__item.active svg path {
  stroke: #0041F2;
  fill: #0041F2;
}
.bottom-bar .bottom-bar__item:hover svg path {
  stroke: #0041F2;
  fill: #0041F2;
}
.bottom-bar .bottom-bar__item:hover span {
  color: #0041F2;
}
@media screen and (max-width: 768px) {
  .bottom-bar {
    display: flex;
  }
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  z-index: 3999 !important;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: sticky !important;
  top: 0;
  right: 0;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 480px) {
  .header {
    padding: 13px 10px;
  }
}
.header__left {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .header__left {
    gap: 10px;
  }
}
.header__left ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 35px;
}
@media (max-width: 1024px) {
  .header__left ul {
    display: none;
  }
}
.header__left ul a {
  color: #00195B;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: 0.3s all ease;
}
.header__left ul a:hover {
  color: #0041F2;
}
.header__search {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .header__search {
    display: none;
  }
}
.header__search input {
  border-radius: 8px;
  background: #F6F7F9;
  color: #6D727E;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.17px;
  padding: 17px 21px;
  outline: none;
  border: none;
}
.header__search button {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 17px;
}
.header__right {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header__logo img {
    width: 100px;
  }
}
.header__level {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #00195B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 30px;
  border-right: 1px solid #EAECEF;
}
@media (max-width: 1024px) {
  .header__level {
    display: none;
  }
}
.header__level-text {
  display: flex;
  gap: 8px;
}
.header__level span {
  font-family: "Gilroy";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.header__level-progress {
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background-color: #EAECEF;
}
.header__level-progress-bar {
  background-color: #0041F2;
  height: 100%;
  border-radius: 5px;
}
.header__actions {
  display: flex;
  gap: 25px;
  padding-left: 30px;
}
.header__actions #openNotify {
  position: relative;
}
.header__actions #openNotify span {
  width: 5px;
  height: 5px;
  position: absolute;
  top: -4px;
  right: -3px;
  background-color: #EB0D6F;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .header__actions {
    gap: 10px;
    padding-left: 15px;
  }
}
.header__acc {
  position: relative;
  margin-left: 20px;
  height: 59px;
  display: block;
}
@media (max-width: 768px) {
  .header__acc {
    width: 40px;
    height: 40px;
  }
}
.header__acc .dropdown-toggle {
  cursor: pointer;
}
.header__acc .dropdown-toggle span {
  color: #FFF;
  font-family: "TT Commons";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 18px;
  height: 18px;
  background-color: #0041F2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: -2px;
  border-radius: 50%;
}
.header__acc .dropdown-toggle img {
  width: 59px;
  height: 59px;
}
@media (max-width: 768px) {
  .header__acc .dropdown-toggle img {
    width: 40px;
    height: 40px;
  }
}
.header__acc .dropdown-menu {
  position: absolute;
  position: absolute;
  z-index: 5000 !important;
  top: 80px;
  right: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 230px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
@media (max-width: 768px) {
  .header__acc .dropdown-menu {
    top: 60px;
  }
}
.header__acc .dropdown-menu.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}
.header__acc .dropdown-menu p {
  margin: 5px 0;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 18px;
  color: rgb(0, 25, 91);
  line-height: 20.7px;
}
.header__acc .dropdown-menu .buttons {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  gap: 8px;
}
.header__acc .dropdown-menu .buttons .zero {
  color: #0041F2;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}
.header__acc .dropdown-menu .buttons .inquiry {
  width: 20px;
  height: 20px;
  background-color: #E5ECFE;
  color: #0041F2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  border-radius: 50%;
}
.header__acc .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__acc .dropdown-menu ul li {
  padding: 8px 10px;
  cursor: pointer;
  display: flex;
  gap: 8px;
  margin: 5px 0;
  align-items: center;
}
.header__acc .dropdown-menu ul li a {
  color: #5E626A;
  text-decoration: none;
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-family: "TT Commons", sans-serif;
}

.sidebar {
  background: linear-gradient(0deg, #00195B 0%, #00195B 100%), linear-gradient(219deg, rgba(235, 13, 111, 0) -2.18%, rgba(235, 13, 111, 0.6) 157.52%), #0041F2;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  padding: 88px 0 24px 0;
  overflow-y: auto;
  scrollbar-width: none !important;
  z-index: 3998 !important;
  transition: 0.3s all ease;
  width: 80px;
}
@media (max-width: 1370px) {
  .sidebar {
    padding-top: 157px;
  }
}
@media (max-width: 1024px) {
  .sidebar {
    padding-top: 87px;
  }
}
@media (max-width: 768px) {
  .sidebar {
    left: -90px;
  }
}
@media (max-width: 480px) {
  .sidebar {
    padding-top: 77px;
  }
}
.sidebar.active {
  width: 240px;
}
@media (max-width: 768px) {
  .sidebar.active {
    left: 0;
  }
}
.sidebar.active .sidebar__item a {
  flex-direction: row;
  justify-content: start;
  padding-left: 20px;
  gap: 20px;
  font-size: 15px;
}
.sidebar.active .sidebar__copyright {
  display: flex !important;
  flex-direction: column;
  gap: 7px;
  color: #fff;
  padding-left: 20px;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
.sidebar.active .sidebar__copyright a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  position: relative;
  width: fit-content;
}
.sidebar.active .sidebar__copyright a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.sidebar.active .sidebar__copyright a:hover::after {
  width: 0;
}
.sidebar.active .sidebar__copyright span {
  font-size: 12px;
}
.sidebar.active .sidebar__socials {
  display: block !important;
  padding-left: 20px;
  padding-top: 10px;
  color: #fff;
  font-size: 18px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.sidebar.active .sidebar__socials .sidebar__socials-links {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #00195B;
  padding-top: 10px;
  gap: 10px;
}
.sidebar.active .sidebar__socials .sidebar__socials-links a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar.active .sidebar__socials img {
  width: 24px;
}
.sidebar__menu {
  display: flex;
  flex-direction: column;
}
.sidebar__item {
  width: 100%;
}
.sidebar__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease;
  color: #fff;
  text-decoration: none;
  gap: 5px;
  padding: 12px 5px;
  font-size: 12px;
  text-align: center;
}
.sidebar__item a.active {
  background-color: #0041F2;
}
.sidebar__item a:hover {
  background-color: #0041F2;
}
.sidebar__item a img {
  width: 20px;
}

.hero {
  padding-top: 33px;
}
@media (max-width: 480px) {
  .hero {
    padding-top: 20px;
  }
}
.hero .row {
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 480px) {
  .hero .row {
    gap: 15px;
  }
}
.hero__card {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 261px;
  background-position: right;
}
@media (max-width: 480px) {
  .hero__card {
    height: fit-content;
  }
}
.hero__card.big {
  background-image: url(../images/hero_left_bg.png);
  background-size: cover;
  padding: 41px 50px 40px 58px;
  width: calc(60% - 15px);
}
@media (max-width: 1370px) {
  .hero__card.big {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .hero__card.big {
    padding: 40px 20px;
    background-position: left;
  }
}
.hero__card.small {
  background-image: url(../images/hero_right_bg.png);
  background-size: cover;
  width: calc(40% - 15px);
  padding: 44px 50px 40px 50px;
}
@media (max-width: 1370px) {
  .hero__card.small {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .hero__card.small {
    padding: 40px 20px;
  }
}
.hero__card-name {
  color: #FFF;
  font-family: "Gilroy";
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  max-width: 230px;
}
@media (max-width: 480px) {
  .hero__card-name {
    font-size: 20px;
  }
}
.hero__card-btn {
  width: fit-content;
  border-radius: 10px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(267deg, rgba(235, 13, 111, 0.5) -9.97%, rgba(235, 13, 111, 0) 64.02%), #94B1FF;
  box-shadow: 15px 15px 25px 0px rgba(0, 25, 91, 0.1);
  color: #00195B;
  font-family: "TT Commons";
  font-size: 18px;
  border: none;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 19px 59px 14px 63px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .hero__card-btn {
    margin-top: 20px;
    font-size: 14px;
    padding: 14px 30px 10px 30px;
  }
}
.hero__card a {
  color: #FFF;
  font-family: "Gilroy";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 88%;
  padding-bottom: 8px;
  text-decoration: none;
  width: fit-content;
  position: relative;
}
.hero__card a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4089FF;
  transition: width 0.3s ease;
}
.hero__card a:hover::after {
  width: 0;
}
@media (max-width: 480px) {
  .hero__card a {
    margin-top: 20px;
    font-size: 14px;
  }
}

.search {
  margin-top: 30px;
}
.search .container {
  background: linear-gradient(0deg, #FFF 20.36%, rgba(255, 255, 255, 0) 100%), rgba(246, 247, 249, 0.6);
  padding: 50px 81px 51px 67px;
}
@media (max-width: 1370px) {
  .search .container {
    padding: 40px 20px;
  }
}
@media (max-width: 480px) {
  .search .container {
    padding: 20px 10px;
    padding-top: 0;
  }
}
.search__top {
  display: flex;
  border-radius: 8px;
  border: 1px solid rgba(210, 214, 223, 0.5);
  background: #FFF;
}
@media (max-width: 1024px) {
  .search__top {
    flex-wrap: wrap;
    border: none;
    background-color: transparent;
    gap: 10px 6px;
  }
}
.search__top-item {
  width: 25%;
}
.search__top-item:last-child {
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .search__top-item:last-child {
    border-radius: 0;
  }
}
.search__top-item:last-child .place input {
  border-right: none;
}
@media (max-width: 1024px) {
  .search__top-item {
    width: calc(50% - 6px);
    border: 1px solid rgba(210, 214, 223, 0.5);
  }
  .search__top-item .input-data {
    border: none !important;
  }
  .search__top-item input {
    border: none !important;
  }
}
.search__top-item .dropdown-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.search__top-item .dropdown-wrapper.show span {
  font-size: 14px;
  letter-spacing: 0.14px;
  top: 11px;
  opacity: 0.7;
}
.search__top-item .dropdown-wrapper.show:after {
  transform: rotate(180deg);
}
.search__top-item .dropdown-wrapper .dropdown-toggle {
  height: 60px;
  border: none;
  border-right: 1px solid #E9EBEF;
  width: 100%;
  outline: none;
  padding-left: 25px;
  color: #42454B;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.17px;
  padding-top: 23px;
}
.search__top-item .dropdown-wrapper span {
  color: #6D727E;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.17px;
  position: absolute;
  left: 25px;
  top: 23px;
  transition: 0.3s all ease;
}
.search__top-item .dropdown-wrapper:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 25px;
  width: 10px;
  height: 5px;
  background-image: url(../images/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.search__top-item .dropdown-wrapper .dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background: white;
  z-index: -100;
  width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease;
  opacity: 0;
  width: 100%;
}
.search__top-item .dropdown-wrapper .dropdown-menu.show {
  opacity: 1;
  display: block;
  z-index: 10;
}
.search__top-item .dropdown-wrapper .dropdown-menu.open-up {
  display: block;
  bottom: 100%;
  top: auto;
  margin-top: 0;
  margin-bottom: 5px;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}
.search__top-item .input-data {
  border-right: 1px solid rgba(210, 214, 223, 0.5);
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  height: 60px;
}
@media (max-width: 480px) {
  .search__top-item .input-data {
    height: 40px;
  }
}
.search__top-item .input-data img {
  background: transparent;
}
.search__top-item .input-data input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  outline: none;
  color: #6D727E;
  font-size: 17px;
  font-style: normal;
  padding: 0 22px;
  padding-top: 10px;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  letter-spacing: 0.17px;
}
@media (max-width: 480px) {
  .search__top-item .input-data input {
    height: 40px;
    padding-left: 15px;
    font-size: 15px;
    padding-top: 7px;
    background-color: #fff;
  }
}
.search__top-item .input-data .label {
  position: absolute;
  pointer-events: none;
  top: 22px;
  left: 25px;
  z-index: 3099 !important;
  font-size: 16px;
  transition: all 0.3s ease;
  color: #6D727E;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.17px;
  opacity: 0.7;
}
@media (max-width: 480px) {
  .search__top-item .input-data .label {
    font-size: 15px;
    left: 15px;
    top: 15px;
  }
}
.search__top-item .input-data .arrow-toogle {
  transition: transform 0.3s ease-in-out;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
@media (max-width: 480px) {
  .search__top-item .input-data .arrow-toogle {
    right: 15px;
    top: 17px;
  }
}
.search__top-item .input-data .rotated {
  transform: rotate(180deg);
}
.search__top-item .input-data .checkbox-list {
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.5rem 0;
  display: flex;
  background-color: #fff;
  flex-direction: column;
  position: absolute;
  z-index: -1;
  transform: translateY(100%);
  opacity: 0;
  left: 0;
  max-height: 280px;
  bottom: 66px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #0041f2 transparent;
  opacity: 0;
  transform: translateY(-10px);
  transform: scale(0.9);
  transition: all 0.3s ease;
}
.search__top-item .input-data .checkbox-list input {
  padding: 0;
}
.search__top-item .input-data .checkbox-list.visible {
  transform: translateY(0);
  opacity: 1;
  transform: scale(1);
  z-index: 400 !important;
}
@media (max-width: 480px) {
  .search__top-item .input-data .checkbox-list.visible {
    bottom: 45px;
  }
}
.search__top-item .input-data .checkbox-list.visible.bottom {
  bottom: auto;
  top: 66px;
  opacity: 1;
  transform: scale(1);
  z-index: 400 !important;
}
@media (max-width: 480px) {
  .search__top-item .input-data .checkbox-list.visible.bottom {
    top: 45px;
  }
}
.search__top-item .input-data .checkbox-list::-webkit-scrollbar {
  width: 16px;
  background-color: #007bff;
}
.search__top-item .input-data .checkbox-list::-webkit-scrollbar-button {
  display: none;
  /* yuqori-pastki tugmalarni yo‘qotadi */
}
.search__top-item .input-data .checkbox-list .label-list {
  display: flex;
  align-items: end;
  gap: 11px;
  padding: 0.6rem 1rem;
  margin: 3px 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  position: relative;
}
@media (max-width: 480px) {
  .search__top-item .input-data .checkbox-list .label-list {
    padding: 0.3rem 0.5rem;
  }
}
.search__top-item .input-data .checkbox-list .label-list:hover {
  background-color: #e9ecef;
}
.search__top-item .input-data .checkbox-list .label-list span {
  font-size: 16px;
}
.search__top-item .input-data .checkbox-list .label-list input[type=checkbox] {
  appearance: none;
  width: 22px;
  height: 22px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background: rgba(137, 143, 159, 0.15);
  margin-right: 0.75rem 12px;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.search__top-item .input-data .checkbox-list .label-list input[type=checkbox]:checked {
  background: url(../images/checked_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.search__top-item .input-data .checkbox-list .label-list span {
  font-size: 1rem;
  color: #495057;
}
.search__top-item .place {
  position: relative;
}
.search__top-item .place input {
  border: none;
  border-right: 1px solid rgba(210, 214, 223, 0.5);
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 60px;
  color: #6D727E;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.17px;
  padding-left: 23px;
  padding-top: 3px;
  outline: none;
}
@media (max-width: 480px) {
  .search__top-item .place input {
    height: 40px;
    padding-left: 15px;
    font-size: 15px;
    padding-top: 7px;
  }
}
.search__top-item .place input:focus, .search__top-item .place input:not(:placeholder-shown) {
  padding-top: 10px;
}
.search__top-item .place label {
  position: absolute;
  pointer-events: none;
  top: 22px;
  left: 25px;
  z-index: 99 !important;
  font-size: 16px;
  transition: all 0.3s ease;
  color: #6D727E;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.17px;
  opacity: 0.7;
}
@media (max-width: 480px) {
  .search__top-item .place label {
    font-size: 15px;
    left: 15px;
    top: 15px;
  }
}
.search__top-item .input-data input:focus ~ label,
.search__top-item .textarea textarea:focus ~ label,
.search__top-item .input-data input:valid ~ label,
.search__top-item .textarea textarea:valid ~ label {
  top: 11px;
  font-size: 14px;
  left: 22px;
  opacity: 0.7;
}
@media (max-width: 480px) {
  .search__top-item .input-data input:focus ~ label,
  .search__top-item .textarea textarea:focus ~ label,
  .search__top-item .input-data input:valid ~ label,
  .search__top-item .textarea textarea:valid ~ label {
    top: 4px;
    font-size: 12px;
    left: 15px;
    opacity: 0.7;
  }
}
.search__top-item .place input:focus ~ label,
.search__top-item .place input:not(:placeholder-shown) ~ label {
  top: 11px;
  font-size: 14px;
  left: 22px;
  opacity: 0.7;
}
@media (max-width: 480px) {
  .search__top-item .place input:focus ~ label,
  .search__top-item .place input:not(:placeholder-shown) ~ label {
    top: 4px;
    font-size: 12px;
    left: 15px;
    opacity: 0.7;
  }
}
.search__bottom {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1370px) {
  .search__bottom {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.search__bottom-left {
  display: flex;
  align-items: end;
  gap: 36px;
}
@media (max-width: 768px) {
  .search__bottom-left {
    gap: 23px;
    flex-wrap: wrap;
  }
}
.search__bottom-checkbox {
  display: flex;
  align-items: end;
  gap: 10px;
  position: relative;
}
.search__bottom-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.search__bottom-checkbox span {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: rgba(137, 143, 159, 0.15);
  flex: 0 0 auto;
  cursor: pointer;
}
.search__bottom-checkbox input:checked ~ span {
  background: url(../images/checked_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.search__bottom-checkbox label {
  color: #42454B;
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.7;
}
.search__bottom-checkbox:nth-of-type(2) {
  margin-right: 12px;
}
.search__bottom-right {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 480px) {
  .search__bottom-right {
    flex-wrap: wrap;
    width: 100%;
  }
}
.search__bottom-right .show_map {
  border-radius: 8px;
  border: 2px solid #0041F2;
  color: #394262;
  font-family: "TT Commons";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 233px;
  height: 49px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s all ease;
  padding-top: 4px;
}
@media (max-width: 480px) {
  .search__bottom-right .show_map {
    width: 100%;
  }
}
.search__bottom-right .show_map:hover {
  background-color: #0041F2;
  color: #fff;
}
.search__bottom-right .search__btn {
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(267deg, rgba(235, 13, 111, 0.5) -9.97%, rgba(235, 13, 111, 0) 64.02%), #0041F2;
  color: #FFF;
  font-family: "TT Commons";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 1px solid transparent;
  width: 161px;
  height: 49px;
  cursor: pointer;
  border: none;
  transition: 0.3s all ease;
  padding-top: 4px;
}
@media (max-width: 480px) {
  .search__bottom-right .search__btn {
    width: 100%;
  }
}
.search__bottom-right .search__btn:hover {
  background: #fff;
  color: #394262;
  border: 1px solid #394262;
}
.search__other {
  display: flex;
  align-items: center;
  color: #42454B;
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.7;
  gap: 11px;
  text-decoration: none;
}

.announcement .container {
  padding: 61px 81px 41px 67px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0px rgba(94, 92, 154, 0.06);
}
@media (max-width: 1370px) {
  .announcement .container {
    padding: 40px 20px;
  }
}
.announcement__title {
  color: #001346;
  font-family: Gilroy;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.announcement__tabs {
  display: flex;
  gap: 20px;
  align-items: center;
}
.announcement__tabs button {
  border-radius: 5px;
  border: 1px solid #9EA5B6;
  color: #20212E;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 20px 7px 20px;
  background-color: transparent;
  cursor: pointer;
}
.announcement__tabs button.active {
  border-radius: 5px;
  background: #0041F2;
  color: #FFF;
  position: relative;
}
.announcement__tabs button.active:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  transform: rotate(-45deg);
  flex-shrink: 0;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  background: #0041F2;
}
.announcement__top .slide-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.announcement__top .slide-tab .left {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 480px) {
  .announcement__top .slide-tab .left {
    flex-wrap: wrap;
  }
}
.announcement__top .slide-tab .right {
  display: flex;
  gap: 14px;
  align-items: center;
}
@media (max-width: 768px) {
  .announcement__top .slide-tab .right {
    display: none;
  }
}
.announcement__top .slide-tab .right div {
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
  width: 34px;
  height: 34px;
  background-color: #F3F3F3;
  border-radius: 50%;
}
.announcement__top .slide-tab .right div:hover {
  background-color: #0041F2;
}
.announcement__top .slide-tab .right div:hover path {
  stroke: #fff;
}
.announcement__top .content {
  margin-top: 54px;
}
@media (max-width: 480px) {
  .announcement__top .content {
    margin-top: 30px;
  }
}
.announcement__top .content .swiper-slide {
  height: auto;
}
.announcement__top .content .card {
  border-radius: 8px;
  background: #F6F7F9;
  overflow: hidden;
}
.announcement__top .content .card__image {
  width: 100%;
  height: 231px;
}
.announcement__top .content .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.announcement__top .content .card__info {
  padding: 16px 29px 22px 32px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
  height: calc(100% - 231px);
}
.announcement__top .content .card__info h3 {
  color: #000;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.announcement__top .content .card__info small {
  color: #000;
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
  margin-top: 2px;
}
.announcement__top .content .card__info .profile-badge {
  display: flex;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(94, 92, 154, 0.06);
  padding: 12px;
  gap: 10px;
  margin-top: 12px;
  width: fit-content;
}
.announcement__top .content .card__info .profile-badge .avatars {
  display: flex;
  gap: -5px;
}
.announcement__top .content .card__info .profile-badge .avatars .avatar {
  width: 19px;
  height: 19px;
  color: #FFF;
  font-family: "TT Commons";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}
.announcement__top .content .card__info .profile-badge .avatars .avatar:nth-child(n+2) {
  margin-left: -4px;
}
.announcement__top .content .card__info .profile-badge .avatars .avatar.m {
  background-color: #0041F2;
}
.announcement__top .content .card__info .profile-badge .avatars .avatar.j {
  background-color: #EB0D6F;
}
.announcement__top .content .card__info .profile-badge .avatars .avatar.k {
  background-color: #b445a8;
}
.announcement__top .content .card__info .limited-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 17px;
  opacity: 0.6;
}
.announcement__top .content .card__info .limited-text.full-text {
  -webkit-line-clamp: unset;
}
.announcement__top .content .card__info .show-mores {
  color: #000;
  font-family: "TT Commons";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  opacity: 0.7;
  margin-top: 2;
  cursor: pointer;
}
.announcement__top .content .card__info h4 {
  display: flex;
  gap: 4px 13px;
  align-items: center;
  flex-wrap: wrap;
  color: #000;
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.announcement__top .content .card__info h5 {
  color: #000;
  font-family: "TT Commons";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
  margin-top: 13px;
}
.announcement__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .announcement__bottom {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .announcement__bottom {
    gap: 10px;
  }
}
.announcement__bottom .link {
  display: flex;
  align-items: center;
  color: #00195B;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  gap: 12px;
  transition: 0.3s all ease;
}
@media (max-width: 1024px) {
  .announcement__bottom .link {
    font-size: 15px;
    gap: 5px;
  }
}
.announcement__bottom .link svg {
  transition: 0.3s all ease;
}
.announcement__bottom .link:hover {
  color: #0041F2;
}
.announcement__bottom .link:hover svg {
  transform: translate(3px, 0.5px);
}
.announcement__bottom .right-links {
  display: flex;
  gap: 44px;
  align-items: center;
}
@media (max-width: 1024px) {
  .announcement__bottom .right-links {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .announcement__bottom .right-links {
    flex-wrap: wrap;
  }
}

.friends {
  margin-top: 30px;
}
.friends .row {
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1370px) {
  .friends .row {
    gap: 20px;
  }
}
.friends h3 {
  color: #001346;
  font-family: Gilroy;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.friends__content {
  width: calc(59% - 15px);
  border-radius: 8px;
  background: #FFF;
  box-shadow: 1px 1px 4px 0px rgba(94, 92, 154, 0.06);
  padding: 54px 76px 50px 67px;
}
@media (max-width: 1370px) {
  .friends__content {
    padding: 40px 20px;
    width: calc(60% - 10px);
  }
}
@media (max-width: 1024px) {
  .friends__content {
    width: 100%;
  }
}
.friends__right {
  width: calc(41% - 15px);
}
@media (max-width: 1370px) {
  .friends__right {
    width: calc(40% - 10px);
  }
}
@media (max-width: 1024px) {
  .friends__right {
    width: 100%;
  }
}
.friends__interests {
  display: flex;
  flex-direction: column;
}
.friends__interests-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  padding: 45px 0;
}
.friends__interests-row:last-child {
  border: none;
}
@media (max-width: 1370px) {
  .friends__interests-row {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .friends__interests-row {
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
  }
}
.friends__interests-item {
  width: 45%;
}
@media (max-width: 480px) {
  .friends__interests-item {
    width: 100%;
  }
}
.friends__interests-item h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #001346;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.friends__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
.friends__actions a {
  text-decoration: none;
  display: block;
  color: rgba(32, 33, 46, 0.8);
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 11px 14px 7px 15px;
  border-radius: 7px;
  background: #F0F0F2;
  transition: 0.3s all ease;
}
.friends__actions a:hover {
  transform: scale(1.1);
}
.friends__actions a.show_more {
  font-family: "TT Commons";
  background: rgba(0, 65, 242, 0.13);
}
.friends__others {
  color: #00195B;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  gap: 18px;
  text-decoration: none;
  width: fit-content;
}
.friends__others svg {
  transition: 0.3s all ease;
}
.friends__others:hover {
  color: #0041F2;
}
.friends__others:hover svg {
  transform: translate(3px, 0.5px);
}
.friends__directions {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 1px 1px 4px 0px rgba(94, 92, 154, 0.06);
  padding: 55px 58px;
}
@media (max-width: 1370px) {
  .friends__directions {
    padding: 40px 20px;
  }
}
.friends__directions .countries {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 35px 0 50px 0;
}
.friends__directions .countries .country__item {
  display: flex;
  gap: 12px;
  border-radius: 7px;
  background: #F0F0F2;
  padding: 11.333px 10px 11px 13px;
  display: flex;
  align-items: center;
  color: rgba(32, 33, 46, 0.8);
  text-decoration: none;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s all ease;
}
.friends__directions .countries .country__item:hover {
  transform: scale(1.1);
}
.friends__help {
  margin-top: 30px;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 52px;
  background-color: #0041F2;
}
@media (max-width: 1370px) {
  .friends__help {
    margin-top: 20px;
    padding: 40px 20px;
  }
}
.friends__help h3 {
  color: #FFF;
  font-family: Gilroy;
  font-size: 26.593px;
  font-style: normal;
  font-weight: 700;
  line-height: 88%;
}
.friends__help a {
  display: block;
  padding-top: 39px;
  color: #FFF;
  font-family: Gilroy;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 88%;
  text-decoration: none;
  padding-bottom: 8px;
  position: relative;
}
.friends__help a:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4089FF;
  transition: width 0.3s ease;
}
.friends__help a:hover::after {
  width: 0;
}

.hotels {
  margin-top: 30px;
}
.hotels .container {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 1px 1px 4px 0px rgba(94, 92, 154, 0.06);
  padding: 50px 60px;
}
@media (max-width: 1370px) {
  .hotels .container {
    padding: 40px 20px;
  }
}
.hotels__top {
  display: flex;
  align-items: center;
  gap: 27px;
}
.hotels__tab {
  display: flex;
  gap: 13px;
  align-items: center;
}
.hotels__tab button {
  color: #20212E;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid #E2E4E9;
  padding: 11px 20px 7px 20px;
  background-color: transparent;
  cursor: pointer;
}
.hotels__tab button.active {
  background-color: #0041F2;
  border-color: #0041F2;
  color: #fff;
  position: relative;
}
.hotels__tab button.active:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  transform: rotate(-45deg);
  flex-shrink: 0;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
  background-color: #0041F2;
}
.hotels__content {
  margin-top: 52px;
}
.hotels__list {
  display: none;
}
.hotels__list.show {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.hotels__item {
  width: calc(50% - 15px);
  display: flex;
  border-radius: 8px;
  background: #F6F7F9;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hotels__item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .hotels__item {
    flex-direction: column;
  }
}
.hotels__item-image {
  width: 33%;
  min-height: 216px;
  flex: 0 0 auto;
}
@media (max-width: 480px) {
  .hotels__item-image {
    width: 100%;
    height: 90px;
  }
}
.hotels__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotels__item-content {
  padding: 27px 32px;
}
@media (max-width: 480px) {
  .hotels__item-content {
    padding: 20px 15px;
  }
}
.hotels__item-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.hotels__item-title {
  display: flex;
  gap: 6px;
  align-items: center;
  color: #20212E;
  font-family: "TT Commons";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.hotels__item-title span {
  display: flex;
  align-items: flex-start;
  gap: 3px;
  color: #60616B;
  font-family: "TT Commons";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #20212E;
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.hotels__item-place {
  color: #20212E;
  font-family: "TT Commons";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
}
.hotels__item-rating {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0041F2;
  font-family: "TT Commons";
  font-size: 17.1px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  background: conic-gradient(blue 90%, #F6F7F9 0%);
  position: relative;
}
.hotels__item-rating span {
  position: relative;
  z-index: 2;
}
.hotels__item-rating:before {
  content: "";
  width: 38px;
  height: 38px;
  background: #F0F0F2;
  position: absolute;
  z-index: 0;
  border-radius: 50%;
}
.hotels__item-description {
  color: #20212E;
  font-family: "TT Commons";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
  margin-top: 15px;
}
.hotels__item-meta {
  display: flex;
  margin-top: 26px;
}
.hotels__item-comment {
  border-radius: 15px;
  background: #FFF;
  padding: 7px 13px 5px 12px;
  gap: 5px;
  color: #20212E;
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: fit-content;
  display: flex;
  align-items: flex-start;
}
.hotels__item-like {
  border-radius: 15px;
  background: #FFF;
  padding: 7px 13px 5px 12px;
  gap: 5px;
  color: #20212E;
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
}
.hotels__item-like.active .emojis {
  opacity: 1;
  top: -60px;
  z-index: 1;
}
.hotels__item-like .emojis {
  position: absolute;
  border-radius: 33.48px;
  background: #FFF;
  box-shadow: 0px 2.976px 5.952px 0px rgba(83, 89, 102, 0.17);
  top: 0px;
  left: 0;
  display: flex;
  padding: 5px 15px 11px 15px;
  gap: 10px;
  align-items: end;
  opacity: 0;
  z-index: -10;
  transition: 0.3s all ease;
}
.hotels__item-like .emojis .emoji {
  color: #000;
  font-family: "TT Commons";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hotels__more {
  display: flex;
  margin-top: 45px;
  gap: 18px;
  color: #00195B;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  width: fit-content;
}
.hotels__more svg {
  transition: 0.3s all ease;
}
.hotels__more:hover {
  color: #0041F2;
}
.hotels__more:hover svg {
  transform: translate(3px, 0.5px);
}

.ranking {
  margin-top: 30px;
}
.ranking .row {
  gap: 30px;
  justify-content: space-between;
}
.ranking__interlocutor {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 1px 1px 4px 0px rgba(94, 92, 154, 0.06);
  padding: 54px 63px 32px 67px;
  width: calc(62% - 15px);
}
@media (max-width: 1370px) {
  .ranking__interlocutor {
    width: 100%;
    padding: 40px 20px;
  }
}
.ranking__interlocutor-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ranking__interlocutor-top .section__title {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ranking__interlocutor .show_all {
  display: flex;
  color: #00195B;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  gap: 14px;
  text-decoration: none;
  padding-top: 34px;
  width: fit-content;
}
.ranking__interlocutor .show_all svg {
  transition: 0.3s all ease;
}
.ranking__interlocutor .show_all:hover {
  color: #0041F2;
}
.ranking__interlocutor .show_all:hover svg {
  transform: translate(3px, 0.5px);
}
.ranking__swiper {
  margin-top: 37px;
}
.ranking__swiper-actions {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (max-width: 768px) {
  .ranking__swiper-actions {
    display: none;
  }
}
.ranking__swiper-prev, .ranking__swiper-next {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F3F3F3;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.ranking__swiper-prev:hover, .ranking__swiper-next:hover {
  background-color: #0041F2;
}
.ranking__swiper-prev:hover path, .ranking__swiper-next:hover path {
  stroke: #FFF;
}
.ranking__person {
  border-radius: 8px;
  background: #F6F7F9;
  overflow: hidden;
  padding-bottom: 15px;
}
.ranking__person-top {
  position: relative;
}
.ranking__person-top img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}
.ranking__person-top span {
  display: block;
  display: flex;
  justify-content: center;
  padding-top: 4px;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  background-color: #EB0D6F;
  color: #FFF;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50%;
  position: absolute;
  bottom: -8px;
  left: 20px;
}
.ranking__person-top span.less_than-fifty {
  background-color: #0041F2;
}
.ranking__person-top .medal {
  position: absolute;
  bottom: -33px;
  right: 20px;
}
.ranking__person-top .medal img {
  width: fit-content;
  height: fit-content;
}
.ranking__person-name {
  padding-top: 22px;
  padding-left: 20px;
  color: #00195B;
  font-family: "TT Commons";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
}
.ranking__person-situation {
  color: #05974E;
  padding-left: 20px;
  font-family: "TT Commons";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  width: fit-content;
}
.ranking__person-situation.online::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 3px;
  right: -15px;
  background-color: #11ce70;
  border-radius: 50%;
}
.ranking__person-age {
  padding-top: 42px;
  padding-left: 20px;
  color: #57616C;
  font-family: "TT Commons";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.ranking__person-age span {
  color: #A6ABB2;
}
.ranking__person-city {
  padding-left: 20px;
  color: #57616C;
  font-family: "TT Commons";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.ranking__person-place {
  padding-top: 10px;
  padding-left: 20px;
  color: #6E7680;
  font-family: "TT Commons";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ranking__forum {
  width: calc(38% - 15px);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1370px) {
  .ranking__forum {
    width: 100%;
  }
}
.ranking__forum-top {
  display: flex;
  align-items: center;
  gap: 41px;
  background: #FFF;
  box-shadow: 1px 1px 4px 0px rgba(94, 92, 154, 0.06);
  padding: 29px 38px;
}
@media (max-width: 480px) {
  .ranking__forum-top {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.ranking__forum-title {
  color: #001346;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.ranking__forum-buttons {
  display: flex;
  gap: 13px;
}
.ranking__forum-buttons button {
  transition: 0.3s all ease;
  color: #20212E;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid #E2E4E9;
  padding: 11px 20px 7px 20px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
.ranking__forum-buttons button.active {
  border: 1px solid #0041F2;
  background-color: #0041F2;
  color: #FFF;
}
.ranking__forum-buttons button.active::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  transform: rotate(-45deg);
  flex-shrink: 0;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
  background-color: #0041F2;
}
.ranking__forum-content {
  display: none;
}
.ranking__forum-content.show {
  display: block;
}
.ranking__forum-person {
  padding: 19px 48px 12px 43px;
}
.ranking__forum-person:nth-child(2n) {
  background: #FFF;
  box-shadow: 1px 1px 4px 0px rgba(94, 92, 154, 0.06);
}
.ranking__forum-person-top {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-left: 3px;
}
.ranking__forum-person-top .image {
  position: relative;
  height: 38px;
}
.ranking__forum-person-top .image img {
  border-radius: 38px;
  width: 38px;
  height: 38px;
}
.ranking__forum-person-top .image span {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: -6px;
  bottom: 0;
  color: #FFF;
  font-family: "TT Commons";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #EB0D6F;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ranking__forum-person-top .name {
  color: #00195B;
  font-family: "TT Commons";
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ranking__forum-person p {
  color: #5E626A;
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 8px;
}
.ranking__forum-person-bottom {
  display: flex;
  gap: 3px;
  align-items: center;
  padding-top: 14px;
}
.ranking__forum-person-bottom .time {
  color: rgba(104, 108, 119, 0.6);
  font-family: "TT Commons";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ranking__forum-person-bottom .links {
  display: flex;
  gap: 8px;
  align-items: center;
}
.ranking__forum-person-bottom .links a {
  color: #0041F2;
  font-family: "TT Commons";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.ranking__forum-bottom {
  padding: 23px 43px;
  background: #FFF;
  box-shadow: 1px 1px 4px 0px rgba(94, 92, 154, 0.06);
}
.ranking__forum-bottom a {
  display: flex;
  gap: 17px;
  color: #00195B;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  width: fit-content;
}
.ranking__forum-bottom a svg {
  transition: 0.3s all ease;
}
.ranking__forum-bottom a:hover {
  color: #0041F2;
}
.ranking__forum-bottom a:hover svg {
  transform: translate(3px, 0.5px);
}

.footer {
  margin: 58px 0;
}
@media (max-width: 768px) {
  .footer {
    margin-bottom: 100px;
  }
}
.footer .row {
  justify-content: space-between;
  gap: 30px;
  padding-left: 20px;
}
.footer .copy_write {
  color: #3C3F46;
  font-family: "TT Commons";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}
.footer__links {
  display: flex;
  gap: 11px;
}
@media (max-width: 480px) {
  .footer__links {
    flex-wrap: wrap;
  }
}
.footer__links a {
  color: #0A0C0F;
  font-family: "TT Commons";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
  transition: 0.3s all ease;
  text-decoration: none;
  position: relative;
}
.footer__links a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0A0C0F;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: 0.3s all ease;
}
.footer__links a:hover {
  opacity: 1;
}
.footer__links a:hover::after {
  width: 0;
}

.chat {
  padding: 27px 0;
  height: calc(100vh - 100px);
}
.chat .container {
  height: 100%;
}
.chat__content {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 1px 1px 4px 0px rgba(94, 92, 154, 0.06);
  display: flex;
  height: 100%;
}
.chat__list {
  width: 350px;
  flex: 0 0 auto;
}
.chat__list .user_list {
  display: flex;
  flex-direction: column;
  padding: 27px 12px;
}
.chat__list .user_list li {
  display: flex;
  gap: 15px;
  align-items: center;
  cursor: pointer;
  padding: 10px 18px 13px 14px;
  position: relative;
}
.chat__list .user_list li.active {
  border-radius: 8px;
  background: rgba(186, 189, 200, 0.22);
}
.chat__list .user_list li .user__profile {
  position: relative;
}
.chat__list .user_list li .user__profile span {
  position: absolute;
  width: 17px;
  height: 17px;
  background: #0041F2;
  border-radius: 50%;
  color: #FFF;
  font-family: "TT Commons";
  font-size: 11.333px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1px;
  left: 1px;
}
.chat__list .user_list li .user__profile span.red {
  background: #EB0D6F;
}
.chat__list .user_list li .user__profile .online {
  position: absolute;
  top: 0;
  left: 0;
}
.chat__list .user_list li .user__details {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.chat__list .user_list li .user__details h4 {
  display: flex;
  gap: 3px;
  align-items: start;
  color: #00195B;
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.chat__list .user_list li .user__details h4 .icon_admin {
  height: 18px;
}
.chat__list .user_list li .user__details p {
  color: #5E626A;
  font-family: "TT Commons";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.chat__list .user_list li .user__date {
  color: #686C77;
  font-family: "TT Commons";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.7;
  position: absolute;
  top: 19px;
  right: 19px;
}
.chat__list .user_list li .user__message-count {
  border-radius: 2.486px;
  background: #BABDC8;
  width: 29px;
  height: 17.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "TT Commons";
  font-size: 12.429px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 2px;
}
.chat__window {
  width: 100%;
  background: linear-gradient(0deg, #F6F7F9 0%, #F6F7F9 100%), #F8F8FB;
}
.chat__window-header {
  background-color: #FFF;
  padding: 28px 34px 19px 34px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat__window-header:after {
  content: "";
  width: 28px;
  height: 100%;
  background: linear-gradient(90deg, #F6F7F9 0%, rgba(246, 247, 249, 0) 93.75%);
  position: absolute;
  left: 0;
  top: 0;
}
.chat__window-profile {
  display: flex;
  align-items: center;
  gap: 15px;
}
.chat__window-acc {
  position: relative;
}
.chat__window-acc span {
  color: #FFF;
  font-family: "TT Commons";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 17px;
  height: 17px;
  background-color: #0041F2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 1px;
  left: 1px;
  border-radius: 50%;
}
.chat__window-acc span.red {
  background-color: #EB0D6F;
}
.chat__window-details {
  display: flex;
  flex-direction: column;
}
.chat__window-details h4 {
  color: #00195B;
  font-family: "TT Commons";
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.chat__window-details .time {
  color: #686C77;
  text-align: right;
  font-family: "TT Commons";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
}
.chat__window-settings {
  position: relative;
  cursor: pointer;
  transition: 0.3s all ease;
}
.chat__window-settings .settings__menu {
  position: absolute;
  right: 0px;
  top: 91px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(94, 92, 154, 0.06);
  width: 239px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}
.chat__window-settings .settings__menu .settings_actions {
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
}
.chat__window-settings .settings__menu .settings_actions a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5E626A;
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.chat__window-settings .settings__menu .settings_actions a .icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat__window-settings .settings__menu .delete_chat {
  border-top: 1px solid #ECECEC;
  padding: 20px 18px 18px 28px;
  display: flex;
  gap: 13.5px;
  align-items: center;
  color: rgba(177, 69, 69, 0.7);
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.chat__window-settings .settings__menu:after {
  content: "";
  background: #FFF;
  width: 19px;
  height: 19px;
  transform: rotate(-45deg);
  flex-shrink: 0;
  position: absolute;
  top: -9px;
  right: 18px;
}
.chat__window-settings .settings__menu.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}

.locations {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .locations {
    padding-bottom: 120px;
  }
}
.locations__top {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 1px 1px 4px 0px rgba(94, 92, 154, 0.06);
  display: flex;
}
@media (max-width: 1370px) {
  .locations__top {
    flex-direction: column;
  }
}
.locations__top .profile__card {
  padding: 27px 37px 36px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .locations__top .profile__card {
    padding: 20px;
  }
}
.locations__top .profile__card-header {
  display: flex;
  gap: 21px;
}
@media (max-width: 480px) {
  .locations__top .profile__card-header {
    gap: 10px;
  }
}
.locations__top .profile__card-header p {
  color: #000;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 21.5px;
}
@media (max-width: 480px) {
  .locations__top .profile__card-header p {
    font-size: 15px;
  }
}
.locations__top .profile__card-image {
  position: relative;
  height: fit-content;
}
.locations__top .profile__card-image img {
  width: 99px;
  height: 99px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .locations__top .profile__card-image img {
    width: 50px;
    height: 50px;
  }
}
.locations__top .profile__card-image span {
  position: absolute;
  color: #FFF;
  font-family: "TT Commons";
  font-size: 17.647px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 25px;
  height: 25px;
  background-color: #EB0D6F;
  bottom: 1px;
  left: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .locations__top .profile__card-image span {
    width: 15px;
    height: 15px;
    font-size: 12px;
  }
}
.locations__top .profile__card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.locations__top .profile__card-top .who {
  color: #0041F2;
  font-family: "TT Commons";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: start;
  gap: 5px;
}
.locations__top .profile__card-top .time {
  color: #555961;
  text-align: right;
  font-family: "TT Commons";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.locations__top .profile__card-title {
  display: flex;
  align-items: start;
  margin-top: 12px;
  justify-content: space-between;
}
.locations__top .profile__card-title a {
  display: flex;
  text-decoration: none;
  gap: 5px;
  color: #0041F2;
  text-align: right;
  font-family: "TT Commons";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.locations__top .profile__card-name {
  display: flex;
  flex-direction: column;
  gap: 1px;
  color: #00195B;
  font-family: "TT Commons";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 88%;
}
@media (max-width: 480px) {
  .locations__top .profile__card-name {
    font-size: 18px;
  }
}
.locations__top .profile__card-name span {
  color: #000;
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.8;
}
.locations__top .profile__card-place {
  color: #132030;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
  margin-top: 17px;
}
@media (max-width: 480px) {
  .locations__top .profile__card-place {
    font-size: 15px;
  }
}
.locations__top .profile__card-place span {
  color: rgba(19, 32, 48, 0.7);
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 480px) {
  .locations__top .profile__card-place span {
    font-size: 15px;
  }
}
.locations__top .profile__card-footer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1370px) {
  .locations__top .profile__card-footer {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .locations__top .profile__card-footer {
    flex-direction: column;
    gap: 10px;
  }
}
.locations__top .profile__card-footer .likes {
  display: flex;
  gap: 7px;
  color: #20212E;
  font-family: "TT Commons";
  font-size: 18.526px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  align-items: center;
  cursor: pointer;
}
.locations__top .profile__card-footer .buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 480px) {
  .locations__top .profile__card-footer .buttons {
    flex-direction: column;
    align-items: start;
  }
}
.locations__top .profile__card-footer .buttons .add-friends {
  border-radius: 12px;
  background: #0041F2;
  display: flex;
  padding: 13px 18px 12.771px 17px;
  justify-content: center;
  align-items: flex-end;
  gap: 23px;
  flex-shrink: 0;
  color: #FFF;
  font-family: "TT Commons";
  font-size: 15.07px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 480px) {
  .locations__top .profile__card-footer .buttons .add-friends {
    width: 100%;
  }
}
.locations__top .profile__card-footer .buttons .write {
  border-radius: 12px;
  background: #0041F2;
  color: #FFF;
  text-align: right;
  font-family: "TT Commons";
  font-size: 15.07px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  padding: 14.49px 18.516px 12.771px 19px;
  justify-content: center;
  align-items: flex-start;
  gap: 35.096px;
  flex-shrink: 0;
  text-decoration: none;
}
@media (max-width: 480px) {
  .locations__top .profile__card-footer .buttons .write {
    width: 100%;
  }
}
.locations__top .profile__card-footer .buttons .extras {
  border-radius: 12px;
  background: #EFF1F3;
  display: flex;
  width: 46px;
  height: 46px;
  padding: 0px 14.281px 0px 14px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.locations__top .map {
  width: 794px;
  flex: 0 0 auto;
  position: relative;
}
@media (max-width: 1600px) {
  .locations__top .map {
    width: 500px;
  }
}
@media (max-width: 1370px) {
  .locations__top .map {
    width: 100%;
  }
}
.locations__top .map iframe {
  border: none;
  width: 100%;
  min-height: 350px;
  height: 100%;
}
@media (max-width: 768px) {
  .locations__top .map iframe {
    min-height: 250px;
  }
}
.locations .profile__menu {
  display: flex;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 1px 1px 4px 0px rgba(94, 92, 154, 0.06);
  justify-content: space-between;
  padding: 23px 25px 23px 42px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .locations .profile__menu {
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .locations .profile__menu {
    flex-direction: column;
    gap: 20px;
  }
}
.locations .profile__menu ul {
  display: flex;
  align-items: center;
  gap: 50px;
  list-style: none;
}
@media (max-width: 1024px) {
  .locations .profile__menu ul {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .locations .profile__menu ul {
    gap: 10px;
  }
}
.locations .profile__menu ul a {
  color: #00195B;
  font-family: "TT Commons";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
  text-decoration: none;
}
@media (max-width: 768px) {
  .locations .profile__menu ul a {
    font-size: 16px;
  }
}
.locations .profile__menu ul a:hover {
  opacity: 0.6;
}
.locations .profile__menu ul a.active {
  opacity: 1;
  position: relative;
}
.locations .profile__menu ul a.active::after {
  position: absolute;
  content: "";
  width: calc(100% + 50px);
  bottom: -35px;
  left: -25px;
  height: 3px;
  background-color: #0041F2;
}
@media (max-width: 1024px) {
  .locations .profile__menu ul a.active::after {
    left: -10px;
    right: -10px;
    width: calc(100% + 20px);
    bottom: -22px;
  }
}
@media (max-width: 768px) {
  .locations .profile__menu ul a.active::after {
    left: -5px;
    right: -5px;
    width: calc(100% + 10px);
    bottom: -10px;
  }
}
.locations .profile__menu-socials {
  display: flex;
  gap: 8px;
  align-items: center;
}
.locations__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 41px;
  gap: 30px;
}
.locations__item {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 1px 1px 4px 0px rgba(94, 92, 154, 0.06);
  overflow: hidden;
  display: flex;
}
@media (max-width: 1370px) {
  .locations__item {
    flex-direction: column;
  }
}
.locations__item-img {
  width: 314px;
  height: 310px;
}
@media (max-width: 768px) {
  .locations__item-img {
    width: 100%;
    object-fit: cover;
    height: 400px;
  }
}
.locations__item-left {
  display: flex;
}
@media (max-width: 768px) {
  .locations__item-left {
    flex-direction: column;
  }
}
.locations__item-info {
  padding: 57px 50px 50px 50px;
}
@media (max-width: 768px) {
  .locations__item-info {
    padding: 20px;
  }
}
.locations__item-info p {
  color: #000;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
  margin-top: 5px;
}
.locations__item-info .search__who {
  border-radius: 8px;
  background: rgba(0, 65, 242, 0.07);
  box-shadow: 0px 0px 40px 0px rgba(94, 92, 154, 0.06);
  display: flex;
  gap: 11px;
  color: #53565E;
  font-family: "TT Commons";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: fit-content;
  margin-top: 27px;
  padding: 12px 16px 12px 12px;
  align-items: center;
}
.locations__item-info .search__who span {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  background-color: #0041F2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "TT Commons";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50%;
}
.locations__item-right {
  max-width: 733px;
  padding: 57px 68px 50px 57px;
  border-left: 1px solid #f0f0f0;
}
@media (max-width: 1600px) {
  .locations__item-right {
    max-width: 600px;
  }
}
@media (max-width: 1370px) {
  .locations__item-right {
    max-width: fit-content;
  }
}
@media (max-width: 768px) {
  .locations__item-right {
    padding: 20px;
  }
}
.locations__item-place {
  display: flex;
  gap: 15px;
  color: #000;
  font-family: "TT Commons";
  font-size: 20.353px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  align-items: baseline;
}
.locations__item-published {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-family: "TT Commons";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 62px;
}
.locations__item-desc {
  color: #000;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.6;
}
.locations__item-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 22px;
}
.locations__item-detail {
  display: flex;
  gap: 29px;
  color: #000;
  font-family: "TT Commons";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.locations__item-detail div {
  min-width: 57px;
}
.locations__item-detail span {
  font-weight: 500;
}
.locations__item-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.locations__item-btn {
  display: flex;
  gap: 8px;
  align-items: baseline;
  color: #00195B;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: 0.3s all ease;
}
.locations__item-btn svg {
  transition: all 0.3s ease;
}
.locations__item-btn:hover {
  color: #0041F2;
}
.locations__item-btn:hover svg {
  transform: translate(3px, 0.5px);
}
.locations__item-feedbacks {
  display: flex;
  gap: 6px;
}
.locations__item-feedbacks a {
  border-radius: 15px;
  background: rgba(0, 65, 242, 0.09);
  color: #20212E;
  font-family: "TT Commons";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  gap: 5px;
  text-decoration: none;
}
.locations__item-feedbacks a.comment {
  padding: 7px 13px 5px 12px;
}
.locations__item-feedbacks a.like {
  padding: 6px 16px 5px 13px;
}
.locations__swiper {
  padding: 31px 0 38px 0;
  margin: 0 86px;
}
.locations__swiper img {
  width: 100%;
  border-radius: 5px;
  transition: 0.3s all ease;
}
.locations__swiper img:hover {
  transform: translateY(-5px);
}
.locations__swiper-prev {
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
  width: 34px;
  height: 34px;
  background-color: #F3F3F3;
  border-radius: 50%;
  left: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: auto;
  position: absolute;
}
.locations__swiper-prev:hover {
  background-color: #0041F2;
}
.locations__swiper-prev:hover path {
  stroke: #fff;
}
.locations__swiper-next {
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
  width: 34px;
  height: 34px;
  background-color: #F3F3F3;
  border-radius: 50%;
  right: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
  position: absolute;
}
.locations__swiper-next:hover {
  background-color: #0041F2;
}
.locations__swiper-next:hover path {
  stroke: #fff;
}
.locations .loading {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #A0A4AE;
  font-family: "TT Commons";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.locations .loading img {
  animation: rotationLoading 1.4s infinite linear;
}
@keyframes rotationLoading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=main.css.map */