/*версия для печати*/

body {
    max-width: 1200px;
    width: 100%;
    min-width: 1024px;    
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    font-size: 1px;
}

.pv_top {
    display: table;
    width: 100%;
    height: 35px;
    font-size: 16px;
    color: #ffffff;
    background-color: #006666;
}

.pv_top>div {
    display: table-cell;
    vertical-align: middle;
}

.pv_title {
    width: 255px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    background-color: #004e4e;
}

.pv_font {
    width: 150px;
    padding-right: 3px;
    text-align: right;
}

.pv_plus {
    background: url(/desimages/pv_images/pv_plus.png) no-repeat center center;
}

.pv_minus {
    background: url(/desimages/pv_images/pv_minus.png) no-repeat center center;
}

.pv_plus,
.pv_minus {
    width: 32px;    
    cursor: pointer;
}

.pv_font_scroll {
    position: relative;
    width: 125px;
}

/*input range*/
input[type=range] {
    -webkit-appearance: none;
    width: 125px;
    height: 23px;
    margin: 5px 3px 0 3px;
    background: transparent;
    border: none;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-moz-focus-outer {
    border: 0;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    box-shadow: 1px 1px 1px #a7a7a7, 0px 0px 1px #a7a7a7;
    background: #a7a7a7;
    border-radius: 1.3px;
    border: 0.2px solid #a7a7a7;
}
input[type=range]::-webkit-slider-thumb {
    height: 23px;
    width: 23px;
    background-color: transparent;
    background: url(/desimages/pv_images/pv_circle.png) center center no-repeat;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
    border: none;
}
input[type=range]::-webkit-slider-thumb:hover,
input[type=range]::-webkit-slider-thumb:focus,
input[type=range]::-webkit-slider-thumb:active {
    background: url(/desimages/pv_images/pv_circle_hover.png) center center no-repeat;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #a7a7a7;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    box-shadow: 1px 1px 1px #a7a7a7, 0px 0px 1px #a7a7a7;
    background: #a7a7a7;
    border-radius: 1.3px;
    border: 0.2px solid #a7a7a7;
}
input[type=range]::-moz-range-thumb {
    height: 23px;
    width: 23px;
    background-color: transparent;
    background: url(/desimages/pv_images/pv_circle.png) center center no-repeat;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
    border: none;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #a7a7a7;
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #a7a7a7, 0px 0px 1px #a7a7a7;
}
input[type=range]::-ms-fill-upper {
    background: #a7a7a7;
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #a7a7a7, 0px 0px 1px #a7a7a7;
}
input[type=range]::-ms-thumb {
    height: 23px;
    width: 23px;
    background-color: transparent;
    background: url(/desimages/pv_images/pv_circle.png) center center no-repeat;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
    border: none;
}
input[type=range]:focus::-ms-fill-lower {
    background: #a7a7a7;
}
input[type=range]:focus::-ms-fill-upper {
    background: #a7a7a7;
}
/*input range*/

.pv_images {
    padding: 0 50px;
    cursor: pointer;
}

.pv_images #pv_vkl {
    border: 1px solid #006666;
}

.pv_images:hover #pv_vkl {
    border: 1px solid #3f9898;
}

.pv_images_text,
#pv_vkl {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.pv_images_text {
    height: 35px;
    line-height: 35px;
}

#pv_vkl {
    height: 16px;    
    width: 16px;
    margin-right: 3px;
}

.pv_vkl {
    background: url(/desimages/pv_images/pv_check.png) no-repeat center center;
}

.pv_vykl {
    background: url(/desimages/pv_images/pv_checked.png) no-repeat center center;
}

.pv_print {
    width: 110px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background: #990000;
    cursor: pointer;
}

.pv_close {
    width: 70px;
    background:  url(/desimages/pv_images/pv_close.png) no-repeat 30px center #868b91;
    cursor: pointer;
}

.pv_plus:hover,
.pv_minus:hover,
.pv_print:hover,
.pv_close:hover {
    background-color: #3f9898;
}

.logo {
    padding-left: 90px;
    border-bottom: 1px solid #868b91;
}

.logo img {
    margin: 40px 0px;
}

.pv_date {
    margin-left: 155px;
    padding-bottom: 80px;
}

.pv_date_doc {
    margin-left: 155px;
    padding-bottom: 105px;
}

.pv_name,
.pv_rubric_date {
    line-height: 1;
}

.pv_name {
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #006666;
}

.pv_name_doc {
    margin-top: 5px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #006666;
}

.pv_rubric_date {
    font-size: 12px;
    text-transform: uppercase;
    color: #a3a9ad;
}

#pv_main_part {
    margin-top: -100px;
    padding: 0px 100px 100px 100px;
    font-size: 112.5%;    
}

#pv_main_part h1 {
    margin: 0;
    padding: 35px 0px 20px;
    font-size: 170%;
    color: #000000; 
}

#pv_main_part img {
    float: none;
    margin: 0;
}

#pv_main_part p {
    margin: 1em 0;
}

#pv_main_part .person_img {
    margin-bottom: 20px;
}

#pv_main_part .person_img:last-of-type {
    margin-bottom: 0;
}

#pv_main_part .person_img img {
    float: left;
    margin-right: 10px;
}

#pv_main_part .person_img span {
    font-weight: bold;
}

/*.img_doc {
    margin-bottom: 20px;
}*/

.img_doc_title {
    width: 100%;
    padding: 10px 0px 10px;
    font-size: 75%;
    line-height: 1.2;
    color: #a3a9ad;
}

.pv_ref {
    display: table;
    min-height: 100px;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 78%;
    line-height: 1.2;
    color: #000000;
}

.pv_ref img {
    float: left;
    margin: 0;
}

.pv_ref div {    
    display: table-cell;
    min-height: 100px;
    padding-left: 10px;
    vertical-align: middle;
}

.pv_ref a {
    text-decoration: none;
    color: #000000;
}

.pv_bottom a {
    text-decoration: none;
    color: #797979;
}

.pv_ref a:hover,
.pv_bottom a:hover {
    text-decoration: underline;
}

.pv_bottom {
    margin-top: 25px;
    padding: 20px 100px 40px 100px;
    font-size: 12px;
    color: #797979;
    border-top: 1px solid #868b91;
}

.pv_bottom img {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

#pv_main_part a,
#pv_main_part table,
#pv_main_part .question_author,
#pv_main_part .answer_author,
#pv_main_part .question {
    font-size: 100% !important;
}

#pv_main_part .question_author,
#pv_main_part .question {
    font-weight: bold;
}

#pv_main_part h1 {
    font-size: 170%;
}

#pv_main_part h2 {
    font-size: 140%;
}

#pv_main_part h3 {
    font-size: 128%;
}

#pv_main_part .photo_add {
    margin: 0 0 1em 0;
}

.video_add {
    display: none;
}

#pv_main_part .news_accent_block {
    clear: both;
    padding: 20px 20px 25px 20px;
    border: 2px solid #e6eaed;
    font-weight: normal;
    font-style: normal;
    font-size: 100% !important;
    overflow: hidden;
    margin: 30px 0;
}

#pv_main_part .news_accent_block img {
    float: left;
    max-width: 260px;
    margin: 7px 20px 0 0;
}

#pv_main_part .news_accent_block > div > a {
    text-transform: uppercase;
    font-size: 100% !important;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.inner_context {
    margin: 30px 0;
    padding: 20px 20px 15px 20px;
    font-size: 100%;
    border: 2px solid #e6eaed;
}

.context_title {
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #006666;
}

.context_inner a {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    text-decoration: none;
    color: #3c3c3c;
    cursor: pointer;
}

.context_inner a:hover {
    color: #3f9798;
}

.context_inner .presscenter_context {
    margin-bottom: 10px;
}



@media print {
    .pv_top {
        display:none;
    }
}