.elementor-kit-6{--e-global-color-primary:#F5F5F5;--e-global-color-secondary:#8A9098;--e-global-color-text:#B4B8BF;--e-global-color-accent:#B85E3C;--e-global-color-a6dec71:#2A2C31;--e-global-color-c89fd98:#363A42;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:61px;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:42px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:50px;--e-global-typography-secondary-letter-spacing:-0.5px;--e-global-typography-secondary-word-spacing:0px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-text-letter-spacing:0px;--e-global-typography-text-word-spacing:0px;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:19px;--e-global-typography-accent-letter-spacing:1px;--e-global-typography-accent-word-spacing:0px;--e-global-typography-3a2c199-font-family:"Montserrat";--e-global-typography-3a2c199-font-size:28px;--e-global-typography-3a2c199-font-weight:600;--e-global-typography-3a2c199-line-height:34px;--e-global-typography-3a2c199-letter-spacing:0px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;--container-default-padding-top:0px;--container-default-padding-right:020px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:42px;--e-global-typography-primary-line-height:50px;--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-line-height:38px;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:24px;--e-global-typography-3a2c199-font-size:22px;--e-global-typography-3a2c199-line-height:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-line-height:38px;--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-line-height:32px;--e-global-typography-text-font-size:15px;--e-global-typography-text-line-height:22px;--e-global-typography-3a2c199-font-size:20px;--e-global-typography-3a2c199-line-height:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   ГЛОБАЛЬНАЯ БАЗА КЛАССОВ PRIDE MEDIA
   ============================================================ */

/* 1. Базовые отступы для всех главных секций страницы */
.pm-section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* 2. Стандартный стиль карточек (фон, бордер, тень при наведении) */
.pm-card-style {
    background-color: #363A42;
    border-radius: 12px;
    border: 1px solid rgba(95, 100, 107, 0.3);
    transition: all 0.3s ease;
    overflow: hidden;
}

.pm-card-style:hover {
    border-color: #B85E3C;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}

/* 3. Убираем лишние отступы у контейнеров (чтобы контент стоял плотно) */
.pm-flex-clean {
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
}/* End custom CSS */