/* Перенесено из templates/campaign-page-custom-styles.php темы life.
   Разовые правки вёрстки страницы /node/9501. */

.sec1 h1 {
            font-size: 20px;
            line-height: 20px;
        }

        .sec1 .block_wrap .item2 .parent_event {
            margin-top: 5px;
            font-size: 13px;
        }

        .sec1 .block_wrap::before {
            background:transparent;
        }

        .sec1 .block_wrap {
            padding: 20px;
        }

        section.sec1 .block:last-child {
            height: 290px;
        }

        @media (max-width: 992px) {
            section.sec1 .block:last-child {
                height: auto;
                padding-top: 0;
            }

            .sec1 .soc_icon {
                margin-left: 5px;
            }

            .social {
                width: 30px;
                height: 30px;
            }
        }

        @media (max-width: 767px) {
            section.sec1 .block:last-child {
                margin-top: -25px;
                padding-bottom: 50px;
            }

            .sec1 .item2:last-child {
                padding-top: 60px;
                position: relative;
                top: 60px;
            }

            .sec1 .soc_icon {
                margin-left: 0;
                margin-right: 5px;
            }
        }

        @media (max-width: 560px) {
            .sec1 .item:last-child {
                opacity: 0;
            }
        }

        @media (max-width: 480px) {
            section.sec1 .block:last-child {
                margin-top: -45px;
            }

            .sec1 .item2:last-child {
                padding-top: 80px;
            }

            .sec1 h1 {
                font-size: 16px;
                line-height: 14px;
            }

            .sec1 .block_wrap .item2 .parent_event {
                margin-top: 0;
                font-size: 11px;
            }
        }
