@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;
}



.go-home {
	background-size: cover !important;
	background: url(img/go-home.svg) no-repeat;
	width: 39px;
	height: 44px;
	position: absolute;
	top: 80px;
	transition: 0.3s ease;
	opacity: 0.5;
}

.go-home:hover {
	cursor: pointer;
	opacity: 1;
}

.go-back {
	background-size: cover !important;
	background: url(img/go-back.svg) no-repeat;
	width: 39px;
	height: 30px;
	position: absolute;
	top: 175px;
	transition: 0.3s ease;
	opacity: 0.5;
}

.go-back:hover {
	cursor: pointer;
	opacity: 1;
}


.fast-nav-box {
	position: fixed;
	left: 60px;
	z-index: 200;
	top: 50px;
	display: table;
}


.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;
}



.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;
}


.tabs-head-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 26px;
	border-bottom: 1px solid #E1EBF7;
}

.tabs-head-box-2 {
	padding-bottom: 25px;
}

.tabs-head-box .title-more-item {
	font-weight: 500;
	font-size: 16px;
	color: #576684;
	display: none;
	text-decoration: none !important;
}

.box-title-more {
	display: flex;
	align-items: center;
	gap: 30px;
}

.tabs-head-box .title-more-item::after {
	content: '';
	display: inline-block;
	background: url(/local/templates/yugu2021/img/all-materials-arrow.svg) no-repeat;
	width: 22px;
	height: 14px;
	background-size: contain !important;
	opacity: 0.5;
	margin-left: 10px;
	transition: 0.3s ease;
}

.tabs-head-box .title-more-item:hover::after {
	margin-left: 20px;
}

.tabs-head-box .title-more-item.active {
	display: flex;
	align-items: center;
}

.news-box {
	padding-bottom: 0;
}
.news-box h3 {
	padding-bottom: 0;
}



.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;
}


.btn {
	font-weight: 600;
	font-size: 21px;
	padding: 24px 42px;
	display: inline-block;
	transition: 0.3s ease;
	border-radius: 10px;
	cursor: pointer;
	border: 0;
	outline: none !important;
}

.btn:hover {
	text-decoration: none;
	opacity: 0.7;
}

.btn.btn-blue {
	background: linear-gradient(90deg, #3F2AFF 0%, #423EDF 100%), #3F2AFF;
	color: #fff;
}

.message-page {
	background: #f4f9fd url(img/info-ico.svg) bottom right no-repeat;
	border-radius: 10px;
	margin: 15px 0;
	padding: 30px 40px;
	line-height: 170%;
	font-weight: 500;
	text-shadow: 0.1px 0.1px 0.1px rgb(0 0 0 / 30%);
	font-size: 17px;
	display: table;
}

.message-page.error {
	background: #c13c2e url(img/info-ico.svg) bottom right no-repeat;
	border-radius: 10px;
	margin: 15px 0;
	padding: 20px 30px;
	line-height: 170%;
	text-shadow: 0.1px 0.1px 0.1px rgb(0 0 0 / 30%);
	font-size: 16px;
	font-weight: 500;
	background-blend-mode: color-burn;
	color: #fff;
	display: table;
}

.message-page.quotes {
	background: #f4f9fd url(img/quote.svg) bottom right no-repeat;
	border-radius: 10px;
	margin: 15px 0;
	padding: 30px 40px;
	line-height: 170%;
	font-weight: 500;
	text-shadow: 0.1px 0.1px 0.1px rgb(0 0 0 / 30%);
	font-size: 18px;
	display: table;
	margin-bottom: 50px;
}

.quote-author {
	margin-top: 20px;
}


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;
}



header .header-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
	width: 100%;
	align-items: flex-start;
	position: relative;
	margin-top: 43px;
}

.btn-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.btn-bar .search-ico {
	background-size: cover !important;
	background: url(img/search-ico.svg) no-repeat;
	width: 25px;
	height: 25px;
	margin-right: 40px;
	transition: 0.3s ease;
	filter: brightness(0) invert(1);
}

.btn-bar .search-ico:hover {
	opacity: 0.7;
	cursor: pointer;
}


/*LANG START*/
.btn-bar .lang {
	margin-right: 40px;
	text-decoration: none !important;
	transition: 0.3s ease;
	margin-top: 2px;
	display: flex;
	align-items: center;
	position: relative;
}
.selected-lang {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10;
	font-weight: 700;
	font-size: 17px;
	color: #fff;
}
.selected-lang::after {
	content: '';
	background: url('img/arrow-lang.svg') no-repeat;
	width: 9px;
	height: 9px;
	margin-left: 6px;
	background-size: contain !important;
}
.show-lang .selected-lang::after {
	transform: rotate(180deg);
	margin-top: -5px;
}
.selected-lang:hover {
	cursor: pointer;
}
.show-lang .selected-lang {
	color: #67768c8c;
}
.list-lang {
	display: none;
	background: #fff;
	position: absolute;
	top: -12px;
	left: -15px;
	box-shadow: 0 0 30px rgb(0 0 0 / 15%);
	border-radius: 10px;
	padding: 41px 16px 12px 16px;
	width: 75px;
	z-index: 9;
}
.show-lang .list-lang {
	display: table;
}
.lang-item {
	font-weight: 600;
	font-size: 15px;
	color: #67768C;
	width: 100%;
	display: table;
	padding-top: 5px;
	border-top: 1px solid #b3bbc661;
	margin-top: 5px;
}
.lang-item:hover {
	color: #2946ab;
	text-decoration: none;
}
/*LANG END*/



.special_v-header {
	width: 30px;
	height: 20px;
	background: url('img/eye.svg') no-repeat;
	background-size: cover;
	margin-right: 40px;
	transition: 0.3s ease;
	filter: brightness(0) invert(1);
}

.special_v-header:hover {
	opacity: 0.7;
	cursor: pointer;
}



.btn-bar .cabinet {
	font-weight: 600;
	font-size: 16px;
	color: #413AE4;
	padding: 9px 22px;
	border: 1px solid #413AE4;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-decoration: none !important;
	transition: 0.3s ease;
}

.btn-bar .cabinet:hover {
	background: #413AE4;
	color: #fff;
}

.btn-bar .cabinet .cabinet-ico {
	background-size: cover;
	background: url(img/cabinet-ico.svg) no-repeat;
	width: 14px;
	height: 20px;
	margin-right: 14px;
}

.btn-bar .cabinet:hover .cabinet-ico {
	filter: brightness(0) invert(1);
}





.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;
}




footer {
	width: 100%;
	background: #2B2B2B;
	color: #fff;
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 130px;
	padding: 46px 0 0 0;
}

footer .footer-copy {
	width: 100%;
	background: #313131;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 25px 0;
}

footer .footer-copy .copy {
	color: #9D9D9D;
	font-weight: 500;
	font-size: 15px;
}

footer .footer-copy .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


footer .foot-contact-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .foot-contact {
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	color: #fff;
}

footer .foot-contact a {
	color: #fff;
}


.link-sveden {
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	color: #fff !important;
	margin-top: 36px;
	margin-bottom: 60px;
	display: table;
	text-decoration: none !important;
}

.link-sveden:hover {
	opacity: 0.7;
}


footer .foot-menu-box {
	padding-left: 46px;
}

footer .foot-menu {
	margin-top: 43px;
	display: flex;
	justify-content: space-between;
}

footer .foot-menu .block-menu {
	margin-bottom: 40px;
}

footer .foot-menu .block-menu .menu-cat {
	font-weight: 600;
	font-size: 20px;
	color: #fff !important;
	text-decoration: none !important;
}

footer .foot-menu .block-menu .menu-cat:hover {
	opacity: 0.7;
}

footer .foot-menu .block-menu .menu-links {
	margin-top: 17px;
}

footer .foot-menu .block-menu .menu-links a {
	font-weight: 500;
	font-size: 17px;
	line-height: 124%;
	color: #D6D6D6;
	margin-bottom: 18px;
	display: table;
	transition: 0.3s ease;
}

footer .foot-menu .block-menu .menu-links a:hover {
	color: #fff;
}


footer .menu-link {
	font-weight: 500;
	font-size: 17px;
	line-height: 124%;
	color: #D6D6D6;
	transition: 0.3s ease;
	display: inline-block;
	margin-left: 30px;
}

footer .menu-link:hover {
	color: #fff;
}


footer .foot-logo {
	background: url('img/foot-logo.svg') no-repeat;
	width: 202px;
	height: 67px;
	display: table;
}

footer .foot-soc-network {
	margin-top: 50px;
}

footer .foot-soc-network .foot-soc-network-item {
	display: inline-block;
	margin-right: 24px;
	vertical-align: middle;
	margin-bottom: 20px;
}

footer .foot-soc-network .foot-soc-network-item:hover {
	opacity: 0.7;
}
}

footer .foot-soc-network .foot-soc-network-item:last-child {
	margin-right: 0;
}

footer .foot-soc-network .foot-soc-network-item.yt {
	background: url('img/foot-yt.svg') no-repeat;
	width: 26px;
	height: 18px;
}

footer .foot-soc-network .foot-soc-network-item.inst {
	background: url('img/foot-inst.svg') no-repeat;
	width: 20px;
	height: 20px;
}

footer .foot-soc-network .foot-soc-network-item.vk {
	background: url('img/foot-vk.svg') no-repeat;
	width: 26px;
	height: 16px;
}

footer .foot-soc-network .foot-soc-network-item.fb {
	background: url('img/foot-fb.svg') no-repeat;
	width: 10px;
	height: 20px;
}

footer .foot-soc-network .foot-soc-network-item.tgm {
	background: url('img/foot-tgm.svg') no-repeat;
	width: 20px;
	height: 20px;
}

footer .foot-soc-network .foot-soc-network-item.twit {
	background: url('img/foot-twit.svg') no-repeat;
	width: 20px;
	height: 20px;
}

footer .foot-soc-network .foot-soc-network-item.ok {
	background: url('img/foot-ok.svg') no-repeat;
	width: 20px;
	height: 20px;
}

footer .foot-soc-network .foot-soc-network-item.tiktok {
	background: url('img/foot-tiktok.svg') no-repeat;
	width: 20px;
	height: 20px;
}

footer .foot-soc-network .foot-soc-network-item.rutube {
	background: url('img/foot-rutube.svg') no-repeat;
	width: 21px;
	height: 20px;
}

footer .foot-soc-network .foot-soc-network-item.dzen {
	background: url('img/foot-dzen.svg') no-repeat;
	width: 21px;
	height: 21px;
}


footer .minobr {
	//background: url('img/foot-minobr.svg') no-repeat;
	//height: 46px;
	width: 200px;
	display: table;
	font-size: 15px;
	line-height: 126%;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 600;
}

footer .minobr:hover {
	opacity: 0.7;
}



button.tns-nav-active {
	background: #01518D !important;
}



/*modal*/
.overlay {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	pointer-events: none;
	transition: 0.35s ease-in-out;
	max-height: 100vh;
	overflow-y: auto;
	z-index: 1000;
}

.overlay.open {
	opacity: 1;
	pointer-events: inherit;
}


.modal {
	display: none;
}


.modal::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 10px;
	height: 0;
}

.modal::-webkit-scrollbar-track {
	background-color: #f3f5f6;
	border-radius: 10px;
	width: 10px;
}

.modal::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #dbe0ec;
}

.modal::-webkit-resizer {
	width: 10px;
	height: 0;
}

.modal::-webkit-scrollbar {
	width: 10px;
	height: 6px;
}

.overlay.open .modal {
	background: #fff;
	//text-align: center;
	padding: 40px 50px;
	box-shadow: 0px 1px 10px rgb(255 255 255 / 35%);
	transition: 0.35s ease-in-out;
	max-height: 100vh;
	overflow-y: auto;
	display: block;
	border-radius: 10px;
	position: relative;
	max-width: 800px;
}

.overlay .modal.open {
	opacity: 1;
	pointer-events: inherit;
}

.overlay .modal.open .content {
	transform: translate(0, 0px);
	opacity: 1;
}
.overlay .modal .content {
	transform: translate(0, -10px);
	opacity: 0;
	transition: 0.35s ease-in-out;
	padding: 0;
}
.overlay .modal h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 30px;
}


.close-modal {
	background: url('img/close.svg') no-repeat;
	width: 35px;
	height: 35px;
	background-size: 35px;
	position: absolute;
	right: 50px;
	top: 40px;
	border: 0 !important;
	z-index: 100;
	opacity: 0.2;
	padding: 0 !important;
}

.overlay-start .modal h2 {
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 30px;
	text-align: center;
	line-height: initial;
}

.overlay-start {
	background: rgba(255, 255, 244, 0.9) url(img/overlay-start.png) top center no-repeat;
	background-size: 120%;
}

.overlay-start .modal {
	box-shadow: 0px 0px 100px rgba(153, 156, 11, 0.15) !important;
	border-radius: 50px !important;
	padding: 50px 60px !important;
}

.modal-start-text {
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
	text-align: center;
}

.modal-start-text a {
	text-decoration: underline;
}
.modal-start-text a:hover {
	text-decoration: none;
}




@media (max-width: 576px) {
	.container {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.container {
		max-width: 100%;
	}
}



@media (max-width: 768px) {
	
}