@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/IRAN.eot");
  src: url("../fonts/IRAN.eot?#iefix") format("embedded-opentype"), url("../fonts/IRAN.woff2") format("woff2"), url("../fonts/IRAN.woff") format("woff"), url("../fonts/IRAN.ttf") format("truetype");
}
@font-face {
  font-family: IRAN;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/IRANBold.eot");
  src: url("../fonts/IRANBold.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANBold.woff2") format("woff2"), url("../fonts/IRANBold.woff") format("woff"), url("../fonts/IRANBold.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: Raleway, verdana, tahoma;
}

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

body {
  color: #444;
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding-top: 103px;
  font-family: Raleway, verdana, tahoma !important;
}

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

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

a {
  text-decoration: none;
  color: #ddaa00;
  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: #ddaa00;
}
.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: #ddaa00;
}

.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: #ddaa00;
}

.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: #ddaa00;
  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;
}

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

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

html[lang=auto],
.translated-ltr {
  direction: ltr;
}
html[lang=auto] ul,
.translated-ltr ul {
  padding-right: unset;
  padding-left: 20px;
}
html[lang=auto] blockquote,
.translated-ltr blockquote {
  float: right;
  margin-right: unset;
  margin-left: 50px;
}
html[lang=auto] input[type=checkbox],
html[lang=auto] input[type=radio],
.translated-ltr input[type=checkbox],
.translated-ltr input[type=radio] {
  margin-left: unset;
  margin-right: 2px;
}
@media screen and (min-width: 0\0 ) {
  html[lang=auto] select,
.translated-ltr select {
    padding: 10px 10px 10px 20px !important;
  }
}
html[lang=auto] .button,
.translated-ltr .button {
  margin-left: unset;
  margin-right: 4px;
}
html[lang=auto] .button_new-ticket,
.translated-ltr .button_new-ticket {
  padding-right: 15px;
  padding-left: 10px;
}
html[lang=auto] .button_new-ticket .icon,
.translated-ltr .button_new-ticket .icon {
  margin-left: unset;
  margin-right: 6px;
}
html[lang=auto] .submit-icon,
.translated-ltr .submit-icon {
  margin-right: unset;
  margin-left: 10px;
}
html[lang=auto] .close-btn,
.translated-ltr .close-btn {
  left: unset;
  right: 17px;
}
html[lang=auto] .input-container .captcha-image,
.translated-ltr .input-container .captcha-image {
  margin-right: unset;
  margin-left: 8px;
}
html[lang=auto] .ka-alert__button,
.translated-ltr .ka-alert__button {
  padding: 8px 30px 8px 8px;
}
html[lang=auto] .tooltip i,
.translated-ltr .tooltip i {
  transform: translateX(5px);
}

/* responsive */
.navbar {
  margin-bottom: 0;
  border: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
}
.navbar-nav {
  float: left;
}
.navbar-nav li a {
  color: #ddaa00 !important;
  font-size: 14px;
}
.navbar-nav li a:hover {
  color: #222 !important;
}
.navbar-nav li a.menu-create:hover {
  background-color: #ddaa00 !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 {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 4px;
  right: 4px;
  padding: 16px 0;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 3px 6px rgba(103, 103, 103, 0.15);
  z-index: 9;
  background: #fff;
}

.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: 130px;
}
.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;
}
.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: #ddaa00;
  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: #ddaa00;
}

/* 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: #ddaa00;
  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: #ddaa00 !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: #ddaa00 !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: #ddaa00;
}
.header-search.active .header-search_button {
  color: #ddaa00;
  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;
}

html[lang=auto] .navbar-header,
.translated-ltr .navbar-header {
  float: left;
}
html[lang=auto] .navbar-nav,
.translated-ltr .navbar-nav {
  padding-right: 0;
}
html[lang=auto] .navbar-nav li a.create-campgain,
.translated-ltr .navbar-nav li a.create-campgain {
  margin: 0 0 0 6px;
}
html[lang=auto] .left-header,
.translated-ltr .left-header {
  margin-left: auto;
  margin-right: unset;
}
html[lang=auto] .left-header .navbar-collapse,
.translated-ltr .left-header .navbar-collapse {
  float: right;
  padding-left: 0;
  padding-right: 15px;
}
html[lang=auto] .dropdown-menu,
.translated-ltr .dropdown-menu {
  left: 0;
  right: auto;
}
html[lang=auto] .dropdown-menu > li.has-submenu > a .caret,
.translated-ltr .dropdown-menu > li.has-submenu > a .caret {
  float: right;
  margin-left: unset;
  margin-right: -20px;
  transform: rotate(270deg);
}
html[lang=auto] .dropdown-menu > li.has-submenu .dropdown-menu,
.translated-ltr .dropdown-menu > li.has-submenu .dropdown-menu {
  right: unset;
  left: 100%;
}
html[lang=auto] .logo,
.translated-ltr .logo {
  margin: 0 auto 0 0;
}
html[lang=auto] .logo-mobile,
.translated-ltr .logo-mobile {
  margin: 20px auto 28px;
}
html[lang=auto] .header-search_button,
.translated-ltr .header-search_button {
  padding: 0 10px 0 36px;
  border-left: unset;
  border-right: 1px solid #AAAAAA;
  background-position: left 11px center;
}
html[lang=auto] .header-search-suggestion__start,
.translated-ltr .header-search-suggestion__start {
  background-position: right center;
}
html[lang=auto] .header-search-suggestion__link:before,
.translated-ltr .header-search-suggestion__link:before {
  background-position: right 4px center;
}

/* 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;
  }
  .logo {
    width: auto;
  }
  .logo-link {
    margin-right: 10px;
  }
  html[lang=auto] .navbar-nav li a.menu-search,
.translated-ltr .navbar-nav li a.menu-search {
    margin-left: unset;
    margin-right: 6px;
  }
  html[lang=auto] .logo-link,
.translated-ltr .logo-link {
    margin-right: unset;
    margin-left: 10px;
  }
}
@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;
  margin-bottom: 10px;
}
.footer__bottom {
  font-size: 12px;
  line-height: 19px;
  color: #646464;
  background: #DBDBDB;
  padding: 35px 0;
  text-align: center;
}
.footer__social-wrapper {
  display: flex;
  gap: 15px;
  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: #ddaa00 bottom right 0 no-repeat;
  background-image: linear-gradient(to bottom, #ddaa00 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: 200px;
  margin-left: 18px;
}
.footer-logo__colored {
  font-weight: 700;
  color: #ddaa00;
}
.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;
  flex: 1 1 148px;
  height: 95px;
  border-radius: 10px;
  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;
}

html[lang=auto] .footer-logo__image,
.translated-ltr .footer-logo__image {
  margin-left: unset;
  margin-right: 18px;
}
html[lang=auto] .footer-navigation__title,
.translated-ltr .footer-navigation__title {
  padding: 0 15px 16px 0;
}
html[lang=auto] .footer-start-change,
.translated-ltr .footer-start-change {
  background-position: bottom left 0;
}
html[lang=auto] .footer-start-change__icon,
.translated-ltr .footer-start-change__icon {
  margin-left: unset;
  margin-right: 16px;
}
html[lang=auto] .footer-start-change-button__icon,
.translated-ltr .footer-start-change-button__icon {
  margin-left: unset;
  margin-right: 8px;
}

/* 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 {
    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 {
    max-width: 155px;
    height: 95px;
  }
  body {
    padding-top: 0;
  }
  .top-header {
    position: static;
    margin-bottom: 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 {
    height: 103px;
  }
  html[lang=auto] .footer-navigation,
.translated-ltr .footer-navigation {
    padding: 24px 47px 24px 15px;
  }
  html[lang=auto] .footer-navigation__title,
.translated-ltr .footer-navigation__title {
    padding-bottom: 0;
    margin-left: unset;
    margin-right: 60px;
    border-left: unset;
    border-right: 1px solid #707070;
  }
}
@media (min-width: 1441px) {
  .footer__middle-top {
    flex-direction: row;
  }
  .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 {
    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: #ddaa00;
  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: #ddaa00;
  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: #ddaa00;
  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: #ddaa00;
  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);
}

html[lang=auto] .stitle span,
.translated-ltr .stitle span {
  margin-left: 15px;
  margin-right: 20px;
}
html[lang=auto] .stitle span::before,
.translated-ltr .stitle span::before {
  border-left: unset;
  border-right: 9px solid #E74C3C;
  right: unset;
  left: -7px;
}
html[lang=auto] .signup,
.translated-ltr .signup {
  float: left;
}
html[lang=auto] .signup i,
.translated-ltr .signup i {
  padding-left: unset;
  padding-right: 20px;
}
html[lang=auto] .signup input[name=captcha],
.translated-ltr .signup input[name=captcha] {
  float: right;
  margin-left: unset;
  margin-right: 15%;
}
html[lang=auto] .campaigns input[name=captcha],
.translated-ltr .campaigns input[name=captcha] {
  float: right;
  margin-left: unset;
  margin-right: 5%;
}
html[lang=auto] .campaigns .captitle,
.translated-ltr .campaigns .captitle {
  float: left;
  margin-right: unset;
  margin-left: 5%;
}
html[lang=auto] .share,
.translated-ltr .share {
  border-left: unset;
  border-right: 1px solid #bdbdbd;
  float: left;
}
html[lang=auto] .share .icon,
.translated-ltr .share .icon {
  float: left;
  padding: 10px 5px 0 0;
}
html[lang=auto] .share .icon.telegram:hover:after,
.translated-ltr .share .icon.telegram:hover:after {
  right: unset;
  left: -1px;
}
html[lang=auto] .email,
.translated-ltr .email {
  float: left;
}
html[lang=auto] .captitle,
.translated-ltr .captitle {
  float: left;
  margin-right: unset;
  margin-left: 15%;
}

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

.section-title {
  display: flex;
  justify-content: space-between;
}

.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: #ddaa00;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 38px;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}

.more-karzar-bottom {
  display: none;
  color: #ddaa00;
  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: #ddaa00;
}

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

.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: #ddaa00;
}

.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 .section-title {
  margin: 6px 0 31px 0;
}

.section-4 h2 {
  font-size: 26px;
  margin: 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 #ddaa00;
  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: #ddaa00;
  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: #ddaa00;
  top: 105px;
  right: 45px;
}

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

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

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

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

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

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

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

.intro-stat {
  display: block;
  width: 250px;
  height: 250px;
  background-color: #ddaa00;
  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%;
  margin-top: 30px;
  display: flex;
  gap: 30px;
  justify-content: end;
}
.introcta .cta-new, .introcta .cta-about {
  display: block;
  float: left;
  width: 150px;
  background-color: #ddaa00;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.introcta .cta-about {
  color: #555;
  background-color: #d8d8d8;
}

.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 #ddaa00;
  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 #ddaa00;
}

.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: #ddaa00;
  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 #ddaa00;
}

.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: #ddaa00;
  text-align: center;
  padding: 0px;
  margin: 30px auto;
  border: 1px solid #ddaa00;
  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: 25%;
  margin-left: 5%;
}

#comment_modal .captcha {
  display: table;
}

#comment_modal .captitle {
  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;
}

html[lang=auto] .section-5 .logo-wrapper,
.translated-ltr .section-5 .logo-wrapper {
  float: left;
  margin-left: unset;
  margin-right: 40px;
}

/* 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: #ddaa00;
  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: #ddaa00;
  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;
}

html[lang=auto] .blog-box h3,
.translated-ltr .blog-box h3 {
  text-align: left;
}
html[lang=auto] .blog-box h4,
.translated-ltr .blog-box h4 {
  text-align: left;
}
html[lang=auto] .blog-box .bottom > div,
.translated-ltr .blog-box .bottom > div {
  padding-right: unset;
  padding-left: 48px;
}
html[lang=auto] .gotoinsta,
.translated-ltr .gotoinsta {
  text-align: left;
  padding: 5px 0 5px 36px;
}
html[lang=auto] .notif-numb,
.translated-ltr .notif-numb {
  float: right;
  margin-right: unset;
  margin-left: 5px;
}

/* 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 #ddaa00;
  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;
  text-align: left;
}
.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: #ddaa00;
  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: #ddaa00;
  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: #ddaa00;
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #ddaa00;
}
.btn6 {
  background-color: #fff;
  color: #ddaa00;
  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 #ddaa00;
  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: #ddaa00;
  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 #ddaa00;
}
.admin-reply h3 {
  color: #ddaa00;
}
.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 !important;
}
.karzar-stats {
  text-align: center;
  color: #AAAAAA;
  font-size: 18px;
  margin: 20px 0 10px 0;
}
.karzar-stats b {
  color: #ddaa00;
}
.karzar-stats img {
  width: 26px;
  margin-left: 5px;
}
.karzar-chart {
  width: 100%;
  border: 1px solid #ddaa00;
  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: #ddaa00;
}

.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;
}

html[lang=auto] .dashboard-menu ul,
.translated-ltr .dashboard-menu ul {
  padding: 0;
  margin: 0 0 0 10px;
}
html[lang=auto] .dashboard-menu li a,
.translated-ltr .dashboard-menu li a {
  float: left;
}
html[lang=auto] .dashboard-karzar figure,
.translated-ltr .dashboard-karzar figure {
  float: left;
}
html[lang=auto] .dashboard-karzar .desc,
.translated-ltr .dashboard-karzar .desc {
  float: right;
}
html[lang=auto] .dashboard .dashboard-footer li::before,
.translated-ltr .dashboard .dashboard-footer li::before {
  margin-left: unset;
  margin-right: 20px;
}
html[lang=auto] .btn2,
.translated-ltr .btn2 {
  margin-left: unset;
  margin-right: 5px;
}
html[lang=auto] .btn3,
.translated-ltr .btn3 {
  margin-left: unset;
  margin-right: 5px;
}
html[lang=auto] .btn4,
.translated-ltr .btn4 {
  margin-left: unset;
  margin-right: 5px;
}
html[lang=auto] .btn5,
.translated-ltr .btn5 {
  margin-left: unset;
  margin-right: 5px;
}
html[lang=auto] .btn6,
.translated-ltr .btn6 {
  margin-left: unset;
  margin-right: 5px;
}
html[lang=auto] .start-here .btn1,
.translated-ltr .start-here .btn1 {
  float: right;
}
html[lang=auto] .ticket-info h3,
.translated-ltr .ticket-info h3 {
  text-align: left;
}
html[lang=auto] .ticket-post h3,
.translated-ltr .ticket-post h3 {
  text-align: left;
}
html[lang=auto] .ticket-date,
.translated-ltr .ticket-date {
  float: right;
}
html[lang=auto] .ticket .btn1,
.translated-ltr .ticket .btn1 {
  float: right;
}
html[lang=auto] .admin-reply h3:after,
.translated-ltr .admin-reply h3:after {
  content: "(karzar) ";
}
html[lang=auto] .karzar-stats img,
.translated-ltr .karzar-stats img {
  margin-left: unset;
  margin-right: 5px;
}

/* responsive */
.welcome-box {
  display: flex;
  width: 100%;
  background-color: #ddaa00;
  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;
}

html[lang=auto] .welcome-box__text-wrapper,
.translated-ltr .welcome-box__text-wrapper {
  margin-right: unset;
  margin-left: 26px;
}
html[lang=auto] .welcome-box__image-wrapper::before,
.translated-ltr .welcome-box__image-wrapper::before {
  left: unset;
  right: 5px;
}
html[lang=auto] .welcome-box__btn,
.translated-ltr .welcome-box__btn {
  float: right;
}

/* 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 #ddaa00;
}
.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;
  font-weight: 700;
}
.stats-box_support.active .stats-box__btn::before {
  background: url(../img/svg/arrow-red.svg) center no-repeat;
}
.stats-box_support .stats-box__btn {
  color: #ddaa00;
  background-color: #EFF7F6;
  font-weight: 700;
}
.stats-box_support .stats-box__btn::before {
  background: url(../img/svg/arrow-green.svg) center no-repeat;
}
.stats-box_support .stats-box__btn:focus, .stats-box_support .stats-box__btn:hover {
  color: #ddaa00;
}
.stats-box_support strong {
  color: #ddaa00;
}
.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 {
  position: relative;
  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;
  white-space: nowrap;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.stats-box__btn::before {
  content: "";
  position: absolute;
  right: 12px;
  width: 16px;
  height: 16px;
  background: url(../img/svg/arrow.svg) center no-repeat;
}
.stats-box__btn:focus, .stats-box__btn:hover {
  color: #fff;
}
.stats-box__btn-image {
  margin-right: auto;
}

html[lang=auto] .stats-box,
.translated-ltr .stats-box {
  padding: 8px 20px 8px 15px;
}
html[lang=auto] .stats-box_blue,
.translated-ltr .stats-box_blue {
  margin-left: unset;
  margin-right: -7.5px;
}
html[lang=auto] .stats-box_olive,
.translated-ltr .stats-box_olive {
  margin-right: unset;
  margin-left: -7.5px;
}
html[lang=auto] .stats-box_purple,
.translated-ltr .stats-box_purple {
  margin-left: unset;
  margin-right: -7.5px;
}
html[lang=auto] .stats-box_orange,
.translated-ltr .stats-box_orange {
  margin-right: unset;
  margin-left: -7.5px;
}
html[lang=auto] .stats-box_support.active::before,
.translated-ltr .stats-box_support.active::before {
  right: unset;
  left: -2px;
}
html[lang=auto] .stats-box__image,
.translated-ltr .stats-box__image {
  margin: 0 19px 0 0;
  transform: scaleX(-1);
}
html[lang=auto] .stats-box__num,
.translated-ltr .stats-box__num {
  margin: 0 5px 0 0;
}
html[lang=auto] .stats-box__btn,
.translated-ltr .stats-box__btn {
  margin: 0 -12px 0 auto;
  padding: 14px 32px 14px 12px;
}
html[lang=auto] .stats-box__btn::before,
.translated-ltr .stats-box__btn::before {
  transform: scaleX(-1);
}
html[lang=auto] .stats-box__btn-image,
.translated-ltr .stats-box__btn-image {
  margin-right: unset;
  margin-left: auto;
  transform: scaleX(-1);
}

/* 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;
}
.ticket-item_new .ticket-item__btn::before {
  background: url(../img/svg/arrow-red.svg) center no-repeat;
}
.ticket-item_new .ticket-item__status {
  background-color: #ddaa00;
}
.ticket-item_replied .ticket-item__btn {
  background-image: url(../img/svg/arrow-green.svg);
}
.ticket-item_replied .ticket-item__status {
  background-color: #ddaa00;
}
.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 {
  position: relative;
  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-color: #F2F2F2;
}
.ticket-item__btn::before {
  content: "";
  position: absolute;
  right: 12px;
  width: 16px;
  height: 16px;
  background: url(../img/svg/arrow-orange.svg) 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: #ddaa00;
}
.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 {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #3D64E5;
  border-radius: 10px;
  padding: 28px 30px 28px 50px;
  margin-bottom: 20px;
  background: #fff;
  cursor: pointer;
}
.ticket-create-item::before {
  content: "";
  position: absolute;
  right: 30px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-image: url(../img/svg/arrow-n-blue.svg);
}
.ticket-create-item_thin {
  padding: 14px 30px 14px 50px;
  margin-bottom: 8px;
}
.ticket-create-item_green {
  border-color: #ddaa00;
}
.ticket-create-item_green::before {
  background-image: url(../img/svg/arrow-n-green.svg);
}
.ticket-create-item_green .ticket-create-item__description {
  color: #ddaa00;
}
.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: #ddaa00;
  background-color: #EFF7F6;
  border: 1px solid #ddaa00;
  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 #ddaa00;
  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;
}

html[lang=auto] .ticket-item_new:before,
.translated-ltr .ticket-item_new:before {
  right: unset;
  left: -2px;
}
html[lang=auto] .ticket-item__status span,
.translated-ltr .ticket-item__status span {
  float: left !important;
}
html[lang=auto] .ticket-item__status div,
.translated-ltr .ticket-item__status div {
  float: right;
}
html[lang=auto] .ticket-item__link,
.translated-ltr .ticket-item__link {
  padding: 8px 20px 8px 15px;
}
html[lang=auto] .ticket-item__btn,
.translated-ltr .ticket-item__btn {
  margin: 0 -12px 0 10px;
  padding: 14px 32px 14px 12px;
}
html[lang=auto] .ticket-item__btn::before,
.translated-ltr .ticket-item__btn::before {
  transform: scaleX(-1);
}
html[lang=auto] .ticket-create-prev__icon,
.translated-ltr .ticket-create-prev__icon {
  margin-left: unset;
  margin-right: 5px;
  transform: scaleX(-1);
}
html[lang=auto] .ticket-create-item,
.translated-ltr .ticket-create-item {
  padding: 28px 50px 28px 30px;
}
html[lang=auto] .ticket-create-item::before,
.translated-ltr .ticket-create-item::before {
  transform: scale(-1);
}
html[lang=auto] .ticket-create-item_thin,
.translated-ltr .ticket-create-item_thin {
  padding: 14px 50px 14px 30px;
}
html[lang=auto] .ticket-create-item_subject,
.translated-ltr .ticket-create-item_subject {
  padding: 18px 50px 18px 30px;
}

/* responsive */
.campaign-item {
  position: relative;
  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;
}
.campaign-item::before {
  content: "";
  position: absolute;
  left: 30px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-image: url(../img/svg/arrow-n-blue.svg);
}
.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;
  min-height: unset;
}
.campaign-item_small .campaign-item__title {
  color: #6181E9;
  margin-bottom: 2px;
  font-weight: 700;
}
.campaign-item__figure {
  flex: 0 0 60px;
  min-height: 38px;
  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;
}

html[lang=auto] .campaign-item,
.translated-ltr .campaign-item {
  padding: 20px 50px 20px 20px;
}
html[lang=auto] .campaign-item::before,
.translated-ltr .campaign-item::before {
  left: unset;
  right: 30px;
  transform: scale(-1);
}
html[lang=auto] .campaign-item_small html[lang=auto] .campaign-item, html[lang=auto] .campaign-item_small .translated-ltr .campaign-item__figure,
.translated-ltr .campaign-item_small html[lang=auto] .campaign-item,
.translated-ltr .campaign-item_small .translated-ltr .campaign-item__figure {
  margin-left: unset;
  margin-right: 12px;
}
html[lang=auto] .campaign-item__figure,
.translated-ltr .campaign-item__figure {
  margin-left: unset;
  margin-right: 20px;
}

/* responsive */
.auth-form {
  margin-bottom: 0;
}
.auth-resend-code-btn {
  display: none;
  margin: 5px auto;
  width: 100px;
  text-align: center;
  cursor: pointer;
  color: #ddaa00;
}
.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: #ddaa00;
  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;
}

html[lang=auto] .face .counter,
.translated-ltr .face .counter {
  left: unset;
  right: 20px;
}
html[lang=auto] .campaign-notification,
.translated-ltr .campaign-notification {
  left: unset;
  right: 0;
}
html[lang=auto] .campaign-notification__link,
.translated-ltr .campaign-notification__link {
  padding: 12px 36px 12px 8px;
}

/* responsive */
.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;
}

html[lang=auto] .timer.second:after,
.translated-ltr .timer.second:after {
  left: unset;
  right: 2px;
}
html[lang=auto] .timer .hand,
.translated-ltr .timer .hand {
  float: right;
}

/* 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: #ddaa00;
}
.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: #ddaa00;
  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: #ddaa00;
  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-slide {
  width: 100%;
}
.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;
  transform: rotate(-180deg);
}
.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: #ddaa00;
  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-left: 47px;
}
.campaigns-wizard-item__input-prefix {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 35px;
  height: 35px;
  color: #ddaa00;
  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;
  padding-left: 35px;
  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 #ddaa00;
}
.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: #ddaa00;
  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: #ddaa00;
  background-color: #F0F5F5;
  border-radius: 10px;
  border: 1px solid #ddaa00;
  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: #ddaa00;
  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: #ddaa00;
  background-color: #fff;
  border: 1px solid #ddaa00;
}
.campaigns-wizard-item__button_ghost:hover, .campaigns-wizard-item__button_ghost:focus-visible {
  color: #ddaa00;
}
.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: #ddaa00;
  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: #ddaa00;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  border: 2px solid #ddaa00;
  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;
}

html[lang=auto] .campaign-section-title__logo,
.translated-ltr .campaign-section-title__logo {
  margin-left: unset;
  margin-right: 12px;
}
html[lang=auto] .campaign-section-list__item:before,
.translated-ltr .campaign-section-list__item:before {
  margin-left: unset;
  margin-right: 12px;
}
html[lang=auto] .campaign-section-agreement,
.translated-ltr .campaign-section-agreement {
  padding: 8px 8px 8px 12px;
}
html[lang=auto] .campaign-section-agreement__button,
.translated-ltr .campaign-section-agreement__button {
  margin-right: unset;
  margin-left: auto;
}
html[lang=auto] .campaigns-wizard-item__guide,
.translated-ltr .campaigns-wizard-item__guide {
  margin-left: unset;
  margin-right: 5px;
}
html[lang=auto] .campaigns-wizard-item__input-wrapper html[lang=auto] .campaigns-wizard-item__input, html[lang=auto] .campaigns-wizard-item__input-wrapper .translated-ltr .campaigns-wizard-item__input,
.translated-ltr .campaigns-wizard-item__input-wrapper html[lang=auto] .campaigns-wizard-item__input,
.translated-ltr .campaigns-wizard-item__input-wrapper .translated-ltr .campaigns-wizard-item__input {
  padding-right: unset;
  padding-left: 47px;
}
html[lang=auto] .campaigns-wizard-item__input-prefix,
.translated-ltr .campaigns-wizard-item__input-prefix {
  right: unset;
  left: 3px;
}
html[lang=auto] .campaigns-wizard-item__checkbox-label:before,
.translated-ltr .campaigns-wizard-item__checkbox-label:before {
  margin-left: unset;
  margin-right: 5px;
}
html[lang=auto] .campaigns-wizard-item__file-image,
.translated-ltr .campaigns-wizard-item__file-image {
  margin: 0 20px 0 0;
}
html[lang=auto] .campaigns-wizard-item__file-icon,
.translated-ltr .campaigns-wizard-item__file-icon {
  margin: 0 20px 0 0;
}
html[lang=auto] .campaigns-wizard-item__datepicker-btn,
.translated-ltr .campaigns-wizard-item__datepicker-btn {
  padding: 8px 8px 7px 16px;
  margin: 0 0 0 15px;
}
html[lang=auto] .campaign-popup__body .captitle,
.translated-ltr .campaign-popup__body .captitle {
  float: left;
  margin-right: unset;
  margin-left: 0;
}
html[lang=auto] .campaign-popup__body input[name=captcha],
.translated-ltr .campaign-popup__body input[name=captcha] {
  float: right;
  margin-left: unset;
  margin-right: 0;
}
html[lang=auto] .campaign-backdrop,
.translated-ltr .campaign-backdrop {
  right: unset;
  left: 0;
}
html[lang=auto] .campaign-backdrop:before,
.translated-ltr .campaign-backdrop:before {
  left: unset;
  right: 0;
}
html[lang=auto] .input-container .captcha-image,
.translated-ltr .input-container .captcha-image {
  margin-right: unset;
  margin-left: 10px;
}

/* 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: #ddaa00;
  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 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 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-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;
  height: auto;
  margin: 0 13px;
  background: #ddaa00;
  padding: 13px 5px;
  border-radius: 10px;
  line-height: 29px;
  border: none;
}
.campaign-signature-button__text {
  margin: 0 13px;
  color: #fff;
}
.campaign-signature-button__text:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 29px;
  background: url(../img/svg/campaign-signature.svg) right no-repeat;
  background-size: 32px;
  margin-left: 8px;
  vertical-align: middle;
}
.campaign-menu-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-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;
}

html[lang=auto] .campaign-signature-button__text:before,
.translated-ltr .campaign-signature-button__text:before {
  margin-left: unset;
  margin-right: 8px;
}
html[lang=auto] .campaign-menu__item:before,
.translated-ltr .campaign-menu__item:before {
  margin: 0 16px 0 28px;
}
html[lang=auto] .campaign-menu__item_story:before,
.translated-ltr .campaign-menu__item_story:before {
  margin-right: unset;
  margin-left: 0;
}
html[lang=auto] .campaign-menu__item_download:before,
.translated-ltr .campaign-menu__item_download:before {
  margin-right: unset;
  margin-left: 0;
}
html[lang=auto] .campaign-menu__poster-figure,
.translated-ltr .campaign-menu__poster-figure {
  margin: 0 20px 0 26px;
}
html[lang=auto] .radio-input-label,
.translated-ltr .radio-input-label {
  padding-right: unset;
  padding-left: 32px;
}
html[lang=auto] .radio-input-label:before,
.translated-ltr .radio-input-label:before {
  right: unset;
  left: 0;
}
html[lang=auto] .radio-input-label:after,
.translated-ltr .radio-input-label:after {
  right: unset;
  left: 5px;
}

/* 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: #ddaa00;
  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: #ddaa00;
  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: #ddaa00;
}
.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: #ddaa00;
}
.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: #ddaa00;
  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: #ddaa00;
  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: #ddaa00;
  border: 1px solid #ddaa00;
  background-color: #FFF;
}
.signup-wizard-item__button_ghost:hover, .signup-wizard-item__button_ghost:focus-visible {
  color: #ddaa00;
}
.signup-wizard-item .form-group {
  margin-bottom: 24px;
}
.signup-wizard-end {
  text-align: center;
}
.signup-wizard-end__icon {
  width: 106px;
  margin: 0 auto 24px;
}
.signup-wizard-end__title {
  color: #78931A;
  font-size: 24px;
  font-weight: 900;
  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: 700;
  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: 700;
  line-height: 30px;
  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: #ddaa00;
  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: #ddaa00;
  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: #ddaa00;
  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: #ddaa00;
}
.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__logo{*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
.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;
}

html[lang=auto] .signup-wizard__prev,
.translated-ltr .signup-wizard__prev {
  padding-right: unset;
  padding-left: 25px;
  background-position: left;
}
html[lang=auto] .signup-wizard__close,
.translated-ltr .signup-wizard__close {
  left: unset;
  right: 17px;
  margin-right: unset;
  margin-left: auto;
}
html[lang=auto] .signup-wizard-item_end .signup-wizard-item__button_ghost,
.translated-ltr .signup-wizard-item_end .signup-wizard-item__button_ghost {
  margin-left: unset;
  margin-right: 16px;
}
html[lang=auto] .signup-wizard-item__addon,
.translated-ltr .signup-wizard-item__addon {
  left: unset;
  right: 16px;
}
html[lang=auto] .signup-wizard-item__addon-icon,
.translated-ltr .signup-wizard-item__addon-icon {
  margin-right: unset;
  margin-left: 8px;
}
html[lang=auto] .signup-wizard-item__otp-timer, html[lang=auto] .signup-wizard-item__otp-resend,
.translated-ltr .signup-wizard-item__otp-timer,
.translated-ltr .signup-wizard-item__otp-resend {
  left: unset;
  right: 16px;
}
html[lang=auto] .signup-wizard-item__otp-resend-img,
.translated-ltr .signup-wizard-item__otp-resend-img {
  margin-right: unset;
  margin-left: 6px;
}
html[lang=auto] .signup-wizard-item__input .file-name,
.translated-ltr .signup-wizard-item__input .file-name {
  padding-left: unset;
  padding-right: 100px;
}
html[lang=auto] .signup-wizard-item__input-wrapper html[lang=auto] .signup-wizard-item__input, html[lang=auto] .signup-wizard-item__input-wrapper .translated-ltr .signup-wizard-item__input,
.translated-ltr .signup-wizard-item__input-wrapper html[lang=auto] .signup-wizard-item__input,
.translated-ltr .signup-wizard-item__input-wrapper .translated-ltr .signup-wizard-item__input {
  padding-right: unset;
  padding-left: 47px;
}
html[lang=auto] .signup-wizard-item__input-prefix,
.translated-ltr .signup-wizard-item__input-prefix {
  right: unset;
  left: 3px;
}
html[lang=auto] .signup-wizard-end__arrow,
.translated-ltr .signup-wizard-end__arrow {
  left: unset;
  right: calc(50% - 60px);
  transform: scaleX(-1);
}
html[lang=auto] .signup-wizard-payment__radio,
.translated-ltr .signup-wizard-payment__radio {
  margin-left: unset;
  margin-right: 12px;
}
html[lang=auto] .signup-wizard-payment__radio::before,
.translated-ltr .signup-wizard-payment__radio::before {
  left: unset;
  right: 3px;
}
html[lang=auto] .signup-wizard-payment__number,
.translated-ltr .signup-wizard-payment__number {
  margin-right: unset;
  margin-left: auto;
}
html[lang=auto] .signup-wizard-payment__special-list .item:before,
.translated-ltr .signup-wizard-payment__special-list .item:before {
  margin-left: unset;
  margin-right: 4px;
}
html[lang=auto] .signup-wizard-invoice__list,
.translated-ltr .signup-wizard-invoice__list {
  padding: 16px;
}
html[lang=auto] .signup-wizard-invoice__list-item,
.translated-ltr .signup-wizard-invoice__list-item {
  text-align: right;
}
html[lang=auto] .signup-wizard-invoice__list-item strong,
.translated-ltr .signup-wizard-invoice__list-item strong {
  text-align: left;
  margin-left: unset;
  margin-right: auto;
}
html[lang=auto] .signup-wizard-invoice__support-image,
.translated-ltr .signup-wizard-invoice__support-image {
  margin-left: unset;
  margin-right: 12px;
}

/* 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;
  }
}
.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: #ddaa00;
  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: #ddaa00;
}
.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: #ddaa00;
  -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;
}

html[lang=auto] .video-page__button,
.translated-ltr .video-page__button {
  padding: 13px 20px 13px 17px;
}

/* 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 #ddaa00;
  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: #ddaa00;
}

html[lang=auto] .upload-share__info,
.translated-ltr .upload-share__info {
  margin: 13px 4px 0 0;
}

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

.navbar-menu, .navbar-lang, .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 {
  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;
}
.navbar-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: none;*/
}

.navbar-lang {
    background-image: url(../img/svg/be11-lang.svg);
}

.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;
}

html[lang=auto] .navbar-menu, html[lang=auto] .navbar-lang, html[lang=auto] .navbar-search, html[lang=auto] .navbar-notification,
.translated-ltr .navbar-menu,
.translated-ltr .navbar-lang,
.translated-ltr .navbar-search,
.translated-ltr .navbar-notification {
  float: right;
  margin: 0 0 0 6px;
}
html[lang=auto] .navbar-menu,
.translated-ltr .navbar-menu {
  order: 1;
}
html[lang=auto] .navbar-notification.active:before,
.translated-ltr .navbar-notification.active:before {
  right: unset;
  left: 11px;
}
html[lang=auto] .navbar-notification-meassge-arrow:before,
.translated-ltr .navbar-notification-meassge-arrow:before {
  right: unset;
  left: 0;
}

/* 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: #ddaa00 !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: #ddaa00;
  background-color: #E7F2F1;
  border-color: #ddaa00;
  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: #ddaa00;
  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: #ddaa00;
}
.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: #ddaa00;
  caret-color: #ddaa00;
}
.campaign-search__button {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 80px;
  height: 35px;
  text-align: center;
  border-radius: 5px;
  color: white;
  background-color: #ddaa00;
  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: #ddaa00 !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 #ddaa00;
  border-radius: 2px;
}

html[lang=auto] .campaign-tab__tabs,
.translated-ltr .campaign-tab__tabs {
  padding: 0;
}
html[lang=auto] .campaign-tab__tabs-item-link,
.translated-ltr .campaign-tab__tabs-item-link {
  margin-right: unset !important;
  margin-left: 0 !important;
}
html[lang=auto] .campaign-category-select,
.translated-ltr .campaign-category-select {
  padding: 7px 30px 7px 12px;
  background-position: center right 16px;
}
html[lang=auto] .campaign-category-select_new,
.translated-ltr .campaign-category-select_new {
  margin: 0 0 0 -70px;
  padding: 7px 12px 7px 70px;
}
html[lang=auto] .campaign-category__newest,
.translated-ltr .campaign-category__newest {
  padding-right: unset;
  padding-left: 30px;
  background-position: left center;
}
html[lang=auto] .campaign-category-toggle__link:first-child,
.translated-ltr .campaign-category-toggle__link:first-child {
  border-radius: 8px 0 0 8px;
}
html[lang=auto] .campaign-category-toggle__link:last-child,
.translated-ltr .campaign-category-toggle__link:last-child {
  border-radius: 0 8px 8px 0;
}
html[lang=auto] .campaign-search__input,
.translated-ltr .campaign-search__input {
  padding: 8px 96px 8px 48px;
}
html[lang=auto] .campaign-search__button,
.translated-ltr .campaign-search__button {
  left: unset;
  right: 8px;
}
html[lang=auto] .active > .campaign-tab__tabs-item-link,
.translated-ltr .active > .campaign-tab__tabs-item-link {
  margin-right: unset !important;
  margin-left: 0 !important;
}
html[lang=auto] .active > .campaign-tab__tabs-item-link:before,
.translated-ltr .active > .campaign-tab__tabs-item-link:before {
  left: unset;
  right: 0;
}

/* 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: 10px;
  height: 10px;
  border-radius: 0 8px 0 0;
  border: 2px solid #707070;
  border-bottom-color: transparent;
  border-left-color: transparent;
  opacity: 1;
}
.menu__backdrop-menu:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  border-radius: 0 0 8px 0;
  border: 2px solid #707070;
  border-top-color: transparent;
  border-left-color: transparent;
}
.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: #ddaa00;
}
.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;
}

html[lang=auto] .menu,
.translated-ltr .menu {
  right: unset;
  left: 0;
  border-radius: 0 0 15px 15px;
}
html[lang=auto] .menu:before,
.translated-ltr .menu:before {
  right: unset;
  left: 0;
}
html[lang=auto] .menu__backdrop,
.translated-ltr .menu__backdrop {
  right: unset;
  left: 0;
  border-radius: 0 0 8px 8px;
}
html[lang=auto] .menu__backdrop:before,
.translated-ltr .menu__backdrop:before {
  right: unset;
  left: 0;
  border-left: 2px solid #707070;
  border-right: none;
  border-radius: 8px 0 0 8px;
}
html[lang=auto] .menu__backdrop-wrapper,
.translated-ltr .menu__backdrop-wrapper {
  right: unset;
  left: 0;
}
html[lang=auto] .menu__backdrop-inner,
.translated-ltr .menu__backdrop-inner {
  left: unset;
  right: 0;
}
html[lang=auto] .menu__backdrop-inner:before,
.translated-ltr .menu__backdrop-inner:before {
  left: unset;
  right: -4px;
}
html[lang=auto] .menu__backdrop-inner-top,
.translated-ltr .menu__backdrop-inner-top {
  left: unset;
  right: -4px;
}
html[lang=auto] .menu__backdrop-curve_top,
.translated-ltr .menu__backdrop-curve_top {
  left: unset;
  right: -2px;
}
html[lang=auto] .menu__backdrop-curve_top:before,
.translated-ltr .menu__backdrop-curve_top:before {
  left: unset;
  right: 0;
}
html[lang=auto] .menu__backdrop-curve_bottom,
.translated-ltr .menu__backdrop-curve_bottom {
  left: unset;
  right: -2px;
}
html[lang=auto] .menu__backdrop-curve_bottom:before,
.translated-ltr .menu__backdrop-curve_bottom:before {
  left: unset;
  right: 0;
}
html[lang=auto] .menu__backdrop-menu,
.translated-ltr .menu__backdrop-menu {
  left: unset;
  right: 0;
  border-right-color: #707070;
  border-left-color: transparent;
}
html[lang=auto] .menu__backdrop-menu:before,
.translated-ltr .menu__backdrop-menu:before {
  right: unset;
  left: -2px;
  border-radius: 8px 0 0 0;
  border-left-color: #707070;
  border-right-color: transparent;
}
html[lang=auto] .menu__backdrop-menu:after,
.translated-ltr .menu__backdrop-menu:after {
  right: unset;
  left: -2px;
  border-radius: 0 0 0 8px;
  border-left-color: #707070;
  border-right-color: transparent;
}
html[lang=auto] .menu__menu-dropdown,
.translated-ltr .menu__menu-dropdown {
  right: unset;
  left: 100%;
}
html[lang=auto] .menu-campaigns__prev-btn,
.translated-ltr .menu-campaigns__prev-btn {
  padding: 6px 15px 6px 9px;
}
html[lang=auto] .menu-campaigns__prev-btn-icon,
.translated-ltr .menu-campaigns__prev-btn-icon {
  margin-left: unset;
  margin-right: 15px;
}
html[lang=auto] .menu-campaigns-link,
.translated-ltr .menu-campaigns-link {
  margin: 0 3px 5px 0;
}
html[lang=auto] .menu-home-link,
.translated-ltr .menu-home-link {
  padding: 4px 8px 4px 44px;
}
html[lang=auto] .menu-create-link,
.translated-ltr .menu-create-link {
  padding: 6px 6px 6px 15px;
}
html[lang=auto] .menu-logout-link,
.translated-ltr .menu-logout-link {
  margin-right: unset;
  margin-left: 10px;
  padding: 9px 9px 10px 42px;
}
html[lang=auto] .menu-home-link,
.translated-ltr .menu-home-link {
  padding: 4px 8px 4px 44px;
  background-position: center left 10px;
}
html[lang=auto] .menu-logout-link,
.translated-ltr .menu-logout-link {
  background-position: center left 13px;
}
html[lang=auto] .first-is-selected .menu__backdrop-menu, html[lang=auto] .first-is-selected .menu__menu-dropdown,
.translated-ltr .first-is-selected .menu__backdrop-menu,
.translated-ltr .first-is-selected .menu__menu-dropdown {
  border-top-right-radius: 8px;
  border-top-left-radius: 0;
}

/* 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;
  transform: rotate(-180deg);
}
.notification .close-btn {
  top: -11px;
}

html[lang=auto] .notification__header-icon,
.translated-ltr .notification__header-icon {
  margin-left: unset;
  margin-right: 8px;
}
html[lang=auto] .notification__footer-icon,
.translated-ltr .notification__footer-icon {
  margin-right: unset;
  margin-left: 5px;
}
html[lang=auto] .notification-item.active:before,
.translated-ltr .notification-item.active:before {
  right: unset;
  left: -4px;
}
html[lang=auto] .notification-item__icon,
.translated-ltr .notification-item__icon {
  margin: 0 8px 0 0;
}
html[lang=auto] .notification-item__date,
.translated-ltr .notification-item__date {
  margin: 0 5px 0 15px;
}

/* responsive */
.language {
  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;
}
.language: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;
}
.language.active {
  top: 0;
}
.language__header-icon {
  width: 16px;
  margin-left: 8px;
}
.language__header-title {
  font-size: 14px;
  line-height: 33px;
  color: #fff;
}
.language__wrapper {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
}
.language .glink {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #AAAAAA;
  border-radius: 10px;
  color: #fff;
  padding: 8px;
  gap: 8px;
}
.language .glink img {
  width: 24px;
  height: 24px;
}
.language .glink span {
  font-size: 12px !important;
}
.language .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: #ddaa00;
  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;
}

html[lang=auto] .search-input,
.translated-ltr .search-input {
  padding: 13px 12px 13px 50px;
  background-position: center left 18px;
}
html[lang=auto] .search-tab__tabs,
.translated-ltr .search-tab__tabs {
  padding: 0;
}
html[lang=auto] .search-tab__tabs-item-link,
.translated-ltr .search-tab__tabs-item-link {
  margin-right: unset !important;
  margin-left: 0 !important;
}
html[lang=auto] .search-item,
.translated-ltr .search-item {
  padding: 0 35px 0 3px;
}
html[lang=auto] .search-item__icon,
.translated-ltr .search-item__icon {
  margin: 0 10px 0 0;
}
html[lang=auto] .active > .search-tab__tabs-item-link,
.translated-ltr .active > .search-tab__tabs-item-link {
  margin-right: unset !important;
  margin-left: 0 !important;
}
html[lang=auto] .active > .search-tab__tabs-item-link:before,
.translated-ltr .active > .search-tab__tabs-item-link:before {
  left: unset;
  right: 0;
}

/* 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: #ddaa00;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  border: 2px solid #ddaa00;
  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: #ddaa00;
  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 */
.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: #ddaa00;
  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: #ddaa00;
  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: #ddaa00;
  outline: 0;
}
.payment-final__button {
  width: 163px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #ddaa00;
  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;
}

html[lang=auto] .payment-final__tracking,
.translated-ltr .payment-final__tracking {
  padding: 15px 21px 15px 16px;
}

/* 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: #ddaa00;
  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;
}

html[lang=auto] .social-media,
.translated-ltr .social-media {
  padding: 8px 8px 8px 18px;
}
html[lang=auto] .social-media__icon,
.translated-ltr .social-media__icon {
  margin-left: unset;
  margin-right: 12px;
}
html[lang=auto] .social-media__button,
.translated-ltr .social-media__button {
  padding: 12px 40px 12px 8px;
  margin-right: unset;
  margin-left: auto;
}

/* responsive */
.special-membership {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #282727;
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  border-radius: 8px;
  padding: 8px 16px 16px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 36px;
}
.special-membership__icon {
  width: 48px;
  margin: 0 auto 8px;
}
.special-membership__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.special-membership__message {
  margin-bottom: 16px;
  text-align: center;
}
.special-membership__button {
  width: 163px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #ddaa00;
  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: 768px) {
  .special-membership {
    padding: 32px;
  }
}
.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: #ddaa00;
  min-width: 104px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 7px;
  border: 1px solid #ddaa00;
  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: #ddaa00;
  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: #ddaa00 !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: #ddaa00;
  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: #ddaa00;
  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: #ddaa00;
  margin-bottom: 24px;
}

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

/* 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: #ddaa00;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 9px;
  margin-right: 8px;
  border-radius: 4px;
  border: 1px solid #ddaa00;
}
.author-notification__button-icon {
  width: 20px;
  margin-left: 8px;
}

html[lang=auto] .profile__more-button,
.translated-ltr .profile__more-button {
  margin-left: unset;
  margin-right: 10px;
}
html[lang=auto] .profile__more-menu,
.translated-ltr .profile__more-menu {
  right: unset;
  left: 0;
}
html[lang=auto] .profile__more-link-icon,
.translated-ltr .profile__more-link-icon {
  margin-left: unset;
  margin-right: 10px;
}
html[lang=auto] .profile__date,
.translated-ltr .profile__date {
  margin-left: unset;
  margin-right: auto;
}
html[lang=auto] .profile__elite,
.translated-ltr .profile__elite {
  margin-right: unset;
  margin-left: 8px;
}
html[lang=auto] .profile__special,
.translated-ltr .profile__special {
  margin-right: unset;
  margin-left: 8px;
}
html[lang=auto] .profile__avatar-icon,
.translated-ltr .profile__avatar-icon {
  right: unset;
  left: 0;
}
html[lang=auto] .profile__information-item:last-child:not(:first-child),
.translated-ltr .profile__information-item:last-child:not(:first-child) {
  margin-right: unset;
  margin-left: 1px;
}
html[lang=auto] .profile__information-item:last-child:not(:first-child)::before,
.translated-ltr .profile__information-item:last-child:not(:first-child)::before {
  right: unset;
  left: -1;
}
html[lang=auto] .profile__information-item-icon,
.translated-ltr .profile__information-item-icon {
  margin-left: unset;
  margin-right: 8px;
}
html[lang=auto] .profile__activity-item:last-child:not(:first-child) html[lang=auto] .profile__activity, html[lang=auto] .profile__activity-item:last-child:not(:first-child) .translated-ltr .profile__activity-icon,
.translated-ltr .profile__activity-item:last-child:not(:first-child) html[lang=auto] .profile__activity,
.translated-ltr .profile__activity-item:last-child:not(:first-child) .translated-ltr .profile__activity-icon {
  margin: 0 6px 0 0;
}
html[lang=auto] .profile__activity-icon,
.translated-ltr .profile__activity-icon {
  margin: 0 0 0 6px;
}
html[lang=auto] .profile__connect-social,
.translated-ltr .profile__connect-social {
  margin-left: unset;
  margin-right: 24px;
}
html[lang=auto] .profile__connect-social:nth-last-child(2),
.translated-ltr .profile__connect-social:nth-last-child(2) {
  margin-left: unset;
  margin-right: auto;
}
html[lang=auto] .profile__connect-message-number,
.translated-ltr .profile__connect-message-number {
  margin-right: unset;
  margin-left: 8px;
}
html[lang=auto] .profile__favorite-wrapper,
.translated-ltr .profile__favorite-wrapper {
  margin-left: unset;
  margin-right: -15px;
}
html[lang=auto] .profile__favorite-link,
.translated-ltr .profile__favorite-link {
  margin: 0 8px 0 0;
}
html[lang=auto] .profile-tab__link,
.translated-ltr .profile-tab__link {
  margin-right: unset !important;
  margin-left: 0 !important;
}
html[lang=auto] .profile-tab__number,
.translated-ltr .profile-tab__number {
  margin-right: unset;
  margin-left: 8px;
}
html[lang=auto] .profile-tab__contents,
.translated-ltr .profile-tab__contents {
  padding: 26px 0 0;
}
html[lang=auto] .profile-comment__name-icon,
.translated-ltr .profile-comment__name-icon {
  margin-right: unset;
  margin-left: 8px;
}
html[lang=auto] .profile-comment__reply-number,
.translated-ltr .profile-comment__reply-number {
  margin-left: unset;
  margin-right: 6px;
}
html[lang=auto] .author-notification__button,
.translated-ltr .author-notification__button {
  margin-right: unset;
  margin-left: 8px;
}
html[lang=auto] .author-notification__button-icon,
.translated-ltr .author-notification__button-icon {
  margin-left: unset;
  margin-right: 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 #ddaa00;
  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;
}

html[lang=auto] .profile-message-back__button-icon,
.translated-ltr .profile-message-back__button-icon {
  margin: 0 14px 0 6px;
}

/* responsive */
.toast-item {
  color: #383535;
  background-color: #E7F2F1;
  border-radius: 8px;
  border: 1px solid #ddaa00;
  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: #ddaa00;
  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: #ddaa00;
  outline: none;
}

html[lang=auto] .toast-item__title,
.translated-ltr .toast-item__title {
  padding-right: 30px;
}
html[lang=auto] .toast-item__link,
.translated-ltr .toast-item__link {
  margin: 0 -8px -8px auto;
}

/* 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: #ddaa00;
  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: #ddaa00;
  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;
}

html[lang=auto] .campaign-box__sign-icon,
.translated-ltr .campaign-box__sign-icon {
  left: unset;
  right: 22px;
}
html[lang=auto] .campaign-box__sign-special,
.translated-ltr .campaign-box__sign-special {
  margin-left: 10px;
  margin-right: unset;
}
html[lang=auto] .campaign-box__sign-special-icon,
.translated-ltr .campaign-box__sign-special-icon {
  margin-left: unset;
  margin-right: 5px;
}
html[lang=auto] .campaign-box__figure,
.translated-ltr .campaign-box__figure {
  margin-left: unset;
  margin-right: 16px;
}
html[lang=auto] .campaign-box__title,
.translated-ltr .campaign-box__title {
  text-align: left;
}
html[lang=auto] .campaign-box__info,
.translated-ltr .campaign-box__info {
  padding: 0 15px 0 48px;
}
html[lang=auto] .campaign-box__info-icon,
.translated-ltr .campaign-box__info-icon {
  right: unset;
  left: 15px;
}

/* 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: #ddaa00;
  }
  .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;
  }
  html[lang=auto] .campaign-box__title,
.translated-ltr .campaign-box__title {
    padding: 16px 80px 0 15px;
  }
  html[lang=auto] .campaign-box__sign-special,
.translated-ltr .campaign-box__sign-special {
    left: unset;
    right: 20px;
  }
}
@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: #ddaa00;
  background: #ddaa00 url(../img/svg/arrow-left-white.svg) center no-repeat;
}
.special-member_more .special-member__name {
  color: #ddaa00;
}
.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 */
/*---------------------------------
	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;
  }
  html[lang=auto] .left-header > li.login,
.translated-ltr .left-header > li.login {
    left: unset;
    right: 90px;
  }
  html[lang=auto] .stats-box_blue,
.translated-ltr .stats-box_blue {
    margin-left: unset;
    margin-right: 0;
  }
  html[lang=auto] .stats-box_olive,
.translated-ltr .stats-box_olive {
    margin-right: unset;
    margin-left: 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;
  }
  html[lang=auto] .submit-agency,
.translated-ltr .submit-agency {
    left: unset;
    right: 0;
  }
  html[lang=auto] .triangle-left,
.translated-ltr .triangle-left {
    left: unset;
    right: 50%;
    margin-left: unset;
    margin-right: -10px;
  }
}
@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: #ddaa00;
  }
  #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;
  }
  html[lang=auto] .logo,
.translated-ltr .logo {
    margin: 0 auto 0 0;
  }
  html[lang=auto] .submit-agency,
.translated-ltr .submit-agency {
    left: unset;
    right: 60px;
  }
  html[lang=auto] .navbar-toggle,
.translated-ltr .navbar-toggle {
    margin: 0 0 0 6px;
  }
  html[lang=auto] .title-show,
.translated-ltr .title-show {
    margin-left: unset;
    margin-right: 10px;
  }
  html[lang=auto] .agency-row .req a,
.translated-ltr .agency-row .req a {
    float: right;
    margin-left: unset;
    margin-right: 10px;
  }
  html[lang=auto] .agency-row,
.translated-ltr .agency-row {
    text-align: left;
  }
  html[lang=auto] .bbl-1,
.translated-ltr .bbl-1 {
    right: unset;
    left: 45px;
  }
  html[lang=auto] .bbl-2,
.translated-ltr .bbl-2 {
    right: unset;
    left: 5px;
  }
  html[lang=auto] .bbl-3,
.translated-ltr .bbl-3 {
    right: unset;
    left: 15px;
  }
  html[lang=auto] .bbl-4,
.translated-ltr .bbl-4 {
    right: unset;
    left: 214px;
  }
  html[lang=auto] .bbl-5,
.translated-ltr .bbl-5 {
    left: unset;
    right: 25px;
  }
  html[lang=auto] .bbl-6,
.translated-ltr .bbl-6 {
    left: unset;
    right: -30px;
  }
  html[lang=auto] .bbl-7,
.translated-ltr .bbl-7 {
    left: unset;
    right: 45px;
  }
  html[lang=auto] .bbl-8,
.translated-ltr .bbl-8 {
    left: unset;
    right: 31px;
  }
  html[lang=auto] .intro-certs img,
.translated-ltr .intro-certs img {
    margin-left: unset;
    margin-right: 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;
  }
  html[lang=auto] .fulltext,
.translated-ltr .fulltext {
    text-align: left;
  }
  html[lang=auto] blockquote,
.translated-ltr blockquote {
    margin-right: unset;
    margin-left: 0px;
  }
}
/*---------------------------------
	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;
  }
}
#pr_signup .radio-inline input[type="radio"] {
    position: static !important;
    margin-left: 0;
}
