.a2a_kit {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  outline: 0;
}
:root {
  --mainColor: #eeeeee;
  --text: #2c363f;
  --input-color: #000;
  --valid-input-color: #000;
}
.iti__selected-country {
  padding-right: 13px;
  background: none !important;
  border-radius: 4px 0 0 3px;
  height: 42px !important;
}
.iti__selected-dial-code {
  color: #000;
}

.iti__country-container {
  pointer-events: none;
}
.iti {
  width: 100%;
  margin-bottom: 20px;
}
.iti__arrow {
  display: none;
}
@media print {
  body {
    display: none !important;
  }
}
.header__secondary {
  margin-top: 20px;
}

#block-awardliner {
  display: block;
  width: 100%;
  position: absolute;
  top: 30px;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

#block-awardliner .text-long {
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-liner {
  font-style: normal;
  font-size: 9px;
  color: #262626;
  margin-bottom: 13px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

.desktop-liner {
  display: none;
}

.dot-text-before {
  display: inline-block;
  margin-right: 3px;
}

.dot {
  height: 4px;
  width: 4px;
  background-color: #b50000;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 5px;
}

.dot-text {
  display: inline-block;
  margin-left: 7px;
}

@media (min-width: 325px) {
  #block-awardliner {
    top: 33px;
  }

  .dot-text-before {
    margin-right: 1px;
  }
}

@media (min-width: 390px) {
  .mobile-liner {
    font-size: 10px;
  }

  .dot-text-before {
    margin-right: 0;
  }
}

@media (min-width: 400px) {
  .mobile-liner {
    font-size: 11px;
  }

  .dot {
    top: 7px;
  }
}

@media (min-width: 920px) {
  .header__secondary {
    margin-top: 0;
  }

  .desktop-liner {
    font-style: normal;
    color: #262626;
    font-size: 12px;
    font-weight: 400;
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: -1;
  }

  .mobile-liner {
    display: none;
  }

  #block-awardliner {
    left: 30px;
    top: 10px;
    margin-bottom: 0;
  }
}
.btnred {
  font-size: 18px;
  font-weight: bolder;
  color: white;
  background-color: #b50000;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px;
  padding: 15px;
  border-radius: 20px;
  text-decoration: none !important;
  animation: pulse 1.5s infinite ease-in-out;
  margin-top: 15px;
  margin-bottom: 20px;
}

@keyframes pulse {
  0% {
    background-color: #b50000;
  }
  50% {
    background-color: #d50000; /* Немного ярче */
  }
  100% {
    background-color: #b50000;
  }
}
#form input {
  background: white !important;
}
#form {
  padding-bottom: 0;
}
.iti__selected-dial-code {
  font-size: 16px;
}
img.fb-comment__person-photo {
  object-fit: contain;
}
@media (max-width: 768px) {
  .fb-comment__btn {
    font-size: 10px !important;
  }
}
.fb-comment__heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #e9ebee;
  align-items: center;
}
.fb-comment__container {
  margin: 20px 0;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.2;
}
.fb-comment__heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #e9ebee;
}
.fb-comment__colvo {
  font-weight: 600;
  font-size: 14px;
  color: #4b4f56;
}
.fb-comment__sort-wrap {
}
.fb-comment__sort_title {
  color: #4b4f56;
  font-size: 14px;
}
.fb-comment__sort_by {
  background-color: #f5f6f7;
  color: #4b4f56;
  line-height: 22px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
  border-radius: 2px;
  border: 1px solid #ccd0d5;
  appearance: unset !important;
}
.fb-comment__form-block {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}
.fb-comment__form-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  flex-shrink: 0;
}
.fb-comment__form {
  border: 1px solid #d3d6db;
  flex-grow: 1;
}
.fb-comment__add-comment {
  min-height: 40px;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  cursor: text;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  resize: none;
  border: none;
  outline: none;
}
.fb-comment__add-comment:focus {
  border: none;
}
.fb-comment__form-post {
  border-top: 1px solid #d3d6db;
  background: #f5f6f7;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.fb-comment__also {
  display: flex;
  align-items: center;
  gap: 5px;
}
.fb-comment__also-check {
}
.fb-comment__also-text {
  font-size: 11px;
  color: #90949c;
}
.fb-comment__btn {
  background-color: #9cb4d8;
  cursor: not-allowed;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 2px;
  flex-shrink: 0;
  border: none;
}
.fb-comment__body {
  margin-top: 20px;
}
.fb-comment__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0;
}
.fb-comment__comment-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fb-comment__comment {
  display: flex;
  gap: 15px;
}
.fb-comment__person-photo {
  width: 50px;
  height: 50px;
  object-fit: cover;
  flex-shrink: 0;
}
.fb-comment__comment-content {
  flex-direction: column;
}
.fb-comment__name {
  font-weight: 600;
  color: #365899;
  font-size: 14px;
  line-height: 1.4;
}
.fb-comment__text {
  font-size: 14px;
  color: #4b4f56;
  margin: 4px 0 8px !important;
}
.fb-comment__meta {
  display: flex;
  gap: 6px;
  align-items: center;
}
.fb-comment__like {
  color: #4267b2;
  font-size: 12px;
  cursor: pointer;
}
.fb-comment__reply {
  color: #4267b2;
  font-size: 12px;
  cursor: pointer;
}
.fb-comment__like-colvo {
  font-size: 12px;
  color: #90949c;
  display: flex;
  gap: 3px;
}
/* .fb-comment__like-colvo:before {
  content: url("/img/like.svg");
} */
.fb-comment__date {
  font-size: 12px;
  color: #90949c;
}
.fb-comment__answer {
  margin-left: 65px;
  padding-left: 10px;
  border-left: 1px dotted #d3d6db;
}

#block-liveblinker {
  display: none !important;
}

@media (max-width: 920px) {
  #block-awardliner .mobile-liner {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
  }
}

@media (max-width: 450px) {
  #block-awardliner .mobile-liner {
    font-size: 8px;
  }
}
#block-liveblinker {
  display: none !important;
}

@media (max-width: 920px) {
  #block-awardliner .mobile-liner {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
  }
}

@media (max-width: 450px) {
  #block-awardliner .mobile-liner {
    font-size: 8px;
  }
}

.reg-form-wrapp {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.main-btn-link {
  background-color: #0d2c6c;
  font-size: 18px;
  font-weight: bolder;
  color: white;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px;
  padding: 15px;
  border-radius: 20px;
  text-decoration: none !important;
  animation: pulse-main 1.5s infinite ease-in-out;
  margin-top: 15px;
  margin-bottom: 20px;
}

@keyframes pulse-main {
  0% {
    background-color: #0d2c6c;
  }
  50% {
    background-color: #143d8f;
  }
  100% {
    background-color: #0d2c6c;
  }
}
