/* 01 - Стили для основных тэгов */
  /*123*/
body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
}

body {
  background-color: #ebf0f3;
  background-image: url('images/body_bg.png');
  background-repeat: repeat-x;
  background-position: top left;
}

h1 {
  font-size: 18pt;
  font-weight: normal;
  color: #6d2451;
}

h1#RCSME {
  float: right;
  margin: 0;
  padding: 0;
}

h2 {
  margin: 20px 0 10px 0;
  font-size: 14pt;
  font-weight: normal;
  color: #6d2451;
}

    h2 a {
      text-decoration: none;
      color: #6d2451;
    }

    h2 a:hover {
      text-decoration: underline;
      color: #6d2451;
    }

h3 {
  margin: 20px 0 10px 0;
  font-size: 12pt;
  font-weight: bold;
  color: #6d2451;
}

h4 {
  margin: 10px 0 10px 0;
  font-size: 12pt;
  font-weight: normal;
  color: #6d2451;
}

ul, ol {
  margin: 0 0 0 30px;
  padding: 0;
  line-height: 1.4;
}

ul li, ol li {
  margin-bottom: 10px;
}

ul li ul li, ol li ol li {
  margin: 10px 0 0 0;
}

a {
  color: #407da1;
}

a:hover {
  color: #d54db1;
}

span.italic {font-style: italic;}

p.attached_textBlock {
  margin: 1.5em 0 1.5em -30px;
}

span.black_border {border: 1px solid black;}

/* 02 - Стили для самых больших блоков */

#main_container {
  float: left;
  width: 100%;
  text-align: center;
  /* background-image: url('images/mainContainer_bg.png'); */
  background-image: url('/images/site_bg.jpg');
  background-repeat: repeat-x;
  background-position: bottom left;
}

#page_container {
  min-width: 960px;
  max-width: 1400px;
  width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 960 ? '960px' : (document.documentElement.clientWidth || document.body.clientWidth) > 1400 ? '1400px' : '100%' );
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
}


/* 03 - Шапка */

#hat {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-image: url('/images/hat_bg.jpg');
}

    #logotype {
      position: absolute;
      top: 20px;
      left: 10px;
      width: 22.82%;
      height: 81px;
      background-repeat: no-repeat;
      background-position: top left;
    }

    #hat_text {
      position: absolute;
      top: 14px;
      left: 12%;
      left: expression(navigator.appName=="Microsoft Internet Explorer" ? '12.1%' : '14.5%');
      width: 65.9%; 
    }

        #actual_date {
          float: left;
          clear: right;
          width: 100%;
          margin-top: 12px;
          font-size: 10pt;
          color: #7b7b7b;
        }


    #search {
      position: absolute;
      top: 0;
      right: 0;
      width: 21.92%;
      margin: 20px 1.04% 0 2.08%;
    }

        #hat_links {
          float: right;
          margin: 25px 0 0 10px;
        }

            #hat_links div {
              float: left;
              width: 34px;
              height: 32px;
              margin-right: 10px;
              /* background-image: url('images/white_circle.png'); */
              background-repeat: no-repeat;
              background-position: top left;
            }

                #hat_links div img {
                  margin: 8px 0 0 7px;
                }

                #hat_links div img.sitemap {
                  margin: 8px 0 0 8px;
                }


        #seach_field {
          float: right;
          clear: right;
          margin: 10px 0 0 10px;
        }

            #seach_field input {
              width: 195px;
              height: 25px;
              padding: 3px 0 0 2px;
              color: #7b7b7b;
            }


/* 04 - Основное меню */

#main_menu {
  width: 100%;
  height: 51px;
  float: left;
  font-weight: bold;
  background-image: url('images/mainMenu_bg.png');
  background-repeat: repeat-x;
  background-position: top left;
}

    #main_menu #leftSide {
      float: left;
      width: 10px;
      height: 51px;
      background-image: url('images/mainMenu_bgLeft.png');
      background-repeat: no-repeat;
      background-position: top left;
    }

    #main_menu ul {
      float: left;
      width: 98%;
      margin: 0;
      padding: 0;
      list-style-type: none;
    }

        #main_menu ul li {
          float: left;
          text-align: center;
        }

/*      #mainMenu_element1 {width: 10%; margin-top: 13px;}
        #mainMenu_element2 {width: 20%; margin-top: 13px;}
        #mainMenu_element3 {width: 12%; margin-top: 13px;}
        #mainMenu_element4 {width: 13%; margin-top: 13px;}
        #mainMenu_element5 {width: 13%; margin-top: 13px;}
        #mainMenu_element6 {width: 21%; margin-top: 13px;}
        #mainMenu_element7 {width: 8%; margin-top: 13px;}
*/

        #mainMenu_element1 {width: 21%; margin-top: 13px;}
        #mainMenu_element2 {width: 9%; margin-top: 13px;}
        #mainMenu_element3 {width: 16%; margin-top: 13px;}
        #mainMenu_element4 {width: 11%; margin-top: 13px;}
        #mainMenu_element5 {width: 11%; margin-top: 13px;}
        #mainMenu_element6 {width: 11%; margin-top: 13px;}
        #mainMenu_element7 {width: 19%; margin-top: 13px;}

        #mainMenu_eng_element1 {width: 16%; margin-top: 13px;}
        #mainMenu_eng_element2 {width: 16%; margin-top: 13px;}
        #mainMenu_eng_element3 {width: 17%; margin-top: 13px;}
        #mainMenu_eng_element4 {width: 16%; margin-top: 13px;}
        #mainMenu_eng_element5 {width: 17%; margin-top: 13px;}
        #mainMenu_eng_element6 {width: 16%; margin-top: 13px;}

            #main_menu ul li div.separator {
              float: left;
              position: relative;
              width: 2px;
              height: 51px;
              background-image: url('images/mainMenu_separator.png');
              background-repeat: no-repeat;
              background-position: top left;
            }

            #main_menu ul li a {
              color: #063753;
              text-decoration: none;
            }

            #main_menu ul li a:hover {
              color: #407da1;
              text-decoration: underline;
            }

    #main_menu #rightSide {
      float: right;
      width: 10px;
      height: 51px;
      background-image: url('images/mainMenu_bgRight.png');
      background-repeat: no-repeat;
      background-position: top right;
    }

/* 12 - Подвал сайта */

#footer {
	float: left;
	clear: both;
	width: 100%;
	height: 193px;
	margin: 0;
        padding: 0;
	color: #313131;
}

    #footer a {
      color: #063753;
    }

    #footer a:hover {
      color: #407da1;
    }

    #copyright{
    	float: left;
    	width: 25%;
    	margin: 30px 0 0 1.04%;
        text-align: left;
    }

    #contacts {
    	float: left;
    	width: 31.25%;
        margin: 30px 0 0 6.25%;
    	text-align: left;
    }

    #autorized_entry {
      float: right;
      width: 16.67%;
      margin: 30px 0 0 0;
      text-align: left;
    }


/***************************************************************************************************************************************/
.dopmenu{
	height:36px;
	background:url(images/bg.jpg) no-repeat;
	border:1px solid #000;
}
.content{
	min-width:960px;
	max-width:1400px;
	margin:0 auto;
	position:relative;
}
.razmer{
	float:left;
	margin-left:112px;
}
.razmer p{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:19px;
	color:#333333;
	line-height:0;
	float:left;
	width:164px;
}
.razmer form{
	float:left;
	margin-left:22px;
}
.razmer form input{
	width:24px;
	height:24px;
	line-height:0;
	background:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#333333;
	vertical-align: middle;
    margin-top: 8px;
}
.razmer form input:hover{
	background:#fff;
	border:1px solid #000;
	cursor:pointer;
	vertical-align:middle;
}
.razmer form input:nth-child(1){
	font-size:12px;
}
.razmer form input:nth-child(2){
	font-size:15px;
}
.razmer form input:nth-child(3){
	font-size:18px;
}
.cvet{
	float:left;
	margin-left:74px;
}
.cvet p{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:19px;
	color:#333333;
	line-height:0;
	float:left;
	width:115px;
}
.cvet form{
	float:left;
	margin-left:22px;
}
.cvet form input{
	width:24px;
	height:24px;
	line-height:0;
	background:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#333333;
	font-size:14px;
	vertical-align: middle;
    margin-top: 8px;
}
.cvet form input:hover{
	vertical-align:middle;
	cursor:pointer;
}
.cvet form input:nth-child(1):hover{
	background:#fff;
	border:1px solid #000;
	
}
.cvet form input:nth-child(2):hover{
	background:#000;
	border:1px solid #000;
	color:#fff;
}
.cvet form input:nth-child(3):hover{
	background:#6dd3f5;
	border:1px solid #000;
}
.izobrazhenie{
	padding-top:8px;
	margin-left:36px;
}
.izobrazhenie form input{
	width:197px;
	height:24px;
	background:#fff;
	border:1px solid #000; 
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-align:center;
	margin-left: 30px;
}
.obich{
	float: right;
    margin-top: -37px;
    margin-right: 230px;
}
.obich form input{
	width:197px;
	height:24px;
	background:#fff;
	border:1px solid #000; 
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-align:center;
}
.slabvid{
	position:absolute;
	z-index:9999;
	right:20px;
	top:20px;
}
.slabvid form input{
	width:208px;
	height:24px;
	background:#0099cc;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-align:center;
}
.big h1{
	font-size:20pt;
}
.big #actual_date{
	font-size:12pt;
	margin-top:8px;
}
.maxbig h1{
	font-size:22pt;
}
.maxbig #actual_date{
	font-size:14pt;
	margin-top:0;
}
.black #hat{
	background:#000;
}
.white #hat{
	background:#fff;
}
.black img{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.white img{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.black h1, #actual_date{
	color:#fff;
}
.white h1, #actual_date{
	color:#000;
}
.white .dopmenu{
	background:#fff;
}
.black .dopmenu{
	background:#000;
}
.black p{
	color:#fff;
}
.black .razmer form input{
	color:#fff;
}
.black .cvet form input{
	color:#fff;
}
.big a{
	font-size:12pt;
}
.big h2{
	font-size:16pt;
}
.big #page_menu ul li span.selected{
	font-size:12pt;
}
.big p{
	font-size:14pt;
}
.big #horizontal-multilevel-menu td{
	font-size:12pt !important;
}
.big #main_menu ul li a{
	font-size:12pt !important;
}
.big #copyright{
	font-size:16pt;
}
.big #footer a{
	font-size:12pt;
}
.big #contacts{
	font-size:12pt;
}


.maxbig a{
	font-size:14pt;
}
.maxbig h2{
	font-size:18pt;
}
.maxbig #page_menu ul li span.selected{
	font-size:14pt;
}
.maxbig p{
	font-size:16pt;
}
.maxbig #horizontal-multilevel-menu td{
	font-size:13pt !important;
}
.maxbig #main_menu ul li a{
	font-size:14pt !important;
}
.maxbig #copyright{
	font-size:18pt;
}
.maxbig #footer a{
	font-size:14pt;
}
.maxbig #contacts{
	font-size:14pt;
}
.maxbig .razmer p{
	width:185px;
}
.maxbig .cvet p{
	width:130px;
}
.big li{
	font-size:14pt;
}
.big #innerPage_content_wide{
	font-size:14pt;
}
.maxbig li{
	font-size:16pt;
}
.maxbig #innerPage_content_wide{
	font-size:16pt;
}
.big #additional_info{
	font-size:14pt;
}
.maxbig #additional_info{
	font-size:16pt;
}
.big #innerPage_content table td, .big #innerPage_content_main table td{
	font-size:14pt;
}
.big button{
	font-size:14pt;
}
.maxbig #innerPage_content table td, .big #innerPage_content_main table td{
	font-size:16pt;
}
.maxbig button{
	font-size:16pt;
}
.big table font{
	font-size:14pt;
}
.maxbig table font{
	font-size:16pt;
}
.big p font{
	font-size:14pt;
}
.maxbig p font{
	font-size:16pt;
}
.big div.conf_date{
	font-size:14pt;
}
.maxbig div.conf_date{
	font-size:14pt;
}
.big ol{
	font-size:14pt;
}
.maxbig ol{
	font-size:16pt;
}
.big .text{
	font-size:14pt;
}
.maxbig .text{
	font-size:16pt;
}
.white #main_menu ul li div.separator{
	background:#000;
}
.white #main_menu #leftSide{
	background:#fff;
}
.white #main_menu #rightSide{
	background:#fff;
}
.white #horizontal-multilevel-menu, #horizontal-multilevel-menu ul{
	background:#fff;
}
.white #main_menu ul li a{
	color:#000;
}
.white #main_menu ul li{
	background:#fff;
}
.white a{
	color:#000;
}
.white .news-date-time{
	color:#000;
}
.white #nav_pageName{
	background:#fff;
}
.white #nav_pageName h2{
	color:#000;
}
.white #blue_stripe{
	background:#000;
}
.white #innerPage_header{
	background:#000;
}
.white h3, .white h4, .white h2{
	color:#000;
}
.white #footer a{
	color:#000;
}


.black #main_menu ul li div.separator{
	background:#000;
}
.black #main_menu #leftSide{
	background:#000;
}
.black #main_menu #rightSide{
	background:#000;
}
.black #horizontal-multilevel-menu, #horizontal-multilevel-menu ul{
	background:#000;
}
.black #main_menu ul li a{
	color:#fff;
}
.black #main_menu ul li{
	background:#000;
}
.black a{
	color:#fff;
}
.black .news-date-time{
	color:#fff;
}
.black #nav_pageName{
	background:#000;
}
.black #nav_pageName h2{
	color:#fff;
}
.black #blue_stripe{
	background:#fff;
}
.black #innerPage_header{
	background:#fff;
}
.black h3, .black h4, .black h2{
	color:#fff;
}
.black #footer a{
	color:#fff;
}
.black #innerPage_contentHolder{
	background:#000;
}
.black #page_menu{
	background:#000;
}
.black #footer{
	background:#000;
}
.black #navigation {
	background:#000;
}
.black #page_menu ul li span.selected{
	color:#fff;
}
.black #copyright{
	color:#fff;
}
.black #contacts{
	color:#fff;
}
.black{
	background:#fff;
}
.black #innerPage_header h2{
	color:#000;
}
.black li{
	color:#fff;
}
.black #innerPage_content_wide{
	color:#fff;
}
.black #additional_info{
	color:#fff;
}
.black #horizontal-multilevel-menu td{
	color:#fff !important;
}
.white #horizontal-multilevel-menu td{
	color:#000 !important;
}
.black table font{
	color:#fff;
}
.white{
	background:#000;
}
.white{
	background:#fff;
}
.white #horizontal-multilevel-menu .root-item-selected{
	background:#6c6c6c;
}
.black #horizontal-multilevel-menu .root-item-selected{
	background:#6c6c6c;
}
#normals{
	background:url(../images/f1.png) no-repeat center center;
}
#bigs{
	background:url(../images/f2.png) no-repeat center center;
}
#maxbigs{
	background:url(../images/f2.png) no-repeat center center;
}
.ok img{
	visibility:hidden;
}
.dopmenu{
	display:none;
}
.ok #main_container{
	background:none;
}
.ok .photo_frameInner{
	background-image:none;
}
.ok #innerPage_header{
	background-image:none;
}
.ok #hat{
	background-image:none;
}
.ok .rounding{
	background-image:none;
}
.ok .highlight{
	background-image:none;
}
.ok spine{
	background-image:none;
}
.ok .pages{
	background-image:none;
}
.ok .book_shadow{
	background-image:none;
}
.ok .spine{
	background-image:none;
}
.ok #hat_links div img{
	visibility:visible;
}
.ok #logotype img{
	visibility:visible;
}
.razmer form input{
	font-size: 0 !important;
}
.cvet form input{
	font-size: 0 !important;
}
#color:hover{
	background:url(/bitrix/templates/sudmed/images/f6.png) no-repeat center center;
}
#white:hover{
	background:url(/bitrix/templates/sudmed/images/f4.png) no-repeat center center;
}
#black:hover{
	background:url(/bitrix/templates/sudmed/images/f5.png) no-repeat center center;
}
#normals{
	background:url(/bitrix/templates/sudmed/images/f1.png) no-repeat center center;
}
#bigs{
	background:url(/bitrix/templates/sudmed/images/f2.png) no-repeat center center;
}
#maxbigs{
	background:url(/bitrix/templates/sudmed/images/f3.png) no-repeat center center;
}
#white{
	background:url(/bitrix/templates/sudmed/images/f4.png) no-repeat center center;
}
#black{
	background:url(/bitrix/templates/sudmed/images/f5.png) no-repeat center center;
}
#color{
	background:url(/bitrix/templates/sudmed/images/f6.png) no-repeat center center;
}
.white #main_menu{
	background:none;
}
.black #main_menu{
	background:none;
}
.black #horizontal-multilevel-menu{
	border: 1px solid #fff;
}
.white #horizontal-multilevel-menu{
	border: 1px solid #000;
}
.black #normals{
	background: url(/bitrix/templates/sudmed/images/f1.png) no-repeat center center, #fff;
}
.black #bigs{
	background: url(/bitrix/templates/sudmed/images/f2.png) no-repeat center center, #fff;
}
.black #maxbigs{
	background: url(/bitrix/templates/sudmed/images/f3.png) no-repeat center center, #fff;
}
.big #actual_date{
	margin-top:0;
}
.maxbig #actual_date{
	margin-top:-10px;;
}
.big #innerPage_content{
	font-size:14pt;
}
.big h3{
	font-size:14pt;
}
.maxbig #innerPage_content{
	font-size:16pt;
}
.maxbig h3{
	font-size:16pt;
}

@media only screen and (max-width: 1300px){
	.slabvid{
		margin-left:1040px;
	}
	.obich{
		margin-right:120px;
	}
}









