

/* Start:/bitrix/templates/citrus_tszh_green/colors.css?17188668131989*/
h3.alt,
body #contacts-block-container .org-contacts h3.alt,
body #contacts-page-container #orgs-contacts-container .org-contacts h3.alt {
    color: #690;
}
.header-phone,
.header-title a em {
    color: #839a00;
}
h1, h1 a, .block-title a {
    color: #690;
}
a, .header-top li.active a {
    color: #6b9c08;
}
.main {
    color: #638503 !important;
}
.main-border {
    border-color: #638503 !important;
}
.main-bg {
    background: #638503 !important;
}
#top-links {
    background: #618400;
    border: 1px solid #889d00;
}
#top-links li {
    background: url('/bitrix/templates/citrus_tszh_green/images/border-menu.jpg') repeat-y right top;
}
#top-links li:hover, #top-links li.selected {
    background: #669900 url('/bitrix/templates/citrus_tszh_green/images/border-menu.jpg') repeat-y right top;
}
#top-links ul ul {
    background: #669900;
}
#top-links ul ul li a {
    background: #669900 !important;
}
#top-links ul ul li a:hover, #top-links ul ul li.selected a {
    background-color: #9bb401 !important;
}
#footer {
    background: #669900;
}
#copyright {
    background: #669900;
}
.n-f {
    border-top: 11px solid #638503;
    border-bottom: 11px solid #638503;
    background: #638503;
}
.n-f .bord {
    background: #638503;
}
#bottom-menu li ul li {
    background: url('/bitrix/templates/citrus_tszh_green/images/list-style.png') no-repeat 5px 9px;
}
.news-index {
    background: #638503;
}
.news-index-inner {
    border-top: 1px solid #a1b603;
    border-bottom: 1px solid #a1b603;
}
.list-more a {
    color: #669900;
}
.news-index .list-more a {
    color: #ffcc33;
}
.phone span, .e-mail span {
    color: #669900;
}
.left-menu ul li {
    background: url('/bitrix/templates/citrus_tszh_green/images/treug.png') no-repeat 10px center;
}
.left-menu li:hover, .left-menu li.selected {
    background: #f4f4f4 url("/bitrix/templates/citrus_tszh_green/images/treug.png") no-repeat 10px center;
}
.left-menu li a:hover {
    color: #669900
}
.our h1, .our em {
    color: #669900;
}
#general li {
    background: url("/bitrix/templates/citrus_tszh_green/images/triangles.png") no-repeat left 5px;
}
#private-issues li {
    background: url("/bitrix/templates/citrus_tszh_green/images/arrow.png") no-repeat 15px 7px;
}

/* End */


/* Start:/local/components/s34web/cookiesnotify/templates/.default/style.css?17488680354070*/
:root {
    --padding-container: calc((100vw - 1680px) / 2);
    --padding-container-left: var(--padding-container);
    --padding-container-right: var(--padding-container);
    --padding-container-xl: calc(40px + (120 - 40) * (100vw - 1440px) / (1920 - 1440));
    --padding-container-l: 40px;
    --padding-container-m: calc(16px + (40 - 16) * (100vw - 768px) / (1024 - 768));
    --padding-container-s: 16px;

    --border-radius-sm: 8px;
    --border-radius: 24px;
    --border-radius-lg: 32px;

    --cookie-color-orange: var(--orange, #F56F10);
}
@media (max-width: 1920px) {
    :root {
        --padding-container: var(--padding-container-xl);
    }
}
@media (max-width: 1440px) {
    :root {
        --padding-container: var(--padding-container-l);
    }
}
@media (max-width: 1024px) {
    :root {
        --padding-container: var(--padding-container-m);
    }
}
@media (max-width: 768px) {
    :root {
        --padding-container: var(--padding-container-s);
    }
}

.cookie-custom.swal2-container {
    z-index: 10100;
}
@media (max-width: 768px) {
    .cookie-custom {
        padding: 0;
    }
}

.cookie-custom .swal2-popup {
    border-radius: 24px;
    color: inherit;
}

@media (max-width: 768px) {
    .cookie-custom .swal2-popup {
        width: 100vw !important;
        border-radius: var(--border-radius) var(--border-radius) 0 0;
    }
}

.cookie-custom .swal2-title {
    padding: 0 40px 16px 0;
    text-align: start;
    font-size: 24px;
    font-weight: 500;
}

.cookie-custom__main-text {
    margin-bottom: 2px;
    text-align: start;
    font-size: 16px;
}

.cookie-custom__agreement-link {
    color: var(--cookie-color-orange);
    text-decoration: underline;
}

.cookie-custom .swal2-html-container {
    position: relative;
    max-height: 50vh;
    margin: 0;
    text-align: start;
    font-size: 16px;
    z-index: 9000;
}

.cookie-custom .swal2-actions {
    padding: 24px 0 0;
    gap: 8px;
    justify-content: start;
    margin: 0;
    width: 100%;
}
@media (max-width: 768px) {
    .cookie-custom .swal2-popup {
        width: 98vw !important;
        justify-self: center !important;
        min-width:320px;
    }
}

.cookie-custom .cookie-custom__btn {
    box-sizing: border-box;
    position: relative;
    width: fit-content;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0 32px;
    border: 2px solid var(--cookie-color-orange);
    border-radius: var(--border-radius-lg);
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .cookie-custom .cookie-custom__btn {
        flex-grow: 1;
    }
}

.cookie-custom .cookie-custom__btn-cancel {
    color: var(--cookie-color-orange);
    background-color: transparent;
}

.cookie-custom .cookie-custom__btn.cookie-custom__btn-confirm {
    color: #ffffff;
    background-color: var(--cookie-color-orange);
    border: 2px solid var(--cookie-color-orange);
}

.cookie-custom .cookie-custom__btn.cookie-custom__btn-confirm:focus {
    box-shadow: none;
}

.cookie-custom .cookie-custom__btn-close {
    width: 24px;
    height: 24px;
    transition: color 0.3s ease;
    outline: none;
}

.cookie-custom .cookie-custom__btn-close:focus {
    box-shadow: none;
    outline: none;
}

.swal2-container.cookies-form {
    overflow-y: hidden !important;
}
@media (min-width: 769px) {
    .swal2-container.cookies-form {
        padding: 40px calc(var(--padding-container-right) + 30px) 40px var(--padding-container-left);
    }
}
.cookies-form .swal2-popup {
    padding: 16px;
}

@media (max-width: 768px) {
    .cookies-form .swal2-popup {
        margin-bottom: 0;
    }
}
.cookies-form .swal2-actions {
    padding: 24px 0 0;
}
@media (max-width: 576px) {
    .cookies-form .swal2-actions button {
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/citrus_tszh_green/template_styles.css?171886681323350*/
body {
    margin: 0; padding: 0;
    font: 12px/15px Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #666;
    position: relative;
    left: 0; right: 0;
    display: block;
}
a img {
    border: none;
}
#header {
    margin: 0; padding: 0;
    display: block;
    height: 117px;
    z-index: 2;
    background: #fff url('/bitrix/templates/citrus_tszh_green/images/body-top.jpg') repeat-x left top;
}
#top-links {
    position: relative; top: -20px;
    height: 40px;
    margin: auto;
    padding: 0 5px;
    min-width: 970px; max-width: 1200px;
    z-index: 6;
    border-radius: 8px;
    behavior: url(/bitrix/templates/citrus_tszh_green/pie/PIE.php);
}
#top-links .menu {
    position: absolute; left: 0; top: 0;
    list-style: none;
    width: 730px;
    padding: 0px 14px 0 5px; margin: 0;
    z-index: 100;
}
#top-links ul {
    list-style: none;
    padding: 0; margin: 0;
}
#top-links li {
    margin: 0; padding: 0;
    float: left;
    position: relative; white-space: nowrap;
}
/*#top-links li:hover,#top-links li.selected {}*/
#top-links ul ul {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    top: 40px; left: 0;
    padding: 2px 0;
    display: none;
    border: none;
    *width: 250px;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, .60);
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, .60);
    behavior: url(/bitrix/templates/citrus_tszh_green/pie/PIE.php);
}
#top-links ul li:hover ul, #top-links ul li.jshover ul {
    display: block;
}
#top-links ul ul li {
    float: none;
    display: block;
    margin: 0;
    font-size: 12px;
    padding: 0px 1px;
    white-space: nowrap;
}
#top-links ul ul li a {
    font-weight: normal;
    text-transform: none;
    font-size: 12px; font-weight: normal;
    padding: 2px 30px 2px 10px;
}
/*#top-links ul ul li a:hover, #top-links ul ul li.selected a {}*/
#top-links a {
    float: none;
    display: block; line-height: 20px;
    color: #fff; text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px; font-weight: normal;
    text-transform: capitalize;
    padding: 10px 9px;
}
#top-links a:hover, #top-links li:hover a, #top-links li.jshover a {
    color: #fff;
}
.header-top {
    height: 21px; line-height: 21px;
    background: #c3c1c1;
    color: #333;
    position: relative; z-index: 7;
}
.header-top-inner {
    height: 21px;
    background: url(/bitrix/templates/citrus_tszh_green/images/top-bg.png) no-repeat 10px 0;
}
.header-top a { color: #333; text-decoration: none; }
.header-top a:hover { text-decoration: underline; }
.header-top ul {
    list-style: none;
    float: right;
    margin: 0 -5px 0 0; padding: 0 !important;
}
.header-top li {
    margin: 0; padding: 0;
    padding: 5px 0;
    float: left; position: relative;
    line-height: 12px;
}
.header-top li > a {
    padding: 0 10px;
    display: block;
    border-right: 1px solid #999;
}
.header-top li:last-child a {
    border-right: none;
}
.header-top li.active {
    background: #fff;
    color: #000;
    position: relative;
}
.header-top li.active a {
    border-right-color: #fff;
}
.header-top-popup {
    display: none;
    position: absolute;
    margin: 5px 0 0 0;
    padding: 10px 0;
    background: #fff;
    min-width: 185px;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, .65);
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, .65);
    behavior: url(/bitrix/templates/citrus_tszh_green/pie/PIE.php);
}
.header-top li:last-child .header-top-popup {
    float: right;
    right: 0;
}
.header-top-popup p {
    margin: 7px 0;
    padding: 0 10px;
}
.header-top-popup input {
    height: 24px; line-height: 24px;
    margin: 0;
}
.header-top-popup .buttons {
    line-height: 24px;
    overflow: hidden; *zoom: 1;
}
.header-top-popup .buttons label {
    float: left;
}
.header-top-popup button {
    height: 24px;
    float: right;
    padding-left: 15px; padding-right: 15px;
}
.ie7_html .header-top-popup button {
    padding-left: 5px; padding-right: 5px;
}
.header-top-popup a {
    color: #39f;
    text-decoration: underline;
}
.block-auth input {
    width: 100%;
}
.block-auth-social {
    background: #c3c1c1;
    color: #000;
    margin-bottom: -10px;
    padding: 10px;
    line-height: 18px;
    overflow: hidden;
}
.block-auth-social-title {
    float: left;
}
.block-auth-social div.bx-auth-serv-icons {
    float: right;
}
.block-auth-social div.bx-auth-serv-icons a {
    padding: 0; margin: 0;
    *display: inline; *zoom: 1;
    display: -moz-inline-stack;
    display: inline-block;
}
.block-auth-social div.bx-auth-serv-icons a:hover {
    border: none;
}
.header-top-popup span.bx-auth-secure { background-color: #fffae3; border: 1px solid #dedbc8; padding: 2px; display: inline-block; vertical-align: bottom; margin-top: -31px; position: absolute; right: 10px; }
.header-top-popup div.bx-auth-secure-icon { background-image: url(/bitrix/templates/citrus_tszh_green/images/sec.png); background-repeat: no-repeat; background-position: center; width: 19px; height: 18px; }
.header-top-popup div.bx-auth-secure-unlock { background-image: url(/bitrix/templates/citrus_tszh_green/images/sec-unlocked.png); }
.ie7_html .block-auth-social {
    *margin-right: -11px;
    *position: relative;
    *top: 9px;
}
.ie7_html .header-top-popup span.bx-auth-secure {
    *margin-top: -33px;
}
.ie7_html .header-top-popup {
    *padding-bottom: 0;
}
.header-top-popup button {
    color: #fff;
    border: 1px solid #666;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #565e6a; /* Old browsers */
    background: -moz-linear-gradient(left, #565e6a 1%, #6f7783 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #565e6a), color-stop(100%, #6f7783)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #565e6a 1%, #6f7783 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #565e6a 1%, #6f7783 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #565e6a 1%, #6f7783 100%); /* IE10+ */
    background: linear-gradient(to right, #565e6a 1%, #6f7783 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565e6a', endColorstr='#6f7783', GradientType=1); /* IE6-9 */
    behavior: url(/bitrix/templates/citrus_tszh_green/pie/PIE.php);
}
.header-top-popup button:hover {
    background: #6f7783; /* Old browsers */
    background: -moz-linear-gradient(top, #6f7783 1%, #565e6a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #6f7783), color-stop(100%, #565e6a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6f7783 1%, #565e6a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6f7783 1%, #565e6a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6f7783 1%, #565e6a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6f7783 1%, #565e6a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f7783', endColorstr='#565e6a', GradientType=0); /* IE6-9 */
    behavior: url(/bitrix/templates/citrus_tszh_green/pie/PIE.php);
}
.fix {
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0px 15px;
    min-width: 960px; max-width: 1200px;
}
.l-l-a { background: #fff url('/bitrix/templates/citrus_tszh_green/images/body-top.jpg') repeat-x left top; height: 25px; min-width: 980px; max-width: 1200px; }
.tit {
    background: #fff url('/bitrix/templates/citrus_tszh_green/images/body-top-title.jpg') repeat-x left top; margin-top: 2px; height: 95px; min-width: 980px; max-width: 1200px;
    position: relative;
}
#search-form {
    position: absolute; right: 10px; top: 7px;
    height: 25px;
    border-radius: 4px 4px;
    background: #fff;
    width: 250px;
    behavior: url(/bitrix/templates/citrus_tszh_green/pie/PIE.php);
}
#search-form input {
    border: none;
    height: 25px; line-height: 25px;
    background: none;
    padding: 0 8px;
    font: normal 12px/15px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #666; width: 210px
}
#search-form button {
    position: absolute; right: 5px; top: 2px;
    width: 25px; height: 25px;
    background: url('/bitrix/templates/citrus_tszh_green/images/btn2.png') left 0 no-repeat;
    color: #fff;
    font-size: 20px;
    border: none;
    padding: 0; margin: 0 0 0 15px;
    vertical-align: middle;
    cursor: pointer;
}
input.styled, textarea.styled { /*[type="text"]*/
    -moz-box-sizing: border-box; /*Firefox 1+*/
    -webkit-box-sizing: border-box; /*Safari 3+, Chrome 1+*/
    box-sizing: border-box; /*Opera 7+, IE8+*/
    background: #f2f2f2;
    padding-left: 8px;
    border: 1px solid #ccc;
    margin-bottom: 7px;
    font-size: 14px; color: #333; vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
}
input.styled {
    height: 33px;
    line-height: 33px;
}
input[type="checkbox"] {
    height: 15px;
    width: 15px;
    padding: 0;
    margin: 0;
}
button, input[type="submit"], input[type="button"] {
    *display: inline; *zoom: 1;
    display: -moz-inline-block;
    display: inline-block;
    vertical-align: middle;
    background: #dadada; /* Для старых браузров */
    background: -moz-linear-gradient(top, #fefefe, #dadada); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%, #fefefe), color-stop(100%, #dadada));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #fefefe, #dadada);
    background: -o-linear-gradient(top, #fefefe, #dadada); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe, #dadada); /* IE10 */
    background: linear-gradient(top, #fefefe, #dadada); /* CSS3 */
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #999;
    height: 32px;
    padding: 0 25px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px; color: #333; vertical-align: middle;
    behavior: url(/bitrix/templates/citrus_tszh_green/pie/PIE.php);
}
.documents-search-form button {
    margin: -6px 0 0 0;
}
button img {
    display: none;
}
button:hover, input[type="submit"]:hover,
button:hover, input[type="button"]:hover {
    background: #ccc; /* Для старых браузров */
    background: -moz-linear-gradient(top, #dadada, #fefefe); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%, #dadada), color-stop(100%, #fefefe));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #dadada, #fefefe);
    background: -o-linear-gradient(top, #dadada, #fefefe); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dadada, #fefefe); /* IE10 */
    background: linear-gradient(top, #dadada, #fefefe); /* CSS3 */
    behavior: url(/bitrix/templates/citrus_tszh_green/pie/PIE.php);
}
::-webkit-input-placeholder {
    font-size: 14px; color: #333; vertical-align: middle;
}
:-moz-placeholder {
    font-size: 14px; color: #333; vertical-align: middle;
}
.placeholder {
    font-size: 14px; color: #333; vertical-align: middle;
}
#footer {
    font-size: 11px; color: #fff;
}
.footer-inner {
    min-width: 970px; max-width: 1200px;
    height: 45px;
    margin: 0 auto;
    position: relative;
}
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; color: #fff; }
.footer-payment {
    position: absolute;
    top: 7px; right: 104px;
}
#copyright {
    position: absolute;
    left: -5px; top: 15px;
}
.header-title {
    position: absolute;
    font: normal 36px/36px Arial, Helvetica, sans-serif;
    color: #333;
    text-transform: none;
    left: 15px; top: 20px;
}
.header-title a {
    text-decoration: none;
    font-weight: normal;
    color: #4a4a4a;
}
.header-title a em { color: #09f; font-style: normal; }
.header-phone {
    position: absolute;
    top: 23px; right: 15px;
    padding: 5px 0 5px 30px;
    font-size: 24px; line-height: 24px;
    background: url('/bitrix/templates/citrus_tszh_green/images/phone.png') no-repeat 0 50%;
}
.bottom-blocks table {
    width: 100%;
    border-collapse: collapse;
}
.bottom-block {
    padding-top: 30px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    vertical-align: top;
}
.bottom-block.left { width: 290px; padding-right: 20px; }
.bottom-block.middle { width: 290px; padding-left: 20px; padding-right: 20px; }
.bottom-block.right {
    padding-left: 20px; padding-right: 10px;
    width: auto;
}
.bottom-block.right button {
    margin-top: 5px;
}
.bottom-block.right form {
    margin-top: -1px;
}
.bottom-block p {
    margin: 0;
    padding: 0 0 20px 0;
}
.bottom-block .block-title {
    margin: 0; padding: 0;
    font: 24px/30px Arial, Helvetica, sans-serif;
    overflow: hidden;
}
.bottom-block .block-title a {
    display: block;
    float: left;
    padding-right: 50px;
    padding-bottom: 2px;
    cursor: pointer;
}
p.icon-pen, p.icon-phone, p.icon-mail {
    padding-left: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    padding-bottom: 20px;
    margin: 0;
}
.icon-pen { background: url('/bitrix/templates/citrus_tszh_green/images/pen.png') no-repeat left 5px; }
.icon-phone { background: url('/bitrix/templates/citrus_tszh_green/images/phone.png') no-repeat left 5px; }
.icon-mail { background: url('/bitrix/templates/citrus_tszh_green/images/e-mail2.png') no-repeat left 2px; }
ul { margin: 0; padding: 0 }
li { margin: 0; padding: 0 }
ul.no-marks, #work ul.no-marks { list-style: none; margin: 1em 0; padding: 0; }
h1 {
    font: normal normal 24px/30px Arial, Helvetica, sans-serif;
    color: #333;
    text-transform: none;
    overflow: hidden;
    margin: 0 0 17px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .block-title a { text-decoration: none; }
h3 a.link { text-decoration: underline; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; }
h2 em, h3 em, h4 em, h5 em, h6 em { font-style: normal; }
h1 em {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}
h2 {
    font: 24px/30px Arial, Helvetica, sans-serif;
    margin: 0 0 17px 0;
    overflow: hidden;
}
h2 a {
    display: block;
    float: left; padding-right: 50px;
    padding-bottom: 2px;
    cursor: pointer;
}
h3 {
    font: normal 20px/20px Arial, Helvetica, sans-serif;
    color: #666;
    margin: 25px 0;
}
h3 a, .left-area-title a {
    text-decoration: none;
    color: #666;
}
h3 a:hover { text-decoration: underline; }
p { margin: 1em 0 1.3em 0; }
a {
    text-decoration: underline;
}
.news-index {
    color: #fff;
    padding: 11px 0;
    font-size: 12px;
    line-height: 18px;
    min-width: 980px;;
}
.news-index-inner {
    padding: 17px 0;
    background: url(/bitrix/templates/citrus_tszh_green/images/news-index-bg.png) no-repeat 40% 100%;
}
.news-index .title {
    color: #fff;
    font-size: 20px; line-height: 20px;
    margin: 5px 0 15px 0; padding: 0;
}
.news-index .b-news-list {
    overflow: hidden;
}
.news-index .b-news-list-item {
    float: left;
    width: 33%;
}
.news-index .b-news-date {
    color: #dedddd;
}
.news-index .b-news-list-item-name {
    font-weight: bold;
    color: #fff;
}
.news-index .b-news-text {
    padding-right: 25px;
}
.list-more {
    font-size: 12px;
    text-align: right;
    padding-bottom: 10px;
}
.news-index .list-more {
    padding-bottom: 0;
    margin-right: 15px;
}
.b-m {
    background: #edecec;
    padding: 0px 35px 35px 15px;
}
.fix ul { padding-top: 10px }
#bottom-menu {
    background: #edecec;
    padding: 0px 0 0 0;
    margin-top: 40px;
}
#bottom-menu a {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
#bottom-menu ul {
    margin-left: 0;
    list-style: none;
    overflow: hidden;
}
#bottom-menu ul li {
    display: block;
    float: left;
}
#bottom-menu ul ul {
    margin-top: -10px;
}
#bottom-menu ul li.r1 { width: 34%; }
#bottom-menu ul li.r2 { width: 34% }
#bottom-menu ul li.r3 { width: 15% }
#bottom-menu ul li.r4 { width: 17% }
#bottom-menu li ul li {
    clear: both;
    padding-left: 17px;
}
#bottom-menu ul li.marg { margin-left: 70px; }
#bottom-menu li {
    margin-left: 0;
    padding: 0;
    list-style: none;
    line-height: 2;
}
#bottom-menu li ul li a {
    font-size: 12px;
    font-weight: normal;
    line-height: 1 !important;
}
#bottom-menu li a:hover {
    color: #333;
    text-decoration: underline;
}
#bottom-menu li.selected {
    text-decoration: underline;
}
.clearfix { clear: both }
.news {
    padding: 0;
}
.news h2 {
    color: #fff;
    font-size: 20px;
    margin: 15px 0 10px 15px;
}
#work .feedback-container h2 {
    margin-top: 40px;
}
input.name, input.mail, textarea.text-mail, input.captcha {
    width: 100%;
    padding-left: 35px;
}
input.name {
    background: #f2f2f2 url('/bitrix/templates/citrus_tszh_green/images/name.png') no-repeat 8px center;
}
input.mail {
    background: url('/bitrix/templates/citrus_tszh_green/images/e-mail.png') no-repeat #f2f2f2 8px center;
}
textarea.text-mail {
    background: url('/bitrix/templates/citrus_tszh_green/images/pencil.png') no-repeat #f2f2f2 8px 8px;
    padding: 5px 0 0 35px;
    height: 118px;
}
input.captcha {
    margin-top: 5px;
    padding-left: 8px;
}
/*!!! .t {margin-top:20px;}*/
.left-menu {
    width: 287px;
    float: left;
    top: 0;
    display: block;
}
.left-menu h3 {
    margin-top: 0px;
}
.left-menu ul {
    list-style: none;
    width: 300px;
    margin-left: 0;
}
.left-menu ul li {
    display: block;
    margin-bottom: 5px;
    padding: 8px 0 8px 35px;
    line-height: 1.45;
    font-size: 14px;
}
.left-menu a {
    display: block;
    color: #333;
    text-decoration: none;
}
.left-menu li:hover, .left-menu li.active {
    display: block;
    background: #f4f4f4 url("/bitrix/templates/citrus_tszh_green/images/treug.png") no-repeat 10px center;
    border-radius: 10px;
    behavior: url(/bitrix/templates/citrus_tszh_green/pie/PIE.php);
}
.left-menu li.active {
    color: #333;
    border-top: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
}
.our {
    margin-top: 0px;
    padding-bottom: 20px;
}
.our h1 {
    font: 24px/30px Arial, Helvetica, sans-serif;
    margin: 0 0 -5px 0;
}
.our p {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    padding-bottom: 5px !important;
    color: #333;
    line-height: 1.45;
}
.our a {
    font-size: 14px;
}
.our-a { margin-top: -20px }
#pagetitle { color: #333; }
#work {
    /*position:absolute;
    top:0;left:330px;right:0;bottom:0;*/
    overflow: hidden;
    padding-left: 40px;
}
/* !!! */
#work table.data-table { width: 100% }
table > input {
    margin-top: 0; margin-bottom: 0;
}
#work h1 {
    margin: 0 0 15px 0;
}
#work h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 28px;
}
#work ul { padding: 5px 0 5px 20px; }
#work p { font-size: 12px; color: #666; line-height: 1.5 }
#work p.f-z { font-size: 14px }
.counter td { border-bottom: 1px solid #cdcdcd; margin: 0; padding: 0px; text-align: center; margin-bottom: 5px; }
.grey { background: #edecec; border: none;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: bold;
}
.counter .grey td { border-bottom: none !important; padding: 5px 10px }
.counter td.grey-first { text-align: left; padding: 5px 10px; width: 200px }
.grey td span { font-size: 11px; color: #999; font-weight: normal; }
.counter input { width: 57px; height: 25px; margin-top: 5px; font-size: 12px; color: #333 }
.search { width: 230px; margin: 10px 10px 15px 0; font-size: 12px; vertical-align: middle; }
.w { width: 310px; }
.anchor { font-size: 14px }
#general, #private-issues {
    list-style: none;
    padding-left: 0 !important;
}
#general li {
    padding: 0 0 15px 10px;
    font-size: 14px;
    font-weight: bold;
}
#private-issues li {
    padding: 0 0 10px 30px;
    line-height: 1.3;
    font-size: 14px;
}
.dotted {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 5px;
}
hr {
    width: 100%;
    height: 1px;
    background: #ccc;
    color: #ccc;
    margin: 10px 0 5px 0;
    border: 0px none;
}
.documents-search-form {
    border-top: 1px solid #ccc;
    margin-top: 1.5em;
}
.feedback input, textarea {
    width: 310px;
}
.feedback textarea {
    height: 130px;
    padding-top: 8px;
}
.feedback h3 { padding: 20px 0 10px 0 }
.feedback-t { margin: 10px 0 0 0 }
.starrequired {
    color: #ff0000;
}
#left-area {
    float: left;
    width: 290px;
}
.left-area-title {
    font: normal 20px/20px Arial, Helvetica, sans-serif;
    color: #666;
    margin: 0 0 20px 0;
}
#left-area .contakt { margin-top: 50px }
h3.left-area-h3 { margin-top: 0px; }
#content { position: relative }
fieldset {
    border: none;
}
.data-table td.rr {
    font-size: 14px;
    color: #333;
    vertical-align: top;
    text-align: right;
    white-space: nowrap;
    padding-top: 21px;
    width: 30%;
}
table .input, table textarea {
    width: 100%;
    margin-bottom: 0;
}
table {
    padding: 0; margin: 0;
}
.data-table {
    margin: 1em 0;
    border-collapse: collapse;
}
.data-table td {
    padding: 12px 10px;
}
.data-table th {
    text-align: left;
}
.data-table th,
.data-table thead td {
    color: #3b3b3b;
    font-size: 14px;
    border-bottom: none;
    background: #edecec;
    padding: 12px 8px;
    text-align: center;
}
.data-table td {
    border-bottom: 1px solid #cdcdcd;
}
.no-border td, .data-table tfoot td {
    border-bottom: none;
}
.data-table small,
.data-table small {
    font-size: 11px;
    color: #999;
}
.data-table .cost {
    text-align: right;
}
.cost {
    font-size: 16px;
    font-weight: bold;
}
.cost .currency {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.cost input {
    min-width: 80px;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
input:focus, textarea:focus {
    outline: none;
}
.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}
.b-news-list {
    margin-bottom: 1em;
}
.b-news-list-item {
    margin: 0 0 2em 0;
    overflow: hidden;
}
.b-news-date {
    padding-left: 15px;
    color: #666;
    margin-bottom: 5px;
    display: block;
    background: url(/bitrix/templates/citrus_tszh_green/images/news-date.png) no-repeat 0 50%;
}
.b-news-list-item-name, .b-news-detail-name {
    font-size: 14px;
    line-height: 20px;
    color: #39f;
    text-decoration: none;
}
.b-news-list-item-nam:hover {
    text-decoration: underline;
}
.b-news-preview-picture, .b-news-detail-preview-picture {
    float: left;
    margin: 1em 1em 1em 0;
}
.b-news-text, .b-news-detail-text {
    margin-top: 5px;
}
.b-news-props {
    margin: 1em 0;
    overflow: hidden;
}
.b-news-props dt {
    font-weight: bold;
}
.b-news-props dd {
    padding-left: 2em; margin: 0 0 .5em 0;
}
.b-news-detail {
    overflow: hidden;
}
.b-news-detail-photos .b-news-detail-preview-picture {
    float: none;
    *display: inline;
    zoom: 1;
    display: -moz-inline-box;
    display: inline-block;
}
dd.fileprop {
    margin-left: 0; padding-left: 0;
}
a.file {
    padding-left: 20px;
    background: url(/bitrix/templates/citrus_tszh_green/images/icon-file.png) no-repeat 0 50%;
    *display: inline; *zoom: 1;
    display: -moz-inline-block;
    display: inline-block;
    line-height: 16px;
    min-height: 16px;
}
a.file-pdf {
    background-image: url(/bitrix/templates/citrus_tszh_green/images/icon-pdf.png);
}
.popup-back {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: #fff;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.page-navigation {
    font-size: 12px;
}
.page-navigation span, .page-navigation a {
    padding: 0 4px;
}
.page-navigation .selected {
    font-weight: bold;
}
#bx-composite-banner {
    position: absolute;
    right: 375px;
    top: 7px;
}
.citrus-tszh-account-choice {
     border:1px solid #ccc;
     margin: .5em 0;
     height: 33px;
     line-height: 33px;
 }
 
 .feedback input[type="checkbox"] {
    width: 40px;
}
/* End */
/* /bitrix/templates/citrus_tszh_green/colors.css?17188668131989 */
/* /local/components/s34web/cookiesnotify/templates/.default/style.css?17488680354070 */
/* /bitrix/templates/citrus_tszh_green/template_styles.css?171886681323350 */
