html{line-height:1.15;-webkit-text-size-adjust:100%;height:100%;opacity: 1 !important;}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;/*white-space:nowrap;*/display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

a {
	cursor: pointer;
	text-decoration: none;
}

p {
	margin: 0;
}

b {
	font-weight: 700;
}

body {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	height: 100%;
	display: flex;
	flex-direction: column;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.content-wrapper {
	flex: 1 0 auto;
}

.wrap {
	width: 100%;
	max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
	display: flex;
}

header {
	width: 100%;
	height: 64px;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

header .wrap {
	justify-content: space-between;
	align-items: center;
	height: 64px;
}

header nav {
	display: flex;
}

header nav a {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	margin: 0 20px;
}

.index_video {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.index .bg {
	width: 100%;
	height: 100vh;
	min-height: 600px;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	background: linear-gradient(180deg, #132B69 0%, rgba(50, 164, 213, 0.81) 100%);
}

.index .map {
	width: 735px;
	height: 416px;
	position: absolute;
    top: calc(50vh - 208px);
    right: 0;
    z-index: 0;
	background: url('../img/map.png') no-repeat center center;
	background-size: contain;
}

.index {
	width: 100%;
	height: 100vh;
	min-height: 600px;
}

.index .content {
	width: 100%;
	height: 100vh;
	min-height: 600px;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.index .content .wrap {
	width: 100%;
	height: 100vh;
	min-height: 600px;
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: center;
}

.index .content span {
	font-weight: 700;
	font-size: 56px;
	line-height: 72px;
	color: #fff;
	margin: 0 0 42px 0;
	max-width: 768px;
}

/* .index_offset .content .wrap {
	justify-content: flex-start;
} */
.index_offset .content span {
	/* margin: 148px 0 42px 0; */
	margin: 0 0 42px 0; 
}

.index .content p {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: rgba(255, 255, 255, 0.84);
	max-width: 500px;
	margin-bottom: 48px;
}
/* added */
.index .content p:last-child {
	margin-bottom: 0;
}

.index .buttons {
	display: flex;
}

/* .index .buttons a {
	background: url('../img/button_arrow.svg') no-repeat center left;
	height: 56px;
	display: flex;
	align-items: center;
	padding-left: 76px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	margin-right: 56px;
} */

.history, .business, .law {
	background: #192E65;
	position: relative;
}

.dvd_wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
    height: 100vh;
    user-select: none;
    pointer-events: none;
}

.no_dvd {
	position: relative;
	z-index: 11;
}

.dvd_wrap .wrap {
	height: 100vh;
    position: relative;
}

.divider {
	width: 1px;
	height: 100vh;
	position: absolute;
	top: 0;
	z-index: 2;
	background: rgba(255, 255, 255, 0.05);
}

/* added */
/* .dvd2 {
	left: 312px;
}
.dvd3 {
	left: 624px;
}
.dvd4 {
	left: 936px;
}
.dvd5 {
	right: 0;
} */
.dvd1 {
	left: 0;
}
.dvd2 {
	left: 25%;
}
.dvd3 {
	left: 50%;
}
.dvd4 {
	left: 75%;
}
.dvd5 {
	left: 100%;
}
.index {
	position: relative;
}
.index-dynamic {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -30px;
	z-index: 1;
}
.index-dynamic .wrap, .bottom-dynamic .wrap {
	position: relative;
	padding: 0;
}
.business .bottom-dynamic {
	z-index: 12;
}
.business .bottom-dynamic .dynamic-rectangle {
	box-shadow: 1px 0 0 #2b3c6d;
	margin-left: 1px;
}
.dynamic-rectangles {
	width: 100%;
	display: flex;
	align-items: flex-end;
}
.dynamic-rectangle {
	width: 25%;
	background-color: #192E65;
}
.dynamic-rectangle_1{
	height: 110px;
}
.dynamic-rectangle_2 {
	height: 140px;
}
.dynamic-rectangle_3 {
	height: 80px;
}
.dynamic-rectangle_4 {
	height: 50px;
}
.bottom-dynamic {
	position: absolute;
	width: 100%;
	left: 0;
	top: calc(100% - 50px);
	z-index: 1;
}
.bottom-dynamic .dynamic-rectangles {
	align-items: flex-start;
}
.bottom-dynamic-parent {
	position: relative;
}
.help.index_help .title {
	margin-top: 190px;
}


.table {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* margin: 36px 0 100px 0; */
	/* 02.08 added */
	padding-bottom: 24px;
	margin: 36px 0 56px 0;
}

.help.index_help .table {
	margin: 36px 0 76px 0;
}

.table_divider {
	background: rgba(0, 0, 0, 0.05);
	width: 100%;
	height: 1px;
}

.table .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.table .row .col {
    /* width: 280px; */
	width: 436px;
    flex: none;
    text-align: center;
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    /* height: 72px; */
	min-height: 80px;
	padding: 20px 8px 23px 8px;
}

.table .row .first_col {
	width: 280px;
}

.table .first_row .col {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 88px;
	padding: 20px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.table .first_row .col span {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #fff;
}

.table_blue {
	background: #2795D2;
}

.table_red {
	background: #DC2833;
}

.table_green {
	/* background: #31B4BC; */
	background: #51C49A;
}

.table .col {
	/* font-weight: 400;
	font-size: 20px;
	line-height: 32px; */
	color: rgba(0, 0, 0, 0.87);
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.18px;
}

.table .first_col {
	/* justify-content: flex-start !important; */
	align-items: flex-start !important;
	padding: 16px 8px 16px 0 !important;
	text-align: left !important;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: rgba(0, 0, 0, 0.87);
}
.table .col p:not(:last-child) {
	margin-bottom: 8px;
}
.table .col span {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.6);
}

.table .data_col {
	/* box-shadow: -4px 0px 24px -4px rgba(34, 60, 80, 0.08), 4px 0px 24px 4px rgba(34, 60, 80, 0.08); */
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-top: none;
}

.help .wrap {
	flex-direction: column;
}

.table .last_row .col {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	min-height: unset;
	height: 72px;
	padding: 0;
}

.table .last_row span {
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	padding: 8px 20px;
	border-radius: 20px;
}

.help .title {
	font-weight: 700;
	font-size: 32px;
	color: rgba(0, 0, 0, 0.87);
	margin-top: 200px;
}



.laws {
	background: #192E65;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 80px 40px 128px 40px;
}

.laws .title {
	margin-bottom: 48px;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

.col_title {
	background: rgba(0, 0, 0, 0.32);
	border-radius: 2px;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	padding: 8px 0;
}

.law_grid {
	display: flex;
    justify-content: space-between;
    width: 100%;
}

.law_col {
	width: 23.5%;
	display: flex;
	flex-direction: column;
}

.law_wide {
	width: 47%;
}

.law_col .card {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
}

.card_bg {
	width: 12px;
	flex: none;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.card_data {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.32);
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	padding: 20px;
}

.card_data .name {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.18px;
	color: #fff;
	margin-bottom: 4px;
}

.card_data .subtitle {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #2795D2;
	margin-bottom: 12px;
}

.card_data .desc {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: rgba(255, 255, 255, 0.84);
	margin-bottom: 16px;
}

.card_data .fz-list, .card_data .sublist {
	display: flex;
	flex-direction: column;
}

.card_data .fz-list {
	margin-bottom: 20px;
}

.card_data .fz-list span {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 4px;
}

.card_data .sublist_item {
	background: rgba(0, 0, 0, 0.24);
	border-radius: 2px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.card_data .sublist_item .sub_name {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #fff;
	margin-bottom: 8px;
}

.card_data .sublist_item .sub_number {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: rgba(255, 255, 255, 0.6);
}

.card_data .sublist_item:last-child, .card_data .fz-list span:last-child {
	margin-bottom: 0;
}

.law_grid_double {
	display: flex;
	justify-content: space-between;
}

.law_wide .law_col {
	width: 47%;
}

.bg_orange {
	background: #2795D2;
}

.bg_green {
	background: #31B4BC;
}

.bg_violet {
	background: #94CE79;
}

.bg_blue {
	background: #51C49A;
}

.bg_pink {
	background: #DDE771;
}

.bg_yellow {
	background: #EAAB4E;
}

.bg_light_green {
	background: #DC2833;
}
.history .tiles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* margin: 64px 0; */
	/* added */
	margin: 76px 0;
}

.history .tiles .tile {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 383px;
	background: #fff;
	margin: 0 0 36px 0;
}
.history .tiles .tile.odd {
	margin: 24px 0 12px 0;
}

.history .tiles .tile.fix {
	background: transparent !important;
}

.history .tiles .tile .img {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	margin-bottom: 24px;
	width: 100%;
	height: 252px;
}

.history .tiles .tile span {
	padding: 0 24px;
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	color: rgba(0, 0, 0, 0.87);
}

.history .tiles .tile p {
	padding: 8px 24px 42px 24px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.6);
}

.history .tiles .tile a {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.87);
	padding-left: 24px;
	background: url('../img/arrow.svg') no-repeat right center;
	padding-right: 32px;
	margin-bottom: 24px;
}

.tiles_title {
	display: flex;
	margin-top: 80px;
}

.tiles_title .bg {
	background: rgba(255, 255, 255, 0.6);
	opacity: 0.2;
	border-radius: 2px;
	width: 8px;
	/* 02.08 added */
	flex-shrink: 0;
}

.tiles_title span {
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	margin-left: 32px;
	max-width: 800px;
}

.history .wrap {
	flex-direction: column;
}

.history_mosaic {
	position: relative;
	margin-top: 72px;
	height: 600px;
}

.history_mosaic .img {
	position: absolute;
	right: -20px;
	top: 0;
	z-index: 1;
	width: 806px;
	height: 452px;
	background: url('../img/history.jpg') no-repeat center center;
	/*background-size: cover;*/
}

.history_mosaic .title {
	position: absolute;
	/*left: 112px;
	top: 42px;*/
	z-index: 1;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #fff;
}

.history_mosaic .quote {
	padding: 40px 48px 48px;
	position: absolute;
	z-index: 3;
	width: 608px;
	left: 540px;
	top: 330px;
	background: #051945;
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.history_mosaic .quote p {
	font-style: italic;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.25px;
	color: #fff;
	margin-bottom: 24px;
}

.history_mosaic .quote span {
	font-size: 16px;
	text-align: right;
	letter-spacing: 0.25px;
	color: rgba(255, 255, 255, 0.84);
}

.history_mosaic .desc {
	position: absolute;
	z-index: 2;
	width: 561px;
	height: 352px;
	left: 44px;
	top: 132px;
	display: flex;
}

.history_mosaic .desc .bg {
	width: 12px;
	background: #DC2833;
}

.history_mosaic .desc .text {
	background: #fff;
	padding: 40px 72px 40px 40px;
	display: flex;
	flex-direction: column;
}

.history_mosaic .desc .text p {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.6);
	max-width: 420px;
}

.history_mosaic .desc .text p:last-child {
	margin-bottom: 0;
}

.fsbg {
	width: 100%;
	height: 100vh;
	min-height: 600px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

.wide_index p {
	max-width: 900px !important;
}

.business .wrap {
	flex-direction: column;
}

.business .cat_title {
	margin: 56px 0;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	max-width: 580px;
}

.map {
	width: 70%;
    margin: 0 auto 80px auto;
}

.wide_tile {
	width: 100%;
	display: flex;
	margin-bottom: 40px;
	z-index: 12;
}
.wide_tile:last-child {
	margin-bottom: 80px;
}

.wide_tile .bg {
	width: 60%;
	height: 450px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

.wide_tile .content {
	width: 40%;
	flex:  none;
	padding: 40px 72px 32px 32px;
	background: rgba(0, 0, 0, 0.32);
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.wide_tile .content .top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.wide_tile .content .top span {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 20px;
}

.wide_tile .content .top .line {
	width: 100%;
	height: 4px;
	margin-bottom: 32px;
}

.line.aqua {
	background: #31B4BC;
}
.line.cold_green {
	background: #51C49A;
}
.line.warm_green {
	background: #94CE79;
}
.line.orange {
	background: #EAAB4E;
}
.line.dark_red {
	background: #DC2833;
}
.line.cian {
	background: #2795D2;
}
.line.red {
	background: #F8424D;
}
/* 02.08 added */
.line.yellow {
	background: #DDE771;
}

.details_charts .circle.aqua {
	color: #31B4BC;
}
.details_charts .circle.cold_green {
	color: #51C49A;
}
.details_charts .circle.warm_green {
	color: #94CE79;
}
.details_charts .circle.orange {
	color: #EAAB4E;
}
.details_charts .circle.dark_red {
	color: #DC2833;
}
.details_charts .circle.cian {
	color: #2795D2;
}
.details_charts .circle.red {
	color: #F8424D;
}

.wide_tile .content .top p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: rgba(255, 255, 255, 0.84);
}

.wide_tile .content a {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #fff;
	background: url('../img/arrow_white.svg') no-repeat right center;
	padding-right: 32px;
}

.faq {
	padding: 100px 0;
}

.faq .wrap {
	flex-direction: column;
}

.faq .item {
	padding: 32px;
	background: #fff;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
	margin-bottom: 20px;
}

.faq .item .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.faq .item .top span {
	font-size: 20px;
	line-height: 32px;
	color: rgba(0, 0, 0, 0.87);
}

.faq .item .top img {
	cursor: pointer;
	transition: all .2s cubic-bezier(0.4, 0, 1, 1);
}

.faq .item .desc {
	display: none;
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.6);
}

.faq .item .desc a{
	color: rgba(0, 0, 0, 0.87);
	text-decoration: underline;
}

.faq .active .desc {
	display: block;
}

.faq .active .top img {
	transform: rotate(45deg);
}

.law_top {
	margin: 136px 0 64px 0;
	display: flex;
}

.law_top .bg {
	width: 12px;
	border-radius: 2px;
	flex: none;
	margin-right: 48px;
}

.law_top .data {
	display: flex;
	flex-direction: column;
	max-width: 900px;
}

.law_top .data span {
	font-weight: 700;
	font-size: 56px;
	line-height: 72px;
	color: #fff;
	margin-bottom: 32px;
}

.law_top .data p {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: rgba(255, 255, 255, 0.84);
}

.law_details {
	background: rgba(0, 0, 0, 0.32);
	border-radius: 2px;
	padding: 48px 40px 80px 40px;
	display: flex;
	flex-direction: column;
	margin-bottom: 80px;
}

.law_details_fixed {
	transform: none !important;
}

.law_details .line1 {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 24px;
}

.law_details .law_fullname {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 32px;
}

.law_details .fz_link {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	text-decoration: underline;
	color: #2795D2;
	margin-bottom: 48px;
}

.law_details .line2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.18px;
	color: #fff;
	margin-bottom: 32px;
}

.law .wrap {
	flex-direction: column;
}

.law_details .law_desc {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: rgba(255, 255, 255, 0.84);
}

.law_details .law_desc p {
	margin-bottom: 24px;
}

.law_details .law_desc ul {
	margin-bottom: 40px;
}

.law_details .law_desc ul li {
	margin-bottom: 12px;
}

.detail_page .law_details {
	margin: 80px 0 100px 0;
	padding: 48px 40px 40px 40px;
}

.detail_page .law_details h1 {
	color: #fff;
	margin-bottom: 20px;
}

.detail_page .law_desc {
	max-width: 750px;
}

.detail_page .law_details h2 {
	margin-bottom: 32px;
	/* 02.08 added */
	color: #fff;
}

.detail_page .law_details .line {
	width: 500px;
	height: 4px;
	margin-bottom: 32px;
}

.detail_page .law_details .main-p {
	margin-bottom: 48px;
}

.index .controls {
    display: flex;
    align-items: center;
}

.index .controls .button {
	background: #31B4BC;
	border-radius: 4px;
	margin-right: 44px;
	width: 212px;
	height: 60px;
	font-weight: 500;
	font-size: 18px;
	line-height: 60px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	/* 02.08 added */
	position: relative;
}
 
/* 02.08 added */
.index .controls .button::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.12);
	opacity: 0;
	transition: .2s opacity ease-in;
}
.index .controls .button:hover::after {
	opacity: 1;
}

.index .controls .link {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	background: url('../img/arrow_white.svg') no-repeat center right;
	padding-right: 32px;
}

.details_line1 {
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	margin-bottom: 56px;
}

.details_line2 {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin-bottom: 36px;
}

.details_charts {
	display: flex;
	margin-bottom: 80px;
}

.details_charts .col {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.details_charts .el_big {
	position: relative;
	height: 140px;
}

.details_charts .el_small {
	position: relative;
	height: 108px;
}

.details_charts .circle {
	position: absolute;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.details_charts .circle span {
	font-weight: 700;
	text-align: center;
}

.details_charts .el_big .circle {
	width: 140px;
	height: 140px;
	border-radius: 140px;
}

.details_charts .el_big .circle span {
	font-size: 48px;
	line-height: 56px;
}

.details_charts .el_small .circle {
	width: 108px;
	height: 108px;
	border-radius: 108px;
	margin: -10px 0 0 17px;
}

.details_charts .el_small .circle span {
	font-size: 32px;
	line-height: 40px;
}

.details_charts .line {
	position: absolute;
	z-index: 1;
	display: flex;
	align-items: center;
	box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

.details_charts .el_big .line {
	width: 522px;
	height: 104px;
	margin: 18px 0 0 70px;
	padding: 20px 20px 20px 96px;
	/* 02.08 added */
	width: calc(100% - 70px);
	max-width: 522px;
}

.details_charts .el_small .line {
	width: 460px;
	height: 80px;
	margin: 4px 0 0 69px;
	padding: 16px 16px 16px 74px;
	/* 02.08 added */
	width: calc(100% - 69px);
	max-width: 460px;
}

.details_charts .line span {
	color: #fff;
}

.details_charts .line .shadow {
	color: rgba(255, 255, 255, 0.6);
}

.details_charts .el_big .line span {
	font-size: 20px;
	line-height: 32px;
}

.details_charts .el_small .line span {
	font-size: 16px;
	line-height: 24px;
}

.chart_title {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.18px;
	color: #fff;
	margin-bottom: 24px;
}

.col_right {
	padding-left: 16px;
}

.mt84 {
	margin-top: 84px;
}
.mt184 {
	margin-top: 184px;
}
.mt216 {
	margin-top: 216px;
}

.admin_tiles {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* margin-bottom: 60px; */
	/* added */
	margin-bottom: 80px;
}

.admin_tiles .tile {
	width: 392px;
	height: 136px;
	background: rgba(0, 0, 0, 0.32);
	border-radius: 4px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 24px 40px 24px 24px;
}

.admin_tiles .tile img {
	flex: none;
	margin-right: 20px;
}

.admin_tiles .tile span {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.84);
}

.fake {
	opacity: 0;
}

.azrf_yellow {
	height: 240px !important;
}

.azrf_yellow .line {
    height: 206px !important;
}

.col_center .el_big {
	margin-bottom: 12px;
}

.col_center .line {
    width: 834px !important;
}

.col.col_center {
    width: 100%;
    max-width: 869px;
    margin: 0 auto;
}

.admin_tiles.sar {
	width: 100%;
	max-width: 816px;
    margin: 0 auto 80px auto;
}

.details_line2.sar {
	max-width: 540px;
	margin: 0 auto 36px auto;
}

.changes {
	padding: 200px 0 80px 0;
}

.changes .wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.changes .cat_title {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 48px;
}

.changes .flex {
	display: flex;
	justify-content: space-between;
}

.changes .flex .list {
	display: flex;
	flex-direction: column;
	width: 40%;
	flex: none;
	margin-right: 32px;
}

.changes .flex .details {
	padding: 60px 64px 80px 48px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
}

.changes .flex .details .el {
	display: none;
	flex-direction: column;
	align-items: flex-start;
}

.changes .flex .details .el.active {
	display: flex;
}

.changes .flex .details .el span {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.18px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
}

.changes .flex .details .el p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.6);
}

.changes .flex .list .item {
	background: #fff;
	display: flex;
	cursor: pointer;
}

.changes .flex .list .item.active {
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
}

.changes .flex .list .item .line {
	width: 8px;
}

.changes .flex .list .item.active .line {
	background: #DC2833;
}

.changes .flex .list .item .name {
	padding: 20px 32px 20px 24px;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.32);
}

.changes .flex .list .item.active .name {
	color: rgba(0, 0, 0, 0.6);
}

.stories {
	width: 100%;
	height: 760px;
	/*background: url('../img/stories_bg.jpg') no-repeat center center;
	background-size: cover;*/
	background: url('../img/stories_bg.jpg');
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: auto 150vh;
	background-attachment: fixed;
}

.stories .title {
	width: 900px;
	height: 64px;
	background: #192E65;
	border-radius: 2px;
	font-weight: 700;
	font-size: 32px;
	line-height: 64px;
	text-align: center;
	color: #fff;
	margin: 0 auto 20px auto;
	/* added */
		margin-top: 50px;
}

.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    background-color: transparent;
    border: 0;
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    transform: translateY(-60%);
    line-height: 1;
    outline: none;
    width: 100px;;
    padding: 0;
    margin: 0;
}

.glide__arrow--left {
    left: -156px;
}

.glide__arrow--right {
    right: -156px;
}

.glide--swipeable {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.glide--dragging {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.slider {
    width: 100%;
    max-width: 900px;
    min-height: 400px;
}

.glide__slide {
    width: 100%;
    max-width: 900px;
    min-height: 400px;
    display: flex;
    background: #fff;
    padding: 48px;
}

.glide__slide .author {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 175px;
	flex: none;
	margin-right: 85px;
}

.glide__slide .author img {
	width: 128px;
	height: 128px;
	border-radius: 128px;
	margin-bottom: 24px;
	/* 02.08 added */
	object-position: center;
	object-fit: cover;
}

.glide__slide .author .name {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.18px;
	color: rgba(0, 0, 0, 0.87);
}

.glide__slide .author .position {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #2795D2;
}

.glide__slide .desc {
	display: flex;
	flex-direction: column;
}

.glide__slide .desc p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 24px;
}

.details_charts small {
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.6);
	width: 100%;
	margin: 0px 0 0 166px;
	max-width: 425px;
	/* added */
	width: calc(100% - 166px);
}

.col_center small {
    max-width: 738px;
}

.law_special_bg {
	/*background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;*/
	background-position-x: center !important;
	width: 100%;
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size:auto 600px !important;
}

.law_special_bg span {
	font-weight: 700;
	font-size: 56px;
	line-height: 72px;
	text-align: center;
	color: #fff;
}

.parallax-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.law_special .desc {
	display: flex;
	margin: 80px auto;
	max-width: 864px;
	width: 100%;
}

.law_special .line {
	width: 8px;
	background: rgba(255, 255, 255, 0.6);
	opacity: 0.2;
	border-radius: 2px;
	margin-right: 32px;
	flex: none;
}

.law_special .desc p {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
}

.law_special .tiles {
	display: flex;
	margin-bottom: 80px;
}

.law_special .tiles .white {
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #fff;
}

.law_special .tiles .white .numbers {
	font-weight: 600;
	font-size: 96px;
	line-height: 112px;
	letter-spacing: -1.5px;
	color: #2795D2;
}

.law_special .tiles .white .colored {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #2795D2;
}

.law_special .tiles .white ul {
    list-style: none;
    padding: 0;
}

.law_special .tiles .white ul li {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 10px;
	display: flex;
}

.law_special .tiles .white ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #2795D2;
    border-radius: 6px;
    display: block;
    margin-right: 10px;
    flex: none;
    margin-top: 10px;
}

.law_special .tiles .img {
	width: 384px;
	height: 384px;
	flex: none;
	margin-left: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	padding: 40px;
}

.law_special .tiles .img span {
	font-weight: 600;
	font-size: 96px;
	line-height: 112px;
	text-align: center;
	letter-spacing: -1.5px;
	color: #fff;
}

.law_special .tiles .img p {
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	color: #fff;
}

.hectar_details {
	padding: 80px 0;
	/* 02.08 added */
	padding: 80px 20px;
}

.detail_page .hectar_details .law_details .main-p {
	margin-bottom: 24px;
}

.detail_page .hectar_details .law_details {
    width: 85%;
    margin: 0 0 25px 0;
}

.detail_page .hectar_details .law_details:nth-child(even) {
	margin-left: 15%;
}

.hectar_grid {
	display: flex;
	flex-direction: column;
	margin-bottom: 80px;
}

.hectar_grid .row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

.hectar_grid .row.by2 .tile {
	width: 586px;
	height: 384px;
	flex: none;
	margin: 0 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	padding: 40px;
}

.hectar_grid .row.by2 .tile:nth-child(1) {
	margin-left: 0;
}
.hectar_grid .row.by2 .tile:nth-child(2) {
	margin-right: 0;
}

.hectar_grid .row.by3 .tile:nth-child(1) {
	margin-left: 0;
}
.hectar_grid .row.by3 .tile:nth-child(3) {
	margin-right: 0;
}

.hectar_grid .row.by3 .tile {
	width: 384px;
	height: 384px;
	flex: none;
	margin: 0 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	padding: 40px;
}

.hectar_grid .row .bg_white {
	background: #fff;
}

.hectar_grid .row .bg_blue {
	background: #2795D2;
}

.hectar_grid .row .bg_aqua {
	background: #31B4BC;
}

.hectar_grid .row .bg_red {
	background: #DC2833;
}

.hectar_grid .row .tile img {
	margin-bottom: 24px;
}

.hectar_grid .row .tile span {
	font-weight: 600;
	font-size: 96px;
	line-height: 112px;
	letter-spacing: -1.5px;
}

.hectar_grid .row .tile p {
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
}

.hectar_grid .row .tile.red_text p, .hectar_grid .row .tile.red_text span {
	color: #DC2833;
}

.hectar_grid .row .tile.black_text p, .hectar_grid .row .tile.black_text span {
	color: rgba(0, 0, 0, 0.87);
}


/*  added */
.header__btns {
	display: flex;
}
.header__btn {
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: .2s background-color ease-in;
}
.burger-btn {
	display: none;
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right: -20px;
	background-image: url('../img/burger.svg');
}
.burger-btn.opened {
	background-image: url('../img/burger_close.svg');
}
.header__btn:hover {
	background-color: rgba(0, 0, 0, 0.12);
}
.header__btn::after, header:not(.opened) nav a::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: transparent;
	border-radius: 2px 2px 0px 0px;
	position: absolute;
	bottom: 0;
	transition: .2s background-color ease-in;
}
.header__btn:hover::after, header:not(.opened) nav a:hover::after {
	background-color: #FF5A64;
}
header .logo {
	display: block;
}
header nav a {
	margin: 0;
	padding: 0 20px;
	height: 64px;
	display: flex;
	align-items: center;
	text-align: center;
	position: relative;
	transition: .2s background-color ease-in;
}
header:not(.opened) nav a:hover {
	background-color: rgba(0, 0, 0, 0.12);
}
header:not(.opened) nav a::after {
	margin-left: -20px;
}
header.opened {
	background-color: #192E65;
}
header.opened nav{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 64px;
	height: calc(100vh - 64px);
	width: 100%;
	margin-left: -20px;
	background-color: #192E65;
	padding: 48px 20px;
}
header.opened nav a {
	height: auto;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 24px;

}
header.opened nav a:last-child {
	margin-bottom: 0;
}
.index .buttons a {
	display: flex;
	align-items: center;
	color: #fff;
	margin-right: 56px;
}
.index .buttons a .arrow {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.17);
	background: url('../img/button_arrow_new.svg') no-repeat center;
	margin-right: 20px;
	transition: .2s border-color ease-in;
}
.index .buttons a .text {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: .2s text-shadow ease-in;
}
.index .buttons a:hover .arrow {
	border-color: rgba(255, 255, 255, 0.6);
}
.index .buttons a:hover .text {
	text-shadow: 0px 0px 32px rgba(255, 255, 255, 0.8);
}
.index .controls .link {
	transition: .2s text-shadow ease-in;
}
.index .controls .link:hover  {
	text-shadow: 0px 0px 32px rgba(255, 255, 255, 0.8);
}
.history .tiles .tile a:hover, .wide_tile .content a:hover {
	color: #FF5A64;
	background-image: url('../img/arrow_red.svg');
}
.glide__arrow {
	width: 100px;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.glide__arrow--left svg {
	margin-left: -8px;
}
.glide__arrow--right svg {
	margin-right: -8px;
}
.glide__arrow svg path {
	transition: .2s stroke ease-in;
}
.glide__arrow:hover svg path {
	stroke: #FF5A64;
}
.changes_adaptive {
	display: none;
}
/* Страница Законопроекты  */
.law-projects-page {
	background: #192E65;
	position: relative;
	padding: 168px 0 128px;
}
.law-projects-page .wrap, .law-project-page .wrap {
	flex-direction: column;
 }
.law-projects-page__title {
	color: #fff;
	font-size: 56px;
	line-height: 72px;
	font-weight: 700;
	margin: 0;
	max-width: 900px;
}
.law-projects-page__subtitle {
	color: rgba(255, 255, 255, 0.84);
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	max-width: 900px;
	margin-top: 32px;
}
.law-projects {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 48px -16px -32px -16px;
}
.law-project-card {
	display: block;
	padding: 64px 32px 20px 32px;
	margin: 0 16px 32px 16px;
	width: 30%;
	width: calc((100% - 96px) / 3);
	background-color: rgba(0, 0, 0, 0.32);
	border-radius: 2px;
	transition: .2s background-color ease-in;
	min-height: 384px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
}
.law-project-card:not(.law-project-card_noicon):hover {
	background-color: rgba(0, 0, 0, 0.4);
}
.law-project-card__icon {
	display: block;
	width: 120px;
	margin-bottom: 52px;
}
.law-project-card__title {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.15px;
	margin-bottom: 12px;
	max-width: 320px;
}
.law-project-card__subtitle {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	max-width: 292px;
}
.law-project-card_noicon {
	padding: 32px 20px 20px 20px;
}
.law-project-card__links  {
	margin-top: 20px;
	width: 100%;
}
.law-project-card__link  {
	width: 100%;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.24);
	border-radius: 2px;
	padding: 16px 32px 16px 20px;
	transition: .2s background-color ease-in;
	color: #fff;
	text-align: left;
}
.law-project-card__link img {
	display: block;
	margin-right: 20px;
	flex-shrink: 0;
}
.law-project-card__link:hover {
	background-color: rgba(0, 0, 0, 0.32);
}
.law-project-card__link:last-child {
	margin-bottom: 0;
}
.law-project-card__link-title {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
}
.law-project-page {
	background-color: #192E65;
	position: relative;
	padding: 200px 0 128px;
}
.law-project-details {
	padding: 64px 40px 80px 40px;
	background-color: rgba(0, 0, 0, 0.32);
	border-radius: 2px;
	margin-top: 60px;
}
.law-project-details__text {
	max-width: 800px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: rgba(255, 255, 255, 0.84);
}
.law-project-details__text > *:first-child {
	margin-top: 0;
}
.law-project-details__text > *:last-child {
	margin-bottom: 0;
}
.law-project-details__text p {
	color: rgba(255, 255, 255, 0.84);
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 24px;
}
.law-project-details__text a {
	color: inherit;
	text-decoration: underline;
}
.law-project-details__text .subtitle {
	color: #fff;
	font-weight: 500;
	letter-spacing: normal;
	margin-bottom: 32px;
	font-size: 16px;
	line-height: 24px;
}
.law-project-details__text .subtitle:last-child {
	margin-bottom: 0;
}
.law-project-details__text ul {
	margin: 0 0 24px 0;
	padding-left: 18px;
}
.law-project-details__text ul li {
	margin-bottom: 12px;
}
.law-project-details__text ul li:last-child {
	margin-bottom: 0;
}
.document-links {
	margin: 48px 0 -24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.document-link {
	width: 48%;
	width: calc(50% - 12px);
	margin-bottom: 24px;
	background-color: rgba(0, 0, 0, 0.32);
	border-radius: 4px;
	transition: .2s background-color ease-in, .2s border-color ease-in;
	padding: 20px;
	border-left: 4px solid transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}
.document-link img {
	display: block;
	width: 48px;
	height: 48px;
}
.document-link:hover, a.publication-block:hover .document-link {
	border-color: #F8424D;
	background-color: rgba(0, 0, 0, 0.4);
}
.document-link:hover .document-link__download-icon {
	opacity: 1;
}
.document-link__download-icon {
	opacity: 0.6;
	transition: .2s opacity ease-in;
}
.document-link__data {
	flex: 1;
	margin: 0 24px;
}
.document-link__title {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.15px;
	font-weight: 600;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	box-orient: vertical;
}
.document-link__format {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #fff;
	margin-top: 4px;
}
.document-link__size {
	color: rgba(255, 255, 255, 0.6);
}

/* Страница Законопроекты  */

/* Блок Информационное издание */
.publication-block {
	margin: 56px 0 96px 0;
	display: flex;
	align-items: center;
	padding: 70px 45px;
	border: 2px solid #2795D2;
	border-radius: 2px;
}
.publication-block__left {
	width: 62%;
}
.publication-block__right {
	width: 38%;
	padding: 0 12px;
}
.business-hidden {
	overflow: hidden;
}
.publication-block_business__background-map {
	position: absolute;
    top: 80px;
    left: calc(50% + 20px);
    width: 47%;
    min-width: 450px;
    height: auto;
    z-index: 0;
}
.publication-block__cover {
	display: block;
	width: 342px;
	max-width: 100%;
	margin: 0 auto;
	filter: drop-shadow(0px 4px 36px rgba(0, 0, 0, 0.24));
}
.publication-block__subtitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.84);
	margin-bottom: 8px;
}
.publication-block__title {
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 24px;
}
.publication-block__authors {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 32px;
}
.publication-block__text {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: rgba(255, 255, 255, 0.84);	
}
.publication-block__document {
	margin-top: 64px;
}
.publication-block__document .document-link {
	width: 100%;
	max-width: 588px;
	margin-bottom: 0;
}
.publication-block_business {
	position: relative;
	margin: 100px 0;
	margin-bottom: 40px;
}
.publication-block_business .publication-block__title, .publication-block_business .publication-block__text {
	max-width: 548px;
}
.publication-block_business .publication-block__document {
	margin-top: 32px;
}
.publication-block_business .publication-block__right {
	padding: 0 0 0 12px;
}
.publication-block_business .publication-block__cover  {
	width: 436px;
	border-radius: 2px;
}
.publication-block_detail-page {
	margin-bottom: 20px;
}
/* Блок Информационное издание */

/* Аккордеон на stat */
.law-accordion {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 100px;
	padding: 0;
}
.law-accordion .item {
	margin: 0;
	padding: 20px 0;
	box-shadow: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.law-accordion .item .top img {
	margin-left: 24px;
}
.law-accordion .active .top img {
	transform: rotate(180deg);
}
.law-accordion .item .desc {
	margin-top: 32px;
	margin-bottom: 12px;
}
.law-link {
	width: 100%;
	max-width: 748px;
	margin-bottom: 24px;
}
.law-link:last-child {
	margin-bottom: 0;
}
.law-link__title {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 4px;
}
.law-link__text {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 12px;
}
.law-link__source, .law-accordion .item .desc .law-link__source {
	display: block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	text-decoration-line: underline;
	color: rgba(0, 0, 0, 0.32);
	transition: color .2s ease-in;
}
.law-link__source:hover, .law-accordion .item .desc .law-link__source:hover {
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
}
.law-accordion__button-wrap {
	text-align: center;
}
.law-accordion__button, .law-accordion .item .desc .law-accordion__button {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #2795D2;
	border: 1px solid #2795D2;
	padding: 11px 27px;
	margin: 0 auto;
	text-decoration: none;
	background-color: transparent;
	transition: color .2s ease-in, background-color .2s ease-in;
	border-radius: 2px;
}
.law-accordion__button:hover, .law-accordion .item .desc .law-accordion__button:hover {
	background-color: #2795D2;
	color: #fff;
}
/* конец аккордеона */

.index-news {
	margin-bottom: 120px;
}
.news-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 32px;
}
.index-news .news-head {
	margin-bottom: 76px;
}
.news-head__title {
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	display: flex;
}
.news-head__title::before {
	content: "";
	display: block;
	width: 8px;
	background: #2795D2;
	border-radius: 2px;
	margin-right: 32px;
}
.news-head__link {
	margin-top: 12px;
}
.arrow-link {
	font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #fff;
    background: url('../img/arrow_white.svg') no-repeat right center;
    padding-right: 32px;
}
.arrow-link:hover {
    color: #FF5A64;
    background-image: url('../img/arrow_red.svg');
}
.news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 32px;
}
.news-masonry {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 32px;
}
.news-mobile {
	display: none;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
.news-col {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.news-card {
	text-decoration: none;
	background-color: #fff;
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	transition: transform .4s ease-in;
}
.news-card.hidden {
	display: none;
}
.news-grid .news-card {
	height: 100%;
}
.news-card:hover {
	transform: translateY(-4px);
}
.news-card__img {
	width: 100%;
	height: 252px;
	background: center / cover no-repeat;
	border-radius: 2px;
}
.news-card__content {
	display: flex;
	flex-direction: column;
	padding: 24px 24px 32px;
	flex: 1;
}
.news-card__title {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 24px;
}
.news-card__date {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: rgba(0, 0, 0, 0.32);
	margin-top: auto;
}
.more-mobile {
	text-align: center;
	display: none;
	margin-top: 48px;
}
.news-page {
    background: #192E65;
    padding: 200px 0 128px;
}
.news-page .wrap, .article-page .wrap {
    flex-direction: column;
}
.news-page__title {
    color: #fff;
    font-size: 56px;
    line-height: 72px;
    font-weight: 700;
    margin: 0 0 64px;
    max-width: 900px;
}
.more-button {
	background: #31B4BC;
    border-radius: 4px;
    padding: 16px 28px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
	width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
	margin: 48px auto 0;
	position: relative;
}
.more-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.12);
    opacity: 0;
    transition: .2s opacity ease-in;
}
.more-button:hover::after {
	opacity: 1;
}
.article-page {
	padding: 152px 0 128px;
	background: #192E65;
}
.article-row {
	display: flex;
}
.article-share-desktop {
	margin-top: 52px;
	margin-right: 64px;
	max-width: 88px;
}
.share-title {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 16px;
}
.article-share .ya-share2__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.article-share .ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 100%;
}
.article-share .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin: 0;
}
.article-share .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
}
.article-share-mob {
	display: none;
	margin-bottom: 40px;
}
.article {
	flex: 1;
	max-width: 900px;
}
.back-link {
	display: inline-block;
	font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #fff;
    background: url('../img/arrow-back_white.svg') no-repeat left center;
    padding-left: 32px;
	margin-bottom: 28px;
}
.back-link:hover {
    color: #FF5A64;
    background-image: url('../img/arrow-back_red.svg');
}
.article-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	margin: 0 0 16px;
}
.article-date {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 48px;
}
.article-main-img {
	margin-bottom: 56px;
}
.article-main-img img {
	display: block;
	width: 100%;
	margin: 0 0 12px;
}
.article-copyright {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: rgba(255, 255, 255, 0.6);
}
.article-text {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: rgba(255, 255, 255, 0.84);
}
.article-text p {
	margin-bottom: 24px;
}
.article-text a {
	color: inherit;
	text-decoration: underline;
}
.article-text b, .article-text .white-text {
	color: #fff;
}
.article-text img {
	display: block;
	max-width: 100%;
	margin: 32px 0;
}
.article-text iframe {
	display: block;
	width: 100%;
	height: 520px;
	margin: 32px 0;
}
.article-text ul {
	list-style: none;
	margin: 32px 0;
	padding: 0;
}
.article-text ul li {
	margin-bottom: 24px;
	padding-left: 22px;
	position: relative;
}
.article-text ul li::before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	top: 9px;
	left: 0;
	background: #D0EDFF;
}
.article-text > *:last-child {
	margin-bottom: 0;
}
.more-section {
	margin-top: 80px;
}
@media only screen and (max-height:700px) {
	.dynamic-rectangle_1{
		height: 80px;
	}
	.dynamic-rectangle_2 {
		height: 100px;
	}
	.dynamic-rectangle_3 {
		height: 60px;
	}
	.dynamic-rectangle_4 {
		height: 40px;
	}
}

@media only screen and (max-width:1300px) {
	.hectar_grid .row.by3 .tile {
		width: calc((100% - 48px) / 3);
	}
	.hectar_grid .row.by2 .tile {
		width: calc((100% - 24px) / 2);
	}
}

@media only screen and (max-width:1200px){
	.history_mosaic {
		height: auto;
		display: flex;
		flex-direction: column;
	}
	.history_mosaic .title {
		position: static;
		order: 0;
		max-width: 400px;
	}
	.history_mosaic .desc {
		position: static;
		order: 1;
		width: 100%;
		max-width: 650px;
		margin-top: 24px;
		height: auto;
		margin-bottom: -36px;
	}
	.history_mosaic .desc .text p {
		max-width: none;
	}
	.history_mosaic .desc .bg {
		flex-shrink: 0;
	}
	.history_mosaic .quote {
		position: static;
		order: 3;
		width: 100%;
		max-width: 650px;
		align-self: flex-end;
		margin-top: -68px;
	}
	.history_mosaic .img {
		position: static;
		order: 2;
		width: 100%;
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
		min-height: 452px;
		object-fit: cover;
		object-position: center;
	}
	.index .map {
		width: 500px;
		height: 282px;
		top: calc(50vh - 141px);
	}
	.history .tiles {
		
	}
	.history .tiles .tile {
		width: 48%;
	}
	.history .tiles .tile.odd {
		margin: 0 0 36px 0;
	}
	.glide__slide {
		width: calc(100% - 248px);
	}
	.slider {
		width: calc(100% - 248px);
	}
	.glide__arrow--left {
		left: -124px;
	}
	.glide__arrow--right {
		right: -124px;
	}
	.stories {
		height: auto;
		padding: 64px 0;
		padding-top: 96px;
		background: url('../img/stories_bg.jpg') no-repeat center center;
		background-size: cover;
	}
	.stories .title {
		width: calc(100% - 248px);
	}
	.glide__slide .author {
		margin-right: 32px;
	}
	.admin_tiles .tile {
		width: 48%;
	}
	.detail_page .hectar_details .law_details {
		width: 100%;
	}
	.detail_page .hectar_details .law_details:nth-child(even) {
		margin-left: 0;
	}
	.table {
		overflow-x: auto;
	}
	.stories .title {
		margin-top: 0;
	}
	.news-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width:1024px){
	.details_charts {
		flex-wrap: wrap;
	}
	.details_charts .col {
		width: 100%;
	}
	.details_charts .col_right {
		padding-left: 0;
	}
	.chart_title.mt216, .chart_title.mt184 {
		margin-top: 84px;
	}
	.col_center small {
		max-width: 425px;
	}
	.law-project-card {
		width: 46%;
		width: calc(50% - 32px);
	}
	header nav a {
		padding: 0 15px;
	}
}

@media only screen and (max-width:768px){
	.history_mosaic .quote, .history_mosaic .desc {
		max-width: unset;
	}
	.history_mosaic .desc .text {
		padding: 32px 32px 48px 24px;
	}
	.history_mosaic .desc .text p {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.history_mosaic .title, .laws .title {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0.18px;
		font-weight: 600;
	}
	.history_mosaic .quote {
		padding: 32px 32px 48px 32px;
	}
	.tiles_title {
		margin-top: 64px;
	}
	.tiles_title span {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0.18px;
	}
	.laws {
		padding: 64px 20px 48px 20px;
	}
	.laws .title {
		margin-bottom: 40px;
	}
	.law_grid {
		flex-wrap: wrap;
	}
	.law_grid > * {
		margin-bottom: 16px;
	}
	.law_grid > *:last-child {
		margin-bottom: 0;
	}
	.law_col {
		width: 100%;
	}
	.law_col .card {
		margin-bottom: 16px;
	}
	.law_wide {
		width: 100%;
	}
	.law_grid_double {
		flex-wrap: wrap;
	}
	.law_wide .law_col {
		width: 100%;
	}
	.col_title {
		padding: 16px 0;
		margin-bottom: 16px;
	}
	.card_bg {
		width: 8px;
	}
	.burger-btn {
		display: block;
	}
	header nav {
		display: none;
	}
	header .logo {
		max-width: 176px;
	}
	/* .index, .index .bg, .index .content, .index .content .wrap, .fsbg {
		height: auto;
		min-height: unset;
	} */
	.index_offset .content .wrap {
		display: flex;
		flex-direction: column;
	}
	.index_offset .content span{
		margin: 112px 0 20px 0;
		order: 0;
	}
	.index .content span {
		font-weight: 600;
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0.18px;
		max-width: 500px;
		margin-bottom: 20px;
		transform: none !important;
		opacity: 1 !important;
	}
	.index .content p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.index .content p:last-child {
		margin-bottom: 0;
	}
	.index_offset .content p{
		order: 1;
		transform: none !important;
		opacity: 1 !important;
	}
	.index .map {
		order: 2;
		width: 100%;
		height: auto;
		min-height: 140px;
		max-width: 100%;
		flex: 1;
		position: static;
		margin-bottom: 20px;
	}
	.index_offset .map {
		order: 2;
		transform: none !important;
		opacity: 1 !important;
	}
	.index_offset .buttons {
		order: 3;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}
	.index .buttons a {
		margin-right: 0;
		margin-bottom: 8px;
	}
	.index .buttons a:last-child {
		margin-bottom: 0;
	}
	.index .buttons a .text{
		font-size: 16px;
		line-height: 24px;
	}
	.index .buttons a .arrow {
		width: 48px;
		height: 48px;
		background-size: 16px;
	}
	.index_offset, .index_video, .index_offset .bg {
		min-height: 640px;
		height: 100vh;
	}
	/* .index, .index_video, .index .bg {
		min-height: 640px;
		height: 100vh;
	} */
	.index .controls .button {
		width: 192px;
		height: 48px;
		font-size: 16px;
		line-height: 48px;
	}
	.wide_index {
		position: relative;
		height: auto;
		min-height: unset;
	}
	.wide_index .fsbg {
		position: absolute;
		height: 100%;
		min-height: unset;
		width: 100%;
		left: 0;
		top: 0;
	}
	.wide_index .bg {
		position: absolute;
		height: 100%;
		min-height: unset;
		width: 100%;
		left: 0;
		top: 0;
		z-index: unset;
	}
	.wide_index .content {
		height: auto;
		min-height: unset;
		padding: 128px 0 96px 0;
		position: static;
	}
	.wide_index .content .wrap {
		height: auto;
		min-height: unset;
	}
	.wide_index .content p {
		max-width: 500px !important;
		transform: none !important;
		opacity: 1 !important;
	}
	.faq {
		padding: 64px 0;
	}
	.faq .item {
		padding: 32px 20px;
	}
	.faq .item .top span {
		line-height: 24px;
		letter-spacing: 0.15px;
	}
	.faq .item .top img {
		margin-left: 24px;
		width: 23px;
		height: 23px;
	}
	.faq .item .desc {
		font-size: 14px;
		line-height: 20px;
		margin-top: 16px;
	}
	.history .tiles .tile, .history .tiles .tile.odd {
		margin-bottom: 20px;
	}
	.history .tiles .tile span {
		font-size: 32px;
		line-height: 40px;
	}
	.history .tiles .tile .img {
		height: 212px;
		margin-bottom: 20px;
	}
	.history .tiles .tile p {
		padding-bottom: 32px;
	}
	.history .tiles {
		margin: 48px 0 44px 0;
	}
	.slider, .glide__slide, .stories .title {
		width: calc(100% - 40px);
	}
	.glide__arrow {
		display: none;
	}
	.glide__slide {
		padding: 40px 32px 32px 20px;
		border-radius: 2px;
	}
	.glide__slide .author {
		margin-right: 32px;
		width: 150px;
	}
	.glide__slide .author img {
		width: 100px;
		height: 100px;
		border-radius: 100px;
	}
	.stories {
		padding-top: 64px;
	}
	.stories .title {
		font-size: 24px;
		height: 60px;
		line-height: 60px;
		letter-spacing: 0.18px;
		font-weight: 600;
	}
	.glide__slide .author .name {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0.15px;
		display: block;
		margin-bottom: 8px;
	}
	.glide__slide .desc p {
		font-size: 14px;
		line-height: 20px;
	}
	.glide__slide .desc p:last-child {
		margin-bottom: 0;
	}
	.business .cat_title {
		margin: 48px 0 40px 0;
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0.18px;
		font-weight: 600;
	}
	.wide_tile {
		margin-bottom: 20px;
	}
	.wide_tile:last-child {
		margin-bottom: 0;
	}
	.wide_tile .bg {
		width: 40%;
		height: 320px;
	}
	.wide_tile .content {
		width: 60%;
		padding: 32px 32px 24px 20px;
	}
	.wide_tile .content .top span {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0.18px;
		font-weight: 600;
		margin-bottom: 14px;
	}
	.wide_tile .content .top .line {
		margin-bottom: 24px;
	}
	.wide_tile .content .top p {
		font-size: 14px;
		line-height: 20px;
	}
	.business {
		padding-bottom: 64px;
	}
	.business .map {
		width: 100%;
		margin-bottom: 64px;
		transform: none !important;
		opacity: 1 !important;
	}
	.detail_page .law_details, .law_details{ 
		padding: 32px 32px 48px 20px;
	}
	.detail_page .law_details h1 {
		margin-top: 0;
		font-size: 24px;
		line-height: 28px;
		font-weight: 600;
		letter-spacing: 0.18px;
		margin-bottom: 14px;
	}
	.detail_page .law_details .line {
		max-width: 100%;
		margin-bottom: 24px;
	}
	.detail_page .law_details .main-p {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.25px;
		margin-bottom: 32px;
	}
	.detail_page .law_details h2 {
		font-size: 20px;
		line-height: 24px;
		font-weight: 600;
		letter-spacing: 0.15px;
		margin-bottom: 24px;
	}
	.law_details .law_desc > *:last-child, .detail_page .hectar_details .law_details .law_desc > *:last-child {
		margin-bottom: 0;
	}
	.law_details .law_desc ul:last-child {
		margin-bottom: 0;
	}
	.law_details .law_desc ul {
		padding-left: 18px;
		margin-bottom: 32px;
	}
	.law_details .law_desc ul li:last-child {
		margin-bottom: 0;
	}
	.detail_page .law_details {
		margin: 48px 0 64px 0;
	}
	.details_line1 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 48px;
	}
	.details_line2 {
		font-size: 24px;
		line-height: 28px;
		font-weight: 600;
		letter-spacing: 0.18px;
	}
	.chart_title {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0.15px;
		margin-bottom: 8px;
		display: block;
	}
	.chart_title.mt84, .chart_title.mt216, .chart_title.mt184 {
		margin-top: 48px;
	}
	.details_charts .el_big .circle, .details_charts .el_small .circle {
		width: 100px;
		height: 100px;
		border-radius: 100px;
	}
	.details_charts .el_big .circle span {
		font-size: 32px;
		line-height: 40px;
	}
	.details_charts .el_small .circle {
		margin: 0;
	}
	.details_charts .el_big .line, .details_charts .el_small .line {
		margin: 18px 0 0 44px;
		padding: 16px 20px 16px 70px;
		width: calc(100% - 44px);
		height: auto;
		min-height: 72px;
		position: unset;
	}
	.col_center .line {
		width: calc(100% - 44px) !important;
	}
	.details_charts .el_big .line span {
		font-size: 16px;
		line-height: 24px;
	}
	.details_charts .el_big, .details_charts .el_small {
		height: auto;
		min-height: 100px;
		margin-top: 16px;
	}
	.admin_tiles .tile {
		width: 100%;
		height: auto;
		min-height: 128px;
		padding: 16px 20px 16px 16px;
	}
	.admin_tiles .tile img {
		width: 64px;
	}
	.admin_tiles, .admin_tiles.sar {
		margin-bottom: 44px;
	}
	.changes_adaptive  {
		display: block;
	}
	.changes, .changes_adaptive {
		padding: 64px 0;
	}
	.changes .cat_title, .changes_adaptive .cat_title {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0.18px;
		font-weight: 600;
		color: rgba(0, 0, 0, 0.87);
		margin-bottom: 48px;
	}
	.changes {
		display: none;
	}
	.changes_adaptive  .active .top img {
		transform: rotate(180deg);
	}
	.changes_adaptive .item .top img {
		width: 32px;
		height: 32px;
	}
	
	.dvd1 {
		left: 20px;
	}
	.dvd2 {
		left: calc((100% - 1px) / 2);
	}
	.dvd3 {
		left: calc(100% - 21px);
	}
	.dvd4, .dvd5 {
		display: none;
	}
	.index .controls {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 20px;
	}
	.index .controls .button {
		margin-right: 0;
	}
	.index .controls .link {
		margin-top: 32px;
		font-size: 16px;
		line-height: 24px;
	}
	.law_top {
		margin-top: 128px;
	}
	.law_top .bg {
		width: 8px;
		margin-right: 32px;
	}
	.law_top .data span {
		font-weight: 600;
    	font-size: 24px;
    	line-height: 28px;
    	letter-spacing: 0.18px;
		margin-bottom: 24px;
	}
	.law_top .data p {
		font-size: 16px;
		line-height: 24px;
	}
	.law_details {
		margin-bottom: 64px;

	} 
	.law_details .law_desc p {
		font-size: 14px;
		line-height: 20px;
	}
	.law_special_bg {
		height: 300px;
		background-size: cover !important;
	}
	.law_special_bg span {
		font-weight: 600;
    	font-size: 24px;
    	line-height: 28px;
    	letter-spacing: 0.18px;
	}
	.law_special .desc {
		margin: 64px auto;
	}
	.law_special .desc p {
		font-size: 16px;
		line-height: 24px;
	}
	.law_details .fz_link {
		margin-bottom: 32px;
	}
	.law_special .desc p {
		font-size: 16px;
	}
	.law_special .tiles {
		margin-bottom: 64px;
		flex-wrap: wrap;
		
	}
	.law_special .tiles .img {
		width: 100%;
		margin-left: 0;
		padding: 32px;
		margin-top: 32px;
		height: 320px
	}
	.law_special .tiles .img span, .law_special .tiles .white .numbers {
		font-size: 56px;
		line-height: 64px;
		letter-spacing: -1px;
	}
	.law_special .tiles .img p, .law_special .tiles .white .colored {
		font-size: 16px;
		line-height: 24px;
		max-width: 450px;
	}
	.law_special .tiles .white {
		padding: 32px 32px 32px 24px;
	}
	.law_special .tiles .white ul {
		margin-bottom: 0;
	}
	.law_special .tiles .white ul li {
		font-size: 14px;
		line-height: 20px;
	}
	.law_special .tiles .white ul li::before {
		margin-top: 8px;
	}
	.detail_page .hectar_details .law_details:last-child {
		margin-bottom: 0;
	}
	.hectar_details {
		padding: 64px 20px;
	}
	.hectar_grid {
		margin-bottom: 40px;
	}
	.hectar_grid .row {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.hectar_grid .row.by3 .tile {
		width: 100%;
	}
	.hectar_grid .row.by2 .tile {
		width: 100%;
	}
	.hectar_grid .row.by3 .tile, .hectar_grid .row.by2 .tile {
		height: auto;
		min-height: 280px;
		margin: 0 0 24px 0;
	}
	.hectar_grid .row .tile img {
		width: 80px;
	}
	.hectar_grid .row .tile p {
		font-size: 16px;
		line-height: 24px;
	}
	.hectar_grid .row .tile span {
		font-size: 56px;
		line-height: 64px;
		letter-spacing: -1px;
	}
	.table, .help.index_help .table {margin: 32px 0 40px 0;}
	.help .title {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0.18px;
		font-weight: 600;
		margin-top: 128px;
	}
	.help.index_help .title {
		margin-top: 64px;
	}
	.details_charts small {
		margin-left: 44px;
		width: 70%;
		width: calc(100% - 44px);
		font-size: 14px;
		line-height: 20px;
	}
	.admin_tiles .tile.fake {
		display: none;
	}
	.table .row .col {
		width: 320px;
	}
	.table .row .first_col {
		width: 280px;
	}
	.table .first_col {
		font-size: 16px;
		line-height: 24px;
	}
	.bottom-dynamic, .index-dynamic {
		display: none;
	}
	.history_mosaic .title, .history_mosaic .desc, .history_mosaic .quote, .history .tiles .tile, .law_details, .admin_tiles .tile, .wide_tile, .hectar_grid .row .tile, .headerAnimation, .business .cat_title, .news-grid .news-animation {
		transform: none !important;
	}
	.history_mosaic {
		margin-top: 48px;
	}
	.law-projects-page {
		padding: 128px 0 80px 0 ;
	}
	.law-projects-page__title {
		font-weight: 600;
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0.18px;
	}
	.law-projects {
		margin: 40px 0 0 0;
	}
	.law-project-card {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 40px 24px 20px 24px;
		min-height: 300px;
	}
	.law-project-card:last-child {
		margin-bottom: 0;
	}
	.law-project-card__icon {
		width: 100px;
		margin-bottom: 32px;
	}
	.law-project-page {
		padding: 128px 0 80px;
	}
	.law-projects-page__subtitle {
		font-size: 16px;
		line-height: 24px;
		margin-top: 24px;
	}
	.document-link {
		width: 100%;
		margin-bottom: 16px;
	}
	.document-link:last-child {
		margin-bottom: 0;
	}
	.document-links {
		margin: 40px 0 0 0;
	}
	.law-project-details {
		padding: 32px 32px 48px 20px;
		margin-top: 48px;
	}
	.law-project-details__text p {
		font-size: 14px;
		line-height: 20px;
	}
	.publication-block {
		margin: 44px 0 0;
		padding: 30px 20px;
		flex-wrap: wrap;
	}
	.publication-block__left {
		width: 100%;
		margin-bottom: 48px;
	}
	.publication-block__right {
		width: 100%;
		padding: 0;
	}
	.publication-block__title {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 0.18px;
		font-weight: 600;
	}
	.publication-block__document {
		margin-top: 32px;
	}
	.publication-block__document .document-link {
		max-width: none;
	}
	/* .publication-block__cover {
		margin-left: 0;
	} */
	.publication-block_business {
		margin: 48px 0 48px;
	}
	.publication-block_business .publication-block__title, .publication-block_business .publication-block__text {
		max-width: none;
	}
	.publication-block_business .publication-block__right {
		padding: 0;
	}
	.publication-block_business__background-map {
		top: auto;
		bottom: -38px;
		left: 50%;
		transform: translateX(-50%);
	}
	.publication-block_detail-page {
		margin-bottom: 16px;
	}
	.law-accordion {
        padding: 0;
        margin-bottom: 64px;
    }
    .law-accordion .item {
        padding: 20px 0;
    }
    .law-accordion .item .top img {
        width: 32px;
        height: 32px;
    }
	.index-news {
		margin-bottom: 64px;
	}
	.news-grid {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	.news-card__img {
		height: 220px;
	}
	.news-card__content {
		padding: 24px 20px 20px;
	}
	.news-card__title {
		font-size: 18px;
		line-height: 20px;
	}
	.news-head__title {
		font-size: 24px;
		line-height: 28px;
	}
	.index-news .news-head {
		margin-bottom: 32px;
	}
	.news-head__link {
		display: none;
	}
	.more-mobile {
		display: block;
	}
	.news-page {
		padding: 128px 0 80px 0;
	}
	.news-masonry {
		display: none;
	}
	.news-mobile {
		display: grid;
	}
	.more-button {
		font-size: 16px;
		line-height: 24px;
		padding: 12px 24px;
		margin-top: 48px;
	}
	.news-page__title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 32px;
	}
	.article-page {
		padding: 104px 0 64px;
	}
	.article-row {
		flex-direction: column;
	}
	.article-share-desktop {
		display: none;
	}
	.article-title {
		font-size: 24px;
		line-height: 28px;
	}
	.article-date {
		margin-bottom: 32px;
	}
	.article-share-mob {
		display: block;
	}
	.article-main-img {
		margin-bottom: 48px;
	}
	.article-main-img img {
		margin-left: -20px;
		margin-right: -20px;
		width: calc(100% + 40px);
	}
	.article-text iframe {
		height: 400px;
	}
	.article-text p {
		margin-bottom: 24px;
	}
	.article-text ul {
		margin: 24px 0;
	}
	.more-section {
		margin-top: 64px;
	}
}

@media only screen and (max-width:480px){
	.history .tiles .tile {
		width: 100%;
	}
	.history .tiles .tile:last-child {
		margin-bottom: 0;
	}
	.glide__slide {
		flex-direction: column;
	}
	.glide__slide .author {
		margin-right: 0;
		width: 100%;
		margin-bottom: 32px;
	}
	.wide_tile {
		flex-direction: column;
	}
	.wide_tile .bg {
		width: 100%;
		height: 212px;
		order: 0;
	}
	.wide_tile .content {
		width: 100%;
		order: 1;
	}
	.wide_tile .content a {
		margin-top: 32px;
	}
	.document-link img.document-link__download-icon {
		display: none;
	}
	.document-link__data {
		margin: 0 0 0 16px;
	}
	.article-text iframe {
		height: 200px;
	}
}

