<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;700;800;900&amp;display=swap');

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Manrope;
    background-color: #ffffff;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.page-header {
    height: 3.125rem;
}
.page-logo {
    height: 3.125rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

.subheader-title {
    color: #212529;
    font-weight: 800;
}

@media (max-width: 576px)
{
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.dropdown-menu .dropdown-menu {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
    visibility: visible;
}
body.no-scroll {
    overflow: hidden;
}

.tox-tinymce-aux{z-index:99999999999 !important;}

/*ÐŸÐ¾Ð²Ñ‹ÑˆÐµÐ½Ð¸Ðµ Ñ€ÐµÐ·ÐºÐ¾ÑÑ‚Ð¸ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ¸*/
.sharp-img {
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.row-m {
    display: flex;
    flex-wrap: wrap;
}
.row-m &gt; div[class*='col-'] {
    display: flex;
}
#customFile .custom-file-control:lang(en)::after {
    content: "Select file1...";
}
#customFile .custom-file-control:lang(en)::before {
    content: "Click me1";
}

.display-5 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.h-90 {
    height: 90%!important;
}
.h-80 {
    height: 80%!important;
}
.h-10 {
    height: 10%!important;
}
.h-20 {
    height: 20%!important;
}
.status.status-danger:before {
    background: #E4354A!important;
}
.grey_element {
    -webkit-filter: grayscale(1); filter: gray;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #1dc9b7;
    background-color: #1dc9b7;
}

.header-btn[data-class=mobile-nav-on] {
    border-color: #497CC7;
    background-image: linear-gradient(to top,#497CC7,#2196f3);
    color: #fff;
    width: 3.875rem;
}

@media (min-width: 576px)
{
    .border-sm {
        border: 1px solid #dee2e6!important;
    }
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #F3F5F8 inset;
    -webkit-text-fill-color: inherit!important;
}

/*Ð—Ð°Ð¿Ñ€ÐµÑ‰Ð°ÐµÐ¼ Ð²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð¸Ðµ Ð² ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð°Ñ…, Ð² ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ñ… Ð¿Ñ€Ð¾Ð¿Ð¸ÑÐ°Ð½Ð¾ unselectable="on"*/
*[unselectable=on] {
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*Ñ€Ð°Ð·Ñ€ÐµÑˆÐ°ÐµÐ¼ Ð²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð¸Ðµ Ð² ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð°Ñ…, Ð² ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ñ… Ð¿Ñ€Ð¾Ð¿Ð¸ÑÐ°Ð½Ð¾ unselectable="off"*/
*[unselectable=off] {
    -moz-user-select: text;
    -o-user-select:text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.another-popup .leaflet-popup-content-wrapper {
    background: rgba(255, 255, 255, 0.90);
}
.spin-prod {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    line-height: 1.47;
    border-radius: 4px;
    height: 39px;
}
.spin-prod .spin-prod-minus, .spin-prod .spin-prod-plus{
    width: 40px;
}
.panel-overflowhidden {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.panel-overflowhidden::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.text-red {
    color:red;
}
.width-11{width:4.50rem}
.width-12{width:4.75rem}
.width-13{width:5.00rem}
.width-14{width:5.25rem}
.width-15{width:5.50rem}
.width-16{width:5.75rem}
.width-17{width:6.00rem}
.width-18{width:6.25rem}

.height-11{height:4.50rem}
.height-12{height:4.75rem}
.height-13{height:5.00rem}
.height-14{height:5.25rem}
.height-15{height:5.50rem}
.height-16{height:5.75rem}
.height-17{height:6.00rem}
.height-18{height:6.25rem}

.badge.badge-info {
    background-color: #497CC7;
}

.btn-success.disabled, .btn-success:disabled, .btn-danger.disabled, .btn-danger:disabled, .btn-info.disabled, .btn-info:disabled,
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #c7c8c9;
    border-color: #acadad;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.container-fluid {
    padding:47px 82px 47px 82px;
}

.header-msb-div-no-auth {
    margin-bottom: 30px;
}

.header-msb {
    padding-top: 17px;
}
.header-msb .section-1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #000000;
}
.header-msb a {
    color: rgb(17 24 39);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.header-msb a:hover {
    color: rgba(17, 24, 39, 0.7);
}
.modal-backdrop {
    z-index: 1000;
}
.header-msb {
    padding-bottom: 12px;
    z-index: 9991;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 576px)
{
    .container-fluid {
        padding:20px;
    }
    .header-msb-div-no-auth {
        margin-bottom: 100px;
    }
}


.navbar-wrap {
    top: 0;
    width: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}
.nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.navbar-toggler {
    padding: 0;
    font-size: 10px;
    line-height: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    transition: box-shadow .15s ease-in-out;
    position: relative;
    z-index: 2000;
    display: inline-block
}
.animated-icon1 {
    width: 35px;
    height: 30px;
    position: relative;
    margin: 0px;
    transform: rotate(0deg);
    cursor: pointer;
}
.animated-icon1 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    background: #000000;
}
.animated-icon1 span:nth-child(1) {
    top: 0px
}
.animated-icon1 span:nth-child(2) {
    top: 12px
}
.animated-icon1 span:nth-child(3) {
    top: 24px
}
.animated-icon1.open span {
    background: #000000;
}
.animated-icon1.open span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: 0px;
}
.animated-icon1.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
}
.menu-main.modal-body {
    padding: 0px 0 20px 0;
    background-color: #ffffff;
    border-bottom: 2px solid #000000;
}
.menu-main.modal-body .nav {
    margin-top: 100px;
    margin-left: 0px
}
.menu-main.modal-body .nav .nav-link {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    padding: 0.5rem 0.5rem;
}
.menu-main.modal-body .nav .nav-link:hover {
    color: #000000;
}
.menu-main.modal-body .nav .nav-link:hover {
    color: #000000;
}
#menuModal .modal-dialog {
    margin: 0px;
}



#menuModal .nav .contact {
    font-size: 18px;
    color: #000000;
    padding-left: 0.5rem;
    margin-top: 30px;
}
#menuModal .nav .contact a {
    color: #000000;
}
#menuModal small {
    font-size: 10px;
}

.footer-panel  {
    background-color: rgba(9, 20, 31, 0.5);
    padding: 20px;
}
.footer-panel.ml-16-rem {
    margin-left: 16.875rem;
}

footer .section-footer-a {
    color: rgba(255, 255, 255, 0.60);
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
footer .section-footer-a .active {
    color: #FFF;
}
footer .section-footer-b {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}
footer .section-footer-c {
    color: rgba(255, 255, 255, 0.60);
    text-align: right;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
footer .section-footer-c a {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
footer .section-footer-c a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.header-function-fixed .page-content {
    margin-top: 3.125rem!important;
}

.business_catalog_store_setup .fixed-bottom,
.business-biznes-firm .fixed-bottom,
.business_challenges .fixed-bottom,
.business_catalog_catalog_items .fixed-bottom
{
    left: 16.875rem;
}

.underline-link {
    text-decoration: underline!important;
}

.bg-a {
    background-color: rgba(9, 20, 31, 0.1);
}
.business-biznes-firm hr {
    background-color: #09141f;
}

@media (max-width: 576px) {
    .footer-panel.ml-16-rem {
        margin-left: 0px;
    }

    .business-biznes-firm .fixed-bottom,
    .business_challenges .fixed-bottom,
    .business_catalog_catalog_items .fixed-bottom
    {
        left: 0px;
        right: 0px;
    }

    .header-msb .section-1 {
        font-size: 12px;
        line-height: 7px;
        font-weight: 700;
    }

    .page-header {
        height: 3.125rem;
    }

    .header-msb {
        margin: 0px;
        padding: 0px 20px 10px 20px;
        background-color: #0a1016;
        position: fixed;
        z-index: 2030;
        top: 0;
        right: 0;
        left: 0;
    }

    .header-msb .section-login {
        font-size: 15px;
        padding: 0.5rem 0.5rem;
    }

    .header-msb a.lnk {
        margin-right: 0px;
        font-size: 15px;
        color: #000000;
        text-decoration: underline !important;
    }

    .header-msb a:hover {
        color: rgba(0, 0, 0, 0.8);
    }

    .header-msb .logo {
        margin-top: -10px;
    }

    .section-a {
        color: #09141f;
        font-size: 20px;
        line-height: 1.55;
        font-weight: 400;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
        padding-bottom: 30px;
    }

    .section-a .btn-a {
        color: #ffffff;
        font-size: 15px;
        line-height: 1.55;
        font-weight: 600;
        border-width: 1px;
        border-radius: 5px;
        background-color: #09141f;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        padding: 15px 30px;
        margin-top: 50px;
    }

    .section-a .btn-a:hover {

    }

    .section-b {
        background-color: #f4f4f4;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-c {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-c .card-a {
        border-radius: 5px;
        background-color: #f4f4f4;
        border-color: #f4f4f4;
        padding: 20px;
    }

    .section-d {
        background-color: #f4f4f4;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-e {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-f {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-f input, .section-f textarea {
        border-radius: 5px;
        border: 1px solid #09141f;
        padding: 5px 10px;
    }

    .section-f .section-f-a {
        max-width: 550px;
    }

    .section-f .btn-a {
        color: #ffffff;
        font-size: 15px;
        line-height: 1.55;
        font-weight: 600;
        border-width: 1px;
        border-radius: 5px;
        background-color: #09141f;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        padding: 15px 30px;
    }

    .business_reg .btn-a {
        color: #ffffff;
        font-size: 15px;
        line-height: 1.55;
        font-weight: 600;
        border-width: 1px;
        border-radius: 5px;
        background-color: #09141f;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        padding: 15px 30px;
        max-width: 490px;
    }

    .business_reg input, .business_reg textarea {
        border-radius: 5px;
        border: 1px solid #09141f;
        padding: 15px 30px;
        max-width: 490px;
        height: auto;
    }

    .business_login .btn-a {
        color: #ffffff;
        font-size: 15px;
        line-height: 1.55;
        font-weight: 600;
        border-width: 1px;
        border-radius: 5px;
        background-color: #09141f;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        padding: 15px 30px;
    }

    .business_login .btn-b {
        color: #09141f;
        font-size: 15px;
        line-height: 1.55;
        font-weight: 600;
        border-radius: 5px;
        background-color: #ffffff;
        background-position: center center;
        border: 1px solid #09141f;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        padding: 15px 30px;
    }

    .business_login input, .business_login textarea {
        border-radius: 5px;
        border: 1px solid #09141f;
        padding: 15px 30px;
        max-width: 490px;
        height: auto;
    }

    .business_subscription input, .business_subscription textarea, .business_subscription select {
        border-radius: 5px;
        border: 1px solid #09141f;
        padding: 15px 30px;
        max-width: 490px;
        height: auto;
    }

    .badge-danger {
        color: #ffffff;
        background-color: red;
    }

    .business-biznes-firm .btn-a {
        color: #ffffff;
        font-size: 15px;
        line-height: 1.55;
        font-weight: 600;
        border-width: 1px;
        border-radius: 5px;
        background-color: #09141f;
        background-position: center center;
        border-color: transparent;
        border-style: solid;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        padding: 15px 30px;
    }

    .business-biznes-firm .btn-b {
        color: #09141f;
        font-size: 15px;
        line-height: 1.55;
        font-weight: 600;
        border-radius: 5px;
        background-color: #ffffff;
        background-position: center center;
        border: 1px solid #09141f;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        padding: 15px 30px;
    }

    .business-biznes-firm .btn-c {
        color: #09141f;
        font-size: 15px;
        line-height: 1.55;
        font-weight: 600;
        border-radius: 5px;
        background-color: #ffffff;
        background-position: center center;
        border: 1px solid #09141f;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        padding: 5px;
    }

    .business-biznes-firm .add-firmfil {
        color: #09141f;
        font-size: 15px;
        line-height: 1.55;
        font-weight: 600;
        border-radius: 5px;
        background-color: #ffffff;
        background-position: center center;
        border: 1px solid #09141f;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        padding: 5px;
    }



    .business-biznes-incpurchases-ids .add-firmfn {
        color: #09141f;
        font-size: 15px;
        line-height: 1.55;
        font-weight: 600;
        border-radius: 5px;
        background-color: #ffffff;
    / / background-color: transparent;
        background-position: center center;
        border: none;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        padding: 5px;
    }

    .business-biznes-incpurchases-ids input[name="firmfn_fn"] {
        color: #09141f;
        font-size: 15px;
        line-height: 1.55;
        border-radius: 5px;
        background-color: #ffffff;
        background-position: center center;
        border: none;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        padding: 5px;
        width: 100%;
    }

    h1 {
        font-size: 62px;
        font-weight: 800;
        line-height: 1.0;
    }

    h2 {
        font-size: 42px;
        font-weight: 700;
        color: #09141f;
    }

    h3 {
        font-size: 30px;
        font-weight: 700;
        color: #09141f;
        line-height: 1.0;
    }

    h4 {
        font-size: 24px;
        font-weight: 700;
        color: #09141f;
        line-height: 1.0;
    }

    .border-radius-5 {
        border-radius: 5px;
    }

    .header-msb {
        margin: 0px;
        padding: 0px 20px 10px 20px;
        background-color: #ffffff;
        position: fixed;
        z-index: 2030;
        top: 0;
        right: 0;
        left: 0;
        border-bottom: 1px solid rgb(229 229 229);
    }
    .header-msb a {
        margin-right: 0px;
        opacity: 1.0;
        color: #000000;
        font-size: .875rem;
        line-height: 1.25rem;
        font-weight: 600;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s;
    }

    .header-msb .lnk-a {
        margin-right: 0px;
        opacity: 1.0;
        color: #000000;
        font-size: 10px;
        line-height: 12px;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s;
    }
    .header-msb .lnk-a .desc {
        margin-top:0px;
    }
    .header-msb .lnk-a i {
        font-size: 22px; transform: rotate(20deg);
    }
    .header-msb .lnk-b {
        margin-right: 0px;
        opacity: 1.0;
        color: #585858;
        font-size: 10px;
        line-height: 12px;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s;
        margin-top:-1px;
        font-weight: 800;
    }
}

@media only screen and (max-width: 992px) {
    .page-wrapper .page-content {
        min-height: calc(100vh - 3.125rem - 78px);
    }
}

@media screen and (max-width: 1199px)
{
    .section-a {
        font-size: 18px;
    }
    h1 {
        font-size: 56px;
    }
    h2 {
        font-size: 38px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 959px)
{
    .section-a {
        font-size: 15px;
    }
    h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 639px)
{
    .section-a {
        font-size: 14px;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 20px;
    }

}

@media screen and (max-width: 479px)
{
    .section-a-a {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .section-a-b {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .section-a .btn-a {
        margin-top: 30px;
    }
}

a.lnk {
    color: #212529;
    text-decoration: underline!important;
}
a.lnk:hover {
    color: rgba(33, 37, 41, 0.8);
}
a.lnk-red {
    color: #FF0000FF;
    text-decoration: underline!important;
}
a.lnk-red:hover {
    color: rgba(255, 0, 0, 0.8);
}
.text-red {
    color: red;
}

select {
    border-radius: 50px;
    border: 1px solid rgba(40, 54, 39, 0.50);
    height: 50px;
    padding: 11px 11px 11px 17px;
    color: rgba(40, 54, 39, 0.50);
    background: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.6px;
    appearance: none; /* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ ÑÑ‚Ð°Ð½Ð´Ð°Ñ€Ñ‚Ð½ÑƒÑŽ ÑÑ‚Ñ€ÐµÐ»ÐºÑƒ */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,&lt;svg fill="%23666" height="12" viewBox="0 0 24 24" width="12" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M7 10l5 5 5-5z"/&gt;&lt;/svg&gt;');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 30px;
    padding-right: 10px; /* Ð§Ñ‚Ð¾Ð±Ñ‹ Ñ‚ÐµÐºÑÑ‚ Ð½Ðµ Ð½Ð°ÐµÐ·Ð¶Ð°Ð» Ð½Ð° ÑÑ‚Ñ€ÐµÐ»ÐºÑƒ */
}</pre></body></html>