﻿body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: "Inter", sans-serif;
    color: #242424;
}

h1 {
    margin-bottom: 60px;
}

h1,
h2,
h3 {
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

ul {
    padding-inline-start: 20px;
}

.callBackVoid:hover {
    cursor: pointer;
}

.modalMain {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
}

.modalMain__bg {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
}

.modalMain__inner {
    position: absolute;
    width: 550px;
    padding: 40px 30px;
    border-radius: 8px;
    border: 1px solid #eef0f2;
    background: #f1f5f8;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1005;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.modalMain__title {
    color: #242424;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
}

.modalMain__row {
    width: 100%;
}

.modalMain__input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #d9eaf5;
    background: #e3ecf2;
    padding: 12px 24px;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    outline-style: none;
}

    .modalMain__input::placeholder {
        color: #707070;
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
    }

.modalMain__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.modalMain__usl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.inputs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modalMain__usl-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

@media (max-width: 768px) {
    .modalMain__inner {
        width: 98%;
    }
}

.modalYesright {
    color: #fff;
}

    .modalYesright a {
        color: #fff;
    }

.modalMain__btn {
    border-radius: 8px;
    border: 1px solid #d9eaf5;
    background: #e3ecf2;
    color: #242424;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    cursor: pointer;
}

    .modalMain__btn:hover {
        color: #242424;
    }

.stick-menu {
    display: none;
    text-align: center;
}

.is-sticky .stick-menu {
    width: 100%;
    z-index: 1000;
    display: block;
    position: fixed;
    background-color: #fff;
    padding: 12px 0;
}

.stickMenu__list {
    display: flex;
    justify-content: space-around;
}

.line-top {
    display: none;
    z-index: 1001;
    /*position: fixed;*/
    width: 100%;
    left: 0;
    top: 0;
}

@media (max-width: 992px) {
    .line-top {
        display: block;
    }
}

.line-top__inner {
    padding: 8px 8px;
    background-color: #fcfcfc;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.line-top__logo img,
.mobile-menu__logo img {
    height: 32px;
}

.line-top__phone {
    text-align: left;
}

.line-top__phone-link {
    color: #000;
    text-decoration: none;
}

.line-top__icon {
    text-decoration: none;
    color: #000;
    font-size: 1.8em;
}

.shapka__logo-img {
    width: 100px;
}

.mobile-menu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fcfcfc;
    z-index: 1001;
}

.mobile-menu__inner {
    padding: 16px;
}

.mobile-menu__line-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu__closed {
    color: #000;
    text-decoration: none;
    font-size: 1.8em;
}

.mobile-menu__menu {
    margin: 16px 0;
}

.mobile-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu__item {
    padding: 8px 0;
}

    .mobile-menu__item a {
        text-transform: uppercase;
        font-size: 0.875em;
        color: #000;
        text-decoration: none;
        font-weight: 600;
    }

.mobile-menu__phone {
    margin: 16px 0;
    color: #000;
}

.mobile-menu__phone-text {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 8px 0;
    font-size: 0.875em;
}

.mobile-menu__phone-list {
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

.mobile-menu__phone-item {
    padding: 8px 0;
}

.mobile-menu__phone-link {
    text-transform: uppercase;
    font-size: 0.875em;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.category-mobile {
    margin: 8px 0;
}

    .category-mobile select {
        width: 100%;
        border: 2px solid #000;
        border-radius: 8px;
        padding: 8px 16px;
    }

.sticky {
    position: fixed;
}

.line-top__callback {
    background-color: #000;
    color: #ffffff;
    border: none;
    margin-top: 4px;
    text-transform: lowercase;
    padding: 4px 8px;
}

.modal-exit {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1001;
    top: 0;
    left: 0;
}

.modal-exit__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 350px;
    background-color: #ffffff;
    box-shadow: 0 0 8px #666666;
    padding: 16px;
    text-align: center;
}

@media (max-width: 768px) {
    .modal-exit__inner {
        width: 98%;
    }
}

.modal-exit__header {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 8px;
}

@media (min-width: 1680px) {
    .container {
        width: 1650px;
    }
}

.shapka {
    position: fixed;
    top: 20px;
    left: 0;
    padding: 0 20px;
    width: 100%;
    z-index: 900;
}

.shapka__inner {
    padding: 12px 40px;
    border-radius: 12px;
    border: 1px solid #1c3450;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: auto;
}

.shapka-logo {
    /*    filter: invert();*/
}

    .shapka-logo img {
        width: 120px;
    }

.shapka-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

    .shapka-menu a {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        line-height: 140%; /* 19.6px */
    }

.shapka-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

    .shapka-cont a {
        display: flex;
        align-items: center;
        gap: 12px;
    }

.shapka-phone a {
    /*    filter: invert();*/
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.shapka-btn a {
    color: #1c3450;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 0;
    border: 1px solid #c6e271;
    background: #c6e271;
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    max-width: 100%;
}

.slider {
    background-color: #000000;
}

.slider__inner {
    min-height: 760px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 40px;
}

.slider__item {
    background-position: center center;
    background-repeat: no-repeat;
/*    border-radius: 12px;*/
    overflow: hidden;
    position: relative;
}

.slider__item1 {
    background-image: url(/img/slider/1.jpg);
    background-color: rgba(0, 0, 0, 0.8);
}

.shapka-btn img {
    height: 24px;
    width: 24px !important;
}

.slide-rel {
    position: relative;
}

.slider-btns {
    position: absolute;
    right: 40px;
    top: 50%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.slider-right,
.slider-left {
    border-radius: 8px;
    background: #ffffff;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .slider-right img,
    .slider-left img {
        height: 14px;
    }

.slider__title {
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0 0 8px #000000;
}

.slider__text {
    width: 780px;
    max-width: 100%;
    color: #ffffff;
    text-shadow: 0 0 8px #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

.mb6 {
    margin-bottom: 60px;
}

.mb9 {
    margin-bottom: 90px;
}

.mb12 {
    margin-bottom: 120px;
}

.pb6-2 {
    padding: 60px 0;
}

.pb12 {
    padding-bottom: 120px;
}

.black-block {
    background-color: #223852;
    color: #ffffff;
}

    .black-block .gen-title {
        color: #ffffff;
    }

.orange-block {
    background-color: #1c3450;
}

.fl-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.gen-title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
}

.dbl-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.dbl-block__item {
    border: 1px solid #c6e271;
    padding: 30px;
    background: #c6e271;
}

.dbl-block__title {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
}

.dbl-block__text {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.dbl-block__img {
    margin: 32px 0;
}

    .dbl-block__img img {
        width: 100%;
    }

.map__img {
    text-align: center;
}

    .map__img img {
        max-width: 100%;
    }

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 30px;
}

.numbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.numbs-numb {
    margin-bottom: 16px;
    color: #000000;
    font-size: 40px;
    font-weight: 500;
}

.numbs-text {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.three-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.four-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media (max-width: 992px) {
    .four-block {
        grid-template-columns: repeat(2, 1fr);
    }
}

.img-mb {
    margin-bottom: 32px;
    width: 100%;
}

.dbl-block__tab {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dbl-tab__item {
    padding-bottom: 4px;
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

    .dbl-tab__item span {
        color: #242424;
    }

.plusi {
    background-image: url(/img/03b9fbbec25cced76d4c52b281682a44.jpeg);
    background-size: cover;
}

.plusi__inner {
    min-height: 670px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding: 30px 0;
}

.plusi-top {
    width: 486px;
    max-width: 100%;
}

.plusi__title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 500;
}

.plusi__text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.plusi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.plusi-grid__item {
    border: #1c3450;
    background: #1c3450;
    display: flex;
    padding: 12px 30px;
    flex-direction: column;
    gap: 10px;
}

.plusi-grid__title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
}

.plusi-grid__text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.step {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 16px;
}

.forma {
    /*    border-radius: 8px;*/
    border: none;
    background: #ffffff;
    /*    padding: 40px 0;*/
}

.forma__title {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.formMain__input {
    border-radius: 8px;
    border: 1px solid #d9eaf5;
    padding: 12px 24px;
    background: #e3ecf2;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.formMain__row {
    margin-bottom: 20px;
}

.formMain__button {
    margin-top: 40px;
}

.warning {
    border: 1px solid red;
}

.footer {
    padding: 60px 0;
    background-color: #ffffff;
    border: none;
}

.footer__logo img {
    height: 106px;
    color: #1c3450;
    margin-bottom: 20px;
}

.footer__adress {
    color: #1c3450;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .footer__adress a {
        color: #1c3450;
    }

.footer__title {
    color: #1c3450;
    font-size: 17px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
}

.footer__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .footer__list a {
        color: #1c3450;
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
    }

.footer-bot {
    padding: 10px 0;
    /*    border-radius: 8px;*/
    border: 1px solid #c6e271;
    background: #c6e271;
}

    .footer-bot a {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
    }

.line-top__icon {
    display: none;
}

.shapka-phone {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.content-block {
    padding: 170px 0 120px;
}

.bread {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 60px;
}

.pagination-nav {
    /* display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px; */
    margin-top: 60px;
    user-select: none;
}

.list-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination-left,
.pagination-right {
    stroke: #242424;
    border-radius: 8px;
    border: 1px solid #d9eaf5;
    background: #e3ecf2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
    margin: 0 13px;
}

.list-pagination__item a,
.pagination > li > a {
    color: #707070;
    font-size: 24px;
    font-weight: 500;
    border: none;
    padding: 0;
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        color: #242424;
        background: none;
    }

.list-pagination .active {
    color: #242424;
}

.kontakty-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.kontakty-three__item {
    border-radius: 8px;
    border: 1px solid #eef0f2;
    padding: 30px;
    background: #f1f5f8;
}

.kontakty-three__sub {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 17px;
}

.kontakty-three__link a {
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.map-block {
    border-radius: 8px;
    border: 1px solid #eef0f2;
    padding: 20px;
    background: #f1f5f8;
}

.castomcheck {
    display: block;
    position: relative;
    cursor: pointer;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 35px;
    margin-bottom: 20px;
}

    .castomcheck:last-child {
        margin-bottom: 0;
    }

    .castomcheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.castomcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

.castomcheck input:checked ~ .checkmark {
    background-color: #ccc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.castomcheck input:checked ~ .checkmark:after {
    display: block;
}

.castomcheck .checkmark:after {
    left: 5px;
    top: 0px;
    content: "✓";
    color: #628c61;
}

.modalMain__close {
    border-radius: 8px;
    border: 1px solid #d9eaf5;
    background: #f1f5f8;
    color: #242424;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    padding: 12px 24px;
}

.keis-text {
    color: #242424;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
}

.master {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.master__img img,
.master__img,
.master__info {
    width: 100%;
}

.dbl-block__name {
    color: #121212;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.master__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (max-width: 992px) {
    .shapka-menu {
        display: none;
    }

    .line-top__icon {
        display: block;
    }

    .kontakty-three {
        grid-template-columns: repeat(1, 1fr);
    }

    .mb9 {
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .shapka-phone span {
        display: none;
    }

    .plusi-grid,
    .dbl-block,
    .three-block {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer .three-block {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer__item:first-child {
        grid-column: 1 / -1;
    }

    .footer__item {
        text-align: center;
    }

    .footer__adress {
        justify-content: center;
        align-items: center;
    }

    .footer-bot .dbl-block {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px 30px;
    }

    .slider__title {
        font-size: 40px;
    }

    .slider__text {
        width: 520px;
        max-width: 450px;
    }

    .slider__inner {
        min-height: 860px;
    }

    .slider__item {
        background-size: auto 100%;
    }

    .plusi {
        background-image: url(/img/plus-s.jpg);
    }

    .plusi__inner {
        min-height: 860px;
    }

    .keis-three {
        grid-template-columns: repeat(2, 1fr);
    }

    .modalMain__title {
        font-size: 28px;
    }

    .slider__inner {
        justify-content: flex-end;
        gap: 20px;
    }
}

@media (max-width: 540px) {
    .shapka-cont {
        display: none;
    }

    .slider-btns {
        bottom: 40px;
        left: 20px;
        right: auto;
        top: auto;
        flex-direction: row-reverse;
    }

    .slider__title {
        font-size: 24px;
    }

    .slider__text {
        width: 100%;
        max-width: 100%;
    }

    .slider__inner {
        gap: 20px;
        justify-content: flex-end;
        padding-bottom: 112px;
        min-height: 740px;
    }

    .slider__item1 {
        background-image: url(/img/slider/1-s.jpg);
        background-size: cover;
    }

    .keis-three {
        grid-template-columns: repeat(1, 1fr);
    }

    .list-pagination__item a {
        font-size: 18px;
    }

    .modalMain__usl {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .keis-text {
        font-size: 18px;
    }

    .master {
        flex-direction: column;
    }
}

.h2-title {
    font-size: 3em;
    font-weight: bold;
    margin: 0;
}

.btn {
    border-radius: 0;
}

.competentions {
    margin: 60px 0 60px;
}

.competentions__blocks {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
    padding: 30px 0 0;
}

.competentions__block {
    max-width: 32%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #7b8797;
}

.competentions__block-img {
    max-width: 100%;
}

.competentions__block-title {
    font-weight: bold;
    font-size: 1.6em;
    padding: 8px 0;
}

.competentions__btn-area {
    display: flex;
    gap: 30px;
    padding: 24px 0 0;
}

.competentions__btn--green {
    color: #1c3450;
    background-color: #c6e271;
}

.competentions__btn--blue {
    color: #ffffff;
    background-color: #1c3450
}

    .competentions__btn--blue:hover,
    .competentions__btn--blue:focus,
    .competentions__btn--blue:active {
        color: #ffffff;
        background-color: #1c3450
    }


.footer-skolkovo {
    max-width: 100%;
}

.main-content {
    margin: 32px 0;
    font-size: 1.3em;
}

.resheniya-page {
    margin: 32px 0;
}

.resheniya-page__header {
    font-size: 3em;
    font-weight: bold;
    margin: 0 0 32px 0;
}

.resheniya-page__row {
    display: flex;
        
}

.resheniya-page__row > div {
    padding: 32px;
}

.resheniya-page__row > div.col-md-5 {
    background-color: #1c3450;
    color: #ffffff;
}

.resheniya-page__subtitle {
    font-size: 1.6em;
    font-weight: bold;
}

.resheniya-page__list {
    margin: 16px 0;
    font-size: 1.2em;
}


.why-akkordeon {
    background-color: #1c3450;
  user-select: none;
}

.why-sum {
  display: flex;
  justify-content: flex-start;
  gap: 74px;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.why-det {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 23px 0;
}

.why-det:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.det__inner {
  padding-top: 13px;
  padding-left: 113px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after {
  content: url(/content/img/down.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

}

details[open] summary:after {
  content: url(/content/img/up.svg);
  animation-duration: 1s;
}

details[open] {
  animation: slide 0.5s ease-in-out;
  animation-duration: 1s;
}

.pdf-example {
    margin: 32px 0;
}

.pdf-example__header {
    font-size: 3em;
    font-weight: bold;
    margin: 0 0 32px 0;
}
