.header_page {
    width: 100%;
    text-align: center;
    display: block;
    background-image: url('/local/templates/mainN/img/dcBg.png');
}



.header_page_menu {
    padding-top: 40px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}
.header_page_menu a {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2F2F2F;
    cursor: pointer;
    padding: 0 8px;
}
.header_page_menu a:hover {
    text-decoration: underline;
}
.header_page_1 {
    font-family: Century Gothic;
    font-weight: 400;
    font-style: Regular;
    font-size: 34px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2F2F2F;
}
.header_page_1 svg {
    margin: 0 15px;
}
.header_logo {
    display: flex;
    height: 116px;
    align-items: center;
    justify-content: center;
}
.header_text {
    padding: 18px 0;
    display: block;
}
.header_text_left {
    margin-right: 12%;
}
.header_text_right {
    margin-left: 10%;
}
.header_page_2 {
    margin-top: 20px;
}
.header_page_2 span {
    font-family: Century Gothic;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #3C3C3B;
    padding: 0 10px;
}
.pdc_button {
    width: 323px;
    height: 54px;
    border-radius: 5px;
    padding-top: 16px;
    padding-right: 36px;
    padding-bottom: 16px;
    padding-left: 36px;

    background: #CDDDE3;
    cursor: pointer;
    border: none;

    font-family: Century Gothic;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2F2F2F;

    margin-top: 40px;
    margin-bottom: 80px;
    display: inline-block;
}

.about_title {
    font-family: Century Gothic;
    font-weight: 400;
    font-style: Regular;
    font-size: 45px;
    leading-trim: NONE;
    line-height: 56px;
    letter-spacing: 0%;
    text-align: center;
    color: #2F2F2F;
}
.about_text_main {
    font-family: Century Gothic;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 38px;
    letter-spacing: 0%;
    color: Black/600;
    margin: 35px 0;
}
.about_text {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 29px;
    letter-spacing: 0%;
    color: #3C3C3B;
}
.about_b {
    font-family: Century Gothic;
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 38px;
    letter-spacing: 0%;
    color: #507480;
}
.about_text_right, .about_text_left {
    display: flex;
    justify-content: space-between;
    gap: 2%;
}
.about_text_left {
    margin-top: 35px;
}
.about_text_left .about_text {
    width: 80%;
}
.about_text_left img {
    width: 29%;
}
.about_li {
    padding: 10px 0;
}
.about_text_right img, .about_text_left img {
    border-radius: 5px;
    object-fit: contain;
}
.about_li {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: normal;
}
.about_li svg {
 flex: 0 0 auto;
}
.about_text_right .about_li {
    padding: 15px 0;
}

.dc_adv {
    display: flex;
    margin-top: 70px;
}

.block_advan {
    position: relative;
}

.block_adv_ch {
    display: flex;
    align-items: center;

    padding-left: 40px;
    height: 50%;
    width: 60%;
    background-image: url('/local/templates/mainN/img/dcEllipse.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.block_adv_ch_2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.dc_who {
    display: flex;
    justify-content: space-between;
    gap: 2%;
    margin-top: 90px;
}

.dc_who_list {
    font-family: Century Gothic;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 29px;
    letter-spacing: 0%;
    color: #2F2F2F;

    align-items: end;
    display: grid;
}
.dc_who_block {
    display: grid;
    justify-content: space-between;
    border: 1px solid #CDDDE3;
    padding: 35px;
}
.dc_who img, .dc_who_block {
    width: 32%;
}
.about_title_who {
    font-family: Century Gothic;
    font-weight: 400;
    font-style: Regular;
    font-size: 45px;
    leading-trim: NONE;
    line-height: 56px;
    letter-spacing: 0%;
    color: #2F2F2F;
}

.dc_club {
    padding: 90px 0;
    margin-bottom: 90px;
}
.dc_club_blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.dc_club_block {
    width: 24%;
    background: white;
    padding: 20px;
    margin-bottom: 40px;
}
.dc_club_block img {
    width: 100%;
}
.dc_club_width {
    background: #CDDDE3;
}
.dc_club_title {
    font-family: Century Gothic;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 29px;
    letter-spacing: 0%;
    color: #3C3C3B;
}
.dc_club_text {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    color: #535353;
}

.dc_club_af_width {
    background: #F4F4F4;
}
.dc_club_af_head {
    display: flex;
    justify-content: space-between;
}
.pdc_club_button {
    width: 323px;
    height: 54px;
    border-radius: 5px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 36px;

    background: #CDDDE3;
    cursor: pointer;
    border: none;

    font-family: Century Gothic;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

    color: #2F2F2F;
}

.dc_adv_width {
    background: #FFFFFF;
    padding: 90px;
}
.pdc_adv {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin: 35px 0;
}
.pdc_adv img {
    width: 50%;
    object-fit: cover;
}
.pdc_adv_text {
    display: grid;
    gap: 15px;
}
.dc_adv_title {
    font-family: Century Gothic;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 38px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 25px;
}
.adv_li {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 29px;
    letter-spacing: 0%;
    color: #2F2F2F;
}
.pdc_adv_ban {
    padding: 45px;
    display: flex;
    background-image: url('/local/templates/mainN/img/dcBan.png');
    background-repeat: no-repeat;
    background-size: cover; /* или contain */
    background-position: center;
}
.pdc_adv_ban_block {
    display: grid;
}
.pdc_adv_ban_block_item {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #3C3C3B26;
    padding: 20px 0;
}
.pdc_adv_ban_block_item:last-child {
  border-bottom: none;
}
.pdc_adv_ban_title {
    font-family: Century Gothic;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 38px;
    letter-spacing: 0%;
    color: #2F2F2F;

    width: 50%;
}
.pdc_adv_ban_li {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    color: #3C3C3B;

    display: flex;
    align-items: center;
    width: 40%;
    gap: 2%;
}
.pdc_adv_ban_li svg {
    flex: 0 0 auto
}

.dc_rev {
    margin: 100px 0;
    position: relative;
}
.review_block {
  /* было width: 24%; — Swiper сам считает ширину по slidesPerView */
  display: grid;
  background: #F9F9F9;
  align-items: center;
  justify-items: center;
  text-align: center;
  padding: 15px;
  gap: 20px;
  height: 100%; /* растягиваем карточку на высоту слайда */
}

.name_aut { font-family: Century Gothic; font-weight: 700; font-size: 18px; line-height: 100%; color: #3C3C3B; }
.dol_aut  { font-family: Century Gothic; font-weight: 400; font-size: 16px; line-height: 23px; color: #959594; }
.text_aut { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 16px; line-height: 25px; color: #2F2F2F; }
.dc_club_af { margin-bottom: 35px; }

/* Базовые стили Swiper */
.reviews_slider { position: relative; }
.reviews_slider .swiper-wrapper { align-items: stretch; }
.reviews_slider .swiper-slide { display: flex; } /* чтобы .review_block растягивался по высоте */
.reviews_slider .rev_pict { max-width: 100%; height: auto; display: block; }

/* Стрелки */
.reviews_slider .custom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #ffffff;
  border: 1px solid #E3ECEF;
  width: 44px; height: 44px;
  border-radius: 9999px;
  display: grid; place-items: center;
  cursor: pointer;
  transition: box-shadow .2s ease, opacity .2s ease;
}
.reviews_slider .custom-nav:hover { box-shadow: 0 4px 16px rgba(0,0,0,.1); }
.swiper-button-prev { left: -35px; } 
.swiper-button-next { right: -35px; }

/* Состояние disabled */
.reviews_slider .swiper-button-disabled { opacity: .4; pointer-events: none; }

/* Отступы между карточками = gap: 20px */
.reviews_slider .swiper-slide { padding: 0 10px; }  /* 10px слева + 10px справа = 20px */
.reviews_slider { padding: 0 12px; } /* чтобы первая/последняя карточка не прилипала к краям */

/* Адаптив: 1 / 2 / 3 / 4 карточки */
@media (max-width: 767px) {
  .reviews_slider .custom-nav { display: none; } /* по желанию скрыть стрелки на мобильных */
}

/* обнуляем то, что подмешивает Swiper */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
  content: none !important;
}

.prez_title, .prez_a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.dcAbout_width {
    background: white;
    padding: 90px 0;
}

.only_mob {
    display: none;
}

.header_page_menu_mob {
    display: none;
}

.reviews_slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.reviews_slider .swiper-slide {
  display: flex;
}

.review_block {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.swiper-slide {
    height: auto !important;
}

@media (max-width: 800px) {
    .header_page_menu {
        display: none;
    }

    .about_text_right, .about_text_left {
    display: grid;
    }
    .about_text_right img {
        width: 100%;
    }
    .about_text_left img {
    width: 100%;
    }
    .about_text_left .about_text {
    width: 100%;
    }
    .dc_adv {
        display: grid;
    }
    .dc_adv img {
        width: 100%;
    }
    .block_adv_ch_2 {
        position: relative;
    }
    .block_adv_ch {
        width: 100%;
        height: 320px;
    }
    .dc_who {
        display: grid;
    }
    .only_desc {
        display: none;
    }
    .only_mob {
        display: grid;
    }
    .img_hhz {
        display: flex;
        justify-content: space-between;
    }
    .img_hhz img {
        width: 48%;
    }
    .dc_who_block {
        width: 100% !important;
    }
    .dc_who_block p {
        padding: 10px 0;
        display: flex;
        gap: 15px;
    }
    .dc_who_list {
        padding-top: 40px;
    }

    .dc_club_blocks {
        display: grid;
    }
    .dc_club_block {
        width: 100%;
    }
    .dc_club_block p {
        padding: 10px 0;
    }
    .club-events-tabs {
        padding: 0;
    }
    .kn_c {
        width: 100%;
        justify-content: center;
        display: flex;
        padding-bottom: 50px;
    }
    .dc_adv_width {
        padding: 40px 0;
    }
    .pdc_adv {
        display: grid;
    }
    .pdc_adv img {
        width: 100%;
    }

    .header_page_mob_1 {
        font-family: Century Gothic;
        font-weight: 400;
        font-style: Regular;
        font-size: 34px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        color: #2F2F2F;

        display: grid;
        padding: 15px;
        /* padding-top: 100px; */
    }
    .header_page_mob_1 img {
        width: 100%;
    }
    .header_logo {
        text-align: left;
        display: block;

        font-family: Century Gothic;
        font-weight: 400;
        font-style: Regular;
        font-size: 22px;
        leading-trim: NONE;
        line-height: 30px;
        letter-spacing: 0%;

    }
    .header_logo svg {
        flex: 0 0 auto;
    }
    .header_text_right {
        margin-left: 0;
        text-align: left;

        font-family: Century Gothic;
        font-weight: 400;
        font-style: Regular;
        font-size: 22px;
        leading-trim: NONE;
        line-height: 30px;
        letter-spacing: 0%;

    }
    .pdc_adv_ban {
        overflow-x: scroll;
    }
    .dc_club_af_head {
        display: grid;
    }
    .prez_title {
        font-family: Century Gothic;
        font-weight: 400;
        font-style: Regular;
        font-size: 30px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;

    }
    .header_page_2 {
        display: grid;
        text-align: left;
        margin-top: 0;
    }
    .header_page_2 span {
        padding: 10px;

        font-family: Century Gothic;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 18px;
        letter-spacing: 0%;

    }

    .about_title {
        font-family: Century Gothic;
        font-weight: 400;
        font-style: Regular;
        font-size: 30px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
    }
    .about_text {
        font-family: Open Sans;
        font-weight: 400;
        font-style: Bold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 25px;
        letter-spacing: 0%;
    }
    .about_text_main {
        font-family: Century Gothic;
        font-weight: 400;
        font-style: Regular;
        font-size: 22px;
        leading-trim: NONE;
        line-height: 31px;
        letter-spacing: 0%;
    }
    .about_b {
        font-family: Century Gothic;
        font-weight: 700;
        font-style: Bold;
        font-size: 22px;
        leading-trim: NONE;
        line-height: 31px;
        letter-spacing: 0%;
    }
    .about_li {
        font-family: Open Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 25px;
        letter-spacing: 0%;
    }
    .about_title_who {
        font-family: Century Gothic;
        font-weight: 400;
        font-style: Regular;
        font-size: 30px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
    }
    .dc_who_list {
        font-family: Century Gothic;
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 26px;
        letter-spacing: 0%;
    }
    .swiper-button-next {
        right: -10px;
    }
    .swiper-button-prev {
        left: -10px;
    }
    .dc_rev {
        margin: 50px 0;
    }
    .prez_title {
        gap: 8px;
    }
    .prez_title svg {
        width: 25px;
    }
    .pdc_club_button {
        font-family: Century Gothic;
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 22px;
        letter-spacing: 0%;
    }
    .pdc_adv_ban_title {
        font-family: Century Gothic;
        font-weight: 400;
        font-style: Regular;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 28px;
        letter-spacing: 0%;
    }
    .pdc_adv_ban_li {
        font-family: Open Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 20px;
        letter-spacing: 0%;
    }

    .menu_icon {
        text-align: end;
        padding: 0 0 50px;
    }
    .header_page_menu_mob {
        position: absolute;
        display: none;
        background: #F0F5F7;
        right: 0;
        padding: 20px;
        text-align: end;
    }
    .header_page_menu_mob a {
        padding-bottom: 20px;

        font-family: Open Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 23px;
        letter-spacing: 0%;
        color: #2F2F2F;
    }
    .header_page_menu_mob svg {
        justify-self: end;
        margin-bottom: 20px;
    }
    .dc_club_af.only_mob {
        justify-content: center;
    }
    .dc_club_af {
        justify-content: center;
        display: grid;
    }
}

.form-module {
    border-radius: 1%;
}