html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border-style: solid;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.children-comments > .children-comments {
  margin: 0;
}

.comment-body p {
  word-break: break-word;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.table-de-overflow {
  overflow: auto;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
* Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/**
* 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/**
* 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improve image quality when scaled in IE 7.
*/
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/
figure {
  margin: 0;
}

/**
* Correct margin displayed oddly in IE 6/7.
*/
form {
  margin: 0;
}

/**
* 1. Correct color not being inherited in IE 6/7/8/9.
* 2. Correct text not wrapping in Firefox 3.
* 3. Correct alignment displayed oddly in IE 6/7.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

.user-link .avatar {
  margin-right: 2px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
  margin: 0.5rem 0;
  border-radius: 6px;
  outline: 1px solid transparent;
  font-family: 'Golos Text', sans-serif;
}

body {
  font-family: 'Golos Text', sans-serif;
}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

img {
  max-width: 100%;
  height: initial;
  display: block;
}

input,
select,
textarea {
  background: #fff;
  border-radius: 6px;
  min-height: 40px;
  padding: 10px 12px;
  line-height: 40px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #efefef;
}

input,
select {
  height: 40px;
}

form.language-change label {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #505050;
  cursor: pointer;
  justify-content: space-between;
}

.language-link span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #171717;
}

ul.list h2 {
  line-height: 20px;
  font-size: 14px;
  padding: 10px 12px;
  font-weight: 500;
  color: #171717;
  margin-top: 16px;
}

form.language-change svg {
  margin-right: 8px;
  display: block;
}

.language-link {
  display: flex;
  user-select: none;
  outline: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.language-link:hover {
  background: #f9f9f9;
}

.header-service-btn {
  display: flex;
  padding: 8px 0;
  color: #46494d;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  align-items: center;
  justify-content: center;
  border: 1.2px solid #46494d;
  border-radius: 12px;
  margin-right: 24px;
  transition: all 0.2s ease-out;
  width: 125px;
}

a.header-service-btn:hover {
  color: #21905b;
  border-color: #21905b;
}

body header {
  background: #fff;
  width: 100%;
  height: 80px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  border-bottom: 1px solid #efefef;
  align-items: center;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  font-size: 16px;
  line-height: 1.2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.header-middle {
  flex-grow: 1;
  display: flex;
  align-items: center;
  max-width: 768px;
}

.header-wrapper {
  width: 660px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.header-search {
  position: relative;
  margin-right: auto;
}

.header-logo {
  display: flex;
  align-items: center;
  width: 240px;
}

.header-logo img {
  max-width: 150px;
}

.header-logo a {
  display: inline-flex;
  position: relative;
}

#LogoHate {
  position: absolute;
  left: -20px;
  top: -24px;
  animation: logo-animate 4s infinite ease-in-out;
}

@keyframes logo-animate {
  0%,
  80% {
    transform: rotate(0deg);
    left: -20px;
  }

  90% {
    transform: rotate(45deg);
    left: 2px;
  }

  100% {
    transform: rotate(0deg);
    left: -20px;
  }
}

@keyframes logo-animate-in {
  0%,
  80% {
    transform: translate(0px);
  }

  90% {
    transform: translate(10px);
  }

  100% {
    transform: translate(0px);
  }
}

.header-wrapper .btn {
  margin: 0;
  margin-right: 16px;
  min-height: 40px;
  border-radius: 28px;
  padding: 7px 24px;
}

.header-wrapper .btn svg {
  display: block;
  margin-right: 11px;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
}

@media screen and (max-width: 370px) {
  .right-header .drop-down-content.header-nav {
    left: 0;
    right: initial;
  }
}

.header-right > ul > li {
  margin-left: 8px;
}

.header-right ul li {
  position: relative;
}

.text-pre {
  white-space: pre-wrap;
}

.header-wrapper form {
  flex: 1;
  position: relative;
}

.search-text {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #bcbcbc;
  display: none;
}

.search-results,
.search-history {
  position: absolute;
  top: 52px;
  background: #fff;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 8px 0;
  margin-top: -7px;
  display: none;
  border: 1px solid #efefef;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.s-rr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 8px 8px 16px;
}

.search-results h3 {
  position: relative;
  padding: 10px 14px;
  color: #bcbcbc;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.search-results h3:after {
  content: '';
  flex: 1;
  margin-left: 12px;
  border-bottom: 1px solid #efefef;
}

.search-results,
.search-history {
  max-height: 350px;
  overflow: auto;
}

.s-rr b {
  color: #171717;
}

.drop-down-open.opened .arrow {
  transform: rotate(180deg);
}

a.s-rr:hover {
  background: #efefef;
}

.s-rr:last-child {
  box-shadow: none;
}

.s-rr p {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 24px;
  color: #505050;
  margin: 0;
}

.s-rr span {
  font-size: 13px;
  line-height: 24px;
  padding: 0 8px;
  background: #e8e8e8;
  border-radius: 120px;
}

.s-rr span.bg-Blog {
  background: #dcedfc;
}

.s-rr span.bg-Article {
  background: #fcf3dc;
}

.s-rr span.bg-Service {
  background: #c7f5cc;
}

.s-rr span.bg-Event {
  background: #dcf8fc;
}

.s-rr span.bg-Vacancy {
  background: #e6ddff;
}

.stepForm,
#nextStep,
#prevStep {
  display: none;
}

.drop-down-content.header-nav {
  min-width: inherit;
}

.drop-down-content.header-nav a,
.drop-down-content.header-nav .exit {
  display: block;
  height: inherit;
  background: transparent;
  width: 240px;
  padding: 18px 24px;
  font-size: 15px;
  line-height: 100%;
  font-weight: normal;
  text-align: left;
  border-radius: 0;
}

.drop-down-content.header-nav a.active {
  background: rgb(80 209 119 / 0.1);
  color: #21905b;
  font-weight: 500;
}

.drop-down-content.header-nav a:hover {
  background: #f7f7f7;
  color: inherit;
  color: #46494d;
}

.header-nav .divider {
  width: calc(100% - 48px);
  margin: 0 auto;
  height: 1px;
  background: #ecedee;
}

.search-input {
  background: #f9f9f9 url(../img/search.svg) calc(12px) center no-repeat;
  height: 40px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 6px;
  padding-left: 44px;
  width: 280px;
  transition: all 0.1s ease-out;
}

.course-search {
  flex-basis: 100%;
}

.search-input.long {
  width: 100%;
  color: #727272;
  border: 1px solid #505050;
}

.search-input::placeholder {
  color: #727272;
}

#ringGrey {
  fill: #f3f3f5 !important;
}

#ringRed {
  fill: #e21962 !important;
}

.header-right > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.right-header .drop-down {
  display: flex;
}

.drop-down-content.header-create-links a {
  display: flex;
  font-size: 14px;
  gap: 12px;
  display: flex;
  padding: 10px 12px;
  align-items: center;
}

.drop-down-content.header-create-links {
  min-width: 177px;
}

.drop-down-content.header-create-links a p {
  flex: 1;
  margin: 0;
}

.drop-down-content.header-create-links a:last-child p {
  border-bottom: 0;
}

.header-right > ul > li > a {
  display: inline-flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.header-right > ul > li > a:hover {
  background: #f9f9f9;
}

[data-tooltip] {
  position: relative;
}

[data-tooltip]:before {
  content: attr(data-tooltip);
  pointer-events: none;
  position: absolute;
  top: calc(100% + 4px);
  background: #727272;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  z-index: -9999;
  opacity: 0;
  white-space: nowrap;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

[class*='fblock'] [data-tooltip]:before {
  min-width: 300px;
  white-space: wrap;
  transform: translateX(-30%);
}

.tooltip_event[data-tooltip]::before {
  white-space: pre-line;
  left: auto !important;
  right: 0;
  transform: none !important;
  width: 240px;
}

.hint_vstr_balance::before {
  content: attr(data-tooltip);
}

.hint_vstr_success::before {
  content: attr(data-tooltip);
}

[data-tooltip-right]:before {
  right: 0;
  left: inherit;
  transform: none;
}

[data-tooltip]:hover:before,
.tooltip-show [data-tooltip]:before {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.tooltip-show [data-tooltip]:before {
  left: auto;
  right: 0;
  width: 320px;
  height: auto;
  white-space: break-spaces;
  transform: none;
  pointer-events: auto;
}

.header-create-btn {
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 9px 24px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #21905b;
  border: 1px solid #21905b;
}

.header-create-btn span {
  margin-right: 8px;
}

.header-create-btn svg {
  display: block;
}

.open-dropdown-lang {
  background: #ecedee;
}

.avatar {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #b1adad;
  border-radius: 100%;
  color: #000;
  overflow: hidden;
  margin-right: 8px;
  color: #fff;
  background: #21905b;
}

.user-link .avatar {
  width: 40px;
  height: 40px;
}

ul.list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.stream-circle-wrapper {
  width: 20px;
  height: 20px;
  position: relative;
}

.stream-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 10px;
  height: 10px;
}

.stream-circle:before {
  content: '';
  position: relative;
  display: block;
  width: 250%;
  height: 250%;
  box-sizing: border-box;
  margin-left: -75%;
  margin-top: -75%;
  border-radius: 45px;
  background-color: pink;
  animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.stream-circle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: red;
  border-radius: 50px;
  animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

ul.list a.active svg {
  color: #000001;
}

.list a {
  display: flex;
  font-size: 14px;
  text-decoration: none;
  color: #525559;
  align-items: center;
  padding: 10px 12px;
  border-radius: 6px;
  line-height: 20px;
  color: #505050;
  align-items: center;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}

ul.list a:hover {
  color: #171717;
}

ul.list a span img {
  width: 20px;
  margin-right: 5px;
}

.list a span {
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.left-menu {
  width: 240px;
}

ul.list a.active {
  background: #fff;
  color: #171717;
}

button.changeLangBtn.hidden {
  display: none;
}

.header-right ul.drop-down-list a,
ul.drop-down-list button {
  margin: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  height: inherit;
  padding: 10px;
  border: none;
  font-size: 14px;
  border-radius: 0;
  font-weight: 500;
}

.header-right ul.drop-down-list li:hover:before {
  display: none;
}

.header-right > ul > li .user-link {
  background: transparent;
}

.header-right > ul > li .user-link:hover {
  background: inherit;
  color: inherit;
}

ul.drop-down-list li:before {
  position: absolute;
  content: '';
  left: 40px;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #dbd9d2;
}

ul.drop-down-list li:last-child:before {
  display: none;
}

.header-right ul.drop-down-list svg {
  margin-right: 12px;
  width: 24px;
  height: 24px;
}

.header-logo a span {
  background: #f34d37;
  border-radius: 48px;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  letter-spacing: 0.5px;
  margin-left: 4px;
}

.header-logo a {
  align-items: flex-start;
}

.service-status {
  display: inline-flex;
  flex-direction: column;
  margin-right: 20px;
}

.changeLangBtn {
  display: none;
}

.open-dropdown-lang {
  text-transform: uppercase;
  user-select: none;
  outline: none;
}

.open-dropdown {
  padding: 4px;
}

.language-change input {
  display: none;
}

.mobile {
  display: none;
}

span.notification-counter {
  background: #ff6363;
  border: 2px solid #ffffff;
  border-radius: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  padding: 2px 4px;
  display: block;
  position: absolute;
  left: 50%;
  top: 41%;
  transform: translateY(-50%);
}

.feedback-form-block textarea {
  max-height: 100px;
}

.feedback-form-body .label-file-upload {
  display: flex;
  margin: 0;
  justify-content: space-between;
}

.feedback-form-block {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 400px;
}

.feedback-form-body {
  padding: 24px;
  background: #fff;
  position: relative;
}

div#FeedbackResendForm {
  background: #ecedee;
  border-color: #ecedee;
  color: #1d1c21;
  font-weight: normal;
  box-shadow: none;
}

.feedback-thanks-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
  display: none;
}

.feedback-thanks-top {
  flex: 1;
}

.feedback-thanks-bottom .btn {
  margin: 0;
}

.feedback-thanks-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.feedback-thanks-top h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin: 32px 0 8px;
}

.feedback-thanks-top p {
  font-size: 15px;
  line-height: 24px;
  color: #46494d;
}

.feedback-thanks-bottom .btn + .btn {
  margin: 0;
}

.feedback-thanks-bottom .btn:first-child {
  margin-bottom: 16px;
}

.feedback-form-body input,
.feedback-form-body textarea {
  margin: 0;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #ecedee;
}

.feedback-form-close {
  background: #4a4a4a;
  color: #fff;
  padding: 20px 24px;
  display: flex;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  gap: 12px;
  cursor: pointer;
}

.feedback-form-close span {
  margin-right: auto;
}

.feedback-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  background: #21905b;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

input.has-error,
textarea.has-error,
select.has-error {
  border: 1px solid #ff6382;
}

select.custom-select.has-error + .select2.select2-container .select2-selection--single {
  border: 1px solid #ff6382;
}

select.js-multiple.has-error + .select2.select2-container .select2-selection--multiple {
  border: 1px solid #ff6382;
}

.feedback-btn:before,
.feedback-btn:after {
  content: '';
  background-color: inherit;
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  border-radius: inherit;
  z-index: 0;
  animation: amo-button-wave infinite 2.6s 0s linear;
  left: 0;
  animation-delay: 0s;
}

.feedback-btn:after {
  animation-delay: 1.3s;
}

@keyframes amo-button-wave {
  0% {
    transform: scale(1, 1);
    opacity: 0.45;
  }

  40% {
    opacity: 0.45;
  }

  100% {
    transform: scale(1.35, 1.35);
    opacity: 0;
  }
}

.feedback-btn:hover svg {
  transform: rotateY(180deg);
}

.feedback-btn svg {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.feedback-btn:active {
  opacity: 0.7;
}

.feedback-list {
  display: none;
}

.feedback-list {
  position: fixed;
  z-index: 9999;
  bottom: 24px;
  right: 24px;
  text-align: right;
}

.feedback-list li a:hover svg path {
  fill: #4fd177;
}

.feedback-list li a:hover {
  color: #4fd177;
}

.feedback-list li:first-child a:hover svg path {
  fill: none;
  stroke: #4fd177;
}

.feedback-list li a {
  user-select: none;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ecedee;
  border-radius: 88px;
  padding: 16px;
  margin-bottom: 8px;
  padding-left: 24px;
  font-size: 15px;
  color: #46494d;
  box-shadow: 0 0 3px #03030347;
  cursor: pointer;
}

.feedback-list li a svg {
  display: block;
}

.close-feedback-btn {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border-radius: 88px;
  padding: 16px;
  box-shadow: 0 0 3px #dadada;
  cursor: pointer;
  gap: 12px;
}

/* FOOTER */

body footer {
  background: #24262a;
  box-shadow: inset 0px 1px 0px #ecedee;
  padding: 40px 0 24px;
  width: 100%;
  margin: 0 auto;
}

footer .container-fluid {
  max-width: 1440px;
}

footer h2 {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  margin-bottom: 22px;
}

footer p {
  font-size: 15px;
  line-height: 24px;
  color: #46494d;
  margin: 0;
}

footer a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  margin-bottom: 16px;
  color: #a0a5ab;
}

footer a.m0 {
  margin: 0;
}

.card.vertical-flex,
footer .vertical-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .footer-about-us,
.footer-quick-links {
  display: inline-block;
}

.footer-about-us h2,
.footer-quick-links h2 {
  text-align: left;
}

footer .divider {
  border-bottom: 1px solid #36373a;
  margin: 24px 0;
}

footer li:last-child a {
  margin: 0;
}

footer .footer-logos-holder {
  display: flex;
}

.footer-logos-holder .ministry-logo img {
  /*width: 200px;*/
}

.footer-logos-holder .zerde-logo img {
  width: 68px;
}

ul.soc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.soc a {
  margin: 0;
}

ul.soc li:not(:last-child) {
  margin-right: 16px;
}

footer .end-md {
  text-align: left;
}

.footer-top p {
  font-size: 14px;
  line-height: 20px;
  color: #a0a5ab;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 32px;
  padding-top: 32px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  gap: 32px;
  flex-wrap: wrap;
}

ul.footer-bottom-info {
  gap: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

ul.footer-bottom-info li:not(:last-child) {
  margin-right: 30px;
}

ul.footer-bottom-info li:last-child {
  padding: 8px 15px;
  background: #45464a;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

ul.footer-bottom-info li:last-child a {
  color: #fff;
}

ul.footer-bottom-info a {
  font-weight: 400;
  margin: 0;
  color: #fff;
}

a.footer-logo {
  display: inline-block;
  margin-bottom: 0px;
}

.footer-mobile {
  display: none;
}

.hidden {
  display: none;
}

.footer {
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
}

/* ENDFOOTER */

.main-banner__close {
  cursor: pointer;
  background: transparent;
  border: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  margin: 0;
  font-weight: 600;
  background: rgb(23 23 23 / 40%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.main-banner__close:before {
  content: '\2715';
  font-size: 11px;
}

/* MOBILE SEARCH */

.main-left__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
}

.main-left__top .header-logo .hide {
  overflow: hidden;
  width: 0;
  height: 0;
}

.header-search.mobile {
  margin: 0;
  width: 100%;
}

.header-search-form {
  display: flex;
  justify-content: flex-end;
}

.header-search-form .search-input {
  width: 0;
  height: 0;
  padding: 12px;
  overflow: hidden;
  background: #fff url(../img/search-black.svg) no-repeat center;
}

.header-search-form .search-results,
.search-history {
  z-index: 1;
}

.search-history h2 {
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
}

.search-history a {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #505050;
  gap: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-history {
  padding: 8px;
}

.search-history h2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #171717;
}

.search-history .clear-history {
  font-size: 12px;
  cursor: pointer;
}

span.history-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url(../img/history.svg) center center/cover no-repeat;
}

.search-history a p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header-search-form .search-input.active {
  width: 100%;
  height: 100%;
  max-width: 270px;
  overflow: visible;
  margin: 0;
  right: 0;
  transition: all 0.3s ease-out;
  padding: 12px 45px 12px 52px;
  background: #fafafa url(../img/search.svg) calc(16px) center no-repeat;
}

.header-search-form .search-input__close {
  width: 0;
  height: 0;
  overflow: hidden;
}

.header-search-form .search-input__close.active {
  width: 24px;
  height: 24px;
  background: transparent;
  border: 0;
  position: absolute;
  right: 10px;
  top: 8px;
  margin: 0;
  font-weight: 600;
}

.header-search-form .search-input__close.active:before {
  content: '\2715';
  font-size: 19px;
}

.right-vacancy-widget {
  padding-bottom: 22px;
}

a.s-rr.s-all {
  position: sticky;
  bottom: -8px;
  background: #fff;
  background: #fff url(../img/enter.svg) 12px center no-repeat;
  padding-left: 44px;
}

a.s-rr.s-all:hover {
  background: #efefef url(../img/enter.svg) 12px center no-repeat;
}

.empty-search {
  color: #505050;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-align: center;
}

.main-left {
  position: sticky;
  top: 80px;
  flex-shrink: 0;
  width: 240px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-self: flex-start;
  padding-left: 0;
  padding-right: 0;
  height: calc(100vh - 80px);
  padding-bottom: 32px;
}

li.scroll-fix {
  position: sticky;
  bottom: -8px;
  background: #fff;
  border: 1px solid #21905b;
  box-shadow:
    0px -8px 8px rgba(0, 0, 0, 0.05),
    0px 8px 8px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin: 0 -16px;
  padding: 0 16px;
}

li.scroll-fix.stuck {
  border: none;
  box-shadow: none;
}

.toogle-arrow {
  margin-left: auto;
  display: flex;
}

.toggle-menu.opened .toogle-arrow {
  transform: rotate(180deg);
}

.questions-block a.opened svg:first-child,
.questions-block a.opened svg:last-child {
  display: block;
}

.questions-block a svg:last-child,
.questions-block a.opened svg:first-child {
  display: none;
}

.toggle-menu {
  cursor: pointer;
}

ul.toggle-list {
  display: none;
}

ul.toggle-list li {
  padding-left: 32px;
}

.cs-scroll {
  overflow-x: hidden;
  overflow-y: auto;
}

/*
.cs-scroll:hover {
  overflow-y: auto;
} */

.cs-scroll::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.cs-scroll::-webkit-scrollbar-track {
  border-radius: 2px;
}

.cs-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: transparent;
}

/* Handle */
.cs-scroll:hover::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}

.menu-partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: -16px;
}

.menu-footer {
  padding: 0 12px;
  font-size: 12px;
  line-height: 16px;
  color: #727272;
  margin-top: 16px;
}

.menu-footer-link {
  margin-bottom: 12px;
  margin-top: 4px;
  text-decoration: underline;
  display: flex;
  flex-direction: column;
}

.menu-footer-link a {
  margin-bottom: 4px;
  display: inline-flex;
  text-decoration: underline;
}

header p {
  margin: 0;
}

.hide {
  display: none;
}

form.language-change label.disabled span {
  color: #21905b;
}

form.language-change label {
  text-transform: uppercase;
}

form.language-change label span {
  margin-right: 12px;
}

form.language-change label:hover {
  color: #171717;
}

.right-header .drop-down-content.header-nav {
  padding: 0;
  overflow: hidden;
}

.btn {
  border: 1px solid transparent;
  background: #ffffff;
  border-radius: 8px;
  min-height: 40px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: inherit;
  position: relative;
  padding: 10px 24px;
  color: #fff;
  background: #21905b;
  border-radius: 6px;
  gap: 12px;
}

.btn-outline-primary {
  color: #21905b;
  background: transparent;
  border-color: #21905b;
}

.btn-outline-secondary {
  color: #171717;
  background: transparent;
  border-color: #171717;
}

.btn-secondary {
  background: #171717;
  color: #fff;
}

.btn-outline-success {
  color: #21905b;
  background: transparent;
  border-color: #21905b;
}

.btn-outline-danger {
  color: #ff2b54;
  background: transparent;
  border-color: #ff2b54;
}

.btn-outline-warning {
  color: #ca970b;
  background: transparent;
  border-color: #ca970b;
}

.btn-outline-info {
  color: #e9f1d0;
  background: transparent;
  border-color: #e9f1d0;
}

.btn-outline-light {
  color: #efefef;
  background: transparent;
  border-color: #efefef;
}

.btn-outline-dark {
  color: #727272;
  background: transparent;
  border-color: #727272;
}

.btn-gray {
  /*color: #727272;*/
  background: #bcbcbc;
  border-color: #bcbcbc;
}

.btn.btn-outline-primary.disabled {
  border: 1px solid #bcbcbc;
  background: transparent;
  color: #bcbcbc;
}

/* GAMIFICATIONS */

@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}

@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}

@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.js-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000000b8;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.badge-notification-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000000b8;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
}

.confetti--animation-slow {
  animation: confetti-slow 2.25s linear 1 forwards;
}

.confetti--animation-medium {
  animation: confetti-medium 1.75s linear 1 forwards;
}

.confetti--animation-fast {
  animation: confetti-fast 1.25s linear 1 forwards;
}

.header-main-menu.has-game {
  width: 340px;
}

.js-container .modal__overlay,
.badge-notification-container .modal__overlay {
  background: transparent;
}

div#ModalReward,
div#ModalNotification {
  text-align: center;
}

div#ModalReward .modal__header,
div#ModalNotification .modal__header {
  justify-content: center;
}

div#ModalReward img,
div#ModalNotification img {
  margin: 12px auto;
}

.awards {
  display: flex;
  padding: 12px;
  align-items: center;
  justify-content: center;
}

.js-container .modal__overlay {
  background: transparent;
}

.awards .items:first-child {
  margin-right: 32px;
}

.gamification-rating {
  background: #f9f9f9;
  border: 1px solid #efefef;
  border-radius: 6px;
  padding: 8px 16px;
  margin: 12px;
}

button.link-btn.open-progress {
  background: none;
  border: none;
  color: #21905b;
  font-weight: 500;
}

.rating-place {
  color: #505050;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
}

.user-badges {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  cursor: pointer;
}

.menu-red {
  /*width: 10px;*/
  /*height: 10px;*/
  /*background: red;*/
  /*margin-left: 4px;*/
  /*color: #2C9D62;*/
  /*border-radius: 100%;*/
  /*border: 1px solid red;*/
  /*position: relative;*/
}

.menu-red:before {
  /*content: '*';*/
}

.avatar-cup {
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(100% - 20px);
  left: 57%;
  z-index: 10;
}

body .avatar-stats-item img {
  min-width: auto;
  min-height: auto;
}

.user-avatar {
  position: relative;
}

.avatar-stats {
  position: absolute;
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  z-index: 100;
  min-width: 120px;
  padding: 10px 0;
  z-index: -999;
  opacity: 0;
  visibility: visible;
  left: 0;
  visibility: hidden;
  top: calc(100% + 24px);
  transition:
    opacity 0.3s ease-in,
    top 0.3s ease-in;
}

.avatar-stats img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  min-width: auto;
  min-height: auto;
}

.avatar-stats-item {
  flex-shrink: 0;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  color: #505050;
  line-height: 20px;
}

.avatar-stats-item img {
  margin-right: 8px;
}

.avatar-stats h3 {
  padding: 6px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.user-avatar:hover .avatar-stats {
  opacity: 1;
  z-index: 14;
  visibility: visible;
  top: calc(100% + 12px);
}

.header-right .avatar-cup,
.header-right .avatar-stats,
.rating-user .avatar-cup,
.rating-user .avatar-stats {
  display: none;
}

.header-right .user-avatar,
.rating-user .user-avatar {
  margin: 0;
}

li.games-history-item img {
  width: 40px;
  height: 40px;
}

.user-avatar {
  margin-right: 4px;
}

.games-info {
  flex: 1;
}

.games-info h2 span {
  color: #505050;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  background: #f9f9f9;
  border-radius: 8px;
  display: inline-flex;
  padding: 5px 8px 3px;
  margin-left: 8px;
}

.rating-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  padding: 8px 0;
}

.rating-top .left {
  display: flex;
  align-items: center;
}

.rating-top .left svg {
  margin-right: 8px;
}

.rating-top .right {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.rating-top .right svg,
.rating-top .right img {
  margin-left: 4px;
}

.gamification-rating .btn {
  margin-bottom: 8px;
  font-size: 12px;
  padding: 8px;
  min-height: auto;
  line-height: 1.2;
}

.my-progress,
.my-notify {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: rgb(23 23 23 / 60%);
}

.my-progress-modal,
.my-notify-modal {
  position: fixed;
  right: -540px;
  top: 0;
  bottom: 0;
  width: 540px;
  background: #f9f9f9;
  overflow: auto;
  padding: 16px 24px;
  transition: all 0.3s ease-in-out;
}

.loader-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ccc;
}

.opened .my-progress-modal,
.opened .my-notify-modal {
  right: 0;
}

.close-progress,
.close-notify {
  right: 600px;
  position: fixed;
  top: 30px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.opened .close-progress,
.opened .close-notify {
  right: 564px;
  opacity: 1;
}

.my-progress-modal .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 16px;
}

.my-notify-modal h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
  padding: 16px 0;
}

.my-notify-modal h2 span {
  color: #bcbcbc;
}

.notify--modal-block {
  border-radius: 10px;
  background: #fff;
  padding: 16px;
  margin-bottom: 12px;
}

.notify--modal-block.unread {
  background: #faf4e8;
}

.notify--modal-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #505050;
}

.notify--modal-content p {
  overflow-wrap: break-word;
}

p {
  overflow-wrap: break-word;
}

.tech-bd-right {
  display: block;
}

.notify--modal-block .top {
  cursor: pointer;
}

.notification-btn {
  cursor: pointer;
}

.notify--modal-block .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notify--modal-block .top svg {
  flex-shrink: 0;
}

.notify--modal-block .top h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.notify--modal-block .top p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.notify--modal-content {
  padding-top: 20px;
  display: none;
}

.my-progress-modal .top h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.show-rating {
  color: #21905b;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  cursor: pointer;
}

.show-rating svg {
  margin-left: 8px;
}

.my-progress-info {
  background: #ffffff;
  border-radius: 10px;
  padding: 16px;
}

.progress-status {
  padding: 16px;
  background: #ededff;
  border-radius: 6px;
  margin: 16px 0;
}

.progress-status .names span,
.progress-status .points span {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  flex: 1 1 0;
  width: 0;
  text-align: center;
  position: relative;
}

.progress-status .names,
.progress-status .points {
  display: flex;
}

.progress-status .names span.achieved:before {
  background: url(../img/gamification/check.svg);
  width: 16px;
  height: 16px;
  background-size: cover;
  left: 44%;
  bottom: -25px;
}

.status-bar {
  margin: 16px auto;
  height: 2px;
  background: #fff;
  width: 80%;
}

.progress-status .names span:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 100%;
}

.games-hidden p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

.games-achivments .item {
  display: flex;
  align-items: center;
  padding: 8px 0px;
}

.games-achivments .item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.games-achivments .item-badge {
  margin-right: 8px;
  display: flex;
}

.games-achivments .item-coins {
  color: #727272;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.games-achivments .item-coins img {
  margin-left: 4px;
}

.games-achivments .item-info h2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.games-achivments .item-info span {
  font-size: 12px;
  line-height: 16px;
  color: #505050;
}

.achivment-left {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #505050;
}

.how-progress-works {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #171717;
  padding: 8px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.how-progress-works svg {
  margin-left: 8px;
}

.achivment-info {
  padding: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #171717;
  background: #f9f9f9;
  border-radius: 6px;
  margin-top: 16px;
  display: none;
}

.achivment-info span {
  font-weight: 500;
}

.achivment-info img {
  display: inline-flex;
}

.achivment-info p + p {
  margin-top: 12px;
}

.how-progress-works.opened svg {
  transform: rotate(180deg);
}

.my-progress-tabs > div {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 0;
  cursor: pointer;
}

.my-progress-tabs {
  display: flex;
  margin-top: 20px;
  margin-bottom: 12px;
}

.my-progress-tabs > div.active {
  color: #21905b;
  border-bottom: 1px solid;
}

.my-progress-tabs div {
  margin-right: 24px;
}

ul.games-list li {
  background: #ffffff;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 12px;
}

.games-achivment {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.games-achivment.opened .games-content svg {
  transform: rotate(180deg);
}

.games-content {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.games-content svg {
  min-width: 0;
  flex-shrink: 0;
  margin-left: 12px;
}

.games-info h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.games-info p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.games-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.games-no-spinner svg {
  opacity: 0;
}

ul .soc {
  padding: 6px 12px;
  border-radius: 20px;
  background: #efefef;
  justify-content: space-between;
  margin-top: 15px;
  display: flex;
}

.soc a {
  margin: 0;
  padding: 0;
}

a.soc.contact-us {
  justify-content: flex-start;
  border-radius: 20px;
  padding: 10px 12px;
  background: transparent;
  margin-top: 0;
}

.left-menu .bottom-list {
  border-top: 1px solid #e3e3e3;
  padding-top: 8px;
}

.games-image img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}

.games-hidden {
  background: #f9f9f9;
  border-radius: 6px;
  padding: 16px;
  margin-top: 20px;
}

.games-hidden-block .btn {
  margin: 20px 0 0;
}

.games-hidden-block {
  display: none;
}

.games-image[data-color='bronze'][data-current='1'] svg path:nth-child(-n + 1),
.games-image[data-color='bronze'][data-current='2'] svg path:nth-child(-n + 2),
.games-image[data-color='bronze'][data-current='3'] svg path:nth-child(-n + 3) {
  stroke: #d59f70;
}

body .modal .btn-block,
.btn-block {
  max-width: 100%;
  width: 100%;
}

.games-image[data-color='silver'][data-current='1'] svg path:nth-child(-n + 1),
.games-image[data-color='silver'][data-current='2'] svg path:nth-child(-n + 2),
.games-image[data-color='silver'][data-current='3'] svg path:nth-child(-n + 3) {
  stroke: #b7bac8;
}

.games-image[data-color='gold'][data-current='1'] svg path:nth-child(-n + 1),
.games-image[data-color='gold'][data-current='2'] svg path:nth-child(-n + 2),
.games-image[data-color='gold'][data-current='3'] svg path:nth-child(-n + 3) {
  stroke: #e2c18e;
}

.loader {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}

.status-bar span {
  height: 2px;
  display: block;
  background: linear-gradient(90deg, #7386ef 0%, #a07df4 100%);
}

ul.list a svg {
  flex-shrink: 0;
}

.progress-content,
.game-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.game-content .avatar.has-image {
  display: inline-flex;
  background: #21905b;
}

.my-progress-awards {
  flex: 1;
  display: flex;
  flex-direction: column;
}

ul.games-history {
  flex: 1;
  border: 1px solid #efefef;
  border-radius: 10px;
  background: #fff;
  padding: 16px;
}

li.empty-history p {
  text-align: center;
  margin-top: 24px;
  color: #727272;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

li.games-history-item a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding: 16px 0;
}

.histroy-image {
  min-width: 0;
  display: flex;
  margin: 8px;
}

.rating-top-info {
  background: #ededff;
  border: 1px solid #e1e1ff;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}

.awards .items {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
}

.awards .items img {
  min-width: 0;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.history-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.history-info h2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.history-info span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #505050;
}

.history-coins {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.history-coins span {
  display: flex;
  align-items: center;
}

.history-coins img {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}

.history-coins span + span {
  margin-top: 4px;
}

ul.rating-list a {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #efefef;
  flex-shrink: 0;
}

ul.rating-list {
  padding: 8px 16px;
  border: 1px solid #efefef;
  border-radius: 10px;
  background: #fff;
  flex: 1;
}

.rating-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.my-progress-modal {
  display: flex;
  flex-direction: column;
}

span.rating-counter {
  width: 30px;
  margin-right: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.rating-info {
  display: flex;
  flex-direction: column;
}

.rating-user {
  display: flex;
  flex: 1;
  align-items: center;
}

.rating-xp {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
}

.rating-xp img {
  margin-left: 8px;
}

.rating-user .avatar {
  width: 40px;
  height: 40px;
}

.rating-info h2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.rating-info p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #505050;
}

.rating-place {
  display: flex;
}

.rating-place span {
  margin-right: 8px;
}

ul.toggle-list li {
  margin-right: 12px;
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow:
      0em -2.6em 0em 0em #ffffff,
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }

  12.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
      1.8em -1.8em 0 0em #ffffff,
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }

  25% {
    box-shadow:
      0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7),
      2.5em 0em 0 0em #ffffff,
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  37.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.7),
      1.75em 1.75em 0 0em #ffffff,
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow:
      0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7),
      0em 2.5em 0 0em #ffffff,
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  62.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.7),
      -1.8em 1.8em 0 0em #ffffff,
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  75% {
    box-shadow:
      0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7),
      -2.6em 0em 0 0em #ffffff,
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  87.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.7),
      -1.8em -1.8em 0 0em #ffffff;
  }
}

/* MOBILE SEARCH */
@media (max-width: 1639px) and (min-width: 600px) {
  ul.footer-bottom-info {
    padding-right: 48px;
  }
}

@media (min-width: 1460px) {
  body main,
  .header-content,
  .footer {
    padding: 0;
    max-width: 1466px;
    justify-content: flex-start;
  }

  .block-footer-content {
    max-width: 874px !important;
  }

  .main-content,
  .header-middle {
    max-width: 986px;
    /*padding-left: 56px;*/
    /*padding-right: 56px;*/
  }
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__top {
  text-align: center;
}

.modal__top h2 {
  margin-bottom: 16px;
}

.modal__top span {
  font-size: 15px;
  line-height: 18px;
  color: #181818;
}

.modal__header .modal__close:before {
  content: '\2715';
  font-size: 19px;
}

.modal__content {
  margin-top: 16px;
}

.soc-login {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid;
  font-weight: 500;
  font-size: 14px;
  color: #171717;
  height: 40px;
  line-height: 40px;
  width: 100%;
  justify-content: center;
  margin: 0 0 16px;
  background: #fff;
  gap: 8px;
}

.soc-login:last-child {
  margin: 0;
}

.auth-bottom-block {
  margin: 32px 0 10px;
}

.bottom-soc-auth {
  text-align: center;
}

.auth-modal button:disabled {
  opacity: 1;
  background: #bcbcbc;
}

.back-modal {
  display: inline-flex;
  margin-bottom: 16px;
  cursor: pointer;
}

.soc-login-small {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  border: none;
  text-decoration: none;
  display: inline-flex;
  background: transparent;
  align-items: center;
  color: #181818;
}

.soc-bottom {
  display: flex;
  justify-content: space-evenly;
}

.modal-auth .divider {
  border-top: 1px solid #ecedee;
  margin: 32px -32px;
}

.modal-auth .modal__content {
  width: 100%;
  /* max-width: 340px; */
  margin: 0 auto;
}

.modal-auth .modal__header {
  justify-content: center;
  margin-bottom: 32px;
}

.public_agreement_modal .modal__header {
  justify-content: space-between;
  margin-bottom: 0;
  padding: 16px;
  border-bottom: 1px solid #e3e3e3;
}

.modal-auth .modal__content .btn {
  max-width: 100%;
}

.modal-auth .label-input input::placeholder {
  color: #a0a5ab;
}

.modal-auth .soc-login {
  border: 1px solid #e9eaee;
  color: #525559;
  font-size: 14px;
  margin: 16px 0;
}

.modal-auth .soc-login.ecp-login {
  background: #fff;
}

.modal-auth .modal-back-btn {
  position: absolute;
  left: 26px;
  top: 29px;
}

.bottom-info {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #727272;
}

h2.modal__title,
h2.modal__title p {
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

.bottom-info a {
  color: #21905b;
  text-decoration: none;
}

.modal-back-btn svg {
  width: 30px;
  height: 30px;
}

.modal-back-btn svg path {
  color: #181818;
  fill: currentColor;
}

.year_start {
  margin-top: 0;
  margin-bottom: 10px;
}

.modal-auth .top-info {
  min-width: 100%;
  margin: 20px 0;
}

.auth-list {
  margin-bottom: 24px;
}

.auth-list li a {
  border: 1px solid #e9eaee;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 12px;
}

.auth-list li:not(:last-child) {
  margin-bottom: 24px;
}

.auth-list a {
  display: flex;
  align-items: center;
}

.auth-list a span {
  text-align: center;
}

.auth-list li span {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #181818;
}

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

.modal__bottom {
  border-top: 1px solid #ecedee;
}

.modal__content .top-info {
  margin: 40px 0;
}

.modal__content .top-info .loginModalLink {
  color: #21905b;
}

.soc-login-small svg {
  margin-right: 6px;
}

.soc-half .soc-login {
  width: 47%;
}

.soc-half {
  display: flex;
  justify-content: space-between;
  max-width: 324px;
  margin: 0 auto;
}

.soc-login.linkedin-login {
  background: #2a66bc;
}

.soc-login.google-login {
  border: 1px solid #e0e0e0;
  background: #ffff;
  color: #181818;
}

.soc-login.linkedin-login svg {
  margin-bottom: 7px;
  display: block;
}

.soc-login:hover {
  box-shadow: 0 0 3px #ccc;
  opacity: 0.9;
}

p.agreement-url {
  margin: 16px auto 0;
  font-size: 14px;
  text-align: center;
}

p.register-agreement-url {
  font-size: 13px;
}

p.agreement-url a,
.register-agreement-url a {
  /*text-decoration-line: underline;*/
  /* font-weight: 600 */
  color: #21905b;
}

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

.passowrd-strong {
  display: flex;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.passowrd-strong svg {
  margin-right: 6px;
}

.passowrd-strong label.False path {
  fill: #ff6382;
}

.passowrd-strong label.False {
  color: #ff6382;
}

.passowrd-strong label.True span {
  color: #2ec764;
}

.passowrd-strong label.True path {
  fill: #2ec764;
}

.password-input {
  position: relative;
}

.passowrd-strong label {
  color: #a0a5ab;
}

.passowrd-strong span {
  font-size: 14px;
  font-weight: 400;
}

.showOrHide {
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 0;
  width: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.block-email-block .btn {
  margin-top: auto !important;
}

.block-email-block h2 {
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  margin: 16px 0;
}

body .block-email-block p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.block-email-block img {
  margin-top: 24px;
}

.showOrHide svg {
  display: none;
}

.showOrHide.hide {
  display: flex;
}

.showOrHide svg:last-child,
.showOrHide svg:last-child {
  display: block;
}

.showOrHide.show svg:last-child {
  display: none;
}

.showOrHide.show svg:first-child {
  display: block;
}

.modal p {
  margin: 0;
}

.forgot-link {
  color: #21905b;
  font-size: 15px;
  line-height: 24px;
}

.btn-link {
  padding: 0;
  text-decoration-line: underline;
  color: #21905b;
  min-height: inherit;
  box-shadow: none;
  background: transparent;
  border: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  cursor: pointer;
}

.drop-down.share-drop-down.opened {
  z-index: 1;
}

.btn:disabled {
  background: #bcbcbc;
  opacity: 1;
}

body p.error {
  color: #ff6382;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 8px;
}

body p.multiple_select_text {
  color: #727272;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 8px;
}

.auth-left-block {
  background: url('../img/auth-bg-new.jpg') center center/cover no-repeat;
}

.tags-select-block .auth-left-block {
  background: url('../img/tag_select.jpg') center center/cover no-repeat;
}

ul.messages {
  display: none;
}

.timer-block {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  justify-content: center;
  margin-top: 16px;
  color: #bcbcbc;
}

.divider-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 32px 0;
  color: #a0a5ab;
}

.resend-code-link {
  color: #21905b;
  display: inline-flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 16px auto 0;
  cursor: pointer;
}

.divider-text:before {
  content: '';
  flex: 1;
  margin-right: 32px;
}

.divider-text:after {
  content: '';
  margin-left: 32px;
}

.divider-text:after,
.divider-text:before {
  height: 1px;
  background: #ecedee;
  flex: 1;
}

.auth-modal .modal__container {
  max-width: 800px;
  display: flex;
  padding: 0;
  height: 500px;
}

.auth-modal .modal__header {
  margin-bottom: 32px;
}

.label-input label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #505050;
  font-weight: 400;
}

.label-input input,
.label-input textarea,
.label-input select {
  margin: 8px 0 0;
}

.auth-left {
  display: flex;
  flex: 0 0 50%;
}

.auth-right {
  padding: 24px 32px;
  flex: 0 0 50%;
}

.auth-left-block {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.auth-left-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.modal_close {
  cursor: pointer;
}

.auth-modal .label-input {
  margin-bottom: 16px;
}

.auth-modal .btn {
  margin: 0;
}

.modal-full-height .auth-right {
  display: flex;
  flex-direction: column;
}

.modal-full-height .modal__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.modal-full-height input {
  margin-top: 0;
}

.modal-full-height-label input {
  margin-top: 8px;
}

.password-info p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #727272;
  padding: 4px 0;
  gap: 8px;
}

.password-info p svg {
  color: #efefef;
}

.password-info p.True svg {
  color: #21905b;
}

.modal-full-height form {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.modal-full-height form button {
  margin-top: auto !important;
}

.auth-modal .link {
  color: #21905b;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  margin: 16px auto 0;
}

.modal__subtitle {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 16px;
}

.select-role-radio label span {
  border: 1px solid #efefef;
  padding: 8px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  cursor: pointer;
}

ul.searchCompanyResults {
  position: absolute;
  z-index: 99;
  border: 0.3px solid #a0a5ab;
  box-sizing: border-box;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  padding: 8px 0;
  display: none;
}

ul.searchCompanyResults li {
  padding: 8px 16px;
  justify-content: space-between;
  box-shadow: inset 0px -1px 0px #ecedee;
  cursor: pointer;
}

ul.searchCompanyResults .c--name {
  display: block;
  white-space: initial;
  word-break: break-all;
  font-size: 15px;
  line-height: 24px;
  color: #505050;
}

.c--users {
  color: #727272;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

ul.searchCompanyResults .c--tin {
  font-size: 15px;
  line-height: 24px;
  color: #a0a5ab;
  margin-left: 12px;
}

ul.searchCompanyResults li:last-child {
  box-shadow: none;
}

ul.searchCompanyResults .c--name b,
ul.searchCompanyResults .c--tin b {
  font-weight: 600;
  color: #181818;
}

ul.searchCompanyResults li:hover {
  background: #f6f6f6;
}

.select-role-radio label input {
  display: none;
}

.select-role-radio label input:checked + span {
  background: #21905b;
  border-color: #21905b;
  color: #fff;
}

.select-role-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.select-profile-photo .label-img.label-avatar .left {
  border: none;
  width: auto;
  height: auto;
  margin: 0;
}

.select-profile-photo label {
  align-items: center;
  justify-content: center;
}

.select-profile-photo {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.select-profile-photo .label-img {
  margin: 0;
}

.select-profile-photo .image-prev {
  border-radius: 100%;
}

.modal ul.searchCompanyResults {
  max-height: 200px;
  overflow: auto;
}

.goal-info-text {
  color: #f99227;
  border-radius: 6px;
  padding: 8px;
  background: rgba(249, 146, 39, 0.1);
  display: flex;
  align-content: flex-start;
  gap: 8px;
  margin-top: 8px;
}

.goal-info-text svg {
  flex-shrink: 0;
}

.goal-info-text p {
  font-size: 12px !important;
}

div#SetGoalsModal .select-role-radio {
  height: 250px;
  overflow: auto;
}

.company-users-count {
  color: #727272;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  margin: 8px 0;
}

.select-startup-stage {
  display: none;
}

div#CompleteModal .modal__content img {
  width: 90px;
}

div#CompleteModal .modal__content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

div#CompleteModal .modal__content .btn {
  margin-top: auto;
}

.complete-modal-top {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.role-top h2 {
  margin: 16px 0 8px;
}

body .modal .skip-tag-btn {
  font-size: 14px;
  margin-top: 8px !important;
}

.select-role-time-info {
  display: inline-flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid #efefef;
  border-radius: 20px;
  padding: 4px 8px;
}

div#SelectTagModal p {
  font-size: 14px;
  line-height: 1.2;
}

.role-top p {
  font-size: 14px;
}

div#SelectTagModal .modal__header {
  margin-bottom: 16px;
}

div#SelectTagModal .auth-right {
  overflow: scroll;
}

div#SelectTagModal .auth-right .select-role-radio {
  margin-bottom: 8px;
}

.complete-modal-top h2 {
  font-size: 20px;
  font-weight: 500;
}

.complete-modal-top p {
  font-size: 14px;
}

.complete-modal-top {
  margin: auto;
}

div#SetGoalsModal .modal__header {
  margin-bottom: 12px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  margin-top: 4px;
}

#SetGoalsModal [data-tooltip]:before {
  width: 300px;
  overflow: auto;
  height: auto;
  right: 0;
  left: auto;
  white-space: normal;
  transform: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir='rtl'] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 48px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 600;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 8px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: 600;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 600;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container .select2-search--inline .select2-search__field {
  min-height: inherit;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin: 0;
  border-radius: 0;
  line-height: inherit;
}

.select2-container--default .select2-selection {
  border: none;
  background: #fff;
  min-height: 40px;
  margin-top: 4px;
  border: 1px solid #ecedee;
}

span.select2-selection.select2-selection--single {
  display: flex;
  align-items: center;
  padding: 12px 50px 12px 9px;
  border-radius: 8px;
  background: #fff url(../img/select.svg) calc(100% - 16px) center no-repeat;
}

span.select2-selection.select2-selection--single > .select2-selection__rendered {
  flex: 1;
  width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ecedee;
}

@media (max-width: 620px) {
  .my-notify-modal {
    width: 100%;
  }

  .opened .close-notify {
    right: 10px;
    z-index: 2;
  }
}

.menu-badge {
  background: var(--surface-notice-background, #ffbe41);
  border-radius: 24px;
  display: inline-flex;
  padding: 3px 8px;
  font-size: 13px;
  line-height: 18px;
  color: #46494d;
  text-transform: capitalize;
}

.modal-xp {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  justify-content: center;
  margin: 8px 0;
  margin-top: auto;
  border-radius: var(--border-radius-sm, 8px);
  padding: 4px;
}

.modal-xp > img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  margin-left: 2px;
}

.modal-xp > span {
  margin-left: 4px;
  display: flex;
  align-items: center;
}

.modal-xp span {
  display: flex;
  align-items: center;
}

.modal-xp svg {
  width: 16px;
  height: 16px;
}

.modal-xp [data-tooltip]:before {
  bottom: calc(100% + 4px) !important;
  top: auto;
  white-space: normal;
  width: 300px;
  transform: translateX(-80%);
}

.hide-light {
  display: none;
}

.info-alert-block {
  color: var(--text-base, #3b3b3b);
  display: flex;
  padding: 4px 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: var(--border-radius-sm, 8px);
  border: 1px solid var(--surface-secondary-border, #e3e3e3);
  background: var(--surface-secondary-background, #f4f4f4);
}

.info-alert-block svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.modal .info-alert-block p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
