.horizontal-lb {
  padding: 10px;
  background: #F7F7F7;
}

.horizontal-lb__left {
  padding: 10px;
}

.horizontal-lb__heading {
  line-height: 1.16666;
  font-weight: 500;
  font-size: 18px;
}

.horizontal-lb__text {
  margin-top: 18px;
  line-height: 1.2;
  font-weight: 500;
  font-size: 14px;
}

.horizontal-lb__text p {
  margin-block: 12px;
}

.horizontal-lb__text ul {
  list-style-type: disc;
  padding-left: 20px;
}

.horizontal-lb__text ul li {
  margin-bottom: 8px;
}

.horizontal-lb__text ul li:last-child {
  margin-bottom: 0;
}

.horizontal-lb__text > *:first-child {
  margin-top: 0 !important;
}

.horizontal-lb__text > *:last-child {
  margin-bottom: 0 !important;
}

.horizontal-lb__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-top: 40px;
  background: #DC050D;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.horizontal-lb__logo {
  width: auto;
  height: 36px;
}

.horizontal-lb__image {
  width: 100%;
  height: auto;
}

@media(max-width: 767.98px) {
  .horizontal-lb__logo {
    display: none;
  }
}

@media(min-width: 768px) {
  .horizontal-lb:not(.horizontal-lb_column) {
    display: flex;
    padding: 0;
  }

  .horizontal-lb:not(.horizontal-lb_column) .horizontal-lb__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    padding: 40px 24px;
  }

  .horizontal-lb:not(.horizontal-lb_column) .horizontal-lb__heading {
    margin-top: 28px;
  }

  .horizontal-lb:not(.horizontal-lb_column) .horizontal-lb__text {
    margin-block: 28px;
    font-size: 15px;
  }

  .horizontal-lb:not(.horizontal-lb_column) .horizontal-lb__button {
    height: 60px;
    margin-top: 40px;
    font-size: 18px;
  }

  .horizontal-lb:not(.horizontal-lb_column) .horizontal-lb__right {
    max-width: 49.140625%;
    width: 49.140625%;
    flex: 1 0 49.140625%;
    order: 1;
  }

  .horizontal-lb:not(.horizontal-lb_column) .horizontal-lb__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media(min-width: 992px) {
  .horizontal-lb:not(.horizontal-lb_column) .horizontal-lb__left {
    padding: 60px;
  }
}

.popup-lb {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 60px 10px;
  background: rgba(0, 0, 0, .34);
  z-index: 1000;
}

body.popup-visible {
  overflow: hidden;
}

body.popup-visible .popup-lb {
  display: flex;
}

.popup-lb__content {
  position: relative;
  max-width: 462px;
  width: 100%;
  padding: 10px;
  background: #FFFFFF;
}

.popup-lg__close {
  position: absolute;
  bottom: calc(100% + 6px);
  right: 0;
  padding: 4px;
  cursor: pointer;
}

.popup-lg__close svg {
  width: 20px;
  height: auto;
}

.popup-lg__close svg path {
  transition: .25s;
}

.popup-lg__close:hover path {
  stroke: #DC050D;
}

.popup-lb__image {
  display: block;
  width: 100%;
  height: auto;
}

.popup-lb__info {
  padding: 10px;
  padding-top: 20px;
}

.popup-lb__heading {
  line-height: 1.2;
  font-weight: 500;
  font-size: 22px;
}

.popup-lb__text {
  margin-top: 20px;
  line-height: 1.2;
  font-size: 16px;
}

.popup-lb__text p {
  margin-block: 12px;
}

.popup-lb__text ul {
  list-style-type: disc;
  padding-left: 20px;
}

.popup-lb__text ul li {
  margin-bottom: 8px;
}

.popup-lb__text > *:first-child {
  margin-top: 0 !important;
}

.popup-lb__text > *:last-child {
  margin-bottom: 0 !important;
}

.popup-lb__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin-top: 28px;
  background: #DC050D;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  transition: .25s;
}

.popup-lb__button:hover {
  background: #f8060f;
}

@media(min-width: 768px) {
  .popup-lb {
    padding: 40px;
  }

  .popup-lg__close {
    top: 0;
    bottom: auto;
    left: calc(100% + .75rem);
    right: auto;
  }

  .popup-lb__info {
    padding: 20px;
  }

  .popup-lb__heading {
    font-size: 26px;
  }

  .popup-lb__text {
    margin-top: 30px;
    font-size: 18px;
  }
}

.bottom-lb {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F7F7F7;
  z-index: 999;
}

.bottom-lb__content {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 10px;
  min-height: 166px;
  padding: 10px;
}

.bottom-lb__close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px;
  cursor: pointer;
}

.bottom-lb__close svg {
  width: 16px;
  height: auto;
}

.bottom-lb__image {
  width: auto;
  height: 162px;
  object-fit: cover;
}

.bottom-lb__heading {
  margin-bottom: 20px;
  padding-right: 60px;
  line-height: 1.2;
  font-weight: 500;
  font-size: 16px;
}

.bottom-lb__text {
  line-height: 1.1667;
  font-size: 18px;
}

.bottom-lb__text p {
  margin-block: 12px;
}

.bottom-lb__text ul {
  list-style-type: disc;
  padding-left: 20px;
}

.bottom-lb__text ul li {
  margin-bottom: 8px;
}

.bottom-lb__text ul li:last-child {
  margin-bottom: 0;
}

.bottom-lb__text > *:first-child {
  margin-top: 0 !important;
}

.bottom-lb__text > *:last-child {
  margin-bottom: 0 !important;
}

.bottom-lb__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin-left: auto;
  background: #DC050D;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  transition: .25s;
}

@media(max-width: 767.98px) {
  .bottom-lb__image {
    width: 136px;
    height: 146px;
  }

  .bottom-lb__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}

@media(min-width: 768px) {
  .bottom-lb__content {
    column-gap: 30px;
    min-height: 162px;
    padding: 0;
    padding-right: 80px;
  }

  .bottom-lb__close {
    top: 16px;
    right: 16px;
  }

  .bottom-lb__close svg {
    width: 20px;
  }

  .bottom-lb__heading {
    padding-left: 0;
    font-size: 22px;
  }

  .bottom-lb__button {
    width: 285px;
    height: 60px;
    font-size: 16px;
  }
}

@media(max-width: 1199.98px) {
  .bottom-lb__text,
  .bottom-lb__button_desktop {
    display: none;
  }
}

@media(min-width: 1200px) {
  .bottom-lb__button_mobile {
    display: none;
  }

  .bottom-lb__close svg path {
    transition: .25s;
  }

  .bottom-lb__close:hover path {
    stroke: #DC050D;
  }

  .bottom-lb__button:hover {
    background: #f8060f;
  }
}

@media(max-height: 768px) {
  .popup-lb__image {
    max-height: 240px;
    object-fit: cover;
    object-position: top center;
  }

  .popup-lb__heading {
    font-size: 22px;
  }
}

.adv-banner_top-center {
  margin-bottom: 2rem;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.adv-banner_center,
.horizontal-lb-wrap {
  margin-block: 2rem;
}

.post-page_content .adv-sidebanner {
  display: block;
  margin-block: 2rem;
}

@media(min-width: 768px) {
  .post-page_content .on-mobile {
    display: none !important;
  }
}
 
.horizontal-lb-wrap_column {
  margin: 0;
}

.sidebar-layout_sidebar > .horizontal-lb-wrap_column {
  position: sticky;
  top: 8rem;
  left: 0;
}

.posts-list .container,
.post-page_markup .container {
  width: 100%;
  max-width: 100%;
}

.sidebar-layout_sidebar > a:first-child {
  display: block;
  margin-bottom: 20px;
}