@charset "UTF-8";


ul.main-breadcrumb {
	margin: 0;
	padding: 0 0 38px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1;
}

.main-breadcrumb > li {
	display: block;
}

.main-breadcrumb > li > span,
.main-breadcrumb > li > a {
	display: block;
	color: #333;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
}

.main-breadcrumb > li > a {
	padding-right: 10px;
	position: relative;
	margin-right: 2px;
}

.main-breadcrumb > li > a:hover {
	text-decoration: underline;
}

.main-breadcrumb > li > a:before {
	content: '-';
	position: absolute;
	right: 1px;
	top: 0;
}

.main-breadcrumb > li > span {
	color: #1d4b73;
}

.heading {
	text-transform: uppercase;
	font-size: 32px;
	font-family: MulishBold;
	color: #1d4b73;
	line-height: 1.25;
	display: block;
}

.heading2 {
	font-family: MulishBold;
	font-size: 28px;
	line-height: 1.07;
	color: #333;
}

html body .m0 {
	margin-bottom: 0;
}

html body .m1 {
	margin-bottom: 36px;
}

html body .m2 {
	margin-bottom: 64px;
}

html body .m3 {
	margin-bottom: 11px;
}

html body .m4 {
	margin-bottom: 22px;
}

html body .m5 {
	margin-bottom: 23px;
}




.banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #b70928;
	color: white;
	overflow: hidden;
	border-radius: 15px;
}

.bn-col-l {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	padding: 30px;
	padding-left: 49px;
	-ms-flex-item-align: center;
	align-self: center;

}

.bn-col-l > *:last-child {
	margin-bottom: 0;
}

.bn-col-r {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50.77%;
}


.banner .heading {
	color: inherit;
}

.bn-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 100%;
}

.bn-img:after {
	content: ' ';
	padding: 28.4% 0;
	width: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.bn-img > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.df-section {
	margin-bottom: 100px;
}

ul.contacts-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -20px;
}

ul.contacts-list > li {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	width: 33.3333%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.contact-item {
	border-radius: 15px;
	-webkit-box-shadow: inset 0 0 0 2px #1d4b73;
	box-shadow: inset 0 0 0 2px #1d4b73;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 30px;
	opacity: 1;
	-webkit-transition: background-color 300ms, -webkit-box-shadow 300ms;
	transition: background-color 300ms, -webkit-box-shadow 300ms;
	transition: background-color 300ms, box-shadow 300ms;
	transition: background-color 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;
}

.contact-item:hover {
	-webkit-box-shadow: inset 0 0 0 2px #cee4e2;
	box-shadow: inset 0 0 0 2px #cee4e2;
	background-color: #cee4e2;
}



.contact-item .heading2 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	margin-bottom: 21px;
}

.contact-content {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 16px;
	line-height: 125%;
	color: #333;
}

.contact-item > *:last-child {
	margin-bottom: 0;
}

.license {
	background-color: #1d4b73;
	color: white;
	border-radius: 15px;
	overflow: hidden;
	padding: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.license-img-col {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 51px;
	width: 22.2%;
}

.license-main-col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	-ms-flex-item-align: center;
	align-self: center;
	line-height: 1.25;
	padding-bottom: 20px;
}

.license-main-col > *:last-child {
	margin-bottom: 0;
}

.license-emblem-col {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 60px;
}

.license-img {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.license-img:after {
	content: ' ';
	padding: 70.8% 0;
	width: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.license-img > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

ul.ed-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -20px;
}

ul.ed-list > li {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50%;
}

.ed-box {
	background: #f2f5f7;
	overflow: hidden;
	border-radius: 15px;
	padding: 40px;
	padding-left: 62px;
	padding-bottom: 114px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.ed-icon {
	width: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: end;
	align-self: flex-end;
	position: relative;
	margin-bottom: 11px;
}

.ed-icon:after {
	content: ' ';
	padding: 50% 0;
	width: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.ed-icon > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
}

.ed-content {
	font-size: 100px;
	line-height: 1;
	text-transform: uppercase;
	font-family: MulishSemiBold;
	margin-bottom: 15px;
}

.ed-text {
	font-family: MulishBold;
	font-size: 28px;
	line-height: 107%;
	color: #333;
	margin-right: 20px;
}

ul.tm-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	/*	margin-top: -20px;*/
}

ul.tm-list > li {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25%;
}

.tm-box {
	background-color: #f2f5f7;
	border-radius: 15px;
	overflow: hidden;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: 30px 15px;
	font-size: 16px;
	line-height: 1.25;
	color: #333;
}

.tm-box > *:last-child {
	margin-bottom: 0;
}

.tm-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 17px;
}

.tm-img-inner {
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100px;
	overflow: hidden;
}

.tm-img-inner:after {
	content: ' ';
	padding: 50% 0;
	width: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tm-img-inner > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.tm-name {
	font-size: 24px;
	color: #1d4b73;
	line-height: 1.1;
	margin-bottom: 18px;
}

.tm-post {
	font-weight: 400;
	font-size: 14px;
	color: #333;
	margin-bottom: 17px;
}

.tm-post > *:last-child {
	margin-bottom: 0;
}

.tm-post a {
	color: #1d4b73;
}

.tm-post > * {
	margin-bottom: 8px;
}

.tm-text {
	padding-bottom: 30px;
}

.help.type-2 {
	background: #b70928;
}

.help.type-2 .help__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.help.type-2 .help__title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	text-wrap: balance;
}

.help__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 160px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: -20px;
	margin-bottom: -20px;
	margin-right: 61px;
}

.help__icon:after {
	content: ' ';
	padding: 56.25% 0;
	width: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.help__icon > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
}

ul.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-top: -30px;
}

ul.social-list > li {
	margin-left: 30px;
	margin-top: 30px;
}

.social-item {
	width: 50px;
	height: 50px;
	display: block;
}

.social-item svg {
	display: block;
	width: 100%;
	height: 100%;
}

.df-map {
	width: 100%;
	background-color: lightgrey;
	margin-top: 44px;
	height: 490px;
	position: relative;
}


@media screen and (max-width: 1200px) {
	.bn-col-l {
		padding-left: 30px;
	}

	.license {
		padding: 40px;
	}

	.ed-box {
		padding: 40px;
		padding-bottom: 100px;
	}

	.tm-name {
		font-size: 20px;
	}

	.help__icon {
		margin-right: 20px;
	}

	.df-map {
		height: 360px;
	}

}

@media screen and (max-width: 1100px) {
	.bn-col-r {
		width: 43.77%;
	}

	ul.contacts-list > li {
		width: 50%;
	}

	.ed-box {
		padding: 30px;
		padding-bottom: 80px;
	}

	.ed-text {
		font-size: 23px;
	}

	.ed-content {
		font-size: 80px;
	}

	.ed-icon {
		width: 70px;
	}

	.tm-box {
		padding: 20px 10px;
	}

	.tm-text {
		padding-bottom: 20px;
	}

}

@media screen and (max-width: 991px) {
	.heading {
		font-size: 20px;
	}

	.heading2 {
		font-size: 18px;
	}

	.df-section {
		font-size: 14px;
	}

	.prt-icon {
		width: 80px;
	}

	.contact-item {
		padding: 20px;
	}

	.contact-item .heading2 {
		margin-bottom: 10px;
	}

	.df-section {
		margin-bottom: 60px;
	}

	.license-img-col {
		margin-right: 30px;
	}

	.license-emblem-col {
		margin-left: 30px;
		width: 70px;
	}

	.license-emblem {
		width: 100%;
	}

	.license-emblem img {
		width: 100%;
	}

	.license {
		padding: 30px;
	}

	.ed-text {
		font-size: 18px;
	}

	.ed-content {
		font-size: 50px;
	}

	ul.tm-list > li {
		width: 33.3333%;
	}

	.help.type-2 .help__title {
		width: 100%;
	}

	.help__icon {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-left: auto;
		margin-right: 0;
		margin-top: -100px;
	}
}

@media screen and (max-width: 767px) {
	.bn-col-l {
		padding: 20px;
	}

	.contact-content {
		font-size: 13px;
	}

	.license {
		padding: 20px;
	}

	.ed-box {
		padding: 20px;
		padding-bottom: 50px;

	}

	.ed-text {
		margin-right: 0;
	}

	ul.tm-list > li {
		width: 50%;
	}

	.help__icon {
		width: 110px;
	}

	.df-map {
		height: 300px;
	}

	.license-img-col {
		margin-right: 20px;
	}

	.license-emblem-col {
		margin-left: 20px;
		width: 40px;
	}

	.license-main-col {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 600px) {
	.banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;

	}

	.bn-col-l {
		width: 100%;
	}

	.bn-col-r {
		width: 100%;
	}

	.prt-icon {
		width: 70px;
	}

	.contact-content {
		font-size: 14px;
	}

	.license {}

	.license-emblem-col {
		display: none;
	}

	ul.ed-list > li {
		width: 100%;
	}

	.tm-text {
		font-size: 14px;
	}

	.tm-post > * {
		margin-bottom: 2px;
	}

	.help__icon {
		margin-top: 20px;
	}

	.help.type-2 .help__well {
		text-align: center;
	}

	.help.type-2 .help__well span {
		margin-right: 0;
		width: 100%;
	}

	.help.type-2 .help__well svg,
	.help.type-2 .help__well::after {
		display: none;
	}

	ul.ed-list,
	ul.tm-list,
	ul.contacts-list {
		margin-left: -5px;
		margin-right: -5px;
		margin-top: -10px;
	}

	ul.ed-list > li,
	ul.tm-list > li,
	ul.contacts-list > li {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 10px;
	}

	ul.social-list {
		margin-top: -20px;
	}

	ul.social-list > li {
		margin-top: 20px;
	}

	html body .m1 {
		margin-bottom: 26px;
	}

	html body .m2 {
		margin-bottom: 44px;
	}

	html body .m3 {
		margin-bottom: 9px;
	}

	html body .m4 {
		margin-bottom: 18px;
	}

	html body .m5 {
		margin-bottom: 18px;
	}

	.df-map {
		margin-top: 30px;
	}
}

@media screen and (max-width: 480px) {
	ul.main-breadcrumb {
		padding-bottom: 8px;
	}

	.bn-img:after {
		content: ' ';
		padding: 26.6% 0;
	}

	html body .m1 {
		margin-bottom: 20px;
	}

	html body .m2 {
		margin-bottom: 40px;
	}

	html body .m3 {
		margin-bottom: 6px;
	}

	html body .m4 {
		margin-bottom: 13px;
	}

	html body .m5 {
		margin-bottom: 10px;
	}

	.df-section {
		margin-bottom: 40px;
	}

	.license {
		padding: 41px 30px;
		margin-left: -30px;
		margin-right: -30px;
		border-radius: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.license-img-col {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}

	.license-main-col {
		width: 100%;
		line-height: 1.07;
	}

	.ed-icon {
		width: 50px;
		margin-bottom: -13px;
	}

	.ed-content {
		margin-bottom: 4px;
	}

	ul.tm-list {
		padding-top: 10px;
	}

	.tm-box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 20px 20px;
		text-align: left;
	}

	.tm-img {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-right: 20px;
	}

	.tm-img-inner {
		width: 90px;
	}

	.tm-name {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 1%;
		-ms-flex-item-align: center;
		align-self: center;
		text-transform: uppercase;
		font-family: MulishBold;
	}

	.tm-img,
	.tm-name {
		margin-bottom: 10px;
	}

	.tm-post {
		width: 100%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 19px;
	}

	.tm-text {
		width: 100%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding-bottom: 17px;
	}

	.tm-post > * {
		margin-bottom: 4px;
	}

	.tm-text {
		line-height: 1.07;
	}

	.help.type-2 .help__title {
		margin-bottom: 10px;
	}

	.help.type-2 .help__well {
		height: 50px;
		font-size: 16px;
	}

	.help__icon {
		width: 118px;
		margin-top: 15px;
		margin-bottom: -37px;
	}

	.df-map {
		margin-top: 17px;
		max-height: 490px;
	}

}

@media screen and (max-width: 340px) {
	.bn-col-l {
		padding: 15px;
	}

	.tm-box,
	.contact-item {
		padding: 15px;
	}

	.tm-img {
		margin-right: 10px;
	}

	.tm-name {
		font-size: 17px;
	}

	.social-item {
		width: 40px;
		height: 40px;
	}

	ul.social-list {
		margin-left: -15px;
	}

	ul.social-list > li {
		margin-left: 15px;
	}
}
