

/* Start:/local/components/spirit/docs/templates/.default/style.css?17522285261968*/
#docs-container {
    max-width: 1098px;
    display: block;
    margin: auto;
    margin-top:40px;
}
.docs span.select2  {
    color:white !important;
}
.doc-item {
    padding: 24px 32px;
    background: #F5F5F4;
    border-radius: 16px;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-size: 150px;
    background-position-y: 100%;
    background-position-x: 100%;
    background-image: url("/local/components/spirit/docs/templates/.default/img/doc-icon.png");
}
.doc-decs {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
h3.doc-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
}
a.doc-link {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.docs-container {
    max-width: 1098px;
    display: block;
    margin: auto;
}
@media screen and (max-width: 425px){
    h3.doc-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }
    .doc-item {
        padding: 16px 16px;
        margin-bottom: 8px;
    }
    a.doc-link {
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
    }
    .doc-decs {
        font-size: 14px;
    }
}

iframe#doc-item {
    width: 1440px;
    height: 1000px;
}
@media screen and (max-width: 1560px) {
    iframe#doc-item {
        width: 1024px;
        height: 85vh;
    }

}
@media screen and (max-width: 1140px) {
    iframe#doc-item {
        max-height: calc(95vh - 100px);
        max-width: calc(95vw - 80px);
    }
}
@media screen and (max-width: 425px) {
    iframe#doc-item {
        max-height: unset;
        max-width: unset;
        height: calc(97vh - 62px);
        width: calc(100vw - 24px);
    }
    #modal__doc{
        height: 97vh!important;
        max-height: 100vh!important;
        width: 100vw!important;
        padding: 50px 12px 12px!important;
    }
}
/* End */
/* /local/components/spirit/docs/templates/.default/style.css?17522285261968 */
