@charset "UTF-8";
/* Design & Develop by Spiral Design Center / www.spiraldesign.org */
@font-face {
  font-family: IRAN;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Farhang-Regular.ttf") format("truetype");
}
@font-face {
  font-family: IRAN;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Farhang-Bold.ttf") format("truetype");
}
/* Colors */
.animate__animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.move-to-right {
  -webkit-animation: animatedBackground 20s linear infinite;
  animation: animatedBackground 20s linear infinite;
}

/* keyframes */
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2900px 0;
  }
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2900px 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin1 {
  0%, 50% {
    transform: rotate(225deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
@keyframes spin1 {
  0%, 50% {
    transform: rotate(225deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
@-webkit-keyframes spin2 {
  0% {
    transform: rotate(225deg);
  }
  50%, 100% {
    transform: rotate(405deg);
  }
}
@keyframes spin2 {
  0% {
    transform: rotate(225deg);
  }
  50%, 100% {
    transform: rotate(405deg);
  }
}
@-webkit-keyframes cssAnimationShow {
  to {
    visibility: visible;
  }
}
@keyframes cssAnimationShow {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes cssAnimationHide {
  to {
    visibility: hidden;
  }
}
@keyframes cssAnimationHide {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes animatedHands {
  0% {
    background-position: 0 167px;
  }
  100% {
    background-position: -479px 167px;
  }
}
@keyframes animatedHands {
  0% {
    background-position: 0 167px;
  }
  100% {
    background-position: -479px 167px;
  }
}
@-webkit-keyframes delaied-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes delaied-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
* {
  font-family: IRAN, verdana, tahoma;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: #444;
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding-top: 103px;
}

body,
html {
  min-width: 280px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #25A69B;
  transition: 500ms all ease;
}

a:hover {
  text-decoration: none;
  color: #FF5959;
  transition: 200ms all ease;
}

a:focus {
  text-decoration: none;
  outline: none;
}

a:active {
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  padding-right: 20px;
}

blockquote {
  width: 40%;
  float: left;
  margin-right: 50px;
  color: #999999;
  font-size: 11pt;
  font-weight: bold;
}

/* form elements */
label {
  margin: 0;
}

input[type=checkbox],
input[type=radio] {
  margin-top: 0px;
  margin-left: 2px;
  vertical-align: middle;
  height: 22px;
  line-height: unset;
}

input {
  border-radius: 3px;
  border: 1px solid #dddddd;
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
}

input:disabled {
  background-color: #ddd;
}

button {
  outline: none;
  background-color: transparent;
  border: 1px solid #dddddd;
  height: 40px;
  line-height: 40px;
  transition: all 200ms linear;
}

button:focus {
  outline: none;
}

button.close {
  font-size: 36px;
  margin-top: -5px !important;
}

select {
  padding: 0 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (min-width: 0\0 ) {
  select {
    padding: 10px 20px 10px 10px !important;
  }
}
select option {
  height: 30px;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #817461;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #817461;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #817461;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #817461;
}

/* buttons */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.3;
}

/* tooltips */
.tooltip {
  font-size: 11px;
  white-space: nowrap;
}

.tooltip-inner {
  padding-bottom: 7px;
}

/* margins */
.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px !important;
}

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

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

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

.mt70 {
  margin-top: 70px !important;
}

.mr10 {
  margin-right: 10px;
}

.mr30 {
  margin-right: 30px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml10 {
  margin-left: 10px;
}

.ml30 {
  margin-left: 30px;
}

/* paddings */
.padd0 {
  padding: 0 !important;
}

.pr30 {
  padding-right: 30px;
}

.pl0 {
  padding-left: 0px;
}

.pt10 {
  padding-top: 10px;
}

.pr0 {
  padding-right: 0px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

/* triangle */
.triangle-top {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 8px 6.5px;
  border-color: transparent transparent #07B6AC transparent;
  display: block;
}
.triangle-top-bottom {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6.5px 0 6.5px;
  border-color: #07B6AC transparent transparent transparent;
  display: block;
}
.triangle-top-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8px 7px 0;
  border-color: transparent #07B6AC transparent transparent;
  display: block;
  position: absolute;
  left: 7px;
  top: 45%;
}
.triangle-top-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #07B6AC;
  display: block;
}

/* button */
.button {
  color: #fff;
  background-color: #fff;
  height: 35px;
  padding: 8px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 19px;
  min-width: 80px;
  margin-left: 4px;
  box-sizing: border-box;
}
.button_green {
  background-color: #25A69B;
}
.button_light-green {
  background-color: #77B43F;
}
.button_gray {
  background-color: #AAAAAA;
}
.button_ghost-orange {
  color: #EF8E27;
  border: 1px solid #EF8E27;
}
.button_new-ticket {
  padding-right: 10px;
  padding-left: 15px;
}
.button_new-ticket:hover, .button_new-ticket:focus {
  color: #fff;
}
.button_new-ticket .icon {
  margin-left: 6px;
}

/* others */
.theme-color {
  color: #25A69B;
}

.pos-static {
  position: static !important;
}

.middle {
  display: table;
  vertical-align: middle;
}

.ltr {
  direction: ltr;
}

.w100 {
  width: 100% !important;
}

.width-100 {
  width: 100%;
}

.animated {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.bg-success {
  background-color: #61a212 !important;
}

.form-control {
  border: 1px solid #AAAAAA;
  background-color: #FAFAFA;
}

.submit-icon {
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.modal-alert {
  display: none;
}

.close-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 17px;
  left: 17px;
  background: url(../img/svg/close-btn.svg) center no-repeat;
  cursor: pointer;
}
.close-btn_black {
  background: url(../img/svg/close-btn-black.svg) center no-repeat;
}

.overflow-hidden {
  overflow: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-center {
  text-align: center;
}

.color-green {
  color: #25A69B;
}

.bg-gray-f5 {
  background-color: #f5f5f5 !important;
}

.heading {
  color: #848484;
  margin: 0;
}
.heading_2 {
  font-size: 24px !important;
  font-weight: 900;
  line-height: 29px;
}
.heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 24px;
}
.heading-wrapper .heading {
  margin: 0;
}

.hide-scrollbar {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.button_white {
  color: #25A69B;
  background-color: #fff;
  height: 32px;
  min-width: 80px;
  margin: 0;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  border-radius: 4px;
}

.input-container {
  position: relative;
  display: flex;
  align-items: center;
}
.input-container .captcha-image {
  margin-right: 8px;
  width: 80px;
  height: 48px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}

.ka-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  display: none;
  align-items: center;
  padding: 8px 16px;
  color: #fff;
  background-color: #C44545;
  border-bottom: 1px solid #DDDDDD;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  z-index: 9999;
}
.ka-alert.active {
  display: flex;
}
.ka-alert__icon {
  width: 20px;
}
.ka-alert__message {
  padding: 0 8px;
}
.ka-alert__button {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  height: unset;
  min-width: 104px;
  padding: 8px 8px 8px 30px;
  font-weight: 700;
  line-height: 16px;
  background: #FF5959 url(../img/svg/circle-arrow-left-white.svg) 8px center no-repeat;
  background-size: 14px;
  border: 0;
  border-radius: 4px;
}

/* spinner */
.tooltip {
  position: fixed;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  max-width: 146px;
  border-radius: 4px;
  background: #383535;
  padding: 4px 8px;
  opacity: 1;
  white-space: normal;
}
.tooltip i {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 100%;
  border: 5px solid transparent;
  border-bottom-color: #383535;
  transform: translateX(-5px);
}

/* spinner */
.is-submitting button .spinner {
  display: flex;
}
.is-submitting button .spinner + .text {
  display: none;
}

.spinner {
  display: none;
}

.spinner i,
.spinner:after,
.spinner:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 3px;
  background-color: #FFF;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: delaied-bounce 1.4s infinite ease-in-out both;
  animation: delaied-bounce 1.4s infinite ease-in-out both;
}

.spinner:before {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner i {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.spinner:after {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

/* carousel */
.rtl {
  direction: rtl;
  width: 100%;
  height: 100%;
}
.rtl .carousel-inner {
  height: 100%;
}
.rtl .carousel-inner > .active, .rtl .carousel-inner > .next, .rtl .carousel-inner > .prev {
  display: flex;
}
.rtl .carousel-inner > .active {
  left: 0;
}
.rtl .carousel-inner > .next {
  left: -100%;
}
.rtl .carousel-inner > .prev {
  left: 100%;
}
.rtl .carousel-inner > .next.left, .rtl .carousel-inner > .prev.right {
  left: 0;
}
.rtl .carousel-inner > .active.left {
  left: 100%;
}
.rtl .carousel-inner > .active.right {
  left: -100%;
}
.rtl .carousel-inner .container {
  width: 100%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .rtl .carousel-inner > .item.next, .rtl .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .rtl .carousel-inner > .item.prev, .rtl .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .rtl .carousel-inner > .item.next.left, .rtl .carousel-inner > .item.prev.right, .rtl .carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
/* bootstrap */
.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center;
}

/* responsive */
.navbar {
  margin-bottom: 0;
  border: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
}
.navbar > .container > .row > .col-xs-12 {
  min-height: 0;
}
.navbar-nav {
  float: left;
}
.navbar-nav li a {
  color: #25A69B !important;
  font-size: 14px;
}
.navbar-nav li a:hover {
  color: #222 !important;
}
.navbar-nav li a.menu-create:hover {
  background-color: #25A69B !important;
  color: #fff !important;
}
.navbar-header {
  float: right;
  padding: 0 15px 0 0;
}
.navbar-header__bell {
  position: relative;
  float: left;
  border: 1px solid #ddd;
  padding: 7px 12px;
  margin: 13px 0 0 10px;
}
.navbar-header__bell.active::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 9px;
  right: 11px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #FF5959;
}
.navbar-collapse.navbar-collapse_mobile {
  z-index: 110;
}

.top-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.top-header-wrapper > .container {
  padding-right: 4px;
  padding-left: 4px;
}

.top-header {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-radius: 0 0 15px 15px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(103, 103, 103, 0.15);
}

.left-header {
  margin-right: auto;
}
.left-header .navbar-collapse {
  float: left;
  z-index: 110;
  padding-right: 0;
}

#login-link span {
  display: none;
}

.menu-create span {
  display: none;
}

.logo {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  width: 170px;
}
.logo-link {
  display: flex;
  align-items: center;
  height: 56px;
}
.logo-mobile {
  margin: 28px auto 20px;
  width: 80px;
  display: none;
}
.logo img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 46px;
  height: 46px;
}
.logo .text {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
}
.logo .subtitle {
  display: block;
  color: #666;
  font-size: 10px;
  font-weight: normal;
  line-height: 16px;
}

.event-link {
  border-top: 1px solid #eee;
}

.on-mobile {
  display: none !important;
}

.dis-table {
  display: table;
}
.dis-row {
  display: table-row;
}
.dis-cell {
  display: table-cell;
  vertical-align: middle;
}

.title-inside {
  color: #25A69B;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 60px;
  display: block;
  text-align: center;
}
.title-main {
  color: #444;
  font-size: 46px;
  font-weight: normal;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

.fulltext {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}

.avatar {
  width: 190px;
  height: 190px;
  border-radius: 40%;
  padding: 5px;
  border: 1px solid #c0e347;
}

.center {
  text-align: center;
}

.metadata {
  color: #AAAAAA;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.metadata b {
  color: #25A69B;
}

/* new desktop header */
.navbar-header {
  float: right;
  padding: 0 15px 0 0;
}
.navbar-nav li > .dropdown-menu, .navbar-nav li > .dropdown-menu .dropdown-menu {
  padding: 15px 0;
  border-radius: 20px;
  border-color: #d8f0ee;
  box-shadow: none;
}
.navbar-nav li a {
  line-height: 22px;
}
.navbar-nav li a:hover {
  color: #25A69B;
  background-color: transparent;
}
.navbar-nav li a.has-box {
  border-radius: 6px;
  margin: 0 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
.navbar-nav li a.create-campgain {
  color: #fff !important;
  background-color: #25A69B !important;
  margin: 0 6px 0 0;
}
.navbar-nav li a.menu-search {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  padding: 0;
  margin-right: 19px;
  background: url(../img/svg/search-green.svg) center no-repeat;
}
.navbar-nav li a.menu-notification {
  position: relative;
  display: block;
  padding: 0;
  width: 42px;
  height: 42px;
  background: url(../img/svg/bell-green.svg) center no-repeat;
}
.navbar-nav li a.menu-notification.active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #FF5959;
  border: 1px solid #fff;
  margin: -6px 0 0 5.5px;
}
.navbar-nav li a .caret {
  width: 8px;
  height: 4px;
  background: url(../img/svg/arrow-down-green.svg) center no-repeat;
  border: none;
  margin-right: 0;
  margin-left: 2px;
}

.left-header .navbar-collapse {
  float: left;
  z-index: 110;
  padding-right: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #25A69B !important;
  background-color: transparent;
}

.dropdown-menu {
  right: 0;
  left: auto;
}
.dropdown-menu > li:hover > a {
  color: #000 !important;
  background-color: #f8f8f8;
}
.dropdown-menu > li.province .dropdown-menu {
  -moz-column-count: 3;
       column-count: 3;
}
.dropdown-menu > li.has-submenu {
  position: relative;
  cursor: pointer;
}
.dropdown-menu > li.has-submenu:hover .dropdown-menu {
  display: block;
}
.dropdown-menu > li.has-submenu > a {
  pointer-events: none;
}
.dropdown-menu > li.has-submenu > a .caret {
  float: left;
  margin-left: -20px;
  margin-top: 7px;
  transform: rotate(90deg);
  vertical-align: middle;
}
.dropdown-menu > li.has-submenu .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
}
.dropdown-menu > li > a {
  font-size: 14px;
  line-height: 18px;
  padding: 7.5px 30px;
  transition: all 0.3s;
}

.header-search {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: #faf8f8;
  border-radius: 15px;
  border: 1px solid #ccc;
}
.header-search.active {
  border-color: #25A69B;
}
.header-search.active .header-search_button {
  color: #25A69B;
  background-image: url(../img/svg/search-green.svg);
}
.header-search_button {
  height: 24px;
  padding: 0 36px 0 10px;
  font-size: 18px;
  line-height: 24px;
  color: #AAAAAA;
  background: transparent url(../img/svg/search-gray.svg) right 11px center no-repeat;
  background-size: 18px;
  border: none;
  border-left: 1px solid #AAAAAA;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header-search_input {
  flex: 1;
  height: 24px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #676767;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0 12px;
}
.header-search_input:focus, .header-search_input:focus-visible {
  box-shadow: none;
}
.header-search-wrapper {
  position: relative;
}
.header-search-suggestion {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 300px;
  margin-top: 15px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 2;
}
.header-search-suggestion:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: -1;
}
.header-search-suggestion__start {
  display: flex;
  align-items: center;
  width: 183px;
  padding: 0 45px;
  color: #30dbcc;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  background: url(../img/svg/header-suggestion.svg) left center no-repeat;
}
.header-search-suggestion__end {
  flex: 1;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.header-search-suggestion__title {
  color: #AAAAAA;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 21px;
}
.header-search-suggestion__list {
  list-style: none;
  padding: 0;
}
.header-search-suggestion__item {
  position: relative;
  margin-bottom: 17px;
  padding-bottom: 10px;
}
.header-search-suggestion__item:after {
  content: "";
  position: absolute;
  right: 26px;
  bottom: 0;
  height: 1px;
  width: 75%;
  background-color: #707070;
}
.header-search-suggestion__link {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.header-search-suggestion__link:hover, .header-search-suggestion__link:focus {
  color: #fff;
}
.header-search-suggestion__link:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 18px;
  background: transparent url(../img/svg/search-gray.svg) right 4px center no-repeat;
  background-size: 13px;
}

/* responsive */
@media (min-width: 768px) {
  .navbar-nav > li:hover > .dropdown-menu {
    display: block;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav li a.menu-search {
    margin-left: 6px;
  }
}
@media (min-width: 1024px) {
  .header-search.active + .header-search-suggestion {
    display: flex;
  }
}
.footer {
  color: #fff;
}
.footer__top {
  background: #fff;
  padding: 25px 0 0;
  overflow: hidden;
}
.footer__middle {
  color: #676767;
  background: #ededed;
  padding: 32px 17px 13px;
}
.footer__middle-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.footer__middle-top-start {
  flex: 1;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 24px;
}
.footer__middle-top-end {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.footer__middle-bottom {
  display: flex;
  justify-content: space-between;
}
.footer__bottom {
  font-size: 12px;
  line-height: 19px;
  color: #646464;
  background: #dbdbdb;
  padding: 35px 0;
  text-align: center;
}
.footer__social-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.footer-start-change {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #25A69B bottom right 0 no-repeat;
  background-image: linear-gradient(to bottom, #25A69B 46%, rgba(37, 166, 155, 0.6) 100%), url(../img/start-change-bg-1.jpg);
  background-size: contain;
  border-radius: 20px;
  min-height: 272px;
  padding: 32px 25px 57px;
  margin: 20px 0 15px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}
.footer-start-change__title-wrapper {
  display: flex;
  flex: 1;
  align-items: center;
  margin-bottom: 31px;
}
.footer-start-change__colored {
  font-weight: 700;
  color: #4affff;
}
.footer-start-change__icon {
  display: block;
  width: 56px;
  margin-left: 16px;
}
.footer-start-change__title {
  flex: 0 0 180px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}
.footer-start-change__description {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 70px;
}
.footer-start-change-button {
  display: flex;
  flex-direction: column;
}
.footer-start-change-button__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  line-height: 30px;
  padding: 18px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  z-index: 1;
}
.footer-start-change-button__icon {
  width: 24px;
  margin-left: 8px;
}
.footer-start-change-button__text {
  display: block;
  position: relative;
  color: #d6fffb;
  background-color: #36b7ac;
  text-align: center;
  border-radius: 10px;
  padding: 20px 10px 6px;
  margin-top: -15px;
  z-index: 0;
}
.footer-banner-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 19px;
}
.footer-banner-link {
  display: flex;
  align-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 5px;
  border-radius: 10px;
  background-color: #6f6f6f;
  overflow: hidden;
}
.footer-banner-link_iwmf {
  width: 186px;
  height: 104px;
}
.footer-banner-link_pars {
  width: 120px;
  height: 104px;
  background-color: #6f6f6f;
}
.footer-banner-link_samandehi {
  background-color: #cecece;
}
.footer-banner-link_namad, .footer-banner-link_anjoman {
  background-color: #fff;
}
.footer-banner-image {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.footer-navigation {
  display: flex;
  flex-direction: column;
  padding: 24px 15px 32px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 14;
  line-height: 24px;
  color: #AAAAAA;
}
.footer-navigation__title {
  display: block;
  line-height: 24px;
  border-bottom: 1px solid #707070;
  padding: 0 0 16px 15px;
  width: 100%;
  margin-bottom: 9px;
}
.footer-navigation__link {
  font-weight: 700;
  padding: 9px 0;
  display: block;
}
.footer-navigation__link_create {
  color: #77b43f;
}
.footer-navigation__link-wrapper {
  -moz-column-count: 2;
       column-count: 2;
}
.footer-logo {
  width: 267px;
  margin-bottom: 24px;
}
.footer-logo_bottom {
  display: none;
}
.footer-logo__link {
  display: flex;
  align-items: center;
  color: #676767;
}
.footer-logo__image {
  width: 64px;
  margin-left: 18px;
}
.footer-logo__colored {
  font-weight: 700;
  color: #25A69B;
}
.footer-logo__title {
  display: block;
  color: #cbcbcb;
  font-size: 35px;
  line-height: 47px;
}
.footer-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  border-radius: 10px;
  margin: 0 0 15px 0;
  padding: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  font-size: 14px;
  line-height: 19px;
  color: #2ca5e0;
  background: #f7feff;
}
.footer-social_twitter {
  color: #55adee;
  background: #f0f7ff;
}
.footer-social_instagram {
  color: #da2e7a;
  background: #fff2fc;
}
.footer-social_clubhouse {
  font-weight: 700;
  color: #ebddae;
  background: #fff9f2;
}
.footer-social_aparat {
  font-weight: 700;
  color: #fdcbd7;
  background: #fff2f5;
}
.footer-social_rss {
  font-weight: 700;
  color: #fddecb;
  background: #fff7f2;
}
.footer-social__image {
  width: 58px;
  margin-bottom: 5px;
}
.footer-social__title {
  margin-top: auto;
  direction: ltr;
}
.footer .container.container-footer {
  padding-right: 15px;
  padding-left: 15px;
}

.copy-right {
  padding: 0 25px;
}

/* responsive */
@media (min-width: 425px) {
  .footer-banner-link {
    width: 86px;
    height: 86px;
  }
  .footer-banner-link_iwmf {
    width: auto;
    height: 128px;
  }
  .footer-banner-link_pars {
    width: auto;
    height: 128px;
  }
  .footer-social {
    width: 112px;
    height: 112px;
  }
}
@media (min-width: 768px) {
  .footer__middle-top-start {
    flex: 0 0 100%;
  }
  .footer-start-change {
    background-size: cover;
    padding-bottom: 32px;
  }
  .footer-start-change__description {
    margin-bottom: 30;
  }
  .footer-banner-wrapper {
    width: 100%;
  }
  .footer-banner-link {
    width: 102px;
    height: 102px;
  }
  .footer-banner-link_iwmf {
    width: auto;
    height: 102px;
  }
  .footer-banner-link_pars {
    width: auto;
    height: 102px;
  }
  .footer-navigation {
    width: 100%;
  }
  .footer-navigation__link-wrapper {
    -moz-column-count: 4;
         column-count: 4;
  }
  .footer-logo {
    width: 325px;
  }
}
@media (min-width: 1024px) {
  .footer__social-wrapper {
    justify-content: initial;
  }
  .footer-start-change {
    flex-wrap: initial;
    min-height: 220px;
    padding: 32px 25px 32px;
    margin-bottom: 47px;
  }
  .footer-start-change__title-wrapper {
    flex: 0 0 260px;
    margin-bottom: 0;
  }
  .footer-start-change__description {
    margin-bottom: 0;
  }
  .footer-banner-link {
    width: 134px;
    height: 134px;
  }
  .footer-banner-link_iwmf {
    width: auto;
    height: 134px;
  }
  .footer-banner-link_pars {
    width: auto;
    height: 134px;
  }
  .footer-logo_top {
    display: none;
  }
  .footer-logo_bottom {
    display: block;
  }
  .footer-social {
    width: 95px;
    height: 95px;
    margin-right: 15px;
  }
  .campaign-sheet,
.campaign-sheet-menu {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .footer__middle {
    padding-bottom: 37px;
  }
  .footer__middle-top {
    margin-bottom: 19px;
  }
  .footer__middle-top-start {
    font-size: 16px;
    line-height: 27px;
  }
  .footer-banner-wrapper {
    flex-direction: row;
    margin-bottom: 7px;
  }
  .footer-banner-link {
    width: 162px;
    height: 162px;
    border-radius: 20px;
  }
  .footer-banner-link_iwmf {
    width: auto;
    height: 162px;
  }
  .footer-navigation {
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 24px 15px 24px 47px;
  }
  .footer-navigation__title {
    width: initial;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 50px;
    margin-left: 60px;
    border-bottom: none;
    border-left: 1px solid #707070;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }
  .footer-navigation__link {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }
  .footer-navigation__link-wrapper {
    -moz-column-count: unset;
         column-count: unset;
    flex: 1;
    display: flex;
    justify-content: space-between;
  }
  .footer-logo__link {
    width: 430px;
  }
  .footer-social {
    width: 103px;
    height: 103px;
  }
}
@media (min-width: 1441px) {
  .footer__middle-top {
    flex-direction: row;
  }
  .footer__middle-top-start {
    flex: 0 0 245px;
    margin-left: 30px;
  }
  .footer-start-change {
    padding: 32px 87px 32px 63px;
  }
  .footer-start-change__icon {
    width: 80px;
  }
  .footer-start-change__title {
    flex: 0 0 276px;
    font-size: 44px;
    line-height: 44px;
  }
  .footer-start-change__title-wrapper {
    flex: 0 0 372px;
  }
  .footer-start-change__description {
    font-size: 24px;
    line-height: 30px;
    margin: 0 67px 0 36px;
  }
  .footer-banner-link {
    width: 169px;
    height: 169px;
    border-radius: 20px;
  }
  .footer-banner-link_iwmf {
    width: auto;
    height: 169px;
  }
  .footer-logo__link {
    font-size: 24px;
    line-height: 32px;
  }
  .footer-logo__image {
    width: 90px;
    margin-left: 24px;
  }
  .footer-logo__title {
    font-size: 50px;
    line-height: 64px;
  }
  .container-footer {
    width: 1513px;
  }
}
.supporters {
  width: 100%;
  display: table;
  margin-top: 30px;
}
.supporters ul {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
  display: table;
  width: 100%;
}
.supporters ul li {
  width: 112px;
  min-height: 150px;
  margin-bottom: 10px;
  /*float: right;*/
  display: inline-block;
  overflow: hidden;
  padding-top: 1px;
  text-align: center;
}
.supporters li:hover img {
  box-shadow: 0 0 0 1px #c94ccf;
}
.supporters li img {
  border-radius: 50%;
  border: 3px solid #fff;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 0 1px #0c4a6d;
}
.supporters li p {
  font-size: 13px;
  color: #0c4a6d;
  margin-top: 10px;
  line-height: 120%;
}
.supporters li p span {
  color: #999;
  display: block;
  line-height: 120%;
}
.supporters button {
  padding: 0px 20px 5px;
  margin: auto;
  border-radius: 3px;
  border: 0;
  background-color: #bdbdbd;
  display: table;
  color: #fff;
  cursor: pointer;
}
.supporters button:hover {
  background-color: #AAAAAA;
}
.supporters .loading {
  display: none;
}

.stitle {
  text-align: center;
}
.stitle span {
  background: #E74C3C;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  height: 30px;
  line-height: 1.6;
  margin-left: 20px;
  margin-right: 15px;
  position: relative;
  width: 80px;
  vertical-align: middle;
}
.stitle span::before {
  border-bottom: 7px solid transparent;
  border-left: 9px solid #E74C3C;
  border-top: 7px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -7px;
  top: 8px;
  width: 0;
}

.signup {
  width: 100%;
  float: right;
  padding: 0px;
  margin-bottom: 50px;
}
.signup-form-alert {
  width: 70%;
  display: none;
  margin: 0 auto 15px auto;
}
.signup i {
  padding-left: 20px;
}
.signup input {
  width: 70%;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  margin: 0 auto 15px auto;
  display: table;
  color: #000;
  padding: 0 10px;
}
.signup input[name=captcha] {
  width: 20%;
  float: left;
  margin-left: 15%;
}
.signup button {
  clear: both;
  width: 200px;
  height: 45px;
  border-radius: 3px;
  border: 0;
  background-color: #25A69B;
  margin: 0 auto 15px auto;
  display: table;
  color: #fff;
  font-size: 18px;
}
.signup button:hover {
  background-color: #AAAAAA;
}
.signup button:disabled {
  background-color: #AAAAAA;
  cursor: not-allowed;
}

.campaigns input[name=captcha] {
  width: 30%;
  float: left;
  margin-left: 5%;
}
.campaigns button[type=submit] {
  clear: both;
  width: 200px;
  height: 45px;
  border-radius: 3px;
  border: 0;
  background-color: #25A69B;
  margin: 0 auto 15px auto;
  display: table;
  color: #fff;
  font-size: 18px;
}
.campaigns button[type=submit]:hover {
  background-color: #AAAAAA;
}
.campaigns .captitle {
  float: right;
  margin-right: 5%;
}

.share {
  width: 33%;
  height: 400px;
  border-left: 1px solid #bdbdbd;
  float: right;
}
.share .ourpages {
  width: 234px;
  margin: 90px auto 0;
}
.share .icon {
  float: right;
  width: 50px;
  height: 50px;
  padding: 10px 0 0 5px;
  margin: 0px 4px;
  border-radius: 50%;
  background-color: #0c4a6d;
  color: #fff;
  font-size: 30px;
  border: 1px solid #fff;
}
.share .icon:hover {
  border: 1px solid #c94ccf;
  background-color: #fff;
  color: #c94ccf;
}
.share .icon.telegram {
  font-size: 49px;
  padding: 0;
  background: transparent;
  color: #0088cc;
  position: relative;
}
.share .icon.telegram:hover {
  color: #fff;
  background: #c94ccf;
  border: 1px solid transparent;
}
.share .icon.telegram:hover:after {
  border: 1px solid #c94ccf;
  width: 49px;
  height: 49px;
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  border-radius: 50%;
  content: "";
}
.share .icon.telegram:before {
  margin: 0;
  display: block;
}
.share .icon-instagram {
  background-color: #5851db;
}
.share .icon-instagram:before {
  font-size: 27px;
  vertical-align: -2px;
}
.share .icon-facebook {
  background-color: #45619d;
}
.share .icon-twitter {
  background-color: #5ea9dd;
}

.pagination a {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 45%;
  background-color: #25A69B;
  margin: 3px;
  color: #fff;
  text-align: center;
}
.pagination a:hover {
  background-color: #999;
}
.pagination .activepage {
  background-color: #444;
  color: #fff;
}

.payment-invite {
  border: 1px solid #bfdeac;
  border-radius: 10px;
  background-color: #f6ffee;
  margin: 25px 0px;
  padding: 0 10px;
}
.payment-form input {
  width: 15px;
  height: 25px;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  margin: 0 auto 15px auto;
  display: table;
  color: #bdbdbd;
  padding: 0 10px;
}

.loading {
  text-align: center;
}
.loading_submit {
  text-align: center;
}

.call2actions {
  width: 100%;
  margin-top: 100px;
  display: table;
}
.call2actions i {
  font-size: 72px;
  color: #bdbdbd;
}

h3 {
  color: #25A69B;
  font-size: 24px;
  text-align: center;
}

.email {
  width: 33%;
  height: 400px;
  float: right;
}

.captitle {
  float: right;
  margin-right: 15%;
}

.captcha {
  display: none;
}

/* Last signups VERTICAL slider */
.vertical .carousel-item-next.carousel-item-left, .vertical .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.vertical .carousel-item-next, .vertical .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}
.vertical .carousel-item-prev, .vertical .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

/* responsive */
body {
  color: #676767;
}

.section-1 {
  background: url(../img/img_wave.png) center 308px no-repeat;
  padding-bottom: 75px;
}

.home-text-wrapper h1 {
  font-size: 46px;
  color: #444;
  padding-top: 8px;
  margin: 0 0 20px 0;
}

.home-text-wrapper h2 {
  font-size: 26px;
  margin: 0 0 41px 0;
}

.home-text-wrapper h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 36px 0;
}

.section-2 {
  background-color: #fff;
  padding: 0 0 60px 0;
  overflow: hidden;
}

.section-2 h2 {
  font-size: 26px;
  margin: 6px 0 31px 0;
}

.more-karzar {
  display: block;
  color: #25A69B;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 38px;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.more-karzar-bottom {
  display: none;
  color: #25A69B;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 38px;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
}

.more-karzar:hover {
  color: #fff;
  background-color: #25A69B;
}

.more-karzar.active {
  color: #fff;
  background-color: #25A69B;
}

.section-3 {
  position: relative;
  z-index: 1;
  padding: 62px 0 19px;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}

.counter {
  position: relative;
  width: 170px;
  height: 170px;
  display: block;
  margin: 28px auto 34px;
  border-radius: 50%;
  background-position: -180px 0;
  border: 6px solid #fff;
  box-shadow: 0 0 70px 15px rgba(0, 0, 0, 0.1);
}

.counter-1 {
  background: linear-gradient(#4dd5ca, #6cb0ac);
  color: #25A69B;
}

.counter-2 {
  width: 220px;
  height: 220px;
  margin-top: 0;
  background: linear-gradient(#a78be1, #473e89);
  color: #6c4daa;
}

.counter-3 {
  background: linear-gradient(#fb8965, #f96c3f);
  color: #f58d56;
}

.counter .text-wrapper {
  width: 98px;
  height: 98px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  padding-top: 23px;
}

.counter-2 .text-wrapper {
  width: 132px;
  height: 132px;
  padding-top: 29px;
}

.counter .text-wrapper span {
  line-height: 26px;
  display: block;
}

.counter-2 .text-wrapper span {
  line-height: 36px;
  font-size: 30px;
}

.counter-text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 35px;
  margin-bottom: 40px;
}

.section-4 {
  background-color: #f9f9f9;
  padding: 90px 0 60px;
  overflow: hidden;
}

.section-4 h2 {
  font-size: 26px;
  margin: 6px 0 31px 0;
}

.section-5 {
  padding: 80px 0 60px;
}

.section-5 .logo-wrapper {
  display: block;
  float: right;
  margin-left: 40px;
}

.section-5 .text p {
  line-height: 36px;
  margin-bottom: 36px;
  font-size: 18px;
}

.section-5 .text p:last-child {
  margin-bottom: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.payment_button {
  display: block;
  width: 200px;
  padding: 5px 15px;
  background-color: #5fc245 !important;
  color: #fff;
  border-radius: 3px !important;
  box-shadow: 0 4px #4a9e34;
  margin: auto;
  border: 0px;
  text-align: center;
  height: auto;
}

.fulltext table {
  width: 100%;
  font-size: 14px;
  line-height: 160%;
}

.fulltext table th {
  border-bottom: 2px solid #25A69B;
  padding: 10px 5px 10px 0px;
}

.fulltext table td {
  border-bottom: 1px solid #ccc;
  padding: 10px 5px 10px 0px;
}

.fulltext table tr:nth-child(odd) {
  background-color: #eee;
}

.numb_circle {
  background-color: #25A69B;
  padding: 10px;
  width: 44px;
  margin: auto;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  margin-top: 50px;
}

.campaign_creator {
  padding-top: 10px;
}

/* Home Page Intro  v3.0 */
.move-hands {
  width: 100%;
  height: 300px;
  background: url("../img/hands.png") repeat-x fixed;
  background-position: 0 167px;
  border-radius: 10px;
  display: block;
  position: absolute;
  -webkit-transition: 1000ms all ease;
  -o-transition: 1000ms all ease;
  transition: 1000ms all ease;
  animation: animatedHands 20s linear infinite;
  -moz-animation: animatedHands 20s linear infinite;
  -webkit-animation: animatedHands 20s linear infinite;
  -ms-animation: animatedHands 20s linear infinite;
  -o-animation: animatedHands 20s linear infinite;
  -webkit-transition: 1000ms all ease;
  -o-transition: 1000ms all ease;
  transition: 1000ms all ease;
}

.text-info {
  font-size: 10pt;
}

.newintroholder {
  width: 100%;
  height: 300px;
  background: #d8d8d8;
  border-radius: 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.newintro {
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
}

.introcircle {
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  filter: blur(5px);
  -webkit-transition: 1000ms all ease;
  -o-transition: 1000ms all ease;
  transition: 1000ms all ease;
}

.newintroholder:hover .introcircle {
  filter: blur(0px);
}

.newintroholder:hover .move-hands {
  filter: blur(3px);
}

.bbl-1 {
  width: 40px;
  height: 40px;
  background-color: #b0d728;
  top: 105px;
  right: 45px;
}

.bbl-2 {
  width: 70px;
  height: 70px;
  background-color: #FF5959;
  top: 120px;
  right: 120px;
}

.bbl-3 {
  width: 40px;
  height: 40px;
  background-color: #3D64E5;
  top: 165px;
  right: 250px;
}

.bbl-4 {
  width: 70px;
  height: 70px;
  background-color: #ef8e26;
  top: 38px;
  right: 355px;
}

.bbl-5 {
  width: 70px;
  height: 70px;
  background-color: #b0d728;
  top: 150px;
  left: 345px;
}

.bbl-6 {
  width: 40px;
  height: 40px;
  background-color: #3D64E5;
  top: 50px;
  left: 305px;
}

.bbl-7 {
  width: 40px;
  height: 40px;
  background-color: #FF5959;
  top: 220px;
  left: 136px;
}

.bbl-8 {
  width: 70px;
  height: 70px;
  background-color: #bc32d9;
  top: 75px;
  left: 100px;
}

.intro-stat {
  display: block;
  width: 250px;
  height: 250px;
  background-color: #25A69B;
  border-radius: 50%;
  margin: 25px auto 0;
  padding-top: 64px;
}

.newintro h3 {
  color: #fff;
  font-size: 18pt;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #000;
}

.newintro h2 {
  font-size: 27pt;
  font-weight: bold;
  color: black;
  padding: 0;
  margin: 15px 0px 5px 0px;
  letter-spacing: 2px;
}

.newintro h4 {
  color: #fff;
  font-size: 12pt;
  font-weight: normal;
  padding: 0;
  margin: 10px;
}

.introcta {
  width: 100%;
}

.introcta .cta-new {
  display: block;
  float: left;
  width: 150px;
  background-color: #25A69B;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-right: 30px;
  margin-top: 30px;
}

.introcta .cta-about {
  display: block;
  float: left;
  width: 150px;
  background-color: #d8d8d8;
  border-radius: 5px;
  color: #555;
  text-align: center;
  padding: 10px;
  margin-top: 30px;
}

.intro-certs img {
  border: 0;
  margin-top: 30px;
  height: 50px;
  margin-left: 20px;
  filter: grayscale(100%);
  -webkit-transition: 1000ms all ease;
  -o-transition: 1000ms all ease;
  transition: 1000ms all ease;
}

.intro-certs:hover img {
  filter: unset;
}

.intro-certs img:hover {
  height: 60px;
  margin-top: 20px;
}

/* TABs in Full page */
.media-updates {
  width: 100%;
  color: #888;
}

.media-updates .modal-body {
  color: #333;
}

.media-updates h4 {
  font-size: 16px;
  color: #000;
}

.updates {
  width: 100%;
  border: 1px solid #25A69B;
  border-radius: 10px;
  display: table;
  padding: 15px 0;
  font-size: 14px;
  margin: 15px 0;
  height: 151px;
  overflow: hidden;
  align-items: center;
}

.updates-verify {
  border: 1px solid #25A69B;
}

.updates-success {
  border: 1px solid #B1D728;
  background-color: #B1D728;
  color: #fff;
  padding: 15px 20px 0px 0px;
}

.updates-success h4 {
  color: #fff;
}

.updates-success a {
  color: #000000;
  font-weight: bold;
}

.updates-icon {
  text-align: center;
  padding-top: 10px;
}

.updates-disclaimer {
  border: 1px solid #EF8E27;
}

.updates-legal {
  border: 1px solid #B1D728;
}

.updates-button {
  background-color: #25A69B;
  border-radius: 5px;
  padding: 10px 10px;
  color: #fff;
  border: 0;
  height: auto;
  font-size: 11px;
  line-height: initial;
  display: table;
  float: right;
  margin-left: 10px;
}
.updates-button:hover, .updates-button:focus, .updates-button:focus-visible {
  color: #fff;
  outline: none;
}

.updates-indexed {
  border: 1px solid #3D64E5;
}

.updates-registered {
  border: 1px solid #FF5959;
}

.updates-sendmedia {
  border: 1px solid #BD31D8;
}

.updates-instagram {
  border-radius: 10px;
  margin: 15px 0;
}

.updates-news {
  border: 1px solid #ddd;
}

.updates-special {
  border: 1px solid #25A69B;
}

.updates-audio {
  background-color: #B1D728;
  border: 1px solid #B1D728;
}

.updates-audio p {
  color: #000;
}

.updates-audio audio {
  height: 45px;
  width: 100%;
}

.comment {
  width: 100%;
  padding: 10px 0px;
  margin: 0px;
  border-bottom: 1px solid #ddd;
}

.reply {
  padding: 10px 30PX 0px 0PX;
  margin: 0px;
  border-top: 1px solid #ddd;
}

.reply-button {
  font-size: 10pt;
}

.comments .addcomment {
  display: block;
  width: 157px;
  background-color: #fff;
  border-radius: 5px;
  color: #25A69B;
  text-align: center;
  padding: 0px;
  margin: 30px auto;
  border: 1px solid #25A69B;
  height: auto;
}

#comment_modal input {
  width: 90%;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  margin: 0 auto 15px auto;
  display: table;
  color: #888;
  padding: 0 10px;
}

#comment_modal textarea {
  width: 90%;
  height: 145px;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  margin: 0 auto 15px auto;
  display: flex;
  color: #888;
  padding: 0 10px;
}

#comment_modal input[name=captcha] {
  width: 20%;
  float: left;
  margin-left: 5%;
}

#comment_modal .captcha {
  display: table;
}

#comment_modal .captitle {
  float: right;
  margin-right: 5%;
}

#newsLink_modal input {
  width: 90%;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  margin: 0 auto 15px auto;
  display: table;
  color: #888;
  padding: 0 10px;
}

#newsLink_modal textarea {
  width: 90%;
  height: 145px;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  margin: 0 auto 15px auto;
  display: table;
  color: #888;
  padding: 0 10px;
}

#newsLink_modal input[name=captcha] {
  width: 20%;
  float: left;
  margin-left: 5%;
}

#newsLink_modal .captcha {
  display: table;
}

#newsLink_modal .captitle {
  float: right;
  margin-right: 5%;
}

#report_error_modal input {
  width: 90%;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  margin: 0 auto 15px auto;
  display: table;
  color: #888;
  padding: 0 10px;
}

#report_error_modal .checkbox-inline {
  display: block !important;
  margin-right: 10px;
}

#report_error_modal input[type=checkbox] {
  width: 90%;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  margin: 0 auto 15px auto;
  display: table;
  color: #888;
  padding: 0 10px;
}

#report_error_modal textarea {
  width: 90%;
  height: 145px;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  margin: 0 auto 15px auto;
  display: table;
  color: #888;
  padding: 0 10px;
}

#report_error_modal input[name=captcha] {
  width: 20%;
  float: left;
  margin-left: 5%;
}

#report_error_modal .captcha {
  display: table;
}

#newsLink_modal .captitle {
  float: right;
  margin-right: 5%;
}

.home-section-special-member {
  padding: 0 0 24px;
  overflow: hidden;
  background-color: #f5f5f5;
}

/* responsive */
.blog {
  padding-top: 60px;
}
.blog-box {
  display: block;
  color: #676767;
  background-color: #fff;
  margin-bottom: 40px;
  box-shadow: 0 10px 40px 3px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.blog-box:hover {
  color: #111;
  box-shadow: 0 10px 40px 3px rgba(0, 0, 0, 0.15);
}
.blog-box h3 {
  font-size: 16px;
  padding: 10px 15px 0 15px;
  margin: 0 0 21px;
  text-align: right;
  line-height: 30px;
  color: #676767;
}
.blog-box h4 {
  font-size: 14px;
  padding: 25px 15px 0 15px;
  margin: 0px;
  text-align: right;
  color: #AAAAAA;
}
.blog-box img {
  width: 100%;
  padding: 0px;
  border-radius: 10px 10px 0 0;
}
.blog-box .top .text {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-top: 20px;
}
.blog-box .middle {
  position: relative;
}
.blog-box .middle .text {
  font-size: 12px;
  padding: 0 15px;
  margin-bottom: 26px;
  min-height: 72px;
}
.blog-box .bottom {
  padding: 9px 0 11px 0;
  border-radius: 0 0 10px 10px;
}
.blog-box .bottom > div {
  position: relative;
  padding-right: 48px;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
  height: 30px;
}
.blog-box .bottom .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  right: 15px;
  background-image: url(../img/icons.png);
}
.blog-box .bottom .icon-start {
  background-position: -144px 0;
}
.blog-box .bottom .icon-end {
  background-position: -162px 0;
}
.blog-box .bottom .icon-people {
  background-position: -180px 0;
}
.blog-subtitle {
  color: #AAAAAA;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  display: block;
  text-align: center;
}
.blog-title {
  color: #25A69B;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}

.mediabar {
  background: url(../img/media-new.png) repeat-x;
  width: 100%;
  height: 80px;
  display: block;
}

.followbox {
  position: fixed;
  z-index: 100;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background: rgb(37, 166, 155);
  padding: 10px;
  color: rgb(255, 255, 255);
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: normal;
}
.followbox:hover {
  color: #000;
}

.gotoinsta {
  display: block;
  width: 157px;
  border-radius: 5px;
  color: #fff;
  text-align: right;
  padding: 5px 36px 5px 0px;
  margin: 10px auto;
  border: 1px solid #fff;
  height: auto;
  position: relative;
  background-color: rgb(37, 166, 155);
}
.gotoinsta span {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-image: url(../img/icons.png);
  background-position: -270px 0;
}

.header-search__wrapper {
  display: flex;
}

.search-button {
  clear: both;
  border-radius: 3px;
  border: 0;
  background-color: #25A69B;
  width: 100%;
  display: table;
  color: #fff;
  font-size: 14px;
}

.grecaptcha-badge {
  visibility: visible !important;
}

.notif-numb {
  display: block;
  float: left;
  background-color: #E74C3C;
  color: #fff;
  padding: 1px 6px;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 12px;
}

/* responsive */
.dashboard-menu {
  width: 100%;
  overflow-x: auto;
}
.dashboard-menu ul {
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none;
  display: table;
  width: 735px;
}
.dashboard-menu li {
  display: inline;
  padding: 0;
  margin: 0;
}
.dashboard-menu li a {
  float: right;
  padding: 5px 10px;
}
.dashboard-menu li a.active {
  border-bottom: 3px solid #25A69B;
  padding: 5px;
  margin: 0px 5px;
}
.dashboard-karzar {
  width: 100%;
  color: #676767;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
}
.dashboard-karzar figure {
  float: right;
  border-radius: 20px;
  background-color: #BD31D8;
  box-shadow: 0 5px 20px rgba(189, 49, 216, 0.3);
}
.dashboard-karzar figure img {
  width: 63px;
  height: 63px;
  border-radius: 20px;
  border: 0;
  opacity: 0.7;
}
.dashboard-karzar h3 {
  font-size: 14px;
  font-weight: normal;
  color: #707070;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  text-align: right;
  max-height: 48px;
  overflow: hidden;
}
.dashboard-karzar .desc {
  float: left;
  width: 100%;
}
.dashboard-karzar .desc h3 {
  margin-bottom: 20px;
}
.dashboard .dashboard-footer {
  line-height: 260%;
  padding: 0;
}
.dashboard .dashboard-footer li {
  list-style: none;
}
.dashboard .dashboard-footer li::before {
  content: "";
  display: inline-block;
  list-style: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #25A69B;
  margin-left: 20px;
}
.dashboard h1 {
  font-size: 18px;
  font-weight: normal;
  color: #676767;
  margin: 50px 0 20px 0;
}

.btn1 {
  background-color: #77B43F;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.btn2 {
  background-color: #25A69B;
  color: #fff;
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
}
.btn3 {
  background-color: #AAAAAA;
  color: #fff;
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
}
.btn4 {
  background-color: #fff;
  color: #EF8E27;
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #EF8E27;
}
.btn5 {
  background-color: #fff;
  color: #25A69B;
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #25A69B;
}
.btn6 {
  background-color: #fff;
  color: #25A69B;
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.1);
}

.del:hover {
  background-color: #FF5959;
  color: #fff;
}

.start-here {
  border: 1px solid #25A69B;
  border-radius: 10px;
  padding: 20px;
  color: #707070;
  font-size: 14px;
  display: table;
  width: 100%;
  line-height: 200%;
}
.start-here .btn1 {
  float: left;
}

.pending {
  color: #EF8E27;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  background-color: #f9ede6;
  padding: 0 5px;
  border-radius: 5px;
}

.replied {
  color: #25A69B;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  background-color: #e8f6ef;
  padding: 0 5px;
  border-radius: 5px;
}

.closed {
  color: #ff081b;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  background-color: #ffdae6;
  padding: 0 5px;
  border-radius: 5px;
}

.trim {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.help-item {
  display: block;
  width: 100%;
  color: #676767;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 20px;
}
.help-item .circle {
  width: 18px;
  height: 18px;
  display: block;
  background-color: #B1D728;
  border-radius: 50%;
  margin-top: 3px;
}

.ticket-info {
  display: block;
  width: 100%;
  color: #676767;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 20px;
}
.ticket-info h3 {
  font-size: 14px;
  text-align: right;
  color: black;
  margin-top: 0px;
}
.ticket-post {
  display: block;
  width: 100%;
  color: #676767;
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  padding: 20px;
}
.ticket-post h3 {
  font-size: 14px;
  text-align: right;
  color: black;
  margin-top: 0px;
}
.ticket-date {
  float: left;
  font-size: 12px;
  color: #AAAAAA;
}
.ticket label {
  color: #707070;
  font-weight: normal;
  font-size: 14px;
  margin: 10px 0px;
}
.ticket .btn1 {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
}

.admin-reply {
  border: 1px solid #25A69B;
}
.admin-reply h3 {
  color: #25A69B;
}
.admin-reply h3:after {
  content: " (کارزار)";
}

.code {
  color: #ccc;
}

.karzar-intro {
  width: 100%;
  color: #676767;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 20px;
}
.karzar-intro h2 {
  font-size: 16px;
  text-align: center;
  line-height: 180%;
}
.karzar-intro figure {
  display: table;
  margin: auto;
  border-radius: 20px;
  background-color: #BD31D8;
  box-shadow: 0px 5px 20px rgba(189, 49, 216, 0.3);
}
.karzar-intro figure img {
  width: 63px;
  height: 63px;
  border-radius: 20px;
  border: 0;
  opacity: 0.7;
}
.karzar-intro .btn {
  display: table;
  margin: auto;
}
.karzar-stats {
  text-align: center;
  color: #AAAAAA;
  font-size: 18px;
  margin: 20px 0 10px 0;
}
.karzar-stats b {
  color: #25A69B;
}
.karzar-stats img {
  width: 26px;
  margin-left: 5px;
}
.karzar-chart {
  width: 100%;
  border: 1px solid #25A69B;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 10px 0;
}
.karzar-option {
  width: 100%;
  display: block;
  color: #676767;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 10px 10px 15px 10px;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
}
.karzar-option:before {
  content: "";
  display: table;
  height: 20px;
  width: 20px;
  margin: 5px auto 10px;
  border-radius: 50%;
}

.today-stats {
  text-align: center;
  font-size: 12px;
}
.today-stats b {
  color: #25A69B;
}

.opt-green:before {
  background-color: #B1D728;
}
.opt-red:before {
  background-color: #FF5959;
}
.opt-orange:before {
  background-color: #EF8E27;
}
.opt-purple:before {
  background-color: #BD31D8;
}
.opt-blue:before {
  background-color: #3D64E5;
}

.success-box {
  width: 100%;
  color: #444;
  background-color: #B1D728;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 20px;
}
.success-box a, .success-box h3 {
  color: black;
}

.sianat {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  transition: 500ms all ease;
}
.sianat:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  margin-bottom: 5px;
}

.desktop {
  display: table;
}

.mobile {
  display: none;
}

#showMe {
  color: red;
  visibility: hidden;
  -webkit-animation: cssAnimationShow 0s 20s forwards;
          animation: cssAnimationShow 0s 20s forwards;
}

#hideMe {
  visibility: visible;
  -webkit-animation: cssAnimationHide 0s 40s forwards;
          animation: cssAnimationHide 0s 40s forwards;
}

/* responsive */
.welcome-box {
  display: flex;
  width: 100%;
  background-color: #25A69B;
  border-radius: 10px;
  padding: 20px;
  margin: 40px 0 15px;
  color: #fff;
  font-size: 12px;
  position: relative;
}
.welcome-box__right-section {
  display: flex;
  width: 100%;
}
.welcome-box__left-section {
  display: flex;
}
.welcome-box__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 26px;
}
.welcome-box__image-wrapper {
  position: relative;
}
.welcome-box__image-wrapper::before {
  content: "";
  border: 2px solid #fff;
  background-color: #B0D728;
  color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  border-radius: 50%;
  z-index: 1;
}
.welcome-box__name {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 5px 0;
  line-height: 30px;
}
.welcome-box__link {
  color: #fff;
  line-height: 19px;
}
.welcome-box__btn {
  float: left;
  border-radius: 7px;
  min-width: 100px;
  height: 31px;
  padding: 6px 15px;
  margin: auto 0 6px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 19px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: no-repeat right;
  background-image: url("../img/svg/pencil.svg"), linear-gradient(220deg, #CEC5A8, #BAAC7D);
}
.welcome-box__btn:hover, .welcome-box__btn:focus {
  color: #fff;
}
.welcome-box img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
}

/* responsive */
.stats-box {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  border-radius: 10px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 15px 8px 20px;
  min-height: 63px;
}
.stats-box:focus, .stats-box:hover {
  color: rgba(255, 255, 255, 0.8);
}
.stats-box_blue {
  background-color: #3D64E5;
  margin-left: -7.5px;
}
.stats-box_olive {
  background-color: #B0D728;
  margin-right: -7.5px;
}
.stats-box_purple {
  background-color: #BC32D9;
  margin-left: -7.5px;
}
.stats-box_orange {
  background-color: #EF8E26;
  margin-right: -7.5px;
}
.stats-box_support {
  position: relative;
  color: #AAAAAA;
  background-color: #fff;
  border: 1px solid #25A69B;
}
.stats-box_support:focus, .stats-box_support:hover {
  color: #AAAAAA;
}
.stats-box_support.active::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: -8px;
  right: -2px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #FF5959;
}
.stats-box_support.active .stats-box__btn {
  color: #FF5959;
  background-color: #FFF4F4;
  background-image: url(../img/svg/arrow-red.svg);
  font-weight: 700;
}
.stats-box_support .stats-box__btn {
  color: #25A69B;
  background-color: #EFF7F6;
  background-image: url(../img/svg/arrow-green.svg);
  font-weight: 700;
}
.stats-box_support .stats-box__btn:focus, .stats-box_support .stats-box__btn:hover {
  color: #25A69B;
}
.stats-box_support strong {
  color: #25A69B;
}
.stats-box__image {
  width: 28px;
  margin: 0 0 0 19px;
}
.stats-box__num {
  font-size: 26px;
  line-height: 43px;
  margin: 0 0 0 5px;
}
.stats-box__btn {
  display: flex;
  align-items: center;
  border-radius: 8px;
  width: 137px;
  margin: 0 auto 0 -12px;
  padding: 14px 12px 14px 32px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
  background: rgba(0, 0, 0, 0.1) url(../img/svg/arrow.svg) left 12px center no-repeat;
}
.stats-box__btn:focus, .stats-box__btn:hover {
  color: #fff;
}
.stats-box__btn-image {
  margin-right: auto;
}

/* responsive */
.ticket-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 20px 0;
}
.ticket-header h1 {
  margin: 0;
}
.ticket-item {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
}
.ticket-item_new {
  position: relative;
}
.ticket-item_new:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: -8px;
  right: -2px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #FF5959;
}
.ticket-item_new .ticket-item__btn {
  color: #FF5959;
  background-color: #FFF4F4;
  background-image: url(../img/svg/arrow-red.svg);
}
.ticket-item_new .ticket-item__status {
  background-color: #25A69B;
}
.ticket-item_replied .ticket-item__btn {
  background-image: url(../img/svg/arrow-green.svg);
}
.ticket-item_replied .ticket-item__status {
  background-color: #25A69B;
}
.ticket-item__status span {
  opacity: 50%;
  margin-right: 5px;
  float: right;
}
.ticket-item__status div {
  float: left;
}
.ticket-item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #AAAAAA;
  background-color: #fff;
  border-radius: 10px;
  padding: 8px 15px 8px 20px;
  min-height: 63px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.ticket-item__text {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 19px;
  overflow: hidden;
}
.ticket-item__title {
  color: #707070;
  font-size: 14px;
  line-height: 24px;
}
.ticket-item__btn {
  display: flex;
  align-items: center;
  border-radius: 8px;
  flex: 0 0 137px;
  margin: 0 10px 0 -12px;
  padding: 14px 12px 14px 32px;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  color: #676767;
  background: #F2F2F2 url(../img/svg/arrow-orange.svg) left 12px center no-repeat;
}
.ticket-item__status {
  text-align: center;
  margin: -10px 0 0;
  padding: 18px 10px 8px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  background-color: #EF8E27;
  border-radius: 0 0 10px 10px;
  z-index: -1;
}
.ticket-create-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 26px;
  line-height: 43px;
  color: #AAAAAA;
  margin: 0 0 50px;
}
.ticket-create-header__icon {
  display: block;
  width: 36px;
  margin: 0 auto;
  filter: invert(74%) sepia(15%) saturate(0%) hue-rotate(203deg) brightness(87%) contrast(100%);
}
.ticket-create-header strong {
  color: #25A69B;
}
.ticket-create-prev {
  display: none;
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  color: #3D64E5;
}
.ticket-create-prev__btn {
  padding: 0 3px;
  cursor: pointer;
}
.ticket-create-prev__icon {
  margin-left: 5px;
}
.ticket-create-back__btn:hover {
  opacity: 0.7;
}
.ticket-create-title {
  display: block;
  color: #676767;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 4px;
}
.ticket-create-description {
  display: block;
  color: #AAAAAA;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 27px;
}
.ticket-create-description_blue {
  color: #3D64E5;
}
.ticket-create-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #3D64E5;
  border-radius: 10px;
  padding: 28px 30px 28px 50px;
  margin-bottom: 20px;
  background: #fff url(../img/svg/arrow-n-blue.svg) left 30px center no-repeat;
  cursor: pointer;
}
.ticket-create-item_thin {
  padding: 14px 30px 14px 50px;
  margin-bottom: 8px;
}
.ticket-create-item_green {
  border-color: #25A69B;
  background-image: url(../img/svg/arrow-n-green.svg);
}
.ticket-create-item_green .ticket-create-item__description {
  color: #25A69B;
}
.ticket-create-item_subject {
  padding: 18px 30px 18px 50px;
  margin-bottom: 8px;
}
.ticket-create-item__title {
  display: block;
  color: #676767;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 7px;
}
.ticket-create-item__description {
  color: #3D64E5;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}
.ticket-create-item__icon {
  width: 12px;
}
.ticket-create-form {
  margin: 20px 0 0;
}
.ticket-create-form__label {
  color: #707070;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 10px !important;
  padding: 0 !important;
}
.ticket-create-form__input {
  color: #707070;
  display: block;
  background-color: #FAFAFA;
  border: 1px solid #AAAAAA;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 12px 15px;
}
.ticket-create-form__textarea {
  height: 163px !important;
  background-color: #FAFAFA;
  border: 1px solid #AAAAAA;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 12px 15px;
}
.ticket-create-form__file {
  display: block;
  color: #25A69B;
  background-color: #EFF7F6;
  border: 1px solid #25A69B;
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.ticket-create-form__submit {
  width: 100%;
  color: #fff;
  background-color: #77B43F;
  border: 1px solid #25A69B;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 15px;
}
.ticket-step {
  display: none;
}
.ticket-step.active {
  display: block;
}
.ticket-step_author, .ticket-step_general {
  display: none;
}

/* responsive */
.campaign-item {
  display: flex;
  align-items: center;
  color: #707070;
  padding: 20px 20px 20px 50px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 20px;
  border: 1px solid #3D64E5;
  cursor: pointer;
  background: #fff url(../img/svg/arrow-n-blue.svg) left 30px center no-repeat;
}
.campaign-item_small {
  color: #6181E9;
  background: #EDF0FA;
  padding: 18px 20px;
  margin-bottom: 16px;
  font-size: 10px;
  line-height: 16px;
  border-radius: 10px;
  border: none;
}
.campaign-item_small .campaign-item__figure {
  flex: 0 0 30px;
  margin-left: 12px;
}
.campaign-item_small .campaign-item__title {
  color: #6181E9;
  margin-bottom: 2px;
  font-weight: 700;
}
.campaign-item__figure {
  flex: 0 0 60px;
  margin-left: 20px;
  border-radius: 10px;
  background-color: #BD31D8;
  box-shadow: 0 5px 20px rgba(189, 49, 216, 0.3);
  overflow: hidden;
}
.campaign-item__image {
  border-radius: 10px;
  opacity: 0.7;
}
.campaign-item__title {
  display: block;
  color: #707070;
  margin-bottom: 20px;
}

/* responsive */
.auth-form {
  margin-bottom: 0;
}
.auth-resend-code-btn {
  display: none;
  margin: 5px auto;
  width: 100px;
  text-align: center;
  cursor: pointer;
  color: #25A69B;
}
.auth-resend-code-btn:hover {
  color: initial;
}

.face {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: absolute;
  text-align: center;
  line-height: 64px;
  font-size: 24px;
}
.face .counter {
  border-radius: 20px;
  font-size: 76px;
  font-weight: 400;
  position: absolute;
  top: 17px;
  width: 260px;
  left: 20px;
}

/* news link modal */
#newsLink_modal .input-group {
  width: 90%;
  margin: 0 auto 15px auto;
}
#newsLink_modal .input-group input {
  margin: 0;
  width: 100%;
}
#newsLink_modal .input-group-addon {
  cursor: pointer;
}

/* signup form */
#signup-form .input-group {
  width: 70%;
  margin: 0 auto 15px auto;
}
#signup-form .input-group input {
  margin: 0;
  width: 100%;
}
#signup-form .input-group-addon {
  cursor: pointer;
}

/* campaign notification */
.campaign-notification {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: #25A69B;
  border-radius: 10px 10px 0 0;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.campaign-notification:hover, .campaign-notification:focus, .campaign-notification:focus-visible {
  color: #fff;
  outline: none;
}
.campaign-notification__link {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 12px 8px 12px 36px;
  border-radius: 4px;
  background: #238a81 url(../img/svg/circle-arrow-left-white.svg) 10px center no-repeat;
  background-size: 20px;
}
.campaign-notification.active {
  display: flex;
}

.legal-field {
  display: none;
}

.signature-affect {
  font-size: 12px;
  font-weight: 800;
  padding: 8px 0 0;
  text-align: center;
  margin-bottom: 48px;
  color: var(--k-primary) !important;
  background-color: transparent;
  border: none;
  height: auto;
  line-height: unset;
  transition: unset;
}

/* responsive */
@media (min-width: 1024px) {
  .signature-affect {
    font-size: 14px;
    text-align: right;
    margin-bottom: 32px;
  }
}
.timer {
  border-radius: 50%;
  height: 100px;
  overflow: hidden;
  position: absolute;
  width: 100px;
}
.timer-group {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  position: relative;
}
.timer:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
}
.timer.second {
  background: rgba(0, 0, 0, 0.2);
  height: 60px;
  width: 60px;
}
.timer.second:after {
  height: 56px;
  left: 2px;
  width: 56px;
  top: 2px;
}
.timer.second .hand span {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-right-color: rgba(0, 0, 0, 0.3);
  border-width: 30px;
}
.timer .hand {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 50%;
}
.timer .hand:first-child {
  transform: rotate(180deg);
}
.timer .hand:first-child span {
  -webkit-animation-name: spin1;
          animation-name: spin1;
}
.timer .hand:last-child span {
  -webkit-animation-name: spin2;
          animation-name: spin2;
}
.timer .hand span {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  transform: rotate(225deg);
  border-radius: 50%;
  border: 50px solid rgba(0, 255, 255, 0.4);
  border-bottom-color: transparent;
  border-left-color: transparent;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/* responsive */
.process-line {
  display: flex;
  justify-items: flex-end;
}
.process-item {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #676767;
  margin: 0 8px;
}
.process-item:nth-child(1).active {
  background-color: #25A69B;
}
.process-item:nth-child(2).active {
  background-color: #B0D728;
}
.process-item:nth-child(3).active {
  background-color: #EF8E26;
}
.process-item:nth-child(4).active {
  background-color: #3D64E5;
}
.process-item:nth-child(5).active {
  background-color: #BC32D9;
}

#submit-button:disabled {
  background-color: #AAAAAA;
  cursor: not-allowed;
}

/* step one */
.campaign-section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 43px;
  color: #AAAAAA;
  margin-bottom: 48px;
}
.campaign-section-title__logo {
  width: 50px;
  margin-left: 12px;
}
.campaign-section-title .theme-color {
  font-weight: 700;
}
.campaign-section-list {
  list-style: none;
  padding: 0;
  margin: 0 0 48px;
  color: #676767;
  font-weight: 700;
}
.campaign-section-list__item {
  margin-bottom: 6px;
}
.campaign-section-list__item:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #25A69B;
  margin-left: 12px;
}
.campaign-section-list__item:nth-child(2):before {
  background-color: #3D64E5;
}
.campaign-section-list__item:nth-child(3):before {
  background-color: #FF5959;
}
.campaign-section-list__item:nth-child(4):before {
  background-color: #EF8E26;
}
.campaign-section-list__item:nth-child(5):before {
  background-color: #B0D728;
}
.campaign-section-agreement {
  display: flex;
  flex: 1;
  align-items: center;
  color: #25A69B;
  background-color: #EFF7F6;
  padding: 8px 12px 8px 8px;
  border-radius: 10px;
}
.campaign-section-agreement__button {
  display: flex;
  align-items: center;
  color: #79C4BE;
  background-color: #D3F2EE;
  padding: 6px 8px;
  border-radius: 6px;
  margin-right: auto;
}

/* step two */
.campaigns-wizard {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  background: #fff;
}
.campaigns-wizard-form {
  display: flex;
  margin: 0;
  flex: 1;
}
.campaigns-wizard__close-button {
  width: 16px;
  height: 16px;
  background: url(../img/svg/close.svg) no-repeat;
  background-size: contain;
}
.campaigns-wizard__button {
  width: 16px;
  height: 16px;
  background: url(../img/svg/arrow-right-w.svg) no-repeat;
}
.campaigns-wizard-item {
  display: none;
  flex: 1;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding-bottom: 63px;
}
.campaigns-wizard-item .form-group {
  margin-bottom: 22px;
}
.campaigns-wizard-item__header {
  position: relative;
  color: #fff;
  background-color: #2E2E2E;
  padding: 0 15px 18px;
}
.campaigns-wizard-item__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #2E2E2E;
  z-index: -1;
}
.campaigns-wizard-item__header-title {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.campaigns-wizard-item__header-description {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
}
.campaigns-wizard-item__body {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 15px 0;
  flex: 1;
}
.campaigns-wizard-item__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 15px 15px;
}
.campaigns-wizard-item__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.campaigns-wizard-item__label-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 6px;
}
.campaigns-wizard-item__guide {
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  margin-left: 5px;
  color: #25A69B;
  cursor: pointer;
  transition: color 0.3s;
}
.campaigns-wizard-item__guide:hover {
  color: #676767;
}
.campaigns-wizard-item__description {
  display: block;
  color: #AAAAAA;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  padding: 8px 0 0;
}
.campaigns-wizard-item__input {
  height: 41px;
  border-radius: 10px;
}
.campaigns-wizard-item__input-wrapper {
  position: relative;
}
.campaigns-wizard-item__input-wrapper .campaigns-wizard-item__input {
  padding-right: 47px;
}
.campaigns-wizard-item__input-prefix {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 35px;
  height: 35px;
  color: #25A69B;
  background-color: #D6EDEB;
  border-radius: 8px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}
.campaigns-wizard-item__textarea {
  height: 211px !important;
  border-radius: 10px;
}
.campaigns-wizard-item__textarea + .note-editor {
  margin-bottom: 0;
}
.campaigns-wizard-item__select {
  background: url(../img/svg/arrow-down.svg) 16px 12px no-repeat;
  height: 41px;
  border-radius: 10px;
}
.campaigns-wizard-item__checkbox {
  display: none;
}
.campaigns-wizard-item__checkbox:checked + .campaigns-wizard-item__checkbox-label:before {
  background: url(../img/svg/checkbox.svg) -1px -1px no-repeat;
}
.campaigns-wizard-item__checkbox-label {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.campaigns-wizard-item__checkbox-label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  border-radius: 3px;
  border: 1px solid #25A69B;
}
.campaigns-wizard-item__file {
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.campaigns-wizard-item__file-image {
  width: 76px;
  height: 76px;
  border-radius: 8px;
  margin: 0 0 0 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.campaigns-wizard-item__file-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 76px;
  height: 76px;
  color: #fff;
  background-color: #25A69B;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  border-radius: 8px;
  padding: 5px 0 10px;
  margin: 0 0 0 20px;
}
.campaigns-wizard-item__file-title {
  color: #ddd;
  font-weight: 700;
}
.campaigns-wizard-item__file-title.active {
  color: inherit;
}
.campaigns-wizard-item__date-input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.campaigns-wizard-item__datepicker {
  display: flex;
  align-items: center;
}
.campaigns-wizard-item__datepicker-text {
  border: 0;
  background: transparent;
  height: 24px;
  padding: 0;
  outline: none !important;
  width: 100%;
}
.campaigns-wizard-item__datepicker-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #25A69B;
  background-color: #F0F5F5;
  border-radius: 10px;
  border: 1px solid #25A69B;
  padding: 8px 16px 7px 8px;
  margin: 0 15px 0 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  cursor: pointer;
}
.campaigns-wizard-item__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  color: #fff;
  background-color: #25A69B;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px;
  border-radius: 10px;
  border: 0;
}
.campaigns-wizard-item__button:hover, .campaigns-wizard-item__button:focus-visible {
  color: #fff;
}
.campaigns-wizard-item__button_ghost {
  color: #25A69B;
  background-color: #fff;
  border: 1px solid #25A69B;
}
.campaigns-wizard-item__button_ghost:hover, .campaigns-wizard-item__button_ghost:focus-visible {
  color: #25A69B;
}
.campaigns-wizard__navigation {
  position: relative;
  display: flex;
  height: 38px;
  padding: 20px 20px 0;
  justify-content: space-between;
  background-color: #2E2E2E;
}
.campaigns-wizard__navigation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #2E2E2E;
  z-index: -1;
}

/* success */
.campaign-success-box {
  display: flex;
  flex-direction: column;
  padding: 26px 56px 36px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  background: #77B43F url(../img/svg/success-green.svg) right -58px center no-repeat;
}
.campaign-success-box__title {
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  padding: 10px 0;
}
.campaign-success-info {
  display: flex;
  flex-direction: column;
  color: #AAAAAA;
  font-size: 13px;
  line-height: 22px;
}
.campaign-success-info__message {
  color: #25A69B;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  padding: 0 0 24px;
  text-align: center;
}
.campaign-success-info__code {
  color: #77B43F;
  background-color: #EEF8E4;
  padding: 5px 10px;
  border-radius: 8px;
  margin: 20px auto 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
}
.campaign-success-footer {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: center;
}
.campaign-success-footer .campaigns-wizard-item__button {
  max-width: 200px;
}

/* popup */
.campaign-popup {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.campaign-popup__title {
  color: #EF8E26;
  font-size: 22px;
  line-height: 37px;
  margin-bottom: 4px;
}
.campaign-popup__message {
  color: #AAAAAA;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 36px;
}
.campaign-popup__message_fake {
  display: none;
  margin-bottom: 20px;
}
.campaign-popup__body {
  margin-bottom: 16px;
}
.campaign-popup__body .captcha {
  padding-top: 20px;
}
.campaign-popup__body .captitle {
  float: right;
  margin-right: 0;
}
.campaign-popup__body input[name=captcha] {
  width: 30%;
  float: left;
  margin-left: 0;
}
.campaign-popup__button {
  height: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px;
  color: #25A69B;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  border: 2px solid #25A69B;
  border-radius: 10px;
  cursor: pointer;
}

.campaign-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding: 15px;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.campaign-backdrop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: -1;
}
.campaign-backdrop.active {
  display: flex;
}

#animated-loading {
  width: 116px;
  height: 116px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 33px;
  margin: 0 auto;
  border-radius: 15px;
}

/* other */
.grecaptcha-badge {
  display: none !important;
}

.input-container {
  display: flex;
}

.input-container .captcha-image {
  margin-right: 10px;
  min-width: 90px;
}

/* responsive */
.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 24px 0 50px;
  color: #282727;
}
.not-found__icon {
  width: 105px;
  margin: 0 auto 24px;
}
.not-found__text {
  margin-bottom: 24px;
}
.not-found__text strong {
  display: block;
}
.not-found__button {
  width: 163px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #25A69B;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 12px 33px;
  border: none;
}
.not-found__button:hover, .not-found__button:focus, .not-found__button:focus-visible {
  color: #fff;
  outline: 0;
}

.campaign-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 0 13px;
  z-index: 999;
}
.campaign-sheet:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: -1;
}
.campaign-sheet-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  padding: 0 0 12px;
}
.campaign-sheet-menu {
  position: fixed;
  bottom: -500%;
  right: 0;
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 15px 15px 0 0;
  padding: 45px 0 16px;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 998;
}
.campaign-sheet-menu:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: -1;
}
.campaign-sheet-menu.active {
  bottom: 80px;
}
.campaign-signature-button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  padding: 13px 5px;
  border-radius: 10px;
  border: none;
  background: #25A69B;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
}
.campaign-signature-button__icon {
  width: 20px;
  height: 20px;
}
.campaign-menu-button {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  border: 2px solid #AAAAAA;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  transition: all 0.3s;
  background-image: url(../img/svg/campaign-menu.svg);
}
.campaign-menu-button:hover {
  background-color: #fff;
  background-image: url(../img/svg/campaign-menu-hover.svg);
}
.campaign-menu-button:active {
  background-color: #fff;
  background-image: url(../img/svg/campaign-menu-hover.svg);
}
.campaign-menu__inner {
  flex: 1;
}
.campaign-menu__item {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  padding: 0 0 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #707070;
  background: right 26px bottom 17px no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.campaign-menu__item:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: center no-repeat;
  margin: 0 28px 0 16px;
  vertical-align: middle;
}
.campaign-menu__item:last-child {
  border: none;
  margin-bottom: 0;
}
.campaign-menu__item_guide:before {
  background-image: url(../img/svg/campaign-guide.svg);
}
.campaign-menu__item_report:before {
  background-image: url(../img/svg/campaign-report.svg);
}
.campaign-menu__item_create:before {
  background-image: url(../img/svg/campaign-arrow.svg);
}
.campaign-menu__item_instagram:before {
  background-image: url(../img/svg/campaign-instagram.svg);
}
.campaign-menu__item_hashtag:before {
  background-image: url(../img/svg/campaign-hashtag.svg);
}
.campaign-menu__item_link:before {
  background-image: url(../img/svg/campaign-link.svg);
}
.campaign-menu__item_story:before {
  margin-right: 0;
  background-image: url(../img/svg/campaign-story.svg);
}
.campaign-menu__item_download:before {
  margin-right: 0;
  background-image: url(../img/svg/campaign-download.svg);
}
.campaign-menu__poster {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.campaign-menu__poster-figure {
  width: 118px;
  height: 118px;
  border: 1px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 26px 0 20px;
}
.campaign-menu__poster-image {
  -o-object-fit: cover;
     object-fit: cover;
}
.campaign-share-button {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 10px;
  border: 2px solid #AAAAAA;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  transition: all 0.3s;
  background-image: url(../img/svg/campaign-share.svg);
}
.campaign-share-button:hover {
  background-color: #fff;
  background-image: url(../img/svg/campaign-share-hover.svg);
}
.campaign-share-button:active {
  background-color: #fff;
  background-image: url(../img/svg/campaign-share-hover.svg);
}

.radio-input {
  display: none;
}
.radio-input:checked + .radio-input-label:after {
  display: block;
}
.radio-input-label {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin: 7px 0;
  padding-right: 32px;
}
.radio-input-label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #EF8E26;
  border-radius: 50%;
  transform: translateY(-50%);
}
.radio-input-label:after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  background: #EF8E26;
  border-radius: 50%;
  transform: translateY(-50%);
}

.textarea {
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  padding: 12px;
}

.new_instagram_item {
  background-color: #5fc245;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 5px;
  color: #000;
}

.color-green-light {
  color: #77B43F;
}

.signatories-slider {
  height: 24px;
}
.signatories-slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  font-weight: 500;
  font-size: 10px;
  color: #fff;
  padding: 4px 0;
}
.signatories-slider-item strong {
  font-weight: 800;
}

/* responsive */
.signup-sheet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
}
.signup-sheet.active {
  pointer-events: unset;
}
.signup-sheet.active .signup-wizard {
  bottom: 0;
}
.signup-sheet.active .signup-sheet__backdrop {
  opacity: 1;
}
.signup-sheet.step-1 .prev-step {
  display: none;
}
.signup-sheet.step-3 .signup-wizard__header {
  visibility: hidden;
  pointer-events: none;
}
.signup-sheet__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s;
}
.signup-wizard {
  position: absolute;
  bottom: -200%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  padding: 24px 0 16px;
  border-radius: 16px 16px 0 0;
  overflow-x: hidden;
  transition: bottom 0.5s;
}
.signup-wizard__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
  padding: 0 16px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.signup-wizard__prev {
  color: #848484;
  padding-right: 25px;
  background: url(../img/svg/arrow-left-gray-n.svg) right no-repeat;
}
.signup-wizard__close {
  width: 20px;
  height: 20px;
  top: 17px;
  left: 17px;
  margin-right: auto;
  background: url(../img/svg/close-btn-black.svg) center no-repeat;
  cursor: pointer;
}
.signup-wizard-form {
  margin: 0;
}
.signup-wizard-item {
  display: none;
  flex: 1;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.signup-wizard-item_end .signup-wizard-item__button_ghost {
  flex: 0 0 120px;
  margin-left: 16px;
}
.signup-wizard-item__body {
  width: 100%;
  max-height: calc(90vh - 136px);
  margin: 0 auto;
  padding: 0 16px;
  flex: 0 0 auto;
  overflow-y: auto;
}
.signup-wizard-item__footer {
  display: flex;
  padding: 0 16px;
}
.signup-wizard-item__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #383535;
}
.signup-wizard-item__label-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8px;
}
.signup-wizard-item__label[name=captcha] {
  color: #626262;
}
.signup-wizard-item__addon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  color: #25A69B;
  cursor: pointer;
  transition: color 0.3s;
}
.signup-wizard-item__addon:hover {
  color: #676767;
}
.signup-wizard-item__addon-icon {
  margin-right: 8px;
}
.signup-wizard-item__error {
  display: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #C44545;
}
.signup-wizard-item__error:not(:empty) {
  padding-top: 8px;
}
.signup-wizard-item__guide {
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  color: #25A69B;
  cursor: pointer;
  transition: color 0.3s;
}
.signup-wizard-item__guide:hover {
  color: #676767;
}
.signup-wizard-item__description {
  color: #383535;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 8px;
}
.signup-wizard-item__otp-timer, .signup-wizard-item__otp-resend {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #AAAAAA;
}
.signup-wizard-item__otp-resend {
  display: none;
  align-items: center;
  color: #25A69B;
}
.signup-wizard-item__otp-resend-img {
  margin-right: 6px;
}
.signup-wizard-item__otp-resend .active {
  display: flex;
}
.signup-wizard-item__input {
  height: 48px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #282727;
  background-color: #fff;
}
.signup-wizard-item__input:focus, .signup-wizard-item__input:focus-visible {
  outline: 0;
  box-shadow: unset;
  border-color: #25A69B;
}
.signup-wizard-item__input:disabled {
  background-color: #ededed;
}
.signup-wizard-item__input::-moz-placeholder {
  color: #626262;
}
.signup-wizard-item__input:-ms-input-placeholder {
  color: #626262;
}
.signup-wizard-item__input::placeholder {
  color: #626262;
}
.signup-wizard-item__input .file-name {
  padding-left: 100px;
}
.signup-wizard-item__input-wrapper {
  position: relative;
}
.signup-wizard-item__input-wrapper .signup-wizard-item__input {
  padding-right: 47px;
}
.signup-wizard-item__input-prefix {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 35px;
  height: 35px;
  color: #25A69B;
  background-color: #d6edeb;
  border-radius: 8px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}
.signup-wizard-item__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  color: #fff;
  background-color: #25A69B;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 14px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}
.signup-wizard-item__button:hover, .signup-wizard-item__button:focus-visible {
  color: #fff;
}
.signup-wizard-item__button_ghost {
  color: #25A69B;
  border: 1px solid #25A69B;
  background-color: #fff;
}
.signup-wizard-item__button_ghost:hover, .signup-wizard-item__button_ghost:focus-visible {
  color: #25A69B;
}
.signup-wizard-item .form-group {
  margin-bottom: 24px;
}
.signup-wizard-end {
  text-align: center;
}
.signup-wizard-end__icon {
  width: 104px;
  margin: 0 auto 24px;
}
.signup-wizard-end__title {
  color: #78931A;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  margin-bottom: 8px;
}
.signup-wizard-end__description {
  color: #383535;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 16px;
}
.signup-wizard-end__message {
  color: #626262;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  margin-bottom: 32px;
}
.signup-wizard-end__more {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #383535;
  background: #ededed;
  padding: 40px 16px;
  margin-bottom: 24px;
}
.signup-wizard-end__more-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  margin-bottom: 8px;
}
.signup-wizard-end__arrow {
  position: absolute;
  bottom: -16px;
  left: calc(50% - 60px);
  width: 68px;
}
.signup-wizard-support {
  text-align: center;
}
.signup-wizard-support__icon {
  width: 46px;
  margin: 0 auto 24px;
}
.signup-wizard-support__title {
  color: #383535;
  font-size: 24px;
  font-weight: 900;
  line-height: 34px;
  padding: 0 27px;
  margin-bottom: 16px;
}
.signup-wizard-support__message {
  color: #626262;
  font-size: 16px;
  line-height: 24px;
  padding: 0 27px;
  margin-bottom: 32px;
}
.signup-wizard-support__logos {
  height: 32px;
  margin: 0 -16px 32px;
}
.signup-wizard-support__logos .swiper-slide {
  width: unset;
}
.signup-wizard-support__link {
  display: inline-block;
  color: #25A69B;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
}
.signup-wizard-payment__title {
  color: #282727;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 16px;
}
.signup-wizard-payment__label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #282727;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #AAAAAA;
  padding: 12px 16px;
  margin-bottom: 16px;
}
.signup-wizard-payment__radio {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #AAAAAA;
  border-radius: 20px;
  margin-left: 12px;
}
.signup-wizard-payment__radio::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: none;
  width: 10px;
  height: 10px;
  background-color: #25A69B;
  border-radius: 10px;
}
.signup-wizard-payment__number {
  color: #626262;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-right: auto;
}
.signup-wizard-payment__input {
  display: none;
}
.signup-wizard-payment__input:checked + .signup-wizard-payment__label {
  border-color: #25A69B;
  background-color: #e7f2f1;
}
.signup-wizard-payment__input:checked + .signup-wizard-payment__label_special {
  border-color: #EF8E27;
  background-color: #FFF0DE;
}
.signup-wizard-payment__input:checked + .signup-wizard-payment__label_special .signup-wizard-payment__number {
  display: none;
}
.signup-wizard-payment__input:checked + .signup-wizard-payment__label_special .signup-wizard-payment__special {
  display: block;
}
.signup-wizard-payment__input:checked + .signup-wizard-payment__label .signup-wizard-payment__radio {
  border-color: #25A69B;
}
.signup-wizard-payment__input:checked + .signup-wizard-payment__label .signup-wizard-payment__radio::before {
  display: block;
}
.signup-wizard-payment__special {
  display: none;
  flex: 0 0 100%;
  color: #383535;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  padding-top: 12px;
}
.signup-wizard-payment__special-title {
  color: #383535;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
.signup-wizard-payment__special-list {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.signup-wizard-payment__special-list .item:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #EF8E27;
  margin-left: 4px;
}
.signup-wizard-payment__heart {
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
.signup-wizard-payment__message {
  color: #626262;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding-top: 12px;
  margin-bottom: 16px;
}
.signup-wizard-invoice__title {
  color: #282727;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 16px;
}
.signup-wizard-invoice__list {
  color: #626262;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  border-radius: 8px;
  background-color: #fff;
  margin: 0;
  padding: 16px;
}
.signup-wizard-invoice__list-item {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.signup-wizard-invoice__list-item:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EDEDED;
}
.signup-wizard-invoice__list-item strong {
  color: #383535;
  text-align: right;
  margin-left: auto;
}
.signup-wizard-invoice__list-item span {
  margin: 0 5px;
}
.signup-wizard-invoice__logos {
  display: flex;
  justify-content: space-between;
  padding: 40px 12px;
}
.signup-wizard-invoice__support {
  color: #000;
  text-align: center;
  border-radius: 8px;
  padding: 8px 16px;
  background-color: #EDEDED;
  margin: 0 15px 16px;
}
.signup-wizard-invoice__support-image {
  margin-left: 12px;
}

.has-error .signup-wizard-item__input {
  border-color: #C44545;
}
.has-error .signup-wizard-item__input:focus, .has-error .signup-wizard-item__input:focus-visible {
  box-shadow: unset;
  border-color: #C44545;
}
.has-error .signup-wizard-item__error {
  display: block;
}

#signup-form-carousel {
  transition: height 0.6s;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}
.captcha-row .signup-wizard-item__input {
  /* flex: 1 1 auto; */
  /* min-width: 140px; */
}
.captcha-row .captcha-img img {
  display: block;
  height: 48px;
  width: auto;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.a11y-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  padding: 0;
  transition: box-shadow 0.2s ease, transform 0.05s ease;
}
.a11y-icon-btn img {
  width: 22px;
  height: 22px;
}
.a11y-icon-btn:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.a11y-icon-btn:active {
  transform: scale(0.98);
}
.a11y-icon-btn.is-active {
  outline: 2px solid #10b981;
  outline-offset: 2px;
}

/* responsive */
@media (min-width: 1024px) {
  .signup-sheet.active .signup-wizard {
    bottom: 50%;
  }
  .signup-wizard {
    left: 50%;
    max-width: 425px;
    border-radius: 16px;
    transform: translate(-50%, 50%);
  }
  .signup-wizard-support__logos {
    margin-left: 0;
    margin-right: 0;
  }
}
:root {
  --k-primary: #25a69b;
  --k-primary-rgb: 37, 166, 155;
  --k-red: #ff5959;
  --k-red-light: #ff595914;
  --k-blue: #3d64e5;
  --k-blue-light: #3d64e514;
  --k-orange: #ef8e27;
  --k-orange-light: #ef8e2714;
  --k-green: #b1d728;
  --k-green-dark: #78931a;
  --k-green-light: #b1d72814;
  --k-purple: #bd31d8;
  --k-purple-light: #bd31d814;
  --k-gray-10: #f5f5f5;
  --k-gray-20: #ededed;
  --k-gray-30: #dddddd;
  --k-gray-40: #c9c9c9;
  --k-gray-50: #aaaaaa;
  --k-gray-60: #848484;
  --k-gray-70: #626262;
  --k-gray-80: #383535;
  --k-gray-90: #282727;
  --k-gray-100: #1c1c1c;
}

html {
  scroll-behavior: smooth;
}

.text-primary {
  color: var(--k-primary) !important;
}
.text-red {
  color: var(--k-red) !important;
}
.text-blue {
  color: var(--k-blue) !important;
}
.text-orange {
  color: var(--k-orange) !important;
}
.text-green {
  color: var(--k-green) !important;
}
.text-green-dark {
  color: var(--k-green-dark) !important;
}
.text-purple {
  color: var(--k-purple) !important;
}
.text-gray-80 {
  color: var(--k-gray-80) !important;
}

.bg-primary {
  background-color: var(--k-primary) !important;
}
.bg-red {
  background-color: var(--k-red) !important;
}
.bg-blue {
  background-color: var(--k-blue) !important;
}
.bg-orange {
  background-color: var(--k-orange) !important;
}
.bg-green {
  background-color: var(--k-green) !important;
}
.bg-purple {
  background-color: var(--k-purple) !important;
}

.border-primary {
  border-color: var(--k-primary) !important;
}
.border-red {
  border-color: var(--k-red) !important;
}
.border-blue {
  border-color: var(--k-blue) !important;
}
.border-orange {
  border-color: var(--k-orange) !important;
}
.border-green {
  border-color: var(--k-green) !important;
}
.border-purple {
  border-color: var(--k-purple) !important;
}

.font-12 {
  font-size: 12px;
}

.weight-500 {
  font-weight: 500;
}

.weight-800 {
  font-weight: 800;
}

.justify-center {
  justify-content: center !important;
}

.flex-grow-1 {
  flex-grow: 1;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.button-outlined {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 16px !important;
  border-radius: 4px !important;
  color: var(--k-primary) !important;
  background-color: transparent !important;
  border: 1px solid var(--k-primary) !important;
}

.main-content--new-design {
  padding-top: 148px;
  position: relative;
  background-color: var(--k-gray-10);
  z-index: 0;
}

.inside .main-content--new-design {
  margin-top: 0 !important;
}

.section-header {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.section-title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: var(--k-gray-60);
}
.section-action {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 800;
  padding: 8px;
  color: var(--k-primary);
}

.no-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 48px;
}
.no-content:not(.text-right) {
  text-align: center;
}
.no-content button {
  margin-top: 8px;
}
.no-content__supporters-title {
  display: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  color: var(--k-primary);
}

.k-badge {
  display: inline-flex;
  gap: 4px;
  height: 24px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  border-radius: 4px;
  border: 1px solid var(--k-gray-50);
}
.k-badge--red {
  color: var(--k-red);
  border-color: var(--k-red);
  background-color: var(--k-red-light);
}
.k-badge--blue {
  color: var(--k-blue);
  border-color: var(--k-blue);
  background-color: var(--k-blue-light);
}
.k-badge--orange {
  color: var(--k-orange);
  border-color: var(--k-orange);
  background-color: var(--k-orange-light);
}

.k-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 40;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  line-height: 24px;
  color: white;
  background-color: var(--k-primary);
}
.k-btn:disabled {
  color: var(--k-gray-40);
  background-color: transparent;
  border: 1px solid var(--k-gray-40);
}
.k-btn--outlined {
  color: var(--k-primary);
  background-color: transparent;
  border: 1px solid var(--k-primary);
}
.k-btn--text {
  padding: 0;
  color: var(--k-primary);
  background-color: transparent;
}

.form-group {
  margin-bottom: 0;
}

.form-control {
  height: 48px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid var(--k-gray-50);
}

.pa-0 {
  padding: 0 !important;
}

.pt-2 {
  padding-top: 8px;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-12 {
  margin-bottom: 48px !important;
}

.ma-4 {
  margin: 16px !important;
}

.ga-1 {
  gap: 4px !important;
}

.ga-2 {
  gap: 8px !important;
}

.ga-4 {
  gap: 16px !important;
}

.ga-6 {
  gap: 24px !important;
}

/* responsive */
@media (min-width: 992px) {
  .inside .main-content--new-design {
    padding-top: 221px;
  }
  .main-content--new-design {
    padding-top: 148px;
    position: relative;
    background-color: white;
    z-index: 0;
  }
  .main-content--new-design .k-badge {
    gap: 8px;
    height: 32px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 22px;
  }
  .main-content--new-design .container {
    width: 862px;
  }
  .section-title {
    line-height: 34px;
  }
  .no-content {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
    line-height: 40px;
  }
  .no-content--supporters {
    flex-direction: column;
    gap: 16px;
  }
  .no-content--supporters img {
    width: 40px;
  }
  .no-content--supporters button {
    height: 56px;
    font-size: 16px;
    width: 248px !important;
    color: white !important;
    border-radius: 8px !important;
    background-color: var(--k-primary) !important;
  }
  .no-content__supporters-title {
    display: block;
  }
  .no-content button {
    margin-top: 0;
    width: 132px;
  }
}
.campaign-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 240px;
  z-index: -1;
  filter: grayscale(1);
}
.campaign-bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(56, 53, 53, 0.9) 47.24%, rgba(56, 53, 53, 0.34) 88.34%);
}
.campaign-bg-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.campaign-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 6px;
  --info-color: 201, 201, 201;
  color: rgb(var(--info-color));
  transition: color 0.1s linear;
}
.campaign-info:hover {
  color: var(--k-gray-40);
}
.campaign-info:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--k-primary);
}
.campaign-info-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 104px 15px 0;
  z-index: 9;
}
.campaign-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid transparent;
}
.campaign-info__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  min-width: 16px;
  padding: 2px 4px 0;
  font-size: 10px;
  border-radius: 9999px;
  color: white;
  background-color: var(--k-primary);
}
.campaign-figure {
  position: relative;
  width: 140px;
  height: 140px;
  padding: 2px;
  margin: 0 auto 8px;
  border-radius: 18px;
  border: 2px solid var(--k-gray-50);
  z-index: 0;
  overflow: hidden;
}
.campaign-figure--special {
  border-color: var(--k-orange);
}
.campaign-figure--success {
  border-color: var(--k-green);
}
.campaign-figure--finished {
  border-color: var(--k-gray-30);
}
.campaign-figure--finished .campaign-image {
  filter: grayscale(1);
}
.campaign-figure__success, .campaign-figure__finished {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: white;
  border-radius: 16px;
  border: 2px solid var(--k-gray-20);
  overflow: hidden;
  z-index: 1;
}
.campaign-figure__success img, .campaign-figure__finished img {
  width: 32px;
}
.campaign-figure__success {
  background-color: rgba(145, 175, 35, 0.7215686275);
}
.campaign-image {
  width: 132px;
  height: 132px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  border: 2px solid var(--k-gray-20);
}
.campaign-hashtag {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: var(--k-gray-70);
}
.campaign-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin: 16px 0;
  color: var(--k-primary);
  text-align: center;
}
.campaign-badge-container {
  display: flex;
  justify-content: center;
  gap: 8px;
}

/* responsive */
@media (min-width: 1024px) {
  .campaign-bg-image {
    height: 364px;
  }
  .campaign-info {
    gap: 8px;
  }
  .campaign-info-container {
    padding: 0 15px;
    margin: 107px auto 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 68px;
    width: unset;
  }
  .campaign-info-wrapper {
    justify-content: center;
    gap: 56px;
    border-bottom-color: transparent !important;
    height: 68px;
    padding: 18px 56px;
  }
  .campaign-info__badge {
    height: 24px;
    font-size: 16px;
    padding-inline: 8px;
  }
  .campaign-figure {
    width: 223px;
    height: 223px;
    border-width: 4px;
    border-radius: 24px;
    margin-bottom: 16px;
  }
  .campaign-figure__success, .campaign-figure__finished {
    font-size: 24px;
    font-weight: 800;
  }
  .campaign-figure__success img, .campaign-figure__finished img {
    width: 40px;
  }
  .campaign-image {
    width: 210px;
    height: 210px;
    border-width: 3px;
    border-radius: 20px;
  }
  .campaign-hashtag {
    font-size: 16px;
  }
  .campaign-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 72px;
    margin: 24px 0;
  }
  .campaign-badge-container {
    gap: 16px;
  }
}
.campaign-description {
  font-size: 16px;
  line-height: 24px;
  padding: 32px 0 16px;
  color: var(--k-gray-80);
}
.campaign-details {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 16px;
}
.campaign-details__image {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 48px;
}
.campaign-details__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.campaign-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 8px;
  color: var(--k-gray-60);
  background-color: var(--k-gray-20);
  margin-bottom: 32px;
}
.campaign-date--mobile {
  display: flex;
}
.campaign-date--desktop {
  display: none;
}
.campaign-date__title {
  font-weight: 800;
  color: var(--k-gray-70);
}
.campaign-date .divider {
  width: 1px;
  height: 8px;
  background-color: var(--k-gray-40);
}
.campaign-progress .nav-pills {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.campaign-progress .nav-pills:after, .campaign-progress .nav-pills:before {
  display: none;
}
.campaign-progress .nav-pills > li {
  display: flex;
}
.campaign-progress .nav-pills > li + li {
  margin-left: 0;
  margin-right: 0;
}
.campaign-progress .nav-pills > li > a,
.campaign-progress .nav-pills > li > a:hover,
.campaign-progress .nav-pills > li > a:focus {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  height: 48px;
  padding: 0 0 12px;
  color: var(--k-gray-50);
  background-color: transparent;
  border-radius: 0;
  overflow: hidden;
}
.campaign-progress .nav-pills > li > a > .badge {
  display: inline-flex;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: white;
  margin-left: 0;
  margin-right: 0;
  background-color: var(--k-gray-50);
}
.campaign-progress .nav-pills > li.active > a,
.campaign-progress .nav-pills > li.active > a:hover,
.campaign-progress .nav-pills > li.active > a:focus {
  color: var(--k-orange);
}
.campaign-progress .nav-pills > li.active > a:before,
.campaign-progress .nav-pills > li.active > a:hover:before,
.campaign-progress .nav-pills > li.active > a:focus:before {
  position: absolute;
  bottom: -6px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--k-gray-30);
  border-radius: 3px 0 0 0;
  transform: rotate(-45deg);
}
.campaign-progress .nav-pills > li.active > a > .badge {
  color: white;
  background-color: var(--k-orange);
}
.campaign-progress .tab-pane {
  padding: 16px;
  border-radius: 8px;
  background-color: var(--k-gray-30);
}
.campaign-progress .progress {
  height: 12px;
  box-shadow: none;
  border-radius: 6px;
  margin-bottom: 4px;
  background-color: var(--k-gray-40);
}
.campaign-progress .progress__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  margin-bottom: 4px;
  color: var(--k-gray-50);
}
.campaign-progress .progress__title {
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  text-align: center;
  color: var(--k-gray-60);
}
.campaign-progress .progress-bar {
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  border-radius: 6px;
  background-color: var(--k-primary);
}

/* responsive */
@media (min-width: 1024px) {
  .campaign-details {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 56px;
  }
  .campaign-details__image {
    width: 64px;
    height: 64px;
  }
  .campaign-details__content {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .campaign-details__content > div {
    width: 50%;
  }
  .campaign-details__content > div:nth-child(2) {
    order: 3;
  }
  .campaign-details__content > div:nth-child(4) {
    order: 3;
  }
  .campaign-date {
    height: 24px;
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
    justify-content: unset;
  }
  .campaign-date--mobile {
    display: none;
  }
  .campaign-date--desktop {
    display: flex;
  }
  .campaign-date .divider {
    margin: 0 16px;
  }
  .campaign-progress .nav-pills {
    font-size: 16px;
    line-height: 24px;
    padding-right: 16px;
  }
  .campaign-progress .nav-pills > li > a,
.campaign-progress .nav-pills > li > a:hover,
.campaign-progress .nav-pills > li > a:focus {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .campaign-progress .nav-pills > li > a > .badge {
    width: 24px;
    height: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 12px;
  }
  .campaign-progress .nav-pills > li.active > a,
.campaign-progress .nav-pills > li.active > a:hover,
.campaign-progress .nav-pills > li.active > a:focus {
    font-weight: 800;
  }
  .campaign-progress .nav-pills > li.active > a:before,
.campaign-progress .nav-pills > li.active > a:hover:before,
.campaign-progress .nav-pills > li.active > a:focus:before {
    right: 3px;
    bottom: -9px;
    width: 16px;
    height: 16px;
  }
  .campaign-progress .tab-pane {
    padding: 24px;
  }
  .campaign-progress .progress {
    height: 16px;
    border-radius: 8px;
  }
  .campaign-progress .progress__title {
    font-size: 14px;
    line-height: 20px;
  }
}
.successful-section {
  margin-bottom: 48px;
}

.successful {
  display: flex;
  gap: 16px;
  padding: 8px 15px;
  margin: 0 -15px 16px;
  overflow-x: scroll;
}
.successful .campaign-box {
  gap: 16px;
}
.successful .campaign-box-item {
  margin-bottom: 0;
  padding: 0;
}
.successful .campaign-box__figure {
  width: 99;
  height: 99;
  margin-left: 0;
}
.successful .campaign-box__top {
  flex: 0 0 99px;
  align-items: center;
}
.successful .campaign-box__middle {
  gap: 16px;
}
.successful .campaign-box__title {
  height: 76px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color: var(--k-gray-70);
}
.successful .campaign-box__sign-number {
  margin-top: 0;
  width: unset;
  min-width: 80px;
  height: 32px;
}
.successful .campaign-box__success {
  gap: 8px;
  font-weight: 800;
  line-height: 19px;
}
.successful .campaign-box__success-icon {
  width: 26px;
  margin-bottom: 0;
}

/* responsive */
@media (min-width: 1024px) {
  .successful {
    margin: unset;
    padding: unset;
    overflow-x: unset;
  }
  .successful-section {
    margin-bottom: 80px;
  }
  .successful .campaign-box {
    gap: 0;
  }
  .successful .campaign-box__figure {
    width: 99;
    height: 99;
    margin-left: 0;
  }
  .successful .campaign-box__title {
    margin-bottom: 10px;
  }
}
.supporters-section {
  margin-bottom: 48px;
}
.supporters-section .supporters {
  margin-bottom: 48px;
  padding: 0;
}

.section-header--supporters {
  justify-content: center;
  margin-bottom: 8px;
}

.supporters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
  width: unset;
  padding: 0 16px 12px;
}
.supporters__count {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  height: 36px;
  min-width: 92px;
  margin-right: 16px;
  border-radius: 4px;
  padding: 0 12px;
  color: white;
  background-color: var(--k-red);
}
.supporters__count > span {
  font-size: 20px;
}
.supporters__count::before {
  position: absolute;
  content: "";
  top: 5px;
  right: -7px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid var(--k-red);
  border-bottom: 12px solid transparent;
}
.supporters__more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 168px;
  background: linear-gradient(0deg, rgba(245, 245, 245, 0.96) 36.23%, rgba(245, 245, 245, 0) 100%);
}
.supporters__more-link {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  color: var(--k-primary);
}
.supporters .no-content {
  margin-bottom: 48px;
}
.supporters .no-content button {
  margin-top: 8px;
}
.supporters__pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 16px;
}
.supporters__pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  border-radius: 50%;
  border: 1px solid var(--k-gray-20);
}
.supporters__pagination span.current {
  border: none;
  color: white;
  background-color: var(--k-primary);
}

.supporter {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  padding: 12px 0;
}
.supporter__figure {
  position: relative;
  width: 62px;
  height: 62px;
  padding: 2px;
  border-radius: 62px;
  border: 2px solid var(--k-gray-50);
  margin-bottom: 4px;
}
.supporter__image {
  width: 54px;
  height: 54px;
  border-radius: 54px;
}
.supporter__icon {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 20px;
  background-color: var(--k-gray-10);
}
.supporter__name, .supporter__info {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  text-align: center;
  color: var(--k-gray-90);
}
.supporter__info {
  line-height: 16px;
  color: var(--k-gray-60);
}

/* responsive */
@media (min-width: 768px) {
  .supporters {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1024px) {
  .supporters-section .supporters {
    margin-bottom: 0;
  }
  .supporters {
    grid-template-columns: repeat(8, 1fr);
  }
  .supporters__more {
    display: none;
  }
  .supporters-section {
    margin-bottom: 80px;
  }
  .supporter__figure {
    width: 80px;
    height: 80px;
    border-radius: 80px;
  }
  .supporter__image {
    width: 72px;
    height: 72px;
    border-radius: 72px;
  }
}
.updates-section {
  margin-bottom: 48px;
}
.updates-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.updates-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.updates-text {
  font-size: 16px;
  text-align: center;
  color: var(--k-gray-80);
}

.update {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  color: var(--k-gray-70);
  background-color: white;
  border-radius: 8px;
  border: 1px solid var(--k-gray-30);
}
.update--image {
  justify-content: center;
  padding: 0 !important;
  border: unset;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.update--image .update__image {
  width: 100%;
}
.update--audio {
  flex-wrap: wrap;
}
.update--audio .update__content {
  flex: 1;
}
.update--video {
  position: relative;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 36px 24px;
  border: unset;
  overflow: hidden;
  aspect-ratio: 328/246;
  background-color: rgba(0, 0, 0, 0.8);
}
.update--video .update__background {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.update--video .update__content {
  align-items: center;
  color: white;
  text-align: center;
}
.update--video .update__date {
  color: var(--k-gray-60);
}
.update--instagram {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
}
.update--instagram.active .update__content {
  opacity: 1;
}
.update--instagram .update__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.update--instagram .update__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  font-weight: 400;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.5s;
}
.update--instagram .update__text {
  flex: 1;
  overflow: hidden;
  line-height: 1.8;
}
.update--instagram .update__action {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.update--instagram .update__action .k-btn {
  display: inline-flex;
}
.update--session .update__content {
  font-size: 12px;
  font-weight: 500;
}
.update--publish {
  align-items: end;
}
.update--publish .update__buttons {
  display: flex;
  gap: 8px;
}
.update--publish .update__button {
  min-width: 81px;
}
.update--publish .update__icon {
  flex: 0 0 126px;
  width: 126px;
  height: 126px;
  overflow: hidden;
  border-radius: 4px;
}
.update--publish .update__icon img {
  width: 126px;
}
.update__image {
  -o-object-fit: cover;
     object-fit: cover;
}
.update__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  width: 52;
  height: 52;
  border-radius: 52px;
  background-color: var(--k-gray-20);
}
.update__icon img {
  width: 32;
}
.update__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
  font-size: 14px;
  line-height: 24px;
}
.update__date {
  font-size: 12px;
  font-weight: 500;
  color: var(--k-gray-50);
}
.update__title {
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  color: var(--k-gray-80);
}
.update__buttons {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.update__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32;
  min-width: 124px;
  padding: 8px 6px;
  margin-top: auto;
  font-size: 12px;
  font-weight: 800;
  border-radius: 4px;
  color: white;
  background-color: var(--k-primary);
}
.update__audio {
  width: 100%;
}

/* responsive */
@media (min-width: 1024px) {
  .updates-section {
    margin-bottom: 80px;
  }
  .updates-section .section-action {
    display: none;
  }
  .updates-section .section-header {
    height: 34px;
    margin-bottom: 8px;
  }
  .updates-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .update {
    flex-direction: column;
    padding: 24px;
  }
  .update__content {
    align-items: center;
    text-align: center;
  }
  .update--video {
    aspect-ratio: unset;
  }
  .update--publish {
    align-items: center;
  }
  .update--publish .update__icon {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
  }
  .update--publish .update__button {
    flex: 1;
  }
}
.comments-section {
  margin-bottom: 48px;
}

.comments {
  display: flex;
  gap: 16px;
  padding: 8px 15px;
  margin: 0 -15px 16px;
  overflow-x: scroll;
}
.comments .comment {
  flex: 1 0 284px;
}
/* responsive */
@media (min-width: 1024px) {
  .comments-section {
    margin-bottom: 80px;
  }
  .comments-section .section-header {
    height: 34px;
    margin-bottom: 8px;
  }
  .comments-section .section-action {
    display: none;
  }
  .comments-section .no-content img {
    display: none;
  }
  .comments {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    overflow-x: unset;
  }
}
.user-content-section {
  margin-bottom: 48px;
}

.user-contents {
  display: flex;
  gap: 16px;
  padding: 0 15px;
  margin: 0 -15px 16px;
  overflow-x: scroll;
  overflow-y: hidden;
}

.user-content {
  display: flex;
  justify-content: center;
  position: relative;
  flex: 0 0 84px;
  width: 84px;
  height: 84px;
  padding: 2px;
  border-radius: 84px;
  border: 2px solid var(--k-primary);
}
.user-content:visited {
  border-color: var(--k-gray-40);
}
.user-content--no-content {
  border-color: var(--k-gray-40);
}
.user-content--no-content .user-content__image {
  width: 32;
  -o-object-fit: unset;
     object-fit: unset;
}
.user-content::before {
  position: absolute;
  content: "";
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 76px;
  background-color: var(--k-gray-30);
  z-index: -1;
}
.user-content--uploader {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  color: var(--k-primary);
  border: 2px dashed var(--k-primary);
}
.user-content--uploader::before {
  background-color: var(--k-primary);
  opacity: 0.08;
}
.user-content--uploader input {
  display: none;
}
.user-content--uploader img {
  width: 16;
}
.user-content__image {
  width: 76px;
  height: 76px;
  border-radius: 76px;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-content__image--no-content {
  width: 32;
  -o-object-fit: unset;
     object-fit: unset;
}

/* responsive */
@media (min-width: 1024px) {
  .user-content-section {
    margin-bottom: 80px;
  }
  .user-content-section .section-action {
    display: none;
  }
  .user-content-section .section-header {
    height: 34px;
    margin-bottom: 8px;
  }
}
.finish-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  color: var(--k-gray-90);
  background: var(--k-gray-20);
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}
.finish-card__icon {
  width: 32px;
}
.finish-card__title {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--k-gray-90);
}
.finish-card__text {
  margin-bottom: 8px;
  padding-inline: 16px;
}
.finish-card__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.finish-card__footer-link {
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  color: var(--k-gray-90);
}

/* responsive */
@media (min-width: 1024px) {
  .finish-card {
    gap: 12px;
    padding: 32px;
    margin-bottom: 80px;
  }
  .finish-card__icon {
    width: 40px;
  }
  .finish-card__title {
    font-size: 16px;
    line-height: 24px;
  }
  .finish-card__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .finish-card__footer {
    flex-direction: row;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .finish-card__footer-link {
    font-size: 16px;
  }
}
.success-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  color: var(--k-gray-90);
  background: var(--k-green);
  z-index: 0;
}
.success-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.success-card__icon {
  width: 32px;
}
.success-card__title {
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  color: var(--k-gray-80);
}
.success-card__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  padding-inline: 24px;
}
.success-card__text a {
  font-weight: 800;
  color: var(--k-gray-90);
}
.success-card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  border-radius: 4px;
  padding: 12px 16px;
  color: var(--k-gray-100);
  background-color: white;
}

/* responsive */
@media (min-width: 1024px) {
  .success-card {
    gap: 16px;
    padding: 32px;
    margin-bottom: 80px;
  }
  .success-card__icon {
    width: 40px;
  }
  .success-card__title {
    font-size: 16px;
    line-height: 24px;
  }
  .success-card__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.story {
  position: fixed;
  top: 500%;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: var(--k-gray-90);
  transition: all 0.3s;
}
.story.active {
  top: 0;
}
.story.active + .bottom-sheet__overlay {
  bottom: 0;
  display: block;
}
.story__info {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: white;
  z-index: 1001;
}
.story__info-avatar {
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.story__info-button {
  border: none;
  margin-right: auto;
  padding: 0;
  height: 24px;
}
.story__slider {
  width: 100%;
  height: 100%;
}
.story__wrapper {
  top: calc(50% - 134px);
}
.story__slide {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 268px !important;
}
.story__slide video,
.story__slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.story__pagination {
  top: 16px;
  bottom: unset !important;
  display: flex;
  padding: 0 16px;
}
.story__pagination .swiper-pagination-bullet {
  flex-grow: 1;
  border-radius: 100vh;
  height: 2px;
  margin: 0 2px !important;
  background-color: rgba(247, 247, 245, 0.4);
  opacity: 1;
}
.story__pagination .swiper-pagination-bullet .swiper-pagination-progress {
  height: 100%;
  width: 0%;
  border-radius: 100vh;
  background-color: var(--k-primary);
}
.story__prev, .story__next {
  height: 100% !important;
  width: 50% !important;
  top: 0 !important;
  margin-top: 0 !important;
  z-index: 100 !important;
}
.story__prev::after, .story__next::after {
  content: none !important;
}
.story__prev {
  right: 0 !important;
}
.story__next {
  left: 0 !important;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
  z-index: 1001;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

/* responsive */
@media (min-width: 1024px) {
  .story {
    top: 500%;
    left: 50%;
    width: 540px;
    height: 432px;
    padding: 32px;
    border-radius: 16px;
    transform: translate(-50%, -50%);
  }
  .story.active {
    top: 50%;
  }
  .story__info {
    top: 60px;
    padding: 0 32px;
  }
  .story__slider {
    height: 368px !important;
  }
  .story__wrapper {
    top: 100px;
  }
  .story__slide {
    width: 476px !important;
    height: 268px !important;
    border-radius: 8px;
  }
  .story__pagination {
    top: 0;
    padding: 0;
  }
  .story__pagination .swiper-pagination-bullet {
    height: 4px;
  }
}
.bottom-sheet {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: -500%;
  right: 0;
  width: 100%;
  height: auto;
  max-height: calc(100dvh - 32px);
  background: white;
  border-radius: 15px 15px 0 0;
  padding: 24 0 0;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1000;
}
.bottom-sheet.active {
  bottom: 0;
}
.bottom-sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  padding: 0 16px;
}
.bottom-sheet__title {
  display: flex;
  gap: 8px;
}
.bottom-sheet__title h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  margin: 0;
  color: black;
}
.bottom-sheet__close {
  display: flex;
  justify-content: end;
  height: 24px;
  margin-right: auto;
}
.bottom-sheet__main {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}
.bottom-sheet__overlay {
  display: none;
  position: fixed;
  bottom: -500%;
  right: 0;
  width: 100vw;
  height: 100vh;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.bottom-sheet__overlay.light {
  background: rgba(255, 255, 255, 0.7);
}
.bottom-sheet.active + .bottom-sheet__overlay {
  bottom: 0;
  display: block;
}

.author-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  color: var(--k-gray-70);
  background-color: var(--k-gray-20);
  border-radius: 8px;
  border: 1px solid var(--k-gray-50);
}
.author-box__name {
  display: flex;
  flex-direction: column;
}
.author-box__phone {
  color: var(--k-gray-50);
}
.author-box__edit {
  font-size: 12px;
  font-weight: 800;
  color: var(--k-primary);
}

.circular-progress {
  --size: 80px;
  --half-size: calc(var(--size) / 2);
  --stroke-width: 6px;
  --radius: calc((var(--size) - var(--stroke-width)) / 2);
  --circumference: calc(var(--radius) * pi * 2);
  --dash: calc((var(--progress) * var(--circumference)) / 100);
}
.circular-progress circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}
.circular-progress circle.bg {
  stroke: var(--k-gray-30);
}
.circular-progress circle.fg {
  transform: rotate(-90deg);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
  transition: stroke-dasharray 0.3s linear 0s;
  stroke: var(--k-primary);
}
.circular-progress__wrapper {
  position: relative;
}
.circular-progress__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  color: var(--k-gray-60);
}
.circular-progress__text strong {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: var(--k-gray-90);
}

.form-wizard-item {
  display: flex;
  flex-direction: column;
}

.form-wizard-form {
  margin: 0;
}
.form-wizard-form__header {
  display: flex;
  flex-direction: column;
  padding: 0 16px 24px;
  color: black;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.form-wizard-form__footer {
  display: flex;
  padding: 24px 16px 16px;
}
.form-wizard-form__main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 16px;
}
.form-wizard-form__main textarea {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--k-gray-50);
}
.form-wizard-form__title, .form-wizard-form__label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--k-gray-80);
  margin-bottom: 8px;
}
.form-wizard-form__title {
  margin-bottom: 0;
}
.form-wizard-form__guide {
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  color: var(--k-primary);
  cursor: pointer;
  transition: color 0.3s;
}
.form-wizard-form__file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--k-gray-90);
}
.form-wizard-form__file-text {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  color: var(--k-primary);
}
.form-wizard-form__captcha {
  display: flex;
  gap: 8px;
}
.form-wizard-form__captcha input {
  flex: 1;
}
.form-wizard-form__captcha-image {
  height: 40px;
  border-radius: 8px;
  border: 1px solid var(--k-gray-30);
  overflow: hidden;
}
.form-wizard-form__captcha-image img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -8px;
}
.form-wizard-form__otp-timer, .form-wizard-form__otp-resend {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: var(--k-gray-50);
}
.form-wizard-form__otp-resend {
  display: none;
  align-items: center;
  color: var(--k-primary);
}
.form-wizard-form__otp-resend.active {
  display: flex;
}
.form-wizard-form__otp-resend-img {
  margin-right: 6px;
}
.form-wizard-form__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 16px;
  text-align: center;
  color: var(--k-gray-70);
}
.form-wizard-form__success img {
  width: 96px;
  margin-bottom: 16px;
}
.form-wizard-form__success strong {
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
  color: var(--k-gray-80);
}
.form-wizard-form__dialog .modal-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 32px;
  border: 0;
}
.form-wizard-form__dialog .modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.form-wizard-form__dialog .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  outline: 0;
}
.form-wizard-form__dialog-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  color: var(--k-gray-60);
}
.form-wizard-form__dialog-text strong {
  font-size: 14px;
  line-height: 24px;
  color: var(--k-gray-90);
}

/* responsive */
@media (min-width: 1024px) {
  .bottom-sheet {
    top: 500%;
    left: 50%;
    width: 540px;
    right: unset;
    bottom: unset;
    padding: 32px 16px 16px;
    border-radius: 15px;
    transform: translate(-50%, -50%);
  }
  .bottom-sheet.active {
    top: 50%;
    bottom: unset;
  }
}
.comments-sheet {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.comments-sheet__comments {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 16px;
  overflow-y: auto;
}
.comments-sheet__button {
  display: flex;
  padding: 16px;
  font-weight: 500;
}
.comments-sheet__button strong {
  font-weight: 800;
}

.select-sign {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow-y: auto;
}
.select-sign__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 16px;
}
.select-sign__image {
  width: 76px;
  height: 76px;
  padding: 2px;
  border-radius: 50%;
  border: 2px solid var(--k-gray-50);
}
.select-sign__image img {
  border-radius: 50%;
}
.select-sign__name {
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  color: var(--k-gray-70);
  margin: 0;
}
.select-sign__btn {
  min-width: 136px;
}
.select-sign__date {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}
.select-sign__date strong {
  font-weight: 800;
}
.select-sign__content-title {
  font-size: 14px;
  font-weight: 800;
  line-height: 32px;
  margin: 0;
}
.select-sign .comment__main {
  -webkit-line-clamp: 3;
}

.effect-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: var(--k-gray-70);
}
.effect-box--final {
  padding: 8px 12px;
  border-radius: 8px;
  background-color: var(--k-gray-20);
}
.effect-box--final .effect-box__title {
  justify-content: center;
  color: var(--k-primary);
}
.effect-box--final .effect-box__text {
  text-align: center;
}
.effect-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 16px;
}
.effect-box__title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  margin: 0;
}
.effect-box__icon {
  width: 20px;
  height: 20px;
}

/* responsive */
@media (min-width: 1024px) {
  .effect-box-wrapper {
    margin-bottom: 24px;
  }
}
.registration-receipt {
  padding: 0 16px 16px;
  border-radius: 8px;
}
.registration-receipt img {
  border-radius: 8px;
}

.video-page__top-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 42px auto 8px;
  border-radius: 20px;
  box-shadow: 0 5px 20px 0 rgba(189, 49, 216, 0.3);
}
.video-page__title {
  display: block;
  margin: 8px auto;
  font-size: 22px;
  font-weight: bold;
  line-height: 37px;
  color: #25A69B;
  text-align: center;
}
.video-page__title_step {
  font-size: 18px;
  line-height: 30px;
  margin: 16px auto 8px;
}
.video-page__sub-title {
  display: block;
  margin: 8px auto 30px;
  font-size: 12px;
  line-height: 1.58;
  color: #AAAAAA;
  text-align: center;
}
.video-page__start-message {
  margin: 30px auto 36px;
  padding: 35px 50px;
  border-radius: 10px;
  border: solid 1px #ddd;
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
  color: #25A69B;
}
.video-page__button {
  display: block;
  min-width: 132px;
  height: 56px;
  font-size: 18px;
  line-height: 1.67;
  color: #fff;
  margin: 0 auto 40px;
  padding: 13px 17px 13px 20px;
  border-radius: 10px;
  background-color: #25A69B;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.video-page__animated-icon {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 140px;
}
.video-page__warning {
  display: block;
  font-size: 10px;
  line-height: 1.6;
  color: #ef8e26;
  margin: 9px auto 23px;
  text-align: center;
}
.video-page__spinner {
  display: block;
  margin: 0 auto;
}
.video-page__video {
  position: relative;
  width: 100%;
  max-width: 335px;
  margin: 15px auto 30px;
  border-radius: 10px;
  overflow: hidden;
}
.video-page__video-item {
  width: 100%;
  height: auto;
}
.video-page__video-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-page__video-icon-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #dbfff3, #57b5e6);
  z-index: 2;
}

/* responsive */
.upload-info {
  width: 235px;
  min-height: 220px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #d9c52d;
  background-color: #fffbdb;
  font-size: 14px;
  line-height: 27px;
  color: #676767;
}
.upload-info__icon {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 0 11px;
}
.upload-info__title {
  display: block;
  margin: 11px 0 3px;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  color: #d9c52d;
}
.upload-info-slider {
  width: calc(100% + 30px);
  margin: 0 -15px 40px;
}
.upload-share {
  min-height: 104px;
  margin: 30px auto;
  padding: 21px 21px 16px;
  border-radius: 10px;
  border: solid 1px #25A69B;
  background-color: #fff;
  font-size: 12px;
  line-height: 19px;
  color: #AAAAAA;
  text-align: center;
}
.upload-share__info {
  margin: 13px 0 0 4px;
  font-size: 10px;
  line-height: 16px;
  color: #25A69B;
}

/* responsive */
.mobile-menu {
  display: none;
}

.navbar-menu, .navbar-search, .navbar-notification {
  position: relative;
  display: block;
  float: left;
  margin: 0 6px 0 0;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(103, 103, 103, 0.15);
  background: url(../img/svg/menu.svg) center no-repeat;
}
.navbar-search {
  background: url(../img/svg/search-green.svg) center no-repeat;
}
.navbar-notification {
  position: relative;
  background-image: url(../img/svg/bell-green.svg);
}
.navbar-notification.active:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 11px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #FF5959;
  border: 1px solid #fff;
}
.navbar-notification-meassge {
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  padding: 13px 20px;
  border-radius: 10px;
  min-width: 150px;
  color: #fff;
  z-index: 9;
}
.navbar-notification-meassge::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: -1;
}
.navbar-notification-meassge.active {
  -webkit-animation: fadeOut;
          animation: fadeOut;
  -webkitanimation-delay: 10s;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.navbar-notification-meassge-arrow {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
}
.navbar-notification-meassge-arrow:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  transform: rotate(45deg) skew(13deg, 18deg);
  z-index: -1;
}

.app-sheet-background {
  display: none;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 997;
}
.app-sheet-background.active {
  display: block;
  opacity: 1;
}

/* responsive */
@media (min-width: 1024px) {
  .app-sheet-background.active {
    display: none !important;
  }
}
.campaign-tab {
  margin-bottom: 16px;
}
.campaign-tab__tabs {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: none;
  padding: 0;
  margin-bottom: 26px;
}
.campaign-tab__tabs:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 100%;
  height: 0;
  transform: translateX(-50%);
  border-bottom: 2px solid #DDDDDD;
}
.campaign-tab__tabs:after {
  display: none;
}
.campaign-tab__tabs-item {
  display: flex;
}
.campaign-tab__tabs-item-link {
  padding: 0 4px 7px !important;
  font-size: 16px;
  line-height: 22px;
  color: #AAAAAA !important;
  border: none !important;
  margin-right: 0 !important;
}
.campaign-tab__tabs-item-link:hover {
  color: #25A69B !important;
  background-color: transparent !important;
}
.campaign-tab__contents {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.campaign-category-select {
  flex: 0 0 calc(50% - 8px);
  padding: 7px 12px 7px 30px;
  line-height: 24px;
  border: 1px solid #AAAAAA;
  border-radius: 10px;
  margin-bottom: 16px;
  width: 100%;
  background: #fff url(../img/svg/arrow-down-gray.svg) center left 16px no-repeat;
}
.campaign-category-select:focus-visible {
  outline: none;
}
.campaign-category-select:nth-child(3) {
  flex: 0 0 100%;
}
.campaign-category-select_green {
  color: #25A69B;
  background-color: #E7F2F1;
  border-color: #25A69B;
  background-image: url(../img/svg/arrow-curve-down-green.svg);
}
.campaign-category-select_new {
  position: relative;
  width: auto;
  border: none;
  background: transparent;
  margin: 0 -70px 0 0;
  padding: 7px 70px 7px 12px;
  z-index: 1;
}
.campaign-category__newest-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.campaign-category__newest {
  color: #25A69B;
  padding-right: 30px;
  font-weight: 500;
  background: url(../img/svg/filter-list-green.svg) right center no-repeat;
}
.campaign-category-toggle {
  display: flex;
}
.campaign-category-toggle__link {
  margin: 0 !important;
  padding: 8px;
  min-width: 52px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #848484;
  background-color: #ddd;
  text-align: center;
}
.campaign-category-toggle__link:hover, .campaign-category-toggle__link.active {
  color: #fff;
  background-color: #25A69B;
}
.campaign-category-toggle__link:first-child {
  border-radius: 0 8px 8px 0;
}
.campaign-category-toggle__link:last-child {
  border-radius: 8px 0 0 8px;
}
.campaign-search {
  position: relative;
  margin: 0 0 16px;
}
.campaign-search__input {
  height: 51px;
  border: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 8px 48px 8px 96px;
  border-radius: 10px;
  color: #848484;
  border: 1px solid #AAAAAA;
  background: #fff url(../img/svg/search-grey.svg) right 17px center no-repeat;
}
.campaign-search__input:focus, .campaign-search__input:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: #25A69B;
  caret-color: #25A69B;
}
.campaign-search__button {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 80px;
  height: 35px;
  text-align: center;
  border-radius: 5px;
  color: white;
  background-color: #25A69B;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 9px 10px;
  border: none;
}

.active > .campaign-tab__tabs-item-link {
  position: relative;
  font-weight: 600;
  color: #25A69B !important;
  background-color: transparent !important;
  border: none !important;
  margin-right: 0 !important;
}
.active > .campaign-tab__tabs-item-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 0;
  border: 3px solid #25A69B;
  border-radius: 2px;
}

/* responsive */
@media (min-width: 1024px) {
  .campaign-tab__tabs {
    justify-content: flex-start;
    gap: 16px;
  }
}
.menu {
  display: block;
  position: fixed;
  top: -500%;
  right: 0;
  width: 100%;
  height: auto;
  border-radius: 0 0 15px 15px;
  padding: 55px 0 15px;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 999;
}
.menu:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: -1;
}
.menu.active {
  top: 0;
}
.menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.menu__body {
  position: relative;
  margin-bottom: 35px;
}
.menu__footer {
  display: flex;
  justify-content: space-between;
}
.menu__compaigns-top {
  display: flex;
}
.menu__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 46px;
  border-radius: 0 8px 8px 0;
  transition: all 0.3s;
  z-index: 1;
}
.menu__backdrop:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 2px solid #707070;
  border-left: none;
  border-radius: 0 8px 8px 0;
  background: rgba(0, 0, 0, 0.4);
}
.menu__backdrop-wrapper {
  position: absolute;
  top: -3px;
  right: 0;
  width: 100%;
  height: calc(100% - 8px);
  overflow: hidden;
}
.menu__backdrop-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  border: 2px solid transparent;
  background: rgba(0, 0, 0, 0.4);
}
.menu__backdrop-inner:before {
  content: "";
  position: absolute;
  bottom: -1008px;
  left: -4px;
  width: 0;
  height: 1000px;
  border-right: 2px solid #707070;
}
.menu__backdrop-inner-top {
  content: "";
  position: absolute;
  bottom: calc(100% + 8px);
  left: -4px;
  width: 0;
  height: 1000px;
  border-right: 2px solid #707070;
  transition: height 0.3s;
}
.menu__backdrop-curve_top {
  position: absolute;
  top: -6px;
  left: -2px;
  width: 10px;
  height: 8px;
  overflow: hidden;
}
.menu__backdrop-curve_top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 2px solid #707070;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
.menu__backdrop-curve_bottom {
  position: absolute;
  bottom: -6px;
  left: -2px;
  width: 10px;
  height: 8px;
  overflow: hidden;
}
.menu__backdrop-curve_bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 2px solid #707070;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.4);
}
.menu__backdrop-menu {
  position: absolute;
  top: -3px;
  left: 0;
  width: 60%;
  height: 100%;
  padding: 3px 0;
  border-radius: 0 8px 8px 0;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid #707070;
  border-right-color: transparent;
  border-radius: 8px;
}
.menu__backdrop-menu:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  border-radius: 0 8px 0 0;
  border: 2px solid #707070;
  border-bottom: 0;
  border-left: 0;
  opacity: 1;
}
.menu__backdrop-menu:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  border-radius: 0 0 8px 0;
  border: 2px solid #707070;
  border-top: 0;
  border-left: 0;
}
.menu__menu {
  position: relative;
  display: block;
  margin: 0;
  width: 40%;
  min-height: 323px;
  padding: 0;
  list-style: none;
  z-index: 1;
}
.menu__menu-item {
  display: block;
}
.menu__menu-link {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 7px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.menu__menu-link:hover, .menu__menu-link:focus, .menu__menu-link:focus-visible {
  color: #fff;
  outline: none;
}
.menu__menu-toggle {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 7px 12px;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.menu__menu-dropdown {
  display: none;
  position: absolute;
  right: 100%;
  top: -3px;
  width: 150%;
  height: 100%;
  padding: 3px 0;
  list-style: none;
}
.menu-campaigns {
  display: none;
  padding: 15px 15px 9px;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid #707070;
  border-radius: 8px;
}
.menu-campaigns.active {
  display: block;
}
.menu-campaigns__prev-btn {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  padding: 6px 9px 6px 15px;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #5F5F5F;
}
.menu-campaigns__prev-btn-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  background: url(../img/svg/arrow-right-w.svg) no-repeat;
}
.menu-campaigns-title {
  display: block;
  color: #fff;
  margin-bottom: 15px;
}
.menu-campaigns-link {
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  margin: 0 0 5px 3px;
  border-radius: 18px;
  border: 1px solid #EF8E26;
}
.menu-campaigns-link_province {
  border-color: #25A69B;
}
.menu-panel-link {
  display: block;
  padding: 9px 15px 10px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 2px solid #fff;
  font-size: 12px;
  line-height: 24px;
  min-width: 0;
}
.menu-panel-link:hover, .menu-panel-link:focus, .menu-panel-link:focus-visible {
  color: #fff;
  outline: none;
}
.menu-panel-link__text {
  flex: 1;
  font-weight: 700;
}
.menu-home-link {
  line-height: 24px;
  padding: 4px 44px 4px 8px;
  /*border-right: 2px solid #fff;*/
  color: #fff;
  background: url(../img/svg/logo-mobile.svg) center right 10px no-repeat;
  background-size: 26px 26px;
}
.menu-create-link {
  display: flex;
  padding: 6px 15px 6px 6px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 184px;
  border-radius: 10px;
  border: 2px solid #fff;
  font-size: 12px;
}
.menu-create-link:hover, .menu-create-link:focus, .menu-create-link:focus-visible {
  color: #fff;
  outline: none;
}
.menu-create-link__text {
  display: block;
  width: 72px;
  color: #B0D728;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  text-align: center;
  line-height: 25px;
  margin: 0;
  padding: 3px 6px;
}
.menu-logout-link {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  padding: 9px 42px 10px 9px;
  color: #FFA0A0;
  border-radius: 10px;
  border: 2px solid #676767;
  font-size: 12px;
  line-height: 24px;
  background: url(../img/svg/exit-btn.svg) center right 13px no-repeat;
}
.menu-logout-link:hover, .menu-logout-link:focus, .menu-logout-link:focus-visible {
  color: #FFA0A0;
  outline: none;
}

.first-is-selected .menu__backdrop-curve_top:before {
  border-radius: 0;
}
.first-is-selected .menu__backdrop-menu {
  border-top-right-radius: 0;
}
.first-is-selected .menu__backdrop-menu:before {
  opacity: 0;
}
.first-is-selected .menu__menu-dropdown {
  border-top-right-radius: 0;
}
.first-is-selected .menu__menu-dropdown:before {
  opacity: 0;
}

.open > .menu__menu-dropdown {
  display: block;
}
.open > .menu__menu-dropdown .menu__menu-link {
  -webkit-animation: fadeIn 0.5s both;
  animation: fadeIn 0.5s both;
}

/* responsive */
.notification {
  display: block;
  position: fixed;
  top: -200%;
  right: 0;
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 0 0 15px 15px;
  padding: 28px 0 15px;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 999;
}
.notification:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: -1;
}
.notification.active {
  top: 0;
}
.notification__header-content {
  display: flex;
  flex: 1;
  margin-bottom: 30px;
}
.notification__header-icon {
  width: 28px;
  margin-left: 8px;
}
.notification__header-title {
  font-size: 20px;
  line-height: 33px;
  color: #fff;
}
.notification__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 0 0;
  border-top: 1px solid #AAAAAA;
  margin: 22px 0 0;
}
.notification__footer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 27px;
}
.notification__footer-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(../img/svg/arrow.svg) no-repeat;
}
.notification-item {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #AAAAAA;
  border-radius: 10px;
  padding: 13px 12px;
  color: #fff;
  margin-bottom: 8px;
}
.notification-item:hover, .notification-item:focus, .notification-item:focus-visible {
  color: #fff;
  outline: none;
}
.notification-item.active:before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #FF5959;
  border: 1px solid #4C4C4C;
}
.notification-item__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
  text-align: center;
}
.notification-item__title {
  flex: 1;
  font-size: 14px;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.notification-item__date {
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  margin: 0 15px 0 5px;
  color: #AAAAAA;
}
.notification-item__arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/svg/arrow.svg) no-repeat;
}
.notification .close-btn {
  top: -11px;
}

/* responsive */
.search {
  display: block;
  position: fixed;
  top: -500%;
  right: 0;
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 0 0 15px 15px;
  padding: 50px 0 15px;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 999;
}
.search:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: -1;
}
.search.active {
  top: 0;
}
.search.searching .search__body {
  display: none;
}
.search.searching .search-submit {
  display: flex;
}
.search-form {
  margin: 0;
}
.search-input {
  position: relative;
  border: 2px solid #AAAAAA;
  border-radius: 10px;
  padding: 13px 50px 13px 12px;
  color: #fff;
  margin-bottom: 20px;
  background: transparent;
  width: 100%;
  line-height: 24px;
  height: 54px;
  background: url(../img/svg/search-white.svg) center right 18px no-repeat;
}
.search-input:focus-visible {
  outline: none;
}
.search-input::-moz-placeholder {
  color: #AAAAAA;
}
.search-input:-ms-input-placeholder {
  color: #AAAAAA;
}
.search-input::placeholder {
  color: #AAAAAA;
}
.search-submit {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #25A69B;
  border-radius: 10px;
  color: #fff;
  line-height: 24px;
  height: 48px;
  width: 100%;
  border: none;
}
.search-tab {
  overflow: hidden;
}
.search-tab__tabs {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: none;
}
.search-tab__tabs:after {
  display: none;
}
.search-tab__tabs:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 100vw;
  height: 0;
  transform: translateX(-50%);
  border-bottom: 1px solid #707070;
}
.search-tab__tabs-item {
  display: flex;
}
.search-tab__tabs-item-link {
  padding: 0 0 7px !important;
  font-size: 16px;
  line-height: 27px;
  color: #AAAAAA !important;
  border: none !important;
  margin-right: 0 !important;
  background-color: transparent !important;
}
.search-tab__tabs-item-link:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.search-tab__contents {
  padding: 18px 0 0;
}
.search-item {
  display: flex;
  align-items: center;
  padding: 0 3px 0 35px;
  color: #DDD;
  margin-bottom: 15px;
  transition: color 0.3s;
}
.search-item:hover, .search-item:focus, .search-item:focus-visible {
  color: #fff;
  outline: 0;
}
.search-item__title {
  flex: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}
.search-item__icon {
  width: 24px;
  height: 24px;
  margin: 0 0 0 10px;
  background: url(../img/svg/search-gray.svg) center no-repeat;
}
.search .close-btn {
  top: -33px;
}

.active > .search-tab__tabs-item-link {
  position: relative;
  color: #fff !important;
  background-color: transparent !important;
  border: none !important;
  margin-right: 0 !important;
}
.active > .search-tab__tabs-item-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 0;
  border: 2px solid #fff;
  border-radius: 2px;
}

/* responsive */
.popup {
  display: flex;
  flex-direction: column;
  max-width: 340px;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.popup__title {
  color: #FF5959;
  font-size: 22px;
  line-height: 37px;
  margin-bottom: 20px;
}
.popup__message {
  color: #AAAAAA;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 36px;
}
.popup__button {
  height: 48px;
  text-align: center;
  padding: 10px;
  color: #25A69B;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  border: 2px solid #25A69B;
  border-radius: 10px;
}
.popup-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.popup-backdrop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: -1;
}
.popup-backdrop.active {
  display: flex;
}

#animated-loading {
  width: 116px;
  height: 116px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 33px;
  margin: 0 auto;
  border-radius: 15px;
}

.app-popup {
  width: calc(100vw - 32px);
  padding: 16px;
  margin: auto 16px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.app-popup-wrapper {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}
.app-popup-wrapper.active {
  display: flex;
}
.app-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #DDDDDD;
}
.app-popup__header-title {
  color: #282727;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.app-popup__header-close {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/svg/close-btn-black.svg) no-repeat;
  background-size: 24px;
  background-position: center;
  cursor: pointer;
}
.app-popup__body {
  color: #626262;
  padding: 12px 0;
}
.app-popup__body .list:not(:last-child) {
  margin-bottom: 16px;
}
.app-popup__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  border-top: 1px solid #DDDDDD;
}
.app-popup__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 163px;
  height: 40px;
  color: #fff;
  background-color: #25A69B;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 12px;
  border-radius: 4px;
  border: 0;
}
.app-popup__button:hover, .app-popup__button:focus-visible {
  color: #fff;
}
.app-popup-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 53, 53, 0.5);
  z-index: -1;
}

/* responsive */
#comment_modal .input-group {
  width: 90%;
  margin: 0 auto 15px auto;
}
#comment_modal .input-group input {
  margin: 0;
  width: 100%;
}
#comment_modal .input-group-addon {
  cursor: pointer;
}

/* responsive */
.comment {
  font-size: 14px;
  color: var(--k-gray-70);
  background-color: white;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
.comment--admin {
  box-shadow: none;
  background-color: rgba(var(--k-primary-rgb), 0.12);
}
.comment--admin .comment__author {
  color: var(--k-primary);
}
.comment--reply {
  box-shadow: none;
  background-color: var(--k-gray-10);
}
.comment__header {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.comment__author {
  font-weight: 800;
  color: var(--k-gray-80);
}
.comment__main {
  margin-bottom: 16px;
  -webkit-line-clamp: 5;
}
.comment__footer {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: var(--k-gray-60);
}
.comment__replay-btn {
  display: inline-flex;
  gap: 4px;
  color: var(--k-primary);
  border: unset;
  height: 24px;
  line-height: 24px;
}

/* responsive */
.payment-final {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #AAAAAA;
  background-color: #fff;
  margin-bottom: 36px;
}
.payment-final_sucess {
  border-color: #25A69B;
  margin-bottom: 16px;
}
.payment-final_sucess .payment-final__title {
  color: #78931A;
}
.payment-final_sucess .payment-final__message {
  margin-bottom: 12px;
}
.payment-final__icon {
  width: 106px;
  margin: 0 auto 24px;
  color: #C44545;
}
.payment-final__title {
  color: #C44545;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
}
.payment-final__message {
  color: #383535;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
}
.payment-final__link {
  color: #25A69B;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 28px;
}
.payment-final__link:hover, .payment-final__link:focus, .payment-final__link:focus-visible {
  color: #25A69B;
  outline: 0;
}
.payment-final__button {
  width: 163px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #25A69B;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 12px 33px;
  border: none;
  margin-bottom: 16px;
}
.payment-final__button:hover, .payment-final__button:focus, .payment-final__button:focus-visible {
  color: #fff;
  outline: 0;
}
.payment-final__info {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
}
.payment-final__tracking {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 8px;
  padding: 15px 16px 15px 21px;
  color: #383535;
  background-color: #EDEDED;
  cursor: pointer;
}
.payment-final__tracking .needs-copy {
  display: none;
}

/* responsive */
.social-media {
  display: flex;
  align-items: center;
  color: #282727;
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  border-radius: 8px;
  padding: 8px 18px 8px 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
}
.social-media:hover, .social-media:focus, .social-media:focus-visible {
  color: #282727;
  outline: 0;
}
.social-media__icon {
  width: 18px;
  margin-left: 12px;
}
.social-media__button {
  width: 99px;
  color: #25A69B;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 12px 8px 12px 40px;
  margin-right: auto;
  border-radius: 4px;
  background: #F5F5F5 url(../img/svg/circle-arrow-left-green.svg) 10px center no-repeat;
}

/* responsive */
.special-membership {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  color: var(--k-gray-80);
  background-color: white;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 36px;
  padding: 8px 24px 16px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.special-membership__icon {
  width: 48px;
}
.special-membership__title {
  font-weight: 800;
  color: var(--k-gray-90);
}
.special-membership__message {
  margin-bottom: 8px;
}
.special-membership__button {
  width: 163px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #25A69B;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 12px 33px;
  border: none;
}
.special-membership__button:hover, .special-membership__button:focus, .special-membership__button:focus-visible {
  color: #fff;
  outline: 0;
}

/* responsive */
@media (min-width: 1024px) {
  .special-membership {
    padding: 20px;
    gap: 0;
  }
  .special-membership__icon {
    width: 56px;
  }
  .special-membership__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .special-membership__message {
    margin-bottom: 24px;
  }
}
.profile-top {
  position: relative;
  min-height: 218px;
  padding-top: 99px;
}
.profile-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #383535 41.83%, rgba(56, 53, 53, 0) 84.86%);
}
.profile-top__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/profile-bg.jpg) center bottom no-repeat;
  background-size: 100%, auto;
  filter: grayscale(1);
  z-index: -1;
}
.profile-top-content {
  width: 100%;
  display: flex;
  align-items: center;
  color: #C9C9C9;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
}
.profile__more {
  position: relative;
}
.profile__more-button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-left: 10px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.profile__more-button-icon {
  display: block;
  margin: 0 auto;
}
.profile__more-menu {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: 172px;
  padding: 16px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.profile__more-menu.active {
  display: block;
}
.profile__more-link {
  color: #282727;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.profile__more-link:last-child {
  margin-bottom: 0;
}
.profile__more-link-icon {
  margin-left: 10px;
}
.profile__date {
  margin-left: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}
.profile__elite {
  color: #fff;
  padding: 4px 8px;
  margin-right: 8px;
  border: 1px solid #fff;
  border-radius: 4px;
}
.profile__special {
  color: #EF8E27;
  padding: 4px 8px;
  margin-right: 8px;
  border: 1px solid #EF8E27;
  border-radius: 4px;
}
.profile-middle-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #C9C9C9;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  margin-top: -40px;
  margin-bottom: 40px;
}
.profile__avatar {
  position: relative;
  width: 80px;
  height: 80px;
  border: 2px solid #EF8E27;
  padding: 2px;
  border-radius: 50%;
  background-color: #F5F5F5;
  margin-bottom: 8px;
}
.profile__avatar-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.profile__avatar-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 3px;
  background-color: #F5F5F5;
  border-radius: 50%;
}
.profile__name {
  color: #626262;
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 8px;
}
.profile__information {
  display: flex;
  color: #383535;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 16px;
}
.profile__information-item {
  display: inline-block;
  position: relative;
  padding: 0 8px;
}
.profile__information-item:last-child:not(:first-child) {
  margin-right: 1px;
}
.profile__information-item:last-child:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1;
  width: 0;
  height: 8px;
  border-left: 1px solid #C9C9C9;
  transform: translateY(-50%);
}
.profile__information-item-icon {
  margin-left: 8px;
}
.profile__activity {
  display: flex;
  color: #626262;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 32px;
  gap: 8px;
}
.profile__activity-item {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 8px;
  background-color: #fff;
}
.profile__activity-item:last-child:not(:first-child) .profile__activity-icon {
  margin: 0 0 0 6px;
}
.profile__activity-icon {
  margin: 0 6px 0 0;
}
.profile__connect {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.profile__connect-social {
  margin-left: 24px;
}
.profile__connect-social:nth-last-child(2) {
  margin-left: auto;
}
.profile__connect-message {
  display: flex;
  align-items: center;
  color: #25A69B;
  min-width: 104px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 7px;
  border: 1px solid #25A69B;
  border-radius: 4px;
}
.profile__connect-message-number {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #FF5959;
  margin-right: 8px;
}
.profile__website {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #282727;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 16px;
  border-radius: 8px;
  background: #EDEDED;
  margin-bottom: 32px;
}
.profile__website-link {
  font-size: 14px;
  font-weight: 500;
}
.profile__favorite {
  width: 100%;
  margin-bottom: 24px;
}
.profile__favorite-title {
  color: #282727;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px;
}
.profile__favorite-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -15px;
}
.profile__favorite-link {
  color: #626262;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  margin: 0 0 0 8px;
  flex: 0 0 auto;
}
.profile__description {
  width: 100%;
}
.profile__description-text {
  color: #626262;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 53px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile__description-text.expanded {
  height: auto;
  display: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}
.profile__description-more {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #25A69B;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  padding: 8px;
  justify-content: flex-end;
  cursor: pointer;
}
.profile-tab__tabs {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #DDDDDD;
}
.profile-tab__tabs:after, .profile-tab__tabs:before {
  display: none;
}
.profile-tab__link {
  display: flex !important;
  font-size: 16px;
  line-height: 24px;
  border: none !important;
  padding: 0 0 6px !important;
  margin-right: 0 !important;
  color: #AAAAAA !important;
  background-color: transparent !important;
}
.profile-tab__link:hover {
  color: #25A69B !important;
  background-color: transparent !important;
}
.profile-tab__number {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  border-radius: 12px;
  color: #fff;
  background-color: #AAAAAA;
  margin-right: 8px;
}
.profile-tab__contents {
  padding: 26px 0 0;
}
.profile-comment {
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.profile-comment__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #383535;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 4px;
}
.profile-comment__name-icon {
  width: 14px;
  margin-right: 8px;
}
.profile-comment__title {
  color: #25A69B;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 8px;
}
.profile-comment__message {
  color: #383535;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}
.profile-comment__reply {
  display: flex;
  justify-content: flex-end;
}
.profile-comment__reply-number {
  color: #25A69B;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 6px;
}
.profile-comment__reply-icon {
  width: 12px;
}
.profile-notfound {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px 16px 16px;
}
.profile-notfound__image {
  width: 100px;
  margin-bottom: 32px;
}
.profile-notfound__text {
  color: #282727;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.profile-notfound__text strong {
  display: block;
}
.profile-notfound__link {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 24px;
}
.profile-notfound__button {
  width: 163px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 12px;
  color: #fff;
  border-radius: 4px;
  background-color: #25A69B;
  margin-bottom: 24px;
}

.active .profile-tab__link {
  color: #25A69B !important;
}
.active .profile-tab__link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 0;
  border: 3px solid #25A69B;
  border-radius: 2px;
}
.active .profile-tab__number {
  background-color: #25A69B;
}

/* author notification */
.author-notification {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #383535;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.author-notification:hover, .author-notification:focus, .author-notification:focus-visible {
  color: #383535;
  outline: none;
}
.author-notification__button {
  display: flex;
  align-items: center;
  flex: 0 0 110px;
  color: #25A69B;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 9px;
  margin-right: 8px;
  border-radius: 4px;
  border: 1px solid #25A69B;
}
.author-notification__button-icon {
  width: 20px;
  margin-left: 8px;
}

/* responsive */
@media (min-width: 1200px) {
  .profile__avatar {
    width: 150px;
    height: 150px;
    background-color: #fff;
  }
  .profile__avatar-icon {
    width: 34px;
    height: 34px;
    padding: 5px;
  }
  .profile__avatar-icon-image {
    width: 24px;
  }
  .profile-top {
    min-height: 278px;
  }
  .profile-middle-content {
    margin-top: -75px;
  }
  .profile-bottom-content {
    padding-top: 62px;
  }
}
.profile-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.profile-message__avatar {
  width: 40px;
  padding: 2px;
  border-radius: 50%;
  border: 2px solid #25A69B;
  background-color: #fff;
}
.profile-message__content {
  flex: 1;
  min-width: 0;
  padding: 0 8px;
  color: #626262;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.profile-message__name {
  display: block;
  color: #383535;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.profile-message__number {
  min-width: 24px;
  height: 24px;
  border-radius: 12px;
  padding: 2px;
  color: #fff;
  background-color: #FF5959;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
.profile-message-back {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.profile-message-back__button {
  display: flex;
  color: #626262;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.profile-message-back__button-icon {
  width: 12px;
  margin: 0 6px 0 14px;
}
.profile-message-wrapper {
  padding-bottom: 12px;
}

/* responsive */
.toast-item {
  color: #383535;
  background-color: #E7F2F1;
  border-radius: 8px;
  border: 1px solid #25A69B;
  margin: 60px 0 -15px 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
  z-index: 999999;
}
.toast-item__title {
  color: #282727;
  font-weight: 700;
  padding-right: 30px;
  background: url(../img/svg/speaker-black.svg) right 0 center no-repeat;
  margin-bottom: 8px;
}
.toast-item__content {
  display: flex;
  flex-direction: column;
}
.toast-item__message {
  color: #383535;
  margin-bottom: 8px;
}
.toast-item__link {
  display: flex;
  align-items: center;
  width: 80px;
  color: #25A69B;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 8px;
  margin: 0 auto -8px -8px;
  border-radius: 4px;
  background: url(../img/svg/circle-arrow-left-green.svg) 10px center no-repeat;
  background-size: 13px;
}
.toast-item__link:hover, .toast-item__link:focus, .toast-item__link:focus-visible {
  color: #25A69B;
  outline: none;
}

/* responsive */
@media (min-width: 1024px) {
  .toast-item {
    margin: 75px 0 0 0;
  }
  .toast-item__content {
    flex-direction: row;
  }
}
.campaign-box {
  display: flex;
  width: 100%;
  color: #676767;
  background-color: #fff;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.campaign-box:hover {
  color: #111;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.campaign-box:hover .campaign-box__sign-icon {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1), 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.campaign-box__top {
  display: flex;
  flex: 0 0 140px;
  padding: 0;
  border-radius: 0;
}
.campaign-box__top-text {
  display: none;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-top: 20px;
}
.campaign-box__figure {
  position: relative;
  width: 123px;
  height: 123px;
  margin-left: 16px;
  border-radius: 37px;
  overflow: hidden;
}
.campaign-box__image {
  width: 100%;
  opacity: 0.7;
}
.campaign-box__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
  background-color: rgba(145, 182, 11, 0.8);
  z-index: 1;
}
.campaign-box__success-icon {
  width: 32px;
  margin-bottom: 8px;
  opacity: 1;
}
.campaign-box__middle {
  position: relative;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.campaign-box__sign-icon {
  display: none;
  position: absolute;
  top: -24px;
  left: 22px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  background-image: url(../img/icons.png);
  border-radius: 50%;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05), 0 0 10px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.campaign-box__sign-number {
  display: block;
  width: 90px;
  text-align: center;
  border-radius: 5px;
  background-color: #25A69B;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  margin-top: auto;
}
.campaign-box__sign-special {
  display: flex;
  width: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px;
  margin-top: auto;
  margin-right: 10px;
  color: #EF8E27;
  background: #FBEBC4;
  border: 1px solid #EF8E27;
}
.campaign-box__sign-special-icon {
  width: 13px;
  margin-left: 5px;
}
.campaign-box__title {
  flex: 0 0 100%;
  font-size: 16px;
  padding: 0;
  margin: 0 0 16px;
  text-align: right;
  line-height: 24px;
  color: #676767;
  overflow: hidden;
  font-weight: 400;
}
.campaign-box__middle-text {
  font-size: 12px;
  padding: 0 15px;
  margin-bottom: 26px;
  min-height: 72px;
}
.campaign-box__bottom {
  display: none;
  margin-top: auto;
  padding: 9px 0 11px 0;
  border-radius: 0 0 10px 10px;
}
.campaign-box__info {
  position: relative;
  height: 30px;
  padding: 0 48px 0 15px;
  font-size: 12px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.campaign-box__info-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  right: 15px;
  background-image: url(../img/icons.png);
}
.campaign-box__info-icon_start {
  background-position: -144px 0;
}
.campaign-box__info-icon_end {
  background-position: -162px 0;
}
.campaign-box__info-icon_people {
  background-position: -180px 0;
}
.campaign-box.box-1 .campaign-box__figure {
  background-color: #25A69B;
  box-shadow: 0px 5px 20px rgba(37, 166, 155, 0.4);
}
.campaign-box.box-1 .campaign-box__sign-icon {
  background-position: 0 0;
}
.campaign-box.box-2 .campaign-box__figure {
  background-color: #6c4daa;
  box-shadow: 0px 5px 20px rgba(108, 77, 170, 0.4);
}
.campaign-box.box-2 .campaign-box__sign-icon {
  background-position: -48px 0;
}
.campaign-box.box-3 .campaign-box__figure {
  background-color: #f68e56;
  box-shadow: 0px 5px 20px rgba(246, 142, 86, 0.4);
}
.campaign-box.box-3 .campaign-box__sign-icon {
  background-position: -96px 0;
}
.campaign-box-item {
  margin-bottom: 24px;
}

/* responsive */
@media (min-width: 375px) {
  .campaign-box__sign-special {
    width: 70px;
  }
}
@media (min-width: 768px) {
  .campaign-box {
    height: 100%;
    flex-direction: column;
    color: #676767;
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  .campaign-box__top {
    flex: unset;
    padding: 21px 15px;
    border-radius: 10px 10px 0 0;
    background: url(../img/box-bg.png) 0 0 no-repeat;
  }
  .campaign-box__top-text {
    display: block;
  }
  .campaign-box__figure {
    width: 90px;
    height: 90px;
    border-radius: 26px;
    border: 2px solid #fff;
  }
  .campaign-box__image {
    opacity: 1;
  }
  .campaign-box__success {
    font-size: 12px;
    line-height: 16px;
  }
  .campaign-box__success-icon {
    width: 26px;
    margin-bottom: 6px;
  }
  .campaign-box__middle {
    background: url(../img/dotted.png) center bottom repeat-x;
  }
  .campaign-box__title {
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 21px;
    padding: 16px 15px 0 80px;
  }
  .campaign-box__sign-icon {
    display: block;
  }
  .campaign-box__sign-key, .campaign-box__sign-number {
    display: none;
  }
  .campaign-box__sign-special {
    position: absolute;
    top: -111px;
    left: 20px;
  }
  .campaign-box__bottom {
    display: block;
  }
  .campaign-box.box-1 .campaign-box__top {
    background-color: #25A69B;
  }
  .campaign-box.box-2 .campaign-box__top {
    background-color: #6c4daa;
  }
  .campaign-box.box-3 .campaign-box__top {
    background-color: #f68e56;
  }
  .campaign-box.disable .campaign-box__top {
    background-color: #999;
  }
  .campaign-box.disable .campaign-box__figure {
    box-shadow: none;
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  .campaign-box-item {
    margin-bottom: 30px;
  }
}
.special-member {
  display: flex;
  flex-direction: column;
  margin: 0 0 8px;
  flex: 0 0 79px;
}
.special-member:focus-visible {
  outline: none;
}
.special-member_more .special-member__avatar {
  border-color: #25A69B;
  background: #25A69B url(../img/svg/arrow-left-white.svg) center no-repeat;
}
.special-member_more .special-member__name {
  color: #25A69B;
}
.special-member__avatar {
  width: 62px;
  height: 62px;
  border: 2px solid #EF8E27;
  padding: 2px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto 8px;
}
.special-member__name {
  color: #383535;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}
.special-member-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 -15px;
}

/* responsive */
@media (min-width: 768px) {
  .special-member-wrapper {
    margin: unset;
  }
}
@media (min-width: 1024px) {
  .special-member {
    flex: 0 0 94px;
  }
  .special-member__avatar {
    width: 78px;
    height: 78px;
  }
}
@media (min-width: 1200px) {
  .special-member {
    flex: 0 0 112px;
  }
  .special-member__avatar {
    width: 96px;
    height: 96px;
  }
}
.popup-clipboard {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding: 15px;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.popup-clipboard.active {
  display: flex;
}
.popup-clipboard__content {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  max-width: 375px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.popup-clipboard__message {
  color: #AAAAAA;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 36px;
}
.popup-clipboard__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding: 15px;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.popup-clipboard__backdrop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: -1;
}

/* responsive */
.newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
  color: var(--k-gray-80);
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.newsletter__button {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  padding: 8px;
  border-radius: 4px;
  color: var(--k-primary);
  border: 1px solid var(--k-primary);
}

/* responsive */
@media (min-width: 1024px) {
  .newsletter {
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 500;
  }
  .newsletter__button {
    width: 182px;
    justify-content: center;
  }
}
/*---------------------------------
	1199px
---------------------------------*/
@media screen and (max-width: 1199px) {
  .left-header > li.login {
    left: 90px;
  }
  .nav > li > a {
    padding: 10px 7px;
  }
  .navbar-nav li a {
    font-size: 13px;
  }
  .stats-box_blue {
    margin-left: 0;
  }
  .stats-box_olive {
    margin-right: 0;
  }
}
/*---------------------------------
	991px
---------------------------------*/
@media screen and (max-width: 991px) {
  .navbar-nav {
    float: none;
    display: table;
    margin: 0 auto;
    width: 100%;
  }
  .submit-agency {
    position: absolute;
    left: 0;
    top: 0px;
  }
  .left-header {
    float: none;
    display: none;
    width: 100%;
    margin-top: 0px;
  }
  .left-header .navbar-collapse {
    float: none;
    margin: 0 auto;
    /* display: table !important; */
  }
  .feaures {
    margin-bottom: 0;
    height: 200px;
  }
  .intro .container .row .feaures:nth-child(3),
.intro .container .row .feaures:nth-child(4) {
    margin-bottom: 0;
  }
  .section-1 {
    background: url(../img/img_wave.png) center 346px no-repeat;
  }
  .cal-title {
    padding: 10px;
  }
  .cal-title p {
    margin-bottom: 0;
  }
  .triangle-left {
    left: 50%;
    bottom: -17px;
    margin-left: -10px;
    border-color: #07B6AC transparent transparent transparent;
    top: auto;
    z-index: 2;
    border-width: 10px;
  }
  .agency-hover .textm {
    width: 60%;
  }
  .agency-hover .text {
    width: 60%;
  }
  #map {
    margin-top: 20px;
  }
  .topfooter .cta-new {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .navbar-header {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 12px;
  }
  .mobile-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  .navbar-collapse.collapse.navbar-collapse_mobile {
    display: none !important;
  }
}
/*---------------------------------
	767px
---------------------------------*/
@media screen and (max-width: 767px) {
  .logo {
    margin: 0 0 0 auto;
  }
  .submit-agency {
    left: 60px;
  }
  .navbar-toggle {
    margin: 0 6px 0 0;
    border: 0;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(103, 103, 103, 0.15);
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #25A69B;
  }
  #login-link span {
    display: inline;
  }
  .agency-row.thead {
    display: none;
  }
  .title-show {
    display: inline-block;
    margin-left: 10px;
  }
  .agency-row div {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
  }
  .agency-row .name {
    width: 50%;
  }
  .agency-row .discount1 {
    width: 50%;
  }
  .agency-row .discount2 {
    width: 20%;
  }
  .agency-row .location {
    width: 30%;
  }
  .agency-row .offer {
    width: 50%;
  }
  .agency-row .req {
    display: none;
  }
  .agency-row .discount1 .percent {
    display: inline-block;
  }
  .agency-row .req a {
    width: 100px;
    float: left;
    margin-left: 10px;
    display: table;
  }
  .agency-row {
    text-align: right;
  }
  .agency-hover {
    height: 100%;
    position: static;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .agency-hover .text {
    width: 100%;
  }
  .agency-hover .text p {
    margin-bottom: 0;
  }
  .unumber {
    width: 300px;
    margin: 0 auto;
  }
  .agency-table,
.reminder {
    margin-top: 20px;
  }
  .reminder {
    padding: 20px 0 10px 0;
  }
  .last-article {
    margin-top: 30px;
  }
  .footer {
    padding: 0px;
  }
  .footer .container {
    padding: 0px;
  }
  .navbar-nav {
    /* margin: 7.5px -15px; */
    margin-bottom: 15px;
  }
  .inside .main-content {
    margin-top: 10px;
  }
  .full-agency .head {
    margin-bottom: 10px;
  }
  .about {
    margin-top: 30px;
  }
  .full-agency .head .name {
    font-size: 18px;
  }
  .dashboard-karzar h3 {
    max-height: unset;
    overflow: auto;
  }
  .karzar-options div[class^=col-] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .karzar-options .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .karzar-option {
    margin-bottom: 14px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
  }
  .karzar-option {
    min-height: 105px;
  }
  .updates {
    height: auto;
    overflow: hidden;
  }
  .intro-stat {
    width: 220px;
    height: 220px;
    margin: 53px auto 0;
    padding-top: 42px;
  }
  .newintro h3 {
    font-size: 16pt;
  }
  .newintro h2 {
    font-size: 23pt;
    margin: 10px 0px 5px 0px;
    letter-spacing: 2px;
  }
  .newintro h4 {
    color: #fff;
    font-size: 12pt;
    font-weight: normal;
    padding: 0;
    margin: 10px;
  }
  .bbl-1 {
    top: 105px;
    right: 45px;
    display: none;
  }
  .bbl-2 {
    top: 210px;
    right: 5px;
  }
  .bbl-3 {
    top: 38px;
    right: 15px;
  }
  .bbl-4 {
    top: -46px;
    right: 214px;
  }
  .bbl-5 {
    top: 248px;
    left: 25px;
  }
  .bbl-6 {
    top: 15px;
    left: -30px;
    display: none;
  }
  .bbl-7 {
    top: 50px;
    left: 45px;
    display: none;
  }
  .bbl-8 {
    width: 40px;
    height: 40px;
    top: 57px;
    left: 31px;
  }
  .intro-certs {
    display: table;
    margin: auto;
  }
  .intro-certs img {
    margin-left: 15px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: table;
  }
  /* .top-header {
      margin: 0 -11px 15px;
  } */
}
/*---------------------------------
	700px
---------------------------------*/
@media screen and (max-width: 700px) {
  .select-group {
    width: 50%;
  }
  .cal-div a {
    width: 100%;
  }
  .cal-div {
    padding-bottom: 20px;
  }
}
/*---------------------------------
	600px
---------------------------------*/
@media screen and (max-width: 600px) {
  .agency-row .name {
    width: 100%;
  }
  .agency-row .discount1 {
    width: 50%;
  }
  .agency-row .discount2 {
    width: 50%;
  }
  .agency-row .location {
    width: 50%;
  }
  .agency-row .offer {
    width: 100%;
  }
}
/*---------------------------------
	500px
---------------------------------*/
@media screen and (max-width: 500px) {
  .xs-500 {
    float: none;
    width: 100%;
  }
  .article-div {
    padding: 0 15px 10px;
  }
  .article-div img {
    margin: 0 auto;
    display: table;
    float: none;
  }
  .article-div p {
    min-height: auto;
  }
  .article-div a {
    display: table;
    margin: 0 auto;
  }
  .main-title h3 {
    font-size: 18px;
  }
  .reminder .main-title {
    margin-bottom: 30px;
  }
  .editor-area p {
    font-size: 14px;
  }
  .head .btn-red {
    width: 100%;
  }
}
/*---------------------------------
	450px
---------------------------------*/
@media screen and (max-width: 450px) {
  .no-mobile {
    display: none;
  }
  .xs-400 {
    float: none;
    width: 100%;
  }
  .submit-agency {
    position: static;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  .select-group {
    width: 100%;
  }
  .agency-row .discount1 {
    width: 100%;
  }
  .agency-row .location {
    width: 100%;
  }
  .unumber a {
    padding: 0 15px;
  }
  .unumber {
    width: 260px;
  }
  .more-karzar {
    margin-bottom: 15px;
  }
  .more-karzar-bottom {
    display: table;
  }
  .section-5 .logo-wrapper {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .section-5 .text p {
    line-height: 32px;
    font-size: 16px;
  }
  .fulltext {
    text-align: right;
  }
  blockquote {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .nav > li > a {
    padding: 10px 12px;
  }
  /*.create {
  	display: table !important;
     	margin: 0 15px;
     	padding-top: 13px !important;
  }*/
  /* .create span {
    display: table;
    padding: 3px 6px;
    background-color: $base;
    float: left;
    color:#fff;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 12px;
    margin-top: -3px;
  }*/
  /* Signitures */
  .supporters ul li {
    width: 86px;
    min-height: 130px;
    margin-bottom: 10px;
    display: inline-block;
    overflow: hidden;
    padding-top: 1px;
    text-align: center;
  }
  .supporters li img {
    border-radius: 50%;
    border: 3px solid #fff;
    width: 70px;
    height: 70px;
    box-shadow: 0 0 0 1px #0c4a6d;
  }
  .supporters li p {
    font-size: 11px;
    color: #0c4a6d;
    margin-top: 10px;
    line-height: 120%;
  }
  .media-updates a {
    width: auto;
  }
  .signkey-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 7px;
  }
}
/*---------------------------------
	360px
---------------------------------*/
@media screen and (max-width: 374px) {
  /* Signitures */
  .supporters ul li {
    width: 82px;
    min-height: 130px;
    margin-bottom: 10px;
    display: inline-block;
    overflow: hidden;
    padding-top: 1px;
    text-align: center;
  }
  .supporters li img {
    border-radius: 50%;
    border: 3px solid #fff;
    width: 65px;
    height: 65px;
    box-shadow: 0 0 0 1px #0c4a6d;
  }
}
