.header {
	font-size: 16px;
	.feedback_btn {
		font-size: 14px !important;
		padding: 5px !important;
		display: inline-block;
	}
}
.topnav ul li a {
	font-size: 16px;
}
.header__contact {
	padding-top: 15px;
}
.header__contact-data a {
	white-space: nowrap;
}
.sidebar__title {
	display: none;
}
a.callback_btn {
	bottom: auto;
	top: 200px
}
.consult {
	background: #F2F2F2;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 25px 90px 25px 44px;
    margin-bottom: 30px;
}
.consult-title {
	margin-bottom: 33px;
    text-align: center;
    font-weight: 300;
    font-size: 25px;
}
.consult form.qform {
	padding: 0!important;
}

.footer-new .bank-logo {
	text-align: right;
}
.footer-wrapper {
	border-top: 1px solid #eeeeee;
	background-color: #fff;
	padding: 30px 10px;
}
.footer__link.new li {
	display: block;
}

.footer-item {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
.footer-item:before {
	content: "";
    position: absolute;
    left: 2px;
    top: 4px;
    opacity: 0.5;
	background: url('../images/footer_icons.svg') -72px -43px no-repeat;
}
.footer-item.address:before {
	left: 2px;
    top: 4px;
	width: 7px;
    height: 11px;
	background-position: -72px -23px;
}
.footer-item.phone:before {
    width: 9px;
    height: 12px;
	background-position: -63px -23px;
}
.footer-item.email:before {
	top: 6px;
	width: 11px;
    height: 9px;
	background-position: -84px -24px;
}
.footer-policy {
	text-align: right;
    padding-top: 10px;
}




/*Редизайн*/
.middle__redesign {
	padding: 0px 67px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	margin-top: 30px;
}
.section__block {
	padding: 62px 0px;
}
.section__title {
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	margin-bottom: 40px;
}
.banner {
	padding: 260px 100px 34px 100px;
	position: relative;
	border-radius: 20px;
	margin: 0px -67px;
	overflow: hidden;
	margin-bottom: 62px;
	.banner__top-text {
		position: absolute;
		left: 100px;
		top: 20px;
		color: #fff;
		z-index: 1;
		font-size: 32px;
        font-weight: 700;
	}
	.banner__img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.banner__body {
		position: relative;
		z-index: 1;
	}
	.banner__body-subtitle {
		font-weight: 300;
		font-size: 32px;
		line-height: 100%;
		letter-spacing: 0%;
		color: #fff;
	}
	.banner__body-title {
		font-weight: 700;
		font-size: 96px;
		line-height: 100%;
		letter-spacing: 0%;
		color: #fff;
		margin-bottom: 35px;
	}
	.banner__body-btn {
		border: 0px;
		outline: none;
		background-color: #0D6738;
		font-weight: 500;
		font-size: 20px;
		line-height: 100%;
		letter-spacing: 0%;
		color: #fff;
		padding: 24px 36px;
		margin-bottom: 177px;
		border-radius: 12px;
	}
	.banner__items {
		position: relative;
		z-index: 1;
		font-weight: 400;
		font-size: 24px;
		line-height: 100%;
		letter-spacing: 0%;
		color: #fff;
		ul {
			display: flex;
			/*justify-content: space-between;*/
			column-gap: 20px;
			flex-wrap: wrap;
			row-gap: 20px;
			li {
				
				list-style: none;
				&:not(:last-child) {
					padding-right: 20px;
					border-right: 1px solid #fff;
				}
			}
		}
	}
}
.content__block {
	font-weight: 500;
	font-size: 28px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #525A69;
}

.courses {
	.courses__items {
		/* row-gap: 40px; */
	}
	.courses__item {
		position: relative;
		padding: 30px 40px;
		display: flex;
		flex-direction: column;
		justify-content: end;
		min-height: 410px;
		height: 100%;
		border-radius: 20px;
        overflow: auto;
		margin-bottom: 40px;
		overflow: hidden;
		span {
			font-weight: 700;
			font-size: 32px;
			line-height: 100%;
			letter-spacing: 0%;
			text-align: center;
			color: #FFFFFF;
			position: relative;
			z-index: 1;
		}
		img {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			object-fit: cover;
			height: 100%;
		}
	}
}
.consultation {
	.consultation__body {
		position: relative;
		background-color: #0B2534;
		border-radius: 20px;
		padding: 65px 80px;
	}
	.consultation__body-container {
		position: relative;
		z-index: 1;
		max-width: 698px;
	}
	.consultation__img {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
	}
	.consultation__title {
		font-weight: 700;
		font-size: 48px;
		line-height: 100%;
		letter-spacing: 0%;
		color: #fff;
		margin-bottom: 23px;
	}
	.consultation__desc {
		font-weight: 500;
		font-size: 28px;
		line-height: 100%;
		margin-bottom: 57px;
		color: #fff;
	}
	.consultation__btn {
		padding: 18px 35px;
		background-color: #509B1F;
		color: #fff;
		border: 0px;
		outline: none;
	}
}
.documents__item {
	border-bottom: 2px solid #525A69;
}

.documents__item-link {
	display: flex;
	justify-content: space-between;
	padding: 25px 45px;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	text-decoration: underline !important;
	text-decoration-style: solid;
	text-decoration-offset: 0%;
	text-decoration-thickness: 0%;
	color: #3F3F3F !important;
	&:hover {
		color: #509B1F !important;
		.documents__item-container-visible {
			opacity: 1;
		}
		.documents__item-container-svg {
			background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33301 6.66675V25.3334C5.33301 27.5426 7.12387 29.3334 9.33301 29.3334H22.6663C24.8755 29.3334 26.6663 27.5426 26.6663 25.3334V12.0001C26.6663 9.79095 24.8755 8.00008 22.6663 8.00008H6.66634C5.92997 8.00008 5.33301 7.40312 5.33301 6.66675ZM9.66634 16.0001C9.66634 15.4478 10.1141 15.0001 10.6663 15.0001H21.333C21.8853 15.0001 22.333 15.4478 22.333 16.0001C22.333 16.5523 21.8853 17.0001 21.333 17.0001H10.6663C10.1141 17.0001 9.66634 16.5523 9.66634 16.0001ZM9.66634 20.6667C9.66634 20.1145 10.1141 19.6667 10.6663 19.6667H17.9997C18.5519 19.6667 18.9997 20.1145 18.9997 20.6667C18.9997 21.219 18.5519 21.6667 17.9997 21.6667H10.6663C10.1141 21.6667 9.66634 21.219 9.66634 20.6667Z' fill='%23509B1F'/%3E%3Cpath d='M5.87793 5.44947C6.34257 5.65784 6.66621 6.12445 6.66621 6.66667H22.6662C23.1266 6.66667 23.5734 6.725 23.9995 6.83469V5.74139C23.9995 4.11859 22.5622 2.87203 20.9558 3.10152L6.559 5.1582C6.30237 5.19487 6.06982 5.29832 5.87793 5.44947Z' fill='%23509B1F'/%3E%3C/svg%3E%0A");
		}
	}
}
.documents__item-container {
	display: flex;
	column-gap: 13px;
}
.documents__item-container-visible {
	opacity: 0;
	text-decoration: none !important;
}
.documents__item-container-svg {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33301 6.66675V25.3334C5.33301 27.5426 7.12387 29.3334 9.33301 29.3334H22.6663C24.8755 29.3334 26.6663 27.5426 26.6663 25.3334V12.0001C26.6663 9.79095 24.8755 8.00008 22.6663 8.00008H6.66634C5.92997 8.00008 5.33301 7.40312 5.33301 6.66675ZM9.66634 16.0001C9.66634 15.4478 10.1141 15.0001 10.6663 15.0001H21.333C21.8853 15.0001 22.333 15.4478 22.333 16.0001C22.333 16.5523 21.8853 17.0001 21.333 17.0001H10.6663C10.1141 17.0001 9.66634 16.5523 9.66634 16.0001ZM9.66634 20.6667C9.66634 20.1145 10.1141 19.6667 10.6663 19.6667H17.9997C18.5519 19.6667 18.9997 20.1145 18.9997 20.6667C18.9997 21.219 18.5519 21.6667 17.9997 21.6667H10.6663C10.1141 21.6667 9.66634 21.219 9.66634 20.6667Z' fill='%233F3F3F'/%3E%3Cpath d='M5.87793 5.44947C6.34257 5.65784 6.66621 6.12445 6.66621 6.66667H22.6662C23.1266 6.66667 23.5734 6.725 23.9995 6.83469V5.74139C23.9995 4.11859 22.5622 2.87203 20.9558 3.10152L6.559 5.1582C6.30237 5.19487 6.06982 5.29832 5.87793 5.44947Z' fill='%233F3F3F'/%3E%3C/svg%3E%0A");
	display: block;
	width: 32px;
	height: 32px;
	
}

.choise__items {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	gap: 20px;
}
.choise__item {
	padding: 40px 35px;
	border-radius: 20px;
	color: #3F3F3F;
	height: 100%;
	position: relative;
	min-height: 320px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.choise__item-body {
	position: relative;
	z-index: 1;
	color: #000;
}
.choise__item-title {
	font-weight: 600;
	font-size: 28px;
	line-height: 100%;
	margin-bottom: 40px;
}
.choise__item-desc {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
}
.choise__item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.choise__item:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
.choise__item:nth-child(2) { grid-area: 2 / 1 / 3 / 3; }
.choise__item:nth-child(3) { grid-area: 1 / 3 / 3 / 4; }
.choise__item:nth-child(4) { grid-area: 1 / 4 / 3 / 5; }
.choise__item:nth-child(5) { grid-area: 1 / 5 / 3 / 6; }

.form-redesign {
	background-color: unset;
	box-shadow: none;
}
.form-redesign .payment-content form input, .payment-content form select {
	border-radius: 20px;
}
.form-redesign .multi-select-button {
	border-radius: 20px;
}
.middle__redesign .content-gallery__img {
	width: 100%;
}
.middle__redesign .review-title {
	height: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	max-width: 100%;
}
.middle__redesign .review-image {
	min-height: 541px;
}
.middle__redesign .review-image .content-gallery__img {
	height: 100%;
}
.middle__redesign .partners__title {
	text-align: left;
}
.middle__redesign .review-gallery-block h2 {
	text-align: left;
}
.middle__redesign .payment-title {
	text-align: left;
}

.middle__redesign #alfa-payment-button {
	display: flex !important;
	justify-content: center;
}
.middle__redesign #alfa-payment-button button {
	background-color: #509B1F;
}
.footer-redesign .footer__link{
	display: flex;
}
@media screen and (max-width: 1800px) {
	.courses .courses__item {
		padding: 25px 15px;
	}
	.courses .courses__item span {
		font-size: 25px;
	}
}
@media screen and (max-width: 1400px) {
	.middle__redesign {
		padding: 0px 67px;
		margin-top: 30px;
	}
	.section__block {
		padding: 55px 0px;
	}
	.section__title {
		font-size: 46px;
		line-height: 100%;
		margin-bottom: 40px;
	}
	.banner {
		padding: 160px 90px 34px 90px;
		margin: 0px -67px;
		margin-bottom: 62px;
		.banner__body-subtitle {
			font-size: 32px;
		}
		.banner__body-title {
			font-size: 86px;
			margin-bottom: 35px;
		}
		.banner__body-btn {
			font-size: 20px;
			padding: 24px 36px;
			margin-bottom: 150px;
		}
		.banner__items {
			font-size: 24px;
			ul {
				li {
					&:not(:last-child) {
						padding-right: 20px;
					}
				}
			}
		}
	}
	.content__block {
		font-size: 26px;
	}

	.courses {
		.courses__item {
			padding: 30px 10px;
			min-height: 350px;
			margin-bottom: 40px;
			span {
				font-size: 22px;
			}
		}
	}
	.consultation {
		.consultation__body {
			padding: 65px 80px;
		}
		.consultation__body-container {
			max-width: 698px;
		}
		.consultation__title {
			font-size: 48px;
			margin-bottom: 23px;
		}
		.consultation__desc {
			font-size: 28px;
			margin-bottom: 57px;
		}
		.consultation__btn {
			padding: 18px 35px;
		}
		.consultation__img {
			object-fit: cover;
		}
	}

	.documents__item-link {
		padding: 25px 45px;
		font-size: 20px;
	}
	.documents__item-container {
		column-gap: 13px;
	}

	.choise__items {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.choise__item {
		padding: 40px 35px;
		min-height: 320px;
	}
	.choise__item-title {
		font-size: 28px;
		margin-bottom: 40px;
	}
	.choise__item-desc {
		font-size: 20px;
	}

	.middle__redesign .review-title {
		height: 15%;
	}
	.middle__redesign .review-image {
		min-height: 100%;
	}
}
@media (max-width:1200px) {}
@media (max-width:992px) {
	.middle__redesign {
		padding: 0px 50px;
		margin-top: 30px;
	}
	.section__block {
		padding: 45px 0px;
	}
	.section__title {
		font-size: 36px;
		margin-bottom: 35px;
	}
	.banner {
		padding: 100px 50px 30px 50px;
		margin: 0px -50px;
		margin-bottom: 45px;
		.banner__top-text {
			left: 50px;
			font-size: 22px;
		}
		.banner__body-subtitle {
			font-size: 26px;
		}
		.banner__body-title {
			font-size: 56px;
			margin-bottom: 30px;
		}
		.banner__body-btn {
			font-size: 20px;
			padding: 20px 30px;
			margin-bottom: 120px;
		}
		.banner__items {
			font-size: 22px;
			ul {
				li {
					&:not(:last-child) {
						padding-right: 0px;
					}
				}
			}
		}
	}
	.content__block {
		font-size: 22px;
	}

	.courses {
		.courses__item {
			padding: 30px 10px;
			min-height: 350px;
			margin-bottom: 40px;
			span {
				font-size: 22px;
			}
		}
	}
	.consultation {
		.consultation__body {
			padding: 35px 35px;
		}
		.consultation__body-container {
			max-width: 100%;
		}
		.consultation__title {
			font-size: 32px;
			margin-bottom: 20px;
		}
		.consultation__desc {
			font-size: 22px;
			margin-bottom: 50px;
		}
		.consultation__btn {
			padding: 18px 35px;
		}
	}

	.documents__item-link {
		padding: 15px;
		font-size: 18px;
		display: flex;
		flex-direction: column;
    	row-gap: 40px;
		align-items: self-start;
	}
	.documents__item-container {
		column-gap: 13px;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}

	.choise__items {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.choise__item {
		padding: 40px 35px;
		min-height: 320px;
	}
	.choise__item-title {
		font-size: 28px;
		margin-bottom: 40px;
	}
	.choise__item-desc {
		font-size: 20px;
	}

	.middle__redesign .review-title {
		height: 15%;
	}
	.middle__redesign .review-image {
		min-height: 100%;
	}
}
@media (max-width:767px) {
	.call_back_button {
        display: block;
    }
}
@media (max-width:576px) {
	.middle__redesign {
		padding: 0px 15px;
		margin-top: 30px;
	}
	.section__block {
		padding: 40px 0px;
	}
	.section__title {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.banner {
		padding: 50px 20px 30px 20px;
		margin: 0px -15px;
		margin-bottom: 40px;
		padding-top: 125px;
		.banner__top-text {
			left: 15px;
			font-size: 18px;
		}
		.banner__body-subtitle {
			font-size: 20px;
		}
		.banner__body-title {
			font-size: 26px;
			margin-bottom: 30px;
		}
		.banner__body-btn {
			font-size: 16px;
			padding: 10px;
			margin-bottom: 50px;
		}
		.banner__items {
			font-size: 16px;
			ul {
				li {
					&:not(:last-child) {
						padding-right: 0px;
					}
				}
			}
		}
	}
	.content__block {
		font-size: 16px;
	}

	.courses {
		.courses__item {
			padding: 30px 10px;
			min-height: 260px;
			margin-bottom: 40px;
			span {
				font-size: 22px;
			}
		}
	}
	.consultation {
		.consultation__body {
			padding: 35px 35px;
		}
		.consultation__body-container {
			max-width: 100%;
		}
		.consultation__title {
			font-size: 32px;
			margin-bottom: 20px;
		}
		.consultation__desc {
			font-size: 22px;
			margin-bottom: 50px;
		}
		.consultation__btn {
			padding: 18px 35px;
		}
	}

	.documents__item-link {
		padding: 15px;
		font-size: 18px;
		display: flex;
		flex-direction: column;
    	row-gap: 40px;
		align-items: self-start;
	}
	.documents__item-container {
		column-gap: 13px;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}

	.choise__items {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.choise__item {
		padding: 40px 35px;
		min-height: 320px;
	}
	.choise__item-title {
		font-size: 28px;
		margin-bottom: 40px;
	}
	.choise__item-desc {
		font-size: 20px;
	}

	.middle__redesign .review-title {
		height: 15%;
	}
	.middle__redesign .review-image {
		min-height: 100%;
	}
	.footer-redesign .footer__link {
		flex-direction: column;
	}
}
@media (max-width:480px) {}
/*Редизайн*/



@media (max-width:992px) {
	.header__contact {
		padding-top: 10px;
	}
	.sidebar__title {
		display: block;
	}
	.sidebar__link {
		background: rgb(223,223,223);
		background: url(../images/sidehover2.jpg) no-repeat scroll 100% -50% #FFFFFF;
		color: #575757 !important;
		display: block;
		padding: 6px 15px 0px 18px;
		text-decoration: none;
		text-align: left;
		border: 1px solid #E1E1E1;
		border-bottom: 0px;
	}
	#accordion {
		border-top: 0px;
		padding-top: 6px;
	}
}
@media (max-width: 768px) {
	.callback_btn {
		display: block;
	}
	#sidebar-menu .sidebar__link {
		text-decoration: underline;
	}
	.accordion li a:hover {
		background: none;
	}
}
#sidebar-menu-s .sidebar-title a {
	text-decoration: underline;
}

.secondary-menu {
	position: relative;
	z-index: 999998;
	margin-top: 2px;
}

.secondary-menu .navbar-header {
	display: none;
}

.nav.nav-training-mobile {
	display: none;
	float: none;
	clear: both;
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid rgba(255,255,255,0.15);
	padding-top: 10px;
}

.topnav-secondary {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.nav-training {
	float: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.nav-training > li {
	float: none;
	position: relative;
}

.nav-training > li > a {
	white-space: nowrap;
}

.nav-training .dropdown-menu {
	left: 50%;
	transform: translateX(-50%);
	min-width: 320px;
}

@media (min-width: 993px) {
	.nav-training .dropdown:hover .dropdown-menu,
	.nav-training .dropdown.open .dropdown-menu {
		display: block;
	}
}

.nav-training-mobile .dropdown-menu {
	float: none;
	left: auto;
	transform: none;
	min-width: 100%;
	border: 0;
	box-shadow: none;
	padding: 8px 0 4px 16px;
	margin: 6px 0 0;
}

.nav-training-mobile,
.nav-training-mobile ul {
	list-style: none;
	padding-left: 0;
}

.nav-training-mobile > li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}

.nav-training-mobile > li:last-child {
	border-bottom: 0;
}

.nav-training-mobile > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
}

.nav-training-mobile > li > a .caret {
	margin-left: 10px;
}

.nav-training-mobile .dropdown-menu li {
	background: transparent !important;
	border: 0 !important;
	float: none;
	margin: 0;
	padding: 0;
}

.nav-training-mobile .dropdown-menu li + li {
	border-top: 1px solid rgba(255,255,255,0.08);
}

.nav-training-mobile .dropdown-menu li a {
	display: block;
	padding: 8px 15px 8px 14px;
	font-size: 14px;
	line-height: 1.35;
	color: #dfe5ee;
}

.nav-training-mobile .dropdown-menu li a:hover,
.nav-training-mobile .dropdown-menu li a:focus {
	color: #fff;
	background: transparent;
}
.nav-training-mobile .dropdown-menu {
    max-height: 300px;
    overflow: auto;
    border: 1px solid #fff;
    background-color: #fff;
}

@media (max-width: 992px) {
	.secondary-menu .navbar-header {
		display: block;
	}
	.secondary-menu {
		display: none;
	}
	.topnav-secondary {
		border-radius: 0;
	}
	.nav-training {
		display: block;
	}
	.nav.nav-training-mobile {
		display: block;
	}
	.nav-training .dropdown-menu {
		position: static;
		float: none;
		transform: none;
		min-width: 100%;
	}
	.topnav ul ul {
		padding: 20px;	
	}
}