@font-face {
	font-family: 'Montserrat'; /* Имя шрифта */
	src: url(fonts/Montserrat/Montserrat-Regular.otf); /* Путь к файлу со шрифтом */
	font-weight: normal;
}

@font-face {
	font-family: 'Montserrat'; /* Имя шрифта */
	src: url(fonts/Montserrat/Montserrat-Medium.otf); /* Путь к файлу со шрифтом */
	font-weight: 500;
}

@font-face {
	font-family: 'Montserrat'; /* Имя шрифта */
	src: url(fonts/Montserrat/Montserrat-SemiBold.otf); /* Путь к файлу со шрифтом */
	font-weight: 600;
}

@font-face {
	font-family: 'Montserrat'; /* Имя шрифта */
	src: url(fonts/Montserrat/Montserrat-Bold.otf); /* Путь к файлу со шрифтом */
	font-weight: bold;
}

@font-face {
	font-family: 'Roboto'; /* Имя шрифта */
	src: url(fonts/roboto/roboto-regular.ttf); /* Путь к файлу со шрифтом */
	font-weight: normal;
}

@font-face {
	font-family: 'Roboto'; /* Имя шрифта */
	src: url(fonts/roboto/roboto-medium.ttf); /* Путь к файлу со шрифтом */
	font-weight: 500;
}

@font-face {
	font-family: 'Roboto'; /* Имя шрифта */
	src: url(fonts/roboto/roboto-bold.ttf); /* Путь к файлу со шрифтом */
	font-weight: 600;
}


body {
	background: #fff;
	font-family: 'Montserrat';
	position: relative;
	font-size: 18px;
	padding: 0;
	margin: 0;
}

* {
	box-sizing: border-box;
}

a {
	color: #3D61E0;
}
a:hover {
	text-decoration: none;
}

.content input[type=text], .content select, .content optgroup, .content textarea {
	background: #E7EEF4;
	border-radius: 5px;
	border: 0;
	outline: none;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Montserrat';
	color: #000;
	padding: 10px 18px;
}

.content p {
	line-height: 180%;
	margin-bottom: 20px;
}


.content ul {
	margin-bottom: 30px;
}
.content ul li {
	margin-top: 20px;
	margin-bottom: 8px;
	list-style: none;
	position: relative;
	padding-left: 20px;
	line-height: 170%;
}
.content ul li::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #4B74C8;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 10px;
}
.content ul li:last-child {
	margin-bottom: 0;
}
.content ul.three-col-ul {
	padding: 0;
}
.content ul.three-col-ul li {
	width: 30%;
	display: inline-block;
}
.content ol {
	padding-left: 20px;
	margin-bottom: 30px;
}
.content ol li {
	margin-top: 8px;
	margin-bottom: 8px;
	position: relative;
	padding-left: 20px;
}
.content ol li::marker {
	font-weight: bold;
	color: #2f66d6;
}
.content ol li ul {
	padding-inline-start: 0;
}
.content ol li:last-child {
	margin-bottom: 0;
}
.ul {
	padding-left: 0;
}
.ul li {
	list-style: none;
	margin-bottom: 13px !important;
	list-style: none;
	position: relative;
	padding-left: 30px !important;
}
.ul li::before {
	content: '' !important;
	display: inline-block !important;
	width: 14px !important;
	height: 14px !important;
	background: #0C9D5C !important;
	border-radius: 20px !important;
	margin-right: 24px !important;
	vertical-align: -5px !important;
	position: absolute !important;
	left: 0 !important;
	top: 7px !important;
}
.ul li span {
	display: inline-block;
	width: calc(100% - 40px);
	vertical-align: top;
}


.table-box {
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
}

.table {
	font-size: 15px;
	margin-bottom: 30px;
}

.table th {
	background: #c0e9da;
	color: #087751;
	border: 0 !important;
	font-size: 15px;
	font-weight: 600;
}
.table td[rowspan] {
	vertical-align: middle;
	text-align: center;
}

.border-td th, .border-td td {
	border: 1px solid #dee2e6;
}

h1.h1-box {
	margin-top: 30px;
	font-size: 42px;
}

h2 {
	color: #000000;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 32px;
	line-height: 150%;
}

p {
	margin-bottom: 30px;
}

.documents-box-page {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e2e2;
}

header {
	background: #201573 url('img/head-bg.jpg') top right no-repeat;
	width: 100%;
	min-height: 100vh;
	padding-top: 30px;
	position: relative;
	overflow-x: hidden;
	overflow-y: clip;
	padding-bottom: 70px;
}

.header-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	gap: 60px;
	margin-bottom: 120px;
	position: relative;
}

.header-min {
	height: initial;
	min-height: initial;
	padding-bottom: 30px;
}
.header-min .header-top {
	padding-bottom: 0px;
	margin-bottom: 0;
}

.logo-box {
	display: flex;
	align-items: center;
	gap: 30px;
}

.age {
	gap: 20px;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 13px;
}

.logo {
	background: url(img/logo.png) no-repeat;
	width: 120px;
	height: 90px;
	background-size: contain !important;
	position: relative;
	display: table;
}

.bread {
	margin-top: 50px;
}

.site-name-box {
	color: #fff;
}
.site-name-box .site-tag {
	font-size: 20px;
	font-weight: 600;
}
.site-name-box .site-name {
	font-size: 61px;
	font-weight: 800;
	margin-top: 16px;
}



.address-item {
	margin-bottom: 50px;
}
.address-item .address-title {
	font-weight: 600;
	font-size: 26px;
	color: #213457;
	margin-bottom: 13px;
}
.address-item .address-desc {
	font-weight: 500;
	font-size: 17px;
	line-height: 160%;
	color: #000;
}
.address-item .address-desc li {
	margin-bottom: 15px;
	list-style: none;
}
.address-item .address-desc span {
	color: #637394;
	width: 120px;
	display: inline-block;
}
.address-item .address-desc a {
	color: #3D61E0 !important;
	border-bottom: 1px solid rgb(61 97 224 / 32%);
	text-decoration: none !important;
}
.address-item .address-desc a:hover {
	border-bottom: 0;
	padding-bottom: 1px;
}

.content {
	font-weight: 500;
	padding-bottom: 70px;
}

.content p {
	line-height: 180%;
	margin-bottom: 20px;
	font-size: 16px;
}

.flex-align-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.gap-60 {
	gap: 60px;
}


.menu a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-right: 50px;
	text-decoration: none;
}
.menu a:hover {
	color: #00ffc2;
}
.menu a:last-child {
	margin-right: 0;
}


.site-desc {
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	margin-top: 28px;
	width: 70%;
	line-height: 160%;
}

.send-btn-top {
	color: #184439;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
	background: #00FFC2;
	padding: 19px 27px;
	text-decoration: none;
}

.send-btn-head {
	color: #184439;
	font-size: 22px;
	font-weight: 600;
	border-radius: 50px;
	background: #00FFC2;
	padding: 36px 55px;
	text-decoration: none;
	display: table;
	margin-top: 55px;
}




.subscribe-box {
	background: url('img/subscribe-bg.jpg') center no-repeat;
	background-size: cover !important;
	width: 100%;
	height: 520px;
	padding: 50px 0;
}
.subscribe-box .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.subscribe-box .subscribe-tag {
	color: #fff;
	text-align: center;
	font-size: 38px;
	font-weight: 700;
}
.subscribe-box .subscribe-desc {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
	margin-top: 17px;
}



footer {
	padding: 60px 0;
}
footer .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.logo-footer-box {
	text-decoration: none;
	display: table;
	margin-bottom: 48px;
}
.logo-footer {
	display : grid;
	grid-template-columns: 120px 1fr;
	column-gap: 21px;
	align-items: center;
}
.logo-footer .logo {
	filter: brightness(1) invert(1);
}
.logo-footer .logo-name {
	color: #000;
	font-size: 17px;
	font-weight: 700;
}

.footer-desc {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 160%;
	width: 60%;
}



.menu-footer a {
	color: #000 !important;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	display: table;
	margin-bottom: 20px;
}
.menu-footer a:hover {
	color: #3523BC !important;
}
.menu-footer a:last-child {
	margin-right: 0;
}

.footer-tag {
	margin-bottom: 6px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}

.right-footer {
	display: flex;
	flex-wrap: wrap;
	column-gap: 100px;
}

.right-footer a {
	color: #3523BC;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
}



.tag-box {
	color: #000;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 35px;
}

.release-box {
	padding: 90px 0;
}


.container {
	width: 100%;
	padding-right: 40px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1560px;
}




.burger {
	display: none;

	background: url('img/burger.svg') no-repeat;
	width: 38px;
	height: 26px;
	background-size: contain !important;
	position: absolute;
	right: 0;
	top: 0;
	margin: auto 0;
	bottom: 0;
	cursor: pointer;
}





@media (max-width: 576px) {
	.container {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.container {
		max-width: 100%;
	}
}

@media (max-width: 992px) {
	.container {
		max-width: 100%;
		padding-right: 60px;
		padding-left: 60px;
	}

	.site-name-box .site-name {
		font-size: 50px;
	}

	.site-desc {
		width: 100%;
		font-size: 18px;
		font-weight: 500;
	}

	
	header {
		padding-bottom: 70px;
		min-height: initial;
	}
	.header-min {
		padding-bottom: 30px;
	}

	.header-min .header-top {
		padding-bottom: 0;
	}

	.send-btn-top {
		display: none;
	}



	.burger {
		display: table;
	}
	.menu {
		display: none;
	}
	.menu.show {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		background: #6955c9;
		height: 100%;
		padding: 70px 35px;
		width: 100%;
		right: 0;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 20px;
		z-index: 999;
	}
	.menu.show .menu-close {
		display: table;
	}
	.menu a {
		color: #fff;
		text-transform: initial;
		font-weight: 600;
		font-size: 23px;
		border-bottom: 1px solid #8c7fc9;
		padding-bottom: 23px;
		width: 100%;
	}
	.menu-close {
		display: none;
		width: 24px;
		height: 24px;
		background: url(img/menu-close.svg) no-repeat;
		background-size: contain !important;
		position: absolute;
		right: 40px;
		top: 35px;
		filter: brightness(0) invert(1);
	}
}





@media (max-width: 768px) {
	.site-name-box .site-name {
		font-size: 32px;
	}

	.site-desc {
		font-size: 16px;
	}

	.header-top {
		margin-bottom: 30px;
	}

	.logo {
		width: 57px;
		height: 67px;
	}

	.send-btn-head {
		width: 100%;
		text-align: center;
		margin-top: 40px;
		padding: 31px 55px;
		font-size: 19px;
	}

	.input-box-subscribe {
		flex-wrap: wrap;
		gap: 20px;
	}

	.subscribe-box {
		height: 100%;
	}
}