html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

.headerSite {
    background-color: #f0f0f0; /* Цвет фона веб-страницы #f0f0f0;*/
    border-top: 5px solid #00d443;
}

.bodySite {
    margin-bottom: 60px;
    font-family: Arial, Verdana, sans-serif; /* Семейство шрифтов */
    font-size: 11pt; /* Размер основного шрифта в пунктах  */
    background-color: #ffffff; /* Цвет фона веб-страницы #e4e8e2;*/
    color: #333; /* Цвет основного текста */
}

.disableText {
    color: #969696; /* Цвет основного текста */
}

.ramochka {
    border-left: 1px solid #999; /* Параметры линии слева */
    border-bottom: 1px solid #999; /* Параметры линии снизу */
    border-right: 1px solid #999; /* Параметры линии слева */
    border-top: 1px solid #999; /* Параметры линии снизу */
}
.knopochka {
    border-left: 0px solid #ffffff; /* Параметры линии слева */
    border-bottom: 0px solid #ffffff; /* Параметры линии снизу */
    border-right: 0px solid #ffffff; /* Параметры линии слева */
    border-top: 0px solid #ffffff; /* Параметры линии снизу */
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #ffffff;
}
.knopochkaSmall {
    border-left: 1px solid #999; /* Параметры линии слева */
    border-bottom: 1px solid #999; /* Параметры линии снизу */
    border-right: 1px solid #999; /* Параметры линии слева */
    border-top: 1px solid #999; /* Параметры линии снизу */
    display: inline-block;
}
h1 {
    color: #a52a2a; /* Цвет заголовка */
    font-size: 24pt; /* Размер шрифта в пунктах */
    font-family: Georgia, Times, serif; /* Семейство шрифтов */
    font-weight: normal; /* Нормальное начертание текста  */
}
.nomarg {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
p {
    text-align: justify; /* Выравнивание по ширине */
    margin-left: 60px; /* Отступ слева в пикселах */
    margin-right: 10px; /* Отступ справа в пикселах */
    /*border-left: 1px solid #999;*/ /* Параметры линии слева */
    /*border-bottom: 1px solid #999*/; /* Параметры линии снизу */
    padding-left: 10px; /* Отступ от линии слева до текста  */
    padding-bottom: 10px; /* Отступ от линии снизу до текста  */
}

    p.nomarg {
        margin-top: 1px;
        margin-bottom: 1px;
        margin-left: 1px;
        margin-right: 1px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        text-align: justify;
    }
.tab, .tab-title {
    display: inline-block; /* Выстраиваем по горизонтали */
}
    .tab input[type="radio"] {
        display: none;
    }

.tab-title {
    padding: 5px 10px; /* Поля вокруг текста */
    border: 1px solid #666; /* Параметры рамки */
    border-bottom: none; /* Снизу линию убираем */
}
.tab-titleC1 {
    background: #ccc; /* Цвет фона */
}
.tab-titleC2 {
    background: #cbedc5; /* Цвет фона */
}
.tab-titleC3 {
    background: #c5c6ed; /* Цвет фона */
}

.tab-content {
    border: 1px solid #666; /* Параметры рамки */
    padding: 10px; /* Поля вокруг текста */
    left: 0; /* Размещаем у левого края */
    width: calc(100% - 20px); /* Ширина содержимого */
    display: none; /* Прячем вкладку */
}

.tab :checked + .tab-title {
    position: relative; /* Относительное позиционирование */
    background: #fff; /* Цвет фона */
    top: 1px; /* Сдвигаем вниз */
    z-index: 1; /* Отображаем поверх содержимого */
}

.tab :checked ~ .tab-content {
    display: block; /* Показываем активную вкладку */
}

#tab1 :checked ~ #Ctab1 {
    display: block;
    left: 2px;
}
.smartNone {
}

.smartYep {
    display: none;
}

.smartNoneYep {
}

.smartYep1 {
    column-count: 3;
}

.smartYep2 {
    display: inline-block;
}

@media (max-width:768px) {
    .smartNone {
        display: none;
    }

    .smartYep {
        display: table;
    }

    .smartNoneYep {
        font-size: large;
    }

    .smartYep1 {
        column-count: 1;
    }
}

@media (max-width:320px) {
    .smartNone {
        display: none;
    }

    .smartYep {
        display: table;
    }

    .smartNoneYep {
        font-size: large;
    }

    .smartYep1 {
        column-count: 1;
    }
}

.category {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px;
    background-color: #c8ffbd;
    width: 100%;
}
.categoryDoc {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px;
    background-color: #126f00;
    width: 100%;
    color: #fff;
}
.widthfull {
    width: 100%;
}
.namecolour{
    color:darkblue;
}
.greencolour {
    color:green;
}
.greycolour {
    color: grey;
}
.comment {
    background-color: #e3fcde;
    border: 1px solid #0f5701; 
    padding: 1px;
    margin: 1px;
}
.commentBC {
    background-color: #e3fcde;
    padding: 1px;
    margin: 1px;
}
.hop {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    color:darkseagreen;
}
#gallery {
    -moz-user-select: none;
    user-select: none;
}

    #gallery img {
        max-width: 350px;
        min-width: 200px;
        width: 100%;
        cursor: zoom-in;
    }

        #gallery img:focus {
            position: fixed;
            top: 50%;
            left: 50%;
            z-index: 31;
            max-width: 100%;
            max-height: 100%;
            width: auto;
            outline: none;
            pointer-events: none;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            -moz-user-select: none;
            user-select: none;
        }

            #gallery img:focus ~ div {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 30;
                background: rgba(240,240,240,.9);
                cursor: zoom-out;
            }

.gaimfo {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 31;
    max-width: 100%;
    max-height: 100%;
    outline: none;
    pointer-events: none;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -moz-user-select: none;
    user-select: none;
}
.logs {
    font-size: 9pt; /* Размер шрифта в пунктах */
    font-family: Georgia, Times, serif; /* Семейство шрифтов */
    font-weight: normal; /* Нормальное начертание текста  */
}