.news-block__navigation {
  margin: 22px auto 0;
}
@media screen and (max-width: 1150px) {
  .news-block__navigation {
    margin: 68px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .news-block__navigation {
    margin: 24px auto 0;
  }
}
.news-block {
  width: 100%;
}
.news-block__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}

@media screen and (max-width: 1150px) {
  .news-block__wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .news-block__wrapper {
  }
}
.news-block__inner {
  display: flex;
  flex-direction: column;
  max-width: 980px;
  width: 100%;
}
.nav-list-span {
  display: block;
  max-width: 500px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .nav-list-span {
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .nav-list-span {
    display: block;
    max-width: 120px;
  }
}
.news-block__top {
  display: flex;
  flex-direction: column;
  margin-top: 37px;
  gap: 17px;
}
@media screen and (max-width: 500px) {
  .news-block__top {
    margin-top: 19px;
    gap: 8px;
  }
  .news-block__distributor-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.news-block__image {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  margin-top: 28px;
}
.news-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
@media screen and (max-width: 1150px) {
  .news-block__image {
    height: 280px;
    margin-top: 31px;
  }
}
@media screen and (max-width: 600px) {
  .news-block__image {
    height: 190px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 450px) {
  .news-block__image {
    height: 150px;
  }
}
.news-block__text-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
  font-family: "Mont";
  color: #5f6163;
  font-weight: 600;
  font-size: 18px;
  line-height: 22.5px;
}

.news-block__text-box h2, .news-block__text-box .h2,
.news-block__text-box h3, .news-block__text-box .h3,
.news-block__text-box h4, .news-block__text-box .h4,
.news-block__text-box h5, .news-block__text-box .h5 {
  color: #191a1b;
  margin-top: 50px;
}
@media screen and (max-width: 1150px) {
  .news-block__text-box {
    margin-top: 39px;
  }
  .news-block__text-box h2, .news-block__text-box .h2,
  .news-block__text-box h3, .news-block__text-box .h3,
  .news-block__text-box h4, .news-block__text-box .h4,
  .news-block__text-box h5, .news-block__text-box .h5 {
    margin-top: 39px;
  }
}
@media screen and (max-width: 500px) {
  .news-block__text-box {
    margin-top: 20px;
  }
  .news-block__text-box h2, .news-block__text-box .h2,
  .news-block__text-box h3, .news-block__text-box .h3,
  .news-block__text-box h4, .news-block__text-box .h4,
  .news-block__text-box h5, .news-block__text-box .h5 {
    margin-top: 20px;
  }
}
.news-block__text-box p {
  color: #5f6163;
  margin-top: 20px;
  line-height: 27.5px;
}
.news-block__text-box p span {
  color: #191a1b;
}
.news-block__text-box p a {
  color: #51a8c3;
}
@media screen and (max-width: 500px) {
  .news-block__text-box p {
    margin-top: 12px;
    line-height: 25.5px;
  }
}
.news-block__text-box > *:first-child{
	margin-top: 0;
}
.news-block__links-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  box-sizing: border-box;
  border-top: 1px solid #e3e4e6;
  margin-top: 70px;
  margin-bottom: 205px;
}
@media screen and (max-width: 1150px) {
  .news-block__links-item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .news-block__links-item {
    padding-top: 15px;
    margin-top: 20px;
  }
}
.news-block__link {
  color: #e10600;
  font-weight: 700;
  font-size: 18px;
  line-height: 23.4px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
.news-block__link.active {
  color: #a1a4a7;
}
.news-block__link svg {
  fill: #e10600;
  transition: all 0.3s ease-in-out;
}
.news-block__link.active svg {
  fill: #a1a4a7;
}
.news-block__link:hover {
  color: #51a8c3;
}
.news-block__link:hover svg {
  fill: #51a8c3;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 500px) {
  .news-block__link {
    font-size: 14px;
    line-height: 18.2px;
  }
  .news-block__link span {
    display: none;
  }
}
.news-block__sticky {
  text-transform: uppercase;
}
.news-block__news {
  position: sticky;
  top: 50px;
  margin: 37px 0 180px;
}

@media screen and (max-width: 1150px) {
  .news-block__news {
    margin-top: 129px;
    margin-bottom: 0;
  }
  .news-block__opaciti {
    opacity: 1;
  }
  .news-block__news-item {
    gap: 12px;
  }
  .news-block__news-list {
    gap: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .news-block__news h3 {
    display: block;
    font-family: "TT Firs Neue Trl";
    font-size: 35px;
    line-height: 42px;
    color: #191a1b;
  }
  .news-block__text {
    font-size: 18px;
    line-height: 22.5px;
  }
}
@media screen and (max-width: 500px) {
  .news-block__text {
    font-size: 14px;
    line-height: 17.5px;
  }

  .news-block__news {
    margin-top: 50px;
  }
  .news-block__news-list {
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .news-block__news h3 {
    font-size: 18px;
    line-height: 21.6px;
  }
}
/****/
.news-block__text {
  color: #191a1b;
  transition: all 0.3s ease-in-out;
}
.news-block__text:hover {
  color: #51a8c3;
}
.news-block__item {
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-bottom: 1px solid #e3e4e6;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .news-block__right-link {
    opacity: 1;
    border-bottom: 20px;
  }
  .news-block__item {
    padding-bottom: 20px;
  }
}
.news-block__nav-list-links li:last-child a {
  color: #5f6163;
}






.kp-form .modal-title {
    font-size: 35px!important;
    color: #191A1B!important;
    margin-bottom: 0px!important;
}

.kp-box .partner_form_block {
    padding: 50px 55px 30px 55px !important;
}

#afbf_coment_fid33 {
    flex: 0 0 100% !important;
}

 .kp-form input::placeholder {
               color: #A1A4A7;
        }

 .kp-form .partner_form_agreement {
    font-size: 18px;
      color:#5F6163;
    margin-top: 32px;
}

 .kp-form .partner_form_section {
    margin-bottom: 10px!important;
}

 .kp-form .rel-section__button {
    max-width: 350px!important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  z-index: 1040;
  display: none; /* Initially hidden */
}

.modal-backdrop.show {
  display: block; /* Show when modal is open */
}
.kp-form .partner_form_agreement [type=checkbox] {
    margin-top: 3px;
}

@media (max-width: 768px) {
 .kp-box .partner_form_block {
    padding: 30px 40px 10px 40px !important;
}
.kp-form .modal-title {
    font-size: 20px!important;
}
     .kp-form .rel-section__button {
        margin-top: 0px!important;
        max-width: 100%!important;
        margin-bottom: 20px!important;
    }
}
	@media (max-width: 768px) {
  .news-block__inner img{
    height: auto;
    width: 100%;
}
.kp-form .partner_form_agreement {
    font-size: 18px;
    color: #5F6163;
     margin-top: 5px;
}
}

#afbf_err_FID33.alx-popup-mess-show-anime1 {
   animation: unset!important;

}
#afbf_err_FID33 .afbf_success_block._without-popup .afbf_mess_ok .mess {
    text-align: center;
}