/* Common */
body
{
    /* DXCOMMENT: Duplicate a font family and font size from the web.config (devexpress->themes->font settings) for the web-site's HTML content */
    font: 18px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}

/* Article Layout */
.text-content
{
    min-height: 100%;
    max-width: 816px;
    margin: 0px auto;
    padding: 0px 14px 0px 14px;
    word-wrap: break-word;
}

@media (min-width: 816px)
{
    .text-content
    {
        padding: 0px 48px;
    }
}

/* Base Styles */
.text-content
{
    color: #666;
    line-height: 1.5;
}
    .text-content p
    {
        margin-top: 0;
        margin-bottom: 1rem;
    }

/* Headers */
.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6
{
    color: #444;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.text-content h3, .text-content h4, .text-content h5, .text-content h6
{
    font-weight: 600;
}

.text-content h1
{
    font-size: 2em;
}
.text-content h2
{
    font-size: 1.75em;
}
.text-content h3
{
    font-size: 1.375em;
}
.text-content h4
{
    font-size: 1.25em;
}
.text-content h5
{
    font-size: 1.125em;
}
.text-content h6
{
    font-size: 1em;
}

.text-content > h1:not(:first-child)
{
    margin-top: 1.75rem;
}

.text-content > h2:not(:first-child)
{
    margin-top: 1.5rem;
}

.text-content > h3:not(:first-child)
{
    margin-top: 1.25rem;
}

.text-content > h4:not(:first-child)
{
    margin-top: 1.125rem;
}

.text-content > h5:not(:first-child)
{
    margin-top: 1rem;
}

.text-content > h6:not(:first-child)
{
    margin-top: .9rem;
}

/* Title + Lead */
.text-content .title
{
    margin-top: 1.2rem;
    margin-bottom: .8rem;
}
@media (min-width: 576px)
{
    .text-content .title
    {
        color: #222;
        font-size: 2em;
        font-weight: 600;
    }
}

.text-content .lead
{
    font-size: 1.125rem;
    font-weight: 300;
}
@media (min-width: 576px)
{
    .text-content .lead
    {
       /* max-width: 80%;*/
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }
}

.text-content > h2.category
{
    color: #222;
    font-weight: 600;
}

.text-content > h2.category:not(:first-child)
{
    margin-top: 3rem;
}


/* #href bookmark jump */
.text-content > h1[id]::before,
.text-content > h2[id]::before,
.text-content > h3[id]::before,
.text-content > h4[id]::before
{
    display: block;
    height: calc(3.13rem + 1.2rem); /* Main Menu Height (3.13rem) + .title margin-top = 1.2rem */
    margin-top: calc(-3.13rem - 1.2rem);
    visibility: hidden;
    content: "";
}


/* Link */
.text-content a
{
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    color: #d00f78;
}
    .text-content a:visited {
        /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
        /*color: #454196;*/ /* 25% black overlay */
        color: #d00f78;
    }
    .text-content a:hover {
        /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
        /*color: #9591DB;*/ /* 35% white overlay */
        color: #d00f78;
    }

.text-content b, .text-content strong
{
    color: #444;
}

.text-content label {
    color: #d00f78;
    text-decoration: underline;
}

    .text-content label:hover {
        color: #d00f78;
        text-decoration: underline;
    }


mark {
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    background-color: #d00f78;
    color: #fff;
}

small
{
    color: #999999;
    font-size: 0.75em;
}

code, pre
{
    font-family: Consolas, Menlo, Monaco, "Liberation Mono", "Courier New", monospace;
    font-size: 0.875em;
}

hr
{
    height: 1px;
    opacity: 0.1;
    background-color: #000000;
    border: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

blockquote
{
    background-color: #f2f2f2;
    color:#444;
    margin:0;
    margin-bottom: 1rem;
    font-size: 1.125em;
    padding: 29px 26px;
    border: 0;
    border-left: 6px solid #d8d8d8;
}

blockquote p
{
    margin-top:0;
}
blockquote footer
{
    display: block;
    font-size: 0.875em;
    font-style: italic;
    color: #999;
}

blockquote footer::before
{
    content: "\2014 \00A0";
}
        
/* Contents (Left Panel) */
.section-caption.contents-caption
{
    padding-left: 31px;
    border-top: none !important;
}


/* Lists */
.text-content ul,
.text-content ol
{
    margin-top: 1em;
    margin-bottom: 1em;
}

@media (min-width: 992px)
{
    .bd-content > ul, .bd-content > ol, .bd-content > p
    {
        max-width: 80%;
    }
}

/* Text Alignment */
.text-center
{
    text-align: center !important;
}

.text-right
{
    text-align: right !important;
}

.indent-p {
/*    padding-left: 40px;*/
    padding-right: 20px;
    padding-top: 20px;
    display: inline-block;
}

.bordered-block
{
    background-color: #f2f2f2;
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
}

@media (min-width: 576px)
{
    .bordered-block
    {
        padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: .2rem;
    }
}

/* Tables */
.table
{
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
}

.table td,
.table th
{
    padding: .75em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;

    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: left;
}

.table thead th
{
    border-bottom: 1px solid #d8d8d8;
    background-color: #f2f2f2;
    color: #222;
}
.table thead tr
{
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.23);
}

.table tbody + tbody
{
    border-top: 1px solid #dee2e6;
}

.table-bordered
{
    border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th
{
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th
{
    border-bottom-width: 1px
}

.table-responsive {
    max-width: 100%;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* Code, Control Area Block */
.control-area-block
{
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    background-color: #f8f9fa;
}

/* Images */
.img-responsive
{
    max-width: 100%;
    height: auto;
}

.img-float-left
{
    float: left;
    padding-right: 40px;
    padding-bottom: 40px;
}

.img-float-right {
    float: right;
    padding-left: 40px;
    padding-bottom: 40px;
}

.checkComboBoxServices {
    padding: 10px;
    width: 270px;
    height: 30px;
    border-top: 8px solid white;
    border-left: 8px solid white;
    border-right: 8px solid white;
    background: #dee2e6;
    float: left;
}

.checkComboBoxYears {
    padding: 10px;
    width: 233px;
    height: 30px;
    border-top: 8px solid white;
    border-left: 8px solid white;
    border-right: 8px solid white;
    background: #dee2e6;
    float: left;
}

.checkComboBoxBSize {
    padding: 10px;
    width: 270px;
    height: 30px;
    border-top: 8px solid white;
    border-left: 8px solid white;
    border-right: 8px solid white;
    background: #dee2e6;
    float: left;
}
.checkComboBoxCost {
    padding: 10px;
    width: 216px;
    height: 30px;
    border-top: 8px solid white;
    border-left: 8px solid white;
    border-right: 8px solid white;
    background: #dee2e6;
    float: left;
}

.checkComboBoxWorkPlace {
    padding: 10px;
    width: 352px;
    height: 30px;
    border-top: 8px solid white;
    border-left: 8px solid white;
    border-right: 8px solid white;
    background: #dee2e6;
    float: left;
}

.checkComboBoxNow {
    padding: 10px;
    width: 300px;
    height: 30px;
    border-top: 8px solid white;
    border-left: 8px solid white;
    border-right: 8px solid white;
    background: #dee2e6;
    float: left;
}

.checkComboBoxFresh {
    padding: 10px;
    width: 250px;
    height: 30px;
    border-top: 8px solid white;
    border-left: 8px solid white;
    border-right: 8px solid white;
    background: #dee2e6;
    float: left;
}
.checkComboBoxVideo {
    padding: 10px;
    width: 250px;
    height: 30px;
    border-top: 8px solid white;
    border-left: 8px solid white;
    border-right: 8px solid white;
    background: #dee2e6;
    float: left;
}
.clearFilters {
    padding: 10px;
    width: 210px;
    height: 30px;
    border-top: 8px solid white;
    border-left: 8px solid white;
    border-right: 8px solid white;
    background: #dee2e6;
    float: left;
    text-align: center
}
#PageContent_checkComboBoxWorkPlace_CapC .dxeCaption_O {
    color: #d00f78;
    font-weight: 700;
}
#PageContent_checkComboBoxNow_CapC .dxeCaption_O {
    color: #d00f78;
    font-weight: 700;
}



.checkComboBoxWorkPlaceScheduler {
    padding: 10px;
    width: 315px;
    height: 30px;
    border-top: 8px solid white;
    border-left: 8px solid white;
    border-right: 8px solid white;
    background: #dee2e6;
    float: left;
}

.checkComboBoxTimeOfWorkScheduler {
    padding: 10px;
    width: 312px;
    height: 30px;
    border-top: 8px solid white;
    border-left: 8px solid white;
    border-right: 8px solid white;
    background: #dee2e6;
    float: left;
}


    .filtersHideBlock {
        display: none;
    }

    .filtersHideBlock ~ .filtersBlock {
        display: none;
    }

        .filtersHideBlock + label {
            font-size: 16px;
            padding: 0;
            cursor: pointer;
            display: inline-block;
        }

    .filtersHideBlock:checked ~ .filtersBlock {
        display: block;
     /*   padding: 10px;*/
    }

    .filtersHide {
        position: relative;
    }

@media (max-width: 570px) {

    .checkComboBoxServices {
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
    }

    .checkComboBoxYears {
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
    }

    .checkComboBoxBSize {
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
    }

    .checkComboBoxCost {
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
    }

    .checkComboBoxWorkPlace {
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
    }

    .checkComboBoxNow {
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
    }
    .checkComboBoxFresh {
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
    }
    .checkComboBoxVideo {
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
    }
    .clearFilters {
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
    }

    .checkComboBoxWorkPlaceScheduler {
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
    }

    .checkComboBoxTimeOfWorkScheduler {
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
    }
}



#HeaderPanel_LeftAreaMenu_DXI2_T {
    padding: 0em 0em 0em!important;
}
#HeaderPanel_LeftAreaMenu_DXI2_Img {
    padding-bottom: 15px !important;
}


.placeInfo {
    background-color: #f9f9ff;
    padding: 10px 45px;
}

.placeInfo-switch {
    display: none;
}

.placeInfo-body {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s;
}

.placeInfo-switch:checked~.placeInfo-body {
    max-height: 8000px;
}

.placeInfo-headline::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 8px;
    border: 6px solid #D00F78;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}

.placeInfo-switch:checked~.placeInfo-headline::before {
    transform: rotate(180deg) translateY(6px);
}

.placeInfo-headline {
    display: block;
    position: relative;
    margin-bottom: 15px;
    user-select: none;
    color: #D00F78;
    font-weight: normal;
    cursor: pointer;
}

.placeInfo-headline:hover {
    text-decoration: underline;
}


.dxmLite_O, .dxmLite_O .dxm-item a.dx {
    color: #D00F78;
}

.header-text-menu {
    text-shadow: -1px -1px #FFF, -2px -2px #FFF, -1px 1px #FFF, -2px 2px #FFF, 1px 1px #FFF, 2px 2px #FFF, 1px -1px #FFF, 2px -2px #FFF, -3px -3px 2px #BBB, -3px 3px 2px #BBB, 3px 3px 2px #BBB, 3px -3px 2px #BBB;
    transition: all 1s;
    font-size: 35px;
}


.dxcvHeaderPanel_O {
    border: 0px solid rgba(0, 0, 0, 0.1) !important;
}


    @media (max-width: 576px) {
        .img-float-left {
            padding-right: 16px;
            padding-bottom: 16px;
        }
    }
    /* Printing Styles */
    @media print {
        .menu-container, .left-block, .right-block,
        .footer-wrapper {
            display: none !important;
        }

        .left-panel {
            display: none !important;
        }

        .text-content {
            max-width: 100%;
        }

        html {
            padding: 0 !important;
        }

        .page-toolbar-wrapper {
            display: none !important;
        }
    }

