@charset "utf-8";
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow: hidden auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  line-height: 1.25;
  margin: 0 0 20px;
}
h1,
.h1,
h2,
.h2 {
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
h1,
.h1 {
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 1023.98px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}
h2,
.h2 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
h3,
.h3 {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 1023.98px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
h4,
.h4 {
  font-size: 18px;
  font-weight: 500;
}
h5,
.h5 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
p {
  margin: 0 0 20px;
}
a {
  color: #FF7133;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #ff5f19;
  text-decoration: none;
}
.box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.container {
  width: 100%;
  max-width: 1370px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1023.98px) {
  .hide-mobile {
    display: none!important;
  }
}
@media (min-width: 1024px) {
  .hide-desktop {
    display: none!important;
  }
}
.hide {
  display: none!important;
}
input,
textarea {
  padding: 5px 24px;
  border-radius: 50px;
  border: 1px solid #D6D6D6;
  font-size: 14px;
}
input:focus,
textarea:focus,
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E98;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E98;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E98;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E98;
}
input::placeholder,
textarea::placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E98;
}
input {
  height: 48px;
}
.form-group {
  position: relative;
}
.form-group label {
  position: absolute;
  left: 24px;
  top: 16px;
  font-weight: 400;
  font-size: 12px;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  color: #8E8E98;
}
.form-group.value label,
.form-group input:focus label {
  top: 6px;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FF7133;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  border-radius: 8px;
  border: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px 24px;
  min-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #ff5f19;
  color: #fff;
}
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-gray {
  background-color: #F5F5F6;
  color: #494954;
}
.btn.btn-gray:hover {
  background-color: #e8e8ea;
  color: #494954;
}
.btn.btn-lg {
  padding: 15px 24px;
}
.btn.btn-outline {
  background-color: transparent;
  color: #494954;
  border: 1px solid #494954;
}
.btn.btn-outline:hover {
  background-color: rgba(142, 142, 152, 0.15);
}
.breadcrumbs {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
  scrollbar-width: none;
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .breadcrumbs {
    margin-bottom: 24px;
  }
}
.breadcrumbs__item {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.breadcrumbs__item a {
  color: #8E8E98;
}
.breadcrumbs__item a:hover {
  color: #FF7133;
}
.breadcrumbs__item span {
  color: #8E8E98;
}
.breadcrumbs__item + .breadcrumbs__item::before {
  content: '-';
  display: inline-block;
  margin: 0 10px;
}
.checkbox {
  position: relative;
  font-size: 0;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + label::before {
  opacity: 0;
}
.checkbox input:checked + label::after {
  opacity: 1;
}
.checkbox label {
  font-size: 14px;
  padding-left: 28px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkbox label:hover {
  color: #FF7133;
}
.checkbox label::before,
.checkbox label::after {
  content: '';
  width: 18px;
  height: 18px;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkbox label::after {
  opacity: 0;
  z-index: 1;
}
/*the container must be positioned relative:*/
.select-custom {
  position: relative;
  display: inline-block;
  width: auto;
  z-index: 2;
}
.select-custom select {
  display: none;
  /*hide original SELECT element:*/
}
.select-selected {
  background-color: #F5F5F6;
  color: #70707A;
  padding: 8px 30px 8px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 11px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.select-selected:not(.select-arrow-active):hover {
  background-color: #e8e8ea;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 11px;
  right: 16px;
  width: 7px;
  height: 7px;
  border-left: 2px solid #70707A;
  border-bottom: 2px solid #70707A;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  -webkit-transform: rotate(135deg) translate(2px, -3px);
          transform: rotate(135deg) translate(2px, -3px);
}
/*style the items (options), including the selected item:*/
.select-items div {
  color: #333;
  padding: 12px 10px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.select-items div.same-as-selected {
  color: #8E8E98;
}
/*style items (options):*/
.select-items {
  width: 156px;
  position: absolute;
  background-color: #fff;
  top: calc(100% + 10px);
  right: 0;
  z-index: 99;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover {
  background-color: #F5F5F6;
}
.select-custom_black .select-selected {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.select-custom_black .select-selected:not(.select-arrow-active):hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.select-custom_black .select-selected:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.select-custom_white {
  width: 100%;
}
.select-custom_white .select-selected {
  padding: 18px 30px 18px 20px;
  line-height: 1.45;
  border-radius: 8px;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-custom_white .select-selected::after {
  top: 20px;
}
.select-custom_white .select-items {
  width: 100%;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pagination__item + .pagination__item {
  margin-left: 12px;
}
@media (max-width: 767.98px) {
  .pagination__item + .pagination__item {
    margin-left: 6px;
  }
}
.pagination__item a,
.pagination__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 6px;
  min-width: 40px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 9px 11px 8px 11px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination__item:not(.active) a:hover {
  color: #FF7133;
}
.pagination__item.active a {
  pointer-events: none;
  background-color: #F5F5F6;
  color: #333;
}
.pagination__item_prev a,
.pagination__item_next a {
  border: 1px solid #EEEEF0;
  padding: 0;
}
.pagination__item_prev a::before,
.pagination__item_next a::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/arrow.svg');
}
.pagination__item_prev a:hover,
.pagination__item_next a:hover {
  background-color: rgba(245, 245, 246, 0.5);
}
.pagination__item_prev a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 575.98px) {
  .sm-center {
    text-align: center;
  }
}
.content p {
  margin-bottom: 20px;
}
.input-custom input {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  height: 52px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.input-custom input:placeholder {
  color: #8E8E98;
}
.textarea-custom textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  height: 52px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  resize: none;
  height: 138px;
  padding: 16px 20px;
}
.textarea-custom textarea:placeholder {
  color: #8E8E98;
}
.input-outline input {
  width: 100%;
  background-color: transparent;
  border-radius: 8px;
  height: 52px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}
.input-outline input:placeholder {
  color: #8E8E98;
}
.input-outline input:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.input-outline.has-error {
  position: relative;
}
.input-outline.has-error[data-error]:after {
  content: attr(data-error);
  display: block;
  color: #B5001A;
  font-size: 12px;
  position: absolute;
  left: 8px;
  top: calc(100% + 2px);
}
.red {
  color: #B5001A;
}
button:focus {
  outline: none!important;
}
.modal .modal-dialog {
  max-width: 400px;
  margin: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .close {
  margin-top: -10px;
}
.modal .close span {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('../img/close.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.modal .modal-header {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333;
}
@media (min-width: 1024px) {
  .modal .modal-header {
    padding: 20px 40px;
  }
}
@media (min-width: 1024px) {
  .modal .modal-body {
    padding: 24px 40px 40px;
  }
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: rgba(115, 190, 70, 0.08);
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #73BE46;
}
.header {
  z-index: 5;
  position: relative;
}
@media (max-width: 1023.98px) {
  .header {
    min-height: 60px;
  }
}
@media (max-width: 1023.98px) {
  .header__container.fix {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
  }
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .header__wrap {
    padding: 20px 0;
  }
}
.header__wrap > .btn {
  margin-left: 34px;
}
@media (min-width: 1024px) {
  .header__wrap > .btn {
    margin-left: 25px;
  }
}
@media (min-width: 1200px) {
  .header__wrap > .btn {
    margin-left: 34px;
  }
}
@media (max-width: 1199.98px) {
  .header__wrap > .btn {
    padding: 10px 15px;
  }
}
.header__logo {
  font-size: 0;
  line-height: 0;
}
@media (min-width: 1024px) {
  .header__logo {
    margin-right: 25px;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    margin-right: 50px;
  }
}
.header__logo:hover {
  opacity: 0.8;
}
.header__logo img {
  width: 150px;
  height: auto;
}
@media (min-width: 1200px) {
  .header__logo img {
    width: 177px;
  }
}
.header__nav,
.header__btns-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav a,
.header__btns-profile a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8E8E98;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.header__nav a svg,
.header__btns-profile a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.header__nav a svg path,
.header__btns-profile a svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__nav a + a,
.header__btns-profile a + a {
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .header__nav a + a,
  .header__btns-profile a + a {
    margin-left: 24px;
  }
}
.header__nav a:hover,
.header__btns-profile a:hover {
  color: #FF7133;
}
.header__nav a:hover svg path,
.header__btns-profile a:hover svg path {
  stroke: #FF7133;
}
.header__nav {
  margin-right: auto;
}
.header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 35px;
  height: 30px;
  padding: 7px;
  margin-left: auto;
  margin-right: -5px;
}
.header__burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FF7133;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__burger.open span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(6px, 5px);
          transform: rotate(45deg) translate(6px, 5px);
}
.header__burger.open span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -4px);
          transform: rotate(-45deg) translate(5px, -4px);
}
.header__burger.open span:nth-of-type(2) {
  opacity: 0;
}
.header__data {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__data + .header__burger {
  margin-left: 24px;
}
.header__notification {
  width: 16px;
  height: 20px;
  display: inline-block;
  position: relative;
  background-size: contain;
  background-position: center;
  background-image: url(/img/notif.svg);
}
.header__notification.active::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #FF7133;
  border: 2px solid #fff;
  position: absolute;
  right: -3px;
  top: -1px;
  border-radius: 50%;
}
.header__notification:hover {
  opacity: 0.7;
}
.header__notification_black.active::before {
  border: 2px solid #171724;
}
.header__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 24px;
}
.header__user span {
  display: inline-block;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8E8E98;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__user:hover span {
  color: #FF7133;
}
.header__ava {
  width: 40px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 12px;
}
.header__ava img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-mobile {
  position: fixed;
  height: calc(100% - 60px);
  width: 100vw;
  left: 0;
  top: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  -webkit-transform: translateX(110vw);
          transform: translateX(110vw);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1023.98px) {
  .menu-mobile.open {
    pointer-events: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    z-index: 4;
  }
}
.menu-mobile__wrap {
  height: 100%;
  overflow: auto;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-mobile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8E8E98;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 25px;
}
.menu-mobile__item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.menu-mobile__item svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-mobile .btn {
  width: 100%;
  max-width: 400px;
  margin-top: auto;
}
.menu-mobile__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.menu-mobile__user span {
  display: inline-block;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8E8E98;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.menu-mobile__ava {
  width: 70px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
.menu-mobile__ava img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .footer {
    margin-top: 80px;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__wrap {
    padding: 50px 0;
  }
}
@media (max-width: 1023.98px) {
  .footer__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__wrap > .btn {
  margin-left: auto;
}
@media (min-width: 1024px) {
  .footer__wrap > .btn {
    margin-left: 25px;
  }
}
@media (min-width: 1200px) {
  .footer__wrap > .btn {
    margin-left: 34px;
  }
}
@media (max-width: 1199.98px) {
  .footer__wrap > .btn {
    padding: 10px 15px;
  }
}
@media (max-width: 575.98px) {
  .footer__wrap > .btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    margin: 25px 0 0;
  }
}
.footer__logo {
  font-size: 0;
  line-height: 0;
}
@media (min-width: 1024px) {
  .footer__logo {
    margin-right: 25px;
  }
}
@media (min-width: 1200px) {
  .footer__logo {
    margin-right: 50px;
  }
}
.footer__logo:hover {
  opacity: 0.8;
}
.footer__logo img {
  width: 150px;
  height: auto;
}
@media (min-width: 1200px) {
  .footer__logo img {
    width: 177px;
  }
}
.footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1023.98px) {
  .footer__group {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 25px;
  }
}
@media (max-width: 767.98px) {
  .footer__group {
    display: block;
  }
}
.footer__nav,
.footer__btns-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__nav a,
.footer__btns-profile a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8E8E98;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.footer__nav a svg,
.footer__btns-profile a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.footer__nav a svg path,
.footer__btns-profile a svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__nav a + a,
.footer__btns-profile a + a {
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .footer__nav a + a,
  .footer__btns-profile a + a {
    margin-left: 24px;
  }
}
.footer__nav a:hover,
.footer__btns-profile a:hover {
  color: #FF7133;
}
.footer__nav a:hover svg path,
.footer__btns-profile a:hover svg path {
  stroke: #FF7133;
}
.footer__btns-profile {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .footer__btns-profile a {
    margin-top: 15px;
    margin-right: 15px;
  }
  .footer__btns-profile a + a {
    margin-left: 0;
  }
}
.footer__nav {
  margin-right: auto;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer__nav {
    margin-bottom: 20px;
  }
}
.footer__bottom {
  border-top: 1px solid #EEEEF0;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .footer__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__bottom a,
.footer__bottom span {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  color: #8E8E98;
  margin-right: 24px;
}
.footer__bottom a:last-of-type {
  margin-right: 0;
}
.footer__bottom a:hover {
  color: #FF7133;
}
@media (max-width: 575.98px) {
  .footer__bottom span {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
  }
}
.footer--custom {
  background-color: #171724;
  margin: 0;
}
.footer--custom .footer__bottom {
  border: none;
}
.black-bg {
  background-color: #171724;
}
.black-block {
  margin-top: -60px;
  padding: 84px 0 30px;
  background-color: #171724;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .black-block {
    margin-top: -80px;
    padding: 104px 0 50px;
  }
}
.black-block:before {
  content: '';
  display: block;
  background-position: center;
  background-image: url(../img/smoke.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  mix-blend-mode: saturation;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.black-block_variable::before {
  background-image: url(../img/bg2.png);
}
@media (min-width: 1200px) {
  .black-block_variable::before {
    background-size: 100% auto;
  }
}
.black-block .container {
  position: relative;
}
.black-block h1 {
  color: #fff;
}
.black-block .breadcrumbs__item a,
.black-block .breadcrumbs__item span,
.black-block .breadcrumbs__item:before {
  color: #8E8E98;
}
.black-block .breadcrumbs__item a:hover {
  color: #FF7133;
}
.main-block h1 {
  text-align: center;
  font-weight: 900;
  font-size: 52px;
  line-height: 1;
  margin: 0px 0 40px;
  color: #fff;
}
@media (min-width: 768px) {
  .main-block h1 {
    margin: 20px 0 40px;
    font-size: 70px;
  }
}
@media (min-width: 1024px) {
  .main-block h1 {
    margin: 26px 0 60px;
    font-size: 86px;
  }
}
@media (min-width: 1200px) {
  .main-block h1 {
    font-size: 96px;
  }
}
@media (min-width: 1024px) {
  .main-block__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .main-block__side {
    width: 41%;
    margin-right: 40px;
  }
}
.main-block__main {
  width: 100%;
}
@media (min-width: 1024px) {
  .main-block__main {
    width: 59%;
  }
  .main-block__main .main-block__card {
    height: 100%;
  }
}
@media (max-width: 1023.98px) {
  .main-block__main {
    margin-top: 30px;
  }
}
.main-block__card {
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 12px;
  color: #fff;
}
.main-block__card + .main-block__card {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .main-block__card + .main-block__card {
    margin-top: 40px;
  }
}
.main-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media (min-width: 768px) {
  .main-block__header {
    min-height: 80px;
    padding: 23px 24px;
  }
}
@media (max-width: 575.98px) {
  .main-block__header {
    display: block;
  }
}
.main-block__header h2 {
  margin: 0;
}
@media (max-width: 575.98px) {
  .main-block__header h2 {
    margin-bottom: 15px;
  }
}
.main-block__body {
  padding: 18px;
}
@media (min-width: 768px) {
  .main-block__body {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .main-block__body .main-block__legend {
    margin-bottom: -12px;
  }
}
.main-block__numb {
  font-size: 96px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #FF7133;
}
@media (max-width: 1199.98px) {
  .main-block__numb {
    font-size: 82px;
  }
}
@media (max-width: 575.98px) {
  .main-block__numb {
    font-size: 54px;
  }
}
.main-block__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .main-block__legend {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-block__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 13px;
  color: #8E8E98;
}
@media (max-width: 575.98px) {
  .main-block__legend-item {
    margin-right: 12px;
  }
}
.main-block__legend-item::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #FF7133;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
}
.main-block__legend-item.blue:before {
  border-color: #28AFE1;
}
.main-block__legend-item.green:before {
  border-color: #73BE46;
}
@media (min-width: 576px) {
  .main-block__legend-item + .main-block__legend-item {
    margin-left: 12px;
  }
}
.main-block--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 66px);
  margin-bottom: 0;
  margin-top: -72px;
}
.main-block--wrap .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}
.main-block--plug {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .main-block--plug {
    padding-top: 30px;
  }
}
.main-block--plug h1 {
  margin-bottom: 35px;
}
.main-block--plug h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 38px;
  color: #fff;
}
@media (min-width: 1024px) {
  .main-block--plug h2 {
    font-size: 32px;
  }
}
.main-block--plug .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .main-block--plug .btn {
    max-width: 487px;
  }
}
.main-block--plug .btn span {
  margin: 0 8px;
}
@-webkit-keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ct-chart-circle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 190px;
  height: 190px;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-animation: circleRotate 2s ease;
          animation: circleRotate 2s ease;
}
@media (max-width: 1199.98px) {
  .ct-chart-circle {
    width: 180px;
    height: 180px;
    padding: 6px;
  }
}
@media (min-width: 576px) and (max-width: 1023.98px) {
  .ct-chart-circle {
    width: 210px;
    height: 210px;
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .ct-chart-circle {
    width: 230px;
    height: 230px;
    padding: 10px;
    margin: 0 auto;
  }
}
.ct-chart-circle .blue path {
  fill: #28AFE1;
}
.ct-chart-circle .primary path {
  fill: #FF7133;
}
.ct-chart-circle .ct-label {
  fill: rgba(255, 255, 255, 0.65);
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 600;
}
.chart-circle-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chart-circle-wrap__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: 20px;
}
@media (min-width: 1200px) {
  .chart-circle-wrap__main {
    margin-left: 40px;
  }
}
@media (max-width: 575.98px) {
  .chart-circle-wrap__main {
    display: none;
  }
}
.chart-circle-wrap__info {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 1199.98px) {
  .chart-circle-wrap__info {
    font-size: 30px;
  }
}
.chart-circle-wrap__info.blue {
  color: #28AFE1;
}
.chart-circle-wrap__info.primary {
  color: #FF7133;
}
.chart-circle-wrap__info::before {
  content: '';
  display: block;
  width: 42px;
  height: 1px;
  border-bottom: 1px dashed #CDCDCD;
  position: absolute;
  right: calc(100% + 15px);
  top: 50%;
}
@media (max-width: 1199.98px) {
  .chart-circle-wrap__info::before {
    width: 25px;
    right: calc(100% + 10px);
  }
}
#piechart_3d {
  width: 190px;
  height: 190px;
  background-color: transparent;
}
@media (max-width: 575.98px) {
  .chart-line-1,
  .chart-line-2 {
    margin: 0 -10px;
  }
}
.chart-line-1 .ct-label,
.chart-line-2 .ct-label {
  font-weight: 600;
  font-size: 10px;
  color: #8E8E98;
}
@media (min-width: 576px) {
  .chart-line-1 .ct-label,
  .chart-line-2 .ct-label {
    font-size: 12px;
  }
}
.chart-line-1 .blue path,
.chart-line-2 .blue path {
  stroke: #28AFE1;
}
.chart-line-1 .primary path,
.chart-line-2 .primary path {
  stroke: #FF7133;
}
.chart-line-1 .ct-series foreignObject,
.chart-line-2 .ct-series foreignObject {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.chart-line-1 .ct-series foreignObject:hover,
.chart-line-2 .ct-series foreignObject:hover {
  opacity: 1;
}
.chart-line-1 .ct-labels .ct-horizontal,
.chart-line-2 .ct-labels .ct-horizontal {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.chart-line-1 .ct-labels .ct-horizontal.active,
.chart-line-2 .ct-labels .ct-horizontal.active {
  color: #fff;
}
.chart-line-1 .ct-label.ct-horizontal,
.chart-line-2 .ct-label.ct-horizontal {
  margin-left: -10px;
}
.chart-line-1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
}
.chart-line-2 {
  margin-bottom: -10px;
}
.chart-line-2 .ct-area {
  fill: rgba(115, 190, 70, 0.7);
}
.chart-line-2 .ct-line {
  stroke: #73BE46;
}
.header-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .header-line {
    display: block;
  }
}
.header-line h2 {
  margin: 0;
}
@media (max-width: 575.98px) {
  .header-line h2 {
    margin-bottom: 15px;
  }
}
.header-line .input-search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 576px) {
  .header-line .input-search {
    margin-right: 16px;
  }
}
@media (max-width: 575.98px) {
  .header-line .input-search {
    margin-bottom: 20px;
  }
}
.header-line .select-custom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table-responsive {
  scrollbar-width: none;
}
.table-responsive::-webkit-scrollbar {
  display: none;
}
.table-base {
  width: 100%;
}
.table-base tr {
  border-bottom: 1px solid #EEEEF0;
}
.table-base td,
.table-base th {
  padding: 18px 10px;
}
.table-base td:first-of-type,
.table-base th:first-of-type {
  padding: 18px 5px 18px 0;
}
.table-base td {
  font-weight: 500;
  font-size: 13px;
}
.table-base td b {
  font-size: 600;
}
.table-base th {
  font-weight: 500;
  font-size: 12px;
  color: #8E8E98;
}
@media (max-width: 1023.98px) {
  .table-base th {
    white-space: nowrap;
  }
}
.table-base th span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.table-base th span:hover {
  opacity: 0.8;
}
.table-base th span::after {
  content: '';
  display: block;
  border: 5px solid transparent;
  border-top-color: #8E8E98;
  margin: 6px 0 0 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table-base th span.top::after {
  margin: -2px 0 0 6px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.table-base__numb {
  min-width: 24px;
  height: 24px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  color: #8E8E98;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5F6;
  border-radius: 6px;
}
.table-base__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 13px;
  margin: 0;
  color: #333;
}
.table-base__name p {
  margin: 0;
}
.table-base__circle {
  border-radius: 50%;
  position: relative;
  width: 16px;
  aspect-ratio: 1;
  margin-right: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -3px;
}
.table-base__circle img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.table-base__achiev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-base__achiev span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 16px;
  height: 16px;
  font-weight: 800;
  font-size: 8px;
  line-height: 1;
  border-radius: 50%;
  color: #fff;
  text-transform: uppercase;
}
.table-base__achiev span + span {
  margin-left: 8px;
}
.table-base__achiev span.gold {
  background: linear-gradient(135deg, #FFE660 0%, #FFB800 100%);
}
.table-base__achiev span.silver {
  background: linear-gradient(135deg, #B3BBCB 0%, #8B94A8 100%);
}
.table-base__achiev span.bronze {
  background: linear-gradient(135deg, #FF9E45 0%, #CE731F 100%);
}
.table-base__achiev span.blue {
  background: linear-gradient(135deg, #2D9CDB 0%, #2F80ED 100%);
}
.table-base__achiev span.pink {
  background: linear-gradient(135deg, #BB6BD9 0%, #9B51E0 100%);
}
.table-base__achiev span[data-numb]:before {
  content: attr(data-numb);
  display: block;
  font-weight: 700;
  font-size: 8px;
  line-height: 1;
  background-color: #73BE46;
  padding: 1px 3px;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  position: absolute;
  right: -7px;
  top: -7px;
}
.table-base__achiev span[data-tooltip] {
  cursor: pointer;
}
.table-base__achiev span[data-tooltip]::after {
  content: attr(data-tooltip);
  padding: 10px 16px;
  font-weight: 600;
  font-size: 12px;
  background: #1D1E1F;
  border-radius: 4px;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.table-base__achiev span[data-tooltip]:hover::after {
  opacity: 1;
}
.table-more {
  display: none;
}
.table-more.show {
  display: table-row-group;
}
.main-tables__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .main-tables__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .main-tables__side {
    width: calc(43% - 40px);
    margin-right: 40px;
  }
}
@media (max-width: 1023.98px) {
  .main-tables__side {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  .main-tables__main {
    width: 57%;
  }
}
.main-tables__transaction {
  margin-top: 40px;
}
.main-tables__transaction h2 {
  margin-bottom: 24px;
}
.main-tables__latest {
  background: #171724;
  border-radius: 12px;
  padding: 8px 15px 24px;
  position: relative;
}
@media (min-width: 768px) {
  .main-tables__latest {
    padding: 8px 24px 24px;
  }
}
@media (max-width: 575.98px) {
  .main-tables__latest {
    margin: 0 -15px;
  }
}
.main-tables__latest::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/abs.jpg);
  mix-blend-mode: saturation;
  opacity: 0.5;
  -webkit-filter: blur(75px);
          filter: blur(75px);
  border-radius: 12px;
  pointer-events: none;
}
.main-tables__latest .table-responsive {
  position: relative;
}
.main-tables__latest .table-base tr {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.main-tables__latest .table-base td {
  color: #fff;
  white-space: nowrap;
}
.main-tables__latest .table-base td {
  padding: 16px 10px;
}
.main-tables__latest .btn {
  position: relative;
  margin-top: 16px;
}
.main-tables__latest .btn .logo {
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-tables__latest .btn .arrow {
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-tables .header-line {
  margin-bottom: 8px;
}
.main-tables .btn-gray {
  margin-top: 16px;
}
.why-block {
  position: relative;
  background-color: #171724;
  margin: 50px 0;
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .why-block {
    margin: 80px 0;
    padding: 80px 0;
  }
}
.why-block::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/why.png);
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: exclusion;
  position: absolute;
  left: 0;
  top: 0;
}
.why-block .container {
  position: relative;
  z-index: 1;
}
.why-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .why-block__main {
    margin-right: auto;
    max-width: 327px;
  }
}
@media (max-width: 1023.98px) {
  .why-block__main {
    width: 100%;
  }
}
.why-block__main h2 {
  margin-bottom: 16px;
  color: #fff;
}
@media (min-width: 1024px) {
  .why-block__main h2 {
    max-width: 250px;
  }
}
.why-block__main p {
  color: #8E8E98;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .why-block__main p {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .why-block__main .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.why-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .why-block__list {
    scrollbar-width: none;
    overflow: auto;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .why-block__list::-webkit-scrollbar {
    display: none;
  }
}
.why-block__item {
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 8px;
  overflow: hidden;
  padding: 15px 15px 20px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .why-block__item {
    width: calc(25% - 10px);
  }
}
@media (min-width: 768px) {
  .why-block__item {
    padding: 16px 24px 24px;
  }
}
@media (min-width: 1024px) {
  .why-block__item {
    padding: 16px 10px 24px;
    width: 160px;
  }
}
@media (min-width: 1200px) {
  .why-block__item {
    padding: 16px 24px 24px;
    width: 190px;
  }
}
@media (max-width: 1023.98px) {
  .why-block__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .why-block__item {
    width: 170px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.why-block__item span {
  display: block;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 900;
  font-size: 128px;
  line-height: 0.75;
  margin-left: -68px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .why-block__item span {
    font-size: 110px;
    margin-left: -46px;
  }
}
@media (min-width: 1200px) {
  .why-block__item span {
    font-size: 128px;
    line-height: 0.75;
    margin-left: -68px;
  }
}
.why-block__item p {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.why-block__item + .why-block__item {
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .why-block__item + .why-block__item {
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .why-block__item + .why-block__item {
    margin-left: 20px;
  }
}
.event h1,
.event h2 {
  margin-bottom: 12px;
}
.event__desc {
  font-weight: 500;
  font-size: 14px;
  color: #8E8E98;
  margin-bottom: 30px;
}
.event__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.event__nav h2 {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .event__nav_custom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .event__nav_custom .event__title {
    margin-bottom: 15px;
  }
}
.event__tabs .nav-item {
  background-color: #F7F7F8;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  padding: 10px 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #8E8E98;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.event__tabs .nav-item:hover {
  background-color: #e9e9ec;
}
.event__tabs .nav-item + .nav-item {
  margin-left: 6px;
}
.event__tabs .nav-item.active {
  background-color: transparent;
  color: #494954;
  border: 1px solid #494954;
}
.event__filter .select-custom + .select-custom {
  margin-left: 6px;
}
@media (min-width: 1024px) {
  .event__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .event__list .event-card,
  .event__list .event-card-more {
    width: calc(100% / 3 - 10px);
  }
}
@media (min-width: 1200px) {
  .event__list .event-card,
  .event__list .event-card-more {
    width: calc(100% / 3 - 20px);
  }
}
.event__list .event-card-more,
.event__list .event-card + .event-card {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .event__list .event-card-more,
  .event__list .event-card + .event-card {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .event__list .event-card-more,
  .event__list .event-card + .event-card {
    margin-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .event__more-all {
    margin-top: 30px;
  }
}
.event__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event__create {
  background-color: #FF7133;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 15px;
}
.event__create::before {
  content: '';
  display: block;
  border: 6px solid transparent;
  border-right-color: #FF7133;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event__create:hover {
  background-color: #ff5f19;
}
.event__create:hover::before {
  border-right-color: #ff5f19;
}
.event_page .event__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .event_page .event__list {
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  .event_page .event__list .event-card {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
.event_page .event__list .event-card__text {
  display: block;
  overflow: visible;
  height: auto;
}
.event_profile {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .event_profile {
    margin-top: 80px;
  }
}
.event-card {
  padding: 15px;
  border: 1px solid #EEEEF0;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
v .event-card:hover {
  -webkit-box-shadow: 0px 2px 12px rgba(73, 73, 84, 0.06);
          box-shadow: 0px 2px 12px rgba(73, 73, 84, 0.06);
}
@media (min-width: 1024px) {
  .event-card {
    padding: 24px;
  }
}
.event-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EEEEF0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.event-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.event-card__logo {
  max-height: 32px;
}
.event-card__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(15px + 16px);
  padding: 8px 10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event-card__dots:hover {
  background-color: #EEEEF0;
}
.event-card__dots span,
.event-card__dots:before,
.event-card__dots:after {
  display: block;
  width: 3px;
  height: 3px;
  background-color: #333333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
}
.event-card__dots:before,
.event-card__dots:after {
  content: '';
}
.event-card__info {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.event-card__info.open {
  overflow: visible;
}
.event-card__info.open .event-card__tooltip {
  opacity: 1;
  pointer-events: auto;
}
.event-card__tooltip {
  position: absolute;
  top: calc(100% + 8px);
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  white-space: nowrap;
  padding: 10px 12px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  background-color: #fff;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .event-card__tooltip {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1023.98px) {
  .event-card__tooltip {
    right: 0;
  }
}
.event-card__tooltip a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-card__tooltip a img {
  margin-right: 6px;
}
.event-card__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8E8E98;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 24px;
}
.event-card__date img {
  margin-right: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.event-card__content {
  margin-bottom: 24px;
}
.event-card__text {
  font-weight: 500;
  font-size: 13px;
  color: #494954;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 55px;
  overflow: hidden;
  margin: 0;
}
.event-card__text.open {
  display: block;
  max-height: 500px;
}
.event-card__more {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  color: #70707A;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-style: dashed;
  margin-top: 4px;
}
.event-card__more:hover {
  color: #FF7133;
  text-decoration: underline;
  text-decoration-style: dashed;
}
.event-card__more span {
  display: inline;
}
.event-card__more span:last-of-type {
  display: none;
}
.event-card__more.open span:first-of-type {
  display: none;
}
.event-card__more.open span:last-of-type {
  display: inline;
}
.event-card__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.event-card__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #EEEEF0;
  border-radius: 4px;
  width: 28px;
  height: 28px;
}
.event-card__social a:hover {
  background-color: rgba(238, 238, 240, 0.6);
}
.event-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}
.event-card__tags span,
.event-card__tags a {
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 8px 12px;
  color: #70707A;
  background-color: #F5F5F6;
  border-radius: 4px;
  margin-right: 4px;
  margin-top: 4px;
}
.event-card__tags a:hover {
  background-color: #e8e8ea;
}
.event-card__status {
  display: inline-block;
  width: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 3px 6px;
  border-radius: 4px;
  color: #fff;
  background-color: #8E8E98;
  margin-bottom: 24px;
}
.event-card__status.active {
  background-color: #73BE46;
}
.event-card__status.rejected {
  background-color: #EB5757;
}
.event-card-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #EEEEF0;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  min-height: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333;
}
.event-card-more img {
  margin-left: 2px;
}
.event-card-more::before,
.event-card-more::after {
  content: '';
  display: block;
  width: 10px;
  height: calc(100% + 2px);
  position: absolute;
  right: 0;
  top: -1px;
  border: 1px solid #70707A;
  border-left-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0 6px 6px 0;
  opacity: 0;
}
.event-card-more:hover {
  color: #333;
  border-color: #70707A;
}
.event-card-more:hover::before {
  right: -6px;
  opacity: 1;
}
.event-card-more:hover::after {
  right: -12px;
  opacity: 1;
}
.marquee-wrap {
  margin: 50px 0 0;
}
@media (min-width: 1024px) {
  .marquee-wrap {
    margin: 80px 0 0;
  }
}
.marquee {
  display: block;
}
.marquee + .marquee {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .marquee + .marquee {
    margin-top: 40px;
  }
}
.marquee__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border: 1px solid #EEEEF0;
  border-radius: 8px;
  padding: 12px;
  margin-right: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.marquee__link:hover {
  color: #333;
  background-color: #F5F5F6;
  border-color: #F5F5F6;
}
.marquee__img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}
.marquee__img img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.marquee__numb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #FF7133;
  padding: 4px 6px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  border-radius: 4px;
  margin-left: 6px;
}
.marquee__numb::before {
  content: '';
  display: block;
  width: 8px;
  height: 10px;
  margin-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/fire.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.blog {
  padding: 50px 0;
  margin: 50px 0 -30px;
  background-color: #F5F5F6;
}
@media (min-width: 1024px) {
  .blog {
    padding: 80px 0;
    margin: 80px 0 -80px;
  }
}
@media (min-width: 768px) {
  .blog__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .blog__col {
    width: calc(100% / 3 - 10px);
  }
}
@media (min-width: 1024px) {
  .blog__col {
    width: calc(100% / 3 - 20px);
  }
}
@media (min-width: 768px) {
  .blog__col + .blog__col {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  .blog__col + .blog__col {
    margin-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .blog__col + .blog__col {
    margin-top: 30px;
  }
}
.blog__url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 13px;
  color: #8E8E98;
  margin-bottom: 24px;
}
.blog__url svg {
  margin-right: 6px;
}
.blog__url svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog__url:hover svg path {
  fill: #FF7133;
}
.blog h2 {
  margin-bottom: 6px;
}
.blog__card {
  display: block;
  border-radius: 12px;
  background-color: #fff;
  padding: 24px;
  margin-bottom: 20px;
}
.blog__card:hover {
  -webkit-box-shadow: 0px 2px 12px rgba(73, 73, 84, 0.06);
          box-shadow: 0px 2px 12px rgba(73, 73, 84, 0.06);
}
.blog__card p,
.blog__card b {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  color: #8E8E98;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}
.blog__card b {
  color: #494954;
}
.blog__card img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 12px;
}
.blog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: #70707A;
}
.blog__link span {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-style: dashed;
}
.blog__link::after {
  margin-left: 6px;
  content: '';
  display: inline-block;
  background-image: url(../img/arrow-custom-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) {
  .info-tmp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .info-tmp__main {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .info-tmp__side {
    width: calc(35% - 40px);
    margin-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .info-tmp__side {
    margin-top: 50px;
  }
}
.info-tmp .header-line {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .info-tmp .header-line {
    margin-bottom: 20px;
  }
}
.info-tmp__footer {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .info-tmp__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info-tmp__footer .btn {
    width: 100%;
    margin-top: 16px;
  }
}
.info-black {
  background: #171724;
  border-radius: 10px;
  padding: 30px 20px;
}
@media (min-width: 1024px) {
  .info-black {
    padding: 35px 40px;
  }
}
.info-black__item p {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8E8E98;
  margin-bottom: 12px;
}
.info-black__item b {
  display: block;
  font-weight: 600;
  font-size: 38px;
  line-height: 1;
  color: #fff;
}
@media (min-width: 1024px) {
  .info-black__item b {
    font-size: 48px;
  }
}
.info-black__item b.active {
  color: #FF7133;
}
.info-black__item + .info-black__item {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}
.input-search {
  position: relative;
  width: 100%;
}
.input-search input {
  border: none;
  border-bottom: 1px solid #EEEEF0;
  width: 100%;
  padding: 0px 0 10px 24px;
  border-radius: 0;
  height: 32px;
}
.input-search input:focus {
  border-bottom-color: #d3d3d8;
}
.input-search__btn {
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 1;
  width: 24px;
  cursor: pointer;
}
.input-search__btn svg path,
.input-search__btn svg circle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input-search__btn:hover svg path,
.input-search__btn:hover svg circle {
  stroke: #FF7133;
}
.profile__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .profile__wrap {
    margin-top: 48px;
  }
}
@media (max-width: 767.98px) {
  .profile__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .profile__wrap .main-block__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% - 10px);
  }
  .profile__wrap .main-block__card + .main-block__card {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .profile__wrap .main-block__card {
    width: calc(50% - 20px);
  }
  .profile__wrap .main-block__card + .main-block__card {
    margin: 0 0 0 40px;
  }
}
.profile__wrap .main-block__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .profile__wrap .main-block__body .ct-chart-circle {
    width: 160px;
    height: 160px;
  }
}
@media (min-width: 768px) {
  .profile__side {
    width: 42%;
  }
}
@media (min-width: 1024px) {
  .profile__side {
    width: 32%;
  }
}
.profile__main {
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .profile__main {
    width: calc(58% - 20px);
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  .profile__main {
    width: calc(68% - 40px);
    margin-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .profile__main {
    margin-top: 20px;
  }
}
.profile__form {
  max-width: 330px;
  width: 100%;
}
.profile__form p {
  font-weight: 500;
  font-size: 11px;
  color: #8E8E98;
  margin-bottom: 16px;
}
.profile__form .btn {
  width: 100%;
}
.profile__form .btn + .btn {
  margin-top: 12px;
}
.profile__form .btn-outline {
  color: #fff;
}
.profile__form .btn-outline svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 8px;
}
.profile__form .btn-outline svg path {
  stroke: #fff;
}
.profile__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: #8E8E98;
}
.profile__link span {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-style: dashed;
}
.profile__link::after {
  margin-top: 1px;
  margin-left: 6px;
  content: '';
  display: inline-block;
  background-image: url(../img/arrow-custom-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}
.profile__link:hover {
  color: #70707A;
}
.profile__link_i::after {
  display: none;
}
.profile__link_i::before {
  content: 'i';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #8E8E98;
  color: #fff;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 7px;
  margin-bottom: -2px;
}
.profile__card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .profile__card {
    padding: 35px 40px;
  }
}
.profile__card p {
  color: #8E8E98;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.profile__card b {
  display: block;
  color: #FF7133;
  font-weight: 600;
  font-size: 32px;
}
@media (min-width: 1024px) {
  .profile__card b {
    font-size: 48px;
  }
}
.profile__card .achiv {
  margin: 24px 0;
}
.profile__card + .profile__card {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .profile__card + .profile__card {
    margin-top: 40px;
  }
}
.profile .input-custom {
  position: relative;
  margin-bottom: 10px;
}
.profile .input-custom .btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  min-height: 32px;
  padding: 5px;
}
.profile .input-custom .btn-outline {
  color: #333;
}
.profile .select-custom {
  margin-bottom: 10px;
}
.profile__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-top: 24px;
}
.profile__message img {
  margin-right: 6px;
}
.achiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.achiv span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 32px;
  height: 32px;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  border-radius: 50%;
  color: #fff;
  text-transform: uppercase;
}
.achiv span + span {
  margin-left: 16px;
}
.achiv span.gold {
  background: linear-gradient(135deg, #FFE660 0%, #FFB800 100%);
}
.achiv span.silver {
  background: linear-gradient(135deg, #B3BBCB 0%, #8B94A8 100%);
}
.achiv span.bronze {
  background: linear-gradient(135deg, #FF9E45 0%, #CE731F 100%);
}
.achiv span.blue {
  background: linear-gradient(135deg, #2D9CDB 0%, #2F80ED 100%);
}
.achiv span.pink {
  background: linear-gradient(135deg, #BB6BD9 0%, #9B51E0 100%);
}
.achiv span[data-numb]:before {
  content: attr(data-numb);
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  background-color: #73BE46;
  padding: 3px 5px;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  position: absolute;
  right: -10px;
  top: -10px;
}
.achiv span[data-tooltip] {
  cursor: pointer;
}
.achiv span[data-tooltip]::after {
  content: attr(data-tooltip);
  padding: 10px 16px;
  font-weight: 600;
  font-size: 12px;
  background: #1D1E1F;
  border-radius: 4px;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.achiv span[data-tooltip]:hover::after {
  opacity: 1;
}
.profile-content h2 {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .profile-content__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .profile-content__col {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1024px) {
  .profile-content__col + .profile-content__col {
    margin-left: 40px;
  }
}
@media (max-width: 1023.98px) {
  .profile-content__col + .profile-content__col {
    margin-top: 50px;
  }
}
.profile-content__project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.01em;
  background-color: #fff;
  border: 1px solid #EEEEF0;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.profile-content__project:hover {
  color: #333;
  background-color: #F5F5F6;
  border-color: #F5F5F6;
}
.profile-content__project p {
  margin: 1px 15px 0 0;
  line-height: 1.2;
}
.profile-content__project span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #FF7133;
  padding: 4px 6px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  border-radius: 4px;
  margin-left: auto;
}
.profile-content__project span::before {
  content: '';
  display: block;
  width: 8px;
  height: 10px;
  margin-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/fire.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.profile-content__img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}
.profile-content__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.profile-content__table {
  border: 1px solid #EEEEF0;
  border-radius: 8px;
  padding: 10px 15px 15px;
}
@media (min-width: 1024px) {
  .profile-content__table {
    padding: 10px 24px 24px;
  }
}
.profile-content__table .btn {
  margin-top: 16px;
}
.profile-content__table .btn + .btn {
  margin-top: 12px;
}
@media (max-width: 1023.98px) {
  .profile-content__table table td {
    white-space: nowrap;
  }
}
.no-events__wrap {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30vh;
  text-align: center;
}
.no-events__wrap h5 {
  margin-bottom: 12px;
}
.no-events__wrap p {
  color: #8E8E98;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .no-events__wrap .btn {
    max-width: 200px;
  }
}
.application__card {
  background: #171724;
  -webkit-box-shadow: 0px 2px 12px rgba(73, 73, 84, 0.06);
          box-shadow: 0px 2px 12px rgba(73, 73, 84, 0.06);
  border-radius: 12px;
  position: relative;
  margin-top: 48px;
}
.application__card:before {
  content: '';
  display: block;
  background-position: center;
  background-image: url(../img/bg3.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  mix-blend-mode: saturation;
  opacity: 0.5;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  width: 100%;
  height: 100%;
}
.application__card > * {
  position: relative;
  z-index: 2;
}
.application__wrap {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .application__wrap {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .application__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .application__wrap {
    padding: 80px;
  }
}
.application__wrap .input-outline {
  margin-bottom: 24px;
}
.application__wrap .btn {
  width: 100%;
}
@media (min-width: 1024px) {
  .application__main,
  .application__side {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1200px) {
  .application__main,
  .application__side {
    width: calc(50% - 80px);
  }
}
@media (min-width: 1024px) {
  .application__side {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1200px) {
  .application__side {
    margin-left: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 1023.98px) {
  .application__side {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .application__side {
    margin-bottom: 30px;
  }
}
.application__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.application__item span {
  background: rgba(255, 255, 255, 0.1);
  color: #FF7133;
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.application__item p {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  max-width: 308px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .application__item p {
    max-height: 52px;
  }
}
@media (max-width: 575.98px) {
  .application__item p {
    font-size: 14px;
  }
}
.application__item + .application__item {
  margin-top: 24px;
}
.application__item + .application__item::before {
  content: '';
  width: 1px;
  height: 16px;
  display: block;
  position: absolute;
  left: 26px;
  bottom: calc(100% + 4px);
  background-color: #fff;
  opacity: 0.1;
}
.comment-block {
  padding: 20px 20px 18px;
  border: 1px solid #EEEEF0;
  border-radius: 6px;
}
.comment-block span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #8E8E98;
  margin-bottom: 2px;
}
.comment-block p {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.tags {
  margin-bottom: 24px;
}
.tags b {
  display: block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #333;
  margin-bottom: 12px;
}
.tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tags__list span {
  display: inline-block;
  font-weight: 600;
  font-size: 10px;
  color: #70707A;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 8px 12px;
  background: #F5F5F6;
  border-radius: 4px;
  margin: 0 4px 4px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tags__list span.active {
  background: #494954;
  color: #fff;
}
.file-load {
  border: 1px dashed #dbdbdb;
  border-radius: 4px;
  position: relative;
  width: 100%;
  height: 56px;
  margin-bottom: 24px;
}
.file-load input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: block;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.file-load.active {
  border: none;
}
.file-load.active .file-load__delete {
  display: block;
}
.file-load.active .file-load__placeholder {
  display: none;
}
.file-load__placeholder {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: #8E8E98;
  pointer-events: none;
}
.file-load__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  overflow: hidden;
}
.file-load__delete {
  display: none;
  border-radius: 50%;
  position: absolute;
  right: -7px;
  top: -7px;
  background-color: #fff;
  background-image: url(../img/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.file-load__delete:hover {
  background-color: #f7f7f7;
}
.modal-create .input-custom,
.modal-create .textarea-custom {
  margin-bottom: 24px;
}
.date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.date-block__start,
.date-block__end {
  position: relative;
  width: calc(50% - 10px);
}
.date-block__end::before {
  content: '';
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  background-color: #8E8E98;
}
.date-block__numb {
  height: 52px;
  padding: 14px 12px;
  border: 1px solid #EEEEF0;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: #8E8E98;
  cursor: pointer;
}
@media (min-width: 576px) {
  .date-block__numb {
    padding: 14px 20px;
  }
}
.date-block__numb span {
  display: block;
  margin-top: 2px;
}
.date-block__numb::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/calendar.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
