body > * {
    position: relative;
}
h1 {
	font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 48px;
line-height: 120%;
}
h2 {
		font-family: 'Inter';
font-style: normal;
font-weight: 600;
}
p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
	margin: 0;
	    
}

section {
	margin: auto;
}
.wrapper {
	max-width: 1356px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	        padding-left: 2.0625rem;
        padding-right: 2.0625rem;
}
.block1 {
	    
    width: 100%;
    
}
.block1 h1 {
	max-width: 46rem;
	margin-bottom: 0;
	margin-top: 0;
}
.label2-text {
	    width: 200px;
}
.block1 p {
	    font-size: 1rem;
    line-height: 1.5;
}
.leftside_intsrt {
	    width: 17rem;
    min-width: 17rem;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.instinner {
	    width: 100%;
    min-width: 100%;
    overflow: hidden;
    position: sticky;
    top: 5.4375rem;
    transform: translate3d(0px, 0px, 0px);
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.inst2 {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    padding: 1.5rem;
    border-radius: 1.5rem;
    overflow: hidden;
}
.red {
	    color: #CC0029!important;
}
.btn1 {
	        padding-top: 0.8125rem;
        padding-left: 1.1875rem;
        padding-right: 1.1875rem;
        padding-bottom: 0.8125rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25;
        background-color: #003099;
        border-color: #003099;
        color: white;
		    border-radius: 0.5rem;
    border: 0.0625rem solid currentColor;
	display: inline-flex;
    -webkit-box-pack: center;
	    justify-content: center;
		align-items: center;
		cursor: pointer;
		    text-decoration: underline;
}
.btn1:hover {
        background-color: #0043BF;
        border-color: #0043BF;
        color: white;
    }
.gap30 {
	gap: 30px;
}	
.gap20 {
	gap: 20px;
}
.gap1rem {
	gap: 1rem;
}
.blockinner {
	    display: flex;
    flex-direction: column;
    gap: 1rem;
	    padding: 1rem;

}
.gr10 {
	    display: flex;
    justify-content: space-between;
    padding-right: 5px;
}
.gr10 h3 {

}
.startnotif {
	display: none;
}
.white {
	background-color: #E6E9ED;
    box-sizing: border-box;
    max-width: 60rem;
	    margin-left: auto;
    margin-right: auto;
	        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 2rem;
        padding-top: 2rem;
        border-radius: 1.5rem;
}
.cell{
	width: 8rem;
}
.cell2{
	width: 13rem;
}
.inst2 ol {
	gap: 1rem;
	display: flex;
	flex-direction: column;
}
.block2 h2 {
        font-size: 1.625rem;
        line-height: 1.23;
		    margin-top: 0;
}
.block2 p {
	    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    font-size: 1.125rem;
	    color: #13151A;
}
.notification {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.innernotif {
	        padding-top: 1.25rem;
        padding-right: 2rem;
        padding-bottom: 1.25rem;
        padding-left: 1.25rem;
		border-color: #DEEDFF;
    border-left-color: #DEEDFF;
    background-color: #DEEDFF;
    position: relative;
    max-width: 45.25rem;
    border-width: 0.0625rem;
    border-left-width: 0.0625rem;
    border-radius: 0.75rem;
}
.innernotif svg {
	    width: 3.5rem;
    height: 3.5rem;
	        margin-right: 1rem;
}
.innernotif p {
	 
    font-size: 1rem;
    line-height: 1.5;
	    font-weight: 600;
}
.accordion {
box-sizing: border-box;
    width: 100%;
    height: 68px;
    background: #EFF3FA;
    border: 1px solid #91949E;
    border-radius: 15px;
    font-family: 'Inter';
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}
.blockinner h4 {
	margin:0;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
      padding-bottom: 30px;
}
.acc {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.bordacc {

    padding: 1.25rem;
    border-radius: 10px;
    font-weight: 600;
}
.panelm {
	height: 9rem;
    margin-bottom: 1rem;
		        margin-right: 1rem;
				display: flex;
    padding: 1rem;
	flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #F5F6F7;
    border-radius: 0.75rem;

    width: 100%;

}
.panelb {
		height: 9rem;
    margin-bottom: 1rem;
		        margin-right: 1rem;
				display: flex;
    padding: 1rem;
	flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #F5F6F7;
    border-radius: 0.75rem;

}
.sptext {
	font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
	cursor: pointer;
}
.downcard {
	    justify-content: space-between;
	align-items: center;
}
.header_left_block { 
    width: calc(100% - 334px);
    position: relative;
} 
.header_logo {
	    background-image: url(/assets/img/logo.svg);
    background-size: cover;
    width: 356px;
    height: 265px;
    position: absolute;
    right: 0;
    top: 0;
}
.header_container {
	    display: flex;
    width: 100%;
    height: 620px;
    margin-bottom: 72px;
	gap: 24px;
}
.right-block {
    width: 334px;

	height: 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);

}
.right-block h2{
	margin-top: 32px;
	margin-bottom: 24px;
	
}	
.header_img  {
	    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	    box-sizing: border-box;
}
.header_menu_district label{
    color: #fff;
    text-decoration: none;
    font-size: 39px;
    line-height: 49px;
    font-family: "Inter";
    font-weight: 700;
    border-bottom: 2px dashed #7DD5F7;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
	cursor: pointer;
}
.header_menu {
    width: 320px;
    height: 320px;
    background-color: #25A8D9;
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 44px 32px 40px; 
	    align-self: end;
}	
.header_menu_district_popup {
	display: none;

    padding: 32px 0 16px 40px;
    top: 32px;
    margin-bottom: 60px !important;
	    top: -300px;
    z-index: 10;
    width: 780px;
	    position: relative;
		    background: #fff;
	opacity: 0;
    margin: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    text-align: left;
    vertical-align: middle;

  transition: opacity .25s ease;
	
}
.header_menu_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    bottom: 40px;
}
.header_menu_list ul li:after {
    content: "|";
    color: #fff;
    margin: 0 12px;
}
.afisha_more:after, .card-modal__gallery .slick-arrow:before, .header_menu_list ul li:last-child:after, .header_right_block_wrap:after, .map-search-wrap:after, .media-about__bg:before, .media-counters__item:before, .media-page-col .media-item:hover:not(.media-item_border):before, .media-page-col .media-item_3d:before, .media-page-col .media-item__bg__photo::before, .media-page-col .media-item_border .media-item__content__forward, .media-page-col .media-item_survey .media-item__content:after, .media-page-col>.media-item_v::after, .media-page-col>div::after, .moi-dominant-pic-divider::after, .moi-mob-popip-district div:before, .moi-mobile-map:before {
    content: "";
}
.header_menu_list a {
    font-size: 18px;
    line-height: 26px;
    color: #A1E5FE;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.header_menu_district_popup_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 2150px;
    min-height: 400px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding-right: 16px;
}
.header_menu_district_popup_list ul {
    list-style: none;


	box-sizing: border-box;
	    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex-direction: column;
    padding-right: 14px;
	padding-left: 0;
}
.header_menu_district_popup_list li:first-child {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    font-family: "Inter";
	margin-bottom: 8px;
}
.header_menu_district_popup_close {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/assets/img/close.svg) center no-repeat;
    position: absolute;
    right: 14px;
    top: 24px;
}
.header_menu_district_popup_list a {
    color: #0C1014;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 400;
}
.datenews {
	    color: #6A6E72;
    letter-spacing: 0.6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 3px;
}
.newscard p {
	    color: #0c1014;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
	    margin-bottom: 13px;
}
.tegnews {
	color: #0848c0;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}
.gap24 {
	gap:24px;
}
.block2 {
	    background: #F3F5F7;
		    justify-content: space-between;
    overflow-wrap: anywhere;
    text-decoration: none;
    font-weight: 400;
    color: #0C1014;
	    border-radius: 24px;
    padding: 20px;

}
.rightrow img {

	object-fit: cover;
	        width: 412px;
        height: 412px;
}
.left2 {
	width: 100%;
		padding: 24px;
		    justify-content: space-around;
}
.label2 span {
	    display: inline-block;
    font-family: Lato, sans-serif;
    color: #fff;
    background: #D10071;
    padding: 4px 16px;
}
.blcontent h2 {
	        font-size: 32px;
        line-height: 40px;
        margin-bottom: 16px;
		font-weight: 700;
}
.blcontent p {
	        font-size: 18px;
        line-height: 28px;
        margin-bottom: 16px;
		font-weight: 400;
}
.leftblock3 {
	width: calc(66.6666666667% - 10px);
	    background: #25A8D9;
    position: relative;
    padding-top: calc(50% + 296px -(100% - 32px) / 4);
    margin-bottom: 32px;
}
.rlogo img{
	    width: 104px;
    height: 104px;
	   
}
.rlogo {
	 padding: 4px;
}
.bl3content h2 {
	    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 16px;
}
.bl3content p {
	color: #fff;
	width: 90%;
    font-size: 18px;
    line-height: 26px;
}
.leftblock3r {
	gap: 24px;
}
.imgfon {
	width: 100%;
    height: 248px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
	mask-image: linear-gradient(358deg, #25A8D9 0, rgba(221, 246, 255, 0) 100%);
}
.imgfon:before {
	background: linear-gradient(180deg, #25A8D9 0, rgba(221, 246, 255, 0) 100%);
	display: block;
	height: 100%;
	width: 100%;
	
}
.rightblock3 {
	background: #94C11B;
	padding: 24px;
	    width: calc(33.3333333333% - 22px);
		margin-bottom: 32px;
}

.bl3img img{
	width: 100%;
	}
	
.label3 span{

    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    padding: 0 16px;
    background: #fff;
    margin-bottom: 16px;
    display: inline-block;
    height: 32px;
	    color: #94C11B;
}
.label3 h3 {
	color: #FFF;
    font-size: 27px;
    font-weight: 700;
    line-height: 28px;
}	
h4 {
font-size: 27px;
    font-weight: 700;
    line-height: 28px;
}
.block3r {
	gap: 24px;
}

.modal_district_popup {
	display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0,0,0, .9);
  transition: opacity .25s ease;
}
.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.modal-state {
  display: none;
}
.modal-state:checked + .header_menu_district_popup {
  opacity: 1;
  display: block;
  visibility: visible;
}
.modal-state:checked + .header_menu_district_popup .modal__inner {
  top: 0;
}
.modal__inner {
  transition: top .25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1em 2em;
  height: 50%;
}
.modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}
.topokrug {
	width: 100%;
	border-bottom: 1px solid grey; 
}
.logokr {
	width: 175px;
}

.contentmain {
border: 1px solid #ccc;
    border-top: none;
    animation: fadeEffect 1s;
    gap: 20px;
    flex-direction: column;
    /* background-color: rgb(80 187 187 / 20%); */
    background-color: #ececec;
    padding: 40px;
    flex-wrap: wrap;
    max-width: 1440px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;

    margin-top: 40px;
	margin-bottom: 40px;
    margin-left: auto;
	margin-right: auto;
    border-radius: 15px;
}
.zay1 {
	min-width: 50px;
}

@media (max-width:500px) {
h2 {
	font-size: 1.2em;
}	
p, li {
	font-size: 0.8em;
}
.zay1 h3 {
	font-size: 0.8em!important;
}
.blockinner h3 {
font-size: 1em;
margin:0!important;
}
.blockinner h4 {
font-size: 12px;
margin: 0;
}
.inputsm {
width: 40%!important;
}

.white {
padding-left: 0!important;
margin-left: 10px;
	margin-right: 10px;
}
.topokrug {
flex-direction: column;
}
.innernotif svg{ 
display: none;
}
.info2 {
display:none;
}
.info {
flex-direction: column;
}
.info3 {
gap: 15px;
}
.innernotif {
margin-top: 15px;
}
.block1 {
	margin-left: 10px;
	margin-right: 10px;
	width: unset!important;
}
}

@media (max-width: 1100px) {
	.leftside_intsrt {
		display: none;
	}
}