#page-new-header{
	padding: 60px 0px 0px;
    display: flex;
	gap: 40px;
	flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
#page-new-header{
	background: url(/bitrix/templates/new_redesign/images/pages/experience-in-budgetary/bg.png) top center no-repeat;
	background-size: 100%;
	background-color: #fff;
}
#page-new-header .container{
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
}
#page-new-header h2,
#details h2,
#certificates h2{
	color: #313DA5;
	margin: 10px 0px;
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: bold;
}
#certificates h2{
	text-align: center;
	width: 100%;
}
#certificates{
	margin-bottom: 90px;
}
#details{
	padding: 20px 0px 20px;
}
#details h2{
	width: 100%;
	margin: 10px 0px 50px;
	text-align: center;
}
#page-new-header .header-info{
	width: 90%;
	margin: auto 20px;
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center;
	background: #ffffffe0;
	padding: 30px 30px 0px;
	border-radius: 20px;
}
#page-new-header .header-info h1{
	font-size: 5.5rem;
	font-weight: normal;
	width: 100%;
	text-align: center;
	color: #484848;
	margin: 0px;
	font-family: Bebas Neue Cyrillic;
	text-transform: uppercase;
}
#page-new-header .header-info h2{
}
#page-new-header .header-info div.about{
	background: transparent;
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #313DA5;
	color: #313DA5;
	margin: 20px 0px;
	font-size: 1.6rem;
}
#page-new-header .header-info .left,
#page-new-header .header-info .right{
	width: 50%;
}

#details{
    counter-reset: item-counter;
}

#details .details{
    counter-increment: item-counter secondary-counter;
}
.details-info{
  counter-reset: item-counter;  
}
.details-info .details{
  counter-increment: item-counter;
}
.details {
  position: relative;
  display: block !important;
  width: 90%;
  margin: 0 auto 20px;
  background: rgba(255,255,255);
  border-radius: 15px;
  transition: 0.3s;
  overflow: hidden;
}
.details .details__title{
	display: flex !important;
	justify-content: flex-start;
}
.details .details__title .left h3{
	font-size: 60px;
}
.details .details__title .right{
	width: 80%;
}
.details:nth-child(even) .details__title{
  background: #DDDDDD;  
}
.details:nth-child(odd) .details__title{
  border: 3px solid #6D6D6D;
}
.details .details_open{
  background: #EFF3FD !important;
  border: 2px solid #313DA5 !important;
}
.details[open] .details__title{
  border: none;
  position: static !important;
}
.details .details__title::before {
  position: relative !important;
  left: -70px;
  top: -2px;
  content: counter(item-counter) !important;
  display: block !important;
  width: 20px;
  height: fit-content;
  font-size: 5.2rem;
  line-height: 1;
  transition: .2s;
}
.details:nth-child(odd) .details__title::before{
	color: #838383;
}
.details:nth-child(even) .details__title::before{
	color: #484848;
}

.details__title {
  background: #fff;
  border-radius: 15px;
  padding: 40px 60px;
  padding-left: 100px;
  font-size: 20px;
  cursor: default;
  list-style: none;
  font-weight: 700;
  transition: .3s;
}
.details__title h3{
	margin: 0px;
}
.details__title::-webkit-details-marker {
  display: none;
}
.details__content {
  padding: 0 60px;
  padding-left: 120px;
  font-size: 18px;
  margin-bottom: -60px;
}
.details__content p:last-child {
  margin-bottom: 0;
}
.details__content p:first-child {
  margin-top: 0;
}
#details ol{
	list-style: none; 
	counter-reset: li-counter;
	text-align: justify;
}
#details ol li{
	margin: 10px 0px;
	counter-increment: li-counter;
}
#details ol li::before{
	content: counter(item-counter) "." counter(li-counter);
	margin: 0px 10px;
}
#details .details__title b{
	color:#484848;
}
@media (max-width: 1700px) {
	.principles, #page-new-header .header-info{
		width: 100%;
	}
	#page-new-header .header-info{
		margin: 0px;
	}
	.principles-grid1,
	.principles-grid2{
		width: 90%;
	}
}
@media (max-width: 768px) {
    .principles-grid1,
    .principles-grid2 {
        grid-template-columns: 1fr;
		grid-auto-rows: 280px;
		gap: 16px;
		margin: 8px 0px;
    }
	.principles{
		background-color: #fff;
		padding: 20px;
	}
	#page-new-header .header-info{
		flex-wrap: wrap;
		padding: 20px 10px;
	}
	#page-new-header .header-info h1, #page-new-header h2, #details h2{
		text-align: center;
	}
	#page-new-header .header-info h1{
		font-size: 3.9rem;
	}
	#page-new-header h2, #details h2{
		font-size: 2.5rem;
	}
	#page-new-header .header-info .left,
	#page-new-header .header-info .right{
		width: 90%;
	}
	.details{
		width: 100%;
	}
}
#details table{
	width: 93%;
}
#details table td, table th{
    background: transparent;
	vertical-align: top;
}
#details table th, #details tr td:nth-child(1){
	text-transform: uppercase;
	font-size: 2rem;
	    padding: 0px 20px 0px 0px;
}
#details tr td:nth-child(1){
	text-transform: uppercase;
	font-size: 1.7rem;
}
.cell_1{
	width: 40%;
}
.cell_2{
	width: 60%;
}
.toggle-button {
  position: absolute;
  right: 30px;
  top: 55px;
  width: 40px;
  height: 40px;
  background: url(/bitrix/templates/new_redesign/images/pages/mission/plus.svg) center no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  transition: transform 0.2s;
  transform-origin: center;
}

.toggle-button.open {
  transform: rotate(45deg);
}

.partial-text h3{
	font-size: 1.7rem;
	text-transform: uppercase;
	font-weight: 700;
}
.partial-text, .partial-text p{
	font-weight: normal;
	font-size: 1.5rem;
}
.partial-text p{
	margin: 5px 0px 10px;
}
.partial-text ul{
    list-style: disc;
    padding: 0px 30px;
}
#certificates .certificates{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}
.certificate-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	border: 2px solid;
	border-radius: 20px;
	width: 25%;
	padding: 20px;
	align-items: flex-start;
    align-content: flex-start;
}
.certificate-item:nth-child(2),.certificate-item:nth-child(4),.certificate-item:nth-child(6){
	border-color: #EFAA55;
}
.certificate-item:nth-child(3){
	border-color: #313DA5;
	background-color: #EFF3FD;
}
.certificate-item:nth-child(5){
	border-color: #A0A0A0;
	background-color: #EEEEEE;
}
.certificate-item h4{
	margin-top: 25px;
	width: 100%;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.3;
}
#details .details-header tr td:nth-child(1){
	text-transform: uppercase;
	font-size: 1.9rem !important;
}
.details-header{
	position: relative;
    display: block !important;
	padding: 0px 60px 30px;
	margin: 0 auto;
    padding-left: 120px;
    text-transform: uppercase;
	width: 90%;
	font-size: 1.9rem;
	color: #313DA5;
	font-weight: 700;
}