@charset "utf-8";
/* Document for Rearguard template custom styles */
@media (min-width: 1200px) {
    body.contacts_page .component_wrapper {
        padding-right: 15%;
        padding-left: 15%;
    }
}
@media (min-width: 1400px) {
    body.contacts_page .component_wrapper {
        padding-right: 20%;
        padding-left: 20%;
    }
}
body.personal .header_container {
    background-color: rgba(0, 0, 0, 0.62);
}
body.personal .header_container .navbar {
    background-color: transparent;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}
body.personal .header_container .navbar .navbar-collapse {
    flex-grow: 0;
}
caption {
    caption-side: top;
}
p {
    margin-bottom: 0.5rem;
}
p:last-child {
    margin-bottom: 0;
}
.bg_image_center {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bs4_cards.k2ItemsBlock .card-img-top {
    background-color: #ddd;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 170px;
}
.catItemHeader .user_badge,
.itemHeader .user_badge {
    height: 2.2em;
    width: 2.2em;
}
.catItemImage {
    min-height: 330px;
}
.contacts_page_cover {
    background-color: #ddd;
    background-image: url(/images/contacts_page_cover.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: -15px;
    margin-left: -15px;
    min-height: 500px;
}
.helper_item_logo {
    width: 1.5em;
}
.helper_item_name {
    width: calc(100% - 1.5em);
}
.dot_inline_before::before {
    background-color: #616161;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 0.7em;
    left: 0.5em;
    height: 3px;
    width: 3px;
}
.item_details {
    font-size: 0.8rem;
}
.w_1-2em {
    width: 1.2em;
}
#k2Container.itemView {
    padding-top: 2.5rem;
    padding-right: 1rem;
    padding-bottom: 2.5rem;
    padding-left: 1rem;
}
@media (min-width: 768px) {
    #k2Container.itemView {
        padding-right: 5rem;
        padding-left: 5rem;
    }
}
#system-message-container .alert {
    color: #112049;
    background-color: #d3d8e8;
    border-color: #c1c9df;
}

/* com_event_booking */
.eb-event-container {
    padding: 10px 0 0 100px;
    border-bottom: dashed 1px #ddd;
}
.eb-event-date-container {
    margin: 0 15px 0 -94px;
}
.eb_reg_btns_wrap .btn {
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
/* --- */

/* com_pharaoh */
.com_pharaoh.view-binarystructure .tooltip .arrow::before {
    border-bottom-color: #213e8c;
}
.com_pharaoh.view-binarystructure .tooltip-inner {
    background-color: #213e8c;
    font-size: 0.72rem;
    line-height: 1.1em;
    text-align: left;
}
.com_pharaoh.view-binarystructure .tooltip-inner span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.77em;
}
.product_desc ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.product_desc ul > li {
    padding-left: 1.5rem;
    position: relative;
}
.product_desc ul > li::before {
    color: #213e8c;
    content: "\f00c";
    display: inline-block;
    font-size: 10px;
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    position: absolute;
    top: 0.6em;
    left: 0;
}
.product_desc ul > li:not(:last-child) {
    margin-bottom: 0.5rem;
}
/* --- */

/* com_visforms */
.com_visforms .collapse:not(.show) {
    height: inherit;
}
.com_visforms #captcha-lbl {
    height: auto !important;
    line-height: inherit !important;
}
.com_visforms .captchacode {
    max-width: 100%;
}
/* --- */
