/* Законопроекты и постановления */

.card-status {
	margin-bottom: 10px;
}

.card-status__name-green {
	color: #56ae4d;
}

.card-status__name-red {
	color: #a63d3d;
}

/* Заседания */

.video-js {
	width: 100% !important;
}

/* Депутаты */

.card--deputy-photo {
	height: 200px;
	margin-bottom: 20px;
}

.section--service-deputies .card--link {
	text-align: center;
}


/* Карта с депутатами */

.map{
    position: relative;
    max-width: 1050px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.map-info{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.map-img{
    width: 100%;
}

.map_svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.map_path{
    fill: #68769E;
    opacity: 0;
    display: flex;
    cursor: pointer;
}

.map_path:hover{
    opacity: .3;
    transition: .3s;
}

.map-desc__count {
	color: #1b8aef;
	font-size: 1rem;
	font-weight: 800;
}

.info_panel {
    padding: .3em;
    font-size: .8em;
    font-family: Helvetica, Arial, sans-serif;
    position: absolute;
    min-width: 200px;
    padding: 16px 20px 20px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(31, 47, 61, 0.2) 0px 2px 2px;
    transition: transform 0.3s ease 0s;
    z-index: 1000;
}

.info_panel::before{
    position: absolute;
    display: block;
    content: "";
    bottom: calc(-7px);
    border-width: 8px 8px 0px;
    border-style: solid;
    border-color: rgb(255, 255, 255) transparent transparent;
    left: 43%;
    transform: translateX(-50%);
}

.info_panel::first-line {
    font-weight: bold;   
}

.map-title{
	font-size: 1.1rem;
}

.show {
    opacity: 1;
}

.ryaz-line{
	display: block;
	width: 8%;
    height: 3%;
    position: absolute;
    top: 37.5%;
    left: 27.5%;
    border-bottom: 2px #606881 dotted;
	transition: 0.3s;
	z-index: 999;
}
.ryaz-line:hover{
	border-bottom: 2px #606881 solid;
}
#map-ryazan-gor{
    fill: #68769E;
    opacity: 0;
    display: flex;
    cursor: pointer;
}

/* Страница "Законы" */

.form-select-complex-date {
    width: 49%;
}

/* Gianit */
.txtlogo {
font-size: 20px;
font-weight: 500;
text-decoration: none;

color: #3b4357;
}

.txtlogo:hover { 
    text-decoration: none !important;  
color: #3b4357;
   }

.toplilmenu{
color: white;
}
.toplilmenu:hover .a{ 
    text-decoration: none; 
color: white;
   }

a:hover{ 
    text-decoration: none; 

   }

.blueback {
background-color:#1874b9;
}

.deputmain {
	margin: 0 35% 0 10px;
	padding-top: 20px;
}

.frac {
	margin: 0 10px;
	padding-top: 20px;
}

@media (max-width: 992px){
	.deputmain,
	.frac{
		margin-top: 0px;
		padding-top: 13px;
	}
	.frac{
		margin-left: 5%;
		padding-top: 13px;
	}
	.all-news{
		top: 0 !important;
	}
	.tree-nav>.tree-nav__item>.tree-nav__title>.tree-nav__link{
		font-size: 1.25rem;
	} 
	.header{
		position: relative;
	}
	.open-offcanvas{
		position: absolute;
		top: 10%;
		right: 0;
	}
	.top-header-logo-title{
		padding-right: 15px;
	}
	.navbar-brand{
		display: none !important;
	}
	.top-header-link{
		font-size: 1rem;
	}
}

/* Блок после слайдера 

.threecol{
    background-color: #F3F6FA;
}*/
.threecol-item{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.threecol-area-content{
    background-color: #fff;
    padding:  0 10px;
}
.threecol-area-content h2{
    margin-top: 15px;
    font-size: 1.6rem;
}
.threecol-area-content img{
    margin-bottom: 15px;
}
.threecol-area-link,
.threecol-area-link li{
    padding-left: 0 !important;
	margin-bottom: 0;
}
.threecol-area-link.second{
	transform: translate(0, -30%);
	opacity: 0;
	transition: .5s;
	animation: ShowHide .2s ease-in-out forwards;
}
.threecol-area-link.second li:first-child{
	border-top: none;
}
.threecol-area-link.hide{
	display: none;
}
.threecol-area-link li{
    margin-bottom: 0 !important;
    padding: 0.5rem !important;
    border-top: 1px rgba(54, 54, 54, 0.1) solid;
	list-style: none;
}
.threecol-area-link li:last-child{
	border-bottom: 1px rgba(54, 54, 54, 0.1) solid;
}
.threecol-area-link li::marker{
    content: none !important;
}
.threecol-area-link a{
    font-weight: 500;
    color: #235e9e;
    text-decoration: none;
}
@keyframes ShowHide{
	0% {
		opacity: 0;
		transform: translate(0, -30%);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

.redactorem {
 max-width: 42rem;
}

/*Стрелки под ссылками*/
.arrow-4 {
    position: relative;
    cursor: pointer;
    margin: 15px auto;
    width: 33px;
    height: 25px;
	animation: topBottom 1.5s ease-in-out infinite alternate running 0s none;
}
.arrow-4-left {
    position: absolute;
    background-color: transparent;
    top: 10px;
    left: 0;
    width: 20px;
    height: 3px;
    display: block;
    transform: rotate(35deg);
    float: right;
    border-radius: 2px;
}
.arrow-4-left:after {
    content: "";
    background-color: #1874b9;
    width: 20px;
    height: 3px;
    display: block;
    float: right;
    border-radius: 6px 10px 10px 6px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
}
 
.arrow-4-right {
    position: absolute;
    background-color: transparent;
    top: 10px;
    left: 15px;
    width: 20px;
    height: 3px;
    display: block;
    transform: rotate(-35deg);
    float: right;
    border-radius: 2px;
}
.arrow-4-right:after {
    content: "";
    background-color: #1874b9;
    width: 20px;
    height: 3px;
    display: block;
    float: right;
    border-radius: 10px 6px 6px 10px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
}
.open .arrow-4-left:after {
    transform-origin: center center;
    transform: rotate(-70deg);
}
.open .arrow-4-right:after {
    transform-origin: center center;
    transform: rotate(70deg);
}
@keyframes topBottom{
	0% {
		transform: translate(0, 0) scale(1);
	}
	100% {
		transform: translate(0, 15px) scale(1.2);
	}
}




.border-primary {
border-color: #051945 !important;
}

.navbar.navbar--main .navbar-brand {
padding: 0 0.5rem 0 0;
}

.nav-main .nav-link {
font-size: 1.1rem;
font-weight: 500;
}

.nav-megamenu__link {
    font-size: 1rem
}

.nav-wrap .nav-link {
    font-weight: 500;
}

.btn-primary {
    color: #fff;
    background-color:#235e9e;
    border-color: #235e9e;
}

.lilsvg {
    width: 26px;
    height: 20px;
    margin-left: -23px;
    color: #3b4357;
}

/*Calendar*/
#calendarWrapper {
    display: block;
    margin-bottom: 25px;
}
#calendarWrapper table{
	width: 100%
}
#eventsCalendar .DynarchCalendar-navBtn div {
    color: #333 !important;
}
#eventsCalendar .DynarchCalendar-title div {
    font: bold 20px/20px 'OpenSansLight' !important;
    color: #333 !important;
}
#eventsCalendar .DynarchCalendar-dayNames div {
    font: bold 10px/10px Tahoma, Arial, Helvetica, sans-serif !important;
}
#eventsCalendar .DynarchCalendar-day {
    font: bold 12px/12px Tahoma, Arial, Helvetica, sans-serif !important;
}
#eventsCalendar .DynarchCalendar-day-othermonth {
    color: #9F9F9F;
}
#eventsCalendar .DynarchCalendar-day-othermonth.DynarchCalendar-weekend {
    color: #9F9F9F;
}

.all-news{
    position: relative;
    top: 10px;
    text-decoration: none;
	font-size: 1.25rem;
	color: var(--bs-primary);
	z-index: 999;
}

.card.card--teaching-staff {
font-size: 1.3rem;
}

.map-widget-layout-view {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                pointer-events: none;
                display: none !important;
                flex-direction: column
}
.zoom-control {
  display:none!important;
}
.zoom-control__group {
  display:none!important;
}

map-widget-layout-view__zoom-controls {
  display:none!important;
}

.krug {
	margin: 0 0 20px 0;
	padding: 0;
	padding-left: 0 !important;
}
.krug li {
	list-style: none;
	background-image: url(/upload/krug.png)!important;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	margin: 2px 0;
	padding: 0 0 5px 30px !important;
}
.krug li::marker {
	content: inherit !important;
}

.nca-cookiesaccept-line.style-2{
background-color: rgb(36 94 158)!important;
}

@media only screen and (orientation: portrait) and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) { 
	.nca-cookiesaccept-line {
    font-size: 10px;
}
}


.cookbtn{
    border-radius: 5px;
    border: 1px solid #000;
    padding: 10px 20px;
    background: white;
    font-size: 2em;
    cursor: pointer;
}

.ya_map {
	font-family: arial;
	font-size: 12px;
	color: #454545;
}
 
#rzn {
	width: 100%;
	height: 500px;
}

#nca-cookiesaccept-line-accept-btn{
	display: inline-block;
    font-weight: 400;
    line-height: 1.625;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
	border-color: #fff;
    padding: 0.75rem 1.375rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#nca-cookiesaccept-line-accept-btn:hover {
    background-color: #0d52b8;
}

/*Цитаты*/

.blockquote-6 {
	background-color: #fff;
	border-left: 6px solid #B1B4BE;
	font-style: italic;
	margin: 16px;
	padding: 16px 24px;
	position: relative;
}
.blockquote-6:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -6px;
	height: 40px;
	background-color: #fff;
	width: 6px;
	margin-top: -1em;
}
.blockquote-6:after {
	content: "”";
	position: absolute;
	top: 50%;
	left: -20px;
	color: #235E9E;
	font-size: 50px;
    font-family: Times, sans-serif;
    font-weight: bold;
	line-height: 30px;	
}
.blockquote-6 cite {
	font-style: normal;
    color: #235E9E;
    font-size: 1.3rem;
    padding-top: 10px;
	display: block;
	text-align: right;
}
.blockquote-6 p{
	margin-bottom: 0;
}

.pagination{
	margin: 25px auto;
}

.topbar.blueback{
	background-color: #F4F7FB;
}
.topbar.blueback a{
	color: #3b4357 !important;
}
.topbar.blueback .navbar.navbar--main{
	height: 2.25rem;
	background-color: rgba(24,116,185, 0);
}
.topbar.blueback .border-start{
	border-left: 1px solid #3b4357 !important;
}


/*Top Header*/
.top-header-logo-title span{
	font-size: 20px;
	font-weight: 500;
}
.top-header-link-block a{
	color: #333;
	text-decoration: none;
}
.top-header-link-block a:hover{
	text-decoration: underline;
}
.top-header-link-item svg{
	margin: 5px 5px 5px 0;
}
/* End */

@media only screen and (orientation: portrait) and (min-device-width: 768px) and (max-device-width: 1600px)  { 
.mainslider__title {
      font-size: 1.7rem; }
}

.fontblue {
color: var(--bs-primary)
}