@charset "UTF-8";
@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
    a,
    a:visited {
        text-decoration: underline; }
    abbr[title]::after {
        content: " (" attr(title) ")"; }
    pre {
        white-space: pre-wrap !important; }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }
    thead {
        display: table-header-group; }
    tr,
    img {
        page-break-inside: avoid; }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; }
    h2,
    h3 {
        page-break-after: avoid; }
    .navbar {
        display: none; }
    .badge {
        border: 1px solid #000; }
    .table {
        border-collapse: collapse !important; }
    .table td,
    .table th {
        background-color: #fff !important; }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important; } }

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

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

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

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

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

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

.bg-primary {
    background-color: #007bff !important; }

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #0062cc !important; }

.bg-secondary {
    background-color: #868e96 !important; }

a.bg-secondary:focus, a.bg-secondary:hover {
    background-color: #6c757d !important; }

.bg-success {
    background-color: #28a745 !important; }

a.bg-success:focus, a.bg-success:hover {
    background-color: #1e7e34 !important; }

.bg-info {
    background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover {
    background-color: #117a8b !important; }

.bg-warning {
    background-color: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #d39e00 !important; }

.bg-danger {
    background-color: #dc3545 !important; }

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #bd2130 !important; }

.bg-light {
    background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover {
    background-color: #dae0e5 !important; }

.bg-dark {
    background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover {
    background-color: #1d2124 !important; }

.bg-white {
    background-color: #fff !important; }

.bg-transparent {
    background-color: transparent !important; }

.border {
    border: 1px solid #e9ecef !important; }

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

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

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

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

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

.border-primary {
    border-color: #007bff !important; }

.border-secondary {
    border-color: #868e96 !important; }

.border-success {
    border-color: #28a745 !important; }

.border-info {
    border-color: #17a2b8 !important; }

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

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

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

.border-dark {
    border-color: #343a40 !important; }

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

.rounded {
    border-radius: 0.25rem !important; }

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

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

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

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

.rounded-circle {
    border-radius: 50%; }

.rounded-0 {
    border-radius: 0; }

.clrfix::after {
    display: block;
    clear: both;
    content: ""; }

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

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

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

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

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

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

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important; }
    .d-sm-inline {
        display: inline !important; }
    .d-sm-inline-block {
        display: inline-block !important; }
    .d-sm-block {
        display: block !important; }
    .d-sm-table {
        display: table !important; }
    .d-sm-table-cell {
        display: table-cell !important; }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; } }

@media (min-width: 768px) {
    .d-md-none {
        display: none !important; }
    .d-md-inline {
        display: inline !important; }
    .d-md-inline-block {
        display: inline-block !important; }
    .d-md-block {
        display: block !important; }
    .d-md-table {
        display: table !important; }
    .d-md-table-cell {
        display: table-cell !important; }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; } }

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important; }
    .d-lg-inline {
        display: inline !important; }
    .d-lg-inline-block {
        display: inline-block !important; }
    .d-lg-block {
        display: block !important; }
    .d-lg-table {
        display: table !important; }
    .d-lg-table-cell {
        display: table-cell !important; }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; } }

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important; }
    .d-xl-inline {
        display: inline !important; }
    .d-xl-inline-block {
        display: inline-block !important; }
    .d-xl-block {
        display: block !important; }
    .d-xl-table {
        display: table !important; }
    .d-xl-table-cell {
        display: table-cell !important; }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important; } }

.d-print-block {
    display: none !important; }
@media print {
    .d-print-block {
        display: block !important; } }

.d-print-inline {
    display: none !important; }
@media print {
    .d-print-inline {
        display: inline !important; } }

.d-print-inline-block {
    display: none !important; }
@media print {
    .d-print-inline-block {
        display: inline-block !important; } }

@media print {
    .d-print-none {
        display: none !important; } }

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
.embed-responsive::before {
    display: block;
    content: ""; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
    padding-top: 42.85714%; }

.embed-responsive-16by9::before {
    padding-top: 56.25%; }

.embed-responsive-4by3::before {
    padding-top: 75%; }

.embed-responsive-1by1::before {
    padding-top: 100%; }

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-stretch {
    -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;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important; }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important; }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-sm-stretch {
        -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;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important; }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important; }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-md-stretch {
        -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;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important; }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important; }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-lg-stretch {
        -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;
        -ms-flex-direction: row !important;
        flex-direction: row !important; }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important; }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important; }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important; }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important; }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important; }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
    float: left !important; }

.float-right {
    float: right !important; }

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

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

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

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important; }
    .float-lg-right {
        float: right !important; }
    .float-lg-none {
        float: none !important; } }

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important; }
    .float-xl-right {
        float: right !important; }
    .float-xl-none {
        float: none !important; } }

.position-static {
    position: static !important; }

.position-relative {
    position: relative !important; }

.position-absolute {
    position: absolute !important; }

.position-fixed {
    position: fixed !important; }

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020; } }

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

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

.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; }

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

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

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

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

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

.m-1 {
    margin: 0.25rem !important; }

.mt-1,
.my-1 {
    margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important; }

.m-2 {
    margin: 0.5rem !important; }

.mt-2,
.my-2 {
    margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
    padding: 0.25rem !important; }

.pt-1,
.py-1 {
    padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
    padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
    padding-left: 0.25rem !important; }

.p-2 {
    padding: 0.5rem !important; }

.pt-2,
.py-2 {
    padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
    padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
    padding-left: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important; }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important; }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important; }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important; }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important; }
    .m-sm-1 {
        margin: 0.25rem !important; }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important; }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important; }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important; }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important; }
    .m-sm-2 {
        margin: 0.5rem !important; }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important; }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important; }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important; }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important; }
    .m-sm-3 {
        margin: 1rem !important; }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important; }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important; }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important; }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important; }
    .m-sm-4 {
        margin: 1.5rem !important; }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important; }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important; }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important; }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important; }
    .m-sm-5 {
        margin: 3rem !important; }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important; }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important; }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important; }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important; }
    .p-sm-0 {
        padding: 0 !important; }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important; }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important; }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important; }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important; }
    .p-sm-1 {
        padding: 0.25rem !important; }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important; }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important; }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important; }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important; }
    .p-sm-2 {
        padding: 0.5rem !important; }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important; }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important; }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important; }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important; }
    .p-sm-3 {
        padding: 1rem !important; }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important; }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important; }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important; }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important; }
    .p-sm-4 {
        padding: 1.5rem !important; }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important; }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important; }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important; }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important; }
    .p-sm-5 {
        padding: 3rem !important; }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important; }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important; }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important; }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important; }
    .m-sm-auto {
        margin: auto !important; }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important; }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important; }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important; }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important; } }

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important; }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important; }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important; }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important; }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important; }
    .m-md-1 {
        margin: 0.25rem !important; }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important; }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important; }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important; }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important; }
    .m-md-2 {
        margin: 0.5rem !important; }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important; }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important; }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important; }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important; }
    .m-md-3 {
        margin: 1rem !important; }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important; }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important; }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important; }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important; }
    .m-md-4 {
        margin: 1.5rem !important; }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important; }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important; }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important; }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important; }
    .m-md-5 {
        margin: 3rem !important; }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important; }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important; }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important; }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important; }
    .p-md-0 {
        padding: 0 !important; }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important; }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important; }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important; }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important; }
    .p-md-1 {
        padding: 0.25rem !important; }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important; }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important; }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important; }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important; }
    .p-md-2 {
        padding: 0.5rem !important; }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important; }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important; }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important; }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important; }
    .p-md-3 {
        padding: 1rem !important; }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important; }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important; }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important; }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important; }
    .p-md-4 {
        padding: 1.5rem !important; }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important; }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important; }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important; }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important; }
    .p-md-5 {
        padding: 3rem !important; }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important; }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important; }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important; }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important; }
    .m-md-auto {
        margin: auto !important; }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important; }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important; }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important; }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important; } }

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important; }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important; }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important; }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important; }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important; }
    .m-lg-1 {
        margin: 0.25rem !important; }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important; }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important; }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important; }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important; }
    .m-lg-2 {
        margin: 0.5rem !important; }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important; }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important; }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important; }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important; }
    .m-lg-3 {
        margin: 1rem !important; }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important; }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important; }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important; }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important; }
    .m-lg-4 {
        margin: 1.5rem !important; }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important; }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important; }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important; }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important; }
    .m-lg-5 {
        margin: 3rem !important; }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important; }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important; }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important; }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important; }
    .p-lg-0 {
        padding: 0 !important; }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important; }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important; }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important; }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important; }
    .p-lg-1 {
        padding: 0.25rem !important; }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important; }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important; }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important; }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important; }
    .p-lg-2 {
        padding: 0.5rem !important; }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important; }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important; }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important; }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important; }
    .p-lg-3 {
        padding: 1rem !important; }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important; }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important; }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important; }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important; }
    .p-lg-4 {
        padding: 1.5rem !important; }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important; }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important; }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important; }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important; }
    .p-lg-5 {
        padding: 3rem !important; }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important; }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important; }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important; }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important; }
    .m-lg-auto {
        margin: auto !important; }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important; }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important; }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important; }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important; } }

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important; }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important; }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important; }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important; }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important; }
    .m-xl-1 {
        margin: 0.25rem !important; }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important; }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important; }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important; }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important; }
    .m-xl-2 {
        margin: 0.5rem !important; }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important; }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important; }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important; }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important; }
    .m-xl-3 {
        margin: 1rem !important; }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important; }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important; }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important; }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important; }
    .m-xl-4 {
        margin: 1.5rem !important; }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important; }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important; }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important; }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important; }
    .m-xl-5 {
        margin: 3rem !important; }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important; }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important; }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important; }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important; }
    .p-xl-0 {
        padding: 0 !important; }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important; }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important; }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important; }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important; }
    .p-xl-1 {
        padding: 0.25rem !important; }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important; }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important; }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important; }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important; }
    .p-xl-2 {
        padding: 0.5rem !important; }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important; }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important; }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important; }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important; }
    .p-xl-3 {
        padding: 1rem !important; }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important; }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important; }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important; }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important; }
    .p-xl-4 {
        padding: 1.5rem !important; }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important; }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important; }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important; }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important; }
    .p-xl-5 {
        padding: 3rem !important; }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important; }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important; }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important; }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important; }
    .m-xl-auto {
        margin: auto !important; }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important; }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important; }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important; }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important; } }

.text-justify {
    text-align: justify !important; }

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

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important; }
    .text-sm-right {
        text-align: right !important; }
    .text-sm-center {
        text-align: center !important; } }

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important; }
    .text-md-right {
        text-align: right !important; }
    .text-md-center {
        text-align: center !important; } }

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important; }
    .text-lg-right {
        text-align: right !important; }
    .text-lg-center {
        text-align: center !important; } }

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important; }
    .text-xl-right {
        text-align: right !important; }
    .text-xl-center {
        text-align: center !important; } }

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

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

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

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

.font-weight-normal {
    font-weight: normal !important; }

.font-weight-bold {
    font-weight: bold !important; }

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

.text-white {
    color: #fff !important; }

.text-primary {
    color: #007bff !important; }

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important; }

.text-secondary {
    color: #868e96 !important; }

a.text-secondary:focus, a.text-secondary:hover {
    color: #6c757d !important; }

.text-success {
    color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important; }

.text-info {
    color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important; }

.text-warning {
    color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important; }

.text-danger {
    color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important; }

.text-light {
    color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important; }

.text-dark {
    color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important; }

.text-muted {
    color: #868e96 !important; }

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

.visible {
    visibility: visible !important; }

.invisible {
    visibility: hidden !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }

h1, .h1 {
    font-size: 2.5rem; }

h2, .h2 {
    font-size: 2rem; }

h3, .h3 {
    font-size: 1.75rem; }

h4, .h4 {
    font-size: 1.5rem; }

h5, .h5 {
    font-size: 1.25rem; }

h6, .h6 {
    font-size: 1rem; }

.lead {
    font-size: 1.25rem;
    font-weight: 300; }

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1; }

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1; }

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1; }

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1; }

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
    font-size: 80%;
    font-weight: normal; }

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3; }

.list-unstyled {
    padding-left: 0;
    list-style: none; }

.list-inline {
    padding-left: 0;
    list-style: none; }

.list-inline-item {
    display: inline-block; }
.list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
    font-size: 90%;
    text-transform: uppercase; }

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem; }

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96; }
.blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
    max-width: 100%;
    height: auto; }

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto; }

.figure {
    display: inline-block; }

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1; }

.figure-caption {
    font-size: 90%;
    color: #868e96; }

code,
kbd,
pre,
samp {
    font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: 0.25rem; }
a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem; }
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529; }
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
@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%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }

.row {
    display: -webkit-box;
    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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

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

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

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

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

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent; }
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef; }
.table tbody + tbody {
    border-top: 2px solid #e9ecef; }
.table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
    padding: 0.3rem; }

.table-bordered {
    border: 1px solid #e9ecef; }
.table-bordered th,
.table-bordered td {
    border: 1px solid #e9ecef; }
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff; }

.table-hover .table-primary:hover {
    background-color: #9fcdff; }
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #dddfe2; }

.table-hover .table-secondary:hover {
    background-color: #cfd2d6; }
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #cfd2d6; }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb; }

.table-hover .table-success:hover {
    background-color: #b1dfbb; }
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb; }

.table-hover .table-info:hover {
    background-color: #abdde5; }
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba; }

.table-hover .table-warning:hover {
    background-color: #ffe8a1; }
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb; }

.table-hover .table-danger:hover {
    background-color: #f1b0b7; }
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe; }

.table-hover .table-light:hover {
    background-color: #ececf6; }
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca; }

.table-hover .table-dark:hover {
    background-color: #b9bbbe; }
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.thead-inverse th {
    color: #fff;
    background-color: #212529; }

.thead-default th {
    color: #495057;
    background-color: #e9ecef; }

.table-inverse {
    color: #fff;
    background-color: #212529; }
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #32383e; }
.table-inverse.table-bordered {
    border: 0; }
.table-inverse.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
.table-inverse.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 991px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive.table-bordered {
        border: 0; } }

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
.form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none; }
.form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
.form-control::placeholder {
    color: #868e96;
    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; }

.col-form-label {
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
    margin-bottom: 0; }

.col-form-label-lg {
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
    font-size: 1.25rem; }

.col-form-label-sm {
    padding-top: calc(0.25rem - 1px * 2);
    padding-bottom: calc(0.25rem - 1px * 2);
    font-size: 0.875rem; }

.col-form-legend {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem; }

.form-control-plaintext {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem; }

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

.form-control-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem; }

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

.form-group {
    margin-bottom: 1rem; }

.form-text {
    display: block;
    margin-top: 0.25rem; }

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem; }
.form-check.disabled .form-check-label {
    color: #868e96; }

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0; }

.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem; }

.form-check-inline {
    display: inline-block; }
.form-check-inline .form-check-label {
    vertical-align: middle; }
.form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #dc3545; }

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745; }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip, .was-validated
.custom-select:valid ~ .invalid-feedback,
.was-validated
.custom-select:valid ~ .invalid-tooltip,
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
    color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
    background-color: rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
    color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
    border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545; }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
    color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
    background-color: rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
    color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
    border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.form-inline .form-check {
    width: 100%; }
@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0; }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0; }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
    .form-inline .form-control-plaintext {
        display: inline-block; }
    .form-inline .input-group {
        width: auto; }
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0; }
    .form-inline .form-check-label {
        padding-left: 0; }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0; }
    .form-inline .custom-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0; }
    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
        top: 0; } }

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
.fade.show {
    opacity: 1; }

.collapse {
    display: none; }
.collapse.show {
    display: block; }

tr.collapse.show {
    display: table-row; }

tbody.collapse.show {
    display: table-row-group; }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease; }

.btn {
    display: inline-block;
    font-weight: normal;
    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: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
.btn:focus, .btn:hover {
    text-decoration: none; }
.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }
.btn.disabled, .btn:disabled {
    opacity: .65; }
.btn:active, .btn.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 {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff; }
.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    background-color: #0069d9;
    background-image: none;
    border-color: #0062cc; }

.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
.btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d; }
.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96; }
.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d; }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
.btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
.btn-success.disabled, .btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745; }
.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34; }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
.btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
.btn-info.disabled, .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8; }
.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b; }

.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00; }
.btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00; }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
.btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
    background-color: #c82333;
    background-image: none;
    border-color: #bd2130; }

.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
.btn-light.disabled, .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5; }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
.btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40; }
.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124; }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff; }
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96; }
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent; }
.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745; }
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
.btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8; }
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
.btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107; }
.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545; }
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa; }
.btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
.btn-outline-light:active, .btn-outline-light.active,
.show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40; }
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
.btn-outline-dark:active, .btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }

.btn-link {
    font-weight: normal;
    color: #007bff;
    border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
.btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
.btn-link:hover {
    border-color: transparent; }
.btn-link:focus, .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent; }
.btn-link:disabled {
    color: #868e96; }
.btn-link:disabled:focus, .btn-link:disabled:hover {
    text-decoration: none; }

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem; }

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem; }

.btn-block {
    display: block;
    width: 100%; }

.btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%; }

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

.nav-link {
    display: block;
    padding: 0.5rem 1rem; }
.nav-link:focus, .nav-link:hover {
    text-decoration: none; }
.nav-link.disabled {
    color: #868e96; }

.nav-tabs {
    border-bottom: 1px solid #ddd; }
.nav-tabs .nav-item {
    margin-bottom: -1px; }
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd; }
.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
    border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
    color: #fff;
    background-color: #007bff; }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center; }

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center; }

.tab-content > .tab-pane {
    display: none; }

.tab-content > .active {
    display: block; }

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem; }
.navbar > .container,
.navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap; }
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
.navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%; }

@media (max-width: 575px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0; } }

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .navbar-expand-sm .navbar-toggler {
        display: none; } }

@media (max-width: 767px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0; } }

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .navbar-expand-md .navbar-toggler {
        display: none; } }

@media (max-width: 991px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0; } }

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .navbar-expand-lg .navbar-toggler {
        display: none; } }

@media (max-width: 1199px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0; } }

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .navbar-expand-xl .navbar-toggler {
        display: none; } }

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute; }
.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
.navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5); }

.navbar-dark .navbar-brand {
    color: white; }
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: white; }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5); }

html, body {
    height: 100%; }
@media (min-width: 769px) {
    html, body {
        min-width: 768px; } }

body.popup-is-open {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none; }

.desktop-only {
    display: initial; }

.mobile-only {
    display: none; }

.body-devices * .desktop-only {
    display: none; }

.body-devices * .mobile-only {
    display: initial; }

@media (max-width: 768px) {
    .desktop-only {
        display: none; }
    .mobile-only {
        display: initial; } }

section.desktop-only, article.desktop-only, figure.desktop-only, header.desktop-only, footer.desktop-only {
    display: block; }

section.mobile-only, article.mobile-only, figure.mobile-only, header.mobile-only, footer.mobile-only {
    display: none; }

.body-devices section.desktop-only, .body-devices article.desktop-only, .body-devices figure.desktop-only, .body-devices header.desktop-only, .body-devices footer.desktop-only {
    display: none; }

.body-devices section.mobile-only, .body-devices article.mobile-only, .body-devices figure.mobile-only, .body-devices header.mobile-only, .body-devices footer.mobile-only {
    display: block; }

#wrapper {
    display: block;
    margin: auto;
    min-height: 100%; }

.wrap {
    display: block;
    margin: 0 auto; }
.wrap.desktop-only {
    display: block; }
.wrap.mobile-only {
    display: none; }
.body-devices .wrap.desktop-only {
    display: none; }
.body-devices .wrap.mobile-only {
    display: block; }

.clrfix {
    content: '';
    display: table;
    clear: both; }

.prevent-scroll {
    overflow: hidden; }

.holder {
    padding: 0 15px; }

.h0-sub-title {
    display: block;
    font: 400 0.95rem/1.25rem "etelka-pro", "Arial", sans-serif;
    text-transform: uppercase;
    color: #f15a31; }

.mobile-tel-link {
    color: inherit;
    white-space: nowrap; }
@media (min-width: 768px) {
    .mobile-tel-link {
        pointer-events: none; } }

.section-number:after {
    padding-right: 1.438rem;
    position: relative;
    left: 1px;
    content: '/'; }

.swiper-container {
    width: 100%;
    height: 100%; }

.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.btn {
    display: inline-block;
    -webkit-appearance: none; }
.btn.desktop-only {
    display: inline-block; }
.btn.mobile-only {
    display: none; }
.body-devices .btn.desktop-only {
    display: none; }
.body-devices .btn.mobile-only {
    display: inline-block; }
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-white {
    padding: 13px 24px;
    border: 2px solid #ebebeb;
    color: #fa8b24;
    text-transform: lowercase;
    -webkit-transition: all .2s;
    transition: all .2s; }
.btn-white:hover {
    border-color: #fa8b24;
    background-color: #fa8b24;
    color: #fff; }

.btn-orange, .btn-orange-big {
    padding: 14px 20px;
    border-radius: 4px;
    background-color: #fa8b24;
    color: #fff;
    text-transform: lowercase;
    -webkit-transition: all .2s;
    transition: all .2s; }
.btn-orange:hover, .btn-orange-big:hover {
    background-color: #fcb97c;
    color: #fff; }

.btn-orange-big {
    font-size: 1.3rem;
    text-transform: none;
    line-height: 1.35;
    padding: 14px 41px; }

.btn-grey {
    font-size: 0.875rem;
    padding: 13px 19px 9px 35px;
    border: 1px solid #ebebeb;
    color: #666;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: url("../images/show_more_arrow_l_ico.png") transparent no-repeat 18px 50%;
    background: url("../images/show_more_arrow_l_ico.svg") transparent no-repeat 18px 50%;
    background-size: 12px 12px; }
.btn-grey:hover {
    border-color: #fa8b24;
    color: inherit; }

.link-more-inline {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    color: #fa8b24; }
.link-more-inline:before {
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: bottom;
    content: ''; }
.link-more-inline:hover {
    color: #fcb97c; }
@media (max-width: 768px) {
    .link-more-inline {
        font-size: 0.9rem;
        float: right;
        padding: 0.55rem 0.5rem; } }

.black-text-1 {
    color: #000; }

.white-text-1 {
    color: #fff; }

.green-text-1 {
    color: #27ad81; }

.bg-green-2 {
    background-color: #d4efe6; }

.bg-light-gray {
    background: #f5f7f7; }

.bg-medium-gray {
    background: #e5e5e5; }

.bg-dark-gray {
    background: #d5d5d5; }

.align-center {
    text-align: center; }

.b-home-page > .section {
    margin-bottom: 80px; }
@media (max-width: 768px) {
    .b-home-page > .section {
        margin-bottom: 10px; } }

.ya-share2 {
    float: none; }
.ya-share2 .ya-share2__list {
    margin-bottom: 0;
    -webkit-column-count: 1;
    column-count: 1; }
.ya-share2 .ya-share2__item {
    padding: 0; }
.ya-share2 .ya-share2__item:before {
    content: none; }
.ya-share2 .ya-share2__title {
    width: 0;
    height: 0;
    overflow: hidden; }
.ya-share2 .ya-share2__icon {
    margin: 4px;
}
.ya-share2 .ya-share2__container_size_s .ya-share2__item {
    margin: 3px 4px 10px 0; }
.ya-share2 .ya-share2__container_size_s .ya-share2__item:last-child {
    margin-bottom: 0; }
.ya-share2 .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-size: 24px 24px; }
.ya-share2 .ya-share2__container_size_s .ya-share2__icon {
    height: 24px;
    width: 24px; }
.ya-share2 .ya-share2__list_direction_vertical > .ya-share2__item > .ya-share2__link > .ya-share2__badge > .ya-share2__counter {
    display: inline-block; }
.ya-share2 .ya-share2__container_size_s .ya-share2__counter {
    padding: 0 8px;
    font-size: 12px;
    font-weight: 600; }

.page-search-section {
    padding-top: 10px;
    padding-bottom: 65px; }
.page-search-section .search-form {
    pointer-events: all; }
.page-search-section .search-input,
.page-search-section .search-submit {
    -webkit-appearance: none;
    outline: none; }
.page-search-section .search-input {
    max-width: none;
    padding: 12px 14px 11px;
    border: 1px solid #bfbfbf;
    font: 300 1.063rem/2rem "Roboto", "Arial", sans-serif; }
.page-search-section .search-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
.page-search-section .search-submit {
    padding-top: 4px;
    font: 400 1rem/1.111rem "etelka-pro", "Arial", sans-serif;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.page-search-section .search-submit:hover {
    border-color: #fa8b24;
    background-color: #fa8b24;
    color: #fff; }

.block-links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.block-link {
    margin: 10px 15px;
    min-height: 95px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 30px 50%;
    border-radius: 6px;
    border: 3px solid #F0D9E7;
    -webkit-box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.1); }
.block-link-pad-icon {
    background-image: url("../images/pad_ico.png");
    background-image: url("../images/pad_ico.svg"); }
.block-link-doc-icon {
    background-image: url("../images/doc_ico.png");
    background-image: url("../images/doc_ico.svg"); }
.block-link-point-icon {
    background-image: url("../images/point-ico.svg"); }
.block-link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 20px 20px 16px 75px;
    font: 1rem/1.438rem "etelka-pro", "Arial", sans-serif;
    color: #000; }

.b-main-cont .section.main-slider-section {
    margin-bottom: 95px;
    height: calc(100vh - 95px); }
@media (max-width: 1199px) {
    .b-main-cont .section.main-slider-section {
        height: calc(100vh - 285px); } }
@media (max-width: 768px) {
    .b-main-cont .section.main-slider-section {
        margin-top: 150px;
        margin-bottom: 50px;
        height: calc(100vh - 210px);
        min-height: 200px; } }

.main-slider.swiper-container {
    width: 100%;
    height: 100%; }

.main-slider-section {
    position: relative; }
.main-slider-section .swiper-pagination {
    z-index: 1; }
.main-slider-section .scroll-tip-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: 0 auto;
    z-index: 1;
    pointer-events: none; }
@media (max-width: 768px) {
    .main-slider-section .scroll-tip-wrap {
        display: none; } }
.main-slider-section .scroll-tip {
    position: relative;
    display: inline-block;
    padding: 12px 44px 11px 24px;
    border-radius: 7px 7px 0 0;
    font: 0.8889rem/1rem "etelka-pro", "Arial", sans-serif;
    background-color: #fff;
    color: #fa8b24;
    pointer-events: all; }
.main-slider-section .scroll-tip-ico {
    position: absolute;
    right: 27px;
    bottom: 12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
.main-slider-section.small-device-height {
    height: 100vh !important; }
@media (max-width: 768px) {
    .main-slider-section.small-device-height {
        height: 100vh !important;
        margin-bottom: 0 !important; } }

.main-slider .swiper-slide {
    min-height: 580px;
    position: relative;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
@media (max-width: 1440px) {
    .main-slider .swiper-slide {
        min-height: 350px; } }
@media (max-width: 768px) {
    .main-slider .swiper-slide {
        min-height: 200px; } }

.main-slider .main-slider-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
@media (max-width: 768px) {
    .main-slider .main-slider-img {
        height: auto;
        bottom: 215px; } }
@media (max-width: 480px) {
    .main-slider .main-slider-img {
        bottom: 140px; } }

.main-slider .slide-bg {
    width: auto;
    height: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.main-slider .overlay-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.main-slider .slide-overlay {
    position: absolute;
    z-index: 2;
    bottom: 5%;
    left: 50%;
    right: 51px;
    max-width: 45.5%;
    text-align: left;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 30px 50px 25px;
    border-radius: 0 0 20px 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjYwLjE4IiBoZWlnaHQ9IjQ5MS4wNjIiIHZpZXdCb3g9IjAgMCAyNjAuMTggNDkxLjA2MiI+ICA8bWV0YWRhdGE+PD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz48eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzEzOCA3OS4xNTk4MjQsIDIwMTYvMDkvMTQtMDE6MDk6MDEgICAgICAgICI+ICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+ICAgPC9yZGY6UkRGPjwveDp4bXBtZXRhPjw/eHBhY2tldCBlbmQ9InciPz48L21ldGFkYXRhPjxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICMzMzM7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgICBmaWx0ZXI6IHVybCgjZmlsdGVyKTsgICAgICB9ICAgIDwvc3R5bGU+ICAgIDxmaWx0ZXIgaWQ9ImZpbHRlciIgeD0iMTUxMC40MSIgeT0iMzk4Ljk2OSIgd2lkdGg9IjI2MC4xOCIgaGVpZ2h0PSI0OTEuMDYyIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPiAgICAgIDxmZUltYWdlIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHg9IjE1MTAuNDEiIHk9IjM5OC45NjkiIHdpZHRoPSIyNjAuMTgiIGhlaWdodD0iNDkxLjA2MiIgcmVzdWx0PSJpbWFnZSIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9zdmcreG1sO2Jhc2U2NCxQSE4yWnlCNGJXeHVjejBpYUhSMGNEb3ZMM2QzZHk1M015NXZjbWN2TWpBd01DOXpkbWNpSUhodGJHNXpPbmhzYVc1clBTSm9kSFJ3T2k4dmQzZDNMbmN6TG05eVp5OHhPVGs1TDNoc2FXNXJJaUIzYVdSMGFEMGlNall3TGpFNElpQm9aV2xuYUhROUlqUTVNUzR3TmpJaUlIWnBaWGRDYjNnOUlqQWdNQ0F5TmpBdU1UZ2dORGt4TGpBMk1pSStDaUFnUEdSbFpuTStDaUFnSUNBOGMzUjViR1UrQ2lBZ0lDQWdJQzVqYkhNdE1TQjdDaUFnSUNBZ0lDQWdabWxzYkRvZ2RYSnNLQ05zYVc1bFlYSXRaM0poWkdsbGJuUXBPd29nSUNBZ0lDQjlDaUFnSUNBOEwzTjBlV3hsUGdvZ0lDQWdQR3hwYm1WaGNrZHlZV1JwWlc1MElHbGtQU0pzYVc1bFlYSXRaM0poWkdsbGJuUWlJSGd4UFNJeE16QXVNRGtpSUhreFBTSTBPVEV1TURZeUlpQjRNajBpTVRNd0xqQTVJaUJuY21Ga2FXVnVkRlZ1YVhSelBTSjFjMlZ5VTNCaFkyVlBibFZ6WlNJK0NpQWdJQ0FnSUR4emRHOXdJRzltWm5ObGREMGlNQ0lnYzNSdmNDMWpiMnh2Y2owaUkyWXhOV0V6TVNJdlBnb2dJQ0FnSUNBOGMzUnZjQ0J2Wm1aelpYUTlJakF1TlRVaUlITjBiM0F0WTI5c2IzSTlJaU5tWm1FNU1XRWlMejRLSUNBZ0lDQWdQSE4wYjNBZ2IyWm1jMlYwUFNJeElpQnpkRzl3TFdOdmJHOXlQU0lqWm1aallqQXdJaTgrQ2lBZ0lDQThMMnhwYm1WaGNrZHlZV1JwWlc1MFBnb2dJRHd2WkdWbWN6NEtJQ0E4Y21WamRDQmpiR0Z6Y3owaVkyeHpMVEVpSUhkcFpIUm9QU0l5TmpBdU1UZ2lJR2hsYVdkb2REMGlORGt4TGpBMk1pSXZQZ284TDNOMlp6NEsiLz4gICAgICA8ZmVDb21wb3NpdGUgcmVzdWx0PSJjb21wb3NpdGUiIG9wZXJhdG9yPSJpbiIgaW4yPSJTb3VyY2VHcmFwaGljIi8+ICAgICAgPGZlQmxlbmQgcmVzdWx0PSJibGVuZCIgaW4yPSJTb3VyY2VHcmFwaGljIi8+ICAgIDwvZmlsdGVyPiAgPC9kZWZzPiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTU4OC45Myw2MzMuNzc5bDE3Mi45NCwxOTkuMzg2YTM0LjY0NCwzNC42NDQsMCwwLDEsNi40OCwxMC42MjYsMzQuMzcxLDM0LjM3MSwwLDAsMS03LjU0LDM2LjI1NSwzMy4wNDUsMzMuMDQ1LDAsMCwxLTIzLjY2LDkuOTgxLDMyLjYxOSwzMi42MTksMCwwLDEtMTMuNTEtMi45MjIsMzQuMDI1LDM0LjAyNSwwLDAsMS0xMS4yNS04LjNoMEwxNTIwLjcxLDY1OS4xNmEzNS41NzMsMzUuNTczLDAsMCwxLTEuMDItNDkuMDQ2bDE4Mi4yNy0xOTkuNTY2YTMzLjM3LDMzLjM3LDAsMCwxLDExLjI4LTguNTY1LDMyLjc4NywzMi43ODcsMCwwLDEsMzcuMjEsNi44OTQsMzQuMDA3LDM0LjAwNywwLDAsMSw5LjczLDIzLjg5LDMzLjkyMiwzMy45MjIsMCwwLDEtNy43OCwyMS43MzJsLTAuMDYuMDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTUxMC40MSAtMzk4Ljk2OSkiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position-x: 130%;
    background-position-y: 55%;
    background-size: 300px 480px; }
@media (min-width: 992px) and (max-width: 1199px) {
    .main-slider .slide-overlay {
        padding: 30px;
        background-position-x: 160%; } }
@media (min-width: 768px) and (max-width: 991px) {
    .main-slider .slide-overlay {
        background-position-x: 138%; } }
@media (max-width: 991px) {
    .main-slider .slide-overlay {
        max-width: 70%;
        padding: 25px;
        left: 0;
        bottom: 9%;
        border-bottom-left-radius: 0; } }
@media (min-width: 576px) and (max-width: 767px) {
    .main-slider .slide-overlay {
        background-position: 160% 55%; } }
@media (max-width: 768px) {
    .main-slider .slide-overlay {
        background-color: white;
        bottom: -65px;
        border: none;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
        padding: 15px 15px 65px;
        height: 280px;
        background-image: none; } }
@media (max-width: 480px) {
    .main-slider .slide-overlay {
        height: 205px;
        background-position-x: 122%;
        background-position-y: -68px;
        background-size: 157px 295px; } }

.main-slider .slide-section {
    display: block;
    margin-bottom: 13px;
    color: #f15a31;
    font-size: 0.9375rem;
    text-transform: uppercase; }
.main-slider .slide-section:hover {
    color: #fa8b24; }
@media (max-width: 768px) {
    .main-slider .slide-section {
        margin: 0.5rem 0 0.9286rem;
        font-size: 1.015rem; } }

.main-slider .slide-title {
    display: inline-block;
    z-index: 1;
    font: italic 400 1.688rem/2.5rem "etelka-pro", "Arial", sans-serif;
    color: #000; }
.main-slider .slide-title:hover {
    color: #fa8b24; }
@media (min-width: 992px) and (max-width: 1199px) {
    .main-slider .slide-title {
        font-size: 2rem;
        line-height: 2.5rem; } }
@media (max-width: 991px) {
    .main-slider .slide-title {
        left: 30px;
        right: 30px;
        font: italic 400 1.688rem/2.5rem "etelka-pro", "Arial", sans-serif; } }
@media (max-width: 768px) {
    .main-slider .slide-title {
        font-size: 1.688rem;
        line-height: 2.15rem; } }

@media (max-width: 768px) {
    .main-slider.small-device-height .slide-overlay {
        bottom: 0;
        background-color: transparent;
        height: auto;
        top: 0;
        padding-top: calc(50vh + 10px); }
    .main-slider.small-device-height .slide-section {
        font-size: 0.75rem; }
    .main-slider.small-device-height .slide-title {
        font-size: 1.25rem;
        line-height: 1.3rem; }
    .main-slider.small-device-height .main-slider-img {
        height: 50vh; }
    .main-slider.small-device-height + .main-slider-pagination {
        top: -30px; } }

.main-slider-pagination {
    position: relative;
    top: 34px; }
@media (max-width: 768px) {
    .main-slider-pagination {
        top: 16px; } }

@supports ((display: -webkit-box) or (display: flex)) {
    .main-slider .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
    .main-slider .overlay-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }

.regular-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.regular-slider-holder .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 21px; }

.regular-slider-holder .swiper-pagination-bullet,
.regular-slider .swiper-pagination-bullet {
    border: 2px solid rgba(51, 51, 51, 0.75);
    background: transparent;
    opacity: 1; }

.regular-slider-holder .swiper-pagination-bullet-active,
.regular-slider .swiper-pagination-bullet-active {
    position: relative;
    top: 1px;
    width: 10px;
    height: 10px;
    background: #f15a31;
    border-color: #f15a31; }

.publications-section .h2 {
    font: 600 1.944rem/2.688rem "etelka-pro", "Arial", sans-serif;
    margin-bottom: 16px;
    letter-spacing: 0.033em; }
@media (max-width: 768px) {
    .publications-section .h2 {
        font-size: 1.444rem;
        line-height: 2rem;
        margin: 1.75rem 0 1.75rem;
        letter-spacing: 0; } }

.publications-section .subsection-link {
    color: inherit;
    -webkit-transition: color .2s;
    transition: color .2s; }
.publications-section .subsection-link:hover {
    color: #fa8b24; }

@media (max-width: 768px) {
    .b-home-page .articles-section-holder + .news-section-holder:before {
        content: " ";
        display: block;
        width: 100%;
        height: 1px;
        background: #ebebeb;
        margin: 0.49rem 0 2rem; } }

.b-home-page .articles-section .h3 {
    margin-top: 1.875rem;
    font: 400 2.063rem/2.688rem "etelka-pro", "Arial", sans-serif; }
@media (max-width: 768px) {
    .b-home-page .articles-section .h3 {
        margin-top: 1.68rem;
        font-size: 1.663rem;
        line-height: 2rem; } }

.b-home-page .articles-section .publication-item {
    margin-bottom: 26px; }

@media (max-width: 768px) {
    .b-home-page .publication-item.news-item {
        margin-top: 0.3571rem;
        margin-bottom: 1.643rem; }
    .b-home-page .publication-item.news-item .publication-title-wrapper {
        margin-top: 0.925rem; }
    .b-home-page .publication-item.news-item .publication-time {
        margin-bottom: 0.5rem; } }

@media (min-width: 769px) {
    .b-home-page .news-holder:nth-last-child(1) .publication-item,
    .b-home-page .news-holder:nth-last-child(2) .publication-item {
        margin-bottom: 0; } }

.b-home-page .articles-section .publication-intro {
    max-width: 85%;
    margin-bottom: 10px; }
@media (max-width: 768px) {
    .b-home-page .articles-section .publication-intro {
        margin-bottom: 2rem;
        max-width: 100%; } }

.b-home-page .articles-section .publication-image {
    width: 95.5%;
    border-bottom-right-radius: 20px; }

@media (min-width: 768px) and (max-width: 991px) {
    .b-home-page .news-section .h2 {
        margin-top: 0; } }

.b-home-page .news-section .publication-image {
    width: 87%; }

.publications-section .btn-white {
    margin-top: 24px; }

.publications-section .articles-section .btn-white {
    margin-top: 8px; }

.publication-item .show-more {
    position: relative;
    left: -12px;
    color: #fa8b24; }
.publication-item .show-more:hover {
    color: #fcb97c; }
.publication-item .show-more:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.about-section {
    padding: 62px 0 56px;
    background-color: #f2f2f2; }

@media (max-width: 991px) {
    .moto-wrap-column {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }

.moto-holder {
    margin-bottom: 75px; }

.moto-text {
    font: 400 2.563rem/2.563rem "etelka-pro", "Arial", sans-serif;
    color: #ffc300;
    margin-bottom: 5px; }
.moto-text:nth-child(2n) {
    color: #ff9419; }
.moto-text:nth-child(3n) {
    color: #f15a31; }

.about-section .about-text {
    max-width: 90%;
    font: 300 1.063rem/1.5rem "Roboto", "Arial", sans-serif; }

.about-section .h3 {
    font: 600 1.5rem/2rem "etelka-pro", "Arial", sans-serif;
    margin-bottom: 24px;
    max-width: 90%;
    letter-spacing: 0.033em; }

@media (max-width: 991px) {
    .video-wrap-column {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }

.video-wrap {
    position: relative;
    cursor: pointer; }

.about-section .video-wrap {
    margin-top: 12px; }
@media (max-width: 991px) {
    .about-section .video-wrap {
        margin: 0 -25px 30px; } }

.video-overlay {
    display: none;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: none;
    overflow: hidden; }

.video-wrap.first-run .video-overlay {
    display: block;
    z-index: 1; }

.video-wrap.first-run:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    content: ''; }

.about-video {
    display: block;
    width: 100%;
    margin-left: auto;
    height: auto; }

.b-bnrs-section {
    padding: 30px 0 74px;
    background-color: #f2f2f2; }
.body-devices .b-bnrs-section {
    margin-bottom: 0 !important;
    padding: 30px 0 30px; }
@media (max-width: 768px) {
    .b-bnrs-section {
        margin-bottom: 0 !important;
        padding: 30px 0 30px; } }

.main-bnnr-holder {
    text-align: center; }

.dvrt-main-bnnr {
    margin: 45px auto;
    max-width: 100%; }

.b-bnnr-img {
    max-width: 211px;
    max-height: 90px; }

.b-dvrt-slider {
    padding: 18px 0 60px;
    position: relative; }
.body-devices .b-dvrt-slider {
    padding: 0; }
@media (max-width: 768px) {
    .b-dvrt-slider {
        padding: 0; } }
.b-dvrt-slider a:hover {
    opacity: 0.6;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease; }
@media (max-width: 768px) {
    .b-dvrt-slider {
        padding: 0 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .b-dvrt-slider .swiper-button-prev,
    .b-dvrt-slider .swiper-button-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        -webkit-transition: background-color 0.2s ease;
        transition: background-color 0.2s ease; }
    .b-dvrt-slider .swiper-button-prev {
        left: 0;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNy45NjkiIHZpZXdCb3g9IjAgMCAxNSAyNy45NjkiPiAgPG1ldGFkYXRhPjw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+PHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+ICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIvPiAgIDwvcmRmOlJERj48L3g6eG1wbWV0YT4gICAgICAgPD94cGFja2V0IGVuZD0idyI/PjwvbWV0YWRhdGE+PGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogI2ZhOGIyNDsgICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsgICAgICB9ICAgIDwvc3R5bGU+ICA8L2RlZnM+ICA8cGF0aCBpZD0iUm91bmRlZF9SZWN0YW5nbGVfMSIgZGF0YS1uYW1lPSJSb3VuZGVkIFJlY3RhbmdsZSAxIiBjbGFzcz0iY2xzLTEiIGQ9Ik0wLjAzNCwxNC4wMDZhMS4yMywxLjIzLDAsMCwxLC4zMTktMS4xMjhsMTIuNS0xMi41YTEuMjUyLDEuMjUyLDAsMSwxLDEuNzcsMS43N0wyLjc1NiwxNC4wMTYsMTQuNjE4LDI1Ljg3OGExLjI1MiwxLjI1MiwwLDEsMS0xLjc3LDEuNzcxbC0xMi41LTEyLjVBMS4yMzEsMS4yMzEsMCwwLDEsLjAzNCwxNC4wMDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0wLjAzMSkiLz48L3N2Zz4=");
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%); }
    .b-dvrt-slider .swiper-button-next {
        right: 0;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDE1IDI4Ij4gIDxtZXRhZGF0YT48P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4gICA8L3JkZjpSREY+PC94OnhtcG1ldGE+PD94cGFja2V0IGVuZD0idyI/PjwvbWV0YWRhdGE+PGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogI2ZhOGIyNDsgICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsgICAgICB9ICAgIDwvc3R5bGU+ICA8L2RlZnM+ICA8cGF0aCBpZD0iUm91bmRlZF9SZWN0YW5nbGVfMSIgZGF0YS1uYW1lPSJSb3VuZGVkIFJlY3RhbmdsZSAxIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNC45NjYsMTMuOTk0YTEuMjMsMS4yMywwLDAsMS0uMzE5LDEuMTI4TDIuMTUsMjcuNjJhMS4yNTIsMS4yNTIsMCwwLDEtMS43Ny0xLjc3TDEyLjI0NCwxMy45ODQsMC4zODIsMi4xMjJBMS4yNTIsMS4yNTIsMCwwLDEsMi4xNTIuMzUybDEyLjUsMTIuNUExLjIzMSwxLjIzMSwwLDAsMSwxNC45NjYsMTMuOTk0WiIvPjwvc3ZnPg==");
        -webkit-transform: translateX(20%);
        transform: translateX(20%); } }

.b-dvrt-slider.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0; }

.gallery-slider.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: auto; }

.gallery-slider.swiper-container:hover .swiper-fullscreen-toggler,
.gallery-slider.swiper-container:hover .swiper-button-prev.swiper-fullslide-btn,
.gallery-slider.swiper-container:hover .swiper-button-next.swiper-fullslide-btn {
    opacity: 1; }

.gallery-slider .swiper-wrapper {
    z-index: 0; }

.gallery-slider .swiper-slide {
    text-align: left;
    font-size: 18px;
    min-height: 100px;
    display: inline-block; }

.gallery-slider .gallery-image-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
    border-bottom-right-radius: 20px;
    text-align: center;
    background-color: #f2f2f2; }

.gallery-slider .swiper-slide-next {
    padding-left: 2px; }

.gallery-slider .gallery-image {
    margin: 0;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.gallery-slider .image-caption {
    height: 38px;
    margin-top: 17px;
    margin-bottom: 26px;
    overflow: hidden;
    text-align: left;
    font: italic 300 0.875rem/1rem "Roboto", "Arial", sans-serif; }
.gallery-slider .image-caption:before {
    content: '/';
    margin-right: 10px;
    color: #f15a31;
    font-weight: 900;
    font-family: serif;
    font-size: 18px; }
@media (max-width: 768px) {
    .gallery-slider .image-caption {
        margin-bottom: 10px; } }

.gallery-slider-holder {
    position: relative; }

.gallery-slider-holder .gallery-slider .swiper-pagination {
    position: absolute;
    left: 52px;
    right: 52px;
    bottom: -97px;
    text-align: center;
    height: 56px;
    overflow: hidden;
    z-index: 0; }

.gallery-slider-holder .gallery-slider .swiper-fullscreen-toggler {
    position: absolute;
    background-color: #fff;
    border-radius: 0 0 0 4px;
    top: 5px;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    content: ''; }
.gallery-slider-holder .gallery-slider .swiper-fullscreen-toggler:hover {
    background-color: #fa8b24; }
.gallery-slider-holder .gallery-slider .swiper-fullscreen-toggler:hover path {
    fill: #fff; }

.gallery-slider-holder .gallery-slider .swiper-fullscreen-toggler-ico {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
.gallery-slider-holder .gallery-slider .swiper-fullscreen-toggler-ico path {
    fill: #fa8b24;
    -webkit-transition: fill 0.2s ease;
    transition: fill 0.2s ease; }

.gallery-slider-holder .gallery-slider .swiper-button-prev.swiper-fullslide-btn,
.gallery-slider-holder .gallery-slider .swiper-button-next.swiper-fullslide-btn {
    width: 50%;
    position: absolute;
    content: '';
    top: 5px;
    margin: 0;
    background-image: none;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    z-index: 1; }
.gallery-slider-holder .gallery-slider .swiper-button-prev.swiper-fullslide-btn:before,
.gallery-slider-holder .gallery-slider .swiper-button-next.swiper-fullslide-btn:before {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    content: ''; }
.gallery-slider-holder .gallery-slider .swiper-button-prev.swiper-fullslide-btn:hover:before,
.gallery-slider-holder .gallery-slider .swiper-button-next.swiper-fullslide-btn:hover:before {
    background-color: #fa8b24; }
.gallery-slider-holder .gallery-slider .swiper-button-prev.swiper-fullslide-btn.swiper-button-disabled:before,
.gallery-slider-holder .gallery-slider .swiper-button-next.swiper-fullslide-btn.swiper-button-disabled:before {
    content: none; }

.gallery-slider-holder .gallery-slider .swiper-button-prev.swiper-fullslide-btn {
    left: 0; }
.gallery-slider-holder .gallery-slider .swiper-button-prev.swiper-fullslide-btn:before {
    left: 0;
    border-radius: 0 4px 4px 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNy45NjkiIHZpZXdCb3g9IjAgMCAxNSAyNy45NjkiPiAgPG1ldGFkYXRhPjw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+PHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+ICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIvPiAgIDwvcmRmOlJERj48L3g6eG1wbWV0YT4gICAgICAgPD94cGFja2V0IGVuZD0idyI/PjwvbWV0YWRhdGE+PGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogI2ZhOGIyNDsgICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsgICAgICB9ICAgIDwvc3R5bGU+ICA8L2RlZnM+ICA8cGF0aCBpZD0iUm91bmRlZF9SZWN0YW5nbGVfMSIgZGF0YS1uYW1lPSJSb3VuZGVkIFJlY3RhbmdsZSAxIiBjbGFzcz0iY2xzLTEiIGQ9Ik0wLjAzNCwxNC4wMDZhMS4yMywxLjIzLDAsMCwxLC4zMTktMS4xMjhsMTIuNS0xMi41YTEuMjUyLDEuMjUyLDAsMSwxLDEuNzcsMS43N0wyLjc1NiwxNC4wMTYsMTQuNjE4LDI1Ljg3OGExLjI1MiwxLjI1MiwwLDEsMS0xLjc3LDEuNzcxbC0xMi41LTEyLjVBMS4yMzEsMS4yMzEsMCwwLDEsLjAzNCwxNC4wMDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0wLjAzMSkiLz48L3N2Zz4="); }
.gallery-slider-holder .gallery-slider .swiper-button-prev.swiper-fullslide-btn:hover:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNy45NjkiIHZpZXdCb3g9IjAgMCAxNSAyNy45NjkiPiAgPG1ldGFkYXRhPjw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+PHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+ICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIvPiAgIDwvcmRmOlJERj48L3g6eG1wbWV0YT48P3hwYWNrZXQgZW5kPSJ3Ij8+PC9tZXRhZGF0YT48ZGVmcz4gICAgPHN0eWxlPiAgICAgIC5jbHMtMSB7ICAgICAgICBmaWxsOiAjZmZmOyAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOyAgICAgIH0gICAgPC9zdHlsZT4gIDwvZGVmcz4gIDxwYXRoIGlkPSJSb3VuZGVkX1JlY3RhbmdsZV8xIiBkYXRhLW5hbWU9IlJvdW5kZWQgUmVjdGFuZ2xlIDEiIGNsYXNzPSJjbHMtMSIgZD0iTTAuMDM0LDE0LjAwN2ExLjIyOSwxLjIyOSwwLDAsMSwuMzE5LTEuMTI5bDEyLjUtMTIuNWExLjI1MiwxLjI1MiwwLDAsMSwxLjc3LDEuNzdMMi43NTYsMTQuMDE2LDE0LjYxOSwyNS44NzhhMS4yNTMsMS4yNTMsMCwxLDEtMS43NzIsMS43NzFsLTEyLjUtMTIuNUExLjIzMSwxLjIzMSwwLDAsMSwuMDM0LDE0LjAwN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMDMxKSIvPjwvc3ZnPg=="); }

.gallery-slider-holder .gallery-slider .swiper-button-next.swiper-fullslide-btn {
    right: 0; }
.gallery-slider-holder .gallery-slider .swiper-button-next.swiper-fullslide-btn:before {
    right: 0;
    border-radius: 4px 0 0 4px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDE1IDI4Ij4gIDxtZXRhZGF0YT48P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4gICA8L3JkZjpSREY+PC94OnhtcG1ldGE+PD94cGFja2V0IGVuZD0idyI/PjwvbWV0YWRhdGE+PGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogI2ZhOGIyNDsgICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsgICAgICB9ICAgIDwvc3R5bGU+ICA8L2RlZnM+ICA8cGF0aCBpZD0iUm91bmRlZF9SZWN0YW5nbGVfMSIgZGF0YS1uYW1lPSJSb3VuZGVkIFJlY3RhbmdsZSAxIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNC45NjYsMTMuOTk0YTEuMjMsMS4yMywwLDAsMS0uMzE5LDEuMTI4TDIuMTUsMjcuNjJhMS4yNTIsMS4yNTIsMCwwLDEtMS43Ny0xLjc3TDEyLjI0NCwxMy45ODQsMC4zODIsMi4xMjJBMS4yNTIsMS4yNTIsMCwwLDEsMi4xNTIuMzUybDEyLjUsMTIuNUExLjIzMSwxLjIzMSwwLDAsMSwxNC45NjYsMTMuOTk0WiIvPjwvc3ZnPg=="); }
.gallery-slider-holder .gallery-slider .swiper-button-next.swiper-fullslide-btn:hover:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyOCIgdmlld0JveD0iMCAwIDE1IDI4Ij4gIDxtZXRhZGF0YT48P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4gICA8L3JkZjpSREY+PC94OnhtcG1ldGE+PD94cGFja2V0IGVuZD0idyI/PjwvbWV0YWRhdGE+PGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogI2ZmZjsgICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsgICAgICB9ICAgIDwvc3R5bGU+ICA8L2RlZnM+ICA8cGF0aCBpZD0iUm91bmRlZF9SZWN0YW5nbGVfMSIgZGF0YS1uYW1lPSJSb3VuZGVkIFJlY3RhbmdsZSAxIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNC45NjYsMTMuOTkzYTEuMjI5LDEuMjI5LDAsMCwxLS4zMTksMS4xMjlsLTEyLjUsMTIuNWExLjI1MiwxLjI1MiwwLDAsMS0xLjc3LTEuNzdMMTIuMjQ0LDEzLjk4NCwwLjM4MSwyLjEyMkExLjI1MywxLjI1MywwLDAsMSwyLjE1My4zNTJsMTIuNSwxMi41QTEuMjMxLDEuMjMxLDAsMCwxLDE0Ljk2NiwxMy45OTNaIi8+PC9zdmc+"); }

@supports ((display: -webkit-box) or (display: flex)) {
    .gallery-slider .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }

.index-section {
    padding-bottom: 80px; }

.publication-item-holder {
    padding-bottom: 1rem;
    margin-bottom: 6px; }

.publication-item {
    margin-bottom: 46px; }

.publication-item-holder {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .5s ease, opacity .5s ease;
    transition: visibility .5s ease, opacity .5s ease;
    max-height: 1000px; }

.publication-item-hidden {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: visibility .2s ease, opacity .2s ease, max-height .2s ease .2s;
    transition: visibility .2s ease, opacity .2s ease, max-height .2s ease .2s; }

.publication-item-hidden {
    display: none; }

.publication-item-link {
    display: block;
    color: inherit; }

.publication-time {
    display: block;
    font: 300 1rem/1rem "Roboto", "Arial", sans-serif;
    color: #333; }

.publication-title {
    display: block;
    margin-top: 1.125rem;
    font: 400 1.313rem/1.688rem "etelka-pro", "Arial", sans-serif; }

.publication-image-wrap {
    display: block; }
.publication-image-wrap.desktop-only {
    display: block; }
.publication-image-wrap.mobile-only {
    display: none; }
.body-devices .publication-image-wrap.desktop-only {
    display: none; }
.body-devices .publication-image-wrap.mobile-only {
    display: block; }

.publication-image {
    width: 100%;
    height: auto; }

.publication-intro {
    display: block;
    font: 300 1.063rem/1.5rem "Roboto", "Arial", sans-serif;
    color: #333; }

.publication-source {
    margin-top: 24px;
    font: 300 1.063rem/1.5rem "Roboto", "Arial", sans-serif; }
.publication-source a {
    color: #f15a31; }
.publication-source a:hover {
    color: #fa8b24; }

.publications-timeline .publication-intro {
    margin-bottom: 10px; }

.publications-timeline .publication-image {
    max-width: 86%;
    border-bottom-right-radius: 20px; }

.b-home-page .articles-section .show-more,
.b-home-page .news-section .publication-title,
.news-section .index-section .publication-title,
.news-section .main-publication .publication-title,
.articles-section .show-more,
.publications-timeline .show-more,
.news-timeline .publication-title {
    position: relative;
    display: inline; }
.b-home-page .articles-section .show-more:after,
.b-home-page .news-section .publication-title:after,
.news-section .index-section .publication-title:after,
.news-section .main-publication .publication-title:after,
.articles-section .show-more:after,
.publications-timeline .show-more:after,
.news-timeline .publication-title:after {
    background: url("../images/show_more_arrow_ico.png") transparent no-repeat 50% 50%;
    background: url("../images/show_more_arrow_ico.svg") transparent no-repeat 50% 50%;
    content: ''; }

.news-section .main-publication .publication-title-wrapper {
    display: block;
    max-width: 95%;
    max-width: calc(100% - 48px); }

.b-home-page .news-section .publication-title-wrapper,
.news-section .index-section .publication-title-wrapper,
.news-timeline .publication-title-wrapper {
    display: block;
    margin-bottom: 0.5rem;
    max-width: 95%;
    max-width: calc(100% - 24px); }

.b-home-page .news-section .publication-title-wrapper {
    margin-top: 1.125rem; }

.b-home-page .news-section .publication-title:after,
.b-home-page .articles-section .show-more:after,
.news-section .index-section .publication-title:after,
.articles-section .show-more:after,
.publications-timeline .show-more:after,
.news-timeline .publication-title:after {
    width: 10px;
    height: 12px;
    background-size: 7px 12px; }

.news-section .main-publication .publication-title:after {
    right: -30px;
    width: 14px;
    height: 20px;
    background-size: 9px 16px; }

.b-home-page .articles-section .show-more:after,
.articles-section .show-more:after,
.publications-timeline .show-more:after {
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.b-home-page .news-section .publication-title:after,
.news-section .index-section .publication-title:after,
.news-section .main-publication .publication-title:after,
.news-timeline .publication-title:after {
    display: inline-block;
    position: absolute; }

.b-home-page .news-section .publication-title:after,
.news-section .index-section .publication-title:after,
.news-timeline .publication-title:after {
    right: -22px;
    bottom: 7px; }

.news-section .main-publication .publication-title:after {
    bottom: 9px; }

.index-page .publication-time:before,
.news-timeline .publication-time:before,
.news-slider-holder .publication-time:before {
    margin-right: 4px;
    position: relative;
    top: -4px;
    content: '/'; }

.index-page .publication-time:before,
.news-timeline .publication-time:before {
    font-size: 10px; }

.index-page .publication-title {
    font-size: 1.438rem;
    line-height: 1.875rem; }

.index-section .publication-title {
    margin-top: 0; }

.index-section .publication-item {
    margin-bottom: 0; }

.index-section .index-separator,
.publications-timeline .index-separator {
    margin-bottom: 30px;
    width: 100%;
    background-color: #ebebeb;
    border-top: 1px solid #e6e6e6; }

.index-pagination-holder {
    position: relative;
    padding-top: 18px;
    text-align: center; }

.index-pagination {
    text-align: center;
    font: 400 1.313rem/1.375rem "Roboto", "Arial", sans-serif; }
.index-pagination .nav-prev,
.index-pagination .nav-next {
    height: 48px;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 18px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
.index-pagination .nav-prev:hover,
.index-pagination .nav-next:hover {
    opacity: 0.6;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
.index-pagination .nav-prev a,
.index-pagination .nav-next a {
    display: inline-block;
    width: 36px;
    height: 48px; }
.index-pagination .nav-prev {
    left: 4px;
    background-image: url("../images/show_more_arrow_333_l_ico.png");
    background-image: url("../images/show_more_arrow_333_l_ico.svg"); }
.index-pagination .nav-next {
    right: 4px;
    background-image: url("../images/show_more_arrow_333_r_ico.png");
    background-image: url("../images/show_more_arrow_333_r_ico.svg"); }
.index-pagination .page.current {
    border: 2px solid #ebebeb;
    border-radius: 4px; }
.index-pagination .page.ellipsis {
    padding: 10px 0; }
.index-pagination .page.page-num {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
.index-pagination a {
    display: inline-block;
    height: 100%;
    width: 100%;
    color: inherit; }
.index-pagination a:hover {
    color: #fa8b24; }

.main-publication .publication-item-link:hover .show-more {
    color: #fcb97c; }

.main-publication .show-more {
    display: inline-block; }

.publication-text-wrapper {
    display: block;
    padding-top: 8px; }

.ya-share2 .ya-share2__container .ya-share2__item {
    display: inline-block; }

@media (min-width: 992px) {
    .ya-share2 {
        position: absolute;
        right: 0;
        width: 50px; } }

.publications-loader {
    cursor: pointer; }

.articles-section .index-section .publication-image {
    max-width: 86%; }

.articles-section .index-section .publication-title {
    line-height: 1.625rem; }

.articles-section .main-publication {
    border-bottom: 1px solid #e6e6e6; }

.articles-section .main-publication .publication-item-link {
    padding: 0; }

.articles-section .main-publication .publication-image {
    max-width: 91%; }
@media (max-width: 991px) {
    .articles-section .main-publication .publication-image {
        max-width: 100%; } }

.publications-timeline {
    border-top: 1px solid #ebebeb; }

.timeline-title-row.desktop-only {
    display: block; }

.timeline-title-row.mobile-only {
    display: none; }

.body-devices .timeline-title-row.desktop-only {
    display: none; }

.body-devices .timeline-title-row.mobile-only {
    display: block; }

.timeline-title {
    margin: 0;
    font: italic 400 2.438rem/2.5rem "etelka-pro", "Arial", sans-serif; }
.timeline-title a {
    color: #333; }

.nav-index-holder {
    height: 40px;
    text-align: right; }

.publications-timeline .btn-all {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    color: #fa8b24; }
.publications-timeline .btn-all:before {
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: bottom;
    content: ''; }
.publications-timeline .btn-all:hover {
    color: #fcb97c; }

.publications-timeline .publication-item {
    margin-bottom: 40px; }

.publications-timeline .publication-title {
    font: 400 1.313rem/1.688rem "etelka-pro", "Arial", sans-serif; }

.news-section .main-publication {
    border-bottom-right-radius: 20px;
    background-color: #f5f5f5; }

.news-section .publication-text-wrapper {
    padding-left: 15px; }

.main-publication .publication-time {
    margin-bottom: 16px; }

.main-publication .publication-title-wrapper {
    margin: 0 0 26px; }

.main-publication .publication-title {
    font: 2.063rem/2.688rem "etelka-pro", "Arial", sans-serif; }
.main-publication .publication-title:after {
    height: 20px;
    background-size: 10px 20px; }

.news-section .index-section .publication-image {
    margin-bottom: 24px;
    max-width: 73%; }

.main-publication .publication-intro {
    margin-bottom: 18px;
    font-size: 1.188rem;
    line-height: 1.688rem; }

.show-all-news.link-more-inline.desktop-only {
    display: inline-block; }

.show-all-news.link-more-inline.mobile-only {
    display: none; }

.body-devices .show-all-news.link-more-inline.desktop-only {
    display: none; }

.body-devices .show-all-news.link-more-inline.mobile-only {
    display: inline-block; }

.gallery-slider-holder.news-slider-holder {
    margin-bottom: 0;
    position: relative; }
@media (min-width: 992px) {
    .gallery-slider-holder.news-slider-holder {
        margin-left: 16.66667%;
        max-width: 75%; } }

.gallery-slider-holder.news-slider-holder .gallery-slider .swiper-slide {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.gallery-slider-holder.news-slider-holder .gallery-slider .gallery-slider {
    margin-bottom: 156px; }

.gallery-slider-holder.news-slider-holder .gallery-slider .swiper-button-prev {
    left: 0; }

.gallery-slider-holder.news-slider-holder .gallery-slider .swiper-button-next {
    right: 0; }

.news-intro-info {
    position: relative; }
.news-intro-info .publication-time {
    position: absolute;
    margin-top: 6px;
    font-size: 1.188rem;
    font-weight: 400; }
.news-intro-info .publication-time:before {
    font-size: 12px; }
@media (max-width: 991px) {
    .news-intro-info .ya-share-wrapper {
        position: absolute;
        top: 0;
        left: -15px; } }
.news-intro-info .ya-share2 {
    position: absolute;
    top: 2px; }
@media (max-width: 991px) {
    .news-intro-info .ya-share2 {
        position: static;
        margin-top: 30px;
        padding-left: 0;
        float: none;
        right: 0;
        width: 300px; }
    .news-intro-info .ya-share2 .ya-share2__item {
        display: inline-block; } }
.news-intro-info .gallery-slider-holder.news-slider-holder {
    margin-left: 0;
    max-width: none; }

.news-timeline .publication-image {
    margin-bottom: 29px;
    max-width: 73%;
    border-radius: 0; }

.news-timeline .publication-time {
    margin-bottom: 22px; }

.news-timeline .publication-title {
    margin-top: 0; }

.b-warning {
    background: #fff;
    border-radius: 9px;
    padding: 26px 29px;
    -webkit-box-shadow: 3px 4px 14px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 4px 14px 2px rgba(0, 0, 0, 0.07);
    color: #f15a31; }
.b-warning > h3, .b-warning-title {
    font: 400 italic 1.45rem/1.75rem "etelka-pro", "Arial", sans-serif;
    margin: 0 0 16px; }
.b-warning > p, .b-warning-text {
    font: 300 1.103rem/1.588rem "etelka-pro", "Arial", sans-serif;
    margin: 0; }

.appointment-subtitle {
    padding: 35px 0; }
.appointment-subtitle .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.appointment-subtitle-text {
    font: 300 1.193rem/1.688rem "etelka-pro", "Arial", sans-serif;
    padding: 10px 0; }

.appointment-step-all {
    margin: 0 0 41px; }

.appointment-step {
    border-bottom: 1px solid #ebebeb; }
.appointment-step > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.appointment-step-img {
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
.appointment-step-img object, .appointment-step-img img {
    max-height: 170px;
    max-width: 170px;
    width: auto;
    height: auto; }
.appointment-step--title {
    font: 400 1.85rem/1.95rem "etelka-pro", "Arial", sans-serif;
    margin: 0 0 14px; }
.appointment-step--title > i,
.appointment-step--title > .italic {
    font-style: italic;
    padding-left: 0.25em; }
.appointment-step--text {
    font: 300 1.193rem/1.688rem "etelka-pro", "Arial", sans-serif;
    margin: 0; }

.appointment-info {
    margin: 20px auto 80px; }
@media (max-width: 991px) {
    .appointment-info {
        margin: 10px auto 40px; } }
.appointment-info-text {
    font: 300 1.193rem/1.688rem "Roboto", "Arial", sans-serif;
    margin: 0; }
@media (min-width: 992px) {
    .appointment-info-text {
        margin-left: 8.33333%;
        max-width: 83.33333%; } }
.appointment-info-text > small,
.appointment-info-text .small {
    font-size: 91%;
    font-weight: inherit; }

.appointment-footer {
    padding: 0;
    overflow: hidden; }
.appointment-footer-text {
    font: 400 1.393rem/1.688rem "etelka-pro", "Arial", sans-serif;
    margin: 25px auto 35px;
    max-width: 535px; }

.b-main-cont .workers-section {
    margin-bottom: 0;
    padding-bottom: 80px;
    background-color: #f5f7f7; }

.main-person {
    padding-bottom: 70px;
    border-bottom: 1px solid #dcdede; }

.person-card {
    white-space: nowrap;
    font-size: 0;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border: 1px solid transparent;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s; }
.person-card:hover {
    border-color: #fa8b24; }
.person-card:hover .person-name {
    color: #fa8b24; }
@media (max-width: 1280px) {
    .person-card {
        background-image: none; } }

.person-card.compact-card {
    min-height: 168px;
    -webkit-box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.1); }

.person-card.full-card {
    -webkit-box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.07); }

.compact-person-cards-section .person-card.compact-card {
    height: 100%; }

.card-wrapper {
    margin-top: 50px; }

.full-card .card-image-wrapper,
.full-card .card-info {
    width: 50%; }

@media (min-width: 992px) and (max-width: 1199px) {
    .full-card .card-image-wrapper {
        width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
    .full-card .card-image-wrapper {
        width: 35%; } }

@media (max-width: 767px) {
    .full-card .card-image-wrapper {
        width: 100%; } }

.full-card .card-info {
    display: inline-block; }
@media (min-width: 992px) and (max-width: 1199px) {
    .full-card .card-info {
        width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
    .full-card .card-info {
        width: 65%; } }
@media (max-width: 767px) {
    .full-card .card-info {
        width: 100%; } }

.card-image {
    max-width: none;
    height: 100%;
    -ms-flex-item-align: center;
    align-self: center; }

.card-info {
    vertical-align: top;
    white-space: normal;
    color: #333; }

.compact-card .card-info {
    padding: 20px 16px; }

.person-name {
    margin-bottom: 20px;
    font: 1.688rem/2.188rem "etelka-pro", "Arial", sans-serif;
    -webkit-transition: color .2s ease;
    transition: color .2s ease; }

.compact-card .person-name {
    margin-bottom: 14px;
    font-size: 1.438rem;
    line-height: 1.875rem; }

.person-announce {
    padding: 14px 14px 14px 17.5%;
    max-width: 90%;
    position: relative; }
.person-announce:after {
    position: absolute;
    left: 17%;
    left: calc(17.5% - 5px);
    bottom: -2px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    height: 2px;
    width: 18px;
    background: #333;
    content: ''; }
@media (max-width: 991px) {
    .person-announce:after {
        left: 0; } }
@media (max-width: 991px) {
    .person-announce {
        padding-left: 0; } }

.person-job,
.person-degree,
.person-announce {
    font-weight: 300;
    font-family: "Roboto", "Arial", sans-serif; }

.person-job,
.person-announce {
    font-size: 1.063rem;
    line-height: 1.5rem; }

.person-degree {
    font-size: 0.9375rem;
    line-height: 1.313rem;
    color: #f15a31; }

.full-card .person-job {
    margin-bottom: 24px; }

.person-announce p {
    margin-bottom: 25px; }

.person-announce .major-text {
    font: 1.188rem/1.625rem "etelka-pro", "Arial", sans-serif; }

.b-main-cont .administration-section {
    margin-bottom: 0;
    padding-bottom: 80px;
    background-color: #f5f7f7; }

.administration-section .person-card {
    background-image: url("../images/logo_compact.png");
    background-image: url("../images/logo_compact.svg");
    background-repeat: no-repeat; }

.tabs-nav, .tabs-nav-purple {
    margin-top: 75px;
    margin-bottom: 60px;
    font-size: 0; }

.tabs-nav-item, .tabs-nav-purple-item {
    padding: 12px 80px 10px 30px;
    font-size: 1.188rem; }
.tabs-nav-item:not(.active), .tabs-nav-purple-item:not(.active) {
    background-color: #fddcbd; }
.tabs-nav-item:not(.active) a, .tabs-nav-purple-item:not(.active) a {
    display: inline-block;
    padding: 12px 80px 10px 30px;
    margin: -12px -80px -10px -30px;
    color: #333; }
.tabs-nav-item.active, .active.tabs-nav-purple-item {
    color: #fff;
    background-color: #fa8b24; }
.tabs-nav-item.active a, .active.tabs-nav-purple-item a {
    color: #fff; }

.tabs-nav-purple:after {
    background-color: #f7ebf3; }

.tabs-nav-purple-item {
    margin-right: 0; }
.tabs-nav-purple-item:not(.active) {
    background-color: #f7ebf3; }
.tabs-nav-purple-item.active {
    background-color: #b23f85; }

.department-nav .department-tab {
    padding: 12px 80px 10px 30px;
    font-size: 1.188rem; }
.department-nav .department-tab:not(.active) {
    background-color: #d4efe6;
    cursor: pointer; }
@media (max-width: 1023px) {
    .department-nav .department-tab {
        width: 100%; } }
.department-nav .department-tab.desktop-only {
    display: inline-block; }
.department-nav .department-tab.mobile-only {
    display: none; }
.body-devices .department-nav .department-tab.desktop-only {
    display: none; }
.body-devices .department-nav .department-tab.mobile-only {
    display: inline-block; }
.department-nav .department-tab.active {
    color: #fff;
    background-color: #27ad81; }
.department-nav .department-tab.active a {
    color: #fff; }
.department-nav .department-tab.department-tab-linked {
    padding: 0; }
.department-nav .department-tab.department-tab-linked a {
    display: block;
    padding: 12px 80px 10px 30px;
    color: #333; }

.department-nav {
    margin-top: 75px;
    margin-bottom: 60px;
    font-size: 0; }
@media (min-width: 1024px) {
    .department-nav:after {
        display: block;
        position: relative;
        bottom: 10px;
        height: 10px;
        background-color: #d4efe6;
        content: '';
        z-index: -1; } }

.department-info-section {
    padding-bottom: 80px; }

.department-info-section .h2 {
    font: 400 2.313rem/3.188rem "etelka-pro", "Arial", sans-serif; }

.opportunities-section .h2 {
    font-size: 2.188rem; }

.department-info-section .h3 {
    margin-bottom: 4px;
    font: italic 400 2.063rem/3.188rem "etelka-pro", "Arial", sans-serif;
    color: #27ad81; }

.department-info-section .full-card .person-name {
    margin-bottom: 13px; }

.full-person-cards-section .card-wrapper {
    margin-top: 18px; }

.compact-person-cards-section {
    padding-top: 32px;
    padding-bottom: 20px; }

.compact-person-cards-section .card-wrapper {
    margin-top: 20px;
    margin-bottom: 12px; }

.department-structure-section {
    padding-top: 42px;
    padding-bottom: 64px;
    background-color: #f5f7f7; }

.department-structure-section .card-wrapper {
    margin-top: 30px; }

.department-card {
    min-height: 90px;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 1px solid transparent;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s; }
.department-card:hover {
    border-color: #fa8b24; }
.department-card:hover .department-name {
    color: #fa8b24; }

.department-card .card-info {
    padding: 20px 20px 16px; }

.department-card .department-name {
    font: 400 1.313rem/1.688rem "etelka-pro", "Arial", sans-serif;
    -webkit-transition: color .2s ease;
    transition: color .2s ease; }

.department-structure-section .h2 {
    font: 400 2.438rem/3.188rem "etelka-pro", "Arial", sans-serif; }

.summary-info {
    padding: 30px 8.5% 0;
    font: 400 1.188rem/1.875rem "Roboto", "Arial", sans-serif;
    text-transform: uppercase; }

.person-main-info .main-person {
    padding-bottom: 48px;
    border-bottom: 0; }

.person-main-info .person-info {
    margin-bottom: 24px; }

.person-main-info .person-name {
    margin-bottom: 32px;
    font-size: 3.063rem;
    line-height: 4rem; }
@media (max-width: 768px) {
    .person-main-info .person-name {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 2.4rem;
        line-height: 2.6rem; } }

.person-main-info .person-workplace {
    margin-bottom: 24px;
    font: italic 1.313rem/1.75rem "etelka-pro", "Arial", sans-serif; }

.person-main-info .person-degree,
.person-main-info .person-job,
.person-main-info .person-contacts {
    font: 300 1.063rem/1.5rem "Roboto", "Arial", sans-serif; }

.person-main-info .person-degree {
    font-style: italic; }

.person-main-info .person-job {
    margin-bottom: 15px; }

.person-main-info .email-link {
    color: #f15a31; }

.person-main-info .full-card .card-image-wrapper,
.person-main-info .full-card .card-info {
    padding-top: 0;
    width: auto; }

.person-main-info .full-card .card-info {
    padding-left: 0; }
@media (min-width: 769px) {
    .person-main-info .full-card .card-info {
        padding-left: 40px; } }
@media (min-width: 992px) {
    .person-main-info .full-card .card-info {
        padding-left: 30px; } }

.person-main-info .person-card.full-card {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0; }
.person-main-info .person-card.full-card:hover {
    border: 0; }
.person-main-info .person-card.full-card:hover .person-name {
    color: inherit; }

.person-main-info .card-image,
.person-main-info .card-image-wrapper {
    border-bottom-right-radius: 20px; }

.timeline-list .timeline-item {
    width: 100%;
    margin-bottom: 14px; }
.timeline-list .timeline-item:last-child {
    margin-bottom: 0; }

.timeline-list .timeline-item-date,
.timeline-list .timeline-item-description {
    display: inline-block;
    vertical-align: top; }

.timeline-list .timeline-item-date {
    min-height: 27px;
    padding-top: 3px;
    width: 30%;
    font: 1.438rem/1.5rem "etelka-pro", "Arial", sans-serif; }

.timeline-list .timeline-item-description {
    padding-left: 24px;
    position: relative;
    font: 300 1.188rem/1.688rem "Roboto", "Arial", sans-serif; }
.timeline-list .timeline-item-description:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '—'; }
@media (min-width: 768px) {
    .timeline-list .timeline-item-description:before {
        left: 8px; } }
@media (min-width: 768px) {
    .timeline-list .timeline-item-description {
        padding-left: 28px; } }
.timeline-list .timeline-item-description-dated {
    width: 70%; }
.timeline-list .timeline-item-description-non-dated {
    width: 100%; }

.person-career {
    overflow-x: hidden; }
.person-career .person-career-structure-right {
    padding-top: 50px; }
.person-career .person-career-group {
    position: relative;
    padding-top: 50px;
    padding-bottom: 70px; }
.person-career .person-career-group:before, .person-career .person-career-group:after {
    position: absolute;
    width: 9999px;
    display: block;
    top: 0;
    bottom: 0;
    background-color: #f5f7f7;
    content: ''; }
.person-career .person-career-group:before {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
.person-career .person-career-group:after {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
.person-career .person-career-group:nth-child(odd) {
    background-color: #f5f7f7; }
.person-career .person-career-group:nth-child(odd):before, .person-career .person-career-group:nth-child(odd):after {
    background-color: #f5f7f7; }
.person-career .person-career-group:nth-child(even) {
    background-color: #fff; }
.person-career .person-career-group:nth-child(even):before, .person-career .person-career-group:nth-child(even):after {
    background-color: #fff; }
.person-career .publication-item-holder {
    margin-bottom: 0;
    padding-bottom: 0; }
.person-career .publication-item-holder:last-child .publication-item {
    margin-bottom: 0; }
.person-career .publication-item-holder:last-child .publication-source {
    margin-bottom: 0; }
.person-career .person-career-title {
    margin-top: 0;
    margin-bottom: 28px;
    font: 400 2.063rem/2.688rem "etelka-pro", "Arial", sans-serif; }
.person-career .person-career-title.desktop-only {
    display: block; }
.person-career .person-career-title.mobile-only {
    display: none; }
.body-devices .person-career .person-career-title.desktop-only {
    display: none; }
.body-devices .person-career .person-career-title.mobile-only {
    display: block; }
.person-career .career-text {
    font: 300 1.188rem/1.688rem "Roboto", "Arial", sans-serif; }
.person-career .career-text:last-child {
    margin-bottom: 0; }

@-webkit-keyframes show-department-menu {
    0% {
        opacity: 0; }
    55% {
        opacity: 0.5; }
    100% {
        opacity: 1; } }

@keyframes show-department-menu {
    0% {
        opacity: 0; }
    55% {
        opacity: 0.5; }
    100% {
        opacity: 1; } }

.department-structure {
    padding: 22px 0 135px; }
@media (max-width: 768px) {
    .department-structure {
        padding: 0 0 22px; } }
.department-structure-left {
    margin-left: 27%;
    margin-left: calc(25% + 30px);
    max-width: calc(66.66667% - 45px); }
@media (max-width: 768px) {
    .department-structure-left {
        margin: 0;
        max-width: 100%; } }
.department-structure-rght {
    width: 20%;
    float: left; }
@media (max-width: 1366px) {
    .department-structure-rght {
        width: 25%; } }
@media (max-width: 768px) {
    .department-structure-rght {
        display: none; } }

.ds-list-right, .ds-list-right-non-fxd {
    color: #333;
    margin-top: 14px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1; }
.ds-list-right-item {
    font: 400 1.008rem/1.49rem "etelka-pro", "Arial", sans-serif;
    position: relative;
    padding: 0 5px 24px 29px;
    z-index: 1;
    max-width: 250px; }
.ds-list-right-item > a {
    color: #333; }
.ds-list-right-item:before {
    content: " ";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    border: 2px solid #ccc;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
.ds-list-right-item:hover, .ds-list-right-item:focus, .ds-list-right-item.active {
    color: #fa8b24; }
.ds-list-right-item:hover:before, .ds-list-right-item:focus:before, .ds-list-right-item.active:before {
    background: #fa8b24;
    border-color: #fa8b24; }
.ds-list-right-item:hover > a, .ds-list-right-item:focus > a, .ds-list-right-item.active > a {
    color: #fa8b24; }
.ds-list-right.fixed {
    position: fixed;
    top: 107px;
    left: 0;
    -webkit-animation: show-department-menu 1s linear 0s;
    animation: show-department-menu 1s linear 0s; }

.hr-orange {
    display: block;
    background: #fa8b24;
    height: 10px;
    border: none;
    margin: -11px auto 15px; }

.hr-marginless-bottom {
    margin-bottom: 0; }

.main-list {
    padding: 0; }
.main-list-item {
    padding: 0;
    margin: 15px 0 50px; }
@media (max-width: 768px) {
    .main-list-item {
        margin: 15px 0 20px; } }

.ds-sublist-title {
    font: 400 italic 2.099rem/2.599rem "etelka-pro", "Arial", sans-serif;
    color: #a6a6a6;
    margin: 22px 0 29px; }
@media (max-width: 768px) {
    .ds-sublist-title {
        font: 400 italic 1.699rem/2rem "etelka-pro", "Arial", sans-serif;
        margin: 22px 0 13px; } }
.ds-sublist-title > a {
    color: #a6a6a6;
    outline: none; }
.ds-sublist-title > a:hover, .ds-sublist-title > a:focus {
    color: #fa8b24; }
.ds-sublist-title.active {
    color: #fa8b24; }
.ds-sublist-title.active > a {
    color: #fa8b24; }

.ds-sublist-item {
    border: 1px solid #c9eadf;
    border-radius: 7px;
    position: relative;
    margin: 10px 0;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    overflow: hidden; }
.ds-sublist-item:hover {
    border-color: #fa8b24; }
.ds-sublist-item:hover > a,
.ds-sublist-item:hover .dssub-sublist-title {
    color: #fa8b24; }
.ds-sublist-item .dssub-sublist-item,
.ds-sublist-item ul > li {
    font: 300 1.15rem/1.185rem "etelka-pro", "Arial", sans-serif;
    color: #333;
    margin: 0;
    padding: 9px 20px 10px 0; }
.ds-sublist-item .dssub-sublist-item > a,
.ds-sublist-item ul > li > a {
    color: #333;
    outline: none; }
.ds-sublist-item .dssub-sublist-item > a:hover, .ds-sublist-item .dssub-sublist-item > a:focus,
.ds-sublist-item ul > li > a:hover,
.ds-sublist-item ul > li > a:focus {
    color: #fa8b24; }
.ds-sublist-item > a {
    padding: 20px;
    display: block; }
.ds-sublist-item.have-sublist {
    position: relative;
    background: #f0f9f6;
    border-color: #f0f9f6;
    padding: 23px 52px 18px 20px; }
.ds-sublist-item.have-sublist:before {
    content: " ";
    display: block;
    width: 20px;
    height: 25px;
    position: absolute;
    right: 18px;
    top: 14px;
    margin-top: 10px;
    background-image: url("../images/show_more_arrow_r_ico.png");
    background-image: url("../images/show_more_arrow_r_ico.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    cursor: pointer;
    z-index: 1; }
.ds-sublist-item.have-sublist .dssub-sublist {
    overflow: hidden;
    color: #333;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    max-height: 1000px;
    opacity: 1;
    margin: 27px 0 4px; }
.ds-sublist-item.have-sublist > a,
.ds-sublist-item.have-sublist .dssub-sublist-title,
.ds-sublist-item.have-sublist .dssub-sublist-title > a {
    color: #fa8b24;
    cursor: default; }
.ds-sublist-item.have-sublist.close {
    background: inherit;
    border-color: #c9eadf;
    cursor: pointer; }
.ds-sublist-item.have-sublist.close .dssub-sublist {
    max-height: 0;
    opacity: 0;
    margin: 0; }
.ds-sublist-item.have-sublist.close:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url("../images/show_more_arrow_333_r_ico.png");
    background-image: url("../images/show_more_arrow_333_r_ico.svg"); }
.ds-sublist-item.have-sublist.close:hover {
    border-color: #fa8b24; }
.ds-sublist-item.have-sublist.close > a,
.ds-sublist-item.have-sublist.close .dssub-sublist-title,
.ds-sublist-item.have-sublist.close .dssub-sublist-title > a {
    color: #333;
    cursor: pointer; }
.ds-sublist-item.have-sublist.close .dssub-sublist-title {
    margin: 0 !important;
    padding-bottom: 0 !important; }
.ds-sublist-item.have-sublist.close .dssub-sublist-title:after {
    content: none; }
.ds-sublist-item.have-sublist.close .dssub--title-more {
    opacity: 0;
    max-height: 0;
    -webkit-transform: translate(-600%, 0);
    transform: translate(-600%, 0);
    -webkit-transition: all 0s ease, opacity 0s ease;
    transition: all 0s ease, opacity 0s ease; }

.dssub-sublist-title {
    display: block;
    position: relative;
    padding: 0 0 10px 0 !important;
    margin: 0 0 15px !important; }
.dssub-sublist-title:after {
    content: ' ';
    display: block;
    background: #fa8b24;
    height: 1px;
    position: absolute;
    width: 200%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto -5px -20%; }

.dssub--title-more {
    display: block;
    padding: 0 22px 0 0;
    margin: 2px 0 0 0;
    max-width: 6rem;
    font: 0.852rem/1.63rem "etelka-pro", "Arial", sans-serif;
    -webkit-transition: all 0s ease, opacity 0.5s ease;
    transition: all 0s ease, opacity 0.5s ease;
    opacity: 1;
    color: #333 !important;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    cursor: pointer !important;
    position: relative; }
.dssub--title-more:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
    height: 20px;
    margin: -11px 4px 0 0;
    background: url(../images/show_more_arrow_333_ico.png) transparent no-repeat 50% 50%;
    background: url(../images/show_more_arrow_333_ico.svg) transparent no-repeat 50% 50%; }

.ds-sublist-item > a {
    padding: 23px 52px 18px 20px; }

.dssub-sublist-title,
.ds-sublist-item > a {
    margin: 0;
    font: 400 1.275rem/1.445rem "etelka-pro", "Arial", sans-serif;
    position: relative; }

.dssub-sublist-title,
.ds-sublist-item > a,
.dssub-sublist-title > a {
    color: #333; }
.dssub-sublist-title:hover, .dssub-sublist-title:focus,
.ds-sublist-item > a:hover,
.ds-sublist-item > a:focus,
.dssub-sublist-title > a:hover,
.dssub-sublist-title > a:focus {
    color: #fa8b24; }

.dssub-sublist-item {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 20px 7px 0;
    font: 400 1.15rem/1.185rem "etelka-pro", "Arial", sans-serif;
    color: #333;
    margin: 0; }
@media (max-width: 768px) {
    .dssub-sublist-item {
        width: 100%; } }
.dssub-sublist-item > a {
    color: #333; }
.dssub-sublist-item ul {
    list-style-type: circle;
    padding-left: 0.5rem;
    margin-left: 0.5rem; }
.dssub-sublist-item ul li {
    font: 400 italic 0.8rem/1rem "etelka-pro", "Arial", sans-serif;
    color: #a6a6a6;
    margin: 0.2rem 0;
    display: block;
    padding: 0; }
.dssub-sublist-item ul li > a {
    color: #a6a6a6 !important; }

.content.about-content {
    margin-top: 45px;
    padding-bottom: 0; }

.about-content .gallery-slider-holder {
    margin-top: 70px; }
@media (max-width: 768px) {
    .about-content .gallery-slider-holder {
        margin-top: 30px; } }

.major-params-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0 60px; }
@media (min-width: 992px) {
    .major-params-wrapper {
        margin: 60px 0 60px 8.33333%;
        max-width: 83.33%; } }
@media (max-width: 768px) {
    .major-params-wrapper {
        margin: 20px 0 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.major-param {
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%; }
.major-param:nth-last-child(1) {
    margin-right: 0; }
@media (min-width: 1200px) {
    .major-param {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%; } }
@media (max-width: 768px) {
    .major-param {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.major-param-title {
    display: inline-block;
    position: relative;
    padding: 40px 0 5px;
    font: 500 7.667rem/8rem "etelka-pro", "Arial", sans-serif;
    letter-spacing: 0.033em; }
.major-param-title:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    border-radius: 8px;
    content: ''; }
@media (min-width: 992px) and (max-width: 1199px) {
    .major-param-title {
        font-size: 5.8rem; } }
@media (max-width: 991px) {
    .major-param-title {
        padding-top: 20px;
        font-size: 6.5rem; } }
@media (max-width: 768px) {
    .major-param-title {
        line-height: 6.5rem; } }

.major-param:nth-child(1) .major-param-title:before {
    background-color: #f15a31; }

.major-param:nth-child(2) .major-param-title:before {
    background-color: #fa8b24; }

.major-param:nth-child(3) .major-param-title:before {
    background-color: #ffcb00; }

@media (max-width: 768px) {
    .major-param {
        margin-bottom: 20px; } }

.major-param-text {
    white-space: normal;
    font: 300 1.188rem/1.688rem "Roboto", "Arial", sans-serif; }
@media (max-width: 768px) {
    .major-param-text {
        margin-top: -10px; } }

.fullscreen-about-block {
    margin-top: 75px;
    margin-bottom: 55px;
    padding-top: 50px;
    text-align: center;
    background-color: #edf0f5; }
@media (max-width: 768px) {
    .fullscreen-about-block {
        margin-top: 35px;
        margin-bottom: 35px;
        padding-top: 30px; } }

.about-content .fullscreen-about-img {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%; }

.login-form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: contain; }
.login-form-wrapper .copyright {
    text-align: center;
    padding-bottom: 58px;
    font: 300 0.9375rem/1rem "Roboto", "Arial", sans-serif;
    color: #999; }

#login_form {
    max-width: 405px;
    margin: auto;
    padding: 40px 50px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.94);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center; }

.login-form-close-btn {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 40px;
    height: 40px; }
.login-form-close-btn::before, .login-form-close-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 3px;
    width: 40px;
    background-color: #333;
    content: ''; }
.login-form-close-btn::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.login-form-close-btn::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.login-form-title {
    margin-bottom: 30px;
    text-align: center;
    font: 400 2.063rem/2.5rem "etelka-pro", "Arial", sans-serif; }
@media (max-width: 1440px) {
    .login-form-title {
        margin-bottom: 15px;
        font-size: 1.5rem;
        line-height: 1.75rem; } }

.form-manage-elems {
    text-align: center; }

#login_form .input::-webkit-input-placeholder {
    font: 300 1rem/2.063rem "etelka-pro", "Arial", sans-serif;
    color: #a6a6a6; }
#login_form .input::-webkit-input-placeholder:focus {
    outline: none; }

#login_form .input::-moz-placeholder {
    font: 300 1rem/2.063rem "etelka-pro", "Arial", sans-serif;
    color: #a6a6a6; }
#login_form .input::-moz-placeholder:focus {
    outline: none; }

#login_form .input:-ms-input-placeholder {
    font: 300 1rem/1rem "etelka-pro", "Arial", sans-serif;
    color: #a6a6a6; }

#login_form .input:-moz-placeholder {
    font: 300 1rem/2.063rem "etelka-pro", "Arial", sans-serif;
    color: #a6a6a6; }
#login_form .input:-moz-placeholder:focus {
    outline: none; }

#login_form .input {
    width: 100%;
    margin-bottom: 32px;
    padding: 8px 10px 6px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    line-height: 2.063rem;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s; }
#login_form .input:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
@media (max-width: 1440px) {
    #login_form .input {
        margin-bottom: 16px; } }

#login_form input[type="submit"] {
    padding: 14px 56px;
    text-transform: capitalize;
    cursor: pointer; }

#login_form .forgot-pass {
    margin-bottom: 22px;
    display: inline-block;
    font: 300 0.9rem/1.438rem "Roboto", "Arial", sans-serif;
    color: #fa8b24; }
#login_form .forgot-pass:hover {
    color: #fcb97c; }

#login_form .new-user {
    display: inline-block;
    margin-top: 24px;
    font: 400 1.188rem/1.438rem "etelka-pro", "Arial", sans-serif;
    color: #333; }
#login_form .new-user:hover {
    color: #fa8b24; }

#warn {
    margin-top: 24px;
    text-align: center;
    font: 300 0.95rem/1.438rem "Roboto", "Arial", sans-serif;
    color: #f15a31; }

.interactive-map-popup {
    height: 100%;
    max-height: 65vh;
    width: 80%;
    margin: 0 auto;
    position: fixed;
    top: 210px;
    left: 0;
    right: 0;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 2; }
.interactive-map-popup.active {
    visibility: visible;
    opacity: 1; }
.interactive-map-popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 1; }
.interactive-map-popup__close::before, .interactive-map-popup__close::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 28px;
    border-radius: 1px;
    background-color: #333;
    content: ''; }
.interactive-map-popup__close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
.interactive-map-popup__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.interactive-map-popup__close:hover::before, .interactive-map-popup__close:hover::after {
    background-color: #666; }
.interactive-map-popup .main-map-section {
    padding: 40px 113px 60px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto; }

.popup-shadow {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 1; }
.popup-shadow.active {
    position: fixed;
    opacity: 0.3;
    visibility: visible; }

.main-map-section {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative; }
.main-map-section.mappage-section {
    background-color: #f2f2f2; }
.main-map-section .main-map-title {
    margin-bottom: 14px;
    font-family: "etelka-pro", "Arial", sans-serif;
    font-size: 1.944rem;
    line-height: 2.833rem;
    color: #000; }
.main-map-section .main-map-description {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 300;
    font-size: 1.056rem;
    line-height: 1.5rem;
    color: #666; }

.map-vendor {
    width: 160px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease; }
.map-vendor:hover {
    border-color: #fa8b24; }
@media (min-width: 1024px) {
    .map-vendor {
        position: absolute;
        right: 0;
        bottom: 0; } }
@media (min-width: 1200px) {
    .map-vendor {
        bottom: 10px;
        width: 200px; } }
@media (min-width: 1680px) {
    .map-vendor {
        bottom: 36px; } }
.map-vendor-link {
    display: block;
    padding: 10px 20px; }
.map-vendor-title {
    font: 300 0.7778rem/0.8889rem "Roboto", "Arial", sans-serif;
    color: #999; }
.map-vendor-logo {
    pointer-events: none; }
.map-vendor-logo object, .map-vendor-logo img, .map-vendor-logo svg {
    width: 100%; }

.map-legend {
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    z-index: 1; }
@media (min-width: 1024px) {
    .map-legend {
        position: absolute;
        top: 0;
        left: 0; } }
.map-legend .legend-item {
    background-image: url("../images/online_map_ico.png");
    background-image: url("../images/online_map_ico.svg");
    background-position: right 20px bottom 20px;
    background-repeat: no-repeat; }
.map-legend .legend-item.desktop-only {
    display: block; }
.map-legend .legend-item.mobile-only {
    display: none; }
.body-devices .map-legend .legend-item.desktop-only {
    display: none; }
.body-devices .map-legend .legend-item.mobile-only {
    display: block; }
.map-legend .legend-item:hover, .map-legend .legend-item.selected {
    background-color: #fa8b24;
    cursor: pointer; }
.map-legend .legend-item:hover .legend-item-title,
.map-legend .legend-item:hover .legend-item-subtitle, .map-legend .legend-item.selected .legend-item-title,
.map-legend .legend-item.selected .legend-item-subtitle {
    color: #fff; }
.map-legend .legend-item:not(:last-child) {
    border-bottom: 1px solid #ebebeb; }
@media (min-width: 1024px) {
    .map-legend .legend-item {
        background: none; } }
.map-legend .legend-item-title, .map-legend .legend-item-subtitle {
    display: block; }
.map-legend .legend-item-title {
    font-size: 1.313rem;
    line-height: 1.5rem;
    font-family: "etelka-pro", "Arial", sans-serif;
    color: #1a1a1a; }
.map-legend .legend-item-subtitle {
    font-size: 0.875rem;
    line-height: 1.438rem;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 300;
    color: #999; }
.map-legend .legend-item-link {
    display: block;
    padding: 15px 20px 14px; }
@media (min-width: 1024px) {
    .map-legend .legend-item-title {
        font-size: 1rem;
        line-height: 1.2rem; }
    .map-legend .legend-item-subtitle {
        font-size: 0.75rem;
        line-height: 1.2rem; }
    .map-legend .legend-item-link {
        pointer-events: none; } }
@media (min-width: 1680px) {
    .map-legend .legend-item-title {
        font-size: 1.313rem;
        line-height: 1.5rem; }
    .map-legend .legend-item-subtitle {
        font-size: 0.875rem;
        line-height: 1.438rem; } }

.map-image-wrapper {
    margin-top: 45px; }
.map-image-wrapper.desktop-only {
    display: block; }
.map-image-wrapper.mobile-only {
    display: none; }
.body-devices .map-image-wrapper.desktop-only {
    display: none; }
.body-devices .map-image-wrapper.mobile-only {
    display: block; }
.map-image-wrapper .map-pin,
.map-image-wrapper .map-cursor,
.map-image-wrapper .map-cursor-curved,
.map-image-wrapper .map-image {
    display: none; }
@media (min-width: 1024px) {
    .map-image-wrapper .map-pin,
    .map-image-wrapper .map-cursor,
    .map-image-wrapper .map-cursor-curved,
    .map-image-wrapper .map-image {
        display: block; } }

.service-cards-section {
    padding-bottom: 20px; }

.service-cards-section-title {
    margin-bottom: 55px;
    font: italic 2.688rem/2.813rem "etelka-pro", "Arial", sans-serif;
    text-align: center;
    color: #999; }

.service-card {
    margin-bottom: 30px;
    position: relative;
    min-height: 200px;
    -webkit-box-shadow: 4.243px 4.243px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 4.243px 4.243px 14px 0 rgba(0, 0, 0, 0.1);
    background-color: #fa8b24;
    background-repeat: no-repeat; }
.service-card-compact {
    min-height: 200px;
    border-radius: 4px; }
.service-card-full {
    min-height: 300px;
    border-radius: 10px; }
.service-card-full .service-card-title {
    font-style: italic; }
.service-card-with-arrow::before, .service-card-arrow-white::before, .service-card-arrow-orange::before {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 26px;
    height: 48px; }
.service-card-arrow-white::before {
    background-image: url("../images/show_more_arrow_w_l_ico.png");
    background-image: url("../images/show_more_arrow_w_l_ico.svg"); }
.service-card-arrow-orange::before {
    background-image: url("../images/show_more_arrow_o_l_ico.png");
    background-image: url("../images/show_more_arrow_o_l_ico.svg"); }
.service-card-bg-full-width {
    background-size: cover; }
.service-card-bg-centered {
    background-position: 50% 50%; }
.service-card-bg-left {
    background-position: 0 50%; }
.service-card-bg-right {
    background-position: 100% 50%; }
.service-card .service-card-text {
    padding: 20px 40px 20px 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
.service-card .service-card-subtitle {
    display: block;
    font: 1.188rem/1.45rem "etelka-pro", "Arial", sans-serif; }
.service-card .service-card-title {
    display: block;
    font-size: 1.813rem;
    line-height: 2.313rem;
    font-family: "etelka-pro", "Arial", sans-serif; }

.block-links-section {
    padding-top: 40px;
    padding-bottom: 40px; }

.b-paid-bnrs-section {
    padding: 30px 0 74px;
    background-color: #f2f2f2; }
@media (max-width: 768px) {
    .b-paid-bnrs-section {
        margin-bottom: 0 !important;
        padding: 30px 0 30px; } }

.b-paid-bnnr-img {
    max-width: 80%;
    max-height: 170px; }
@media (max-width: 768px) {
    .b-paid-bnnr-img {
        max-width: 70%; } }

@media (max-width: 768px) {
    .paid-bnrs-section {
        padding-bottom: 40px; } }

.b-paid-dvrt-slider {
    padding: 18px 0 158px;
    position: relative; }
.b-paid-dvrt-slider a:hover {
    opacity: 0.6;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease; }

.b-paid-dvrt-slider.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 105px; }

.appointment-popup-trigger {
    cursor: pointer;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 22px 30px 20px 30px;
    border: 1px solid #fa8b24;
    position: fixed;
    right: 0;
    top: 55%;
    color: #fff;
    background-color: #fa8b24;
    z-index: 22; }
.appointment-popup-trigger:focus {
    outline: none; }
@media (max-width: 768px) {
    .appointment-popup-trigger {
        padding: 11px 15px 10px 15px;
        -webkit-transform: rotate(-90deg) translateY(150%) translateY(1px);
        transform: rotate(-90deg) translateY(150%) translateY(1px);
        border-radius: 4px 4px 0 0; } }

.appointment-popup {
    padding: 7% 12% 5% 40px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    width: 36%;
    min-width: 630px;
    overflow-y: auto;
    z-index: 23; }
@media (max-width: 1199px) {
    .appointment-popup {
        width: 90%;
        min-width: 0; } }
@media (max-width: 768px) {
    .appointment-popup {
        padding-top: 100px;
        width: 100%;
        overflow-y: scroll; } }
.appointment-popup-active {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
.appointment-popup-close {
    position: absolute;
    top: 35px;
    right: 25px;
    width: 40px;
    height: 40px;
    cursor: pointer; }
.appointment-popup-close::before, .appointment-popup-close::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    width: 40px;
    margin: auto;
    background-color: #333;
    content: ''; }
.appointment-popup-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
.appointment-popup-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.appointment-popup-title {
    margin-bottom: 20px;
    font: 3.063rem/3.65rem "etelka-pro", "Arial", sans-serif; }
.appointment-popup-main-text {
    margin-bottom: 45px;
    font: 300 1.063rem/1.5rem "Roboto", "Arial", sans-serif; }
.appointment-popup-secondary-text {
    font: 300 0.875rem/1.25rem "Roboto", "Arial", sans-serif; }
.appointment-popup-shadow {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    z-index: 21; }
.appointment-popup-shadow.open {
    position: fixed;
    opacity: 0.3;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
.appointment-popup .form-submit {
    margin-top: 35px;
    margin-bottom: 35px;
    text-transform: capitalize; }
.appointment-popup a {
    color: #fa8b24; }
.appointment-popup a:hover {
    color: #f15a31; }

.appointment-form .form-text,
.appointment-form .form-textarea {
    width: 100%; }
.appointment-form .form-text::-webkit-input-placeholder,
.appointment-form .form-textarea::-webkit-input-placeholder {
    font: 300 1rem/2.063rem "etelka-pro", "Arial", sans-serif;
    color: #a6a6a6; }
.appointment-form .form-text::-webkit-input-placeholder:focus,
.appointment-form .form-textarea::-webkit-input-placeholder:focus {
    outline: none; }
.appointment-form .form-text::-moz-placeholder,
.appointment-form .form-textarea::-moz-placeholder {
    font: 300 1rem/2.063rem "etelka-pro", "Arial", sans-serif;
    color: #a6a6a6; }
.appointment-form .form-text::-moz-placeholder:focus,
.appointment-form .form-textarea::-moz-placeholder:focus {
    outline: none; }
.appointment-form .form-text:-ms-input-placeholder,
.appointment-form .form-textarea:-ms-input-placeholder {
    font: 300 1rem/2.063rem "etelka-pro", "Arial", sans-serif;
    color: #a6a6a6; }
.appointment-form .form-text:-ms-input-placeholder:focus,
.appointment-form .form-textarea:-ms-input-placeholder:focus {
    outline: none; }
.appointment-form .form-text:-moz-placeholder,
.appointment-form .form-textarea:-moz-placeholder {
    font: 300 1rem/2.063rem "etelka-pro", "Arial", sans-serif;
    color: #a6a6a6; }
.appointment-form .form-text:-moz-placeholder:focus,
.appointment-form .form-textarea:-moz-placeholder:focus {
    outline: none; }

.appointment-form .form-text {
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #ccc; }

.appointment-form .form-textarea {
    padding: 10px; }

.m-ftr {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 300; }
@media (max-width: 768px) {
    .m-ftr .nav-list {
        padding: 0 30px 0 0;
        overflow: hidden; }
    .m-ftr .nav-list:after {
        content: " ";
        display: block;
        width: 20px;
        height: 25px;
        position: absolute;
        right: 15px;
        top: 10px;
        background-image: url("../images/show_more_arrow_333_ico.png");
        background-image: url("../images/show_more_arrow_333_ico.svg");
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        cursor: pointer;
        z-index: 1; }
    .m-ftr .nav-list.open:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .m-ftr .nav-list.open .sub-nav-items {
        max-height: 2000px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    .m-ftr .nav-list.open .main-nav-item {
        border-color: transparent; }
    .m-ftr .sub-nav-items {
        max-height: 0;
        -webkit-transition: max-height ease 0.2s, opacity ease 0.35s;
        transition: max-height ease 0.2s, opacity ease 0.35s;
        overflow: hidden; } }

.m-ftr .nav-block {
    padding: 55px 0 70px;
    background-image: linear-gradient(-45deg, #ffa61b 15%, #fe5d0e 100%); }
@media (max-width: 768px) {
    .m-ftr .nav-block {
        padding: 30px 0 42px; } }

.m-ftr .inner-nav-holder {
    white-space: nowrap; }

.m-ftr .extended-nav {
    display: inline-block;
    width: 78%;
    padding: 18px 0 0;
    vertical-align: top;
    margin-top: 0;
    border-top: 0;
    white-space: normal; }
@media (max-width: 991px) {
    .m-ftr .extended-nav {
        display: block;
        width: 100%;
        padding-top: 0; } }
@media (max-width: 768px) {
    .m-ftr .extended-nav .col-sm-6 {
        display: block;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

.m-ftr .main-nav-item {
    display: block;
    overflow: hidden;
    margin-bottom: 16px;
    padding: 4px 0;
    font-size: 1.313rem; }
.m-ftr a {
    color: #333;
}
.body-desktop .m-ftr a.main-nav-item.active {
    color: #fff;
}

@media (max-width: 768px) {
    .m-ftr .main-nav-item {
        color: #fff;
        margin-bottom: 5px;
        padding: 6px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        font-size: 1.313rem;
        line-height: 2.313rem;
        position: relative; }
    .m-ftr .main-nav-item:after {
        content: "";
        display: block;
        width: 115%;
        height: 100%;
        position: absolute;
        z-index: 2;
        left: 0;
        right: auto;
        top: 0; } }

.m-ftr .main-nav--lnk {
    color: #000;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
.m-ftr .main-nav--lnk:hover {
    color: #fff; }

.m-ftr .sub-nav-item {
    font: 300 1rem/1.125rem "Roboto", "Arial", sans-serif;
    padding: 5px 0 8px;
    color: #fff; }

.m-ftr .sub-nav--lnk {
    color: inherit;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
.m-ftr .sub-nav--lnk.active, .m-ftr .main-nav-item.active, .sub-nav--lnk:hover {
    color: #333; }

.sub-nav-group {
    padding-left: 27px; }

.sub-nav-group .sub-nav-item {
    padding-bottom: 6px;
    font-size: 0.875rem;
    line-height: 1rem;
    position: relative; }
.sub-nav-group .sub-nav-item:before {
    position: absolute;
    top: 4px;
    left: -18px;
    content: '–'; }

.m-ftr .sub-nav-group .sub-nav-item {
    padding-bottom: 6px;
    font-size: 0.875rem;
    line-height: 1rem; }

.m-ftr .print-elem-holder {
    width: 22%;
    display: inline-block;
    vertical-align: top; }
@media (max-width: 991px) {
    .m-ftr .print-elem-holder {
        display: block;
        width: 100%; } }

.m-ftr .print-elem {
    width: 91%;
    margin-left: auto;
    padding: 16px 20px 36px;
    text-align: center;
    font-family: "etelka-pro", "Arial", sans-serif;
    font-weight: 400;
    white-space: normal;
    border-radius: 10px;
    background-color: #d9d9d9; }
@media (max-width: 991px) {
    .m-ftr .print-elem {
        margin-top: 30px;
        width: 100%;
        margin-right: auto; } }
@media (max-width: 768px) {
    .m-ftr .print-elem {
        position: relative;
        min-height: 220px;
        text-align: left;
        padding: 1rem 1rem 1rem 180px;
        max-width: 500px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 40px; } }
@media (max-width: 480px) {
    .m-ftr .print-elem {
        min-height: 130px;
        padding: 1rem 1rem 1rem 114px; } }

.print-elem .print-title,
.print-elem .print-number {
    font-size: 1.188rem;
    line-height: 1.563rem; }

.print-elem .print-title {
    margin-bottom: 19px; }

.print-elem .print-preview {
    margin-bottom: 19px;
    padding: 0 50px; }
@media (max-width: 768px) {
    .print-elem .print-preview {
        position: absolute;
        left: 1rem;
        top: 1rem;
        padding: 0;
        margin: 0;
        width: 130px; } }
@media (max-width: 480px) {
    .print-elem .print-preview {
        position: absolute;
        left: 1rem;
        top: 1rem;
        padding: 0;
        margin: 0;
        width: 70px; } }

.print-elem .preview-image {
    max-width: 100%; }

.print-elem .print-number {
    margin-bottom: 7px; }

.print-elem .file-link {
    color: #f15a31;
    font-size: 0.9375rem;
    line-height: 1.563rem; }
.print-elem .file-link:hover {
    color: #f79c83; }

.print-elem .print-ext,
.print-elem .print-size {
    white-space: nowrap;
    color: #666;
    font: 300 0.875rem/1.438rem "Roboto", "Arial", sans-serif; }

.m-ftr .contacts-address {
    position: relative; }
.m-ftr .contacts-address:before {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }

.m-ftr-social .b-soc-item {
    border: 2px solid red;
    border-radius: 50%; }

.m-ftr .contacts-info {
    position: relative;
    padding: 40px 0 55px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#853577), color-stop(180%, #ef3e66));
    background-image: linear-gradient(180deg, #853577 0%, #ef3e66 180%); }
.m-ftr .contacts-info a {
    color: #fff; }
.m-ftr .contacts-info a:hover, .m-ftr .contacts-info a:active, .m-ftr .contacts-info a:focus {
    color: #fff; }
@media (max-width: 768px) {
    .m-ftr .contacts-info {
        text-align: center;
        padding: 25px 0 40px; } }

@media (max-width: 650px) {
    .m-ftr .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .m-ftr .col-sm-6:nth-child(n+2) .contacts-item {
        margin-top: 1.925rem;
        padding-top: 2rem;
        border-top: 1px solid rgba(255, 255, 255, 0.3); } }

.m-ftr .contacts-title {
    margin-bottom: 10px;
    font-size: 0.9375rem;
    opacity: 0.65; }
.body-devices .m-ftr .contacts-title {
    text-align: center;
    font-size: 1.071rem; }
@media (max-width: 768px) {
    .m-ftr .contacts-title {
        font-size: 1.071rem; } }

.m-ftr .contacts-tel {
    margin-bottom: 22px;
    font-size: 2.563rem;
    font-weight: 500;
}
@media (min-width: 991px) and (max-width: 1500px) {
    .m-ftr .contacts-tel {
        font-size: 2.214rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .m-ftr .contacts-tel {
        font-size: 2.25rem;
    }
}
.body-devices .m-ftr .contacts-tel {
    font-size: 1.9rem;
}
@media (max-width: 768px) {
    .m-ftr .contacts-tel {
        font-size: 2.214rem;
    }
}
@media (max-width: 480px) {
    .body-devices .m-ftr .contacts-tel {
        font-size: 1.9rem;
        line-height: 1.42857143;
    }
    .m-ftr .contacts-tel {
        font-size: 1.9rem;
        line-height: 1.42857143;
    }
}

.m-ftr .contacts-map {
    margin-bottom: 13px; }

.m-ftr .contacts-mail {
    margin-bottom: 10px; }

.m-ftr .contacts-link {
    font-size: 1.063rem;
    position: relative; }
@media (max-width: 768px) {
    .m-ftr .contacts-link {
        font-size: 1.214rem;
        line-height: 1.643rem; } }

.m-ftr .contacts-link-small {
    font-size: 0.9375rem;
    display: inline; }

.m-ftr .contacts-link,
.m-ftr .contacts-link-small {
    color: inherit;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease; }
.m-ftr .contacts-link:hover,
.m-ftr .contacts-link-small:hover {
    border-color: white; }

.m-ftr .contacts-place {
    margin-bottom: 18px;
    padding: 8px 0 8px; }

.contacts-place .place-info {
    display: inline-block;
    vertical-align: top;
    opacity: 0.65; }
@media (max-width: 768px) {
    .contacts-place .place-info {
        font-size: 1.214rem;
        line-height: 1.714rem;
        opacity: 1; } }

.m-ftr .soc-btns-holder {
    margin-top: 10px;
    text-align: right; }
@media (min-width: 768px) and (max-width: 991px) {
    .m-ftr .soc-btns-holder {
        text-align: left; } }
@media (max-width: 768px) {
    .m-ftr .soc-btns-holder {
        text-align: center; } }

.m-ftr .soc-link {
    display: inline-block;
    position: relative;
    margin-right: 12px;
    width: 49px;
    height: 49px;
    line-height: 49px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
    -webkit-transition: border-color .2s;
    transition: border-color .2s; }
.m-ftr .soc-link:hover {
    border-color: #fff;
    -webkit-transition: border-color .2s;
    transition: border-color .2s; }
.m-ftr .soc-link:hover .soc-logo {
    opacity: 0.55; }
.m-ftr .soc-link:nth-child(2n) {
    border-width: 2px; }
.m-ftr .soc-link:nth-child(3n) {
    border-width: 3px; }
.m-ftr .soc-link:nth-last-child(1) {
    margin-right: 0; }
.m-ftr .soc-link .soc-ico {
    fill: #fff;
    -webkit-transition: 0.2s ease opacity;
    transition: 0.2s ease opacity; }

.m-ftr .soc-logo {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.2s ease opacity;
    transition: 0.2s ease opacity;
    pointer-events: none; }

.m-ftr .m-ftr-copy {
    padding: 48px 0;
    font: 300 0.9375rem/1rem "Roboto", "Arial", sans-serif; }
@media (max-width: 768px) {
    .m-ftr .m-ftr-copy {
        font-size: 1rem;
        line-height: 1.35rem;
        padding: 1.885rem 0;
        text-align: center; } }

.m-ftr-copy-text.creator-text {
    text-align: right; }
@media (max-width: 768px) {
    .m-ftr-copy-text.creator-text {
        text-align: center;
        padding-top: 0.215rem; } }

.m-ftr-copy-text.creator-text a {
    color: #f15a31; }

.content-with-menu {
    padding: 22px 0 135px;
}
.cwm-left-col {
    width: 20%;
    float: left;
}
.cwm-right-col {
    margin-left: 27%;
    margin-left: calc(25% + 30px);
    max-width: calc(66.66667% - 45px);
}
.cwm-right-col p {
    margin-left: 0;
}
@media (max-width: 768px) {
    .content-with-menu {
        padding: 0 0 22px;
    }
    .cwm-right-col {
        margin: 0;
        max-width: 100%;
    }
    .cwm-left-col {
        float: none;
        width: 100% !important;
        margin-bottom: 3rem;
    }
}
@media (max-width: 1366px) {
    .cwm-left-col {
        width: 25%;
    }
}
.content-menu {
    color: #333;
    margin-top: 14px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
}
.content-menu-item {
    font: 400 1.008rem/1.49rem "etelka-pro", "Arial", sans-serif;
    position: relative;
    padding: 0 5px 24px 29px;
    z-index: 1;
    max-width: 250px;
}
.content-menu-item > a {
    color: #333;
}
.content-menu-item:before {
    content: " ";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    border: 2px solid #ccc;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.content-menu-item:hover,
.content-menu-item:focus,
.content-menu-item.active {
    color: #fa8b24;
}
.content-menu-item:hover:before,
.content-menu-item:focus:before,
.content-menu-item.active:before {
    background: #fa8b24;
    border-color: #fa8b24;
}
.content-menu-item:hover > a,
.content-menu-item:focus > a,
.content-menu-item.active > a {
    color: #fa8b24;
}
/*.ds-list-right.fixed {
    position: fixed;
    top: 107px;
    left: 0;
    -webkit-animation: show-department-menu 1s linear 0s;
    animation: show-department-menu 1s linear 0s;
}*/

#paid-map {
  width: 100%;
  height: 500px;
  margin-bottom: 5rem;
}
