@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

/*
@font-face {
        font-family: "YandexSansDisplay";
        src: url("/templates/YandexSansDisplay-Thin.woff") format("woff2"),
        url("/templates/YandexSansDisplay-Thin.woff") format("woff");
        font-weight: normal;
        font-style: normal;
        }

@font-face {
        font-family: "YandexSansDisplay";
        src: url("/templates/YandexSansDisplay-Bold.woff2") format("woff2"),
        url("/templates/YandexSansDisplay-Bold.woff") format("woff");
        font-weight: 700;
        font-style: normal;
        }
*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

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

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

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

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

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

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("/templates/img/arp1.png")
}

.carousel-control-next-icon {
    background-image: url("/templates/img/arn1.png")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 7px;
    margin-left: 7px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(155, 155, 155, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #44c
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.d-block {
    display: block!important
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px!important
    }
    .container {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}


@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}


.far {
    font-weight: 400
}

.fa,
.fas {
    font-weight: 900
}

.owl-carousel {
    display: none;
    align-items: center;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../libs/owl/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111519;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cuprum', sans-serif;
    line-height: 1.1em;
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    -webkit-border-radius: 0;
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.d-block {
    display: block!important
}

.justify-content-none {
    -webkit-box-pack: none!important;
    -webkit-justify-content: none!important;
    -ms-flex-pack: none!important;
    justify-content: none!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -webkit-justify-content: space-around!important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -webkit-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -webkit-align-content: flex-start!important;
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -webkit-align-content: flex-end!important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -webkit-align-content: space-between!important;
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -webkit-align-content: space-around!important;
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -webkit-align-self: flex-start!important;
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -webkit-align-self: flex-end!important;
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -webkit-align-self: baseline!important;
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -webkit-justify-content: space-around!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -webkit-align-content: flex-start!important;
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -webkit-align-content: flex-end!important;
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -webkit-align-content: center!important;
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -webkit-align-content: space-between!important;
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -webkit-align-content: space-around!important;
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -webkit-align-content: stretch!important;
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -webkit-align-self: auto!important;
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -webkit-align-self: flex-start!important;
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -webkit-align-self: flex-end!important;
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -webkit-align-self: baseline!important;
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -webkit-align-self: stretch!important;
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

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

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

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

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

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

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

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

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

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

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

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: #0081c2;
    color: #fff
}

::selection {
    background-color: #0081c2;
    color: #fff
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden
}

body input,
body textarea {
    border: #666 1px solid;
    outline: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid,
body textarea:required:valid {
    border-color: green
}

button,
button:focus,
button:hover {
    outline: 0
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-responsive.img-width {
    width: 100%
}

.text-center {
    text-align: center
}

b,
strong {
    font-weight: 700
}

.top-header {
    background-color: #fff;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.top-header .logo {
    width: 100%;
    height: auto
}

.top-header .logo img {
    width: 300px;
    height: auto
}

.top-header .logo svg {
    vertical-align: middle
}

.top-header .menu ul {
    margin: 0;
    padding: 0
}

.top-header .menu ul li {
    font-weight: bolder; 
    list-style: none;
    display: inline-block;
    padding: 0 10px
}

.top-header .menu ul li a {
    color: #0081c2;
}

.top-header .menu ul li img {
    margin-right: 5px;
    margin-top: -5px;
    width: 25px;
    height: auto
}

.top-header .menu ul li a:hover {
    text-decoration: underline
}

.top-header .manulog {
    width: 20px;
    height: auto
}

.top-header .contacts {
    font-size: 1.5rem;
    color: #0081c2;
    width: 100%;
    margin-right: 25px
}

.top-header .contacts a {
    color: #0081c2;
}

.top-header .contacts img {
    padding: 0;
    margin: 0;
}

.top-header .contacts a p {
    color: #0081c2;
    text-decoration: none;
    padding: 0;
    margin: 0;
    line-height: 1.5
}

.top-header .contacts h5 {
    padding: 0;
    margin: 0
}

.top-header .search {
    height: 30px;
    padding: 0;
    margin: 0
}

.top-header .search input {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding-left: 16px
}

.carousel-inner .carousel-item img {
    width: 100%;
    height: auto
}

.dop_name {
    background-color: #0081c2;
    text-align: center
}

.dop_name p {
    font-size: 18px;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    font-weight: 500
}

.tabs,
.tabs_2 {
    padding: 0;
    margin: 0 auto;
    padding-top: 15px
}

.tabs>section {
    display: none;
    padding: 15px;
    background: #f1f1f1;
    border: 0 solid #ddd;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px
}

.tabs_2>section {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    border-radius: 0
}

.tabs>section>p,
.tabs_2>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.tabs>input,
.tabs_2>input {
    display: none;
    position: absolute
}

.tabs>label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 5px 5px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #0081c2;
    border: 0 solid #ddd;
    border-width: 0px 0px 0px 0px;
    background: #fff;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.tabs>label h2 {
    font-size: 15px;
    padding: 0;
    margin: 0
}

.tabs_2>label {
    display: inline-block;
    margin: 0 0 -1px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    border: 0 solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #fafafa;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 15px 25px;
    color: #acacac
}

.tabs>label:hover,
.tabs_2>label:hover {
    color: #888;
    cursor: pointer
}

.tabs>input:checked+label {
    color: #0081c2;
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #f1f1f1;
    background: #f1f1f1
}

.tabs_2>input:checked+label {
    text-decoration: underline;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    background: 0 0;
    color: #000
}

#tab1:checked~#content-tab1,
#tab1_2:checked~#content-tab1_2,
#tab2:checked~#content-tab2,
#tab2_2:checked~#content-tab2_2,
#tab3:checked~#content-tab3,
#tab3_2:checked~#content-tab3_2,
#tab4:checked~#content-tab4,
#tab4_2:checked~#content-tab4_2 {
    display: block
}

.tabs h5,
.tabs_2 h5 {
    text-transform: uppercase;
    color: #aebdc6;
    font-size: 13px;
    font-weight: 800;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    padding-top: 15px
}

.tovar .tabs_2 h2 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 15px
}

.tovar .tabs_2 h3 {
    font-size: 1.0rem;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 15px
}

.tovar .tabs_2 p {
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px
}

.tabs ul {
    padding: 0;
    margin: 0;
    width: 100%
}

.tabs ul li {
    list-style: none;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.tabs ul li a {
    color: #010509;
    padding: 5px 10px;
    font-size: 12px
}

.left_obn .card {
    margin-top: 20px;
    border: none
}

.left_obn .card .img_dop {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, .2);
    height: 110px;
    width: 100%;
    overflow: hidden
}

.left_obn .card .img_dop img {
    width: 100%;
    height: auto
}

.row .img_dop {
    width: 100%;
    height: auto
}

.row .img_dp {
    max-height: 280px;
    max-width: 100%
}

.row .img_dp1 {
    max-width: 100%;
    height: auto;
}


.left_obn .card h5 {
    color: #413c52;
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 7px;
    cursor: pointer
}

.left_obn .card h5:hover {
    color: #148ac6
}

.left_obn .card button {
    background-color: #e8eff0;
    color: #a0a7a9;
    font-size: 12px;
    width: auto;
    padding: 5px 25px;
    display: inline-block;
    margin-right: 40px;
    cursor: pointer
}

.left_obn .card button:hover {
    background-color: #148ac6;
    color: #fff
}

.left_obn .card p {
    font-size: 14px;
    padding: 0;
    margin: 0;
    display: inline-block
}

.left_obn .card p img {
    width: 15px;
    height: auto;
    margin-right: 10px
}

.my_body {
    padding: 35px 0
}

.my_body .accordion .card {
    border: none
}

.my_body .accordion .card .card-header {
    padding: 0;
    border: none;
    background-color: transparent
}

.my_body .accordion .card .colich2 {
    cursor: pointer;
    width: auto;
    text-decoration: none;
    margin: 0;
    background-color: #ee5838;
    color: #fff;
    font-size: 15px;
    font-weight: bolder;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px
}

.my_body .accordion .card .colich2 img {
    width: 20px;
    height: auto
}

.my_body .accordion .card .colich2:hover {
    color: #ffff38
}

.my_body .accordion .card .card-body {
    padding: 10px 0
}

.my_body .accordion .card .card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff
}

.my_body .accordion .card .card-body ul li {
    position: relative
}

.my_body .accordion .card .card-body ul li:hover {
    background-color: #fff
}

.my_body .accordion .card .card-body ul li:hover ul {
    display: block
}

.my_body .accordion .card .card-body ul li:hover ul li ul {
    display: none
}

.my_body .accordion .card .card-body ul li a {
    padding: 5px 0;
    color: #010509;
    font-size: 14px
}

.my_body .accordion .card .card-body ul li a:hover {
    color: #ea7005
}

.my_body .accordion .card .card-body ul li ul li:hover ul {
    display: block
}

.my_body .accordion .card .card-body ul li ul {
    position: relative;
    display: none;
    margin-left: 25px
}

.my_body button {
    cursor: pointer;
    background-color: #0081c2;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    padding: 5px 25px;
    font-size: 16px;
    line-height: 1;
    border: none;
    color: #fff
}

.my_body button img {
    width: 20px;
    height: auto;
    margin-left: 7px
}

.my_body h2 {
    padding: 15px 0;
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #55646d
}

.my_body p {
    padding: 10px 0 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #413c52
}

.my_body ul {
    margin-top: 0.5rem
}

.my_body ol {
    margin-top: 0.5rem
}

.my_body ul li {
    font-size: 14px;
    font-weight: 100;
    line-height: 1.6;
    color: #010509
}

.my_body ol li {
    font-size: 14px;
    font-weight: 100;
    line-height: 1.6;
    color: #010509
}

.my_body h3 {
    font-weight: 400;
    font-size: 23px;
    color: #55646d;
    padding: 0;
    margin: 0;
    line-height: 1.5
}

.my_body h4 {
    font-weight: 700;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #55646d
}

.my_body .buter h4 {
    color: #000;
    font-weight: 600;
    padding: 20px 0;
    font-size: 15px
}

.my_body .preim {
    text-align: center;
    padding-bottom: 20px
}

.my_body .preim img {
    width: auto;
    height: 100px;
    margin: 15px 0
}

.my_body .preim h2 {
    text-align: center
}

.my_body .razdely {
    text-align: center;
    padding-bottom: 20px
}

.my_body .razdely img {
    width: auto;
    height: 150px;
    margin: 15px 0
}

.my_body .systema {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 20px
}

.my_body .systema .sop {
    margin-top: 40px
}

.my_body .systema .sop h1 {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
    color: #9099a0;
    font-size: 22px
}

.my_body .systema .colich {
    width: auto;
    margin: 0;
    margin-top: 10px;
    background-color: #383838;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 15px
}

.my_body .systema .colich label {
    margin-bottom: 0
}

.my_body .systema .colich #selectvalue {
    outline: 0;
    background-color: transparent;
    color: #fff;
    border: 0;
    font-weight: 500;
    font-size: 11px
}

.my_body .systema .colich #selectvalue option {
    background-color: #383838;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0
}

.my_body .systema .cat_cnop button {
    width: auto;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    font-size: 12px;
    line-height: .9em;
    padding: 12px 35px;
    cursor: pointer;
    color: #39494f;
    margin: 0 10px 10px 0;
    background-color: #f3f3f3
}

.my_body .systema .cat_cnop button:hover {
    background-color: #1366da;
    color: #fff
}

.my_body .systema .card {
    -webkit-box-shadow: 0 0 40px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 40px 2px rgba(0, 0, 0, .5);
    margin: 40px 0 20px;
    border: none;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    min-height: 400px;
    text-align: center;
    position: relative
}

.my_body .systema .card .ver {
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    overflow: hidden;
    z-index: 9;
    max-height: 115px;
    max-width: 100%
}

.my_body .systema .card .spec {
    z-index: 12;
    margin: 0 auto;
    width: 55px;
    margin-top: -30px;
    height: auto;
    cursor: pointer;
    position: relative
}

.my_body .systema .card .text {
    margin-top: -30px;
    z-index: 9;
    padding: 30px 20px
}

.my_body .systema .card .text h2 {
    font-size: 18px;
    font-weight: 500;
    color: #6b7880;
    padding: 0;
    margin: 0
}

.my_body .systema .card .text p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    padding-top: 10px;
    line-height: 1.2
}

.my_body .systema .card button {
    width: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    line-height: .5;
    position: absolute;
    bottom: -20px;
    padding: 15px;
    cursor: pointer;
    background-color: #fff;
    left: 42%
}

.my_body .systema .card button a {
    text-decoration: none
}

.my_body .systema .card button .sp_bt {
    color: #0081c2
}

.my_body .systema .card button .sp_bt_2 {
    display: none;
    color: #fff;
    font-size: 18px;
    text-decoration: none
}

.my_body .systema .card button:hover {
    background-color: #0081c2;
    padding: 15px 25px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    left: 17%
}

.my_body .systema .card button:hover .sp_bt {
    display: none
}

.my_body .systema .card button:hover .sp_bt_2 {
    display: block;
    text-decoration: none
}

.my_body .teor {
    margin-top: 30px
}

.my_body .teor .fon_news {
    margin-top: 20px;
    width: 100%;
    height: 185px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.my_body .teor .fon_news img {
    width: 100%;
    height: auto;
    z-index: 11
}

.my_body .teor .fon_news .hidden {
    position: absolute;
    padding-top: 115px;
    padding-left: 15px;
    padding-right: 35px;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 12;
    background-color: rgba(0, 0, 0, .4)
}

.my_body .teor .fon_news .hidden .title {
    width: 80%
}

.my_body .teor .fon_news .hidden .title h5 {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.my_body .teor .fon_news .hidden a {
    color: #fff;
    text-decoration: none
}

.my_body .teor .fon_news .hidden a:hover {
    text-decoration: none
}

.my_body .teor .fon_news .hidden h5 {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    padding: 0;
    margin: 0
}

.my_body .teor .fon_news .hidden .zir {
    padding: 0;
    margin: 0;
    width: 15px;
    height: auto;
    margin-top: -3px
}

.my_body .teor .fon_news .hidden p {
    display: inline-block;
    color: #fff;
    line-height: 0;
    font-size: 15px;
    padding: 0;
    margin: 0;
    font-size: 15px;
    padding-left: 10px
}

.my_body .teor .fon_news .hidden .lin {
    width: 30px;
    height: auto
}

.my_body .teor2 {
    margin-top: 0px
}

.my_body .teor2 .fon_about {
    margin-top: 20px;
    width: 100%;
    height: 420px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.my_body .teor2 .fon_about img {
    width: 100%;
    height: auto;
    z-index: 11
}

.my_body .teor2 .fon_about .hidden {
    position: absolute;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 12;
    background-color: rgba(0, 150, 250, .1)
}

.my_body .teor2 .fon_about .hidden .title {
    width: 100%
}

.my_body .teor2 .fon_about .hidden .title h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.my_body .teor2 .fon_about .hidden h2 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    margin: 0
}

.my_body .teor2 .fon_about .hidden .zir {
    padding: 0;
    margin: 0;
    width: 25%;
    height: auto;
}

.my_body .teor2 .fon_about .hidden p {
    color: #000;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 15px;
    padding-left: 5px
}

.body_dop {
    padding: 0 0;
    padding-bottom: 50px
}

.body_dop p {
    padding: 7px 0
}

#imaginary_container {
    background-color: transparent
}

.stylish-input-group .input-group-addon {
    background: 0 0
}

.stylish-input-group .form-control {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border-color: #ccc
}

.stylish-input-group button {
    border: 0;
    border-background: transparent
}

.citat {
    border-left: 4px solid #38a6a6;
    padding-left: 20px;
    margin: 20px 0
}

.citat p {
    padding: 0;
    margin: 0
}

.last {
    background-color: #0081c2;
    padding: 30px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.last p {
    color: #fff
}

.last ul li {
    color: #fff
}

.stat {
    margin: 10px 0;
    background-color: #1366da;
    text-align: center;
    padding: 20px 10px
}

.stat p {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 13px
}

.stat h5 {
    color: #ddd;
    font-size: 18px
}

.stat h5 a {
    color: #ddd;
    font-size: 18px
}

.stat h6 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0
}

.stat img {
    width: 30px;
    height: auto
}

.stat img:first-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal-body {
    text-align: center
}

.modal-body img {
    width: 50%;
    height: auto;
    margin-bottom: 20px
}

.news {
    position: relative;
    z-index: 89;
    padding-top: 15px
}

.news .fon-news {
    position: absolute;
    z-index: 90;
    right: 0;
    top: 120px
}

.news .fon-news img {
    width: 60px;
    height: auto
}

.news .fon-news_gl {
    position: absolute;
    z-index: 90;
    right: 0;
    top: 90px
}

.news .fon-news_gl img {
    width: 60px;
    height: auto
}

.news h5 {
    text-transform: uppercase;
    color: #413c52;
    font-size: 13px;
    font-weight: 800;
    padding: 0;
    margin: 0;
    padding-top: 15px
}

.news .obn {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .18);
    margin-bottom: 30px
}

.news .card {
    margin-top: 20px;
    border: none
}

.news .card .img_dop {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, .2);
    height: 110px;
    width: 100%;
    overflow: hidden
}

.news .card .img_dop img {
    width: 100%;
    height: auto
}

.news .card h5 {
    color: #413c52;
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 7px;
    cursor: pointer
}

.news .card h5:hover {
    color: #148ac6
}

.news .card button {
    background-color: #efe9e9;
    color: #a0a7a9;
    font-size: 12px;
    width: auto;
    padding: 5px 5px;
    display: inline-block;
    margin-right: 25px;
    cursor: pointer
}

.news .card button:hover {
    background-color: #148ac6;
    color: #fff
}

.news .card a {
    color: #000
}

.news .card a:hover {
    color: #fff
}

.news .card h5 a:hover {
    color: #006
}

.news .card p {
    font-size: 14px;
    padding: 0;
    margin: 0;
    display: inline-block
}

.news .card p img {
    width: 15px;
    height: auto;
    margin-right: 10px;
    margin-top: -2px
}

.news .carousel {
    margin-top: 20px
}

.news .carousel .carousel-control-next,
.news .carousel .carousel-control-prev {
    top: -460px
}

.news .carousel .carousel-control-next-icon {
    background-image: url(/templates/img/arn.png);
    width: 13px;
    height: 13px
}

.news .carousel .carousel-control-prev-icon {
    background-image: url(/templates/img/arp.png);
    width: 13px;
    height: 13px
}

.news .carousel .carousel-control-prev {
    left: 195px
}

.news .carousel h4 {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-left: 5px;
    color: #000;
    font-size: 18px;
    font-weight: 800
}

.sl {
    overflow-x: hidden;
    background-color: #ddeeff;
    border-top: 3px solid #e19a7e;
    border-bottom: 3px solid #e19a7e
}

.sl p {
    font-weight: 900;
    padding: 10px 0;
    font-size: 18px;
    color: #000;
    margin: 0;
    line-height: 1.5
}

.sl h3 {
    font-weight: 900;
    padding: 10px 0;
    font-size: 18px;
    color: #000;
    margin: 0;
    line-height: 1.5
}

.sl .owl-carousel .owl-nav {
    position: absolute;
    top: 155px;
    right: 48%;
}

.sl .owl-carousel .owl-nav button.owl-next,
.sl .owl-carousel .owl-nav button.owl-prev {
    padding: 15px!important;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    font-size: 0px;
    font-weight: 700;
    opacity: .7
}

.sl .owl-carousel .owl-nav button.owl-next {
    background-image: url(/templates/img/arn2.png);
    width: 20px;
    opacity: .7
}

.sl .owl-carousel .owl-nav button.owl-prev {
    background-image: url(/templates/img/arp2.png);
    width: 20px;
    opacity: .7
}

.sl .owl-carousel .owl-nav button.owl-next:hover,
.sl .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1
}

.sl .owl-carousel .item .img {
    position: relative;
    margin-top: 10px;
    width: 200px;
    overflow: hidden;
    height: 160px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.sl .owl-carousel .item .img .hidden {
    position: absolute;
    z-index: 14;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5)
}

.sl .owl-carousel .item .img .hidden button {
    background-color: #0081c2;
    color: #fff;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.sl .owl-carousel .item .img img {
    width: auto;
    height: 100%;
    z-index: 13
}

.sl .owl-carousel .item .img:hover .hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.sl .owl-carousel .item .tex {
    margin-left: 25px;
    margin-top: 5px;
}

.sl .owl-carousel .item .tex img {
    width: 40px;
    height: auto;
    margin-right: 15px
}

.sl .owl-carousel .item .tex h4 {
    width: 210px;
    padding: 2px;
    margin: 2px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.6
}

.sl .owl-carousel .item .tex p {
    width: 210px;
    padding: 2px;
    margin: 2px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.6
}

.sl .owl-carousel .item .tex p span {
    color: #0081c2;
    font-size: 15px
}

.sl .owl-carousel .item .tex p .clo {
    display: inline-block;
    width: 13px;
    height: auto;
    margin: -3px 5px 0 5px
}

.sl .preim_sl {
    background-color: #0081c2 
}

.sl .preim_sl p {
    color: #fff;
    font-family: 'Cuprum', sans-serif;
    font-size: 19px;
    text-align: center    
}

.sl .preim_sl p img {
    width: 28px;
    valign: middle;
}

.izo img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.izo a {
    font-size: 14px;
    text-align: center
}

.izo .small img {
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 47%;
    margin-right: 2.6%;
    margin-bottom: 5px
}

.izo .small img:last-child {
    margin-right: 0
}

.tovar {
    margin-top: 20px
}

.tovar h1 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    color: #9099a0
}

.tovar h2 {
    padding: 5px 0;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #0c0c0c
}

.tovar p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.3
}

.tovar .line {
    background-color: #eaeaea;
    height: 2px;
    width: 100%;
    margin: 20px 0
}

.tovar .proiz img {
    width: 100%;
    height: auto
}

.tovar .proiz h1 {
    color: #1366da;
    font-size: 25px
}

.tovar .proiz h2 {
    color: #1366da;
    font-size: 15px;
    font-weight: 500
}

.tovar .proiz p {
    padding: 10px 0
}

.tovar .proiz a {
    text-transform: uppercase;
    font-size: 14px;
    color: #1366da;
    font-weight: 600
}

.tovar .but_tov {
    display: inline-block;
    margin: 0
}

.tovar .but_tov button {
    background-color: #1366da;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 40px;
    margin: 0
}

.tovar .but_tov .button2 {
    color: #1366da;
    background-color: #dedede;
    padding: 10px;
    font-weight: 900
}

.partner {
    text-align: center;
    margin: 10px 0
}

.partner .img_partn {
    z-index: 2;
    height: 100px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.partner .img_partn img a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70%;
    margin: 0 auto;
    height: auto
}

.partner .text_partner {
    z-index: 1;
    margin-top: -50px;
    border: 2px solid #e8eff0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 60px 0 20px;
    text-align: center;
    width: 100%
}

.partner .text_partner a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #8d979d
}

.partner .text_partner a:hover {
    color: #39494f
}

.navi .navigat button {
    background-color: transparent;
    color: #000;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.navi .navigat button:active,
.navi .navigat button:focus,
.navi .navigat button:hover {
    background-color: #1366da;
    color: #fff
}

.navi .navigat_contacts button {
    background-color: #eee;
    color: #000;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.navi .navigat_contacts button:active,
.navi .navigat_contacts button:focus,
.navi .navigat_contacts button:hover {
    background-color: #1366da;
    color: #fff
}

.navi .seldiv select {
    border: none;
    cursor: pointer
}

.navi .seldiv select option {
    font-size: 14px;
    font-weight: 600
}

.navi .seldiv select:active,
.navi .seldiv select:focus,
.navi .seldiv select:hover {
    border: none
}

.pagin_news {
    margin-top: 30px
}

.pagin_news button {
    padding: 10px 25px
}

.pagin_news .pagination {
    -webkit-border-radius: 500px;
    border-radius: 500px
}

.pagin_news .page-item:first-child .page-link {
    -webkit-border-top-left-radius: 500px;
    border-top-left-radius: 500px;
    -webkit-border-bottom-left-radius: 500px;
    border-bottom-left-radius: 500px
}

.pagin_news .page-item:last-child .page-link {
    -webkit-border-top-right-radius: 500px;
    border-top-right-radius: 500px;
    -webkit-border-bottom-right-radius: 500px;
    border-bottom-right-radius: 500px
}

.now_stat {
    position: relative;
    margin-top: 30px;
    background-color: #50575a;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.now_stat .naz {
    position: absolute;
    width: 10%;
    background-color: #d2dddf;
    margin-left: 43%;
    z-index: 5;
    top: 30px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-outline: 30px
}

.now_stat .naz p {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 12px;
    line-height: 2;
    font-weight: 700;
    color: #9aa2a5
}

.now_stat .line {
    position: absolute;
    z-index: 4;
    top: 40px;
    width: 90%;
    margin-left: 3%;
    background-color: #777c7f;
    height: 1px
}

.now_stat .now_st {
    z-index: 3;
    position: relative;
    height: 200px
}

.now_stat .now_st h3 {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    bottom: 20px;
    left: 20px
}

.now_stat .now_st_1 {
    background-color: #1e2528
}

.footer2 {
    background-color: #fff;
    color: #0081c2;
    padding: 50px 0
}

.footer2 ul li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.footer2 ul li a {
    color: #0081c2;
    font-size: 17px;
    font-weight: 700
}

.footer2 ul .gl {
    padding-bottom: 10px
}

.footer2 ul .k {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    height: 40px
}

.footer2 ul .k input {
    width: 100%;
    margin: 0;
    border: none;
    height: 100%;
    padding-left: 15px
}

.footer2 ul .k button {
    margin: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #000;
    background-color: #000;
    color: #0081c2;
}

.footer2 .dop ul li {
    font-size: 12px
}

.footer2 .dop ul a {
    font-size: 12px
}

.footer2 .dop button {
    cursor: pointer
}

.footer2 .dop button img {
    width: 20px;
    height: auto;
    margin: 0;
    padding: 0
}

.footer2 .fot_logo img {
    width: 200px;
    height: auto
}

.footer {
    background-color: #0081c2;
    color: #fff;
    padding: 50px 0
}

.footer .ikon a {
    opacity: .7
}

.footer .ikon a:hover {
    opacity: 1
}

.footer svg {
    width: 30px;
    height: auto;
    margin: 0 7px 0 0
}

.footer .fot_logo img {
    width: 200px;
    height: auto
}

.footer p {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600
}

.footer .line {
    width: 100%;
    margin: 40px 0 30px;
    height: 2px;
    background-color: #0081c2;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inlaine-block
}

.footer ul li {
    padding: 0;
    margin: 0
}

.footer ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 700
}

.footer ul .gl {
    padding-bottom: 10px
}

.footer ul .k {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    height: 40px
}

.footer ul .k input {
    width: 100%;
    margin: 0;
    border: none;
    height: 100%;
    padding-left: 15px
}

.footer ul .k button {
    margin: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #000;
    background-color: #000;
    color: #0081c2;
}

.footer .dop ul li {
    font-size: 12px
}

.footer .dop ul a {
    font-size: 12px
}

.footer .dop button {
    cursor: pointer
}

.footer .dop button img {
    width: 20px;
    height: auto;
    margin: 0;
    padding: 0
}

@media screen and (max-width:1919px) {
    .top-header .menu ul li {
        padding: 0 1px
    }
    .top-header .logo img {
        width: 100%
    }
   
}

@media screen and (max-width:1365px) {
    .top-header .menu ul li {
        padding: 0 5px
    }
    .top-header .logo img {
        width: 250px
    }
    .top-header .top-menu {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        text-align: center;
        padding-bottom: 5px
    }
}

@media screen and (max-width:1199px) {
    .news .fon-news_gl {
        top: 70px
    }
    .news .card .img_dop {
        height: 90px
    }
    .left_obn .card .img_dop {
        height: 90px
    }        
    .my_body .preim img {
        height: 70px;
        margin: 10px 0
    }
    .my_body .systema .card .text {
        padding: 30px 10px
    }
    .my_body .systema .card .text p {
        font-size: 14px
    }
    .my_body .teor .fon_news {
        height: 150px
    } 
    .my_body .teor .fon_news .hidden {
    padding-top: 80px;
    padding-right: 25px;
    }       
    .my_body .teor .fon_news .hidden h5 {
        font-size: 16px
    }
    .footer {
        padding: 25px 0
    }
    .footer .line {
        margin: 20px 0
    }
    .footer ul li a {
        font-size: 14px
    }
}

@media screen and (max-width:991px) {
    .news .card .img_dop {
        height: 300px
    }
    .news .fon-news_gl {
        top: 270px
    } 
    .left_obn .card .img_dop {
        height: 300px
    }
    .carousel-inner .carousel-item img {
        width: 50%
    }
    .news .carousel .carousel-control-prev {
        left: 550px
    }
    .news .carousel .carousel-control-next,
    .news .carousel .carousel-control-prev {
        top: -500px
    }
    .footer .fot_logo img {
        width: 150px
    }
    .footer .ikon {
        margin-top: 10px;
        text-align: center;
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .news .card .img_dop {
        height: 320px
    }
    .news .fon-news_gl {
        top: 290px
    } 
    .left_obn .card .img_dop {
        height: 320px
    }
    .news .carousel .carousel-control-prev {
        left: 350px
    }
    .news .carousel .carousel-control-next,
    .news .carousel .carousel-control-prev {
        top: -460px
    }
    .top-header .menu {
        margin-top: 10px
    }
    .top-header .menu ul li {
        padding: 0 5px
    }
    .top-header .logo img {
        width: 250px
    }
    .top-header .contacts {
        text-align: right;
        padding-right: 10px
    }
    .my_body .teor .col-md-9 {
        padding-right: 0
    }
    .my_body .teor .fon_news {
        height: 240px
    } 
    .my_body .teor .fon_news .hidden {
        padding-top: 70px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .my_body .teor .fon_news .hidden .title {
       width: 80%
    } 
    .footer {
        text-align: center
    }
    .footer .col-sm-auto {
        width: 50%;
        padding-bottom: 8px
    }
    .footer .col-sm-auto ul li {
        padding-bottom: 5px
    }    
    .partner {
        margin-top: 50px
    }
    .partner .text_partner {
        margin-top: 0
    }
}

@media screen and (max-width:575px) {
    .news .card .img_dop {
        height: 130px
    }
    .news .fon-news_gl {
        top: 100px
    } 
    .left_obn .card .img_dop {
        height: 130px
    }    
    .news .carousel .carousel-control-prev {
        left: 250px
    }
    .carousel-inner .carousel-item img {
        width: 100%
    }
    .top-header {
        text-align: center
    }
    .top-header .contacts {
        text-align: center;
        margin-right: 0;
        padding-right: 0;
        padding-left: 30px
    }
    .top-header .top-menu {
        padding: 0 0 0 15px;
        margin: 0 10px
    }
    .top-header .menu {
        padding-left: 10px;
        padding-right: 10px
    }
    .top-header .menu ul li img {
        width: 20px
    }
    .my_body h2 {
        font-size: 20px
    }
    .my_body .systema .card .text p {
        font-size: 18px
    }
    .my_body .teor .fon_news {
        height: 140px
    } 
    .my_body .teor .fon_news .hidden {
        padding-top: 30px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .my_body .teor .fon_news .hidden .title {
       width: 90%
    }    
    .news .carousel .carousel-control-next,
    .news .carousel .carousel-control-prev {
        top: -560px
    }
    .navi .navigat button {
        padding: 5px
    }
    .navi .seldiv select {
        width: 50%
    }
    .partner {
        margin-top: 50px
    }
    .partner .text_partner {
        margin-top: -30px
    }
    .taby {
        width: 330px;
        overflow-x: scroll
    }
    .taby table {
        width: 100%
    }
    .zoomContainer {
        width: 330px!important
    }
    .tovar h1 {
        line-height: 1.1
    }
}

@media screen and (min-width:1000px) {

.top-header {
    z-index: 99;
    position: fixed;
    top: 0px
    }  
      
.sl {
    position: relative;
    top: 110px
    } 
    
#carouselExampleInterval {
    position: relative;
    top: 110px
    }   
    
.my_body {
    position: relative;
    top: 110px
    }
       
.footer {
    position: relative;
    top: 110px
    }   
       
.footer2 {
    position: relative;
    top: 110px
    }            
}

.side-panel{position:fixed;right:0;bottom:100px;width:48px;font:12px Arial,Helvetica,sans-serif;color:#777;background-color: transparent;text-align:center;z-index:98}
	.side-panel .icons{position:relative;width:52px;padding:2px;background-color: transparent;border:0px solid #E1E1E1;border-left:none;border-bottom:none}
		.side-panel .icons ul{list-style:none;margin:0;padding:0}
		.side-panel .icons li{position:relative;width:100%;padding:0px 0;border-top:0px solid #E1E1E1}
		.side-panel .icons .first{border:none}
		.side-panel .icons a{color:#00AAFF;font-size:12px;}
		.side-panel .icons a:hover{text-decoration:none}
		.side-panel .icons img{vertical-align:bottom;border:none}
		.side-panel .icons .tooltip-b{position:absolute;right:0px;top:0;display:none;padding:0 0 0 15px}
		.side-panel .icons li:hover .tooltip-b, .side-panel .icons .hover .tooltip-b{display:block}
			.side-panel .icons .tooltip-b div{padding:5px;background:#fff;border:0px solid #E1E1E1;white-space:nowrap}
			.side-panel .icons .tooltip-b .tooltip{position:absolute;left:0;top:50%;width:16px;height:25px;margin:-12px 0 0;font-size:0}

#left ul {
        margin-left: 7px;
        margin-top: 6px;
        margin-bottom: 6px;
        margin-right: 0px;
        padding: 0px;
        width: 100%
}
#left ul li {
        list-style-position: outside;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        padding-bottom: 5px;
        width: 100%
}
#left ul li a {
        display: block;
        padding-left: 10px;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: #0e3361;
        text-decoration: none;
        width: 100%
}
#left span.cselected {
        display: block;
        padding-left: 10px;
        font-family: "Tahoma", sans-serif;
        font-size: 12px;
        color: #0e3361;
        text-decoration: none;
}
#left ul li a.ico_inf {
        background-image: url("/templates/img/ico_inf.png");
        background-position: center left;
        background-repeat: no-repeat
}
#left ul li a.ico_tov {
        background-image: url("/templates/img/tovarzn.png");
        background-position: center left;
        background-repeat: no-repeat
}
#left ul li a.selected {
        background-image: url("/templates/img/arrow1.gif");
        background-position: center left;
        background-repeat: no-repeat;
        color: #3783eb;
}
#left span.cselected {
        background-image: url("/templates/img/arrow1.gif");
        background-position: center left;
        background-repeat: no-repeat;
        color: #3783eb;
}
#left ul li a {
        background-image: url("/templates/img/arrow3.gif");
        background-position: center left;
        background-repeat: no-repeat;
}        
#left ul li ul li a {
        background-image: url("/templates/img/arrow3.gif");
        background-position: center left;
        background-repeat: no-repeat;
}
#left ul li ul li a.selected {
        background-image: url("/templates/img/arrow2.gif");
        background-position: center left;
        background-repeat: no-repeat;
        font-weight: bold;
        color: #0e3361;
}
#left span.cselected {
        background-image: url("/templates/img/arrow2.gif");
        background-position: center left;
        background-repeat: no-repeat;
        font-weight: bold;
        color: #0e3361;
}
#left ul li ul li ul li a span {
        text-decoration: none;
        background-image: none;
}
#left ul li ul li ul li a.selected {
        background-image: none;
        font-weight: normal;
        color: #0086ed;
        background-image: none;
        text-decoration: underline;
}
#left span.cselected {
        background-image: none;
        font-weight: normal;
        color: #0086ed;
        background-image: none;
        text-decoration: underline;
}

.sklad li {
    list-style: none;
    margin: 0;
    padding: 0; 
    margin-left: 4px;
    padding-left: 7px
}
.sklad ul {
    list-style: none;
    margin: 0;
    padding: 0;     
    margin-left: 4px;
    padding-left: 7px    
}
.sklad ul ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    margin-left: 4px;
    padding-left: 7px
}
.sklad ul ul ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    margin-left: 4px;
    padding-left: 7px    
}
.sklad ul ul ul ul {
    list-style: none;
    margin: 0;
    padding: 0;     
    margin-left: 4px;
    padding-left: 7px    
}

#catsearch ul li a.ico_inf {
        background-image: url("/templates/img/ico_inf.png");
        background-position: center left;
        background-repeat: no-repeat;
        padding-left:15px
}
.tovar .tabs_2 ul li {
    margin: 0;
    color: #000;
    padding-top: 0px;
    padding-bottom: 0px
}

/******************************* нашли ошибку *********************************/
.tooltipz {
outline: none;
cursor: help; text-decoration: none;
position: relative;
margin-left:10px;
}
.tooltipz span {
margin-left: -999em;
position: absolute;
}
.tooltipz:hover span {
border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
font-family: Calibri, Tahoma, Geneva, sans-serif;
position: absolute; left: 1em; top: 2em; z-index: 99;
margin-left: 0; width: 250px;
}
.tooltipz:hover img {
border: 0; margin: -10px 0 0 -55px;
float: left; position: absolute;
}
.tooltipz:hover em {
font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
display: block; padding: 0.2em 0 0.6em 0;
}
.tooltipz:hover b {
font-weight: bold;
color: #FF7F50;
font-size:1.2em;
}
.custom { padding: 0.5em 0.8em 0.8em 2em; }
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
/******************************* конец нашли ошибку *********************************/
#cookie_note{
    z-index: 1100;
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
    .cookie_accept{
    width:20%;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}