﻿.outdoor-ads-page .entry-content {
  margin-top: 12px;
}

.outdoor-ads-page img {
  max-width: 100%;
  height: auto;
}

.outdoor-ads-page .pechatBannerov__works,
.outdoor-ads-page .addresProgramBlock,
.outdoor-ads-page .pechatBannerov__howork,
.outdoor-ads-page .b-qwestion {
  margin-top: 28px;
}

.outdoor-ads-page .pechatBannerov__works-title,
.outdoor-ads-page .pechatBannerov__howork-title,
.outdoor-ads-page .b-qwestion-title,
.outdoor-ads-page .pechatBannerov__table-title,
.outdoor-ads-page .pechatBannerov__why-title {
  margin-bottom: 16px;
}

.outdoor-ads-page .swiper {
  width: 100%;
}

.outdoor-ads-page .swiper-slide {
  height: auto;
}

.outdoor-ads-page .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 0;
}

.outdoor-ads-page .swiper-prev-pb,
.outdoor-ads-page .swiper-next-pb,
.outdoor-ads-page .swiper-prev-pb2,
.outdoor-ads-page .swiper-next-pb2,
.outdoor-ads-page .addresProgram__btn {
  cursor: pointer;
}

.outdoor-ads-page .pechatBannerov__works {
  margin-top: 40px;
}

.outdoor-ads-page .pechatBannerov__works-title {
  margin-bottom: 22px;
  color: var(--c-blue);
  font-size: clamp(28px, 2vw, 40px);
  font-weight: 700;
  line-height: 1.15;
}

.outdoor-ads-page .pechatBannerov__table-title {
  margin: 26px 0 14px;
  color: var(--c-blue);
  font-size: clamp(24px, 1.7vw, 34px);
  font-weight: 700;
  line-height: 1.1;
}

.outdoor-ads-page .pechatBannerov__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #d7dbe2;
  background: #fff;
  margin: 0 0 20px;
}

.outdoor-ads-page .pechatBannerov__table thead tr {
  background: linear-gradient(90deg, #2b2f35 0%, #32373e 100%);
}

.outdoor-ads-page .pechatBannerov__table thead td,
.outdoor-ads-page .pechatBannerov__table thead th {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.outdoor-ads-page .pechatBannerov__table thead td:last-child,
.outdoor-ads-page .pechatBannerov__table thead th:last-child {
  border-right: 0;
}

.outdoor-ads-page .pechatBannerov__table tbody td,
.outdoor-ads-page .pechatBannerov__table tbody th {
  color: #1f2b3f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  padding: 14px 22px;
  border-top: 1px solid #e0e4ea;
}

.outdoor-ads-page .pechatBannerov__table-right {
  text-align: right;
}

.outdoor-ads-page .pechatBannerov__glide1-wrapper {
  position: relative;
  padding: 0 74px 34px;
}

.outdoor-ads-page .pechatBannerov__glide1-wrapper .swiper-pb {
  overflow: hidden;
  border-radius: 0;
}

.outdoor-ads-page .pechatBannerov__glide1-wrapper .swiper-wrapper {
  font-size: 0;
}

.outdoor-ads-page .pechatBannerov__glide1-wrapper .swiper-slide {
  border-radius: 0;
  overflow: hidden;
  background: #f4f5f7;
}

.outdoor-ads-page .pechatBannerov__glide1-wrapper .swiper-slide a {
  display: block;
}

.outdoor-ads-page .pechatBannerov__glide1-wrapper .swiper-slide img {
  width: 100%;
  height: clamp(260px, 35vw, 520px);
  object-fit: cover;
  border-radius: 0;
}

.outdoor-ads-page .swiper-prev-pb,
.outdoor-ads-page .swiper-next-pb {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--c-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 3;
  transition: var(--trs);
}

.outdoor-ads-page .swiper-prev-pb {
  left: 10px;
}

.outdoor-ads-page .swiper-next-pb {
  right: 10px;
}

.outdoor-ads-page .swiper-prev-pb img,
.outdoor-ads-page .swiper-next-pb img {
  display: none;
}

.outdoor-ads-page .swiper-prev-pb::before,
.outdoor-ads-page .swiper-next-pb::before {
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
}

.outdoor-ads-page .swiper-prev-pb::before {
  content: "\2190";
}

.outdoor-ads-page .swiper-next-pb::before {
  content: "\2192";
}

.outdoor-ads-page .swiper-prev-pb:hover,
.outdoor-ads-page .swiper-next-pb:hover,
.outdoor-ads-page .swiper-prev-pb:focus,
.outdoor-ads-page .swiper-next-pb:focus {
  color: var(--c-blue);
}

.outdoor-ads-page .swiper-prev-pb.swiper-button-disabled,
.outdoor-ads-page .swiper-next-pb.swiper-button-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.outdoor-ads-page .swiper-pagination-pb {
  position: static;
  margin-top: 18px;
  text-align: center;
}

.outdoor-ads-page .swiper-pagination-pb .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  border: 1px solid var(--c-yellow);
  background: transparent;
  opacity: 1;
}

.outdoor-ads-page .swiper-pagination-pb .swiper-pagination-bullet-active {
  background: var(--c-yellow);
}

.outdoor-ads-page .pechatBannerov__howork {
  position: relative;
  margin-top: 44px;
  padding: 54px 0 34px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-image: url("https://rezonr.ru/wp-content/uploads/2026/04/pechatback.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.outdoor-ads-page .pechatBannerov__howork::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 20, 29, 0.66);
}

.outdoor-ads-page .pechatBannerov__howork .container {
  position: relative;
  z-index: 1;
}

.outdoor-ads-page .pechatBannerov__howork-title {
  margin-bottom: 28px;
  text-align: center;
  color: #fff;
  font-size: clamp(30px, 2.2vw, 44px);
  font-weight: 700;
  line-height: 1.15;
}

.outdoor-ads-page .pechatBannerov__howork-card {
  position: relative;
  min-height: 440px;
  padding: 44px 34px;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.outdoor-ads-page .pechatBannerov__howork-cardNumber {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -56%);
  margin: 0;
  color: rgba(28, 41, 63, 0.08);
  font-size: clamp(92px, 7vw, 140px);
  font-weight: 500;
  line-height: 1;
  pointer-events: none;
}

.outdoor-ads-page .pechatBannerov__howork-cardText {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--c-blue);
  font-size: clamp(20px, 1.25vw, 30px);
  font-weight: 500;
  line-height: 1.35;
}

.outdoor-ads-page .pechatBannerov__glide2-wrapper .swiper-pb2 {
  padding-bottom: 8px;
}

.outdoor-ads-page .pechatBannerov__howork-arrows {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.outdoor-ads-page .swiper-prev-pb2,
.outdoor-ads-page .swiper-next-pb2 {
  position: relative;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outdoor-ads-page .swiper-prev-pb2 img,
.outdoor-ads-page .swiper-next-pb2 img {
  display: none;
}

.outdoor-ads-page .swiper-prev-pb2::before,
.outdoor-ads-page .swiper-next-pb2::before {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

.outdoor-ads-page .swiper-prev-pb2::before {
  content: "\2190";
}

.outdoor-ads-page .swiper-next-pb2::before {
  content: "\2192";
}

.outdoor-ads-page .addresProgram__btn {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.outdoor-ads-page .addresProgram__btn img {
  display: none;
}

.outdoor-ads-page .addresProgram__btn::before {
  color: var(--c-yellow);
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
}

.outdoor-ads-page .addresProgram__btn-next::before {
  content: "\2192";
}

.outdoor-ads-page .addresProgram__btn-prev::before {
  content: "\2190";
}

.outdoor-ads-page .addresProgram__btn:hover::before,
.outdoor-ads-page .addresProgram__btn:focus::before {
  color: var(--c-blue);
}

.outdoor-ads-page .pechatBannerov__howork-count {
  display: flex;
  align-items: baseline;
  gap: 3px;
}

.outdoor-ads-page .pechatBannerov__howork-currentSlides {
  color: var(--c-yellow);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.outdoor-ads-page .pechatBannerov__howork-totalSlidesWrapper,
.outdoor-ads-page .pechatBannerov__howork-totalSlides {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.outdoor-ads-page .b-te {
  position: relative;
  margin-top: 52px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 92px 0 86px;
  background-image: url("https://rezonr.ru/wp-content/uploads/2026/04/testimonials_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.outdoor-ads-testimonials {
  position: relative;
  margin-top: 52px;
  width: 100%;
  padding: 92px 0 86px;
  background-image: url("https://rezonr.ru/wp-content/uploads/2026/04/testimonials_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.outdoor-ads-page .b-te::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 20, 31, 0.48);
  z-index: 1;
}

.outdoor-ads-testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 20, 31, 0.48);
  z-index: 1;
}

.outdoor-ads-page .b-te picture,
.outdoor-ads-page .b-te .b-te-quotes {
  display: none;
}

.outdoor-ads-testimonials .b-te-quotes {
  display: none;
}

.outdoor-ads-page .b-te picture {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 0;
  display: block;
}

.outdoor-ads-testimonials picture {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 0;
  display: block;
}

.outdoor-ads-page .b-te .b-tesms-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.outdoor-ads-testimonials .b-tesms-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.outdoor-ads-page .b-te .b-te-content {
  position: relative;
  z-index: 2;
}

.outdoor-ads-testimonials .b-te-content {
  position: relative;
  z-index: 2;
}

.outdoor-ads-page .b-te .row {
  margin: 0;
  justify-content: center;
}

.outdoor-ads-page .b-te .col-12 {
  max-width: 860px;
  flex: 0 0 100%;
  padding: 0 20px;
}

.outdoor-ads-page .b-te .b-te-glide {
  max-width: 680px;
  margin: 0 auto;
}

.outdoor-ads-page .outdoor-ads-testimonials-title,
.outdoor-ads-testimonials .outdoor-ads-testimonials-title {
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(30px, 2.2vw, 42px);
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
}

.outdoor-ads-page .b-te .outdoor-ads-testimonials-swiper {
  overflow: hidden;
}

.outdoor-ads-page .b-te .swiper-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
  height: auto !important;
}

.outdoor-ads-page .b-te .swiper-slide {
  height: auto;
  opacity: 1 !important;
  display: flex;
  align-items: stretch;
}

.outdoor-ads-page .b-te .b-te-item {
  width: 100%;
  min-height: 304px;
  padding: 34px 34px 30px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(12, 19, 30, 0.58);
  box-shadow: 0 14px 36px rgba(10, 18, 30, 0.28);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.outdoor-ads-page .b-te .b-te-item-text p {
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}

.outdoor-ads-page .b-te .b-te-item-ath {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.outdoor-ads-page .outdoor-ads-testimonials-pagination {
  display: none !important;
}

.outdoor-ads-page .outdoor-ads-testimonials-nav,
.outdoor-ads-testimonials .outdoor-ads-testimonials-nav {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.outdoor-ads-page .outdoor-ads-testimonials-arrow,
.outdoor-ads-testimonials .outdoor-ads-testimonials-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(11, 17, 29, 0.45);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.outdoor-ads-page .outdoor-ads-testimonials-arrow svg,
.outdoor-ads-testimonials .outdoor-ads-testimonials-arrow svg {
  width: 24px;
  height: 24px;
  display: block;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.outdoor-ads-page .outdoor-ads-testimonials-arrow:hover,
.outdoor-ads-page .outdoor-ads-testimonials-arrow:focus,
.outdoor-ads-testimonials .outdoor-ads-testimonials-arrow:hover,
.outdoor-ads-testimonials .outdoor-ads-testimonials-arrow:focus {
  border-color: #ffd110;
  color: #ffd110;
  background: rgba(6, 12, 22, 0.75);
  outline: none;
}

.outdoor-ads-page .outdoor-ads-testimonials-arrow.swiper-button-disabled,
.outdoor-ads-testimonials .outdoor-ads-testimonials-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.outdoor-ads-testimonials .b-te-item-text p,
.outdoor-ads-testimonials .b-te-item-ath {
  color: #fff !important;
}

.outdoor-ads-testimonials .outdoor-ads-testimonials-pagination,
.outdoor-ads-testimonials .swiper-pagination,
.outdoor-ads-testimonials .glide__bullets {
  display: none !important;
}

.outdoor-ads-page .addresProgramBlock {
  position: relative;
  margin-top: 54px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 56px 0 60px;
  background: linear-gradient(90deg, #2a2b2f 0%, #23242a 100%);
}

.outdoor-ads-page .addresProgramBlock > p {
  display: none;
}

.outdoor-ads-page .addresProgramBlock .pechatBannerov__works-title {
  margin-bottom: 34px;
  text-align: center;
  color: #fff;
  font-size: clamp(32px, 2.4vw, 52px);
  font-weight: 700;
  line-height: 1.1;
}

.outdoor-ads-page .addresProgram {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
}

.outdoor-ads-page .addresProgram__inner {
  display: grid;
  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
  gap: 30px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.05);
}

.outdoor-ads-page .addresProgram__tabs {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.outdoor-ads-page .addresProgram__tab {
  position: relative;
  min-height: 90px;
  padding: 20px 30px;
  border: 0;
  border-radius: 0;
  background: #4a4b4f;
  color: #d8dfeb;
  font-size: clamp(20px, 1.6vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: var(--trs);
}

.outdoor-ads-page .addresProgram__tab:hover {
  color: #fff;
}

.outdoor-ads-page .addresProgram__tab--active {
  background: var(--c-yellow);
  color: var(--c-blue);
}

.outdoor-ads-page .addresProgram__tab--active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid var(--c-yellow);
}

.outdoor-ads-page .addresProgram__sliderBlock {
  position: relative;
  display: none;
  min-width: 0;
}

.outdoor-ads-page .addresProgram__sliderBlock--active {
  display: block;
}

.outdoor-ads-page .addresProgram__slider {
  overflow: hidden;
}

.outdoor-ads-page .addresProgram__slide {
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 31.6rem;
}

.outdoor-ads-page .addresProgram__slide > p {
  margin: 0;
}

.outdoor-ads-page .addresProgram__slide > p:first-child {
  order: 2;
  margin: 0 !important;
  line-height: 0;
  font-size: 0;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.outdoor-ads-page .addresProgram__slide > p:first-child img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.outdoor-ads-page .addresProgram__slide > p:last-child {
  order: 1;
  margin: 0 !important;
  padding: 18px 22px 16px;
  background: #fff;
  border-bottom: 1px solid #edf1f5;
}

.outdoor-ads-page .addresProgram__slide-text {
  display: block;
  color: #1d2a3f;
  font-size: clamp(24px, 1.5vw, 40px);
  font-weight: 700;
  line-height: 1.2;
}

.outdoor-ads-page .addresProgram__slide .swiper-lazy-preloader {
  display: none !important;
}

.outdoor-ads-page .addresProgram__pagination {
  display: none !important;
}

.outdoor-ads-page .addresProgramBlock .addresProgram__btn {
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(20, 26, 36, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.55);
  z-index: 4;
  color: #fff;
  transition: var(--trs);
}

.outdoor-ads-page .addresProgramBlock .addresProgram__btn-prev {
  left: -16px;
}

.outdoor-ads-page .addresProgramBlock .addresProgram__btn-next {
  right: -16px;
}

.outdoor-ads-page .addresProgramBlock .addresProgram__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  font-size: 0;
  transform: translate(-50%, -50%) rotate(var(--arrow-rot, 45deg));
  transform-origin: center;
}

.outdoor-ads-page .addresProgramBlock .addresProgram__btn:hover::before,
.outdoor-ads-page .addresProgramBlock .addresProgram__btn:focus::before {
  border-color: var(--c-yellow);
}

.outdoor-ads-page .addresProgramBlock .addresProgram__btn:hover,
.outdoor-ads-page .addresProgramBlock .addresProgram__btn:focus {
  background: var(--c-yellow);
  border-color: var(--c-yellow);
  color: var(--c-blue);
}

.outdoor-ads-page .addresProgramBlock .addresProgram__btn-prev::before {
  --arrow-rot: -135deg;
}

.outdoor-ads-page .addresProgramBlock .addresProgram__btn-next::before {
  --arrow-rot: 45deg;
}

.outdoor-ads-page .addresProgramBlock .addresProgram__btn.swiper-button-disabled {
  opacity: 0.35;
}

.outdoor-ads-page .pechatBannerov__why-title {
  color: var(--c-blue);
  font-size: clamp(28px, 2vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}

.outdoor-ads-page .pechatBannerov__why-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--c-yellow);
  margin-top: 8px;
  margin-bottom: 34px;
}

.outdoor-ads-page .pechatBannerov__why-wrapper > div {
  min-height: 230px;
  padding: 38px 28px 34px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.outdoor-ads-page .pechatBannerov__why-wrapper > div + div {
  border-left: 1px solid var(--c-yellow);
}

.outdoor-ads-page .pechatBannerov__why-number {
  margin: 0 0 22px;
  color: var(--c-yellow);
  font-size: clamp(24px, 1.7vw, 32px);
  font-weight: 600;
  line-height: 1;
}

.outdoor-ads-page .pechatBannerov__why-text {
  margin: 0;
  color: var(--c-blue);
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 500;
  line-height: 1.35;
}

.outdoor-ads-page .content-wrapper-page.close-text {
  max-height: 420px;
  overflow: hidden;
  position: relative;
}

.outdoor-ads-page .content-wrapper-page.close-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.outdoor-ads-page .wrapper-read-more-button {
  margin-top: 14px;
  text-align: center;
}

.outdoor-ads-page .button-read-more {
  border: 1px solid #d0d0d0;
  background: #fff;
  border-radius: 8px;
  padding: 8px 14px;
}

.outdoor-ads-page .pechatBannerov__textblock + .pechatBannerov__textblock .pechatBannerov__textblock-title {
  margin-top: 22.5px;
}

.outdoor-ads-page .rekl_na_shitah_wrap {
  margin: 22.5px 0 34px;
  text-align: center;
  background: transparent !important;
}

.outdoor-ads-page .btn.btn-primary.rekl_na_shitah {
  border: 1px solid var(--c-yellow) !important;
  border-radius: var(--bdrs);
  background: var(--c-yellow) !important;
  color: var(--c-blue) !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 34px;
  box-shadow: none !important;
  transition: var(--trs);
}

.outdoor-ads-page .btn.btn-primary.rekl_na_shitah:hover,
.outdoor-ads-page .btn.btn-primary.rekl_na_shitah:focus {
  background: transparent !important;
  color: var(--c-yellow) !important;
  border-color: var(--c-yellow) !important;
}

.outdoor-ads-page .btn.btn-primary.rekl_na_shitah:focus {
  outline: none;
}

.outdoor-ads-page p:not(.rekl_na_shitah_wrap) > .btn.btn-primary.rekl_na_shitah {
  margin-top: 22.5px;
}

.outdoor-ads-page .b-qwestion {
  margin-top: 40px;
}

.outdoor-ads-page .b-qwestion .b-qwestion-title {
  margin-bottom: 32px;
  color: var(--c-blue);
  font-size: clamp(28px, 2vw, 40px);
  font-weight: 700;
  line-height: 1.15;
}

.outdoor-ads-page .b-qwestion .qwestion-cont {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

.outdoor-ads-page .b-qwestion .qwestion-item {
  border-top: 1px solid #d8dce2;
  padding: 28px 0;
}

.outdoor-ads-page .b-qwestion .qwestion-cont > div:last-child .qwestion-item {
  border-bottom: 1px solid #d8dce2;
}

.outdoor-ads-page .summary {
  position: relative;
  margin: 0;
  padding: 0 0 0 96px;
  cursor: pointer;
}

.outdoor-ads-page .summary::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 2px;
  width: 64px;
  text-align: center;
  color: var(--c-yellow);
  font-size: clamp(34px, 2.3vw, 48px);
  font-weight: 400;
  line-height: 0.85;
}

.outdoor-ads-page .qwestion-item.is-open .summary::before,
.outdoor-ads-page .summary.open::before {
  content: "\2212";
}

.outdoor-ads-page .summary p {
  margin: 0;
  color: var(--c-blue);
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 700;
  line-height: 1.25;
}

.outdoor-ads-page .qwestion-item .is-hidden {
  display: none;
  padding: 14px 0 0 96px;
}

.outdoor-ads-page .qwestion-item.is-open .is-hidden {
  display: block;
}

.outdoor-ads-page .is-hidden p {
  margin: 0;
  color: #6e7b8a;
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.55;
}

@media (max-width: 991px) {
  .outdoor-ads-page .pechatBannerov__glide1-wrapper {
    padding: 0 56px 28px;
  }

  .outdoor-ads-page .swiper-prev-pb,
  .outdoor-ads-page .swiper-next-pb {
    width: 30px;
    height: 30px;
  }

  .outdoor-ads-page .swiper-prev-pb::before,
  .outdoor-ads-page .swiper-next-pb::before {
    font-size: 36px;
  }

  .outdoor-ads-page .pechatBannerov__glide1-wrapper .swiper-slide img {
    height: clamp(250px, 42vw, 420px);
  }

  .outdoor-ads-page .pechatBannerov__howork {
    padding: 36px 0 24px;
  }

  .outdoor-ads-page .pechatBannerov__howork-title {
    margin-bottom: 22px;
    font-size: 34px;
  }

  .outdoor-ads-page .pechatBannerov__table thead td,
  .outdoor-ads-page .pechatBannerov__table thead th {
    font-size: 13px;
    padding: 10px 16px;
  }

  .outdoor-ads-page .pechatBannerov__table tbody td,
  .outdoor-ads-page .pechatBannerov__table tbody th {
    font-size: 15px;
    padding: 12px 16px;
  }

  .outdoor-ads-page .pechatBannerov__howork-card {
    min-height: 350px;
    padding: 30px 24px;
  }

  .outdoor-ads-page .pechatBannerov__howork-cardNumber {
    font-size: 96px;
  }

  .outdoor-ads-page .pechatBannerov__howork-cardText {
    font-size: 24px;
  }

  .outdoor-ads-page .pechatBannerov__howork-currentSlides {
    font-size: 38px;
  }

  .outdoor-ads-page .pechatBannerov__howork-totalSlidesWrapper,
  .outdoor-ads-page .pechatBannerov__howork-totalSlides {
    font-size: 24px;
  }

  .outdoor-ads-page .summary {
    padding-left: 64px;
  }

  .outdoor-ads-page .summary::before {
    width: 44px;
    top: 0;
    font-size: 30px;
  }

  .outdoor-ads-page .summary p {
    font-size: 18px;
  }

  .outdoor-ads-page .qwestion-item .is-hidden {
    padding-left: 64px;
  }

  .outdoor-ads-page .is-hidden p {
    font-size: 16px;
  }

  .outdoor-ads-page .btn.btn-primary.rekl_na_shitah {
    font-size: 18px;
    padding: 12px 28px;
  }

  .outdoor-ads-page .b-te {
    padding: 56px 0 50px;
  }

  .outdoor-ads-page .b-te .b-te-item {
    min-height: 232px;
    padding: 28px 24px;
  }

  .outdoor-ads-page .b-te .b-te-item-text p {
    font-size: 19px;
  }

  .outdoor-ads-page .b-te .b-te-item-ath {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .outdoor-ads-page .addresProgramBlock {
    padding: 46px 0 48px;
  }

  .outdoor-ads-page .addresProgram {
    padding: 0 18px;
  }

  .outdoor-ads-page .addresProgram__inner {
    grid-template-columns: minmax(230px, 310px) minmax(0, 1fr);
    gap: 20px;
    padding: 20px;
  }

  .outdoor-ads-page .addresProgram__tab {
    min-height: 74px;
    padding: 16px 20px;
    font-size: 24px;
  }

  .outdoor-ads-page .addresProgram__tab--active::after {
    right: -15px;
    border-left-width: 15px;
    border-top-width: 10px;
    border-bottom-width: 10px;
  }

  .outdoor-ads-page .addresProgram__slide > p:last-child {
    padding: 18px 20px 16px;
  }

  .outdoor-ads-page .addresProgram__slide-text {
    font-size: 24px;
  }

  .outdoor-ads-page .addresProgramBlock .addresProgram__btn {
    width: 36px;
    height: 36px;
  }

  .outdoor-ads-page .addresProgramBlock .addresProgram__btn-prev {
    left: -10px;
  }

  .outdoor-ads-page .addresProgramBlock .addresProgram__btn-next {
    right: -10px;
  }

  .outdoor-ads-page .addresProgramBlock .addresProgram__btn::before {
    width: 12px;
    height: 12px;
  }

  .outdoor-ads-page .pechatBannerov__why-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .outdoor-ads-page .pechatBannerov__why-wrapper > div {
    min-height: 200px;
    padding: 30px 24px;
  }

  .outdoor-ads-page .pechatBannerov__why-wrapper > div + div {
    border-left: 0;
  }

  .outdoor-ads-page .pechatBannerov__why-wrapper > div:nth-child(even) {
    border-left: 1px solid var(--c-yellow);
  }

  .outdoor-ads-page .pechatBannerov__why-wrapper > div:nth-child(n + 3) {
    border-top: 1px solid var(--c-yellow);
  }
}

@media (max-width: 767px) {
  .outdoor-ads-page .addresProgramBlock {
    margin-top: 36px;
    padding: 34px 0 34px;
  }

  .outdoor-ads-page .addresProgramBlock .pechatBannerov__works-title {
    margin-bottom: 22px;
    font-size: 36px;
  }

  .outdoor-ads-page .addresProgram {
    padding: 0 12px;
  }

  .outdoor-ads-page .addresProgram__inner {
    display: block;
    padding: 12px;
    background: rgba(255, 255, 255, 0.04);
  }

  .outdoor-ads-page .addresProgram__tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 4px;
    margin-bottom: 10px;
    flex-direction: row;
  }

  .outdoor-ads-page .addresProgram__tabs::-webkit-scrollbar {
    display: none;
  }

  .outdoor-ads-page .addresProgram__tab {
    flex: 0 0 auto;
    min-width: 96px;
    min-height: 30px;
    padding: 6px 4px;
    font-size: 11px;
    font-weight: 600;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    color: #dfe5ee;
    background: #4a4b4f;
  }

  .outdoor-ads-page .addresProgram__tab--active::after {
    display: none;
  }

  .outdoor-ads-page .addresProgram__sliderBlock {
    margin-top: 0;
  }

  .outdoor-ads-page .addresProgram__slide {
    height: 23rem;
  }

  .outdoor-ads-page .addresProgram__slide > p:first-child img {
    height: 100%;
  }

  .outdoor-ads-page .addresProgram__slide > p:last-child {
    padding: 12px 14px 11px;
  }

  .outdoor-ads-page .addresProgram__slide-text {
    font-size: 16px;
  }

  .outdoor-ads-page .addresProgramBlock .addresProgram__btn {
    width: 34px;
    height: 34px;
  }

  .outdoor-ads-page .addresProgramBlock .addresProgram__btn-prev {
    left: 4px;
  }

  .outdoor-ads-page .addresProgramBlock .addresProgram__btn-next {
    right: 4px;
  }

  .outdoor-ads-page .addresProgramBlock .addresProgram__btn::before {
    width: 11px;
    height: 11px;
  }

  .outdoor-ads-page .addresProgram__pagination {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
  }

  .outdoor-ads-page .addresProgram__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.25);
    opacity: 1;
  }

  .outdoor-ads-page .addresProgram__pagination .swiper-pagination-bullet-active {
    background: var(--c-yellow);
  }

  .outdoor-ads-page .pechatBannerov__works-title {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .outdoor-ads-page .pechatBannerov__table-title {
    margin: 22px 0 12px;
    font-size: 24px;
  }

  .outdoor-ads-page .pechatBannerov__table thead td,
  .outdoor-ads-page .pechatBannerov__table thead th {
    font-size: 12px;
    padding: 10px 12px;
  }

  .outdoor-ads-page .pechatBannerov__table tbody td,
  .outdoor-ads-page .pechatBannerov__table tbody th {
    font-size: 14px;
    padding: 12px;
  }

  .outdoor-ads-page .pechatBannerov__glide1-wrapper {
    padding: 0 42px 24px;
  }

  .outdoor-ads-page .swiper-prev-pb,
  .outdoor-ads-page .swiper-next-pb {
    width: 28px;
    height: 28px;
  }

  .outdoor-ads-page .swiper-prev-pb {
    left: 2px;
  }

  .outdoor-ads-page .swiper-next-pb {
    right: 2px;
  }

  .outdoor-ads-page .swiper-prev-pb::before,
  .outdoor-ads-page .swiper-next-pb::before {
    font-size: 30px;
  }

  .outdoor-ads-page .pechatBannerov__glide1-wrapper .swiper-slide img {
    height: clamp(210px, 60vw, 320px);
  }

  .outdoor-ads-page .pechatBannerov__howork-title {
    font-size: 30px;
  }

  .outdoor-ads-page .pechatBannerov__howork-card {
    min-height: 290px;
    padding: 24px 18px;
  }

  .outdoor-ads-page .pechatBannerov__howork-cardNumber {
    font-size: 78px;
  }

  .outdoor-ads-page .pechatBannerov__howork-cardText {
    font-size: 21px;
  }

  .outdoor-ads-page .swiper-prev-pb2,
  .outdoor-ads-page .swiper-next-pb2 {
    width: 26px;
    height: 26px;
  }

  .outdoor-ads-page .swiper-prev-pb2::before,
  .outdoor-ads-page .swiper-next-pb2::before {
    font-size: 31px;
  }

  .outdoor-ads-page .pechatBannerov__howork-currentSlides {
    font-size: 32px;
  }

  .outdoor-ads-page .pechatBannerov__howork-totalSlidesWrapper,
  .outdoor-ads-page .pechatBannerov__howork-totalSlides {
    font-size: 20px;
  }

  .outdoor-ads-page .pechatBannerov__why-wrapper {
    grid-template-columns: 1fr;
  }

  .outdoor-ads-page .pechatBannerov__why-wrapper > div {
    min-height: auto;
    padding: 22px 18px;
  }

  .outdoor-ads-page .pechatBannerov__why-wrapper > div:nth-child(even) {
    border-left: 0;
  }

  .outdoor-ads-page .pechatBannerov__why-wrapper > div:nth-child(n + 2) {
    border-top: 1px solid var(--c-yellow);
  }

  .outdoor-ads-page .pechatBannerov__why-number {
    margin-bottom: 14px;
    font-size: 24px;
  }

  .outdoor-ads-page .pechatBannerov__why-text {
    font-size: 18px;
  }

  .outdoor-ads-page .pechatBannerov__why-wrapper {
    margin-bottom: 24px;
  }

  .outdoor-ads-page .b-te {
    margin-top: 36px;
    padding: 44px 0 36px;
  }

  .outdoor-ads-page .b-te .col-12 {
    padding: 0 14px;
  }

  .outdoor-ads-page .b-te .b-te-item {
    min-height: 210px;
    padding: 22px 18px;
  }

  .outdoor-ads-page .b-te .b-te-item-text p {
    font-size: 17px;
  }

  .outdoor-ads-page .b-te .b-te-item-ath {
    font-size: 15px;
  }

  .outdoor-ads-page .outdoor-ads-testimonials-pagination {
    margin-top: 16px;
  }
}

/* Force overrides for Address Program visuals */
.outdoor-ads-page .addresProgramBlock .addresProgram__tab.addresProgram__tab--active {
  background: var(--c-yellow) !important;
  color: var(--c-blue) !important;
}

.outdoor-ads-page .addresProgramBlock .addresProgram__tab.addresProgram__tab--active::after {
  border-left-color: var(--c-yellow) !important;
}

.outdoor-ads-page .addresProgramBlock .addresProgram__btn img {
  display: none !important;
}

.outdoor-ads-page .addresProgramBlock .addresProgram__btn {
  border-radius: 50% !important;
  background: rgba(20, 26, 36, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  color: #fff !important;
}

.outdoor-ads-page .addresProgramBlock .addresProgram__btn:hover,
.outdoor-ads-page .addresProgramBlock .addresProgram__btn:focus {
  background: var(--c-yellow) !important;
  border-color: var(--c-yellow) !important;
  color: var(--c-blue) !important;
}

.outdoor-ads-page .addresProgramBlock .addresProgram__btn::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 14px !important;
  height: 14px !important;
  border-top: 2px solid currentColor !important;
  border-right: 2px solid currentColor !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  font-size: 0 !important;
  line-height: 1 !important;
  transform: translate(-50%, -50%) rotate(var(--arrow-rot, 45deg)) !important;
  transform-origin: center !important;
}

.outdoor-ads-page .addresProgramBlock .addresProgram__btn-prev::before {
  left: 54% !important;
}

.outdoor-ads-page .addresProgramBlock .addresProgram__btn-next::before {
  left: 44% !important;
}

body.outdoor-ads-modal-open {
  overflow: hidden;
}

.outdoor-ads-page .outdoor-ads-cf7-modal .modal-dialog {
  max-width: 560px;
}

.outdoor-ads-page .outdoor-ads-cf7-modal .modal-content {
  border-radius: 0;
  border: 1px solid #dfe4ec;
  box-shadow: 0 18px 42px rgba(9, 20, 38, 0.22);
}

.outdoor-ads-page .outdoor-ads-cf7-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 3;
  font-size: 32px;
  line-height: 1;
  color: var(--c-blue);
  opacity: 0.8;
}

.outdoor-ads-page .outdoor-ads-cf7-modal__body {
  padding: 22px 22px 16px;
}
