

/* Start:/local/templates/sova/assets/css/jquery.jscrollpane.css?16508695881492*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #ccc;
	position: relative;
}

.jspDrag
{
	background:#505050;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 5px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* End */


/* Start:/local/templates/sova/assets/css/app.css?169030801770132*/
@charset "UTF-8";
@font-face { font-family: 'Lato'; src: url("/local/templates/sova/assets/css/../fonts/Lato-Regular/Lato-Regular.eot?568446775"); src: url("/local/templates/sova/assets/css/../fonts/Lato-Regular/Lato-Regular.eot?#iefix?568446775") format("embedded-opentype"), url("/local/templates/sova/assets/css/../fonts/Lato-Regular/Lato-Regular.woff2?568446775") format("woff2"), url("/local/templates/sova/assets/css/../fonts/Lato-Regular/Lato-Regular.woff?568446775") format("woff"), url("/local/templates/sova/assets/css/../fonts/Lato-Regular/Lato-Regular.ttf?568446775") format("truetype"); text-rendering: optimizeLegibility; font-weight: normal; font-style: normal; }

@font-face { font-family: 'Lato'; src: url("/local/templates/sova/assets/css/../fonts/Lato-Light/Lato-Light.eot?776156242"); src: url("/local/templates/sova/assets/css/../fonts/Lato-Light/Lato-Light.eot?#iefix?776156242") format("embedded-opentype"), url("/local/templates/sova/assets/css/../fonts/Lato-Light/Lato-Light.woff2?776156242") format("woff2"), url("/local/templates/sova/assets/css/../fonts/Lato-Light/Lato-Light.woff?776156242") format("woff"), url("/local/templates/sova/assets/css/../fonts/Lato-Light/Lato-Light.ttf?776156242") format("truetype"); text-rendering: optimizeLegibility; font-weight: 300; font-style: normal; }

@font-face { font-family: 'Lato'; src: url("/local/templates/sova/assets/css/../fonts/Lato-Bold/Lato-Bold.eot?160961030"); src: url("/local/templates/sova/assets/css/../fonts/Lato-Bold/Lato-Bold.eot?#iefix?160961030") format("embedded-opentype"), url("/local/templates/sova/assets/css/../fonts/Lato-Bold/Lato-Bold.woff2?160961030") format("woff2"), url("/local/templates/sova/assets/css/../fonts/Lato-Bold/Lato-Bold.woff?160961030") format("woff"), url("/local/templates/sova/assets/css/../fonts/Lato-Bold/Lato-Bold.ttf?160961030") format("truetype"); text-rendering: optimizeLegibility; font-weight: bold; font-style: normal; }

/*@font-face { font-family: 'Lato'; src: url("/local/templates/sova/assets/css/../fonts/Lato-BoldItalic/Lato-BoldItalic.eot?449399565"); src: url("/local/templates/sova/assets/css/../fonts/Lato-BoldItalic/Lato-BoldItalic.eot?#iefix?449399565") format("embedded-opentype"), url("/local/templates/sova/assets/css/../fonts/Lato-BoldItalic/Lato-BoldItalic.woff2?449399565") format("woff2"), url("/local/templates/sova/assets/css/../fonts/Lato-BoldItalic/Lato-BoldItalic.woff?449399565") format("woff"), url("/local/templates/sova/assets/css/../fonts/Lato-BoldItalic/Lato-BoldItalic.ttf?449399565") format("truetype"); text-rendering: optimizeLegibility; font-weight: bold; font-style: italic; }*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }

html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

img, fieldset, a img { border: none; }

input[type="text"], input[type="email"], input[type="tel"], textarea { -webkit-appearance: none; font-family: inherit; }

input[type="submit"], button { cursor: pointer; font-family: inherit; }

input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border: 0; }

textarea { overflow: auto; }

input, button { margin: 0; padding: 0; border: 0; }

div, input, textarea, select, button, h1, h2, h3, h4, h5, h6, a, span, a:focus { outline: none; }

ul, ol { list-style-type: none; }

table { border-spacing: 0; border-collapse: collapse; width: 100%; }

html { -webkit-box-sizing: border-box; box-sizing: border-box; }

*, *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

html { -webkit-font-smoothing: antialiased; }

body { min-width: 320px; color: #00204a; font-family: "Lato", Arial, -apple-system-body, sans-serif; background: #fcfdff; line-height: 1; position: relative; font-size: 14px; }

@media only screen and (max-width: 480px) { body { font-size: 12px; } }

a { text-decoration: none; color: #00204a; -webkit-transition: color ease .3s; -o-transition: color ease .3s; transition: color ease .3s; }

a .icon { fill: #00204a; }

html ::-moz-selection { background: #00204a; color: #fff; }

html ::selection { background: #00204a; color: #fff; }

time { opacity: .6; }

.link:hover { text-decoration: underline; }

.u-link > span { border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.h1, .h2, .h3 { font-weight: bold; }

.h1 { font-size: 2.57143em; }

.h2 { font-size: 1.71429em; }

.page-title { color: #00204a; margin-bottom: 25px; }

.page-title .icon { font-size: .7em; fill: #00204a; }

.news__item-info .icon { fill: #00204a; margin: -2px 0 0 5px !important;}

@media only screen and (max-width: 480px) { .page-title { margin-bottom: 15px; } }

.text { font-size: 18px; }

@media only screen and (max-width: 767px) { .text { font-size: 16px; } }

@media only screen and (max-width: 480px) { .text { font-size: 14px; } }

.text img { max-width: 100%; max-height: 100%; margin-bottom: 15px; }

@media only screen and (max-width: 767px) { .text img { margin-bottom: 10px; } }

.text img.left { float: left; margin-right: 15px; }

.text img.right { margin-left: 15px; float: right; }

.text p { margin-bottom: 15px; line-height: 1.4; }

.text p:last-child { margin-bottom: 0; }

@media only screen and (max-width: 480px) { .text p { margin-bottom: 15px; } }

@-webkit-keyframes fade-up { 0% { opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fade-up { 0% { opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@-webkit-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

.row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -10px -20px; }

.no-gutters { margin-right: 0; margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding: 0 10px 20px; }

.col { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }

.col-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }

.col-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }

.col-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }

.col-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }

.col-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }

.col-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.col-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }

.col-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }

.col-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }

.col-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }

.col-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }

.col-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.order-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }

.order-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13; }

.order-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }

.order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }

.order-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }

.order-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }

.order-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }

.order-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7; }

.order-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8; }

.order-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9; }

.order-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10; }

.order-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11; }

.order-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12; }

.offset-1 { margin-left: 8.33333%; }

.offset-2 { margin-left: 16.66667%; }

.offset-3 { margin-left: 25%; }

.offset-4 { margin-left: 33.33333%; }

.offset-5 { margin-left: 41.66667%; }

.offset-6 { margin-left: 50%; }

.offset-7 { margin-left: 58.33333%; }

.offset-8 { margin-left: 66.66667%; }

.offset-9 { margin-left: 75%; }

.offset-10 { margin-left: 83.33333%; }

.offset-11 { margin-left: 91.66667%; }

@media (min-width: 767px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-sm-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-sm-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-sm-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-sm-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-sm-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-sm-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-sm-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-sm-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-sm-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-sm-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-sm-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
  .order-sm-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13; }
  .order-sm-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }
  .order-sm-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .order-sm-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .order-sm-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .order-sm-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  .order-sm-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  .order-sm-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
  .order-sm-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7; }
  .order-sm-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8; }
  .order-sm-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9; }
  .order-sm-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10; }
  .order-sm-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11; }
  .order-sm-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12; }
  .offset-sm-0 { margin-left: 0; }
  .offset-sm-1 { margin-left: 8.33333%; }
  .offset-sm-2 { margin-left: 16.66667%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-4 { margin-left: 33.33333%; }
  .offset-sm-5 { margin-left: 41.66667%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-7 { margin-left: 58.33333%; }
  .offset-sm-8 { margin-left: 66.66667%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.33333%; }
  .offset-sm-11 { margin-left: 91.66667%; } }

@media (min-width: 992px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-md-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-md-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-md-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-md-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-md-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-md-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-md-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-md-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-md-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-md-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-md-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
  .order-md-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13; }
  .order-md-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }
  .order-md-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .order-md-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .order-md-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .order-md-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  .order-md-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  .order-md-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
  .order-md-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7; }
  .order-md-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8; }
  .order-md-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9; }
  .order-md-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10; }
  .order-md-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11; }
  .order-md-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12; }
  .offset-md-0 { margin-left: 0; }
  .offset-md-1 { margin-left: 8.33333%; }
  .offset-md-2 { margin-left: 16.66667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.33333%; }
  .offset-md-5 { margin-left: 41.66667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.33333%; }
  .offset-md-8 { margin-left: 66.66667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.33333%; }
  .offset-md-11 { margin-left: 91.66667%; } }

@media (min-width: 1200px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-lg-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-lg-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-lg-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-lg-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-lg-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-lg-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-lg-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-lg-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-lg-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-lg-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-lg-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
  .order-lg-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13; }
  .order-lg-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }
  .order-lg-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .order-lg-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .order-lg-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .order-lg-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  .order-lg-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  .order-lg-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
  .order-lg-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7; }
  .order-lg-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8; }
  .order-lg-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9; }
  .order-lg-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10; }
  .order-lg-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11; }
  .order-lg-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12; }
  .offset-lg-0 { margin-left: 0; }
  .offset-lg-1 { margin-left: 8.33333%; }
  .offset-lg-2 { margin-left: 16.66667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.33333%; }
  .offset-lg-5 { margin-left: 41.66667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.33333%; }
  .offset-lg-8 { margin-left: 66.66667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.33333%; }
  .offset-lg-11 { margin-left: 91.66667%; } }

@media (min-width: 1600px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-xl-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
  .col-xl-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-xl-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-xl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-xl-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-xl-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-xl-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-xl-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-xl-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-xl-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .order-xl-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
  .order-xl-last { -webkit-box-ordinal-group: 14; -ms-flex-order: 13; order: 13; }
  .order-xl-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }
  .order-xl-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .order-xl-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .order-xl-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .order-xl-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  .order-xl-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  .order-xl-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
  .order-xl-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7; }
  .order-xl-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8; }
  .order-xl-9 { -webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9; }
  .order-xl-10 { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10; }
  .order-xl-11 { -webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11; }
  .order-xl-12 { -webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12; }
  .offset-xl-0 { margin-left: 0; }
  .offset-xl-1 { margin-left: 8.33333%; }
  .offset-xl-2 { margin-left: 16.66667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.33333%; }
  .offset-xl-5 { margin-left: 41.66667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.33333%; }
  .offset-xl-8 { margin-left: 66.66667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.33333%; }
  .offset-xl-11 { margin-left: 91.66667%; } }

.d-none { display: none !important; }

.d-inline { display: inline !important; }

.d-inline-block { display: inline-block !important; }

.d-block { display: block !important; }

.d-table { display: table !important; }

.d-table-row { display: table-row !important; }

.d-table-cell { display: table-cell !important; }

.d-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }

.d-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; }

@media (min-width: 767px) { .d-sm-none { display: none !important; }
  .d-sm-inline { display: inline !important; }
  .d-sm-inline-block { display: inline-block !important; }
  .d-sm-block { display: block !important; }
  .d-sm-table { display: table !important; }
  .d-sm-table-row { display: table-row !important; }
  .d-sm-table-cell { display: table-cell !important; }
  .d-sm-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-sm-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media (min-width: 992px) { .d-md-none { display: none !important; }
  .d-md-inline { display: inline !important; }
  .d-md-inline-block { display: inline-block !important; }
  .d-md-block { display: block !important; }
  .d-md-table { display: table !important; }
  .d-md-table-row { display: table-row !important; }
  .d-md-table-cell { display: table-cell !important; }
  .d-md-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-md-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media (min-width: 1200px) { .d-lg-none { display: none !important; }
  .d-lg-inline { display: inline !important; }
  .d-lg-inline-block { display: inline-block !important; }
  .d-lg-block { display: block !important; }
  .d-lg-table { display: table !important; }
  .d-lg-table-row { display: table-row !important; }
  .d-lg-table-cell { display: table-cell !important; }
  .d-lg-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-lg-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media (min-width: 1600px) { .d-xl-none { display: none !important; }
  .d-xl-inline { display: inline !important; }
  .d-xl-inline-block { display: inline-block !important; }
  .d-xl-block { display: block !important; }
  .d-xl-table { display: table !important; }
  .d-xl-table-row { display: table-row !important; }
  .d-xl-table-cell { display: table-cell !important; }
  .d-xl-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-xl-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media print { .d-print-none { display: none !important; }
  .d-print-inline { display: inline !important; }
  .d-print-inline-block { display: inline-block !important; }
  .d-print-block { display: block !important; }
  .d-print-table { display: table !important; }
  .d-print-table-row { display: table-row !important; }
  .d-print-table-cell { display: table-cell !important; }
  .d-print-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-print-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } }

.svg-sprite { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; }

.ws-nowrap { white-space: nowrap; }

.relative { position: relative; }

.visible-md { display: none !important; }

@media only screen and (max-width: 992px) { .visible-md { display: block !important; } }

.text-right { text-align: right; }

.text-center { text-align: center !important; }

.bold { font-weight: bold; }

.p-0 { padding: 0 !important; }

.pb-0 { padding-bottom: 0 !important; }

.pt-0 { padding-top: 0 !important; }

.mb-0 { margin-bottom: 0 !important; }

.hidden { display: none !important; }

.perspective { -webkit-perspective: 1500px; perspective: 1500px; }

.inline-block { display: inline-block; }

.vertical-top { vertical-align: top !important; }

.vertical-bottom { vertical-align: bottom !important; }

.vertical-middle { vertical-align: middle !important; }

@font-face { font-family: "iconfont"; src: url("/local/templates/sova/assets/css/../fonts/iconfont/iconfont.eot?20960128"); src: url("/local/templates/sova/assets/css/../fonts/iconfont/iconfont.eot?20960128#iefix") format("eot"), url("/local/templates/sova/assets/css/../fonts/iconfont/iconfont.woff2?20960128") format("woff2"), url("/local/templates/sova/assets/css/../fonts/iconfont/iconfont.woff?20960128") format("woff"), url("/local/templates/sova/assets/css/../fonts/iconfont/iconfont.ttf?20960128") format("truetype"); font-weight: normal; font-style: normal; }

.ticon, .mnav__close:before, .mnav__menu-toggle:before, .breadcrumbs__item:after, .breadcrumbs__toggle:before, .category-menu__toggle:before, .category-menu .dropdown-menu .dropdown-menu__toggle:before, .pagination__prev:before, .pagination__next:before, .p-article__sources > li:before { font-family: "iconfont"; font-style: normal; font-weight: normal; text-rendering: auto; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ticon { display: inline-block; vertical-align: middle; }

.ticon-clock:before { content: ""; }

.ticon-close:before { content: ""; }

.ticon-down-chevron:before { content: ""; }

.ticon-envelope:before { content: ""; }

.ticon-fb:before { content: ""; }

.ticon-gplus:before { content: ""; }

.ticon-info:before { content: ""; }

.ticon-left-chevron:before { content: ""; }

.ticon-printer:before { content: ""; }

.ticon-right-arrow:before { content: ""; }

.ticon-right-chevron:before { content: ""; }

.ticon-rss:before { content: ""; }

.ticon-ru:before { content: ""; }

.ticon-search-bold:before { content: ""; }

.ticon-search:before { content: ""; }

.ticon-tw:before { content: ""; }

.ticon-uk:before { content: ""; }

.ticon-vk:before { content: ""; }

.icon { display: inline-block; vertical-align: middle; position: relative; -webkit-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s; }

.icon-clock { width: 1em; height: 1em; fill: initial; }

.icon-close { width: 1em; height: 1em; fill: initial; }

.icon-down-chevron { width: 1em; height: 1em; fill: initial; }

.icon-envelope { width: 1em; height: 1em; fill: initial; }

.icon-fb { width: 1em; height: 1em; fill: initial; }

.icon-gplus { width: 1em; height: 1em; fill: initial; }

.icon-info { width: 1em; height: 1em; fill: initial; }

.icon-left-chevron { width: 1em; height: 1em; fill: initial; }

.icon-printer { width: 1em; height: 1em; fill: initial; }

.icon-right-arrow { width: 1em; height: 1em; fill: initial; }

.icon-right-chevron { width: 1em; height: 1em; fill: initial; }

.icon-rss { width: 1em; height: 1em; fill: initial; }

.icon-ru { width: 1em; height: 1em; fill: #f5f5f5; }

.icon-search-bold { width: 1em; height: 1em; fill: initial; }

.icon-search { width: 1em; height: 1em; fill: initial; }

.icon-tw { width: 1em; height: 1em; fill: initial; }

.icon-uk { width: 1em; height: 1em; fill: #41479b; }

.icon-vk { width: 1em; height: 1em; fill: initial; }

.footer { background: #00204a; padding: 65px 0; }

@media only screen and (max-width: 992px) { .footer { padding: 40px 0; } }

.footer, .footer a { color: #ffffff; }
.footer__static-link {
  background: #e4efff;
  padding: 35px 20px;
  width: 100%;
}
.footer__static-link h3 {
  text-align: center;
}
.footer__static-link .js-footer-accordion-content {
  margin: 10px;
}
.footer__static-link img {
  width: 100%!important;
  max-width: 90vw!important;
}

.footer__inn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: -20px; }

.footer__inn > * { padding-bottom: 20px; }

.footer__nav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding-right: 65px; }

@media only screen and (max-width: 640px) { .footer__nav { padding-right: 0; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

.footer__menu { margin-right: 20px; }

.footer__menu:last-child { margin-right: 0; }

.footer__menu-title { font-weight: bold; font-size: 18px; min-height: 50px; }

@media only screen and (max-width: 767px) { .footer__menu-title { min-height: 40px; } }

.footer__menu-list { list-style: none; }

.footer__menu-item { margin-bottom: 10px; }

.footer__menu-item:last-child { margin-bottom: 0; }

.footer__menu-link { font-size: 14px; }

.footer__text { line-height: 1.4; margin-bottom: 15px; }

.footer__share { margin: 25px 0; max-width: 195px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media only screen and (max-width: 480px) { .footer__share { margin: 15px 0; } }

.footer__share-item { font-size: 16px; }

.footer__share-item .icon { fill: #fff; margin-right: 8px; }

.footer__counters { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 -5px -10px; }

.footer__counters-item { padding: 0 5px 10px; }

.footer__link { text-decoration: underline; font-size: 14px; }

.footer__about { margin-top: 15px; font-size: 10px; line-height: 1.4; }

.footer__info { max-width: 295px; width: 100%; }

.footer__age_limit { margin: 20px; width: 50px; height: 50px; background-image: url(/images/icons/18+.white.png); }
@media print { .footer__age_limit { background-image: url(/images/icons/18+.black.png) !important; } }

@media only screen and (max-width: 480px) { .footer__info { max-width: 100%; } }

.footer__contacts { max-width: 195px; width: 100%; }

@media only screen and (max-width: 640px) { .footer__contacts { max-width: 100%; } }

.header { background: #cae5ff; }

.header__mlangs { background: #b1d8ff; padding: 10px 0; color: #000; text-align: right; display: none; }

@media only screen and (max-width: 992px) { .header__mlangs { display: block; } }

.header__mlangs a { display: inline-block; color: #00204a; margin: 0 5px; }

.header__mlangs a .icon { margin-right: 5px; margin-top: -3px; }

.header__top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 35px 0; position: relative; }

@media only screen and (max-width: 992px) { .header__top { padding-top: 20px; } }

@media only screen and (max-width: 767px) { .header__top { padding-bottom: 20px; } }

.header__top .search { position: absolute; right: 0; width: 100%; max-width: 250px; top: 100px; }

@media only screen and (max-width: 992px) { .header__top .search { top: 85px; } }

@media only screen and (max-width: 767px) { .header__top .search { display: none; } }

@media only screen and (min-width: 767px) and (max-width: 1200px) { .header__logo { width: 280px; }
  .header__logo .logo { margin-bottom: -3em; }
  .header__logo .logo__slogan { font-size: 12px; width: 100%; padding-left: 110px; margin: -10px 0 0; }
  .header__logo .logo__slogan br { display: none; } }

.header__nav { padding: 0 15px; }

@media only screen and (max-width: 767px) { .header__nav { display: none; } }

.header__nav-list { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px -10px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header__nav-item { padding: 0 15px 10px; }

.header__nav-link { color: #00204a; font-size: 16px; }

.header__socials { font-size: 24px; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -10px; }

.header__socials-item { padding: 0 10px; }

.header__socials-link { display: block; line-height: 0; }

.header__socials-link .icon { fill: #00204a !important; }

.header__tools { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

@media only screen and (max-width: 992px) { .header__tools { display: none; } }

.header__lang { width: 125px; margin-left: 15px; }

@media only screen and (max-width: 767px) { .header__bottom { display: none; } }

.header__mnav { background: #00204a; position: relative; display: none; }

@media only screen and (max-width: 767px) { .header__mnav { display: block; } }

.header__mnav-inn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 45px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header__mnav .hamburger { margin-right: 5px; }

.header__mnav .search { display: none; background: #fff; position: absolute; top: 0; left: 0; width: 100%; -webkit-animation: fade-up .3s; animation: fade-up .3s; z-index: 99; }

.header__mnav .search.is-active { display: block; }

.header__mnav .search__input { height: 45px; line-height: 45px; font-size: 14px; }

.header__mnav a { color: #fff; font-size: 14px; }

.header__mnav a .icon { fill: #fff; }

.l-main { background: #fcfdff; }

.slideout-open .l-main { position: relative; z-index: 101; }

.slideout-open .l-main:before { z-index: 9999; width: 100%; height: 100%; content: ''; display: block; left: 0; top: 0; position: absolute; background: rgba(0, 0, 0, 0.85); -webkit-animation: fadeIn .3s forwards; animation: fadeIn .3s forwards; }

.slideout-closing .l-main:before { -webkit-animation: fadeOut .3s forwards; animation: fadeOut .3s forwards; }

.l-content { padding: 30px 0 45px; }

@media only screen and (max-width: 480px) { .l-content { padding-bottom: 30px; } }

.l-content .breadcrumbs { margin-bottom: 30px; }

.l-content .pagination { margin-top: 45px; }

@media only screen and (max-width: 480px) { .l-content .pagination { margin-top: 30px; } }

.l-wrapper { max-width: 1160px; margin: 0 auto; padding: 0 10px; }

.l-columns { margin: 0 -5px -10px; }

.l-columns > [class^="col-"] { padding: 0 5px 10px; }

.mnav { position: relative; }

.mnav__close { position: absolute; top: 0; left: 0; width: 30px; height: 30px; line-height: 29px; text-align: center; background: #59568f; font-size: 12px; color: #fff; }

.mnav__close:before { content: ""; display: inline-block; vertical-align: middle; }

.mnav__logo { text-align: center; padding: 20px 10px; background: #cae5ff; }

.mnav__menu > .mnav__menu-item { border-bottom: 1px solid #00204a; position: relative; }

.mnav__menu .mnav__menu { display: none; background: #cae5ff; border-top: 3px solid #00204a; }

.mnav__menu .mnav__menu .mnav__menu-item { border-bottom-color: #7ebfff; }

.mnav__menu .mnav__menu .mnav__menu-item:last-child { border-bottom: 0; }

.mnav__menu .mnav__menu .mnav__menu-toggle { background: #b1d8ff; }

.mnav__menu .mnav__menu .mnav__menu { background: #ffe3ba; border-top: 3px solid #ffba54; }

.mnav__menu .mnav__menu .mnav__menu .mnav__menu-item { border-bottom-color: #ffc46e; }

.mnav__menu .mnav__menu .mnav__menu .mnav__menu-item:last-child { border-bottom: 0; }

.mnav__menu .mnav__menu .mnav__menu .mnav__menu-toggle { background: #ffce87; }

.mnav__menu-sub { background: #f6f6f6; padding: 10px 15px; display: none; }

.mnav__menu-sub .mnav__menu-link { font-weight: normal; }

.mnav__menu-sub .mnav__menu-item { margin-bottom: 10px; }

.mnav__menu-sub .mnav__menu-item:last-child { margin-bottom: 0; }

.mnav__menu > .mnav__menu-item > .mnav__menu-link { display: flex; justify-content: flex-start; align-items: center; padding: 10px; min-height: 50px; line-height: 1.5; padding-right: 55px; }

.mnav__menu-link { text-transform: uppercase; font-size: 14px; color: #00204a; font-weight: bold; }

.mnav__menu-link > span { line-height: 1.4; vertical-align: middle; display: inline-block; }

.mnav__menu-toggle { position: absolute; right: 0; top: 0; height: 50px; width: 50px; line-height: 50px; font-size: 12px; color: #00204a; background: #f5f5f5; text-align: center; }

.dropdown-open > .mnav__menu-toggle:before { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.mnav__menu-toggle:before { content: ""; display: inline-block; vertical-align: middle; -webkit-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s; }

.mnav__main-menu { background: #ccc; }

.mnav__main-menu .mnav__menu-item { border-bottom: 1px solid #cae5ff; }

.mnav__main-menu .mnav__menu-link { color: #fff; background: #00204a; }

.sidebar { background: #e4efff; padding: 35px 20px; }

.sidebar__title { text-align: center; font-size: 18px; font-weight: bold; color: #00204a; margin-bottom: 40px; }

@media only screen and (max-width: 480px) { .sidebar__title { font-size: 16px; margin-bottom: 30px; } }

.sidebar__link { text-decoration: underline; font-size: 18px; color: #00204a; }

@media only screen and (max-width: 480px) { .sidebar__link { font-size: 16px; } }

.article { overflow: hidden; position: relative; display: block; }

.article:hover .article__photo { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.article:hover .article__info { background: rgba(0, 0, 0, 0.01); }

@media only screen and (min-width: 767px) { .article--lg .article__info { min-height: 330px; -ms-flex-line-pack: end; align-content: flex-end; padding: 20px 30px; font-size: 16px; } }

@media only screen and (min-width: 767px) { .article--lg:hover .article__photo { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); } }

.article__photo { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; z-index: 1; }

html:not(.object-fit) .article__img { position: absolute; min-width: 100%; min-height: 100%; width: auto; height: auto; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%; }

.object-fit .article__img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.article__info { position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-line-pack: start; align-content: flex-start; min-height: 290px; background: rgba(0, 0, 0, 0.5); color: #fff; padding: 15px; font-size: 14px; -webkit-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s; }

@media only screen and (max-width: 767px) { .article__info { font-size: 16px; padding: 20px 30px; } }

@media only screen and (max-width: 480px) { .article__info { font-size: 14px; padding: 15px; min-height: 230px; } }

.article__date, .article__desc { font-size: 1em; }

.article__date { margin-bottom: 1.07143em; opacity: 1; display: block; }

.article__title { font-size: 1.42857em; font-weight: bold; line-height: 1.3; }

.article__desc { line-height: 1.2; margin-top: 1.07143em; }

.breadcrumbs__list { margin-bottom: -5px; line-height: 1.8; }

.breadcrumbs__item { display: inline; padding-right: 5px; position: relative; font-size: 14px; line-height: 1.4; }

@media only screen and (max-width: 480px) { .breadcrumbs__item { font-size: 12px; } }

.breadcrumbs__item:last-child:after { display: none; }

.breadcrumbs__item:after { content: "→"; color: #353536; font-size: 15px; margin-left: 7px; display: inline; vertical-align: center; }

.breadcrumbs__link { color: #010101; font-size: 1em; line-height: 1.4; }

.breadcrumbs__link > span { border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.breadcrumbs__toggle { color: #494a4a; font-size: 0.85714em; position: relative; top: 0.25em; left: 0.08333em; }

.breadcrumbs__toggle:before { content: "∨"; font-size: 16px; vertical-align: super; }

.breadcrumbs__drop { max-width: 300px; }

.breadcrumbs__drop .dropdown-menu__link { white-space: normal; }

.category-menu__list { list-style: none; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -5px; width: 100%; }

.category-menu__item { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; max-width: 215px; width: 100%; padding: 0 5px; font-size: 16px; position: relative; }

.category-menu__item--projects .dropdown-menu .dropdown-menu { background: #cae5ff; top: 100% !important; left: 0 !important; margin-top: 5px !important; margin-left: 0 !important; width: 100%; }

.category-menu__item--projects .dropdown-menu .dropdown-menu a { color: #00204a; }

@media only screen and (max-width: 1200px) { .category-menu__item { font-size: 14px; max-width: 190px; } }

@media only screen and (max-width: 992px) { .category-menu__item { font-size: 12px; max-width: 147px; } }

.category-menu__item--projects .category-menu__link { background: rgba(0, 32, 74, 0.5); color: rgba(255, 255, 255, 0.7); }

.category-menu__item--disabled .category-menu__toggle { opacity: .7; }

.category-menu__item.dropdown .category-menu__link { padding: 0 26px; }

@media only screen and (max-width: 992px) { .category-menu__item.dropdown .category-menu__link { padding: 0; padding-right: 25px; padding-left: 10px; } }

.category-menu__item.is-active .category-menu__link { background: #e4efff; color: #00204a; }

.category-menu__item.is-active .category-menu__toggle { color: rgba(63, 66, 70, 0.3); }

.category-menu__toggle { height: 100%; width: 26px; text-align: center; color: rgba(255, 255, 255, 0.3); font-size: 13px; top: 0; position: absolute; right: 5px; line-height: 50px; -webkit-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s; border-top-right-radius: 5px; }

.category-menu__toggle:hover, .dropdown-open .category-menu__toggle { background: #59568f; color: #fff !important; }

@media only screen and (max-width: 992px) { .category-menu__toggle { font-size: 10px; width: 25px; } }

.category-menu__toggle:before { content: "∨"; font-size: 16px; vertical-align: center; }

.category-menu__link { position: relative; background: #00204a; color: #ffffff; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; height: 50px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 5px 5px 0 0; line-height: 1.2; padding: 0 10px; }

.category-menu .dropdown-menu { padding: 15px 0; min-width: calc(100% - 5px); left: 5px; z-index: 9; margin-top: 5px; }

.category-menu .dropdown-menu__item { padding: 0 15px; }

.category-menu .dropdown-menu__link { font-size: 0.875em; }

.category-menu .dropdown-menu .dropdown-menu { left: 100%; margin-left: 5px; top: 0; margin-top: -5px; }

.category-menu .dropdown-menu .dropdown-menu .dropdown-menu { background: #cae5ff; top: 100%; left: 0; margin-top: 5px; margin-left: 0; width: 100%; }

.category-menu .dropdown-menu .dropdown-menu .dropdown-menu a { color: #00204a; }

.category-menu .dropdown-menu .dropdown-menu__item { position: relative; }

.category-menu .dropdown-menu .dropdown-menu__item.dropdown { padding-right: 1.6em; }

.category-menu .dropdown-menu .dropdown-menu__toggle { position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); height: 100%; width: 1.5em; color: #fff; font-size: .7em; }

.category-menu .dropdown-menu .dropdown-menu__toggle:before { content: ">"; font-size: 16px; vertical-align: center; }

.checkbox { cursor: pointer; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; color: #000; font-size: 14px; margin: 0 -7px; }

.checkbox a { text-decoration: underline; color: #1d1d1d; }

.checkbox input { display: none; }

.checkbox input:checked + * i:before, .checkbox input:checked + * i:after { opacity: 1; }

.checkbox__i { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; }

.checkbox__text { padding-top: 0.14286em; line-height: 1.2; }

.checkbox i { background: #fff; display: inline-block; font-style: normal; height: 1.21429em; margin: 0 7px; position: relative; vertical-align: middle; width: 1.21429em; border: 1px solid #00204a; border-radius: 2px; -webkit-transition: all ease .2s; -o-transition: all ease .2s; transition: all ease .2s; }

.checkbox i:before, .checkbox i:after { background-color: #00204a; position: absolute; -webkit-transition: opacity ease-out 0.2s; -o-transition: opacity ease-out 0.2s; transition: opacity ease-out 0.2s; opacity: 0; content: ""; display: block; width: 2px; }

.checkbox i:before { height: 0.71429em; left: 0.57143em; top: 0.21429em; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.checkbox i:after { height: 0.35714em; left: 0.21429em; top: 0.5em; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.dropdown-menu { -webkit-animation: fade-up .3s; animation: fade-up .3s; min-width: 200px; border-radius: 5px; padding: 10px; position: absolute; z-index: 9; top: 100%; left: 0; display: none; background: #00204a; }

@media only screen and (max-width: 480px) { .dropdown-menu { min-width: 150px; } }

.dropdown-menu__link { color: #fff; /*white-space: nowrap;*/ }

.dropdown-menu__item { margin-bottom: 10px; color: #fff; }

.dropdown-menu__item:last-child { margin-bottom: 0; }

.dropdown-menu__sub { padding-top: 5px; }

.dropdown-menu__sub .dropdown-menu__item { margin-bottom: 5px; }

.dropdown-menu__sub .dropdown-menu__item:before { content: '\2014'; }

.hamburger { display: inline-block; vertical-align: middle; position: relative; overflow: hidden; margin: 0; padding: 0; font-size: 0; text-indent: -9999px; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-box-shadow: none; box-shadow: none; border: none; cursor: pointer; -webkit-transition: background 0.3s; -o-transition: background 0.3s; transition: background 0.3s; width: 23px; height: 23px; }

.hamburger span { top: 10.5px; left: 0px; right: 0px; height: 2px; }

.hamburger span:before, .hamburger span:after { height: 2px; }

.hamburger span:before { top: -7px; }

.hamburger span:after { bottom: -7px; }

.hamburger:focus { outline: none; }

.hamburger:hover span, .hamburger:hover span:before, .hamburger:hover span:after, .hamburger.is-active span, .hamburger.is-active span:before, .hamburger.is-active span:after { background: #cae5ff; }

.hamburger span { display: block; position: absolute; background: #fff; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: .15s; -o-transition-duration: .15s; transition-duration: .15s; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; }

.hamburger span:before, .hamburger span:after { position: absolute; display: block; left: 0; width: 100%; background-color: #fff; content: ""; }

.hamburger--htx span:before, .hamburger--htx span:after { -webkit-transition-duration: 0.3s, 0.3s; -o-transition-duration: 0.3s, 0.3s; transition-duration: 0.3s, 0.3s; -webkit-transition-delay: 0.3s, 0s; -o-transition-delay: 0.3s, 0s; transition-delay: 0.3s, 0s; }

.hamburger--htx span:before { -webkit-transition-property: top, -webkit-transform; transition-property: top, -webkit-transform; -o-transition-property: top, transform; transition-property: top, transform; transition-property: top, transform, -webkit-transform; }

.hamburger--htx span:after { -webkit-transition-property: bottom, -webkit-transform; transition-property: bottom, -webkit-transform; -o-transition-property: bottom, transform; transition-property: bottom, transform; transition-property: bottom, transform, -webkit-transform; }

.hamburger--htx.is-active span { background: none; }

.hamburger--htx.is-active span::before { top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.hamburger--htx.is-active span:after { bottom: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.hamburger--htx.is-active span:before, .hamburger--htx.is-active span:after { -webkit-transition-delay: 0s, 0.3s; -o-transition-delay: 0s, 0.3s; transition-delay: 0s, 0.3s; }

.hamburger--spin span { -webkit-transition-duration: 0.22s; -o-transition-duration: 0.22s; transition-duration: 0.22s; -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin span:before { -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin span:after { -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active span { -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); -webkit-transition-delay: 0.12s; -o-transition-delay: 0.12s; transition-delay: 0.12s; -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active span:before { top: 0; opacity: 0; -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active span:after { bottom: 0; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.lang-switcher { padding: 10px 20px; background: #00204a; border-radius: 5px; position: relative; padding-right: 10px; }

.lang-switcher:hover { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.lang-switcher:hover .lang-switcher__list { display: block; }

.lang-switcher__item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; color: #ffffff; font-size: 16px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s; }

.lang-switcher__item .icon { margin-right: 15px; top: 1px; }

.lang-switcher__list { background: #00204a; position: absolute; top: 100%; left: 0; min-width: 100%; white-space: nowrap; list-style: none; display: none; -webkit-animation: fade-up .3s; animation: fade-up .3s; border-radius: 0 0 5px 5px; z-index: 5; }

.lang-switcher__list .lang-switcher__item { padding: 10px 20px; padding-right: 10px; }

.last-news__item { font-size: 16px; margin-bottom: 25px; }

@media only screen and (max-width: 480px) { .last-news__item { font-size: 14px; } }

.last-news__item:last-child { margin-bottom: 0; }

.last-news__date { color: #232323; margin-bottom: 10px; display: block; }

.last-news__title { color: #000; line-height: 1.2; display: block; }

.last-news__more { padding-top: 35px; text-align: center; }

.logo { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 60px; }

@media only screen and (max-width: 767px) { .logo { font-size: 50px; } }

@media only screen and (max-width: 480px) { .logo { font-size: 40px; } }

.logo__img { display: inline-block; vertical-align: top; max-width: 100%; max-height: 80px }

.logo__name { text-transform: uppercase; font-size: 1em; font-weight: 300; color: #00204a; margin-left: 10px; }

.logo__slogan { margin-left: 10px; font-size: 0.23333em; color: #00204a; text-transform: uppercase; line-height: 1.2; }

.news { width: 100%; }

.news__category { font-size: 24px; font-weight: bold; min-height: 60px; border-bottom: 1px solid #00204a; color: #00204a; margin-bottom: 30px; padding-bottom: 10px; }

@media only screen and (max-width: 767px) { .news__category { min-height: auto; margin-bottom: 20px; font-size: 22px; } }

@media only screen and (max-width: 480px) { .news__category { font-size: 20px; } }

.news__item { margin-bottom: 45px; color: #000; font-size: 16px; }

@media only screen and (max-width: 767px) { .news__item { margin-bottom: 30px; } }

@media only screen and (max-width: 480px) { .news__item { font-size: 14px; } }

.news__item:last-child { margin-bottom: 0; }

.news__item--lg .news__item-info { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.news__item-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 0.625em; }

.news__item-info > * { margin-bottom: 0.3125em; }

@media only screen and (max-width: 767px) { .news__item-info { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } }

.news__item-date { margin-right: 15px; }

.news__item-category { color: rgba(0, 32, 74, 0.7); font-weight: bold; font-style: italic; }

.news__item-section { color: rgba(0, 0, 0, 0.7); font-size: 1em; font-weight: bold; }

.news__item-title { font-size: 1.25em; font-weight: bold; color: #000; line-height: 1.3; display: block; }

.news__item-desc { margin-top: 0.9375em; line-height: 1.2; }

.news__more { text-align: right; margin-top: 25px; }

@media only screen and (max-width: 767px) { .news__more { text-align: left; } }

@media only screen and (max-width: 480px) { .news__more { margin-top: 20px; } }

.news__more a { text-decoration: underline; color: #00204a; font-size: 16px; font-weight: bold; font-style: italic; }

@media only screen and (max-width: 480px) { .news__more a { font-size: 14px; } }

.pagination { text-align: center; }

.pagination__list { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -5px -10px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.pagination__item { padding: 0 5px 10px; font-size: 16px; }

.pagination__active { color: #000; font-weight: bold; }

.pagination__link, .pagination__empty { color: rgba(0, 0, 0, 0.5); }

.pagination__link, .pagination__prev, .pagination__next { -webkit-transition: color ease .3s; -o-transition: color ease .3s; transition: color ease .3s; }

.pagination__link:hover, .pagination__prev:hover, .pagination__next:hover { color: #00204a; }

.pagination__empty:before { content: '...'; }

.pagination__prev, .pagination__next { font-size: .7em; color: #444445; }

.pagination__prev { margin-right: 10px; }

.pagination__prev:before { content: "<"; vertical-align: super; font-size: 16px; }

.pagination__next { margin-left: 10px; }

.pagination__next:before { content: ">"; vertical-align: super; font-size: 16px; }

.reports-list { margin-bottom: -45px; }

@media only screen and (max-width: 767px) { .reports-list { margin-bottom: -30px; } }

.reports-list__item { padding-bottom: 45px; }

@media only screen and (max-width: 767px) { .reports-list__item { padding-bottom: 30px; } }

.report__inn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row; flex-flow: row; }

@media only screen and (max-width: 480px) { .report__inn { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; } }

.report__photo { -webkit-box-flex: 1; -ms-flex: 1 0 165px; flex: 1 0 165px; width: 165px; height: 260px; position: relative; }

@media only screen and (max-width: 480px) { .report__photo { width: 100%; margin-bottom: 15px; height: 200px; } }

html:not(.object-fit) .report__img { position: absolute; min-width: 100%; min-height: 100%; width: auto; height: auto; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%; }

.object-fit .report__img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.report__info { padding-left: 10px; font-size: 18px; color: #000; }

@media only screen and (max-width: 767px) { .report__info { font-size: 16px; } }

@media only screen and (max-width: 480px) { .report__info { padding-left: 0; } }

.report__year { display: block; }

.report__year, .report__title { font-weight: bold; margin-bottom: 15px; }

@media only screen and (max-width: 767px) { .report__year, .report__title { margin-bottom: 10px; } }

.report__title { line-height: 1.4; }

.report__desc { line-height: 1.4; }

.search { position: relative; }

.search--lg .search__input { line-height: 30px; height: 30px; font-size: 12px; }

.search--lg .search__submit { width: 30px; height: 30px; line-height: 30px; background: #00204a; right: 0; }

.search--lg .search__submit .icon { fill: #fff; }

.search__input { display: inline-block; width: 100%; background-color: transparent; border: 1px solid #00204a; font-size: 10px; color: #000; line-height: 25px; padding-left: 9px; padding-right: 30px; height: 25px; }

.search__input::-webkit-input-placeholder { opacity: .5; }

.search__input:-ms-input-placeholder { opacity: .5; }

.search__input::-ms-input-placeholder { opacity: .5; }

.search__input::placeholder { opacity: .5; }

.search__submit { border: 0; background-color: transparent; position: absolute; right: 9px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 13px; line-height: 0; height: 1.1em; }

.search__submit .icon { fill: #585c62; }

.search__options { margin-top: 10px; }

.p-article__title { margin-bottom: 15px; }

.p-article__title .icon { font-size: .7em; fill: #00204a; }

.p-article__head { margin-bottom: 45px; }

@media only screen and (max-width: 767px) { .p-article__head { margin-bottom: 25px; } }

.p-article__meta { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; font-size: 16px; }

@media only screen and (max-width: 767px) { .p-article__meta { font-size: 14px; } }

@media only screen and (max-width: 480px) { .p-article__meta { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

/*.p-article__info, */.p-article .text img { max-width: 285px; width: 100%; }

@media only screen and (max-width: 480px) { /*.p-article__info,*/ .p-article .text img { width: auto; max-width: 100%; } }

.p-article__info { color: #000; padding-right: 10px; }

.p-article__author { color: #00204a; }

.p-article__actions { display: -webkit-box; display: -ms-flexbox; display: flex; }

.p-article__actions a { color: #000; }

@media only screen and (max-width: 480px) { .p-article__actions a { font-size: 0; } }

.p-article__actions .icon { margin-right: 7px; }

@media only screen and (max-width: 480px) { .p-article__actions .icon { font-size: 14px; } }

.p-article__footer { margin-top: 30px; }

.p-article__footer-title { color: #000; font-size: 18px; font-weight: bold; margin-bottom: 8px; }

@media only screen and (max-width: 480px) { .p-article__footer-title { font-size: 16px; margin-bottom: 5px; } }

.p-article__footer-group { margin-bottom: 16px; }

.p-article__footer-group:last-child { margin-bottom: 0; }

.p-article__footer .breadcrumbs { margin-bottom: 0; }

.p-article__share { margin-top: 35px; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: -8px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media only screen and (max-width: 480px) { .p-article__share { margin-top: 20px; } }

.p-article__share-label { font-size: 18px; color: #000; font-weight: bold; }

@media only screen and (max-width: 480px) { .p-article__share-label { font-size: 16px; } }

.p-article__share > * { margin-right: 8px; margin-bottom: 8px; }

.p-article__share a { font-size: 32px; }

@media only screen and (max-width: 480px) { .p-article__share a { font-size: 26px; } }

.p-article__sources { list-style: none; }

.p-article__sources.is-active { display: block !important; }

.p-article__sources a { color: #000; }

.p-article__sources time { color: #000; display: inline-block; margin-left: 5px; }

.p-article__sources time > span { display: inline-block; vertical-align: middle; position: relative; top: 0.14286em; }

.p-article__sources > li { padding-left: 1.78571em; position: relative; line-height: 1.4; color: #000; }

.p-article__sources > li:before { content: "→"; font-size: 1.07143em; color: #353536; position: absolute; left: 0; }

.p-article__links { margin-top: 25px; }

@media only screen and (max-width: 480px) { .p-article__links { margin-top: 15px; } }

.p-article__links-trigger { font-size: 16px; font-weight: bold; display: inline-block; margin-bottom: 10px; }

@media only screen and (max-width: 480px) { .p-article__links-trigger { font-size: 14px; } }

.p-article__links-trigger > span { color: #00204a; text-decoration: underline; }

.p-home__news { margin-top: 90px; }

@media only screen and (max-width: 767px) { .p-home__news { margin-top: 50px; }
  .p-home__news.row { margin-bottom: -40px; }
  .p-home__news [class^="col-"] { padding-bottom: 40px; } }

.p-home .news { max-width: 295px; }

@media only screen and (max-width: 767px) { .p-home .news { max-width: 100%; } }

@media only screen and (max-width: 767px) { .p-home .news__item { display: none; }
  .p-home .news__item:first-child, .p-home .news__item:nth-child(2) { display: block; }
  .p-home .news__item:nth-child(2) { margin-bottom: 0; } }

.p-news-item__meta { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: -10px; }

.p-news-item__meta > * { margin-bottom: 10px; }

.p-news-item__info { max-width: 100%; width: auto; }

.p-section .news { margin-top: 45px; }

.slideout-open, .slideout-open body { overflow: hidden; }

.slideout-menu { position: fixed; top: 0; height: 100%; overflow: auto; background: #fff; width: 280px; display: none; z-index: 99; -webkit-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; }

.slideout-menu.slideout-menu-left { left: 0; }

.slideout-menu.slideout-menu-right { right: 0; }

.block-about__text { font-size: 14px; line-height: 1.2; margin-bottom: 15px; color: #000; }

.block-about__group { margin-bottom: 25px; }

.block-about__group:last-child { margin-bottom: 0; }

.block-about__share { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.block-about__share-item { font-size: 18px; }

.block-about__share-item .icon { margin-right: 7px; }

.block-about img { max-width: 100%; max-height: 100%; display: inline-block; vertical-align: top; width: 100%; }

.block-filter__title { font-size: 18px; font-weight: bold; color: #00204a; margin-bottom: 15px; }

.block-filter__group { margin-bottom: 55px; }

.block-filter__group:last-child { margin-bottom: 0; }

.block-filter__list { list-style: none; padding-left: 15px; }

.block-filter__item { margin-bottom: 10px; font-size: 16px; }

.block-filter__item:last-child { margin-bottom: 0; }

.block-filter__item .icon-remove {
  display: inline-flex;
  font-size: 16px;
  color: #990000;
  opacity: 0;
}

.block-filter__item .icon-remove:before {
  content: '\271A';
  transform: rotate(45deg);
}

.block-filter__item.active a {
  text-decoration: none;
}

.block-filter__item.active .icon-remove {
  opacity: 1;
}

.block-filter__link { color: #00204a; }

.swipe-button { border: 1px solid #ffffff; border-bottom: 0; position: fixed; top: 50%; z-index: 9999; left: 0; -webkit-transform: rotate(90deg) translateX(-50%); -ms-transform: rotate(90deg) translateX(-50%); transform: rotate(90deg) translateX(-50%); background: #00204a; cursor: pointer; font-size: 12px; color: #fff; text-transform: uppercase; font-weight: bold; padding: 10px 20px; -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; border-radius: 5px 5px 0 0; }

.swipe-sidebar { padding: 25px 15px; }

.icon-vk { fill: #44678d !important; }

.icon-tw { fill: #50abf1 !important; }

.icon-fb { fill: #3a559f !important; }

.icon-gplus { fill: #dd4b39 !important; }
/* End */


/* Start:/local/templates/sova/assets/css/style.css?172235531021278*/
/* Common */

sup {
    vertical-align: super !important;
}

.text {
    font-size: 16px;
    overflow: hidden;
}

.mt-1rem {
    margin-top: 1rem !important;
}

.mt-2rem {
    margin-top: 2rem !important;
}

.mb-2rem {
    margin-bottom: 2rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

/* Loading */
.ajax-component-loading {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.ajax-component-loading img {
    width: 50px;
    height: 50px;
}

/* Header */
.lang-switcher__current-ru,
.lang-switcher__current-en,
.lang-switcher__item-ru,
.lang-switcher__item-en {
    display: none;
}

.lang-switcher__current-ru.active,
.lang-switcher__current-en.active,
.lang-switcher__item-ru.active,
.lang-switcher__item-en.active {
    display: flex;
}

.header__socials-link .icon-telegram {
    width: 1em;
    height: 1em;
}

.category-menu__list {
    display: flex;
    flex-wrap: nowrap;
}

.category-menu__item {
    width: auto;
    max-width: 250px;
}

.category-menu__link {
    padding: 5px 25px !important;
}

.header__socials-link--fb {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00204a;
    color: #cbe5ff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    width: 24px;
    height: 24px;
}

.cookie-message-container {
    background-color: #00204a;
    padding: 20px;
    display: none;
}

.cookie-message {
    max-width: 1140px;
    margin: 0 auto;
    color: #e4efff;
    font-size: 16px;
}

.cookie-message a {
    color: white;
    text-decoration: underline;
}

.cookie-buttons {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.cookie-buttons button {
    margin: 0 15px;
    padding: 5px 20px;
}

.inoagent-main-container {
    margin: 10px 0 -20px;
    padding: 0 10px 0;
}

.inoagent-main-message {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
    background-color: #e4efff;
    font-size: 32px;
}

.inoagent-inner-message {
    padding: 20px;
    background-color: #e4efff;
    font-size: 32px;
    margin: 10px 0;
}

/* Sidebar */
.sidebar {
    width: 100%;
    overflow: hidden;
}
.sidebar__full-height {
    height: 100%;
    min-height: 920px;
}

.sidebar--search {
    height: max-content;
}

/* Left sidebar */
.sidebar__author-list, .sidebar__region-list, .sidebar__year-list, .sidebar__month-list {
    padding-left: 0;
}
.sidebar__region-list .hidden-region,
.sidebar__year-list .hidden-year,
.sidebar__author-list .hidden-author {
    display: none;
}

.btn-show-hidden-regions,
.btn-show-hidden-years,
.btn-show-hidden-authors {
    font-weight: bold;
}

/* Right sidebar */
.right-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1.25;
    overflow: hidden;
}
.right-sidebar .js-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1.25;
}

.right-sidebar img {
    max-width: 100%;
    max-height: 100%;
}

.right-sidebar a {
    display: inline-flex;
    font-size: 18px;
    text-decoration: underline;
    color: #00204a;
}

.right-sidebar a:hover {
    text-decoration: none;
}

.right-sidebar__subscription {
    width: 100%;
    margin-top: 20px;
}

.right-sidebar__subscription a {
    text-decoration: none !important;
    margin: 0 !important;
}

.right-sidebar__search {
    width: 100%;
    margin-top: 20px;
}

/* Left sidebar */
.left-sidebar {
    font-size: 16px;
    line-height: 1.25;
    overflow: hidden;
}

.left-sidebar h3 {
    margin: 0 0 15px 0 !important;
}

.left-sidebar h3 a {
    margin: 0 !important;
}

.left-sidebar a {
    display: inline-block;
    margin: 0 0 15px 0 !important;
}

.left-sidebar img {
    max-width: 100%;
}

.sidebar br {
    margin-bottom: 20px;
}

/* Top */
.articles-list__item a.article {
    width: 100%;
    height: 100%;
}

.article__info {
    min-height: unset !important;
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex-wrap: unset;
}

.article--lg .article__info {
    flex-direction: column;
    align-content: flex-start !important;
}

.article--lg .article__title {
    margin-top: auto;
}

.article__date {
    margin-bottom: 10px;
}

.article__title, .article__desc {
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 10px;
}

.article__year {
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.article__desc_abs {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0 25px 35px 25px;
    z-index: 10;
    color: #ffffff !important;
}

.article__desc_abs a {
    color: #ffffff !important;
}

html:not(.object-fit) .article__img {
    max-height: 100%;
    object-fit: cover;
}

.article__img-desc {
    font-size: 10px;
    display: inline-flex;
    margin-left: auto;
    margin-top: auto;
    color: rgba(255, 255, 255, 0.75);
}

/* Page Database */
.display_help {
    margin-left: 10px;
}

img.filter_img {
    width: auto !important;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

table.oms {
    text-align: left;
    border: solid 2px lightgrey;
    font-size: 16px;
    margin-bottom: 20px;
}

table.oms tr.table-header th.empty-col {
    background: lightblue;
    text-align: left;
    min-width: 0;
}

table.oms tr {
    border-bottom: solid 2px lightgrey;
}

table.oms tr td, table.oms tr th {
    padding: 5px;
    text-align: center;
}

table.oms tr.table-header td, table.oms tr.table-header th {
    text-align: center;
    min-width: 81px;
    max-width: 100px;
}

table.oms tr td.pivot {
    text-align: left;
}

table.oms tr td.pivot._total {
    text-align: center;
    font-weight: bold;
}

table.oms tr td._row-title {
    min-width: 250px;
    max-width: none;
}

.scroll-pane {
    width: 100%;
    height: 200px;
    overflow: auto;
}

.scroll-pane::-webkit-scrollbar {
    height: 5px;
    background-color: #d3d3d3;
}

.scroll-pane::-webkit-scrollbar-thumb {
    background-color: #00204a;
}

.horizontal-only {
    height: auto;
}

.jspTrack {
    background: lightgrey;
    position: relative;
}

.jspDrag {
    background: #00204a;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspCap {
    display: none;
}

.r_pads .grey {
    margin-top: 20px;
}

.news__item-section.link.display_help {
    padding-left: 10px;
    color: #00204a;
}

.m input[type="radio"][name="victims"], .m input[type="radio"][name="nr"] {
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    vertical-align: middle;
}

table.fw.__fixed {
    font-size: 14px;
}

table.fw.__fixed th /*, table.fw.__fixed td*/
{
    padding-bottom: 15px;
    font-size: 16px;
    width: 33%;
    vertical-align: top;
    text-align: left;
}

table.fw.__fixed th.f, table.fw td.f {
    padding-right: 20px;
}

table.fw.__fixed th.m, table.fw.__fixed td.m {
    padding: 0px 20px;
}

table.fw.__fixed th.l, table.fw.__fixed td.l {
    padding-left: 20px;
}

table.fw.__fixed select, table.fw.__fixed input[type="text"] {
    width: 100%;
}

table.fw.__fixed input {
    border: solid 1px rgb(169, 169, 169);
}

table.fw.__fixed select[name="year"] {
    margin-bottom: 10px;
}

table.fw.__fixed button {
    padding: 6px;
    box-sizing: border-box;
    background-color: #e4efff;
    border: 1px solid #EEE;
    cursor: pointer;
}

table.fw.__fixed button[name="show"] {
    margin-top: 10px;
}

table.fw.__fixed .flt td {
    padding: 5px 10px 5px 0px;
}

table.fw.__fixed .flt td select[name="y"] {
    margin-bottom: 10px;
}

table.fw.__fixed td.m td {
    padding: 5px 10px 5px 0px;
}

#show_BarChart, #show_PieChart, #show_Bar2Chart, #hide_BarChart, #hide_PieChart, #hide_Bar2Chart {
    margin-right: 4px;
    margin-left: 4px;
}

#show_BarChart, #hide_BarChart {
    margin-left: 8px;
}

#Chart .subs_panel, #geo_map_head .subs_panel {
    text-transform: capitalize;
}

.chart_table img {
    max-width: none !important;
}

img#img-years, img#img-period {
    width: auto !important;
    margin-left: 5px;
    max-width: none !important;
    margin-bottom: 0;
    cursor: pointer;
}

#tr-period input {
    height: 19px;
}

.redB {
    border: 2px solid red !important;
}

/* Page Database Detail */
.related-articles {
    font-size: 16px;
    padding: 20px 0;
}

.related-articles__title {
    margin-bottom: 20px;
}

.related-articles__btn {
    font-size: 18px;
}

.related-articles__content {
    font-size: 16px;
}

.related-articles__list {
    display: none;
}

.related-articles__list.active {
    display: block;
}

.related-articles__loading {
    display: none;
    justify-content: flex-start;
    align-items: center;
}

.related-articles__loading.active {
    display: flex;
}

.related-articles__loading img {
    max-width: 20px !important;
    max-height: 20px !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 10px 0 0 !important;
}

.filter-hidden-info__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.filter-hidden-info__img {
    width: 16px !important;
    height: 16px !important;
    margin: 0 5px 0 0 !important;
}

.filter-hidden-info__content {
    display: none;
}

.text-loading {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
    color: #00204a;
}

/* Content */
#but_spo, #spoiler input[type=button] {
    background-color: rgb(239, 239, 239);
    border: 1px solid rgb(118, 118, 118);
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
}

/* Article */
.p-article-inactive {
    display: flex;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #FF0000;
}

.p-article__info {
    max-width: 80%;
}

.p-article__content .text {
    font-size: 16px;
    line-height: 1.25;
}

.p-article__content .text h2 {
    font-size: 22px;
    margin: 20px 0 15px 0;
}

.p-article__content .text h3 {
    font-size: 18px;
    margin: 20px 0 15px 0;
}

.p-article__content .text ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

.p-article__content .text ul li {
    margin-bottom: 10px;
}

.p-article__content .text ol {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 15px;
}

.p-article__content .text ol li {
    margin-bottom: 10px;
}

.p-article__content .text a {
    text-decoration: underline;
}

.p-article__content .text a:hover {
    text-decoration: none;
}

.p-article__content .text img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.sova-tooltip {
    border-bottom: 1px dashed #00204a;
    cursor: pointer;
}
.tippy-tooltip.sova-theme {
    background-color: #e4efff;
    color: #00204a;
}
.tippy-tooltip.sova-theme .tippy-arrow{
    border-top-color: #e4efff;
}
.tippy-tooltip.sova-theme a {
    text-decoration: underline;
    color: #00204a;
    transition: color ease .3s;
}

.p-article__footer-title a {
    text-decoration: underline;
}

.p-article__footer-title a:hover {
    text-decoration: none;
}

.p-article__sources time {

}

.p-article__sources time svg {
    top: -1px;
    margin-right: 2px;
}

.p-article__sources time span {
    top: 0;
}

.p-article__share {
    margin-bottom: 0;
}

.p-article__data {
    margin-top: 30px;
    color: #000000;
}

.p-article__data-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.p-article__data thead td {
    text-align: left;
    font-weight: bold;
    background-color: #e4efff;
}

.p-article__data tbody tr {
    border-bottom: 1px solid #e4efff;
}

.p-article__data td {
    padding: 7px;
}

.p-article__data a:hover {
    text-decoration: underline;
}

.p-article__comment {
    margin-top: 10px;
    margin-bottom: 10px;

}
.p-article__comment-title {
    font-size: 16px;
    font-weight: bold;
}
.p-article__comment-text {
    font-size: 16px;
    font-weight: normal;
}
.p-article__comment-text a {
    text-decoration: underline;
}

.p-article__users {
    margin-top: 30px;
    color: #000000;
}

.p-article__users-item {
    margin-bottom: 5px;
    font-size: 14px;
}

.local-copy {
    margin-bottom: 30px;
}

.local-copy__title {
    cursor: pointer;
}

.local-copy__title:after {
    content: '⏷';
    font-size: 14px;
    margin-left: 5px;
}

.local-copy__content {
    display: none;
}

/* Sitemap */
.sitemap__list {
    margin-bottom: 30px;
}

.sitemap__list a {
    display: block;
    margin-bottom: 10px;
}

.sitemap__list li > ul {
    padding-left: 10px;
}

.sitemap__list li > ul > li > ul {
    padding-left: 20px;
}

.sitemap__list li ul > li > ul > li > ul {
    padding-left: 30px;
}

.sitemap__list li ul > li > ul > li > ul > li > ul {
    padding-left: 40px;
}

/* 404 */
.page-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.page-404__title {
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    color: #00204a;
    margin-bottom: 10px;
}

.page-404__text {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #00204a;
    margin-bottom: 20px;
}

.page-404__link {
    font-size: 20px;
    text-align: center;
    color: #00204a;
}

/* Unsubscribe */
.page-unsubscribe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}

.page-unsubscribe__title {
    font-size: 25px;
    color: #990000;
    margin-bottom: 15px;
}

.page-unsubscribe__desc {
    font-size: 20px;
}
.page-unsubscribe__form {
    font-size: 20px;
    margin: 20px;
}
.page-unsubscribe__form label {
    display: block;
}
.page-unsubscribe__form label input {
    margin-right: 10px;
}
.page-unsubscribe__form button {
    margin-top: 20px;
    margin-left: 20px;
    padding: 6px;
    box-sizing: border-box;
    background-color: #e4efff;
    border: 1px solid #EEE;
    cursor: pointer;
}

/* Pages */
.p-section .sidebar h3 {
    margin: 20px 0 20px 0;
}

.p-section .sidebar__years a {
    display: inline-flex;
    margin-bottom: 10px;
}

/* Search */
.search-page {
    font-size: 16px;
}

.search-page .page-title {
    font-size: 28px;
}

.search-page .sidebar__help-text {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 50px;
}

.search-page .block-filter__list {
    padding: 0;
}

.search-page .block-filter__link {
    text-decoration: none !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.search-page .block-filter__link.active {
    color: #990000;
}

.search-page .block-filter__link .icon-plus {
    display: inline-flex;
    margin-right: 5px;
    font-size: 14px;
    color: #990000;
    opacity: 0;
}

.search-page .block-filter__link .icon-plus:before {
    content: '✚';
}

.search-page .block-filter__link.active .icon-plus {
    transform: rotate(45deg);
    opacity: 1;
}

.search-page form.search {
    margin-bottom: 15px;
}

.search-page .active-filters__help-text {
    margin-bottom: 15px;
}

.search-page .active-filters__table {
    margin-bottom: 50px;
}

.search-page .active-filters__title {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    margin-bottom: 10px;
}

.search-page .icon-remove {
    display: inline-flex;
    margin-right: 5px;
    font-size: 16px;
    color: #990000;
    opacity: 0;
}

.search-page .icon-remove_active {
    opacity: 1;
}

.search-page .icon-remove:before {
    content: '✚';
    transform: rotate(45deg);
}

.search-page .active-filters__item {
    display: none;
}

.search-page .active-filters__item.active {
    display: table-cell;
}

.search-page .active-filters__item a {
    display: block;
}

.search-page .result .error {
    font-size: 18px;
    font-weight: bold;
    color: #990000
}

.search-page .sorting {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
}

.search-page .sorting a {
    margin: 0 5px;
    color: #000000;
    transition: none;
    text-decoration: underline;
}

.search-page .sorting a.active {
    color: #990000;
    text-decoration: none;
    cursor: default;
}

.block-filter__item_hidden {
    display: none;
}

.btn-show-all-filters {
    margin-left: 15px;
    text-decoration: none !important;
    font-weight: bold;
}

.search__loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .5);
}

.search__loader_active {
    display: flex;
}

.search__loader img {
    max-width: 128px;
}

/* Modal */
.modal-subscription {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none; /* flex */
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

.modal-subscription.open {
    display: flex;
}

.modal-subscription__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #cae5ff;
    padding: 30px;
    max-width: 400px;
    width: 100%;
    margin: auto 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.modal-subscription__close {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    z-index: 20;
}

.modal-subscription__close:hover {
    color: #990000;
}

.modal-subscription__title {
    font-size: 25px;
    margin-bottom: 20px;
}

.modal-subscription__form {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    width: 100%;
}

.modal-subscription__form label {
    margin-bottom: 10px;
}

.modal-subscription__form input[type=text] {
    padding: 8px 5px;
    border: 1px solid #00204a;
}

.modal-subscription__form input[type=text].error {
    border-color: #990000;
}

.modal-subscription__form-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.modal-subscription__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.modal-subscription__btn button {
    font-size: 16px;
    padding: 8px 15px;
    background: #00204a;
    color: #ffffff;
    transition: all 100ms ease-in-out;
}

.modal-subscription__btn button:hover {
    background: #002B64;
}

.modal-subscription__thanks {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #cae5ff;
    z-index: 10;
    display: none; /*flex*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    line-height: 1.25;
    padding: 30px;
}

.modal-subscription__thanks.active {
    display: flex;
}

.modal-subscription__captcha label {
    display: flex;
    align-items: flex-start;
}
.modal-subscription__captcha .btn-update-captcha {
    margin-top: 6px;
}

.modal-subscription__captcha img {
    max-width: 100%;
    max-height: 32px;
    margin-right: 10px;
}

.modal-subscription__captcha .code-input {
    display: flex;
    flex-direction: column;
}

.modal-subscription__captcha input {
    max-width: 100px;
    max-height: 32px;
}
.modal-subscription__captcha .code-input .error-message {
    display: none;
    align-self: center;
    color: #990000;
    font-size: 14px;
    font-weight: bold;
}

/* Book */
.book {
    display: flex;
    flex-direction: column;
}

.book a {
    flex: auto;
}

.book .article:hover .article__photo {
    transform: none !important;
}

.book .article:hover .article__img {
    transform: scale(1.1) !important;
}

.book .article__photo {
    position: relative;
}

.book .article__img {
    transition: all ease .5s !important;
    position: static !important;
    width: 100% !important;
    transform: none !important;
}

.book .article__info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    flex-direction: column;
}

.book .article__year {
    margin-top: auto;
}

.book .article__desc {
    margin: 0;
    padding: 15px;
    background-color: #cae5ff;
    max-height: 150px;
    overflow: auto;
}

.book .article__desc a {
    text-decoration: underline;
}

.btn-update-captcha {
    background: none;
    border: none;
    padding: 0;
    margin: 0 5px 0 0;
    font-size: 20px;
    line-height: 1;
}

.analytics .article__desc,
.publications .article__desc {
    margin-top: auto;
}
.analytics .articles-list__item {
    height: 25vw;
    max-height: 260px;
}

/* Media */
@media (max-width: 767px) {
    .analytics .articles-list__item {
        height: 100vw;
        max-height: 100vw;
    }

    .articles-list__item .article__desc,
    .articles-list__item .article__img-desc {
        display: none;
    }

    .articles-list__item .article__title {
        font-size: 20px;
        margin-top: 0;
    }
}
/* End */
/* /local/templates/sova/assets/css/jquery.jscrollpane.css?16508695881492 */
/* /local/templates/sova/assets/css/app.css?169030801770132 */
/* /local/templates/sova/assets/css/style.css?172235531021278 */
