
* {
    font-family: 'Liberation Sans', sans-serif;
}

/* Текст */
.text-green {
    color: #035d66 !important;
}
.text-pink {
    color: #FF4E84 !important;
}

.lh-22 {
    line-height: 22px;
}
.lh-24 {
    line-height: 24px;
}
.lh-28 {
    line-height: 28px;
}

.fw-500 {
    font-weight: 500
}
.fw-600 {
    font-weight: 600
}
.fs-32 {
    font-size: 32px;

    @media(max-width: 991px) {
        font-size: 30px;
    }
    @media(max-width: 576px) {
        font-size: 26px;
    }
}
.fs-28 {
    font-size: 28px;

    @media(max-width: 991px) {
        font-size: 26px;
    }
    @media(max-width: 576px) {
        font-size: 24px;
    }
}
.fs-20 {
    font-size: 20px;

    @media(max-width: 991px) {
        font-size: 18px;
    }
    @media(max-width: 576px) {
        font-size: 16px;
    }
}
.fs-18 {
    font-size: 18px;

    @media(max-width: 576px) {
        font-size: 16px;
    }
}
.fs-16 {
    font-size: 16px;

    @media(max-width: 576px) {
        font-size: 14px;
    }
}
.fs-14 {
    font-size: 14px;
}

/* Общие */
p, h1, h2, h3, h4, h5, h6 {
   margin-bottom: 0 !important;
}
.vertical-align-top {
    vertical-align: top;
}

.ps-12 {
    padding-left: 12px;
}
.pe-12 {
    padding-right: 12px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.pt-36 {
    padding-top: 2.25rem;
}
.mt-36 {
    margin-top: 2.25rem;
}
.pb-96 {
    padding-bottom: 6rem;
}

.grey-border-bottom {
    border-bottom: 0.5px solid #00000040;
}
.grey-border-top {
    border-top: 0.5px solid #00000040;
}
.green-border-bottom {
    border-bottom: 1px solid #035D66;
}

/* Боковое меню */
#sideBar .nav-link {
    padding: 2px 0 2px 16px;
    border-left: 1px solid #035D66;
}
#sideBar .nav-link.active {
    border-left: 1px solid #FF4E84;
    color: #FF4E84 !important;
}

/**/
.info .info-type {
    padding: 16px 0 16px 10px;
}
.info .info-text {
    padding: 16px 10px 16px 0;
}

/* Кнопки */
.pink-button {
    border: 1px solid #FF4E84;
    background: #FF4E84;
    border-radius: 4px;
    padding: 0.375rem 0.75rem;
}
.document-button {
    width: 100%;
    height: 100%;
    border: 1px solid #13849659;
    background: #FFFFFF;
    padding: 0.625rem 0.75rem;
    border-radius: 4px;
    transition: all 0.4s ease;
}
.document-button:hover {
    color: white !important;
    background: #FF4E84;
    border: 1px solid #FF4E84;
}
.document-button:hover img  {
    filter: brightness(0) saturate(100%) invert(95%) sepia(59%) saturate(2%)
    hue-rotate(332deg) brightness(112%) contrast(100%);
}

@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block !important;
        height: auto !important;
        visibility: visible;
    }
}
