/* =========================
   OPISY KATEGORII
========================= */

.category_description.description_bottom {
    font-family: "Open Sans", Arial, sans-serif !important;
    color: #555555 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: justify !important;
    position: relative;
}

.category_description.description_bottom h2,
.custom-area.standard .container-wrapper h2 {
    font-family: "Instrument Sans", sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #555555 !important;
    line-height: 1.35 !important;
    margin: 22px 0 12px !important;
    text-align: left !important;
}

.category_description.description_bottom p,
.custom-area.standard .container-wrapper p {
    font-family: "Instrument Sans", sans-serif !important;
    font-size: 14px !important;
    color: #555555 !important;
    line-height: 1.65 !important;
    margin: 0 0 10px !important;
    text-align: justify !important;
}

.category_description.description_bottom a,
.custom-area.standard .container-wrapper a {
    color: #1f6feb !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.category_description.description_bottom a:hover,
.custom-area.standard .container-wrapper a:hover {
    color: #d1371f !important;
    text-decoration: underline !important;
}

/* =========================
   STRONA GŁÓWNA
========================= */

.custom-area.standard .container-wrapper {
    font-family: "Instrument Sans", sans-serif !important;
    color: #555555 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    text-align: justify !important;
    position: relative;
}

.vaio-home-collapsed {
    max-height: 330px;
    overflow: hidden;
}

.vaio-home-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    pointer-events: none;
}

/* =========================
   KATEGORIE
========================= */

.vaio-collapsed {
    max-height: 330px;
    overflow: hidden;
}

.vaio-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    pointer-events: none;
}

/* =========================
   PRZYCISKI
========================= */

.vaio-home-toggle-wrap,
.vaio-desc-toggle-wrap {
    text-align: center;
    margin: 15px 0 25px;
}

.vaio-home-toggle,
.vaio-desc-toggle {
    display: inline-block;
    background: #fff;
    color: #222;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 11px 28px;
    font-family: "Instrument Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
}

.vaio-home-toggle:hover,
.vaio-desc-toggle:hover {
    background: #f8f8f8;
    border-color: #cfcfcf;
}

@media (max-width:768px){

    .category_description.description_bottom h2,
    .custom-area.standard .container-wrapper h2{
        font-size:19px !important;
    }

    .vaio-home-collapsed,
    .vaio-collapsed{
        max-height:360px;
    }

    .vaio-home-toggle,
    .vaio-desc-toggle{
        width:100%;
        max-width:260px;
    }
}