html{
	scroll-behavior: smooth;
}
p, .about, h1, h2, h3, .ugot-grid .item, ul{
	cursor: default;
}
.gray-bg{
    background-color: #F6F6F6;
}
.blue-bg{
    background-color: #F6F8FF;
}
.page-new-header{
    display: flex;
    justify-content: center;
    position: relative;
}
.page-new-header{
	background: url(/bitrix/templates/new_redesign/images/maintenance-and-support-of-budget-organizations/bg.png) top no-repeat;
	background-size: cover;
}
.page-new-header .container{
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}
.header-info, .header-title, .solutions{
	width: 840px;
	margin: auto auto auto 240px;
	background: #ffffffe0;
	padding: 20px 50px 20px 50px;
	border-radius: 20px;
}
.header-title, .solutions{
	background: transparent;
	padding: 30px 10px 30px 50px;
	margin-top: 65px;
}
.solutions{
	padding: 30px 0px;
	margin: 50px 240px;
	width: 100%;
}
.header-info h1,
.header-title h1,
.solutions h2{
	font-size: 66px;
	font-weight: normal;
	color: #484848;
	margin: 0px;
	font-family: Bebas Neue Cyrillic;
	text-transform: uppercase;
}
.solutions h2{
	font-size: 36px;
	width: 100%;
	text-align: center;
}
.header-info p{
	color: #000;
	font-size: 16px;
	width: 95%;
	margin: 20px 0px;
}
p.orange-txt{
	color: #E18A20;
}
.header-info ul{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.42857143;
	width: 95%;
}
.orange-btn, .light-blue-btn{
	outline: none;
	border: none;
	border-radius: 10px;
	padding: 15px 30px;
	margin-top: 20px;
	display: block;
	cursor: pointer;
	width: fit-content;
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: bold;
}
.orange-btn{background: #EEA041; color: #fff;}
.orange-btn:hover, .orange-btn:focus{
	background: #313DA5;
	text-decoration: none;
	color: #fff;
}
.light-blue-btn{background: #EFF3FD; color: #313DA5; border: 2px solid #313DA5; margin: auto auto 0px;}
.light-blue-btn:hover, .light-blue-btn:focus{
	background: #EEA041;
	text-decoration: none;
	color: #fff;
	border-color: transparent;
}
.header-info a:hover{text-decoration: none; background-color: #313DA5; color: #fff;}
.ab-proj, .for-w, .aims, .bonus, .bonus .container, .choice, .contacts, .budget-stugy, .budget-stugy .container{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
	margin: 60px auto !important;
}
.contacts{
	gap: 15px;
}
.bonus{
	padding: 50px 0px;
	margin: 10px 0px !important;
}
.bonus .container{
	margin: 20px auto !important;
}
.ab-proj .right,
.aims .right,
.bonus .container .right,
.choice .right{
	width: 35%;
}
.header-info h2,
#its-budget-services h2,
.ugot h2,
.bonus .container h2,
.contacts h2,
.course-form form h2,
.proj-title{
	color: #313DA5;
	margin: 20px 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.proj-title{
	margin: 50px 0px 10px;
	text-align: center;
}
#its-budget-services h2,
#its-budget-services p,
#its-budget-services h3,
#its-budget-services .its-services-item p,
.ugot h2,
.ugot h3,
.ugot p,
.contacts h2,
.contacts p{
	width: 100%;
	text-wrap: pretty;
	text-align: center;
	margin: 10px 0px;
}
#its-budget-services .its-services-item h3, #its-budget-services .its-services-item p{
	text-align: left;
}
#its-budget-services h3,
.ugot h3{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 20px;
}
#its-budget-services p,
.ugot p{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.ugot{
	padding: 30px 0px 50px;
	margin: 50px 0px;
}
.budget-stugy h2,
.solutions-title{
	width: 100%;
	color: #484848;
	margin: 50px 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.budget-stugy{gap: 10px; margin: 30px auto !important; margin-top: -70px !important; padding-top: 110px;}
.budget-stugy .container{margin: 0px auto !important;}
.budget-stugy h2{margin: 50px 0px 10px;}
.budget-stugy p{margin: 10px 0px; font-size: 1.7rem;}
.budget-stugy .container{
	margin: 0px 0px;
}
.program h2{
	color: #313DA5;
}

.ugot .container{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0px;
}
.ugot-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 105px);
	grid-auto-flow: column;
    gap: 40px 85px;
	width: 1230px;
}
.ugot-grid .item{
    display: flex;
    justify-content: center;
    padding: 30px;
	gap: 25px;
	border-radius: 20px;
	align-items: center;
	background-color: #CBD5F1;
	color: #484848;
}
.ugot-left{
   font-size: 3rem;
   font-weight: bold; 
}
.ugot-right{
	width: 100%;
}
.contacts .item{
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0px 5px;
	/*flex-wrap: wrap;*/
}
.contacts .item p{
	max-width: fit-content;
}
.form{
	display: flex;
	justify-content: center;
	align-items: center;
}
.course-form{
	display: flex;
	padding: 40px 40px 40px 0px;
	justify-content: space-between;
	align-items: stretch;
	width: 80%;
	gap: 50px;
	background-color:#EFF3FD;
	border-radius: 20px;
	border: 2px solid #313DA5;
}
.course-form .form-img{
	position: relative;
}
.course-form .form-img::before {
    content: '';
    position: absolute;
    right: -4px;
    top: -4px;
    height: 60%;
    width: 60%;
    border-radius: 0px 20px 0px 0px;
	border-top: 5px solid #313DA5;
	border-right: 5px solid #313DA5;
}
.course-form form{
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}
.course-form form input{
	background: #fff;
	border: 1px solid #313DA5;
	color: #000;
	padding: 20px;
	border-radius: 15px;
}
.course-form form input{
	width: 30%;
}
.course-form form input[type="text"]{
	width: 100%;
}
.course-form form h2,
.course-form form p{
	width: 100%;
	margin: 0px;
}

.course-form .disclaimer,
#courseFormModal .disclaimer{
	display: flex;
	gap: 20px;
	justify-content: flex-start;
	color: #313DA5;
	align-items: center;
}
.course-form form button{
	outline: none;
	border: none;
	border-radius: 15px;
	background: #313DA5;
	color: #fff;
	padding: 15px 40px;
	text-transform: uppercase;
	font-size: 2.3rem;
	font-weight: bold;
	margin-left: auto;
	margin-top: auto;
}
.budget-stugy .left, .budget-stugy .right{
	width: 580px;
	position: relative;
	padding: 30px;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	align-items: center;
	justify-content: space-around;
}
.budget-stugy .left .budget-number,
.budget-stugy .right .budget-number{
	width: 30%;
	font-size: 200px;
	font-weight: bold;
}
.budget-stugy .right .budget-number{
	color: #313DA5;
}
.budget-stugy .left .budget-number{
	color: #EFAA55;
}
.budget-stugy .right .budget-study-info,
.budget-stugy .left .budget-study-info{
	width: 65%;
}
.budget-stugy .left p, .budget-stugy .right p{
	font-size: 16px;
}
.budget-stugy .left h3, .budget-stugy .right h3{
	text-transform: uppercase;
	font-size: 20px;
}
.budget-stugy .left button, .budget-stugy .right button{
	padding: 15px 30px;
	outline: none;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.budget-stugy .right{
	border: 3px solid #313DA5;
	background-color: #EFF3FD;
}
.budget-stugy .right button{
	background: #fff;
	color: #313DA5;
	border: 3px solid #313DA5;
}
.budget-stugy .left{
	border: 3px solid #EFAA55;
	background-color: #fff;
}
.budget-stugy .left button{
	background: #EFAA55;
	color: #fff;
	border: none;
}

#courseFormModal,
#messageModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#courseFormModal .modal-content,
#messageModal .modal-content{
  background-color: #fff;
  padding: 40px 20px 20px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  gap: 15px;
}
#courseFormModal form{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
#courseFormModal h2,
#courseFormModal p{
  margin: 0px 0px 0px !important;
  text-align: center;
}
#courseFormModal .disclaimer p{
	text-align: left;
}
#courseFormModal input,
#courseFormModal textarea {
  width: 100%;
  padding: 15px;
  transition: border-color 0.3s ease;
  resize: none;
  border: 1px solid #EFAA55;
  border-radius: 20px;
  font-size: 16px !important;
  padding-left: 20px;
}
#courseFormModal input:focus,
#courseFormModal textarea:focus {
  border-color: #313DA5;
  outline: none;
}
#courseFormModal input:required,
#courseFormModal textarea:required {
  background-color: rgba(255, 157, 157, 0.1);
}
#courseFormModal button[type="submit"] {
  padding: 20px;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: #EFAA55;
  border-radius: 20px;
  font-size: 2.3rem;
  font-weight: bold;
  text-transform: uppercase;
}
#courseFormModal button[type="submit"]:hover {
  background-color: #313DA5;
}
#courseFormModal .close-btn,
#messageModal .close-btn{
  position: absolute;
  top: 10px;
  right: 18px;
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #EFAA55;
  cursor: pointer;
  transition: color 0.3s ease;
}

#courseFormModal .close-btn:hover {
  color: #313DA5;
}
#messageModal .message {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 4px;
  font-size: 2rem;
}

#messageModal .message.success {
  background-color: #d4edda;
  color: #155724;
  text-align: center;
  border: 1px solid #c3e6cb;
}

#messageModal .message.error {
  background-color: #f8d7da;
  color: #721c24;
  text-align: center;
  border: 1px solid #f5c6cb;
}

.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.spinner {
  border: 4px solid #f3f3f3; 
  border-top: 4px solid #EFAA55;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spinner 1s ease-in-out infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-spinner p {
  margin: 0;
  font-size: 2rem;
  color: #333;
}

#its-budget-services .its-budget-services{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px 30px;
    margin: 40px 0px;
}
.its-services-item{
	display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid;
    border-radius: 20px;
    width: 25%;
    padding: 20px 20px 70px;
    align-items: flex-start;
    align-content: flex-start;
}
.its-services-item:nth-child(1), .its-services-item:nth-child(3), .its-services-item:nth-child(5){
	border-color: #EFAA55;
}
.its-services-item:nth-child(2){
	border-color: #313DA5;
	background-color: #EFF3FD;
}
.its-services-item:nth-child(4){
	border-color: #A0A0A0;
	background-color: #EEEEEE;
}
.its-services-item h4{
	margin-top: 25px;
	width: 100%;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.3;
}

.budget-solutions{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 40px;
	margin: 0px 240px;
}
.budget-solutions .columns{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	gap: 20px;
}
.budget-solutions .columns .items{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 20px 15px;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 4px 2px 20px #5f64c24d;
	border-radius: 20px;
	border: 1px solid #D3D3D3;
}
.budget-solutions .columns .items h3{
	width: 60%;
	font-size: 16px;
	margin: 0px 10px;
}
button.order{
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: -30px;
}

.projects_container{
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.projects__title{
	color: #313DA5;
	font-size: 40px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 40px;
}
@media screen and (max-width: 1400px){
	.projects_container{
		width: 95%;
	}
}
#projects{
	padding: 50px 70px !important;
	overflow: hidden;
}
.carousel-inner{
	overflow: visible !important;;
}
.blog-slider {
  display: flex;
  position: relative;
  margin: auto;
  height: 100%;
  background: #fff;
  border-radius: 25px;
  transition: all 0.3s;
  align-items: flex-start;
  align-content: flex-start;
  gap: 5px;
  padding: 20px;
  flex-wrap: wrap;
}
.blog-slider:hover{
	z-index: 2;
	transform: scale(1.05);
	filter: drop-shadow(0px 0px 20px #00000017);
}
#projects .swiper-slide:hover,
#projects a{
	text-decoration: none !important;
}
#projects .swiper-slide{
	height: auto;
}
.swiper-container{
	max-width: 1400px;
}
.blog-slider p{
	width: 100%;
	font-weight: 400;
}
.blog-slider-head{
	width: 100%;
	display: flex;
	gap: 20px;
	align-items: center;
}
.blog-slider-head img{
	min-width: 60px;
	border-radius: 0px;
}
.blog-slider-info{

}
.subheading{
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    font-size: 21px;
    line-height: 23px;
    font-weight: 500;
    color: #eea041;
}
.blog-slider-right-text{
	margin: 0;
    padding: 0;
    font-size: 14px;
    width: 100%;
	color: #fff;
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #353535;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  background: #eea041;
  padding: 5px 20px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 3px 40px rgba(524, 138, 57, 0.2);
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  margin-top: auto;
  margin-left: auto;
  margin-right: 20px;
}
.blog-slider__button:hover{
  background: #7b799e;
  color: #fff;
  box-shadow: 0px 7px 40px rgba(123, 121, 158, 0.3);
}
.blog-slider:hover{
	.blog-slider__img{
		box-shadow: 10px 13px 20px 1px rgba(115, 119, 251, 0.2);
		transition: all 0.3s;
	}
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1000px){
	#projects{
		overflow: hidden !important;
	}
	.projects__title{
		color: #7b799e;
		font-size: 28px;
		text-align: center;
		font-weight: 700;
		margin-bottom: 100px;
	}
	.projects .carousel-inner{
		overflow: visible;
		height: 720px !important;
		margin-bottom: 20px !important;
	}
	.blog-slider__img{ 
		height: 250px;
		width: 250px;
		transform: translateX(0px) translateY(-80px);
		margin-bottom: -300px;
	}
	.blog-slider__title{
		text-align: center;
	}
	.blog-slider__button{
		letter-spacing: 1px;
		margin-left: auto;
		margin-right: auto;
	}
	.blog-slider{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		height: 700px;
		width: 95%;
	}
	.blog-slider__title{
		font-size: 18px;
		text-align: center;
		margin-top: 200px;
	}
	.blog-slider-center{
		width: 95%;
		flex-wrap: wrap;
		justify-content: center;
		align-content: revert;
	}
	.blog-slider__button{
		margin-top: auto;
	}
	.blog-slider__table{
		text-align: center;
	}
	.blog-slider__table td{
		width: 100% !important;
		padding-bottom: 5px !important;
		text-align: center;
		padding-right: 0px !important;
	}
}
@media screen and (max-width: 1400px) {
	.blog-slider-right{
	display: none;
  }
}
@media screen and (min-width: 1920px) {
	.projects_container{
		width: 1900px;
	}
	.projects .bottom{
		padding-left: 140px;
		padding-right: 140px;
	}
}
.bonus{
	flex-direction: column;
	gap: 0px;
	margin-bottom: 80px !important;
}
.bonus .orange-btn{
	margin: 0px 0px 20px;
}