body{
  zoom: 0.95; 
  /*-moz-transform: scale(0.95); 
  -moz-transform-origin: 0 0;*/
}

form.language-change label {
  display: flex;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  line-height: 100%;
  color: #46494D;
  cursor: pointer;
}

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

.language-link {
  display: flex;
  align-items: center;
  gap: 7px;
  user-select: none;
  outline: none;
}

.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 .2s ease-out;
  width: 125px;
}

a.header-service-btn:hover {
  color: #50D177;
  border-color: #50D177;
}

header {
  background: #fff; 
  width: 100%;
  height: 66px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ECEDEE;
  align-items: center;
  box-shadow: 0px 1px 20px #F0F1F2;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  font-size: 16px;
  line-height: 1.2;
}

.header-middle {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

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

.header-logo {
  width: 300px;
  padding-left: 24px;
  display: flex;
  align-items: center;
}

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

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

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

svg#LogoHate path#HateTop{
 animation: logo-animate-in 3s infinite ease-in-out; 
}

@keyframes logo-animate {
  0%,80% {
    transform: rotate(0deg);
    left: -10px;
  }
  90% {
    transform: rotate(45deg);
    left: 8px;
  }
  100% {
    transform: rotate(0deg);
    left: -10px;
  }
}


@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 {
  /*flex: 1;*/
  padding-right: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
}

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

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

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

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

.search-results {
  position: absolute;
  top: 100%;
  background: #fff;
  left: 0;
  right: 0;
  border: 0.3px solid #e8e8e8;
  box-sizing: border-box;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 8px 0;
  margin-top: -7px;
  display: none;
}

.s-rr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 8px 8px 16px;
  box-shadow: inset 0px -1px 0px #ECEDEE;
}

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

.s-rr:hover{
  background: rgba(80, 209, 119, 0.1);
}

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

.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 a ,
.drop-down-content.header-nav button.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: #50D177;
    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: #fff url(../img/search.svg) calc( 100% - 12px ) center no-repeat;
  height: 40px;
  margin: 0;
  border: 1px solid #ECEDEE;
  box-sizing: border-box;
  border-radius: 40px;
}

#ringGrey {
  fill: #F3F3F5 !important;
}

#ringRed {
  fill: #E21962 !important;
}

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

.header-right > ul > li a {
  /*background: #ECEDEE;*/
  display: inline-flex;
  height: 40px;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}

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

.avatar {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #b1adad;
  border-radius: 100%;
  color: #000;
  overflow: hidden;
  margin-right: 8px;
  color: #fff;
  background: #50D177;
  /*background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(80,209,119,1) 100%);*/
}

.header-right ul li a:hover svg path {
  /*fill: #fff;*/
}

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

.header-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.header-info img {
  width: 18px;
}

.header-info {
  font-size: 14px;
  line-height: 1.3;
  line-height: 100%;
  text-align: center;
  background: #EFF5FD;
  padding: 13px;
  position: relative;
  /*padding-right: 40px;*/
  background: #000;
  color: #fff;
  z-index: 999;
}

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

.close-header-info {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.header-info a {
  text-decoration: underline;
  color: #3D85E1;
}

#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: #50D177;
  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;
}

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

@media (max-width: 859px){

  .feedback-list li a span {
    display: none;
  }

  .close-feedback-btn span {
    display: none;
  }

  .feedback-list li a {
    padding: 16px;
  }

  .feedback-form-block {
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    bottom: 0;
  }

  body .passowrd-strong label {
    margin: 0;
  }

  body .passowrd-strong {
    justify-content: space-between;
  }

  body .modal .btn {
    max-width: 90%;
  }

  body .soc-login {
    max-width: 90%;
    margin: 0 auto 10px;
  }

  body .ecp-block {
    max-width: 100%;
  }


  body .ecp-hint {
    right: -7px;
  }

  .header-right > ul > li a.user-link .userName {
    display: none;
  }

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

  .header-logo a {
    max-width: 140px;
  }

  .header-right > ul > li a.user-link .avatar {
    width: 40px;
    height: 40px;
    margin: 0;
  }

  .header-right > ul {
    align-items: center;
  }

  .header-middle {
    display: none;
  }

  .header-logo {
    width: inherit;
    display: flex;
    align-items: center;
    padding-left: 16px;
  }

  .header-right {
    width: inherit;
    padding-right: 16px;
  }

  .mobile{
    display: block;
  }

  .desktop{
    display: none;
  }

  #ui_burger {
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 10px;
  }

  .burger.mobile svg {
    display: block;
  }

}
