/* Start:/bitrix/content_vendors/bootstrap/dist/css/bootstrap.non.critical.bx.min.css?165339361167018*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 .container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-sm,.container-md {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-sm,.container-md,.container-lg {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-sm,.container-md,.container-lg,.container-xl {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl {
        max-width:1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-1,.gx-1 {
    --bs-gutter-x: .25rem
}

.g-1,.gy-1 {
    --bs-gutter-y: .25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: .5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: .5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 576px) {
    .col-sm {
        flex:1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: .25rem
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: .5rem
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-md {
        flex:1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: .25rem
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: .5rem
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex:1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: .25rem
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: .5rem
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex:1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex:1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: rgba(0,0,0,0);
    --bs-table-accent-bg: rgba(0,0,0,0);
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0,0,0,0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0,0,0,0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0,0,0,0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:first-child) {
    border-top: 2px solid currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

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

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0,0,0,0.5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255,255,255,0.5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: .25
}

.text-opacity-50 {
    --bs-text-opacity: .5
}

.text-opacity-75 {
    --bs-text-opacity: .75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0,0,0,0) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: .1
}

.bg-opacity-25 {
    --bs-bg-opacity: .25
}

.bg-opacity-50 {
    --bs-bg-opacity: .5
}

.bg-opacity-75 {
    --bs-bg-opacity: .75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width: 576px) {
    .float-sm-start {
        float:left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float:left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float:left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float:left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float:left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size:2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

/* End */
/* Start:/bitrix/templates/bitrix24_2017/css/app.min.css?172526444716195*/
html,body {
    margin: 0;
    padding: 0;
    color: #262626;
    font-family: Montserrat,"Helvetica Neue",Verdana,"Helvetica CY","Nimbus Sans L",sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

body {
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8
}

a {
    color: #0071bd;
    text-decoration: none
}

a:hover,a:active,a:focus {
    color: #008ff0;
    text-decoration: none
}

.main-body_west .footer-copyright__section_composite,.main-body_west #bx-composite-banner,.main-body_west .bx-composite-btn {
    display: none
}

.content-ltr {
    direction: ltr
}

.content-rtl {
    direction: rtl
}

.side-panel {
    box-sizing: border-box
}

.side-panel * {
    box-sizing: border-box
}

.side-panel .side-panel-container {
    border-radius: 5px 0 0 5px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2)
}

@media (max-width: 767.98px) {
    .side-panel .side-panel-container {
        width:100% !important
    }
}

.side-panel .side-panel-container .side-panel-content-container {
    overflow: hidden !important
}

.side-panel .side-panel-content-frame-body {
    width: 100%;
    height: 100%
}

.side-panel .side-panel-content-frame-body>iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    border-radius: 5px 0 0 5px
}

@media (max-width: 767.98px) {
    .side-panel .side-panel-labels {
        z-index:3
    }
}

@media (max-width: 767.98px) {
    .side-panel .side-panel-label {
        transform:translateX(100%) rotate(180deg);
        z-index: 2
    }
}

.side-panel .side-panel-close-btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.side-panel .side-panel-close-btn-inner {
    margin: auto
}

@media (max-width: 767.98px) {
    .side-panel .side-panel-close,.side-panel .side-panel-print {
        width:45px;
        height: 45px;
        left: 0
    }
}

.footer-section {
    padding: 35px 0;
    box-sizing: border-box
}

.footer-content {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    box-sizing: border-box
}

.footer-content .footer-content__section_copyright {
    padding: 0 15px
}

.footer-main-menu {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .footer-main-menu {
        padding-top:45px;
        padding-bottom: 30px
    }
}

.footer-main-menu.footer-main-menu_border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,0.5)
}

@media (min-width: 992px) {
    .footer-main-menu.footer-main-menu_border-bottom {
        border-bottom-width:2px
    }
}

.footer-main-menu .footer-main-menu__inner {
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    gap: 30px 10px;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box
}

@media (min-width: 576px) {
    .footer-main-menu .footer-main-menu__inner {
        display:block;
        flex: none;
        flex-wrap: nowrap;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

@media (min-width: 992px) {
    .footer-main-menu .footer-main-menu__inner {
        display:flex;
        align-items: flex-start;
        justify-content: space-between;
        flex: 1 0 auto;
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto
    }
}

.footer-main-menu .footer-main-menu__section {
    display: block;
    flex: 1 0 100%;
    box-sizing: border-box
}

@media (min-width: 576px) {
    .footer-main-menu .footer-main-menu__section {
        display:table;
        flex: 1 0 auto;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column
    }
}

@media (min-width: 992px) {
    .footer-main-menu .footer-main-menu__section {
        display:block;
        -webkit-column-break-inside: auto;
        page-break-inside: auto;
        break-inside: auto
    }
}

.footer-main-menu-section {
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .footer-main-menu-section {
        margin-bottom:0
    }
}

.footer-main-menu-section .footer-main-menu-section__header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .footer-main-menu-section .footer-main-menu-section__header {
        margin-bottom:5px
    }
}

.footer-main-menu-section .footer-main-menu-section__title {
    flex: 1 0 auto;
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 1;
    cursor: pointer
}

@media (min-width: 576px) {
    .footer-main-menu-section .footer-main-menu-section__title {
        font-size:.75rem;
        opacity: .7;
        cursor: auto
    }
}

.footer-main-menu-section .footer-main-menu-section__icon {
    display: block;
    flex: 0 0 auto;
    position: relative;
    width: 12px;
    height: 12px;
    transition: all 0.2s ease-in-out
}

@media (min-width: 576px) {
    .footer-main-menu-section .footer-main-menu-section__icon {
        display:none
    }
}

.footer-main-menu-section .footer-main-menu-section__icon:before,.footer-main-menu-section .footer-main-menu-section__icon:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    right: 0;
    background-color: #fff
}

.footer-main-menu-section .footer-main-menu-section__icon:before {
    top: 0;
    transform: rotate(45deg)
}

.footer-main-menu-section .footer-main-menu-section__icon:after {
    bottom: 0;
    transform: rotate(-45deg)
}

.footer-main-menu-section .footer-main-menu-section__icon:dir(rtl) {
    transform: rotate(180deg)
}

.footer-main-menu-section.active .footer-main-menu-section__icon {
    transform: rotate(90deg)
}

.footer-main-menu-section .footer-main-menu-section__list {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    box-sizing: border-box
}

@media (min-width: 576px) {
    .footer-main-menu-section .footer-main-menu-section__list {
        height:auto;
        overflow: visible
    }
}

.footer-main-menu-section.active .footer-main-menu-section__list {
    height: auto
}

.footer-main-menu-section .footer-main-menu-section__item {
    display: block;
    padding-bottom: 7px;
    box-sizing: border-box
}

@media (min-width: 576px) {
    .footer-main-menu-section .footer-main-menu-section__item {
        padding-bottom:10px
    }
}

.footer-main-menu-section .footer-main-menu-section__link {
    color: #fff;
    font-size: .75rem;
    font-weight: 400;
    line-height: 2;
    text-decoration: none;
    transition: all 0.2s ease-in-out
}

@media (min-width: 1200px) {
    .footer-main-menu-section .footer-main-menu-section__link {
        font-size:.875rem
    }
}

.footer-main-menu-section .footer-main-menu-section__link[data-form-params] {
    cursor: pointer
}

.footer-info-section {
    margin-bottom: 22px;
    padding: 0 15px 20px;
    box-sizing: border-box
}

.footer-info-section.footer-info-section_border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,0.5)
}

@media (min-width: 992px) {
    .footer-info-section.footer-info-section_border-bottom {
        border-bottom-width:2px
    }
}

.footer-about-menu .footer-about-menu__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .footer-about-menu .footer-about-menu__list {
        justify-content:flex-start
    }
}

.footer-about-menu .footer-about-menu__item {
    flex: 0 0 auto;
    margin: 0 5px;
    box-sizing: border-box
}

.footer-about-menu .footer-about-menu__link {
    display: block;
    color: #fff;
    font-size: .625rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .15px;
    text-transform: uppercase;
    opacity: .85;
    transition: all 0.2s ease-in-out
}

@media (min-width: 1200px) {
    .footer-about-menu .footer-about-menu__link {
        line-height:2.5
    }
}

.footer-consent-menu .footer-consent-menu__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .footer-consent-menu .footer-consent-menu__list {
        justify-content:flex-start
    }
}

.footer-consent-menu .footer-consent-menu__item {
    flex: 0 0 auto;
    margin: 0 5px;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .footer-consent-menu .footer-consent-menu__item:dir(ltr) {
        margin:0 20px 0 5px
    }
}

@media (min-width: 992px) {
    .footer-consent-menu .footer-consent-menu__item:dir(rtl) {
        margin:0 5px 0 20px
    }
}

.footer-consent-menu .footer-consent-menu__link {
    display: block;
    color: #fff;
    font-size: .625rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .15px;
    opacity: .85;
    transition: all 0.2s ease-in-out
}

@media (min-width: 576px) {
    .footer-consent-menu .footer-consent-menu__link {
        font-size:.75rem
    }
}

@media (min-width: 1200px) {
    .footer-consent-menu .footer-consent-menu__link {
        line-height:2.5
    }
}

.footer-info-logo {
    flex: 1 0 auto;
    max-width: 100%
}

.footer-info-logo .footer-info-logo__inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 20px 20px
}

@media (min-width: 768px) {
    .footer-info-logo .footer-info-logo__inner {
        margin-bottom:0
    }
}

.footer-info-logo .footer-info-logo__link {
    display: block
}

.footer-info-logo .footer-info-logo__picture {
    display: block;
    width: 100%;
    height: auto
}

.footer-info-logo .footer-info-logo__picture_skolkovo {
    max-width: 110px;
    transition: opacity 200ms linear
}

.footer-info-logo .footer-info-logo__picture_skolkovo:hover {
    opacity: .7
}

.footer-info-logo .footer-info-logo__picture_wechat {
    max-width: 180px
}

.footer-info-sidebar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

@media (min-width: 992px) {
    .footer-info-sidebar {
        flex-direction:row;
        flex-wrap: nowrap
    }
}

.footer-info-sidebar .footer-info-sidebar__section {
    max-width: 100%
}

.footer-info-sidebar .footer-info-sidebar__section_menu,.footer-info-sidebar .footer-info-sidebar__section_logo,.footer-info-sidebar .footer-info-sidebar__section_media {
    flex: 1 0 auto;
    margin: 0 auto
}

.footer-info-sidebar .footer-info-sidebar__section_menu,.footer-info-sidebar .footer-info-sidebar__section_logo {
    flex: 1 1 auto
}

.footer-info-sidebar .footer-info-sidebar__section_logo {
    position: relative
}

.footer-info-sidebar .footer-info-sidebar__section_menu {
    order: 3
}

@media (min-width: 992px) {
    .footer-info-sidebar .footer-info-sidebar__section_menu {
        order:1
    }
}

.footer-info-sidebar .footer-info-sidebar__section_logo {
    display: flex;
    align-items: flex-end;
    order: 1;
    min-width: 180px
}

.footer-info-sidebar .footer-info-sidebar__section_media {
    flex: 1 1 0;
    order: 2;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .footer-info-sidebar .footer-info-sidebar__section_media {
        order:1;
        margin-bottom: 0
    }
}

.footer-info-sidebar .footer-info-sidebar__row {
    margin-bottom: 15px
}

.footer-social-media {
    flex-direction: column
}

@media (min-width: 992px) {
    .footer-social-media {
        flex-direction:row
    }
}

@media (min-width: 992px) {
    .footer-social-media.footer-social-media_slim .footer-social-media__column_social {
        display:flex;
        align-items: center
    }
}

@media (min-width: 992px) {
    .footer-social-media.footer-social-media_slim .footer-info-logo {
        position:absolute;
        bottom: -20px;
        right: 0
    }
}

.footer-social-media.footer-social-media_slim .footer-social-network__title {
    display: none
}

.footer-social-media .footer-social-media__row {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

@media (min-width: 992px) {
    .footer-social-media .footer-social-media__row {
        flex-direction:row
    }
}

@media (min-width: 992px) {
    .footer-social-media .footer-social-media__row_align {
        align-items:flex-end
    }
}

.footer-social-media .footer-social-media__column {
    width: 100%
}

.footer-social-media .footer-social-media__section {
    margin-top: 20px
}

@media (min-width: 992px) {
    .footer-social-media .footer-social-media__section {
        margin-top:0
    }
}

.footer-search {
    margin-top: 20px;
    box-sizing: border-box
}

.footer-search .footer-search__form {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    position: relative;
    box-sizing: border-box
}

.footer-search .footer-search__input {
    flex: 1 0 auto;
    background: none;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 35px;
    outline: none;
    box-sizing: border-box
}

.footer-search .footer-search__input:dir(ltr) {
    padding: 10px 50px 10px 24px
}

.footer-search .footer-search__input:dir(rtl) {
    padding: 10px 24px 10px 50px
}

.footer-search .footer-search__input,.footer-search .footer-search__input::placeholder {
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    opacity: .85
}

.footer-search .footer-search__input::placeholder {
    opacity: .7
}

.footer-search .footer-search__submit {
    display: block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNTA1IDQ0Mi43TDQwNS4zIDM0M2MtNC41LTQuNS0xMC42LTctMTctN0gzNzJjMjcuNi0zNS4zIDQ0LTc5LjcgNDQtMTI4QzQxNiA5My4xIDMyMi45IDAgMjA4IDBTMCA5My4xIDAgMjA4czkzLjEgMjA4IDIwOCAyMDhjNDguMyAwIDkyLjctMTYuNCAxMjgtNDR2MTYuM2MwIDYuNCAyLjUgMTIuNSA3IDE3bDk5LjcgOTkuN2M5LjQgOS40IDI0LjYgOS40IDMzLjkgMGwyOC4zLTI4LjNjOS40LTkuNCA5LjQtMjQuNi4xLTM0ek0yMDggMzM2Yy03MC43IDAtMTI4LTU3LjItMTI4LTEyOCAwLTcwLjcgNTcuMi0xMjggMTI4LTEyOCA3MC43IDAgMTI4IDU3LjIgMTI4IDEyOCAwIDcwLjctNTcuMiAxMjgtMTI4IDEyOHoiLz48L3N2Zz4=") no-repeat 50%;
    background-size: contain;
    border: none;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer;
    transform: translateY(-50%);
    box-sizing: border-box
}

.footer-search .footer-search__submit:dir(ltr) {
    right: 15px
}

.footer-search .footer-search__submit:dir(rtl) {
    left: 15px
}

.footer-marketplace {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .footer-marketplace {
        justify-content:flex-end;
        flex-wrap: nowrap
    }
}

.footer-marketplace .footer-marketplace__item {
    margin: 0 4px 10px;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .footer-marketplace .footer-marketplace__item {
        margin-bottom:0
    }
}

.footer-marketplace .footer-marketplace__link {
    display: block
}

.footer-marketplace .footer-marketplace__link svg,.footer-marketplace .footer-marketplace__picture {
    display: block;
    transition: all 0.2s ease-in-out
}

.footer-marketplace .footer-marketplace__link svg:hover,.footer-marketplace .footer-marketplace__picture:hover {
    opacity: .7
}

.footer-social-network {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .footer-social-network {
        justify-content:space-between
    }
}

.footer-social-network .footer-social-network__title {
    color: #fff;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .15px;
    opacity: .85
}

.footer-social-network .footer-social-network__title:dir(ltr) {
    margin-right: 20px
}

.footer-social-network .footer-social-network__title:dir(rtl) {
    margin-left: 20px
}

.footer-social-network .footer-social-network__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box
}

.footer-social-network .footer-social-network__item:dir(ltr) {
    margin-right: 20px
}

.footer-social-network .footer-social-network__item:dir(rtl) {
    margin-left: 20px
}

.footer-social-network .footer-social-network__link {
    display: inline-block;
    color: #fff;
    font-size: 1.375rem;
    line-height: 1;
    text-align: center;
    transition: all 0.2s ease-in-out;
    vertical-align: middle
}

.footer-social-network .footer-social-network__link:hover {
    opacity: .7
}

.footer-social-network .footer-social-network__link svg {
    width: auto;
    height: 22px;
    fill: #fff;
    color: #fff
}

.footer-payment {
    display: flex;
    justify-content: flex-end;
    flex: 1 0 auto;
    margin-top: 30px;
    box-sizing: border-box
}

.footer-payment .footer-payment__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box
}

.footer-payment .footer-payment__item {
    flex: 0 0 auto;
    margin-bottom: 10px;
    opacity: .7;
    box-sizing: border-box
}

.footer-payment .footer-payment__item:dir(ltr) {
    margin-left: 20px
}

.footer-payment .footer-payment__item:dir(rtl) {
    margin-right: 20px
}

.footer-payment .footer-payment__icon {
    display: block;
    max-width: 100%;
    height: auto
}

.footer-agreement {
    color: #fff;
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .1px;
    opacity: .85
}

@media (min-width: 992px) {
    .footer-agreement {
        font-size:.75rem
    }
}

.footer-agreement a,.footer-agreement a:hover {
    color: #fff
}

.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 15px
}

@media (min-width: 992px) {
    .footer-copyright {
        justify-content:space-between;
        padding: 0
    }
}

.footer-copyright a {
    color: #fff;
    text-decoration: underline
}

.footer-copyright .footer-copyright__section {
    max-width: 100%;
    margin-bottom: 10px
}

.footer-copyright .footer-copyright__description {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    letter-spacing: .1px;
    opacity: .85
}

@media (min-width: 992px) {
    .footer-copyright .footer-copyright__description {
        font-size:.75rem
    }
}

.footer-copyright .footer-copyright__age-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    box-sizing: border-box
}

.footer-copyright .footer-copyright__age-icon:dir(ltr) {
    margin-left: 22px
}

.footer-copyright .footer-copyright__age-icon:dir(rtl) {
    margin-right: 22px
}

.footer-cta-banner {
    display: flex;
    align-items: center;
    flex-direction: column
}

@media (min-width: 992px) {
    .footer-cta-banner {
        flex-direction:row
    }
}

.footer-cta-banner .footer-cta-banner__section {
    margin-bottom: 15px
}

.footer-cta-banner .footer-cta-banner__link {
    display: block
}

.footer-cta-banner .footer-cta-banner__picture {
    display: block;
    max-width: 100%
}

@media (min-width: 992px) {
    .footer-cta-banner .footer-cta-banner__picture {
        max-width:calc(100% - 15px)
    }
}

/* End */
/* Start:/bitrix/templates/bitrix24_2017/css/styles.min.css?172442137859801*/
.bx-sb-portal-buy-window-section {
    box-shadow: 0 7px 21px rgba(52,58,64,0.25),0 -1px 6px 0 rgba(52,58,64,0.12);
    box-sizing: border-box
}

.bx-sb-portal-buy-window {
    padding: 10px;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8
}

.bx-sb-portal-buy-window a {
    color: #00aeef;
    text-decoration: none;
    transition: all 0.2s ease-in-out
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__section {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__title {
    margin-bottom: 5px;
    max-width: 300px
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__title_underline {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9ecef;
    color: #adb5bd;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__description,.bx-sb-portal-buy-window .bx-sb-portal-buy-window__list {
    margin: 5px 0
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__list {
    overflow-x: hidden;
    overflow-y: auto
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__link {
    margin-bottom: 10px;
    color: #00aeef;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__link:hover {
    color: #68ddff
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__input {
    padding: 11px 50px 10px 24px;
    border: 2px solid #dee2e6;
    border-radius: .375rem;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    outline: none
}

.bxst-header-authorization .bxst-header-authorization-user {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bxst-header-authorization .bxst-header-authorization-user .bxst-header-authorization-user-popup {
    display: none
}

.bxst-header-authorization .bxst-header-authorization-user .bxst-header-authorization-user-popup.active {
    display: block
}

.bxst-header-authorization .bxst-header-authorization-user-wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.bxst-header-authorization .bxst-header-authorization-user-picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    background: url(../../../../../templates/bitrix24_2017/images/icons/user-no-photo-xsc4ca.png?1)
}

.bxst-header-authorization .bxst-header-authorization-user-picture-icon {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 3px
}

.bxst-header-authorization .bxst-header-authorization-user-arrow {
    position: relative;
    width: 20px;
    height: 9px;
    margin-left: 10px;
    font-size: 0
}

.bxst-header-authorization .bxst-header-authorization-user-arrow:before,.bxst-header-authorization .bxst-header-authorization-user-arrow:after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    top: 3px;
    background: #fff;
    border-radius: 5px
}

.bxst-header-authorization .bxst-header-authorization-user-arrow:before {
    left: 0;
    transform: rotate(45deg)
}

.bxst-header-authorization .bxst-header-authorization-user-arrow:after {
    right: 0;
    transform: rotate(-45deg)
}

.bxst-header-authorization-user-popup {
    display: block;
    position: absolute;
    top: 100%;
    right: 10px;
    padding-top: 15px;
    box-sizing: border-box;
    cursor: auto;
    z-index: 11
}

.bxst-header-authorization-user-popup-outer {
    position: relative;
    min-width: 360px;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    color: #000;
    text-align: left;
    box-shadow: 0 2px 5px 0 rgba(108,117,125,0.5);
    box-sizing: border-box
}

.bxst-header-authorization-user-popup-outer:before,.bxst-header-authorization-user-popup-outer:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    right: 18px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e9ecef;
    z-index: 12
}

.bxst-header-authorization-user-popup-outer:after {
    right: 20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff
}

.bxst-header-authorization-user-popup-inner {
    padding: 20px 30px
}

.bxst-header-authorization-user-popup-title {
    margin-bottom: 20px;
    font-size: 2rem;
    text-transform: none
}

.bxst-header-authorization-user-popup-subtitle {
    margin-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
    color: #adb5bd
}

.bxst-header-authorization-user-popup-description {
    margin-bottom: 20px;
    font-size: .875rem;
    line-height: 1.8;
    text-transform: none
}

.bxst-header-authorization-user-popup-btn {
    margin-bottom: 20px
}

.bxst-header-authorization-user-popup-footer-border {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef
}

.bxst-header-authorization-user-popup-portals {
    display: flex;
    flex-direction: column;
    max-height: 200px;
    overflow-y: auto
}

.bxst-header-authorization-user-popup-portal-link {
    margin-bottom: 10px;
    color: #00aeef;
    font-size: .75rem;
    line-height: 1
}

.bxst-header-authorization-user-popup-portal-link:hover {
    color: #68ddff
}

.bxst-header-authorization-user-popup-footer-title {
    color: #adb5bd;
    font-size: .875rem;
    line-height: 1.8;
    text-transform: none
}

.bxst-header-authorization-user-popup-footer-link {
    display: inline-block;
    border-bottom: 2px solid #bdf300;
    color: #b7db2a;
    line-height: 1.8;
    text-decoration: none;
    text-transform: uppercase
}

.bxst-header-authorization-user-popup-footer-link:hover {
    color: #bdf300
}

.bxst-header-authorization-user-popup-footer-logout {
    display: inline-block;
    border-bottom: 2px solid #ec7063;
    color: #ec7063;
    line-height: 1.8;
    text-decoration: none
}

.bxst-header-authorization-user-popup-footer-logout:hover {
    color: #ec7063
}

.content-features-section-background {
    position: absolute;
    width: 100%;
    box-sizing: border-box
}

.content-features-section-background .content-features-section-background__field {
    position: absolute
}

.content-features-section-background .content-features-section-background__field_left {
    display: none;
    top: 0;
    left: 0;
    z-index: -1
}

@media (min-width: 768px) {
    .content-features-section-background .content-features-section-background__field_left {
        display:block
    }
}

.content-features-section-background .content-features-section-background__field_right {
    display: none;
    top: 0;
    right: 0
}

@media (min-width: 1360px) {
    .content-features-section-background .content-features-section-background__field_right {
        display:block
    }
}

.content-features-section-background .content-features-section-background__scene {
    position: relative;
    z-index: -1
}

.content-features-section-background .content-features-section-background__scene_background_1 {
    width: 476px;
    height: 741px;
    background: url(../../../../../templates/bitrix24_2017/images/background/left-flower.png) no-repeat
}

.content-features-section-background .content-features-section-background__scene_background_2 {
    width: 797px;
    height: 570px;
    background: url(../../../../../templates/bitrix24_2017/images/background/right-laptop-shop.png) no-repeat;
    background-size: contain
}

@media (min-width: 1440px) {
    .content-features-section-background .content-features-section-background__scene_background_2 {
        width:847px
    }
}

@media (min-width: 1360px) {
    .content-features-section-background .content-features-section-background__scene_background_2 {
        width:757px
    }
}

.content-features-section-background .content-features-section-background__scene_background_3 {
    width: 846px;
    height: 624px;
    background: url(https://www.bitrix24.ru/bitrix/templates/bitrix24_2017/images/background/right-laptop.png) no-repeat
}

.content-features-section-background .content-features-section-background__scene-picture_2 {
    position: absolute;
    top: 103px;
    right: 0;
    width: 496px;
    height: 355px;
    z-index: -2
}

.content-features-section-background .content-features-section-background__scene-picture_2_2 {
    position: absolute;
    top: 92px;
    right: 0;
    width: 444px;
    height: 316px;
    z-index: -2
}

.content-features-section-background .content-features-section-background__scene-picture_3 {
    position: absolute;
    top: 120px;
    right: 488px;
    width: 150px;
    height: 323px;
    z-index: -2
}

.content-features-section-background .content-features-section-background__marketplace-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%;
    margin-left: 0
}

@media (min-width: 1200px) {
    .content-features-section-background .content-features-section-background__marketplace-list {
        justify-content:flex-start;
        margin-left: 250px
    }
}

.content-features-section-background .content-features-section-background__marketplace-item {
    margin: 10px 10px 0
}

.content-features-section-background .content-features-section-background__marketplace-link {
    display: block
}

.content-persons-picture-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.content-persons-picture-list .content-persons-picture-list__section {
    flex: 0 0 auto;
    width: 100%;
    margin: 0 auto 50px
}

@media (min-width: 576px) {
    .content-persons-picture-list .content-persons-picture-list__section {
        max-width:calc(25% - 20px);
        margin: 0 10px 50px
    }
}

@media (min-width: 768px) {
    .content-persons-picture-list .content-persons-picture-list__section {
        max-width:calc(20% - 20px);
        margin: 0 10px 50px
    }
}

.content-persons-picture-list .content-persons-picture-list__picture {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}

@media (min-width: 576px) {
    .content-persons-picture-list .content-persons-picture-list__picture {
        max-width:145px
    }
}

.content-persons-picture-list .content-persons-picture-list__title {
    margin-top: 1rem;
    margin-bottom: .5rem
}

.reviews-content-section .reviews-content-section__section {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px
}

.reviews-content-section .reviews-content-section__section:last-child {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .reviews-content-section .reviews-content-section__section {
        flex-direction:row;
        align-items: flex-start
    }
}

.reviews-content-section .reviews-content-section__sidebar,.reviews-content-section .reviews-content-section__picture {
    position: relative;
    margin-right: 0
}

@media (min-width: 992px) {
    .reviews-content-section .reviews-content-section__sidebar,.reviews-content-section .reviews-content-section__picture {
        margin-right:5%
    }
}

.reviews-content-section .reviews-content-section__sidebar {
    flex: 0 0 auto;
    max-width: 180px;
    margin-bottom: 25px
}

@media (min-width: 992px) {
    .reviews-content-section .reviews-content-section__sidebar {
        flex:0 0 180px
    }
}

.reviews-content-section .reviews-content-section__sidebar>.reviews-content-section__picture {
    margin: auto
}

.reviews-content-section .reviews-content-section__picture {
    flex: 0 0 auto;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    overflow: hidden
}

.reviews-content-section .reviews-content-section__picture-item {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.reviews-content-section .reviews-content-section__info {
    margin-top: 15px
}

.reviews-content-section .reviews-content-section__info img {
    display: block;
    max-width: 140px;
    max-height: 140px;
    width: auto;
    height: auto;
    margin: auto
}

.reviews-content-section .reviews-content-section__info,.reviews-content-section .reviews-content-section__logo-link {
    display: flex;
    flex-direction: column;
    align-items: center
}

.reviews-content-section .reviews-content-section__logo-link-description {
    margin: 10px auto
}

.reviews-content-section .reviews-content-section__container {
    flex: 1;
    padding: 20px;
    border: 2px solid #dee2e6;
    border-radius: .375rem
}

.reviews-content-section .reviews-content-section__container img {
    max-width: 100%
}

.reviews-content-section .reviews-content-section__user-name {
    font-weight: 700
}

.reviews-content-section .reviews-content-section__user-position {
    font-weight: 500
}

.reviews-content-section .reviews-content-section__description {
    margin-top: 15px
}

.bxst-content-section {
    box-sizing: border-box
}

.bxst-content-section:not(:last-child) {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .bxst-content-section:not(:last-child) {
        margin-bottom:50px
    }
}

.bxst-content-section.bxst-content-section_bordered {
    padding-bottom: 30px;
    border-bottom: 1px solid #dee2e6
}

@media (min-width: 992px) {
    .bxst-content-section.bxst-content-section_bordered {
        padding-bottom:50px
    }
}

.bxst-content-section .bxst-content-section__inner {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-direction: column-reverse;
    max-width: 100%
}

@media (min-width: 992px) {
    .bxst-content-section .bxst-content-section__inner {
        align-items:center;
        flex-direction: row
    }
}

.bxst-content-section .bxst-content-section__content {
    flex: 1 0 100%;
    max-width: none;
    margin-top: 30px;
    padding: 0;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .bxst-content-section .bxst-content-section__content {
        max-width:50%;
        margin-top: 0;
        padding-left: 0;
        padding-right: 5%
    }
}

.bxst-content-section .bxst-content-section__media {
    flex: 1;
    box-sizing: border-box
}

.bxst-content-section .bxst-content-section__media_laptop {
    padding-top: 3.8%;
    background: url(../../../../../templates/bitrix24_2017/images/features/browser-bar-top.png) no-repeat;
    background-size: contain
}

@media (min-width: 992px) {
    .bxst-content-section .bxst-content-section__media_laptop {
        padding-top:2.05%
    }
}

.bxst-content-section .bxst-content-section__media_laptop .bxst-content-section__media-picture {
    border-left: 2px solid #dee2e6;
    border-right: 2px solid #dee2e6;
    border-bottom: 2px solid #dee2e6
}

.bxst-content-section .bxst-content-section__media_video {
    position: relative;
    cursor: pointer
}

.bxst-content-section .bxst-content-section__media_video:before,.bxst-content-section .bxst-content-section__media_video:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.2s ease-in-out;
    z-index: 3
}

.bxst-content-section .bxst-content-section__media_video:before {
    width: 100px;
    height: 100px;
    background-color: #00aeef;
    border-radius: 100%;
    opacity: .8
}

.bxst-content-section .bxst-content-section__media_video:after {
    margin-left: 6px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 22px solid #fff
}

.bxst-content-section .bxst-content-section__media_video:hover:before,.bxst-content-section .bxst-content-section__media_video:hover:after {
    transform: translate(-50%, -50%) scale(1.1)
}

.bxst-content-section .bxst-content-section__media-picture {
    display: block;
    max-width: 100%;
    box-sizing: border-box
}

.bxst-content-section-list .bxst-content-section_reverse .bxst-content-section__inner,.bxst-content-section-list .bxst-content-section:nth-child(2n) .bxst-content-section__inner {
    flex-direction: column-reverse
}

@media (min-width: 992px) {
    .bxst-content-section-list .bxst-content-section_reverse .bxst-content-section__inner,.bxst-content-section-list .bxst-content-section:nth-child(2n) .bxst-content-section__inner {
        flex-direction:row-reverse
    }
}

.bxst-content-section-list .bxst-content-section_reverse .bxst-content-section__content,.bxst-content-section-list .bxst-content-section:nth-child(2n) .bxst-content-section__content {
    padding: 0
}

@media (min-width: 992px) {
    .bxst-content-section-list .bxst-content-section_reverse .bxst-content-section__content,.bxst-content-section-list .bxst-content-section:nth-child(2n) .bxst-content-section__content {
        padding-left:5%;
        padding-right: 0
    }
}

.bxst-content-section-list .bxst-content-section:last-child {
    margin-bottom: 0
}

.partners-list-simple .partners-list-simple__section {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .partners-list-simple .partners-list-simple__section {
        justify-content:space-between;
        flex-wrap: nowrap
    }
}

.partners-list-simple .partners-list-simple__content,.partners-list-simple .partners-list-simple__information {
    flex: 1 1 auto;
    max-width: 100%;
    margin-bottom: 50px
}

@media (min-width: 992px) {
    .partners-list-simple .partners-list-simple__content,.partners-list-simple .partners-list-simple__information {
        flex:1 1 0
    }
}

.partners-list-simple .partners-list-simple__content {
    margin-right: 20px
}

.partners-list-simple .partners-list-simple__information {
    max-width: 370px;
    border: 2px solid #dee2e6;
    border-radius: .375rem
}

.partners-list-simple .partners-list-simple__board {
    position: relative;
    padding: 40px 20px 20px
}

.partners-list-simple .partners-list-simple__label {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.partners-list-simple .partners-list-simple__footer {
    margin-top: 20px
}

.partners-list-simple .partners-list-simple__label-message {
    display: block;
    padding: .5rem .75rem;
    background-color: #b7db2a;
    border-radius: .375rem;
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    vert-align: middle
}

.partners-list-simple .partners-list-simple__label-message_success {
    background-color: #b7db2a
}

.partners-list-simple .partners-list-simple__label-message_primary {
    background-color: #00aeef
}

.circle-icon-list-simple {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px 16px;
    box-sizing: border-box
}

.circle-icon-list-simple * {
    box-sizing: border-box
}

.circle-icon-list-simple .circle-icon-list-simple__item {
    font-size: 1rem
}

@media (min-width: 768px) {
    .circle-icon-list-simple .circle-icon-list-simple__item {
        font-size:1.125rem
    }
}

@media (min-width: 992px) {
    .circle-icon-list-simple .circle-icon-list-simple__item {
        font-size:1.5rem
    }
}

.circle-icon-list-simple .circle-icon-list-simple__item:before,.circle-icon-list-simple .circle-icon-list-simple__item:after {
    content: '';
    display: inline-block;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: baseline
}

.circle-icon-list-simple .circle-icon-list-simple__item:before {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    background-image: url("https://www.bitrix24.ru/bitrix/templates/bitrix24_2017/images/icons/icon-bullit.svg")
}

.circle-icon-list-simple .circle-icon-list-simple__item:after {
    width: 15px;
    height: 12px;
    margin-left: -15px;
    background-image: url("https://www.bitrix24.ru/images/features/sites/building_000.svg");
    transform: translateX(15px)
}

.main-body {
    min-width: 320px
}

.bxst-i-icon {
    display: inline-block;
    line-height: 1
}

.bxst-i-icon_check-round-mark,.bxst-i-icon_uncheck-round-mark {
    width: 24px;
    height: 24px
}

.bxst-i-icon_check-round-mark {
    background: url("https://www.bitrix24.ru/bitrix/templates/bitrix24_2017/images/icons/icon-check.svg") no-repeat
}

.bxst-i-icon_uncheck-round-mark {
    background: url("https://www.bitrix24.ru/bitrix/templates/bitrix24_2017/images/icons/icon-uncheck.svg") no-repeat
}

.advertising-banner-section img {
    max-width: 100%;
    height: auto
}

.bxst-frame-responsive-section {
    position: relative;
    max-width: 100%;
    padding-bottom: 56.25%;
    box-sizing: border-box
}

.bxst-frame-responsive-section>iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%)
}

.bxst-border-top {
    border-top: 1px solid #e9ecef
}

.bxst-border-bottom {
    border-bottom: 1px solid #e9ecef
}

.bxst-block-title {
    margin: auto;
    color: #262626;
    font-weight: 400;
    text-align: center;
    letter-spacing: -1px
}

.bxst-block-title.bxst-title-lg {
    font-size: 3rem;
    line-height: 1.2
}

.bxst-block-title.bxst-title-md {
    font-size: 2.625rem;
    line-height: 1.2
}

.bxst-block-title.bxst-title-sm {
    font-size: 2.25rem;
    line-height: 1.2
}

.bxst-double-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bxst-section-header-apps-market {
    margin-top: 15px
}

.bxst-section-header-apps-market-item-picture {
    display: block
}

.bxst-section a {
    transition: all 0.2s ease-in-out
}

.bxst-section__link {
    z-index: 1;
    position: relative
}

.bxst-section-cnt {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

.bxst-text_center {
    text-align: center
}

.bxst-text_left {
    text-align: left
}

.bxst-text_right {
    text-align: right
}

.bxst-text_justify {
    text-align: justify
}

.bxst-text_primary-color {
    color: #00aeef
}

.bxst-registration-banner {
    padding: 51px 0 58px 0;
    background: transparent url(https://www.bitrix24.ru/bitrix/templates/bitrix24_2017/images/background/cloud-4.svg) no-repeat;
    background-position: center bottom
}

.bxst-registration-banner .bxst-registration-banner-title {
    color: #fff;
    letter-spacing: -1px
}

.bxst-registration-banner .bxst-registration-banner-button {
    margin-top: 41px;
    text-align: center
}

.bxst-registration-banner-slim {
    padding: 40px 0 40px 0
}

.bxst-registration-banner-slim .bxst-registration-banner-title {
    color: #262626;
    letter-spacing: -1px
}

.bxst-registration-banner-slim .bxst-registration-banner-button {
    margin-top: 28px;
    text-align: center
}

.bxst-registration-banner-slim_white .bxst-registration-banner-title {
    color: #fff
}

.bxst-table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed
}

.bxst-table th,.bxst-table td {
    padding: 20px
}

.bxst-table tr+tr>th,.bxst-table tr+tr>td {
    border-top: 1px solid #dee2e6
}

.bxst-table th+th,.bxst-table td+td {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    table-layout: fixed
}

.bxst-table th:nth-child(2),.bxst-table td:nth-child(2) {
    border-left: 1px solid #dee2e6
}

.bxst-table th:last-child,.bxst-table td:last-child {
    border-right: 1px solid #dee2e6
}

.bxst-table_centered th+th,.bxst-table_centered td+td {
    text-align: center
}

@media (max-width: 768px) {
    .bxst-table {
        table-layout:auto
    }

    .bxst-table-overflow {
        overflow-x: scroll;
        max-width: 100%
    }
}

.bxst-start-video-banner-title {
    color: #fff;
    letter-spacing: -1px
}

.bxst-start-video-banner {
    position: relative;
    padding-top: 51px;
    padding-bottom: 125px;
    overflow: hidden
}

.bxst-start-video-banner-box {
    position: relative;
    max-width: 838px;
    margin: 21px auto 0;
    border: 5px solid #fff;
    border-radius: 4px;
    box-shadow: inset 0 0 10px #000;
    z-index: 5
}

.bxst-start-video-banner-box .bxst-start-video-banner-box-inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.bxst-start-video-banner-box .bxst-start-video-banner-box-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bxst-start-video-banner-scene {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-1,.bxst-start-video-banner-scene .bxst-banner-scene-screen-2,.bxst-start-video-banner-scene .bxst-banner-scene-screen-3 {
    position: absolute;
    background: no-repeat
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-1 {
    width: 603px;
    height: 354px;
    left: -402px;
    bottom: 193px;
    background-image: url(../../../../../templates/bitrix24_2017/images/start-video-banner/layer-1.png);
    z-index: 3;
    animation-delay: .3s
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-2 {
    width: 868px;
    height: 509px;
    left: -401px;
    bottom: 31px;
    background-image: url(../../../../../templates/bitrix24_2017/images/start-video-banner/layer-2.png);
    z-index: 2;
    animation-delay: .6s
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-2:before {
    content: '';
    position: absolute;
    width: 604px;
    height: 372px;
    top: 43px;
    left: 47px;
    background: url(../../../../../templates/bitrix24_2017/images/start-video-banner/shadow-1.png) no-repeat;
    animation-delay: .3s
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-3 {
    width: 1403px;
    height: 433px;
    left: -682px;
    bottom: 0;
    background-image: url(../../../../../templates/bitrix24_2017/images/start-video-banner/layer-3.png);
    z-index: 1;
    animation-delay: .9s
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-3:before {
    content: '';
    position: absolute;
    width: 850px;
    height: 470px;
    top: 1px;
    left: 280px;
    background: url(../../../../../templates/bitrix24_2017/images/start-video-banner/shadow-2.png) no-repeat;
    animation-delay: .6s
}

.bxst-start-video-banner-scene.animated.startVideoBannerSceneFirst {
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-fill-mode: both
}

.bxst-start-video-banner-scene.animated.startVideoBannerScene {
    opacity: 1
}

.bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-1,.bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-2,.bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-2:before,.bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-3,.bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-3:before {
    animation-name: slideInUp;
    animation-duration: 1s;
    animation-fill-mode: both
}

.bxst-start-main-news {
    padding: 108px 0 100px 0
}

.bxst-start-main-news .bxst-start-main-news-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 61px
}

.bxst-start-main-news .bxst-start-main-news-subscribe-icons {
    display: inline-flex;
    align-items: center
}

.bxst-start-main-news .bxst-start-main-news-subscribe-icons-item {
    display: block;
    margin: auto 0 auto 10px
}

.bxst-start-main-news .bxst-start-main-news-subscribe-icons-item.rss {
    width: 21px;
    height: 21px;
    background: url(../../../../../templates/bitrix24_2017/images/icons/rss.png) no-repeat
}

.bxst-start-main-news .bxst-start-main-news-subscribe-icons-item.mail {
    width: 27px;
    height: 20px;
    background: url(../../../../../templates/bitrix24_2017/images/icons/mail.png) no-repeat
}

.bxst-start-main-news .bxst-start-main-news-more {
    margin-top: 50px;
    text-align: center
}

.bxst-start-main-news .bxst-start-main-news-subscribe {
    text-align: center
}

.bxst-start-main-news .bxst-start-main-news-subscribe {
    margin-top: 26px
}

.bxst-start-main-news .bxst-start-main-news-subscribe-link {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none
}

.bxst-main-publications-section {
    padding: 27px 15px 23px;
    background: #e9ecef
}

.bxst-main-publications {
    display: flex;
    align-items: center;
    justify-content: center
}

.bxst-main-publications-title {
    max-width: 260px;
    margin-right: 6px;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-main-publications-list {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bxst-main-publications-item-picture {
    margin: 0 35px
}

.bxst-main-publications-item-picture-image {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%
}

.bxst-main-publications-scene.animated.startPublicationsScene .bxst-main-publications-scene-item {
    animation-name: slideInRight;
    animation-duration: 1s;
    animation-fill-mode: both
}

.bxst-main-publications-scene.animated.startPublicationsScene .bxst-main-publications-scene-item .bxst-main-publications-item-picture {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both
}

.bxst-main-publications-section_column {
    padding: 74px 15px 55px;
    background: transparent
}

.bxst-main-publications-section_column .bxst-main-publications {
    flex-direction: column
}

.bxst-main-simple-content-area {
    padding: 55px 0 0
}

.bxst-primary-simple-content-area {
    padding: 55px 0
}

.bxst-simple-content-area {
    display: flex;
    justify-content: space-between
}

.bxst-simple-content-area.reverse {
    flex-direction: row-reverse
}

.bxst-simple-content-area-media {
    display: flex;
    align-items: flex-end
}

.bxst-simple-content-area-media-picture {
    display: block;
    margin: 0 auto;
    padding: 0 15px
}

.bxst-simple-content-area-content {
    max-width: 690px;
    margin-bottom: 50px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8;
    text-align: left
}

.bxst-simple-content-area-content .bxst-block-title {
    padding-bottom: 12px;
    text-align: left
}

.bxst-simple-content-area-content-button {
    margin-top: 28px
}

.bxst-simple-content-area .bxst-block-title {
    text-align: left
}

.bxst-simple-content-area .bxst-simple-content-area-list-body {
    display: flex
}

.bxst-simple-content-area .bxst-simple-content-area-list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0
}

.bxst-simple-content-area .bxst-simple-content-area-list li {
    text-align: left;
    box-sizing: border-box
}

.bxst-simple-content-area .bxst-simple-content-area-list li:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 36px;
    width: 5px;
    height: 5px;
    background: #00aeef;
    border-radius: 100%
}

.bxst-simple-content-area .bxst-simple-content-area-media-picture-image {
    display: block;
    max-width: 100%
}

.bxst-simple-content-area-line-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap
}

.bxst-simple-content-area-line-list .bxst-simple-content-area-line-list-item {
    margin: 10px
}

.bxst-simple-content-area-line-list .bxst-simple-content-area-line-list-picture {
    display: block;
    max-width: 190px;
    margin: 0 auto;
    padding: 0
}

.bxst-simple-content-area-features {
    padding-top: 8px
}

.bxst-simple-content-area-features .bxst-simple-content-area-list {
    margin: 40px 0 50px
}

.bxst-primary-table {
    width: 100%;
    font-size: .875rem;
    line-height: 1.8;
    box-sizing: border-box
}

.bxst-primary-table tr {
    padding: 10px 15px;
    border: 1px solid #e9ecef
}

.bxst-primary-table tr:nth-child(even) {
    background: #e9ecef
}

.bxst-primary-table th,.bxst-primary-table td {
    padding: 15px
}

.bxst-primary-table th {
    font-weight: 600
}

.bxst-nearest-event-banner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bxst-nearest-event-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px
}

.bxst-nearest-event-banner-calendar {
    display: flex;
    align-items: flex-end;
    padding: 6px 13px 20px 21px;
    border: 2px solid #6c757d;
    border-radius: 5px;
    color: #6c757d;
    font-size: 3rem;
    line-height: 1;
    box-sizing: border-box
}

.bxst-nearest-event-banner-calendar:before {
    content: '';
    display: block;
    position: relative;
    width: 32px;
    height: 29px;
    margin-right: 16px;
    margin-bottom: 3px;
    background: url(https://www.bitrix24.ru/bitrix/templates/bitrix24_2017/images/icons/calendar.svg) no-repeat
}

.bxst-nearest-event-banner-description {
    margin-left: 30px
}

.bxst-nearest-event-banner-type {
    color: #adb5bd;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase
}

.bxst-nearest-event-banner-title,.bxst-nearest-event-banner-title .bxst-nearest-event-banner-title-link {
    color: #262626;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-nearest-event-banner-label {
    position: relative;
    margin-top: -72px
}

.bxst-nearest-event-banner-label-outer {
    position: relative;
    top: 23px;
    padding: 9px 45px 25px 26px;
    background: #f1f5be
}

.bxst-nearest-event-banner-label-outer:before {
    content: '';
    position: absolute;
    width: calc(100% - 22px);
    height: 22px;
    left: 0;
    bottom: 100%;
    background: #f1f5be;
    box-sizing: border-box
}

.bxst-nearest-event-banner-label-outer:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 100%;
    border-bottom: 22px solid #e8d82a;
    border-right: 22px solid transparent;
    box-sizing: border-box
}

.bxst-nearest-event-banner-label-subtitle {
    color: #adb5bd;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px
}

.bxst-nearest-event-banner-label-title {
    margin-top: 4px;
    color: #262626;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-nearest-event-banner-label-link-cnt {
    margin-top: 15px
}

.bxst-nearest-event-banner-label-link {
    font-size: .875rem;
    text-transform: uppercase
}

.bxst-nearest-event-slim-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 41px 0 37px
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-inner {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 20px
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
    padding: 10px 12px 10px 18px;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 3.125rem;
    font-weight: 400;
    line-height: 1.8;
    white-space: nowrap
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar:before {
    content: '';
    display: block;
    position: relative;
    width: 34px;
    height: 28px;
    margin-right: 19px;
    background: url(../../../../../templates/bitrix24_2017/images/icons/calendar.png) no-repeat;
    background-size: contain
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description {
    margin: 0 41px;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.3
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description.empty-event {
    margin: auto;
    text-align: center
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-type {
    letter-spacing: -.5px
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-subtype {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-title {
    margin-top: 2px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -.7px
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-title:hover {
    text-decoration: underline
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-button {
    display: inline-flex;
    margin-top: 20px;
    padding: 5px 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
    cursor: pointer
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    cursor: pointer
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body {
    position: relative
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body:before,.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    opacity: .9
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body:before {
    transform: rotate(45deg)
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body:after {
    transform: rotate(-45deg)
}

.bxst-nearest-event-slim-banner .bxst-sticked .bxst-nearest-event-slim-banner-close {
    display: flex
}

.bxst-nearest-event-slim-banner .bxst-sticked .bxst-nearest-event-slim-banner-inner {
    justify-content: center;
    position: fixed;
    width: 100%;
    left: 0;
    background: #409eef;
    background: -moz-linear-gradient(-45deg, #2fc7f7 0%, #409eef 100%);
    background: -webkit-gradient(-45deg, color-stop(0%, #2fc7f7), color-stop(100%, #409eef));
    background: -webkit-linear-gradient(-45deg, #2fc7f7 0%, #409eef 100%);
    background: -o-linear-gradient(-45deg, #2fc7f7 0%, #409eef 100%);
    background: linear-gradient(135deg, #2fc7f7 0%, #409eef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2fc7f7, endColorstr=#409eef);
    box-shadow: 0 4px 10px -1px #dee2e6;
    box-sizing: border-box;
    z-index: 9
}

.bxst-section-position {
    position: relative
}

.bxst-section-features-background {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: -1
}

.bxst-section-features-background .bxst-section-background-field.bxst-section-background-left-1 {
    position: absolute;
    width: 476px;
    height: 741px;
    top: 0;
    left: 0;
    background: url(../../../../../templates/bitrix24_2017/images/background/left-flower.png) no-repeat
}

.bxst-section-features-background .bxst-section-background-field.bxst-section-background-right-1 {
    position: absolute;
    width: 846px;
    height: 624px;
    top: 0;
    right: 0;
    background: url(../../../../../templates/bitrix24_2017/images/background/right-laptop.png) no-repeat
}

.bxst-section-features-background .bxst-section-background-field.bxst-section-background-right-1 .bxst-section-background-right-1-picture {
    position: absolute;
    top: 103px;
    right: 0;
    width: 490px;
    height: 355px;
    z-index: -2
}

.bxst-section-features-preview {
    max-width: 980px;
    margin: auto;
    padding: 101px 0 58px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-section-features-preview .bxst-section-features-preview-inner {
    max-width: 550px
}

.bxst-section-features-preview .bxst-block-title {
    margin-bottom: 20px;
    text-align: left
}

.bxst-section-features-preview .bxst-section-features-preview-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 510px;
    margin: 70px 0 0;
    padding: 0;
    list-style: none
}

.bxst-section-features-preview .bxst-section-features-preview-list-item {
    max-width: 41%;
    margin-bottom: 52px
}

.bxst-section-features-preview .bxst-section-features-preview-list-item-icon .bxst-section-features-preview-list-item-icon-image {
    display: block;
    margin: 0;
    padding: 0
}

.bxst-section-features-preview .bxst-section-features-preview-list-item-content {
    margin-top: 10px
}

.bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-section,.bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-section {
    justify-content: flex-start
}

.bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-section-inner,.bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-section-inner {
    flex-direction: row-reverse
}

.bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-section-media-image,.bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-section-media-image {
    margin-left: 0;
    margin-right: auto
}

.bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-section-content,.bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-section-content {
    padding: 0 0 0 50px
}

.bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-slim,.bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-slim {
    justify-content: center
}

.bxst-features-section-list .bxst-section.bxst-section_position-left .bxst-features-section {
    justify-content: flex-end
}

.bxst-features-section-list .bxst-section.bxst-section_position-left .bxst-features-section-inner {
    flex-direction: row
}

.bxst-features-section-list .bxst-section.bxst-section_position-left .bxst-features-section-content {
    padding: 0 50px 0 0
}

.bxst-features-section {
    display: flex;
    justify-content: flex-end
}

.bxst-features-section .bxst-block-title {
    text-align: left
}

.bxst-features-section .bxst-features-section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    max-width: 91%;
    flex: 0 0 1500px;
    margin: 0 auto;
    box-sizing: border-box
}

.bxst-features-section .bxst-features-section-content {
    flex: 1;
    max-width: 500px;
    padding: 0 50px 0 0;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8;
    box-sizing: border-box
}

.bxst-features-section .bxst-features-section-media {
    flex: 1;
    box-sizing: border-box
}

.bxst-features-section .bxst-features-section-media .bxst-youtube-video-player-body {
    position: relative;
    max-width: 910px;
    padding-bottom: 56.25%;
    background: transparent;
    border-radius: 5px;
    box-sizing: border-box
}

.bxst-features-section .bxst-features-section-media .bxst-youtube-video-player-body iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0
}

.bxst-features-section .bxst-features-section-media-content {
    position: relative;
    max-width: 910px;
    flex: 1
}

.bxst-features-section .bxst-features-section-content-button {
    margin-top: 70px
}

.bxst-features-section .bxst-features-section-media-image {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.bxst-features-section .bxst-features-section-media-image {
    margin-left: auto;
    margin-right: 0
}

.bxst-features-section.reverse {
    justify-content: flex-start
}

.bxst-features-section.reverse .bxst-features-section-inner {
    flex-direction: row-reverse
}

.bxst-features-section.reverse .bxst-features-section-content {
    padding: 0 0 0 50px
}

.bxst-features-section.reverse .bxst-features-section-media-image {
    margin-left: 0;
    margin-right: auto
}

.bxst-features-section.bxst-features-section-bg-1 {
    padding-top: 75px;
    padding-bottom: 122px;
    background: url(../../../../../templates/bitrix24_2017/images/background/features-bg-1.png) no-repeat;
    background-position-x: center;
    background-size: contain
}

.bxst-features-section.bxst-features-section-bg-2 {
    padding-top: 69px;
    padding-bottom: 82px;
    background: url(../../../../../templates/bitrix24_2017/images/background/features-bg-2.png) no-repeat;
    background-position-x: center;
    background-size: contain
}

.bxst-features-section.bxst-features-section-bg-3 {
    margin-bottom: 58px;
    background: url(../../../../../templates/bitrix24_2017/images/background/features-bg-3.png) no-repeat;
    background-position-x: center;
    background-size: contain
}

.bxst-features-section.bxst-features-slim {
    justify-content: center
}

.bxst-features-slim {
    padding: 90px 15px 0;
    box-sizing: border-box
}

.bxst-features-slim .bxst-features-section-inner {
    max-width: 1210px;
    padding-bottom: 90px
}

.bxst-features-slim .bxst-features-section-inner,.bxst-features-slim .bxst-features-section-content {
    flex: 1 0 100%
}

.bxst-features-slim .bxst-media-laptop {
    padding-top: 3.95%;
    background: url(../../../../../templates/bitrix24_2017/images/features/browser-bar-top.png) no-repeat;
    background-size: contain
}

.bxst-features-slim .bxst-media-laptop .bxst-features-section-media-image {
    border-left: 2px solid #e9ecef;
    border-right: 2px solid #e9ecef;
    border-bottom: 2px solid #e9ecef
}

.bxst-features-slim .bxst-section-centered {
    justify-content: center
}

.bxst-features-slim .bxst-section-centered .bxst-features-section-content {
    max-width: 800px
}

.bxst-features-slim .bxst-section-bordered {
    border-bottom: 1px solid #e9ecef
}

.bxst-features-slim.bxst-features-slim-logo-list {
    padding-top: 45px
}

.bxst-section-centered {
    text-align: center
}

.bxst-section-centered .bxst-features-section-content,.bxst-section-centered .bxst-features-section-media {
    padding: 0
}

.bxst-section-centered .bxst-block-title {
    text-align: center
}

.bxst-features-section-label {
    display: block;
    color: #b7db2a;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.8;
    text-transform: uppercase
}

.bxst-helpdesk-features-section {
    padding-top: 17px
}

.bxst-helpdesk-features-section .bxst-helpdesk-section {
    padding-top: 63px;
    padding-bottom: 18px
}

.bxst-helpdesk-section-inner {
    display: flex;
    justify-content: space-between
}

.bxst-helpdesk-section-title {
    flex: 0 0 31%;
    box-sizing: border-box
}

.bxst-helpdesk-section-title .bxst-block-title {
    text-align: left
}

.bxst-helpdesk-section-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 1 1 69%;
    max-width: 69%;
    margin-top: 19px;
    box-sizing: border-box
}

.bxst-helpdesk-section-list-item {
    display: flex;
    align-items: center;
    flex: 1 0 50%;
    margin-bottom: 60px;
    color: #262626;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-helpdesk-section-list-item:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 17px;
    background: url(https://www.bitrix24.ru/bitrix/templates/bitrix24_2017/images/icons/icon-bullit.svg) no-repeat
}

.bxst-helpdesk-section-list-item-inner {
    max-width: 340px
}

.bxst-helpdesk-section-list-item-link {
    display: inline-block;
    position: relative;
    cursor: pointer
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-label {
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    color: #c95095;
    font-size: .625rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-label.success {
    color: #b7db2a
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow {
    display: inline-block;
    position: relative;
    width: 3px;
    height: 12px;
    margin-left: 15px;
    font-size: 0
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow:before,.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 8px;
    background: #00aeef;
    border-radius: 5px
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow:before {
    top: 0;
    transform: rotate(-45deg)
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow:after {
    bottom: 0;
    transform: rotate(45deg)
}

.bxst-section-companies-count {
    padding: 100px 0 100px;
    background: url(https://www.bitrix24.ru/bitrix/templates/bitrix24_2017/images/background/cloud-5.svg) no-repeat;
    background-position: bottom;
    text-align: center
}

.bxst-section-companies-count .bxst-section-companies-count-button {
    margin-top: 50px
}

.bxst-youtube-popup-default.popup-window {
    max-width: 850px;
    width: 100%;
    min-width: 320px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 #dee2e6;
    box-sizing: border-box
}

.bxst-youtube-popup-default .popup-window-content {
    position: relative;
    padding-bottom: 56.25%;
    background: transparent;
    border-radius: 5px;
    box-sizing: border-box
}

.bxst-youtube-popup-default .popup-window-content iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0
}

.bxst-youtube-popup-default .popup-window-close-icon {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px;
    background: #fff;
    border-radius: 100%;
    font-size: 0;
    outline: 0;
    opacity: .7;
    transition: all 0.2s ease-in-out;
    box-shadow: 2px 2px 7px 0 #262626;
    cursor: pointer
}

.bxst-youtube-popup-default .popup-window-close-icon:before,.bxst-youtube-popup-default .popup-window-close-icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 17px;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #dee2e6;
    border-radius: 5px;
    transition: all 0.2s ease-in-out
}

.bxst-youtube-popup-default .popup-window-close-icon:before {
    transform: rotate(45deg)
}

.bxst-youtube-popup-default .popup-window-close-icon:after {
    transform: rotate(-45deg)
}

.bxst-youtube-popup-default .popup-window-close-icon:hover {
    opacity: 1
}

.bxst-youtube-popup-default .popup-window-close-icon:hover:before,.bxst-youtube-popup-default .popup-window-close-icon:hover:after {
    background: #68ddff
}

.bxst-features-table-section {
    padding-bottom: 100px
}

.bxst-features-table .bxst-features-table-header-switch {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.bxst-features-table .bxst-features-table-header-switch__icon {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #dee2e6;
    border-radius: 100%;
    cursor: pointer
}

.bxst-features-table .bxst-features-table-header-switch__icon:before,.bxst-features-table .bxst-features-table-header-switch__icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    top: 50%;
    left: 50%;
    background: #00aeef;
    transform: translate(-50%)
}

.bxst-features-table .bxst-features-table-header-switch__icon:after {
    transform: translate(-50%) rotate(90deg)
}

.bxst-features-table .bxst-features-table-header-switch__title {
    margin-top: 10px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.bxst-features-table.sections-shown .bxst-features-table-header-switch__icon:after {
    transform: translate(-50%)
}

.bxst-features-table .bxst-features-table-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 30px 24px;
    background-color: #e9ecef;
    border-radius: 5px
}

.bxst-features-table .bxst-features-table-header-control-section {
    display: flex;
    align-items: center
}

.bxst-features-table .bxst-features-table-swich-title {
    color: #262626;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer
}

.bxst-features-table .bxst-features-table-swich-title.active {
    color: #00aeef;
    cursor: pointer
}

.bxst-features-table .bxst-features-table-swich {
    display: block;
    position: relative;
    width: 44px;
    height: 24px;
    margin: 0 22px
}

.bxst-features-table .bxst-features-table-swich-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    transition: .4s linear;
    cursor: pointer
}

.bxst-features-table .bxst-features-table-swich-slider:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    bottom: 3px;
    background-color: #00aeef;
    border-radius: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.bxst-features-table .bxst-features-table-swich.checked .bxst-features-table-swich-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.bxst-features-table .bxst-features-table-title,.bxst-features-table .bxst-features-table-description {
    color: #262626;
    font-weight: 400;
    line-height: 1.5
}

.bxst-features-table .bxst-features-table-title {
    font-size: 1.5rem
}

.bxst-features-table .bxst-features-table-description {
    font-size: .875rem
}

.bxst-features-table .bxst-prices-table-features-icon.checked {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://www.bitrix24.ru/bitrix/templates/bitrix24_2017/images/icons/icon-check.svg) no-repeat
}

.bxst-features-table .bxst-prices-table-features-icon.unchecked {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://www.bitrix24.ru/bitrix/templates/bitrix24_2017/images/icons/icon-uncheck.svg) no-repeat
}

.bxst-features-table .bxst-features-table-section-row {
    display: flex;
    align-items: center;
    padding: 24px 30px 28px 30px;
    box-sizing: border-box
}

.bxst-features-table .bxst-features-table-section-row.subsection-hidden {
    display: none
}

.bxst-features-table.equal .n-equal-section {
    display: none
}

.bxst-features-table .bxst-features-table-section-section {
    border-bottom: 1px solid #dee2e6
}

.bxst-features-table .bxst-features-table-section-sidebar {
    flex: 1;
    max-width: 360px
}

.bxst-features-table .bxst-features-table-section-sidebar_no-restriction {
    max-width: none
}

.bxst-features-table .bxst-features-table-section-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1
}

.bxst-features-table .bxst-features-table-section-item {
    display: flex;
    justify-content: center;
    flex: 1;
    font-size: 1rem;
    text-align: center
}

.bxst-features-table .bxst-features-table-title-bordered {
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6
}

.bxst-features-table .bxst-features-table-section-title {
    cursor: pointer
}

.bxst-features-table .bxst-features-table-section-subsection {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #e9ecef
}

.bxst-features-table .bxst-features-table-section-subsection .bxst-features-table-section-sidebar .bxst-features-table-title {
    color: #262626;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-features-table .bxst-features-table-title-icon {
    display: inline-block;
    flex: 0 0 10px;
    position: relative;
    width: 10px;
    height: 9px;
    margin: 0 23px 0 7px;
    font-size: 0
}

.bxst-features-table .bxst-features-table-title-icon:before,.bxst-features-table .bxst-features-table-title-icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    background: #00aeef;
    border-radius: 5px
}

.bxst-features-table .bxst-features-table-title-icon:before {
    left: 0;
    transform: rotate(45deg)
}

.bxst-features-table .bxst-features-table-title-icon:after {
    right: 0;
    transform: rotate(-45deg)
}

.bxst-features-table .section-hidden .bxst-features-table-title-icon:before {
    transform: rotate(-45deg)
}

.bxst-features-table .section-hidden .bxst-features-table-title-icon:after {
    transform: rotate(45deg)
}

.bxst-features-table .bxst-features-table-section-dropdown {
    padding: 39px 41px;
    background-color: #e9ecef
}

.bxst-features-table .bxst-features-table-section-dropdown .bxst-features-table-section-row {
    padding: 0 0 40px
}

.bxst-features-table_white .bxst-features-table-header {
    background-color: transparent
}

.bxst-features-table_white .bxst-features-table-section-subsection {
    background-color: transparent
}

.bxst-features-table_slim .bxst-features-table-section-row {
    padding-top: 19px;
    padding-bottom: 19px
}

.bxst-features-table_slim .bxst-features-table-title-bordered {
    padding-top: 10px;
    padding-bottom: 10px
}

.bxst-features-table_slim .bxst-features-table-section-section {
    background-color: rgba(104,221,255,0.1)
}

.bxst-tools-section {
    padding: 120px 0 20px
}

.bxst-tools-section_gradient {
    padding: 30px 0
}

.bxst-tools-section .bxst-tools-list {
    padding-top: 100px
}

.bxst-tools-list__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap
}

.bxst-tools-list__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1 0 100%;
    max-width: 25%;
    margin-bottom: 100px;
    text-align: center
}

.bxst-tools-list__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 75px
}

.bxst-tools-list__picture {
    display: block;
    max-width: 100px;
    max-height: 75px;
    width: 100%;
    height: auto;
    margin: auto
}

.bxst-tools-list__title {
    margin-top: 35px;
    color: #262626;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -.11px
}

.bxst-tools-list__description {
    max-width: 85%;
    margin-top: 20px;
    color: #495057;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8
}

.bxst-content-painter {
    position: relative
}

.bxst-content-painter__label {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.bxst-content-painter_bordered {
    border: 2px solid #dee2e6;
    border-radius: .375rem
}

.hide-on-screen-xl {
    display: none !important
}

.show-on-screen-xl {
    display: unset !important
}

@media (max-width: 1200px) {
    .bxst-nearest-event-banner-calendar {
        padding:6px 10px 6px 16px;
        font-size: 2.5rem
    }

    .bxst-nearest-event-banner-calendar:before {
        margin-bottom: 5px
    }

    .bxst-nearest-event-banner-type,.bxst-nearest-event-banner-label-subtitle,.bxst-nearest-event-banner-label-link {
        font-size: .75rem
    }

    .bxst-nearest-event-banner-title {
        font-size: 1.25rem
    }

    .bxst-nearest-event-banner-label-title {
        font-size: 1rem
    }

    .bxst-section-features-preview {
        font-size: 1rem
    }

    .bxst-section-features-background .bxst-section-background-field.bxst-section-background-right-1 {
        width: 750px;
        height: 553px;
        background-size: contain
    }

    .bxst-section-features-background .bxst-section-background-field.bxst-section-background-right-1 .bxst-section-background-right-1-picture {
        top: 92px;
        width: 434px;
        height: 314px
    }

    .bxst-helpdesk-section-list-item {
        margin-bottom: 35px;
        font-size: 1.125rem
    }

    .hide-on-screen-lg {
        display: none !important
    }

    .show-on-screen-lg {
        display: unset !important
    }
}

@media (max-width: 992px) {
    .bxst-section-features-preview {
        font-size:1rem
    }

    .bxst-block-title.bxst-title-lg {
        font-size: 2.5rem
    }

    .bxst-block-title.bxst-title-md {
        font-size: 2.25rem
    }

    .bxst-block-title.bxst-title-sm {
        font-size: 2rem
    }

    .bxst-start-main-news {
        padding: 70px 0 70px 0
    }

    .bxst-main-publications-title {
        font-size: 1rem
    }

    .bxst-main-publications-item-picture {
        margin: 0 25px
    }

    .bxst-simple-content-area-content {
        font-size: 1rem
    }

    .bxst-nearest-event-banner-label-title {
        font-size: 1rem
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar {
        font-size: 2.5rem
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description {
        margin: 0 20px;
        font-size: 1.625rem
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-subtype {
        font-size: 1.25rem
    }

    .bxst-section-features-preview {
        padding: 50px 15px
    }

    .bxst-section-features-preview .bxst-section-features-preview-list {
        margin-top: 20px
    }

    .bxst-section-features-preview .bxst-section-features-preview-list-item {
        margin-bottom: 20px
    }

    .bxst-section-features-preview .bxst-section-features-preview-inner {
        margin: 0 auto
    }

    .bxst-section-features-background .bxst-section-background-field.bxst-section-background-right-1 {
        display: none
    }

    .bxst-features-section .bxst-features-section-content {
        font-size: 1rem
    }

    .bxst-features-section .bxst-features-section-content-button {
        margin-top: 40px
    }

    .bxst-features-slim {
        padding: 50px 15px
    }

    .bxst-features-slim .bxst-features-section-inner {
        padding-bottom: 0;
        border: none
    }

    .bxst-helpdesk-features-section {
        display: none
    }

    .bxst-features-table-section {
        display: none
    }

    .bxst-section-companies-count {
        padding: 50px
    }

    .bxst-tools-section {
        padding: 60px 0 20px
    }

    .bxst-tools-section_gradient {
        padding: 15px 0
    }

    .bxst-tools-section .bxst-tools-list {
        padding-top: 50px
    }

    .bxst-tools-list__item {
        max-width: 33.333%;
        margin-bottom: 50px
    }

    .bxst-tools-list__picture {
        max-width: 80px;
        max-height: 50px
    }

    .bxst-tools-list__title {
        margin-top: 20px;
        font-size: 1.25rem
    }

    .bxst-tools-list__description {
        margin-top: 10px;
        font-size: .875rem
    }

    .hide-on-screen-md {
        display: none !important
    }

    .show-on-screen-md {
        display: unset !important
    }
}

@media (max-width: 768px) {
    .bxst-block-title.bxst-title-lg {
        font-size:2.25rem
    }

    .bxst-block-title.bxst-title-md {
        font-size: 2rem
    }

    .bxst-block-title.bxst-title-sm {
        font-size: 1.625rem
    }

    .bxst-registration-banner {
        padding: 31px 0 38px 0;
        background-size: contain
    }

    .bxst-registration-banner .bxst-registration-banner-button {
        margin-top: 20px
    }

    .bxst-registration-banner-slim {
        padding: 25px 0 25px 0
    }

    .bxst-registration-banner-slim .bxst-registration-banner-button {
        margin-top: 14px
    }

    .bxst-start-main-news {
        padding: 46px 0 50px 0
    }

    .bxst-main-publications-title {
        font-size: .875rem
    }

    .bxst-main-publications-item-picture {
        margin: 0 15px
    }

    .bxst-simple-content-area-content {
        font-size: .875rem
    }

    .bxst-simple-content-area {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .bxst-simple-content-area.reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .bxst-simple-content-area .bxst-block-title {
        text-align: center
    }

    .bxst-simple-content-area .bxst-simple-content-area-list-body {
        justify-content: center
    }

    .bxst-simple-content-area .bxst-simple-content-area-list {
        margin: 25px 0
    }

    .bxst-simple-content-area .bxst-simple-content-area-list li:before {
        margin-right: 15px
    }

    .bxst-simple-content-area,.bxst-simple-content-area-content,.bxst-simple-content-area-media {
        justify-content: center;
        text-align: center
    }

    .bxst-simple-content-area-content {
        max-width: none
    }

    .bxst-simple-content-area-media {
        display: block
    }

    .bxst-simple-content-area-media-picture {
        max-width: 100%;
        padding: 0
    }

    .bxst-nearest-event-banner-label {
        display: none
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar {
        font-size: 1.875rem
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description {
        margin: 0 20px;
        font-size: 1.25rem
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-subtype {
        font-size: 1rem
    }

    .bxst-features-section .bxst-features-section-inner {
        justify-content: center;
        flex-wrap: wrap-reverse;
        flex-direction: row;
        flex: 1 0 100%;
        max-width: 100%
    }

    .bxst-features-section .bxst-features-section-content,.bxst-features-section .bxst-features-section-media {
        flex: 1 0 100%
    }

    .bxst-features-section .bxst-features-section-content {
        padding: 50px 15px 0
    }

    .bxst-features-section .bxst-features-section-content-button {
        margin-top: 25px
    }

    .bxst-features-section.reverse .bxst-features-section-inner {
        flex-direction: inherit
    }

    .bxst-features-section.reverse .bxst-features-section-content {
        padding: 50px 15px 0
    }

    .bxst-features-section.bxst-features-section-bg-1,.bxst-features-section.bxst-features-section-bg-2,.bxst-features-section.bxst-features-section-bg-3 {
        padding: 50px 0
    }

    .bxst-features-slim {
        padding: 20px 15px
    }

    .bxst-features-slim.bxst-features-slim-logo-list {
        padding-top: 20px
    }

    .bxst-features-slim-logo-list {
        padding: 50px 15px 0
    }

    .bxst-features-slim-logo-list .bxst-features-section-content {
        padding: 0
    }

    .bxst-features-slim-logo-list .bxst-simple-content-area-line-list-item {
        display: flex;
        justify-content: center;
        flex: 1 0 calc(50% - 20px);
        margin-top: 15px;
        margin-bottom: 15px;
        box-sizing: border-box
    }

    .bxst-features-slim-logo-list .bxst-simple-content-area-line-list-picture {
        max-width: 120px;
        max-height: 45px
    }

    .bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-section-content,.bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-section-content {
        padding: 50px 15px 0
    }

    .bxst-features-section-list .bxst-section.bxst-section_position-left .bxst-features-section-content {
        padding: 50px 15px 0
    }

    .bxst-portal-buyer-request-window-parent {
        left: 0 !important;
        right: 0 !important;
        max-width: 100%;
        z-index: 3 !important
    }

    .bxst-portal-buyer-request-window {
        display: flex !important;
        flex-direction: column
    }

    .bxst-portal-buyer-request-window .bxst-portal-buyer-request-window-section {
        flex-direction: column
    }

    .bxst-portal-buyer-request-window .bxst-portal-buyer-request-window-input-section {
        margin: 0 auto
    }

    .bxst-tools-list__item {
        max-width: 50%
    }

    .bxst-tools-list__title {
        font-size: 1rem
    }

    .bxst-tools-list__description {
        font-size: .875rem
    }

    .hide-on-screen-sm {
        display: none !important
    }

    .show-on-screen-sm {
        display: unset !important
    }
}

@media (max-width: 576px) {
    .bxst-block-title {
        font-weight:500
    }

    .bxst-block-title.bxst-title-lg {
        font-size: 1.625rem
    }

    .bxst-block-title.bxst-title-md {
        font-size: 1.375rem
    }

    .bxst-block-title.bxst-title-sm {
        font-size: 1.125rem
    }

    .bxst-double-header {
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .bxst-double-header .bxst-block-title {
        padding: 0;
        margin: 0 auto 15px
    }

    .bxst-start-video-banner {
        display: none
    }

    .bxst-start-main-news {
        padding: 46px 0 50px 0
    }

    .bxst-start-main-news .bxst-start-main-news-more {
        margin-top: 20px
    }

    .bxst-main-publications-section {
        padding: 18px 15px 25px
    }

    .bxst-main-publications {
        flex-wrap: wrap
    }

    .bxst-main-publications-list {
        flex: 1 0 100%;
        margin-top: 15px;
        box-sizing: border-box
    }

    .bxst-main-publications-scene-item {
        margin: 0 1.5%
    }

    .bxst-main-publications-title {
        margin: 0;
        font-size: .875rem;
        text-align: center
    }

    .bxst-main-publications-item-picture {
        margin: auto
    }

    .bxst-main-publications-item-picture-image {
        margin: auto
    }

    .bxst-nearest-event-banner,.bxst-nearest-event-banner-inner {
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .bxst-nearest-event-banner-inner {
        margin: 30px auto
    }

    .bxst-nearest-event-banner-description {
        margin: 30px auto 0
    }

    .bxst-nearest-event-slim-banner {
        padding: 20px 0 15px
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar {
        margin: auto;
        border-width: 1px;
        font-size: 1.25rem
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar:before {
        width: 26px;
        height: 22px
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description {
        margin: 14px auto 0;
        font-size: .875rem
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-subtype {
        font-size: 1rem
    }

    .bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-title {
        margin-top: 0
    }

    .bxst-section-features-background {
        display: none
    }

    .bxst-section-features-preview {
        padding: 50px 15px;
        font-size: .875rem
    }

    .bxst-section-features-preview .bxst-section-features-preview-list {
        margin: 20px auto 0
    }

    .bxst-section-features-preview .bxst-section-features-preview-list-item {
        max-width: none;
        margin-bottom: 20px
    }

    .bxst-section-features-preview .bxst-section-features-preview-inner {
        margin: 0 auto
    }

    .bxst-features-section .bxst-features-section-content {
        padding-top: 30px;
        font-size: .875rem
    }

    .bxst-features-section.reverse .bxst-features-section-content {
        padding-top: 20px
    }

    .bxst-features-section.bxst-features-section-bg-1,.bxst-features-section.bxst-features-section-bg-2,.bxst-features-section.bxst-features-section-bg-3 {
        padding: 20px 0
    }

    .bxst-features-slim-logo-list {
        padding: 50px 15px 0
    }

    .bxst-features-slim-logo-list .bxst-features-section-content {
        padding: 0
    }

    .bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-section-content,.bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-section-content {
        padding-top: 30px
    }

    .bxst-features-section-list .bxst-section.bxst-section_position-left .bxst-features-section-content {
        padding-top: 30px
    }

    .bxst-tools-list__item {
        max-width: 100%
    }

    .bxst-tools-list__title {
        font-size: .875rem
    }

    .bxst-tools-list__description {
        margin-top: 5px
    }

    .hide-on-screen-xs {
        display: none !important
    }

    .show-on-screen-xs {
        display: unset !important
    }
}

.content-background.content-background_cloud-1 {
    background-image: url(../../../../../../images/content_common/background/cloud-1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.bxst-masonry__column_1,.bxst-masonry__column_2,.bxst-masonry__column_3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

.bxst-masonry__item_table {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table
}

@media (min-width: 768px) {
    .bxst-masonry__column_md-2 {
        -webkit-column-count:2;
        -moz-column-count: 2;
        column-count: 2
    }

    .bxst-masonry__column_md-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

/* End */
/* Start:/local/components/sb/gdpr.cookie.settings.bitrix24/templates/.default/style.min.css?17216522312148*/
.bx-main-user-cookie-settings .bx-main-user-cookie-settings__header {
    margin-bottom: 10px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5
}

.bx-main-user-cookie-settings .bx-main-user-cookie-settings__description {
    font-size: .875rem;
    line-height: 1.5
}

.bx-main-user-cookie-settings .bx-main-user-cookie-settings__description p:last-child {
    margin-bottom: 0
}

.bx-main-user-cookie-settings .bx-main-user-cookie-settings__controller {
    margin: 15px 0
}

.bx-main-user-cookie-settings .bx-main-user-cookie-settings__switch {
    margin-bottom: .5rem
}

.bx-main-user-cookie-settings .bx-main-user-cookie-settings__input {
    display: none
}

.bx-main-user-cookie-settings__input[disabled]+.bx-main-user-cookie-settings__label {
    opacity: .5
}

.bx-main-user-cookie-settings__input[type="checkbox"]:not([disabled])+.bx-main-user-cookie-settings__label .bx-main-user-cookie-settings__selector:hover {
    background-color: #f8f9fa;
    cursor: pointer
}

.bx-main-user-cookie-settings__input[type="checkbox"]:checked+.bx-main-user-cookie-settings__label .bx-main-user-cookie-settings__selector {
    border-color: #b7db2a
}

.bx-main-user-cookie-settings__input[type="checkbox"]:checked+.bx-main-user-cookie-settings__label .bx-main-user-cookie-settings__selector-switch {
    left: 55%;
    background-color: #b7db2a
}

.bx-main-user-cookie-settings .bx-main-user-cookie-settings__label {
    display: flex;
    align-items: center;
    transition: all 200ms ease-in-out
}

.bx-main-user-cookie-settings .bx-main-user-cookie-settings__selector {
    display: block;
    position: relative;
    width: 60px;
    height: 30px;
    border-width: 2px;
    border-style: solid;
    border-color: #dee2e6;
    border-radius: 25%/50%;
    transition: all 200ms ease-in-out
}

.bx-main-user-cookie-settings .bx-main-user-cookie-settings__selector:dir(ltr) {
    margin-right: 15px
}

.bx-main-user-cookie-settings .bx-main-user-cookie-settings__selector:dir(rtl) {
    margin-left: 15px
}

.bx-main-user-cookie-settings .bx-main-user-cookie-settings__selector-switch {
    position: absolute;
    width: 40%;
    height: 80%;
    top: 50%;
    left: 5%;
    border-radius: 100%;
    background-color: #dee2e6;
    transform: translate(0, -50%);
    transition: all 200ms ease-in-out
}

.bx-main-user-cookie-settings .bx-main-user-cookie-settings__selector-text {
    flex: 1;
    font-size: .875rem;
    line-height: 22px
}

/* End */
/* /bitrix/content_vendors/bootstrap/dist/css/bootstrap.non.critical.bx.min.css?165339361167018 */
/* /bitrix/templates/bitrix24_2017/css/app.min.css?172526444716195 */
/* /bitrix/templates/bitrix24_2017/css/styles.min.css?172442137859801 */
/* /local/components/sb/gdpr.cookie.settings.bitrix24/templates/.default/style.min.css?17216522312148 */
