/*дата в короткой новости клендаря*/
.data_short {
	font-weight: bold;
	color:#FF4500;  
	font-size:110%;
    display: inline;  
    }
/*название brand*/
.brand {
    font-weight: bold;
    color: white;
	text-decoration: none;
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	white-space: nowrap;
}
.brand:focus, .brand:hover {
  color: white;
    text-decoration: none;
}

.row_width {
	padding-bottom:10px;
}

/*короткая новость одно название*/
.only_title-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.only_title-action:focus, .only_title-action:hover {
  color: #fff;
  text-decoration: none;
  background-color: #9ba9c9;
}
.only_title-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.only_title {
  position: relative;
  display: block;
  padding: 10px 20px 10px 20px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e6e7eb;
}
.only_title:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.only_title:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.only_title:focus, .only_title:hover {
  text-decoration: none;
}

/*верхнее меню*/
.main-menu {
    list-style: none;
    margin: 0;
    padding-top: 10px;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;    
     box-shadow: 0 2px 6px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main-menu > li {
    display: inline-flex; 
}
.main-menu > li + li {
    margin-left: 20px; 
}
.main-menu > li > a {
    padding: 0 0 20px 0;
    position: relative; 
    text-transform: uppercase;    
    color: #000;
    font-weight: bold;
    letter-spacing: 0.2px;
    font-size: 15px;
    text-decoration: none;    
}
.main-menu > li > a:hover {
    text-decoration: none;    
    color: #9B2D30;
}
.main-menu > li > a:after {
    width: 0;
    height: 3px;
    background-color: #9B2D30;
    content: '';
    left: 0;
    bottom: 10px;
    position: absolute;
    transition: all .3s; 
}
.main-menu > li > a:hover::after {
    width: 100%; 
}
.main-menu > li.active a:after {
    width: 100%; 
}
.main-menu li {
    margin: 0;
    white-space: nowrap; 
}
.main-menu li.menu-children {
    position: relative; 
    margin-right: 12px; 
}
.main-menu li.menu-children:after {
    position: absolute; 
    content: "\2039";
    color: #9B2D30;
    font-size: 20px;
    font-weight: bold;
    right: -12px;
    top: -2px;
    transform: rotate(-90deg);
}
.main-menu li li.menu-children:after {
    position: absolute; 
    content: "\2039";
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    right: 10px;
    top: 12px;
    transform: rotate(180deg);
}
.main-menu li.menu-children:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); 
}
.main-menu ul {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background-color: #587ca9;
    position: absolute;
    z-index: 20;
    min-width: 220px;
    top: 100%;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25); 
}
.main-menu ul li {
    display: block;
    padding: 0 10px;
    line-height: 1.1; 
}
.main-menu ul li:last-child {
    margin-bottom: 0; 
}
.main-menu ul li a {
    display: block;
    color: #fff; 
    padding: 10px;
    transition: all .3s; 
    text-decoration: none;    
}
.main-menu ul li a:hover {
    color: #000; 
    background: #9ba9c9;
    text-decoration: none;    
}
.main-menu ul ul {
    top: 0;
    left: 100%; 
} 
/*верхнее меню*/

/*теги*/
.tag_kurz {
	margin-top: 15px; 
    line-height: 2.5;
    white-space: nowrap;
}
.tag_kurz a {
    white-space: pre-line;
    text-transform: uppercase; 
    font-size: 80%;
    background:  #e87f2c;
    background-repeat: repeat-x;
    background-size: 100%;
    padding: 8px;
    border-radius: 3px;
    color: #FFF;
    text-decoration: none;
}
.tag_kurz a:hover {
    background:  #543632;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 9px 10px rgba(0,0,0,0.1);  
}
.tag_kurz div {
	text-indent: 30px; /* задаём отступ для первой строки текстового блока 40px */ 
}
/*теги*/
/*short_news*/
.card-img-top {
	border-top-left-radius: 8px; 
    border-top-right-radius: 8px; 
    width: 100%; 
    height:200px; 
    object-fit:cover; 
    object-position: top;     
}
.box_n {
	border-radius: 8px; 
    width: 100%; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 9px 10px rgba(0,0,0,0.1);     
}
.bn {
	font-size: 110%; 
    margin-top: -15px;     
}
.date_fill {
    background: #543632;     
    font-size: 16px;
    color: #FFF;
    height:25px;
	margin-top:-22px;
    padding-left:5px;
    } 
#items-text {
	overflow: hidden;
	position: relative;
	height: 120px;
	}
#items-text:after {
	content: "";
	text-align: justify;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 120px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
	pointer-events: none;
	}
.news_more:first-letter {
	text-transform: uppercase;
	}
.news_more {
	margin-bottom: 10px;
    bottom:0; 
    position: absolute; 
    padding-top:10px;
	}
.news_more a {
	text-transform: uppercase;
	color:#FF4500; 
	font-weight:bold; 
	padding-left:10px; 
	padding-bottom:7px; 
	font-size:90%;
	margin-bottom: 10px;
	}
/*short_news*/
/*short_3_col ----- short_3_col_desc*/
.city:first-letter {
    text-transform: uppercase;
}
.city {
	color:#FFA500; 
    font-weight:bold; 
    padding-left:10px; 
    padding-bottom:7px; 
    font-size:90%;    
}
/*short_3_col ----- short_3_col_desc*/

/*больше в катерогии меню слева*/
.more_cat_header {
    display: block;
    font-size:100%;
    border: 1px solid #587ca9; 
    background: #fff;
    margin: 3px 0;
    color: #000;
    padding: 5px 8px 2px 8px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}
.more_cat_header:focus, .more_cat_header:hover {
  color: #fff;
  text-decoration: none;
  background-color: #9ba9c9;
}

.events_news {
    display: block;
    font-size:100%;
    border: 1px solid #587ca9; 
    background: #fff;
    margin: 3px 0;
    color: #000;
    padding: 5px 8px 2px 8px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}
.events_news:focus, .events_news:hover {
  color: #fff;
  text-decoration: none;
  background-color: #9ba9c9;
}



/*аккардион меню категории*/
.accordion-group { 
    margin: 5px 0; 
}
.accordion-body {
    font-size: 14px;
    display: none;
    padding: 2px 5px;
    background: #FFF;
    border-radius: 5px;
    margin: 2px 0;
    border: 1px solid #587ca9;    
}
.accordion-body p {
    font-size: 14px;
    color:#587ca9;
    line-height: 18px;
    margin: 2px 0;
}
.accordion-body a {
    color:#e87f2c;
}
.accordion-body a:hover {
    color:#543632;
}
.accordion-body > * > .accordion-body {
    background: #FFF;
    margin: 0;
}
.accordion-header {
    font-size:90%;
    border: 1px solid #587ca9; 
    background: #fff;
    margin: 3px 0;
    color: #000;
    padding: 8px 30px 8px 8px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}
.accordion-header::after {
    content: "";
    right: 16px;
    font-family: Courier;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    position: absolute;
}
.accordion-header.open {
    background: #587ca9;
    color: #fff;
}
.accordion-header.open::after {
    content: "";
    color: #FFF;    
}
/*аккардион меню категории*/
/*сортировать*/
.sort-title span {
    font-family: Courier;
    font-size: 18px;
    line-height: 12px;
    color: #000;
    padding-left: 10px;
    font-variant: small-caps;
    display: block;
    text-align: center;
}
.sortn .sort {
    font-size: 0.8em;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    margin-top: 5px;
    justify-content: center;
}
.sortn .sort li {
    border-radius: 5px;
    padding: 5px 15px;
    background: #9B2D30;
    margin: 10px 5px;
    cursor: pointer;
}
.sortn .sort li:hover {background: #FF4500; box-shadow: 0 8px 16px rgba(0,0,0,0.1), 0 18px 20px rgba(0,0,0,0.1);}
.sortn .sort li a {color: #fff;}
.sortn .sort li.desc,
.sortn .sort li.asc {background: #4682B4;}
.sortn.dpad {margin-bottom: 20px;}
/*сортировать*/

/*реклама*/
.reclama {
	margin-top:10px; 
    margin-bottom:10px; 
    max-height: 150px;
    width: 100%;
}
/*реклама*/
/*short_intrst ---- short_signs*/
.sh_sings a:href {
	color: #6A5ACD; 
    }
.sh_sings {
	font-size:100%; 
    padding:10px;
    }
.sh_sings img {
     display: block;
    }

.short_view {
 	font-size:100%; 
    padding:10px;   
}
.short_view a {
     text-decoration: underline; /* Ссылка подчеркнутая и надчеркнутая */
     color: #e87f2c; /* Цвет ссылки */
}

.full a {
     text-decoration: underline; /* Ссылка подчеркнутая и надчеркнутая */
     color: #e87f2c; /* Цвет ссылки */
}


/*short_intrst ---- short_signs*/
.box {
    margin-right:0px;
    margin-left:0px;
	background: #fff;
    border-radius: 8px; 
    margin-bottom:10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1), 0 9px 10px rgba(0,0,0,0.1);
}

.title_birth { 
    font-size: 18px;
    margin-bottom:25px; 
    text-align: center;
    text-transform: uppercase;
	border-top-left-radius: 8px; 
    border-top-right-radius: 8px;
    padding: 5px;
    font-weight: bold;
    width: 100%; 
    position:relative; 
    }
.title_birth h1 { 
	font-size: 18px;    
}
.brn { /*коричневый цвет*/
    background: #543632; 
    color: #FFF;
    }
.sea_wave { /*кцвет морской волны*/
	background: #587ca9; 
    color: #FFF;
    }
.or { /*оранжевый цвет*/
    background: #e87f2c; 
    color: #FFF;
    }
.sea_blue {
    background: #9ba9c9; 
    color: #FFF;    
}
.blue_dark {
    background: #064d82; 
    color: #FFF;    
}
.name_days_calend {  /*заголовок именины в календаре*/
	margin-top:5px;
	margin-bottom:15px;
    font-size: 16px;
    color: #FF4500;
    font-weight: bold;

    }
.name_1_calend {
	margin-top:5px;
	margin-bottom:5px;    
    width:35%; 
    float:left; 
    display: inline; 
    padding-left:-15px;
    }
.name_2_calend {
	margin-top:10px;
	margin-bottom:10px;    
	width:65%; 
    float:left;
    display: inline;
    padding-top: 5px; 
    padding-right:5px; 
    }
.date_ncal {
    border-left: 8px solid #1164B4; 
    margin-left:5px; 
    margin-right:5px; 
    margin-bottom:10px; 
    background: #fff; 
    padding: 5px; box-shadow: 0 8px 16px rgba(0,0,0,0.4), 0 18px 20px rgba(0,0,0,0.3);
    }
.days_name { /*заголовок календаря событий*/
    text-transform: uppercase;
	margin-top:5px;
	margin-bottom:3px;
    font-size: 16px;
    padding: 5px 10px;
    background: #fff;
    color: #FF4500;
    font-weight: bold;
    border-left: 10px solid #FF4500; 
    border-bottom: 1px solid #FF4500;
    width: 100%; 
    position:relative;
    }
.show-more_main a {
    display: inline-flex;
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    line-height: 10px;
    padding: 10px 20px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #337AB7;
    cursor: pointer; 
    border: 2px solid #BFE2FF;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 8px 16px rgba(0,0,0,0.4), 0 18px 20px rgba(0,0,0,0.3);
}
/*fullstory*/
#rec_full {
    position: sticky;
    top:0;
    height: 50px;
    background: #FFF;
    }
.card-textf text 
    {
    padding-left:15px; 
    padding-right:15px;
    }
.full-link a {
    font-weight:bold;
    font-style: italic;
    color:#FF4500;
    text-decoration: underline #FF4500 dashed;
}
.hr_bottom { /*тень под дполнительными новостями*/
    height: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    background-image: radial-gradient(farthest-side at 50% -50%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    position: relative;
    border: none;
}
.hr { /*тень под заголовком*/
    height: 15px;
    margin-top: -25px;
    margin-bottom: 5px;
    width: 100%;
    background-image: radial-gradient(farthest-side at 50% -50%, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    position: relative;
    border: none;
}
.days_name_title {
    text-transform: uppercase;
	margin-top:5px;
	margin-bottom:3px;
    font-size: 16px;
    padding: 5px 10px;
    background: #fff;
    color: #FF4500;
    font-weight: bold;
    border-left: 10px solid #FF4500; 
    border-bottom: 1px solid #FF4500;
    width: 100%; 
    position:relative;
    }
.title_fill {
	margin-top:5px;
	margin-bottom:3px;
    font-size: 24px;
    padding: 5px 10px;
    background: #fff;
    color: #064d82;
    font-weight: bold;
    border-left: 0px solid #587ca9; 
    border-bottom: 1px solid #587ca9;
    width: 100%; 
    position:relative;
    }   
/*fullstory*/

/*карусель*/
.gallery { 
	padding: 3px;
	display: grid;
	grid-template-columns: repeat(100, 80%); /*количество новостей и ширина новости*/
	grid-template-rows: 1fr;
	grid-column-gap: 5px; /*расстояние между строками*/
	grid-row-gap: 1rem; /*расстояние между колонками*/
	overflow-x: auto;
	height: 280px;
	scroll-snap-type: x mandatory;
	scroll-padding: 10px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}
.active {
	scroll-snap-type: unset;
}
li {
	scroll-snap-align: center;
	display: inline-block;
	border-radius: 3px;
}

/*карусель*/
#wrapper { 
    padding-top:15px;
  width: 100%;
  position: relative;

}
#carousel {
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    -webkit-overflow-scrolling: touch;
}
#carousel::-webkit-scrollbar {
  height: 0;
}
#prev,
#next {
  display: flex;
  justify-content: center;
  align-content: center;
  background: white;
  border: none;
  padding: 8px;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
  position: absolute;
    box-shadow: 0 1px 1px rgba(0,0,0,0.6), 0 1px 1px rgba(0,0,0,0.6);
}
#prev {
  top: 50%;
  left: -15px;
  transform: translate(50%, -50%);
  display: none;
  opacity: 0.7;
}
#next {
  top: 50%;
  right: -15px;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
    #next:hover {
  opacity: 1.0;
         box-shadow: 0px 0px 19px -2px #000000;
}
    #prev:hover {
  opacity: 1.0;
 box-shadow: 0px 0px 19px -2px #000000;
}
#cont {
  display: grid;
  grid-column-gap: 5px;
  grid-auto-flow: column;
  margin: auto;
  box-sizing: border-box;
}
.item {
  width: 190px;
  height: 210px;
}

.show_more_link a {
    display: inline-flex;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    line-height: 8px;
    padding: 10px 20px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #543632;
    cursor: pointer; 
    border-radius:8px;
    border: 1px solid #FFF;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1), 0 18px 20px rgba(0,0,0,0.1);
    }
.show_more_link a:hover {
     background: #587ca9;   
    }
.shad {
	width: 100%; 
    height:auto; 
    border-radius: 8px; 
    margin-left:5px;
    margin-right:5px;
    margin-top:15px; 
    margin-bottom:15px; 
    padding: 5px;
	background: #FFF; box-shadow: 0 8px 16px rgba(0,0,0,0.4), 0 18px 20px rgba(0,0,0,0.3); 
}
/*short_right*/
.box_line { 
    width: 100%; 
    height:120px; 
    border-radius:8px; 
    margin-bottom:15px; 
	background: #FFF; box-shadow: 0 4px 8px rgba(0,0,0,0.3), 0 9px 10px rgba(0,0,0,0.1);
}
.box_line_img {
	float:left; 
    display: inline; 
    border-radius: 8px; 
    height:150px;    
	}
.box_line_img img {
	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-left:-8px;  
    height:120px; 
    object-fit:cover;     
	}
.box_line_title {
	margin-left:-30px;  
    padding-bottom:5px; 
    float:left; 
    display: inline; 
    font-size:80%;
    overflow: hidden;
	}
.box_line_cat {
	font-size:90%; 
    margin-left:-8px; 
    border-top-right-radius: 8px;  
	border-bottom-left-radius: 8px;
    height:20px; 
    margin-top:-50px; 
    background: #587ca9; 
    color:#FFF;    
	}

/*short_right*/
#items-text {
	overflow: hidden;
	position: relative;
	height: 120px;
	}
#items-text:after {
	content: "";
	text-align: justify;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 120px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
	pointer-events: none;
	}
.news_more:first-letter {
	text-transform: uppercase;
	}
.news_more {
	margin-bottom: 10px;
	}
.news_more a {
	text-transform: uppercase;
	color:#FF4500; 
	font-weight:bold; 
	padding-left:10px; 
	padding-bottom:7px; 
	font-size:90%;
	margin-bottom: 10px;
	}

/*calend*/
.month_year {
	margin-top:30px;
    margin-bottom:30px;
	}
.calendar {
  margin: 0 auto;
  border: 1px solid #587ca9;
  position: relative;
  margin-bottom:8px;
  max-width: 250px;
  min-width: 250px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 9px 10px rgba(0,0,0,0.1);
	}
.month {
    background-color: #587ca9;
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    }
.month H4 {
    font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 2px 2px rgba(#000, 0.2);
    }
.calendar__picture {
  position: relative;
  height: 200px;
  padding: 20px;
  color: #fff;
  text-shadow: 0 2px 2px rgba(#000, 0.2);
  box-sizing: border-box;
  &::before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(#000, 0.25), rgba(#000, 0.1));
  }
  h2 {
    margin: 0;
  }
  h3 {
    margin: 0;
    font-weight: 500;
  }
}
.calendar__date {
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25px, 1fr));
  grid-gap: 5px;
  box-sizing: border-box;
}
.calendar__month {
  padding: 20px;
  grid-gap: 5px;
  box-sizing: border-box;    
  grid-template-columns: repeat(auto-fit, minmax(25px, 1fr));  
    }
.calendar__day {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  font-weight: 600;
  color: #262626;
  &:nth-child(7) {
    color: #ff685d;
  }
}
.month_number {
	align-items: center;
	justify-content: center;
	margin: 2px;
	border: 1px solid #BFE2FF;
	height: 25px;
	width: 75px;
	color: #262626;
	float:left; 
	display: inline;     
    }
.month_number:hover {
    background-color: #e87f2c;
	color: #fff;
    }
.calendar__number:hover {
    background-color: #e87f2c;
	color: #fff;
    }
.calendar__number {
	border: 1px solid #BFE2FF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  color: #262626;
  &:nth-child(7n) {
    color: #ff685d;
    font-weight: 700;
  }
  &--current,
  &:hover {
    background-color: #009688;
    color: #fff !important;
    font-weight: 700;
    cursor: pointer;
  }
}
/*calend*/
/*calend по месяцам*/
.month_month {
    background-color: #587ca9;
    padding: 5px 10px;
    position: relative;
    font-size: 1.0em;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 2px 2px rgba(#000, 0.2);
    }
.month_all a {
	align-items: center;
	justify-content: center;
	margin: 2px;
	border: 1px solid #BFE2FF;
	height: 25px;
	width: 75px;
	color: #262626;
	float:left; 
	display: inline;     
    }
.month_all a:hover {
    background-color: #e87f2c;
	color: #fff;
    }
/*calend по месяцам*/


 .show-more_link a {
    display: inline-flex;
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    line-height: 8px;
    padding: 10px 20px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #FF4500;
    cursor: pointer; 
    border-radius:8px;
    border: 1px solid #FFF;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 8px 16px rgba(0,0,0,0.4), 0 18px 20px rgba(0,0,0,0.3);
    }
.show-more_link a:hover {
     background: #9B2D30;   
    }

.date_month { /*календарь событий по месяцам_старый*/
    font-size: 18px;
    padding: 5px 20px;
    color: #FFF;
    font-weight: bold;
    border-left: 8px solid 	#587ca9; 
    background: #9ba9c9;
    }
.hr {
    height: 10px;
    margin-top: -25px;
    margin-bottom: 5px;
    width: 100%;
    background-image: radial-gradient(farthest-side at 50% -50%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    position: relative;
    border: none;
}
.name_days {
	margin-top:5px;
	margin-bottom:15px;
    font-size: 16px;
    padding: 5px 10px;
    color: #FF4500;
    font-weight: bold;
    border-left: 5px solid 	#587ca9; 
    border-bottom: 1px solid #587ca9;
    }
.name_1 {
	margin-top:10px;
	margin-bottom:10px;    

    width:28%; 
    float:left; 
    display: inline; 
    padding-left:10px;
    }
.name_2 {
	margin-top:10px;
	margin-bottom:10px;    

	width:72%; 
    float:left;
    display: inline;
    padding-top: 5px; 
    padding-right:5px; 
    }
.days_name_title {
    text-transform: uppercase;
	margin-top:5px;
	margin-bottom:3px;
    font-size: 16px;
    padding: 5px 10px;
    background: #fff;
    color: #FF4500;
    font-weight: bold;
    border-left: 10px solid #FF4500; 
    border-bottom: 1px solid #FF4500;
    width: 100%; 
    position:relative;
    } 
.monfull {
    border-left: 5px solid 	#064d82; 
    margin-left: 2px;
    margin-right: -2px;
    margin-bottom: 10px;
    background: #FFF;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3), 0 9px 10px rgba(0,0,0,0.1);
    }
.mondays {
	float:left; 
    display: inline;   
    margin: auto;
    padding: 5px;
    background: #9ba9c9;
    color:#FFF;
    }
.monstory {
	float:left; 
    display: inline;
	margin-top: 5px;
    padding-right:5px; 
	padding-bottom:5px;
    }
/*календарь событий по месяцам*/
/*краткая новость биографии и имена*/
.days_name {
    text-transform: uppercase;
	margin-top:5px;
	margin-bottom:15px;
    font-size: 16px;
    padding: 5px 10px;
    background: #fff;
    color: #FF4500;
    font-weight: bold;
    border-left: 10px solid #FF4500; 
    border-bottom: 1px solid #FF4500;
    height: 30px; 
    width: 100%; 
    position:relative;
    }
.head_name {
    width: 165px; 
    float:left; 
    display: inline; 
    padding-left:5px; 
    padding-right:5px; 
    margin-top:15px: 
    margin-bottom:15px; 
    }
.mind  {
    height: 240px; 
    border-radius: 8px; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.4), 0 4px 8px rgba(0,0,0,0.3);
    background: #FFF; 
    margin-bottom:15px;
    }
.prof_name {
	text-align: center;
    margin-top:10px;
    font-size: 10px;
    color: #FF4500;
    height:25px;
    }
/*краткая новость биографии и имена*/
/*каталог биографии и имена*/
.biogr_catalog {
  border: 4px solid #587ca9;
  position: relative;
  margin-bottom:8px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0,0,0,0.4), 0 18px 20px rgba(0,0,0,0.3);
  vertical-align:middle;
  text-align:center;
  background: #fff; 
}
.name_cont {
  margin-left:10px;
  margin-top:45px;
  position: relative;
  margin-bottom:8px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.title_biogr {
    text-transform: uppercase;
    background-color: #587ca9;
    padding: 5px 10px;
    position: relative;
    }
.title_biogr H4 {
    font-size: 1.2em;
	font-weight: bold;
	color: #fff;
    }
.letter_number {
	align-items: center;
	justify-content: center;
	margin: 2px;
	border: 1px solid #BFE2FF;
	height: 25px;
	width: 25px;
	color: #262626;
	float:left; 
	display: inline;     
    }
.letter_number:hover {
    background-color: #B00000;
	color: #fff;
    }
.str_name {
    margin-left: 10px;
   float:left; 
    display: inline;
    }
/*каталог биографии и имена*/