@charset "UTF-8";
@font-face { font-family: 'e-Ukraine'; src: url("../fonts/e-Ukraine-Regular.woff") format("woff"), url("../fonts/e-Ukraine-Regular.woff2") format("woff2"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'e-Ukraine'; src: url("../fonts/e-Ukraine-Medium.woff") format("woff"), url("../fonts/e-Ukraine-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; }

@font-face { font-family: 'e-Ukraine'; src: url("../fonts/e-Ukraine-Bold.woff") format("woff"), url("../fonts/e-Ukraine-Bold.woff") format("woff2"); font-weight: 700; font-style: normal; }

/* ======================================================================== Component: List ========================================================================== */
.uk-list { padding: 0; list-style: none; }

/* Remove margin from the last-child */
.uk-list > * > :last-child { margin-bottom: 0; }

/* Style */
.uk-list > :nth-child(n+2), .uk-list > * > ul { margin-top: 10px; }

/* Marker modifiers Moving `::marker` inside `::before` to style it differently To style the `::marker` is currently only supported in Firefox and Safari ========================================================================== */
.uk-list-disc > *, .uk-list-circle > *, .uk-list-square > *, .uk-list-decimal > *, .uk-list-hyphen > * { padding-left: 30px; }

/* Type modifiers */
.uk-list-decimal { counter-reset: decimal; }

.uk-list-decimal > * { counter-increment: decimal; }

[class*='uk-list'] > ::before { content: ''; position: relative; left: -30px; width: 30px; height: 1.5em; margin-bottom: -1.5em; display: list-item; list-style-position: inside; text-align: right; }

.uk-list-disc > ::before { list-style-type: disc; }

.uk-list-circle > ::before { list-style-type: circle; }

.uk-list-square > ::before { list-style-type: square; }

.uk-list-decimal > ::before { content: counter(decimal, decimal) " . "; }

.uk-list-hyphen > ::before { content: '–\00A0\00A0'; }

/* Color modifiers */
.uk-list-muted > ::before { color: #999 !important; }

.uk-list-emphasis > ::before { color: #333 !important; }

.uk-list-primary > ::before { color: #1e87f0 !important; }

.uk-list-secondary > ::before { color: #222 !important; }

/* Image bullet modifier ========================================================================== */
.uk-list-bullet > * { padding-left: 30px; }

.uk-list-bullet > ::before { content: ""; position: relative; left: -30px; width: 30px; height: 1.5em; margin-bottom: -1.5em; background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: 50% 50%; }

/* Style modifiers ========================================================================== */
/* Divider */
.uk-list-divider > :nth-child(n+2) { margin-top: 10px; padding-top: 10px; border-top: 1px solid #e5e5e5; }

/* Striped */
.uk-list-striped > * { padding: 10px 10px; }

.uk-list-striped > :nth-of-type(odd) { background: #f8f8f8; }

.uk-list-striped > :nth-child(n+2) { margin-top: 0; }

/* Size modifier ========================================================================== */
.uk-list-large > :nth-child(n+2), .uk-list-large > * > ul { margin-top: 20px; }

.uk-list-collapse > :nth-child(n+2), .uk-list-collapse > * > ul { margin-top: 0; }

/* Divider */
.uk-list-large.uk-list-divider > :nth-child(n+2) { margin-top: 20px; padding-top: 20px; }

.uk-list-collapse.uk-list-divider > :nth-child(n+2) { margin-top: 0; padding-top: 0; }

/* Striped */
.uk-list-large.uk-list-striped > * { padding: 20px 10px; }

.uk-list-collapse.uk-list-striped > * { padding-top: 0; padding-bottom: 0; }

.uk-list-large.uk-list-striped > :nth-child(n+2), .uk-list-collapse.uk-list-striped > :nth-child(n+2) { margin-top: 0; }

/* ======================================================================== Component: Description list ========================================================================== */
/* Term */
.uk-description-list > dt { color: #333; }

.uk-description-list > dt:nth-child(n+2) { margin-top: 20px; }

/* Description */
/* Style modifier ========================================================================== */
/* Line */
.uk-description-list-divider > dt:nth-child(n+2) { margin-top: 20px; padding-top: 20px; border-top: 1px solid #e5e5e5; }

/* ======================================================================== Component: Form Range ========================================================================== */
/* 1. Normalize and defaults 2. Prevent content overflow if a fixed width is used 3. Take the full width 4. Remove default style 5. Remove white background in Chrome 6. Remove padding in IE11 */
.uk-range { /* 1 */ -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; vertical-align: middle; /* 2 */ max-width: 100%; /* 3 */ width: 100%; /* 4 */ -webkit-appearance: none; /* 5 */ background: transparent; /* 6 */ padding: 0; }

/* Focus */
.uk-range:focus { outline: none; }

.uk-range::-moz-focus-outer { border: none; }

/* IE11 Reset */
.uk-range::-ms-track { height: 15px; background: transparent; border-color: transparent; color: transparent; }

/* Improves consistency of cursor style for clickable elements */
.uk-range:not(:disabled)::-webkit-slider-thumb { cursor: pointer; }

.uk-range:not(:disabled)::-moz-range-thumb { cursor: pointer; }

.uk-range:not(:disabled)::-ms-thumb { cursor: pointer; }

/* Thumb ========================================================================== */
/* 1. Reset 2. Style */
/* Webkit */
.uk-range::-webkit-slider-thumb { /* 1 */ -webkit-appearance: none; margin-top: -7px; /* 2 */ height: 15px; width: 15px; border-radius: 500px; background: #666; }

/* Firefox */
.uk-range::-moz-range-thumb { /* 1 */ border: none; /* 2 */ height: 15px; width: 15px; border-radius: 500px; background: #666; }

/* Edge */
.uk-range::-ms-thumb { /* 1 */ margin-top: 0; }

/* IE11 */
.uk-range::-ms-thumb { /* 1 */ border: none; /* 2 */ height: 15px; width: 15px; border-radius: 500px; background: #666; }

/* Edge + IE11 */
.uk-range::-ms-tooltip { display: none; }

/* Track ========================================================================== */
/* 1. Safari doesn't have a focus state. Using active instead. */
/* Webkit */
.uk-range::-webkit-slider-runnable-track { height: 3px; background: #ebebeb; }

.uk-range:focus::-webkit-slider-runnable-track, .uk-range:active::-webkit-slider-runnable-track { background: #d2d2d2; }

/* Firefox */
.uk-range::-moz-range-track { height: 3px; background: #ebebeb; }

.uk-range:focus::-moz-range-track { background: #d2d2d2; }

/* Edge */
.uk-range::-ms-fill-lower, .uk-range::-ms-fill-upper { height: 3px; background: #ebebeb; }

.uk-range:focus::-ms-fill-lower, .uk-range:focus::-ms-fill-upper { background: #d2d2d2; }

/* ======================================================================== Component: Form ========================================================================== */
/* 1. Define consistent box sizing. Default is `content-box` with following exceptions set to `border-box` `select`, `input[type="checkbox"]` and `input[type="radio"]` `input[type="search"]` in Chrome, Safari and Opera `input[type="color"]` in Firefox 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera. 3. Remove `border-radius` in iOS. 4. Change font properties to `inherit` in all browsers. */
.uk-input, .uk-select, .uk-textarea, .uk-radio, .uk-checkbox { /* 1 */ -webkit-box-sizing: border-box; box-sizing: border-box; /* 2 */ margin: 0; /* 3 */ border-radius: 0; /* 4 */ font: inherit; }

/* Show the overflow in Edge. */
.uk-input { overflow: visible; }

/* Remove the inheritance of text transform in Firefox. */
.uk-select { text-transform: none; }

/* 1. Change font properties to `inherit` in all browsers 2. Don't inherit the `font-weight` and use `bold` instead. NOTE: Both declarations don't work in Chrome, Safari and Opera. */
.uk-select optgroup { /* 1 */ font: inherit; /* 2 */ font-weight: bold; }

/* Remove the default vertical scrollbar in IE 10+. */
.uk-textarea { overflow: auto; }

/* Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
.uk-input[type="search"]::-webkit-search-cancel-button, .uk-input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* Correct the cursor style of increment and decrement buttons in Chrome. */
.uk-input[type="number"]::-webkit-inner-spin-button, .uk-input[type="number"]::-webkit-outer-spin-button { height: auto; }

/* Removes placeholder transparency in Firefox. */
.uk-input::-moz-placeholder, .uk-textarea::-moz-placeholder { opacity: 1; }

/* Improves consistency of cursor style for clickable elements */
.uk-radio:not(:disabled), .uk-checkbox:not(:disabled) { cursor: pointer; }

/* Define consistent border, margin, and padding. */
.uk-fieldset { border: none; margin: 0; padding: 0; }

/* Input, select and textarea Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,  `month`, `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color` Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image` ========================================================================== */
/* Remove default style in iOS. */
.uk-input, .uk-textarea { -webkit-appearance: none; }

/* 1. Prevent content overflow if a fixed width is used 2. Take the full width 3. Reset default 4. Style */
.uk-input, .uk-select, .uk-textarea { /* 1 */ max-width: 100%; /* 2 */ width: 100%; /* 3 */ border: 0 none; /* 4 */ padding: 0 10px; background: #f8f8f8; color: #666; }

/* Single-line 1. Allow any element to look like an `input` or `select` element 2. Make sure line-height is not larger than height Also needed to center the text vertically */
.uk-input, .uk-select:not([multiple]):not([size]) { height: 40px; vertical-align: middle; /* 1 */ display: inline-block; }

/* 2 */
.uk-input:not(input), .uk-select:not(select) { line-height: 40px; }

/* Multi-line */
.uk-select[multiple], .uk-select[size], .uk-textarea { padding-top: 4px; padding-bottom: 4px; vertical-align: top; }

.uk-select[multiple], .uk-select[size] { resize: vertical; }

/* Focus */
.uk-input:focus, .uk-select:focus, .uk-textarea:focus { outline: none; background-color: #f8f8f8; color: #666; }

/* Disabled */
.uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled { background-color: #f8f8f8; color: #999; }

/* Placeholder */
.uk-input::-ms-input-placeholder { color: #999 !important; }

.uk-input::-webkit-input-placeholder { color: #999; }

.uk-input:-ms-input-placeholder { color: #999; }

.uk-input::placeholder { color: #999; }

.uk-textarea::-ms-input-placeholder { color: #999 !important; }

.uk-textarea::-webkit-input-placeholder { color: #999; }

.uk-textarea:-ms-input-placeholder { color: #999; }

.uk-textarea::placeholder { color: #999; }

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`) ========================================================================== */
/* Small */
.uk-form-small { font-size: 0.875rem; }

.uk-form-small:not(textarea):not([multiple]):not([size]) { height: 30px; padding-left: 8px; padding-right: 8px; }

.uk-form-small:not(select):not(input):not(textarea) { line-height: 30px; }

/* Large */
.uk-form-large { font-size: 1.25rem; }

.uk-form-large:not(textarea):not([multiple]):not([size]) { height: 55px; padding-left: 12px; padding-right: 12px; }

.uk-form-large:not(select):not(input):not(textarea) { line-height: 55px; }

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`) ========================================================================== */
/* Error */
.uk-form-danger, .uk-form-danger:focus { color: #f0506e; }

/* Success */
.uk-form-success, .uk-form-success:focus { color: #32d296; }

/* Blank */
.uk-form-blank { background: none; }

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`) ========================================================================== */
/* Fixed widths Different widths for mini sized `input` and `select` elements */
input.uk-form-width-xsmall { width: 50px; }

select.uk-form-width-xsmall { width: 75px; }

.uk-form-width-small { width: 130px; }

.uk-form-width-medium { width: 200px; }

.uk-form-width-large { width: 500px; }

/* Select ========================================================================== */
/* 1. Remove default style. Also works in Firefox 2. Style 3. Remove default style in IE 10/11 4. Set `color` for options in the select dropdown, because the inherited `color` might be too light. */
.uk-select:not([multiple]):not([size]) { /* 1 */ -webkit-appearance: none; -moz-appearance: none; /* 2 */ padding-right: 20px; background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); background-repeat: no-repeat; background-position: 100% 50%; }

/* 3 */
.uk-select:not([multiple]):not([size])::-ms-expand { display: none; }

/* 4 */
.uk-select:not([multiple]):not([size]) option { color: #444; }

/* Disabled */
.uk-select:not([multiple]):not([size]):disabled { background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

/* Datalist ========================================================================== */
/* 1. Remove default style in Chrome */
.uk-input[list] { padding-right: 20px; background-repeat: no-repeat; background-position: 100% 50%; }

.uk-input[list]:hover, .uk-input[list]:focus { background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

/* 1 */
.uk-input[list]::-webkit-calendar-picker-indicator { display: none; }

/* Radio and checkbox Note: Does not work in IE11 ========================================================================== */
/* 1. Style 2. Make box more robust so it clips the child element 3. Vertical alignment 4. Remove default style 5. Fix black background on iOS 6. Center icons */
.uk-radio, .uk-checkbox { /* 1 */ display: inline-block; height: 16px; width: 16px; /* 2 */ overflow: hidden; /* 3 */ margin-top: -4px; vertical-align: middle; /* 4 */ -webkit-appearance: none; -moz-appearance: none; /* 5 */ background-color: #ebebeb; /* 6 */ background-repeat: no-repeat; background-position: 50% 50%; }

.uk-radio { border-radius: 50%; }

/* Focus */
.uk-radio:focus, .uk-checkbox:focus { outline: none; }

/* Checked */
.uk-radio:checked, .uk-checkbox:checked, .uk-checkbox:indeterminate { background-color: #1e87f0; }

/* Focus */
.uk-radio:checked:focus, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus { background-color: #0e6ecd; }

/* Icons */
.uk-radio:checked { background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-checkbox:checked { background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.uk-checkbox:indeterminate { background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

/* Disabled */
.uk-radio:disabled, .uk-checkbox:disabled { background-color: #f8f8f8; }

.uk-radio:disabled:checked { background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-checkbox:disabled:checked { background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.uk-checkbox:disabled:indeterminate { background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

/* Legend ========================================================================== */
/* Legend 1. Behave like block element 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove padding so people aren't caught out if they zero out fieldsets. 4. Style */
.uk-legend { /* 1 */ width: 100%; /* 2 */ color: inherit; /* 3 */ padding: 0; /* 4 */ font-size: 1.5rem; line-height: 1.4; }

/* Custom controls ========================================================================== */
/* 1. Container fits its content 2. Create position context 3. Prevent content overflow 4. Behave like most inline-block elements */
.uk-form-custom { /* 1 */ display: inline-block; /* 2 */ position: relative; /* 3 */ max-width: 100%; /* 4 */ vertical-align: middle; }

/* 1. Position and resize the form control to always cover its container 2. Required for Firefox for positioning to the left 3. Required for Webkit to make `height` work 4. Hide controle and show cursor 5. Needed for the cursor 6. Clip height caused by 5. Needed for Webkit only */
.uk-form-custom select, .uk-form-custom input[type="file"] { /* 1 */ position: absolute; top: 0; z-index: 1; width: 100%; height: 100%; /* 2 */ left: 0; /* 3 */ -webkit-appearance: none; /* 4 */ opacity: 0; cursor: pointer; }

.uk-form-custom input[type="file"] { /* 5 */ font-size: 500px; /* 6 */ overflow: hidden; }

/* Label ========================================================================== */
/* Layout ========================================================================== */
/* Stacked */
.uk-form-stacked .uk-form-label { display: block; margin-bottom: 10px; }

/* Horizontal */
/* Tablet portrait and smaller */
@media (max-width: 959px) { /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label { display: block; margin-bottom: 10px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-form-horizontal .uk-form-label { width: 200px; margin-top: 7px; float: left; }
  .uk-form-horizontal .uk-form-controls { margin-left: 215px; }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text { padding-top: 7px; } }

/* Icons ========================================================================== */
/* 1. Set position 2. Set width 3. Center icon vertically and horizontally 4. Style */
.uk-form-icon { /* 1 */ position: absolute; top: 0; bottom: 0; left: 0; /* 2 */ width: 40px; /* 3 */ display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /* 4 */ color: #999; }

/* Required for `a`. */
.uk-form-icon:hover { color: #666; }

/* Make `input` element clickable through icon, e.g. if it's a `span` */
.uk-form-icon:not(a):not(button):not(input) { pointer-events: none; }

/* Input padding */
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input { padding-left: 40px !important; }

/* Position modifier */
.uk-form-icon-flip { right: 0; left: auto; }

.uk-form-icon-flip ~ .uk-input { padding-right: 40px !important; }

/* ======================================================================== Component: Button ========================================================================== */
/* 1. Remove margins in Chrome, Safari and Opera. 2. Remove borders for `button`. 3. Address `overflow` set to `hidden` in IE. 4. Correct `font` properties and `color` not being inherited for `button`. 5. Remove the inheritance of text transform in Edge, Firefox, and IE. 6. Remove default style for `input type="submit"`in iOS. 7. Style 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements. Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements. 9. Align text if button has a width 10. Required for `a`. */
.uk-button { /* 1 */ margin: 0; /* 2 */ border: none; /* 3 */ overflow: visible; /* 4 */ font: inherit; color: inherit; /* 5 */ text-transform: none; /* 6 */ -webkit-appearance: none; border-radius: 0; /* 7 */ display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 20px; vertical-align: middle; font-size: 16px; /* 8 */ line-height: 40px; /* 9 */ text-align: center; /* 10 */ text-decoration: none; }

.uk-button:not(:disabled) { cursor: pointer; }

/* Remove the inner border and padding in Firefox. */
.uk-button::-moz-focus-inner { border: 0; padding: 0; }

/* Hover */
.uk-button:hover { /* 9 */ text-decoration: none; }

/* Focus */
.uk-button:focus { outline: none; }

/* OnClick + Active */
/* Style modifiers ========================================================================== */
/* Default */
.uk-button-default { background-color: #f8f8f8; color: #333; }

/* Hover + Focus */
.uk-button-default:hover, .uk-button-default:focus { background-color: #ebebeb; color: #333; }

/* OnClick + Active */
.uk-button-default:active, .uk-button-default.uk-active { background-color: #dfdfdf; color: #333; }

/* Primary */
.uk-button-primary { background-color: #1e87f0; color: #fff; }

/* Hover + Focus */
.uk-button-primary:hover, .uk-button-primary:focus { background-color: #0f7ae5; color: #fff; }

/* OnClick + Active */
.uk-button-primary:active, .uk-button-primary.uk-active { background-color: #0e6ecd; color: #fff; }

/* Secondary */
.uk-button-secondary { background-color: #222; color: #fff; }

/* Hover + Focus */
.uk-button-secondary:hover, .uk-button-secondary:focus { background-color: #151515; color: #fff; }

/* OnClick + Active */
.uk-button-secondary:active, .uk-button-secondary.uk-active { background-color: #090909; color: #fff; }

/* Danger */
.uk-button-danger { background-color: #f0506e; color: #fff; }

/* Hover + Focus */
.uk-button-danger:hover, .uk-button-danger:focus { background-color: #ee395b; color: #fff; }

/* OnClick + Active */
.uk-button-danger:active, .uk-button-danger.uk-active { background-color: #ec2147; color: #fff; }

/* Disabled The same for all style modifiers */
.uk-button-default:disabled, .uk-button-primary:disabled, .uk-button-secondary:disabled, .uk-button-danger:disabled { background-color: #f8f8f8; color: #999; }

/* Size modifiers ========================================================================== */
.uk-button-small { padding: 0 15px; line-height: 30px; font-size: 0.875rem; }

.uk-button-large { padding: 0 20px; line-height: 55px; font-size: 1.25rem; }

/* Text modifiers ========================================================================== */
/* Text 1. Reset 2. Style */
.uk-button-text { /* 1 */ padding: 0; line-height: 1.5; background: none; /* 2 */ color: #999; }

/* Hover + Focus */
.uk-button-text:hover, .uk-button-text:focus { color: #666; }

/* Disabled */
.uk-button-text:disabled { color: #999; }

/* Link 1. Reset 2. Style */
.uk-button-link { /* 1 */ padding: 0; line-height: 1.5; background: none; /* 2 */ color: #1e87f0; }

/* Hover + Focus */
.uk-button-link:hover, .uk-button-link:focus { color: #0f6ecd; text-decoration: underline; }

/* Disabled */
.uk-button-link:disabled { color: #999; text-decoration: none; }

/* Group ========================================================================== */
/* 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements 2. Behave like button 3. Create position context */
.uk-button-group { /* 1 */ display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; /* 2 */ vertical-align: middle; /* 3 */ position: relative; }

/* ======================================================================== Component: Progress ========================================================================== */
/* 1. Add the correct vertical alignment in Chrome, Firefox, and Opera. 2. Remove default style 3. Behave like a block element 4. Remove borders in Firefox and Edge 5. Set background color for progress container in Firefox, IE11 and Edge 6. Style */
.uk-progress { /* 1 */ vertical-align: baseline; /* 2 */ -webkit-appearance: none; -moz-appearance: none; /* 3 */ display: block; width: 100%; /* 4 */ border: 0; /* 5 */ background-color: #f8f8f8; /* 6 */ margin-bottom: 20px; height: 15px; }

/* Add margin if adjacent element */
* + .uk-progress { margin-top: 20px; }

/* Remove animated circles for indeterminate state in IE11 and Edge */
.uk-progress:indeterminate { color: transparent; }

/* Progress container 2. Remove progress bar for indeterminate state in Firefox */
.uk-progress::-webkit-progress-bar { background-color: #f8f8f8; }

/* 2 */
.uk-progress:indeterminate::-moz-progress-bar { width: 0; }

/* Progress bar 1. Remove right border in IE11 and Edge */
.uk-progress::-webkit-progress-value { background-color: #1e87f0; -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; }

.uk-progress::-moz-progress-bar { background-color: #1e87f0; }

.uk-progress::-ms-fill { background-color: #1e87f0; -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; /* 1 */ border: 0; }

/* ======================================================================== Component: Section ========================================================================== */
/* 1. Make it work with `100vh` and height in general */
.uk-section { display: flow-root; -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding-top: 40px; padding-bottom: 40px; }

/* Desktop and bigger */
@media (min-width: 960px) { .uk-section { padding-top: 70px; padding-bottom: 70px; } }

/* Remove margin from the last-child */
.uk-section > :last-child { margin-bottom: 0; }

/* Size modifiers ========================================================================== */
/* XSmall */
.uk-section-xsmall { padding-top: 20px; padding-bottom: 20px; }

/* Small */
.uk-section-small { padding-top: 40px; padding-bottom: 40px; }

/* Large */
.uk-section-large { padding-top: 70px; padding-bottom: 70px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-section-large { padding-top: 140px; padding-bottom: 140px; } }

/* XLarge */
.uk-section-xlarge { padding-top: 140px; padding-bottom: 140px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-section-xlarge { padding-top: 210px; padding-bottom: 210px; } }

/* Style modifiers ========================================================================== */
/* Default */
.uk-section-default { background: #fff; }

/* Muted */
.uk-section-muted { background: #f8f8f8; }

/* Primary */
.uk-section-primary { background: #1e87f0; }

/* Secondary */
.uk-section-secondary { background: #222; }

/* Overlap modifier ========================================================================== */
/* Reserved modifier to make a section overlap another section with an border image Implemented by the theme */
/* ======================================================================== Component: Container ========================================================================== */
/* 1. Box sizing has to be `content-box` so the max-width is always the same and unaffected by the padding on different breakpoints. It's important for the size modifiers. */
.uk-container { display: flow-root; /* 1 */ -webkit-box-sizing: content-box; box-sizing: content-box; max-width: 1300px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; }

/* Phone landscape and bigger */
@media (min-width: 640px) { .uk-container { padding-left: 20px; padding-right: 20px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-container { padding-left: 20px; padding-right: 20px; } }

/* Remove margin from the last-child */
.uk-container > :last-child { margin-bottom: 0; }

/* Remove padding from nested containers */
.uk-container .uk-container { padding-left: 0; padding-right: 0; }

/* Size modifier ========================================================================== */
.uk-container-xsmall { max-width: 750px; }

.uk-container-small { max-width: 900px; }

.uk-container-large { max-width: 1400px; }

.uk-container-xlarge { max-width: 1600px; }

.uk-container-expand { max-width: none; }

/* Expand modifier ========================================================================== */
/* Expand one side only */
.uk-container-expand-left { margin-left: 0; }

.uk-container-expand-right { margin-right: 0; }

/* Phone landscape and bigger */
@media (min-width: 640px) { .uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall { max-width: calc(50% + (750px / 2) - 20px); }
  .uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small { max-width: calc(50% + (900px / 2) - 20px); } }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-container-expand-left, .uk-container-expand-right { max-width: calc(50% + (1200px / 2) - 20px); }
  .uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall { max-width: calc(50% + (750px / 2) - 20px); }
  .uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small { max-width: calc(50% + (900px / 2) - 20px); }
  .uk-container-expand-left.uk-container-large, .uk-container-expand-right.uk-container-large { max-width: calc(50% + (1400px / 2) - 20px); }
  .uk-container-expand-left.uk-container-xlarge, .uk-container-expand-right.uk-container-xlarge { max-width: calc(50% + (1600px / 2) - 20px); } }

/* Item ========================================================================== */
/* Utility classes to reset container padding on the left or right side Note: It has to be negative margin on the item, because it's specific to the item. */
.uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right { width: calc(100% + 15px); }

.uk-container-item-padding-remove-left { margin-left: -15px; }

.uk-container-item-padding-remove-right { margin-right: -15px; }

/* Phone landscape and bigger */
@media (min-width: 640px) { .uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right { width: calc(100% + 20px); }
  .uk-container-item-padding-remove-left { margin-left: -20px; }
  .uk-container-item-padding-remove-right { margin-right: -20px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right { width: calc(100% + 20px); }
  .uk-container-item-padding-remove-left { margin-left: -20px; }
  .uk-container-item-padding-remove-right { margin-right: -20px; } }

/* ======================================================================== Component: Close ========================================================================== */
/* Adopts `uk-icon` */
.uk-close { color: #999; }

/* Hover + Focus */
.uk-close:hover, .uk-close:focus { color: #666; outline: none; }

/* ======================================================================== Component: Spinner ========================================================================== */
/* Adopts `uk-icon` */
/* SVG ========================================================================== */
.uk-spinner > * { -webkit-animation: uk-spinner-rotate 1.4s linear infinite; animation: uk-spinner-rotate 1.4s linear infinite; }

@-webkit-keyframes uk-spinner-rotate { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@keyframes uk-spinner-rotate { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

/* Circle */
.uk-spinner > * > * { stroke-dasharray: 88px; stroke-dashoffset: 0; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; -webkit-animation: uk-spinner-dash 1.4s ease-in-out infinite; animation: uk-spinner-dash 1.4s ease-in-out infinite; stroke-width: 1; stroke-linecap: round; }

@-webkit-keyframes uk-spinner-dash { 0% { stroke-dashoffset: 88px; }
  50% { stroke-dashoffset: 22px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% { stroke-dashoffset: 88px;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

@keyframes uk-spinner-dash { 0% { stroke-dashoffset: 88px; }
  50% { stroke-dashoffset: 22px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% { stroke-dashoffset: 88px;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

/* ======================================================================== Component: Totop ========================================================================== */
/* Addopts `uk-icon` */
.uk-totop { padding: 5px; color: #999; }

/* Hover + Focus */
.uk-totop:hover, .uk-totop:focus { color: #666; outline: none; }

/* OnClick */
.uk-totop:active { color: #333; }

/* ======================================================================== Component: Marker ========================================================================== */
/* Addopts `uk-icon` */
.uk-marker { padding: 5px; background: #222; color: #fff; }

/* Hover + Focus */
.uk-marker:hover, .uk-marker:focus { color: #fff; outline: none; }

/* ======================================================================== Component: Alert ========================================================================== */
.uk-alert { position: relative; margin-bottom: 20px; padding: 15px 29px 15px 15px; background: #f8f8f8; color: #666; }

/* Add margin if adjacent element */
* + .uk-alert { margin-top: 20px; }

/* Remove margin from the last-child */
.uk-alert > :last-child { margin-bottom: 0; }

/* Close Adopts `uk-close` ========================================================================== */
.uk-alert-close { position: absolute; top: 20px; right: 15px; }

/* Remove margin from adjacent element */
.uk-alert-close:first-child + * { margin-top: 0; }

/* Hover + Focus */
/* Style modifiers ========================================================================== */
/* Primary */
.uk-alert-primary { background: #d8eafc; color: #1e87f0; }

/* Success */
.uk-alert-success { background: #edfbf6; color: #32d296; }

/* Warning */
.uk-alert-warning { background: #fef5ee; color: #faa05a; }

/* Danger */
.uk-alert-danger { background: #fef4f6; color: #f0506e; }

/* ======================================================================== Component: Placeholder ========================================================================== */
.uk-placeholder { margin-bottom: 20px; padding: 20px 20px; background: #f8f8f8; }

/* Add margin if adjacent element */
* + .uk-placeholder { margin-top: 20px; }

/* Remove margin from the last-child */
.uk-placeholder > :last-child { margin-bottom: 0; }

/* ======================================================================== Component: Badge ========================================================================== */
/* 1. Style 2. Center child vertically and horizontally */
.uk-badge { -webkit-box-sizing: border-box; box-sizing: border-box; min-width: 22px; height: 22px; padding: 0 5px; border-radius: 500px; vertical-align: middle; /* 1 */ background: #1e87f0; color: #fff; font-size: 0.875rem; /* 2 */ display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

/* Required for `a` */
.uk-badge:hover, .uk-badge:focus { color: #fff; text-decoration: none; outline: none; }

/* ======================================================================== Component: Label ========================================================================== */
.uk-label { display: inline-block; padding: 0 10px; background: #1e87f0; line-height: 1.5; font-size: 0.875rem; color: #fff; vertical-align: middle; white-space: nowrap; }

/* Color modifiers ========================================================================== */
/* Success */
.uk-label-success { background-color: #32d296; color: #fff; }

/* Warning */
.uk-label-warning { background-color: #faa05a; color: #fff; }

/* Danger */
.uk-label-danger { background-color: #f0506e; color: #fff; }

/* ======================================================================== Component: Overlay ========================================================================== */
.uk-overlay { padding: 20px 20px; }

/* Remove margin from the last-child */
.uk-overlay > :last-child { margin-bottom: 0; }

/* Icon ========================================================================== */
/* Style modifiers ========================================================================== */
/* Default */
.uk-overlay-default { background: rgba(255, 255, 255, 0.8); }

/* Primary */
.uk-overlay-primary { background: rgba(34, 34, 34, 0.8); }

/* ======================================================================== Component: Search ========================================================================== */
/* 1. Container fits its content 2. Create position context 3. Prevent content overflow 4. Reset `form` */
.uk-search { /* 1 */ display: inline-block; /* 2 */ position: relative; /* 3 */ max-width: 100%; /* 4 */ margin: 0; }

/* Input ========================================================================== */
/* Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
.uk-search-input::-webkit-search-cancel-button, .uk-search-input::-webkit-search-decoration { -webkit-appearance: none; }

/* Removes placeholder transparency in Firefox. */
.uk-search-input::-moz-placeholder { opacity: 1; }

/* 1. Define consistent box sizing. 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera. 3. Remove `border-radius` in iOS. 4. Change font properties to `inherit` in all browsers 5. Show the overflow in Edge. 6. Remove default style in iOS. 7. Vertical alignment 8. Take the full container width 9. Style */
.uk-search-input { /* 1 */ -webkit-box-sizing: border-box; box-sizing: border-box; /* 2 */ margin: 0; /* 3 */ border-radius: 0; /* 4 */ font: inherit; /* 5 */ overflow: visible; /* 6 */ -webkit-appearance: none; /* 7 */ vertical-align: middle; /* 8 */ width: 100%; /* 9 */ border: none; color: #666; }

.uk-search-input:focus { outline: none; }

/* Placeholder */
.uk-search-input:-ms-input-placeholder { color: #999 !important; }

.uk-search-input::-webkit-input-placeholder { color: #999; }

.uk-search-input::-ms-input-placeholder { color: #999; }

.uk-search-input::placeholder { color: #999; }

/* Icon (Adopts `uk-icon`) ========================================================================== */
/* Remove default focus style */
.uk-search-icon:focus { outline: none; }

/* Position above input 1. Set position 2. Center icon vertically and horizontally 3. Style */
.uk-search .uk-search-icon { /* 1 */ position: absolute; top: 0; bottom: 0; left: 0; /* 2 */ display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /* 3 */ color: #999; }

/* Required for `a`. */
.uk-search .uk-search-icon:hover { color: #999; }

/* Make `input` element clickable through icon, e.g. if it's a `span` */
.uk-search .uk-search-icon:not(a):not(button):not(input) { pointer-events: none; }

/* Position modifier */
.uk-search .uk-search-icon-flip { right: 0; left: auto; }

/* Default modifier ========================================================================== */
.uk-search-default { width: 180px; }

/* Input */
.uk-search-default .uk-search-input { height: 40px; padding-left: 6px; padding-right: 6px; background: #f8f8f8; }

/* Focus */
.uk-search-default .uk-search-input:focus { background-color: #f8f8f8; }

/* Icon */
.uk-search-default .uk-search-icon { width: 40px; }

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input { padding-left: 40px; }

.uk-search-default .uk-search-icon-flip ~ .uk-search-input { padding-right: 40px; }

/* Navbar modifier ========================================================================== */
.uk-search-navbar { width: 400px; }

/* Input */
.uk-search-navbar .uk-search-input { height: 40px; background: transparent; font-size: 1.5rem; }

/* Icon */
.uk-search-navbar .uk-search-icon { width: 40px; }

.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input { padding-left: 40px; }

.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input { padding-right: 40px; }

/* Large modifier ========================================================================== */
.uk-search-large { width: 500px; }

/* Input */
.uk-search-large .uk-search-input { height: 80px; background: transparent; font-size: 2.625rem; }

/* Icon */
.uk-search-large .uk-search-icon { width: 80px; }

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input { padding-left: 80px; }

.uk-search-large .uk-search-icon-flip ~ .uk-search-input { padding-right: 80px; }

/* Toggle ========================================================================== */
.uk-search-toggle { color: #999; }

/* Hover + Focus */
.uk-search-toggle:hover, .uk-search-toggle:focus { color: #666; }

/* ======================================================================== Component: Accordion ========================================================================== */
.uk-accordion { padding: 0; list-style: none; }

/* Item ========================================================================== */
.uk-accordion > :nth-child(n+2) { margin-top: 20px; }

/* Title ========================================================================== */
.uk-accordion-title { display: block; font-size: 1.25rem; line-height: 1.4; color: #333; }

/* Hover + Focus */
.uk-accordion-title:hover, .uk-accordion-title:focus { color: #666; text-decoration: none; outline: none; }

/* Content ========================================================================== */
.uk-accordion-content { display: flow-root; margin-top: 20px; }

/* Remove margin from the last-child */
.uk-accordion-content > :last-child { margin-bottom: 0; }

/* ======================================================================== Component: Drop ========================================================================== */
/* 1. Hide by default 2. Set position 3. Set a default width */
.uk-drop { /* 1 */ display: none; /* 2 */ position: absolute; z-index: 1020; /* 3 */ -webkit-box-sizing: border-box; box-sizing: border-box; width: 300px; }

/* Show */
.uk-drop.uk-open { display: block; }

/* Direction / Alignment modifiers ========================================================================== */
/* Direction */
[class*='uk-drop-top'] { margin-top: -20px; }

[class*='uk-drop-bottom'] { margin-top: 20px; }

[class*='uk-drop-left'] { margin-left: -20px; }

[class*='uk-drop-right'] { margin-left: 20px; }

/* Grid modifiers ========================================================================== */
.uk-drop-stack .uk-drop-grid > * { width: 100% !important; }

/* ======================================================================== Component: Dropdown ========================================================================== */
/* 1. Hide by default 2. Set position 3. Set a default width 4. Style */
.uk-dropdown { /* 1 */ display: none; /* 2 */ position: absolute; z-index: 1020; /* 3 */ -webkit-box-sizing: border-box; box-sizing: border-box; min-width: 200px; /* 4 */ padding: 15px; background: #f8f8f8; color: #666; }

/* Show */
.uk-dropdown.uk-open { display: block; }

/* Nav Adopts `uk-nav` ========================================================================== */
.uk-dropdown-nav { white-space: nowrap; }

/* Items */
.uk-dropdown-nav > li > a { color: #999; }

/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover, .uk-dropdown-nav > li > a:focus, .uk-dropdown-nav > li.uk-active > a { color: #666; }

/* Header */
.uk-dropdown-nav .uk-nav-header { color: #333; }

/* Divider */
.uk-dropdown-nav .uk-nav-divider { border-top: 1px solid #e5e5e5; }

/* Sublists */
.uk-dropdown-nav .uk-nav-sub a { color: #999; }

.uk-dropdown-nav .uk-nav-sub a:hover, .uk-dropdown-nav .uk-nav-sub a:focus, .uk-dropdown-nav .uk-nav-sub li.uk-active > a { color: #666; }

/* Direction / Alignment modifiers ========================================================================== */
/* Direction */
[class*='uk-dropdown-top'] { margin-top: -10px; }

[class*='uk-dropdown-bottom'] { margin-top: 10px; }

[class*='uk-dropdown-left'] { margin-left: -10px; }

[class*='uk-dropdown-right'] { margin-left: 10px; }

/* Grid modifiers ========================================================================== */
.uk-dropdown-stack .uk-dropdown-grid > * { width: 100% !important; }

/* ======================================================================== Component: Modal ========================================================================== */
/* 1. Hide by default 2. Set position 3. Allow scrolling for the modal dialog 4. Horizontal padding 5. Mask the background page 6. Fade-in transition */
.uk-modal { /* 1 */ display: none; /* 2 */ position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1010; /* 3 */ overflow-y: auto; -webkit-overflow-scrolling: touch; /* 4 */ padding: 15px 15px; /* 5 */ background: rgba(0, 0, 0, 0.6); /* 6 */ opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }

/* Phone landscape and bigger */
@media (min-width: 640px) { .uk-modal { padding: 50px 20px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-modal { padding-left: 20px; padding-right: 20px; } }

/* Open */
.uk-modal.uk-open { opacity: 1; }

/* Page ========================================================================== */
/* Prevent scrollbars */
.uk-modal-page { overflow: hidden; }

/* Dialog ========================================================================== */
/* 1. Create position context for spinner and close button 2. Dimensions 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11 `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests 4. Style 5. Slide-in transition */
.uk-modal-dialog { /* 1 */ position: relative; /* 2 */ -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; width: 600px; /* 3 */ max-width: calc(100% - 0.01px) !important; /* 4 */ background: #fff; /* 5 */ opacity: 0; -webkit-transform: translateY(-100px); -ms-transform: translateY(-100px); transform: translateY(-100px); -webkit-transition: 0.3s linear; -o-transition: 0.3s linear; transition: 0.3s linear; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; -o-transition-property: opacity, transform; transition-property: opacity, transform; transition-property: opacity, transform, -webkit-transform; }

/* Open */
.uk-open > .uk-modal-dialog { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

/* Size modifier ========================================================================== */
/* Container size Take the same size as the Container component */
.uk-modal-container .uk-modal-dialog { width: 1200px; }

/* Full size 1. Remove padding and background from modal 2. Reset all default declarations from modal dialog */
/* 1 */
.uk-modal-full { padding: 0; background: none; }

/* 2 */
.uk-modal-full .uk-modal-dialog { margin: 0; width: 100%; max-width: 100%; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

/* Sections ========================================================================== */
.uk-modal-body { display: flow-root; padding: 20px 20px; }

.uk-modal-header { display: flow-root; padding: 10px 20px; background: #f8f8f8; }

.uk-modal-footer { display: flow-root; padding: 10px 20px; background: #f8f8f8; }

/* Remove margin from the last-child */
.uk-modal-body > :last-child, .uk-modal-header > :last-child, .uk-modal-footer > :last-child { margin-bottom: 0; }

/* Title ========================================================================== */
.uk-modal-title { font-size: 2rem; line-height: 1.3; }

/* Close Adopts `uk-close` ========================================================================== */
[class*='uk-modal-close-'] { position: absolute; z-index: 1010; top: 10px; right: 10px; padding: 5px; }

/* Remove margin from adjacent element */
[class*='uk-modal-close-']:first-child + * { margin-top: 0; }

/* Hover */
/* Default */
/* Outside 1. Prevent scrollbar on small devices */
.uk-modal-close-outside { top: 0; /* 1 */ right: -5px; -webkit-transform: translate(0, -100%); -ms-transform: translate(0, -100%); transform: translate(0, -100%); color: white; }

.uk-modal-close-outside:hover { color: #fff; }

/* Tablet landscape and bigger */
@media (min-width: 960px) { /* 1 */
  .uk-modal-close-outside { right: 0; -webkit-transform: translate(100%, -100%); -ms-transform: translate(100%, -100%); transform: translate(100%, -100%); } }

/* Full */
/* ======================================================================== Component: Slideshow ========================================================================== */
/* 1. Prevent tab highlighting on iOS. */
.uk-slideshow { /* 1 */ -webkit-tap-highlight-color: transparent; }

/* Items ========================================================================== */
/* 1. Create position and stacking context 2. Reset list 3. Clip child elements 4. Prevent displaying the callout information on iOS. */
.uk-slideshow-items { /* 1 */ position: relative; z-index: 0; /* 2 */ margin: 0; padding: 0; list-style: none; /* 3 */ overflow: hidden; /* 4 */ -webkit-touch-callout: none; }

/* Item ========================================================================== */
/* 1. Position items above each other 2. Take the full width 3. Clip child elements, e.g. for `uk-cover` 4. Optimize animation 5. Disable horizontal panning gestures in IE11 and Edge 6. Suppress outline on focus */
.uk-slideshow-items > * { /* 1 */ position: absolute; top: 0; left: 0; /* 2 */ right: 0; bottom: 0; /* 3 */ overflow: hidden; /* 4 */ will-change: transform, opacity; /* 5 */ -ms-touch-action: pan-y; touch-action: pan-y; }

/* 6 */
.uk-slideshow-items > :focus { outline: none; }

/* Hide not active items */
.uk-slideshow-items > :not(.uk-active) { display: none; }

/* ======================================================================== Component: Slider ========================================================================== */
/* 1. Prevent tab highlighting on iOS. */
.uk-slider { /* 1 */ -webkit-tap-highlight-color: transparent; }

/* Container ========================================================================== */
/* Clip child elements */
.uk-slider-container { overflow: hidden; }

/* Widen container to prevent box-shadows from clipping, `large-box-shadow` */
.uk-slider-container-offset { margin: -11px -25px -39px -25px; padding: 11px 25px 39px 25px; }

/* Items ========================================================================== */
/* 1. Optimize animation 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`. */
.uk-slider-items { /* 1 */ will-change: transform; /* 2 */ position: relative; }

/* 1. Reset list style without interfering with grid 2. Prevent displaying the callout information on iOS. */
.uk-slider-items:not(.uk-grid) { display: -webkit-box; display: -ms-flexbox; display: flex; /* 1 */ margin: 0; padding: 0; list-style: none; /* 2 */ -webkit-touch-callout: none; }

.uk-slider-items.uk-grid { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

/* Item ========================================================================== */
/* 1. Let items take content dimensions (0 0 auto) 2. Create position context 3. Disable horizontal panning gestures in IE11 and Edge 4. Suppress outline on focus */
.uk-slider-items > * { /* 1 */ -webkit-box-flex: 0; -ms-flex: none; flex: none; /* 2 */ position: relative; /* 3 */ -ms-touch-action: pan-y; touch-action: pan-y; }

/* 4 */
.uk-slider-items > :focus { outline: none; }

/* ======================================================================== Component: Sticky ========================================================================== */
/* 1. Resolve frame rate issues on devices with lower frame rates by forcing hardware acceleration */
.uk-sticky-fixed { z-index: 980; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 !important; /* 1 */ -webkit-backface-visibility: hidden; backface-visibility: hidden; }

/* Faster animations */
.uk-sticky[class*='uk-animation-'] { -webkit-animation-duration: 0.2s; animation-duration: 0.2s; }

.uk-sticky.uk-animation-reverse { -webkit-animation-duration: 0.2s; animation-duration: 0.2s; }

/* ======================================================================== Component: Off-canvas ========================================================================== */
/* 1. Hide by default 2. Set position */
.uk-offcanvas { /* 1 */ display: none; /* 2 */ position: fixed; top: 0; bottom: 0; left: 0; z-index: 1000; }

/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas { right: 0; left: auto; }

/* Bar ========================================================================== */
/* 1. Set position 2. Size and style 3. Allow scrolling */
.uk-offcanvas-bar { /* 1 */ position: absolute; top: 0; bottom: 0; left: -270px; /* 2 */ -webkit-box-sizing: border-box; box-sizing: border-box; width: 270px; padding: 20px 20px; background: #222; /* 3 */ overflow-y: auto; -webkit-overflow-scrolling: touch; }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-offcanvas-bar { left: -350px; width: 350px; padding: 20px 20px; } }

/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar { left: auto; right: -270px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-offcanvas-flip .uk-offcanvas-bar { right: -350px; } }

/* Open */
.uk-open > .uk-offcanvas-bar { left: 0; }

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar { left: auto; right: 0; }

/* Slide Animation (Used in slide and push mode) */
.uk-offcanvas-bar-animation { -webkit-transition: left 0.3s ease-out; -o-transition: left 0.3s ease-out; transition: left 0.3s ease-out; }

.uk-offcanvas-flip .uk-offcanvas-bar-animation { -webkit-transition-property: right; -o-transition-property: right; transition-property: right; }

/* Reveal Animation 1. Set position 2. Clip the bar 3. Animation 4. Reset position */
.uk-offcanvas-reveal { /* 1 */ position: absolute; top: 0; bottom: 0; left: 0; /* 2 */ width: 0; overflow: hidden; /* 3 */ -webkit-transition: width 0.3s ease-out; -o-transition: width 0.3s ease-out; transition: width 0.3s ease-out; }

.uk-offcanvas-reveal .uk-offcanvas-bar { /* 4 */ left: 0; }

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar { /* 4 */ left: auto; right: 0; }

.uk-open > .uk-offcanvas-reveal { width: 270px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-open > .uk-offcanvas-reveal { width: 350px; } }

/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-reveal { right: 0; left: auto; }

/* Close Adopts `uk-close` ========================================================================== */
.uk-offcanvas-close { position: absolute; z-index: 1000; top: 20px; right: 20px; padding: 5px; }

/* Overlay ========================================================================== */
/* Overlay the whole page. Needed for the `::before` 1. Using `100vw` so no modification is needed when off-canvas is flipped 2. Allow for closing with swipe gesture on devices with pointer events. */
.uk-offcanvas-overlay { /* 1 */ width: 100vw; /* 2 */ -ms-touch-action: none; touch-action: none; }

/* 1. Mask the whole page 2. Fade-in transition */
.uk-offcanvas-overlay::before { /* 1 */ content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.1); /* 2 */ opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }

.uk-offcanvas-overlay.uk-open::before { opacity: 1; }

/* Prevent scrolling ========================================================================== */
/* Prevent horizontal scrollbar when the content is slide-out Has to be on the `html` element too to make it work on the `body` */
.uk-offcanvas-page, .uk-offcanvas-container { overflow-x: hidden; }

/* Container ========================================================================== */
/* Prepare slide-out animation (Used in reveal and push mode) Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars lose their fixed state and behaves like `absolute` within a transformed container 1. Provide a fixed width and prevent shrinking */
.uk-offcanvas-container { position: relative; left: 0; -webkit-transition: left 0.3s ease-out; -o-transition: left 0.3s ease-out; transition: left 0.3s ease-out; /* 1 */ -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }

/* Activate slide-out animation */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation { left: 270px; }

.uk-offcanvas-flip.uk-offcanvas-container-animation { left: -270px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) { :not(.uk-offcanvas-flip).uk-offcanvas-container-animation { left: 350px; }
  .uk-offcanvas-flip.uk-offcanvas-container-animation { left: -350px; } }

/* ======================================================================== Component: Switcher ========================================================================== */
/* Reset list */
.uk-switcher { margin: 0; padding: 0; list-style: none; }

/* Items ========================================================================== */
/* Hide not active items */
.uk-switcher > :not(.uk-active) { display: none; }

/* Remove margin from the last-child */
.uk-switcher > * > :last-child { margin-bottom: 0; }

/* ======================================================================== Component: Notification ========================================================================== */
/* 1. Set position 2. Dimensions */
.uk-notification { /* 1 */ position: fixed; top: 10px; left: 10px; z-index: 1040; /* 2 */ -webkit-box-sizing: border-box; box-sizing: border-box; width: 350px; }

/* Position modifiers
========================================================================== */
.uk-notification-top-right, .uk-notification-bottom-right { left: auto; right: 10px; }

.uk-notification-top-center, .uk-notification-bottom-center { left: 50%; margin-left: -175px; }

.uk-notification-bottom-left, .uk-notification-bottom-right, .uk-notification-bottom-center { top: auto; bottom: 10px; }

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 639px) { .uk-notification { left: 10px; right: 10px; width: auto; margin: 0; } }

/* Message
========================================================================== */
.uk-notification-message { position: relative; padding: 15px; background: #f8f8f8; color: #666; font-size: 1.25rem; line-height: 1.4; cursor: pointer; }

* + .uk-notification-message { margin-top: 10px; }

/* Close Adopts `uk-close` ========================================================================== */
.uk-notification-close { display: none; position: absolute; top: 20px; right: 15px; }

.uk-notification-message:hover .uk-notification-close { display: block; }

/* Style modifiers ========================================================================== */
/* Primary */
.uk-notification-message-primary { color: #1e87f0; }

/* Success */
.uk-notification-message-success { color: #32d296; }

/* Warning */
.uk-notification-message-warning { color: #faa05a; }

/* Danger */
.uk-notification-message-danger { color: #f0506e; }

/* ======================================================================== Component: Tooltip ========================================================================== */
/* 1. Hide by default 2. Position 3. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially 4. Dimensions 5. Style */
.uk-tooltip { /* 1 */ display: none; /* 2 */ position: absolute; z-index: 1030; /* 3 */ top: 0; /* 4 */ -webkit-box-sizing: border-box; box-sizing: border-box; max-width: 200px; padding: 3px 6px; /* 5 */ background: #666; border-radius: 2px; color: #fff; font-size: 12px; }

/* Show */
.uk-tooltip.uk-active { display: block; }

/* Direction / Alignment modifiers ========================================================================== */
/* Direction */
[class*='uk-tooltip-top'] { margin-top: -10px; }

[class*='uk-tooltip-bottom'] { margin-top: 10px; }

[class*='uk-tooltip-left'] { margin-left: -10px; }

[class*='uk-tooltip-right'] { margin-left: 10px; }

/* ======================================================================== Component: Sortable ========================================================================== */
.uk-sortable { position: relative; }

/* Remove margin from the last-child */
.uk-sortable > :last-child { margin-bottom: 0; }

/* Drag ========================================================================== */
.uk-sortable-drag { position: fixed !important; z-index: 1050 !important; pointer-events: none; }

/* Placeholder ========================================================================== */
.uk-sortable-placeholder { opacity: 0; pointer-events: none; }

/* Empty modifier ========================================================================== */
.uk-sortable-empty { min-height: 50px; }

/* Handle ========================================================================== */
/* Hover */
.uk-sortable-handle:hover { cursor: move; }

/* ======================================================================== Component: Countdown ========================================================================== */
/* Item ========================================================================== */
/* Number ========================================================================== */
/* 1. Make numbers all of the same size to prevent jumping. Must be supported by the font. 2. Style */
.uk-countdown-number { /* 1 */ font-variant-numeric: tabular-nums; /* 2 */ font-size: 2rem; line-height: 0.8; }

/* Phone landscape and bigger */
@media (min-width: 640px) { .uk-countdown-number { font-size: 4rem; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-countdown-number { font-size: 6rem; } }

/* Separator ========================================================================== */
.uk-countdown-separator { font-size: 1rem; line-height: 1.6; }

/* Phone landscape and bigger */
@media (min-width: 640px) { .uk-countdown-separator { font-size: 2rem; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-countdown-separator { font-size: 3rem; } }

/* Label ========================================================================== */
/* ======================================================================== Component: Grid ========================================================================== */
/* 1. Allow cells to wrap into the next line 2. Reset list */
.uk-grid { display: -webkit-box; display: -ms-flexbox; display: flex; /* 1 */ -ms-flex-wrap: wrap; flex-wrap: wrap; /* 2 */ margin: 0; padding: 0; list-style: none; }

/* Grid cell Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto Reset margin for e.g. paragraphs */
.uk-grid > * { margin: 0; }

/* Remove margin from the last-child */
.uk-grid > * > :last-child { margin-bottom: 0; }

/* Gutter ========================================================================== */
/* Default */
/* Horizontal */
.uk-grid { margin-left: -20px; }

.uk-grid > * { padding-left: 20px; }

/* Vertical */
.uk-grid + .uk-grid, .uk-grid > .uk-grid-margin, * + .uk-grid-margin { margin-top: 20px; }

/* Desktop and bigger */
@media (min-width: 1200px) { /* Horizontal */
  .uk-grid { margin-left: -20px; }
  .uk-grid > * { padding-left: 20px; }
  /* Vertical */
  .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin, * + .uk-grid-margin { margin-top: 20px; } }

/* Small */
/* Horizontal */
.uk-grid-small, .uk-grid-column-small { margin-left: -15px; }

.uk-grid-small > *, .uk-grid-column-small > * { padding-left: 15px; }

/* Vertical */
.uk-grid + .uk-grid-small, .uk-grid + .uk-grid-row-small, .uk-grid-small > .uk-grid-margin, .uk-grid-row-small > .uk-grid-margin, * + .uk-grid-margin-small { margin-top: 15px; }

/* Medium */
/* Horizontal */
.uk-grid-medium, .uk-grid-column-medium { margin-left: -20px; }

.uk-grid-medium > *, .uk-grid-column-medium > * { padding-left: 20px; }

/* Vertical */
.uk-grid + .uk-grid-medium, .uk-grid + .uk-grid-row-medium, .uk-grid-medium > .uk-grid-margin, .uk-grid-row-medium > .uk-grid-margin, * + .uk-grid-margin-medium { margin-top: 20px; }

/* Large */
/* Horizontal */
.uk-grid-large, .uk-grid-column-large { margin-left: -20px; }

.uk-grid-large > *, .uk-grid-column-large > * { padding-left: 20px; }

/* Vertical */
.uk-grid + .uk-grid-large, .uk-grid + .uk-grid-row-large, .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin, * + .uk-grid-margin-large { margin-top: 20px; }

/* Desktop and bigger */
@media (min-width: 1200px) { /* Horizontal */
  .uk-grid-large, .uk-grid-column-large { margin-left: -70px; }
  .uk-grid-large > *, .uk-grid-column-large > * { padding-left: 70px; }
  /* Vertical */
  .uk-grid + .uk-grid-large, .uk-grid + .uk-grid-row-large, .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin, * + .uk-grid-margin-large { margin-top: 70px; } }

/* Collapse */
/* Horizontal */
.uk-grid-collapse, .uk-grid-column-collapse { margin-left: 0; }

.uk-grid-collapse > *, .uk-grid-column-collapse > * { padding-left: 0; }

/* Vertical */
.uk-grid + .uk-grid-collapse, .uk-grid + .uk-grid-row-collapse, .uk-grid-collapse > .uk-grid-margin, .uk-grid-row-collapse > .uk-grid-margin { margin-top: 0; }

/* Divider ========================================================================== */
.uk-grid-divider > * { position: relative; }

.uk-grid-divider > :not(.uk-first-column)::before { content: ""; position: absolute; top: 0; bottom: 0; border-left: 1px solid #e5e5e5; }

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before { content: ""; position: absolute; left: 0; right: 0; border-top: 1px solid #e5e5e5; }

/* Default */
/* Horizontal */
.uk-grid-divider { margin-left: -40px; }

.uk-grid-divider > * { padding-left: 40px; }

.uk-grid-divider > :not(.uk-first-column)::before { left: 20px; }

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin { margin-top: 40px; }

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before { top: -20px; left: 40px; }

/* Desktop and bigger */
@media (min-width: 1200px) { /* Horizontal */
  .uk-grid-divider { margin-left: -40px; }
  .uk-grid-divider > * { padding-left: 40px; }
  .uk-grid-divider > :not(.uk-first-column)::before { left: 20px; }
  /* Vertical */
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin { margin-top: 40px; }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before { top: -20px; left: 40px; } }

/* Small */
/* Horizontal */
.uk-grid-divider.uk-grid-small, .uk-grid-divider.uk-grid-column-small { margin-left: -30px; }

.uk-grid-divider.uk-grid-small > *, .uk-grid-divider.uk-grid-column-small > * { padding-left: 30px; }

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before { left: 15px; }

/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin { margin-top: 30px; }

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before { top: -15px; left: 30px; }

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before { top: -15px; }

.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before { left: 30px; }

/* Medium */
/* Horizontal */
.uk-grid-divider.uk-grid-medium, .uk-grid-divider.uk-grid-column-medium { margin-left: -40px; }

.uk-grid-divider.uk-grid-medium > *, .uk-grid-divider.uk-grid-column-medium > * { padding-left: 40px; }

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before { left: 20px; }

/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin { margin-top: 40px; }

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before { top: -20px; left: 40px; }

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before { top: -20px; }

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before { left: 40px; }

/* Large */
/* Horizontal */
.uk-grid-divider.uk-grid-large, .uk-grid-divider.uk-grid-column-large { margin-left: -40px; }

.uk-grid-divider.uk-grid-large > *, .uk-grid-divider.uk-grid-column-large > * { padding-left: 40px; }

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before { left: 20px; }

/* Vertical */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin { margin-top: 40px; }

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before { top: -20px; left: 40px; }

.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before { top: -20px; }

.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before { left: 40px; }

/* Desktop and bigger */
@media (min-width: 1200px) { /* Horizontal */
  .uk-grid-divider.uk-grid-large, .uk-grid-divider.uk-grid-column-large { margin-left: -140px; }
  .uk-grid-divider.uk-grid-large > *, .uk-grid-divider.uk-grid-column-large > * { padding-left: 140px; }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before { left: 70px; }
  /* Vertical */
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin { margin-top: 140px; }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before { top: -70px; left: 140px; }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before { top: -70px; }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before { left: 140px; } }

/* Match child of a grid cell ========================================================================== */
/* Behave like a block element 1. Wrap into the next line 2. Take the full width, at least 100%. Only if no class from the Width component is set. 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids) */
.uk-grid-match > *, .uk-grid-item-match { display: -webkit-box; display: -ms-flexbox; display: flex; /* 1 */ -ms-flex-wrap: wrap; flex-wrap: wrap; }

.uk-grid-match > * > :not([class*='uk-width']), .uk-grid-item-match > :not([class*='uk-width']) { /* 2 */ -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; /* 3 */ -webkit-box-flex: 1; -ms-flex: auto; flex: auto; }

/* ======================================================================== Component: Nav ========================================================================== */
/* Reset 1. Prepare lists 2. Prepare links 3. Remove default focus style */
/* 1 */
.uk-nav, .uk-nav ul { margin: 0; padding: 0; list-style: none; }

/* 2 */
.uk-nav li > a { display: block; text-decoration: none; }

/* 3 */
.uk-nav li > a:focus { outline: none; }

/* Items Must target `a` elements to exclude other elements (e.g. lists) */
.uk-nav > li > a { padding: 5px 0; }

/* Sublists ========================================================================== */
/* Level 2 `ul` needed for higher specificity to override padding */
ul.uk-nav-sub { padding: 5px 0 5px 15px; }

/* Level 3 and deeper */
.uk-nav-sub ul { padding-left: 15px; }

/* Items */
.uk-nav-sub a { padding: 2px 0; }

/* Parent icon modifier ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after { content: ""; width: 1.5em; height: 1.5em; float: right; background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: 50% 50%; }

.uk-nav-parent-icon > .uk-parent.uk-open > a::after { background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

/* Header ========================================================================== */
.uk-nav-header { padding: 5px 0; text-transform: uppercase; font-size: 0.875rem; }

.uk-nav-header:not(:first-child) { margin-top: 20px; }

/* Divider ========================================================================== */
.uk-nav-divider { margin: 5px 0; }

/* Default modifier ========================================================================== */
/* Items */
.uk-nav-default > li > a { color: #999; }

/* Hover + Focus */
.uk-nav-default > li > a:hover, .uk-nav-default > li > a:focus { color: #666; }

/* Active */
.uk-nav-default > li.uk-active > a { color: #333; }

/* Header */
.uk-nav-default .uk-nav-header { color: #333; }

/* Divider */
.uk-nav-default .uk-nav-divider { border-top: 1px solid #e5e5e5; }

/* Sublists */
.uk-nav-default .uk-nav-sub a { color: #999; }

.uk-nav-default .uk-nav-sub a:hover, .uk-nav-default .uk-nav-sub a:focus { color: #666; }

.uk-nav-default .uk-nav-sub li.uk-active > a { color: #333; }

/* Primary modifier ========================================================================== */
/* Items */
.uk-nav-primary > li > a { font-size: 1.5rem; line-height: 1.5; color: #999; }

/* Hover + Focus */
.uk-nav-primary > li > a:hover, .uk-nav-primary > li > a:focus { color: #666; }

/* Active */
.uk-nav-primary > li.uk-active > a { color: #333; }

/* Header */
.uk-nav-primary .uk-nav-header { color: #333; }

/* Divider */
.uk-nav-primary .uk-nav-divider { border-top: 1px solid #e5e5e5; }

/* Sublists */
.uk-nav-primary .uk-nav-sub a { color: #999; }

.uk-nav-primary .uk-nav-sub a:hover, .uk-nav-primary .uk-nav-sub a:focus { color: #666; }

.uk-nav-primary .uk-nav-sub li.uk-active > a { color: #333; }

/* Alignment modifier ========================================================================== */
.uk-nav-center { text-align: center; }

/* Sublists */
.uk-nav-center .uk-nav-sub, .uk-nav-center .uk-nav-sub ul { padding-left: 0; }

/* Parent icon modifier  */
.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after { position: absolute; }

/* ======================================================================== Component: Navbar ========================================================================== */
/* 1. Create position context to center navbar group */
.uk-navbar { display: -webkit-box; display: -ms-flexbox; display: flex; /* 1 */ position: relative; }

/* Container ========================================================================== */
.uk-navbar-container:not(.uk-navbar-transparent) { background: #f8f8f8; }

/* Remove pseudo elements created by micro clearfix as precaution (if Container component is used) */
.uk-navbar-container > ::before, .uk-navbar-container > ::after { display: none !important; }

/* Groups ========================================================================== */
/* 1. Align navs and items vertically if they have a different height 2. Note: IE 11 requires an extra `div` which affects the center selector */
.uk-navbar-left, .uk-navbar-right, .uk-navbar-center, .uk-navbar-center-left > *, .uk-navbar-center-right > * { display: -webkit-box; display: -ms-flexbox; display: flex; /* 1 */ -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

/* Horizontal alignment 1. Create position context for centered navbar with sub groups (left/right) 2. Fix text wrapping if content is larger than 50% of the container. 3. Needed for dropdowns because a new position context is created `z-index` must be smaller than off-canvas 4. Align sub groups for centered navbar */
.uk-navbar-right { margin-left: auto; }

.uk-navbar-center:only-child { margin-left: auto; margin-right: auto; /* 1 */ position: relative; }

.uk-navbar-center:not(:only-child) { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); /* 2 */ width: -webkit-max-content; width: -moz-max-content; width: max-content; -webkit-box-sizing: border-box; box-sizing: border-box; /* 3 */ z-index: 990; }

/* 4 */
.uk-navbar-center-left, .uk-navbar-center-right { position: absolute; top: 0; }

.uk-navbar-center-left { right: 100%; }

.uk-navbar-center-right { left: 100%; }

[class*='uk-navbar-center-'] { width: -webkit-max-content; width: -moz-max-content; width: max-content; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Nav ========================================================================== */
/* 1. Reset list */
.uk-navbar-nav { display: -webkit-box; display: -ms-flexbox; display: flex; /* 1 */ margin: 0; padding: 0; list-style: none; }

/* Allow items to wrap into the next line Only not `absolute` positioned groups */
.uk-navbar-left, .uk-navbar-right, .uk-navbar-center:only-child { -ms-flex-wrap: wrap; flex-wrap: wrap; }

/* Items 1. Center content vertically and horizontally 2. Dimensions 3. Style 4. Required for `a` */
.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle { /* 1 */ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /* 2 */ -webkit-box-sizing: border-box; box-sizing: border-box; min-height: 80px; padding: 0 15px; /* 3 */ font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */ text-decoration: none; }

/* Nav items */
.uk-navbar-nav > li > a { color: #999; }

/* Hover Apply hover style also to focus state and if dropdown is opened */
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li > a.uk-open { color: #666; outline: none; }

/* OnClick */
.uk-navbar-nav > li > a:active { color: #333; }

/* Active */
.uk-navbar-nav > li.uk-active > a { color: #333; }

/* Item ========================================================================== */
.uk-navbar-item { color: #666; }

/* Toggle ========================================================================== */
.uk-navbar-toggle { color: #999; }

.uk-navbar-toggle:hover, .uk-navbar-toggle:focus, .uk-navbar-toggle.uk-open { color: #666; outline: none; text-decoration: none; }

/* Icon Adopts `uk-icon` */
/* Hover + Focus */
/* Subtitle ========================================================================== */
.uk-navbar-subtitle { font-size: 0.875rem; }

/* Style modifiers ========================================================================== */
/* Dropdown ========================================================================== */
/* Adopts `uk-dropdown` 1. Hide by default 2. Set position 3. Set a default width 4. Style */
.uk-navbar-dropdown { /* 1 */ display: none; /* 2 */ position: absolute; z-index: 1020; /* 3 */ -webkit-box-sizing: border-box; box-sizing: border-box; width: 200px; /* 4 */ padding: 15px; background: #f8f8f8; color: #666; }

/* Show */
.uk-navbar-dropdown.uk-open { display: block; }

/* Direction / Alignment modifiers */
/* Direction */
[class*='uk-navbar-dropdown-top'] { margin-top: 0; }

[class*='uk-navbar-dropdown-bottom'] { margin-top: 0; }

[class*='uk-navbar-dropdown-left'] { margin-left: 0; }

[class*='uk-navbar-dropdown-right'] { margin-left: 0; }

/* Grid Adopts `uk-grid` */
/* Gutter Horizontal */
.uk-navbar-dropdown-grid { margin-left: -20px; }

.uk-navbar-dropdown-grid > * { padding-left: 20px; }

/* Gutter Vertical */
.uk-navbar-dropdown-grid > .uk-grid-margin { margin-top: 20px; }

/* Stack */
.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * { width: 100% !important; }

/* Width modifier */
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) { width: 400px; }

.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) { width: 600px; }

.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) { width: 800px; }

.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) { width: 1000px; }

/* Dropbar modifier */
.uk-navbar-dropdown-dropbar { margin-top: 0; margin-bottom: 0; }

/* Dropdown Nav Adopts `uk-nav` ========================================================================== */
/* Items */
.uk-navbar-dropdown-nav > li > a { color: #999; }

/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover, .uk-navbar-dropdown-nav > li > a:focus { color: #666; }

/* Active */
.uk-navbar-dropdown-nav > li.uk-active > a { color: #333; }

/* Header */
.uk-navbar-dropdown-nav .uk-nav-header { color: #333; }

/* Divider */
.uk-navbar-dropdown-nav .uk-nav-divider { border-top: 1px solid #e5e5e5; }

/* Sublists */
.uk-navbar-dropdown-nav .uk-nav-sub a { color: #999; }

.uk-navbar-dropdown-nav .uk-nav-sub a:hover, .uk-navbar-dropdown-nav .uk-nav-sub a:focus { color: #666; }

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a { color: #333; }

/* Dropbar ========================================================================== */
.uk-navbar-dropbar { background: #f8f8f8; }

/* Slide modifier */
.uk-navbar-dropbar-slide { position: absolute; z-index: 980; left: 0; right: 0; }

/* ======================================================================== Component: Subnav ========================================================================== */
/* 1. Allow items to wrap into the next line 2. Gutter 3. Reset list */
.uk-subnav { display: -webkit-box; display: -ms-flexbox; display: flex; /* 1 */ -ms-flex-wrap: wrap; flex-wrap: wrap; /* 2 */ margin-left: -20px; /* 3 */ padding: 0; list-style: none; }

/* 1. Space is allocated solely based on content dimensions: 0 0 auto 2. Gutter 3. Create position context for dropdowns */
.uk-subnav > * { /* 1 */ -webkit-box-flex: 0; -ms-flex: none; flex: none; /* 2 */ padding-left: 20px; /* 3 */ position: relative; }

/* Items ========================================================================== */
/* Items must target `a` elements to exclude other elements (e.g. dropdowns) Using `:first-child` instead of `a` to support `span` elements for text 1. Prevent gap if child element is `inline-block`, e.g. an icon 2. Style */
.uk-subnav > * > :first-child { /* 1 */ display: block; /* 2 */ color: #999; }

/* Hover + Focus */
.uk-subnav > * > a:hover, .uk-subnav > * > a:focus { color: #666; text-decoration: none; outline: none; }

/* Active */
.uk-subnav > .uk-active > a { color: #333; }

/* Divider modifier ========================================================================== */
/* Set gutter  */
.uk-subnav-divider { margin-left: -41px; }

/* Align items and divider vertically */
.uk-subnav-divider > * { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

/* Divider 1. `nth-child` makes it also work without JS if it's only one row */
.uk-subnav-divider > ::before { content: ""; height: 1.5em; margin-left: 0px; margin-right: 20px; border-left: 1px solid transparent; }

/* 1 */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before { border-left-color: #e5e5e5; }

/* Pill modifier ========================================================================== */
.uk-subnav-pill > * > :first-child { padding: 5px 10px; background: transparent; color: #999; }

/* Hover + Focus */
.uk-subnav-pill > * > a:hover, .uk-subnav-pill > * > a:focus { background-color: #f8f8f8; color: #666; }

/* OnClick */
.uk-subnav-pill > * > a:active { background-color: #f8f8f8; color: #666; }

/* Active */
.uk-subnav-pill > .uk-active > a { background-color: #1e87f0; color: #fff; }

/* Disabled The same for all style modifiers ========================================================================== */
.uk-subnav > .uk-disabled > a { color: #999; }

/* ======================================================================== Component: Pagination ========================================================================== */
/* 1. Allow items to wrap into the next line 2. Gutter 3. Reset list */
.uk-pagination { display: -webkit-box; display: -ms-flexbox; display: flex; /* 1 */ -ms-flex-wrap: wrap; flex-wrap: wrap; /* 2 */ margin-left: 0; /* 3 */ padding: 0; list-style: none; }

/* 1. Space is allocated solely based on content dimensions: 0 0 auto 2. Gutter 3. Create position context for dropdowns */
.uk-pagination > * { /* 1 */ -webkit-box-flex: 0; -ms-flex: none; flex: none; /* 2 */ padding-left: 0; /* 3 */ position: relative; }

/* Items ========================================================================== */
/* 1. Prevent gap if child element is `inline-block`, e.g. an icon 2. Style */
.uk-pagination > * > * { /* 1 */ display: block; /* 2 */ padding: 5px 10px; color: #999; }

/* Hover + Focus */
.uk-pagination > * > :hover, .uk-pagination > * > :focus { color: #666; text-decoration: none; }

/* Active */
.uk-pagination > .uk-active > * { color: #666; }

/* Disabled */
.uk-pagination > .uk-disabled > * { color: #999; }

/* ======================================================================== Component: Tab ========================================================================== */
/* 1. Allow items to wrap into the next line 2. Gutter 3. Reset list */
.uk-tab { display: -webkit-box; display: -ms-flexbox; display: flex; /* 1 */ -ms-flex-wrap: wrap; flex-wrap: wrap; /* 2 */ margin-left: -20px; /* 3 */ padding: 0; list-style: none; }

/* 1. Space is allocated solely based on content dimensions: 0 0 auto 2. Gutter 3. Create position context for dropdowns */
.uk-tab > * { /* 1 */ -webkit-box-flex: 0; -ms-flex: none; flex: none; /* 2 */ padding-left: 20px; /* 3 */ position: relative; }

/* Items ========================================================================== */
/* Items must target `a` elements to exclude other elements (e.g. dropdowns) 1. Center text if a width is set 2. Style */
.uk-tab > * > a { /* 1 */ display: block; text-align: center; /* 2 */ padding: 5px 10px; color: #999; }

/* Hover + Focus */
.uk-tab > * > a:hover, .uk-tab > * > a:focus { color: #666; text-decoration: none; }

/* Active */
.uk-tab > .uk-active > a { color: #333; }

/* Disabled */
.uk-tab > .uk-disabled > a { color: #999; }

/* Position modifier ========================================================================== */
/* Bottom */
/* Left + Right 1. Reset Gutter */
.uk-tab-left, .uk-tab-right { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; /* 1 */ margin-left: 0; }

/* 1 */
.uk-tab-left > *, .uk-tab-right > * { padding-left: 0; }

.uk-tab-left > * > a { text-align: left; }

.uk-tab-right > * > a { text-align: left; }

/* ======================================================================== Component: Slidenav ========================================================================== */
/* Adopts `uk-icon` */
.uk-slidenav { padding: 5px 10px; color: rgba(102, 102, 102, 0.5); }

/* Hover + Focus */
.uk-slidenav:hover, .uk-slidenav:focus { color: rgba(102, 102, 102, 0.9); outline: none; }

/* OnClick */
.uk-slidenav:active { color: rgba(102, 102, 102, 0.5); }

/* Icon modifier ========================================================================== */
/* Previous */
/* Next */
/* Size modifier ========================================================================== */
.uk-slidenav-large { padding: 10px 10px; }

/* Container ========================================================================== */
.uk-slidenav-container { display: -webkit-box; display: -ms-flexbox; display: flex; }

/* ======================================================================== Component: Dotnav ========================================================================== */
/* 1. Allow items to wrap into the next line 2. Reset list 3. Gutter */
.uk-dotnav { display: -webkit-box; display: -ms-flexbox; display: flex; /* 1 */ -ms-flex-wrap: wrap; flex-wrap: wrap; /* 2 */ margin: 0; padding: 0; list-style: none; /* 3 */ margin-left: -12px; }

/* 1. Space is allocated solely based on content dimensions: 0 0 auto 2. Gutter */
.uk-dotnav > * { /* 1 */ -webkit-box-flex: 0; -ms-flex: none; flex: none; /* 2 */ padding-left: 12px; }

/* Items ========================================================================== */
/* Items 1. Hide text if present */
.uk-dotnav > * > * { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; width: 10px; height: 10px; border-radius: 50%; background: rgba(102, 102, 102, 0.2); /* 1 */ text-indent: 100%; overflow: hidden; white-space: nowrap; }

/* Hover + Focus */
.uk-dotnav > * > :hover, .uk-dotnav > * > :focus { background-color: rgba(102, 102, 102, 0.6); outline: none; }

/* OnClick */
.uk-dotnav > * > :active { background-color: rgba(102, 102, 102, 0.2); }

/* Active */
.uk-dotnav > .uk-active > * { background-color: rgba(102, 102, 102, 0.6); }

/* Modifier: 'uk-dotnav-vertical' ========================================================================== */
/* 1. Change direction 2. Gutter */
.uk-dotnav-vertical { /* 1 */ -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; /* 2 */ margin-left: 0; margin-top: -12px; }

/* 2 */
.uk-dotnav-vertical > * { padding-left: 0; padding-top: 12px; }

/* ======================================================================== Component: Thumbnav ========================================================================== */
/* 1. Allow items to wrap into the next line 2. Reset list 3. Gutter */
.uk-thumbnav { display: -webkit-box; display: -ms-flexbox; display: flex; /* 1 */ -ms-flex-wrap: wrap; flex-wrap: wrap; /* 2 */ margin: 0; padding: 0; list-style: none; /* 3 */ margin-left: -15px; }

/* Space is allocated based on content dimensions, but shrinks: 0 1 auto 1. Gutter */
.uk-thumbnav > * { /* 1 */ padding-left: 15px; }

/* Items ========================================================================== */
/* Items */
.uk-thumbnav > * > * { display: inline-block; }

/* Hover + Focus */
.uk-thumbnav > * > :hover, .uk-thumbnav > * > :focus { outline: none; }

/* Active */
/* Modifier: 'uk-thumbnav-vertical' ========================================================================== */
/* 1. Change direction 2. Gutter */
.uk-thumbnav-vertical { /* 1 */ -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; /* 2 */ margin-left: 0; margin-top: -15px; }

/* 2 */
.uk-thumbnav-vertical > * { padding-left: 0; padding-top: 15px; }

/* ======================================================================== Component: Iconnav ========================================================================== */
/* 1. Allow items to wrap into the next line 2. Reset list 3. Gutter */
.uk-iconnav { display: -webkit-box; display: -ms-flexbox; display: flex; /* 1 */ -ms-flex-wrap: wrap; flex-wrap: wrap; /* 2 */ margin: 0; padding: 0; list-style: none; /* 3 */ margin-left: -10px; }

/* Space is allocated based on content dimensions, but shrinks: 0 1 auto 1. Gutter */
.uk-iconnav > * { /* 1 */ padding-left: 10px; }

/* Items ========================================================================== */
/* Items must target `a` elements to exclude other elements (e.g. dropdowns) 1. Prevent gap if child element is `inline-block`, e.g. an icon 2. Style */
.uk-iconnav > * > a { /* 1 */ display: block; /* 2 */ color: #999; }

/* Hover + Focus */
.uk-iconnav > * > a:hover, .uk-iconnav > * > a:focus { color: #666; outline: none; }

/* Active */
.uk-iconnav > .uk-active > a { color: #666; }

/* Modifier: 'uk-iconnav-vertical' ========================================================================== */
/* 1. Change direction 2. Gutter */
.uk-iconnav-vertical { /* 1 */ -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; /* 2 */ margin-left: 0; margin-top: -10px; }

/* 2 */
.uk-iconnav-vertical > * { padding-left: 0; padding-top: 10px; }

/* ======================================================================== Component: Lightbox ========================================================================== */
/* 1. Hide by default 2. Set position 3. Allow scrolling for the modal dialog 4. Horizontal padding 5. Mask the background page 6. Fade-in transition 7. Prevent cancellation of pointer events while dragging */
.uk-lightbox { /* 1 */ display: none; /* 2 */ position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1010; /* 5 */ background: #000; /* 6 */ opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; /* 7 */ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; }

/* Open 1. Center child 2. Fade-in */
.uk-lightbox.uk-open { display: block; /* 2 */ opacity: 1; }

/* Page ========================================================================== */
/* Prevent scrollbars */
.uk-lightbox-page { overflow: hidden; }

/* Item ========================================================================== */
/* 1. Center child within the viewport 2. Not visible by default 3. Color needed for spinner icon 4. Optimize animation 5. Responsiveness Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera Using `vh` and `vw` to make responsive image work in IE11 6. Suppress outline on focus */
.uk-lightbox-items > * { /* 1 */ position: absolute; top: 0; right: 0; bottom: 0; left: 0; /* 2 */ display: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /* 3 */ color: rgba(255, 255, 255, 0.7); /* 4 */ will-change: transform, opacity; }

/* 5 */
.uk-lightbox-items > * > * { max-width: 100vw; max-height: 100vh; }

/* 6 */
.uk-lightbox-items > :focus { outline: none; }

.uk-lightbox-items > * > :not(iframe) { width: auto; height: auto; }

.uk-lightbox-items > .uk-active { display: -webkit-box; display: -ms-flexbox; display: flex; }

/* Toolbar ========================================================================== */
.uk-lightbox-toolbar { padding: 10px 10px; background: rgba(0, 0, 0, 0.3); color: rgba(255, 255, 255, 0.7); }

.uk-lightbox-toolbar > * { color: rgba(255, 255, 255, 0.7); }

/* Toolbar Icon (Close) ========================================================================== */
.uk-lightbox-toolbar-icon { padding: 5px; color: rgba(255, 255, 255, 0.7); }

/* Hover */
.uk-lightbox-toolbar-icon:hover { color: #fff; }

/* Button (Slidenav) ========================================================================== */
/* 1. Center icon vertically and horizontally */
.uk-lightbox-button { -webkit-box-sizing: border-box; box-sizing: border-box; width: 50px; height: 50px; background: rgba(0, 0, 0, 0.3); color: rgba(255, 255, 255, 0.7); /* 1 */ display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

/* Hover + Focus */
.uk-lightbox-button:hover, .uk-lightbox-button:focus { color: #fff; }

/* OnClick */
/* Caption ========================================================================== */
.uk-lightbox-caption:empty { display: none; }

/* Iframe ========================================================================== */
.uk-lightbox-iframe { width: 80%; height: 80%; }

/* ======================================================================== Component: Animation ========================================================================== */
[class*='uk-animation-'] { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

/* Animations ========================================================================== */
/* Fade */
.uk-animation-fade { -webkit-animation-name: uk-fade; animation-name: uk-fade; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-timing-function: linear; animation-timing-function: linear; }

/* Scale */
.uk-animation-scale-up { -webkit-animation-name: uk-fade-scale-02; animation-name: uk-fade-scale-02; }

.uk-animation-scale-down { -webkit-animation-name: uk-fade-scale-18; animation-name: uk-fade-scale-18; }

/* Slide */
.uk-animation-slide-top { -webkit-animation-name: uk-fade-top; animation-name: uk-fade-top; }

.uk-animation-slide-bottom { -webkit-animation-name: uk-fade-bottom; animation-name: uk-fade-bottom; }

.uk-animation-slide-left { -webkit-animation-name: uk-fade-left; animation-name: uk-fade-left; }

.uk-animation-slide-right { -webkit-animation-name: uk-fade-right; animation-name: uk-fade-right; }

/* Slide Small */
.uk-animation-slide-top-small { -webkit-animation-name: uk-fade-top-small; animation-name: uk-fade-top-small; }

.uk-animation-slide-bottom-small { -webkit-animation-name: uk-fade-bottom-small; animation-name: uk-fade-bottom-small; }

.uk-animation-slide-left-small { -webkit-animation-name: uk-fade-left-small; animation-name: uk-fade-left-small; }

.uk-animation-slide-right-small { -webkit-animation-name: uk-fade-right-small; animation-name: uk-fade-right-small; }

/* Slide Medium */
.uk-animation-slide-top-medium { -webkit-animation-name: uk-fade-top-medium; animation-name: uk-fade-top-medium; }

.uk-animation-slide-bottom-medium { -webkit-animation-name: uk-fade-bottom-medium; animation-name: uk-fade-bottom-medium; }

.uk-animation-slide-left-medium { -webkit-animation-name: uk-fade-left-medium; animation-name: uk-fade-left-medium; }

.uk-animation-slide-right-medium { -webkit-animation-name: uk-fade-right-medium; animation-name: uk-fade-right-medium; }

/* Kenburns */
.uk-animation-kenburns { -webkit-animation-name: uk-scale-kenburns; animation-name: uk-scale-kenburns; -webkit-animation-duration: 15s; animation-duration: 15s; }

/* Shake */
.uk-animation-shake { -webkit-animation-name: uk-shake; animation-name: uk-shake; }

/* SVG Stroke The `--uk-animation-stroke` custom property contains the longest path length. Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically. All strokes are animated by the same pace and doesn't end simultaneously. To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet. */
.uk-animation-stroke { -webkit-animation-name: uk-stroke; animation-name: uk-stroke; stroke-dasharray: var(--uk-animation-stroke); -webkit-animation-duration: 2s; animation-duration: 2s; }

/* Direction modifier ========================================================================== */
.uk-animation-reverse { animation-direction: reverse; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }

/* Duration modifier ========================================================================== */
.uk-animation-fast { -webkit-animation-duration: 0.1s; animation-duration: 0.1s; }

/* Toggle (Hover + Focus)
========================================================================== */
/* The toggle is triggered on touch devices using `:focus` and tabindex */
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] { -webkit-animation-name: none; animation-name: none; }

/* 1. Prevent tab highlighting on iOS. */
.uk-animation-toggle { /* 1 */ -webkit-tap-highlight-color: transparent; }

/* Remove outline for `tabindex` */
.uk-animation-toggle:focus { outline: none; }

/* Keyframes used by animation classes ========================================================================== */
/* Fade */
@-webkit-keyframes uk-fade { 0% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes uk-fade { 0% { opacity: 0; }
  100% { opacity: 1; } }

/* Slide Top */
@-webkit-keyframes uk-fade-top { 0% { opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes uk-fade-top { 0% { opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/* Slide Bottom */
@-webkit-keyframes uk-fade-bottom { 0% { opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes uk-fade-bottom { 0% { opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/* Slide Left */
@-webkit-keyframes uk-fade-left { 0% { opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes uk-fade-left { 0% { opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* Slide Right */
@-webkit-keyframes uk-fade-right { 0% { opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes uk-fade-right { 0% { opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* Slide Top Small */
@-webkit-keyframes uk-fade-top-small { 0% { opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes uk-fade-top-small { 0% { opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/* Slide Bottom Small */
@-webkit-keyframes uk-fade-bottom-small { 0% { opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes uk-fade-bottom-small { 0% { opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/* Slide Left Small */
@-webkit-keyframes uk-fade-left-small { 0% { opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes uk-fade-left-small { 0% { opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* Slide Right Small */
@-webkit-keyframes uk-fade-right-small { 0% { opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes uk-fade-right-small { 0% { opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* Slide Top Medium */
@-webkit-keyframes uk-fade-top-medium { 0% { opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes uk-fade-top-medium { 0% { opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/* Slide Bottom Medium */
@-webkit-keyframes uk-fade-bottom-medium { 0% { opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes uk-fade-bottom-medium { 0% { opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/* Slide Left Medium */
@-webkit-keyframes uk-fade-left-medium { 0% { opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes uk-fade-left-medium { 0% { opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* Slide Right Medium */
@-webkit-keyframes uk-fade-right-medium { 0% { opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes uk-fade-right-medium { 0% { opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* Scale Up */
@-webkit-keyframes uk-fade-scale-02 { 0% { opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  100% { opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes uk-fade-scale-02 { 0% { opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  100% { opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Scale Down */
@-webkit-keyframes uk-fade-scale-18 { 0% { opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8); }
  100% { opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes uk-fade-scale-18 { 0% { opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8); }
  100% { opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Kenburns */
@-webkit-keyframes uk-scale-kenburns { 0% { -webkit-transform: scale(1);
    transform: scale(1); }
  100% { -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes uk-scale-kenburns { 0% { -webkit-transform: scale(1);
    transform: scale(1); }
  100% { -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

/* Shake */
@-webkit-keyframes uk-shake { 0%, 100% { -webkit-transform: translateX(0);
    transform: translateX(0); }
  10% { -webkit-transform: translateX(-9px);
    transform: translateX(-9px); }
  20% { -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  30% { -webkit-transform: translateX(-7px);
    transform: translateX(-7px); }
  40% { -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  50% { -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  60% { -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  70% { -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }
  80% { -webkit-transform: translateX(2px);
    transform: translateX(2px); }
  90% { -webkit-transform: translateX(-1px);
    transform: translateX(-1px); } }

@keyframes uk-shake { 0%, 100% { -webkit-transform: translateX(0);
    transform: translateX(0); }
  10% { -webkit-transform: translateX(-9px);
    transform: translateX(-9px); }
  20% { -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  30% { -webkit-transform: translateX(-7px);
    transform: translateX(-7px); }
  40% { -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  50% { -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  60% { -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  70% { -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }
  80% { -webkit-transform: translateX(2px);
    transform: translateX(2px); }
  90% { -webkit-transform: translateX(-1px);
    transform: translateX(-1px); } }

/* Stroke */
@-webkit-keyframes uk-stroke { 0% { stroke-dashoffset: var(--uk-animation-stroke); }
  100% { stroke-dashoffset: 0; } }

@keyframes uk-stroke { 0% { stroke-dashoffset: var(--uk-animation-stroke); }
  100% { stroke-dashoffset: 0; } }

/* ======================================================================== Component: Width ========================================================================== */
/* Equal child widths ========================================================================== */
[class*='uk-child-width'] > * { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }

.uk-child-width-1-2 > * { width: 50%; }

.uk-child-width-1-3 > * { width: calc(100% * 1 / 3.001); }

.uk-child-width-1-4 > * { width: 25%; }

.uk-child-width-1-5 > * { width: 20%; }

.uk-child-width-1-6 > * { width: calc(100% * 1 / 6.001); }

.uk-child-width-auto > * { width: auto; }

/* 1. Reset the `min-width`, which is set to auto by default, because flex items won't shrink below their minimum intrinsic content size. Using `1px` instead of `0`, so items still wrap into the next line, if they have zero width and padding and the predecessor is 100% wide. */
.uk-child-width-expand > :not([class*='uk-width']) { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; /* 1 */ min-width: 1px; }

/* Phone landscape and bigger */
@media (min-width: 640px) { .uk-child-width-1-1\@s > * { width: 100%; }
  .uk-child-width-1-2\@s > * { width: 50%; }
  .uk-child-width-1-3\@s > * { width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@s > * { width: 25%; }
  .uk-child-width-1-5\@s > * { width: 20%; }
  .uk-child-width-1-6\@s > * { width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@s > * { width: auto; }
  .uk-child-width-expand\@s > :not([class*='uk-width']) { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 1px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-child-width-1-1\@m > * { width: 100%; }
  .uk-child-width-1-2\@m > * { width: 50%; }
  .uk-child-width-1-3\@m > * { width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@m > * { width: 25%; }
  .uk-child-width-1-5\@m > * { width: 20%; }
  .uk-child-width-1-6\@m > * { width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@m > * { width: auto; }
  .uk-child-width-expand\@m > :not([class*='uk-width']) { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 1px; } }

/* Desktop and bigger */
@media (min-width: 1200px) { .uk-child-width-1-1\@l > * { width: 100%; }
  .uk-child-width-1-2\@l > * { width: 50%; }
  .uk-child-width-1-3\@l > * { width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@l > * { width: 25%; }
  .uk-child-width-1-5\@l > * { width: 20%; }
  .uk-child-width-1-6\@l > * { width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@l > * { width: auto; }
  .uk-child-width-expand\@l > :not([class*='uk-width']) { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 1px; } }

/* Large screen and bigger */
@media (min-width: 1600px) { .uk-child-width-1-1\@xl > * { width: 100%; }
  .uk-child-width-1-2\@xl > * { width: 50%; }
  .uk-child-width-1-3\@xl > * { width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@xl > * { width: 25%; }
  .uk-child-width-1-5\@xl > * { width: 20%; }
  .uk-child-width-1-6\@xl > * { width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@xl > * { width: auto; }
  .uk-child-width-expand\@xl > :not([class*='uk-width']) { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 1px; } }

/* Single Widths ========================================================================== */
/* 1. `max-width` is needed for the pixel-based classes */
[class*='uk-width'] { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; /* 1 */ max-width: 100%; }

/* Halves */
.uk-width-1-2 { width: 50%; }

/* Thirds */
.uk-width-1-3 { width: calc(100% * 1 / 3.001); }

.uk-width-2-3 { width: calc(100% * 2 / 3.001); }

/* Quarters */
.uk-width-1-4 { width: 25%; }

.uk-width-3-4 { width: 75%; }

/* Fifths */
.uk-width-1-5 { width: 20%; }

.uk-width-2-5 { width: 40%; }

.uk-width-3-5 { width: 60%; }

.uk-width-4-5 { width: 80%; }

/* Sixths */
.uk-width-1-6 { width: calc(100% * 1 / 6.001); }

.uk-width-5-6 { width: calc(100% * 5 / 6.001); }

/* Pixel */
.uk-width-small { width: 150px; }

.uk-width-medium { width: 300px; }

.uk-width-large { width: 450px; }

.uk-width-xlarge { width: 600px; }

.uk-width-2xlarge { width: 750px; }

/* Auto */
.uk-width-auto { width: auto; }

/* Expand */
.uk-width-expand { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 1px; }

/* Phone landscape and bigger */
@media (min-width: 640px) { /* Whole */
  .uk-width-1-1\@s { width: 100%; }
  /* Halves */
  .uk-width-1-2\@s { width: 50%; }
  /* Thirds */
  .uk-width-1-3\@s { width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@s { width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@s { width: 25%; }
  .uk-width-3-4\@s { width: 75%; }
  /* Fifths */
  .uk-width-1-5\@s { width: 20%; }
  .uk-width-2-5\@s { width: 40%; }
  .uk-width-3-5\@s { width: 60%; }
  .uk-width-4-5\@s { width: 80%; }
  /* Sixths */
  .uk-width-1-6\@s { width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@s { width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .uk-width-small\@s { width: 150px; }
  .uk-width-medium\@s { width: 300px; }
  .uk-width-large\@s { width: 450px; }
  .uk-width-xlarge\@s { width: 600px; }
  .uk-width-2xlarge\@s { width: 750px; }
  /* Auto */
  .uk-width-auto\@s { width: auto; }
  /* Expand */
  .uk-width-expand\@s { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 1px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) { /* Whole */
  .uk-width-1-1\@m { width: 100%; }
  /* Halves */
  .uk-width-1-2\@m { width: 50%; }
  /* Thirds */
  .uk-width-1-3\@m { width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@m { width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@m { width: 25%; }
  .uk-width-3-4\@m { width: 75%; }
  /* Fifths */
  .uk-width-1-5\@m { width: 20%; }
  .uk-width-2-5\@m { width: 40%; }
  .uk-width-3-5\@m { width: 60%; }
  .uk-width-4-5\@m { width: 80%; }
  /* Sixths */
  .uk-width-1-6\@m { width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@m { width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .uk-width-small\@m { width: 150px; }
  .uk-width-medium\@m { width: 300px; }
  .uk-width-large\@m { width: 450px; }
  .uk-width-xlarge\@m { width: 600px; }
  .uk-width-2xlarge\@m { width: 750px; }
  /* Auto */
  .uk-width-auto\@m { width: auto; }
  /* Expand */
  .uk-width-expand\@m { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 1px; } }

/* Desktop and bigger */
@media (min-width: 1200px) { /* Whole */
  .uk-width-1-1\@l { width: 100%; }
  /* Halves */
  .uk-width-1-2\@l { width: 50%; }
  /* Thirds */
  .uk-width-1-3\@l { width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@l { width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@l { width: 25%; }
  .uk-width-3-4\@l { width: 75%; }
  /* Fifths */
  .uk-width-1-5\@l { width: 20%; }
  .uk-width-2-5\@l { width: 40%; }
  .uk-width-3-5\@l { width: 60%; }
  .uk-width-4-5\@l { width: 80%; }
  /* Sixths */
  .uk-width-1-6\@l { width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@l { width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .uk-width-small\@l { width: 150px; }
  .uk-width-medium\@l { width: 300px; }
  .uk-width-large\@l { width: 450px; }
  .uk-width-xlarge\@l { width: 600px; }
  .uk-width-2xlarge\@l { width: 750px; }
  /* Auto */
  .uk-width-auto\@l { width: auto; }
  /* Expand */
  .uk-width-expand\@l { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 1px; } }

/* Large screen and bigger */
@media (min-width: 1600px) { /* Whole */
  .uk-width-1-1\@xl { width: 100%; }
  /* Halves */
  .uk-width-1-2\@xl { width: 50%; }
  /* Thirds */
  .uk-width-1-3\@xl { width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@xl { width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@xl { width: 25%; }
  .uk-width-3-4\@xl { width: 75%; }
  /* Fifths */
  .uk-width-1-5\@xl { width: 20%; }
  .uk-width-2-5\@xl { width: 40%; }
  .uk-width-3-5\@xl { width: 60%; }
  .uk-width-4-5\@xl { width: 80%; }
  /* Sixths */
  .uk-width-1-6\@xl { width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@xl { width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .uk-width-small\@xl { width: 150px; }
  .uk-width-medium\@xl { width: 300px; }
  .uk-width-large\@xl { width: 450px; }
  .uk-width-xlarge\@xl { width: 600px; }
  .uk-width-2xlarge\@xl { width: 750px; }
  /* Auto */
  .uk-width-auto\@xl { width: auto; }
  /* Expand */
  .uk-width-expand\@xl { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 1px; } }

/* ======================================================================== Component: Height ========================================================================== */
[class*='uk-height'] { -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Only works if parent element has a height set */
.uk-height-1-1 { height: 100%; }

/* Useful to create image teasers */
.uk-height-viewport { min-height: 100vh; }

/* Pixel Useful for `overflow: auto` */
.uk-height-small { height: 150px; }

.uk-height-medium { height: 300px; }

.uk-height-large { height: 450px; }

.uk-height-max-small { max-height: 150px; }

.uk-height-max-medium { max-height: 300px; }

.uk-height-max-large { max-height: 450px; }

/* ======================================================================== Component: Column ========================================================================== */
[class*='uk-column-'] { -webkit-column-gap: 20px; column-gap: 20px; }

/* Desktop and bigger */
@media (min-width: 1200px) { [class*='uk-column-'] { -webkit-column-gap: 20px; column-gap: 20px; } }

/* Fix image 1px line wrapping into the next column in Chrome */
[class*='uk-column-'] img { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/* Divider ========================================================================== */
/* 1. Double the column gap */
.uk-column-divider { -webkit-column-rule: 1px solid #e5e5e5; column-rule: 1px solid #e5e5e5; /* 1 */ -webkit-column-gap: 40px; column-gap: 40px; }

/* Desktop and bigger */
@media (min-width: 1200px) { .uk-column-divider { -webkit-column-gap: 40px; column-gap: 40px; } }

/* Width modifiers ========================================================================== */
.uk-column-1-2 { -webkit-column-count: 2; column-count: 2; }

.uk-column-1-3 { -webkit-column-count: 3; column-count: 3; }

.uk-column-1-4 { -webkit-column-count: 4; column-count: 4; }

.uk-column-1-5 { -webkit-column-count: 5; column-count: 5; }

.uk-column-1-6 { -webkit-column-count: 6; column-count: 6; }

/* Phone landscape and bigger */
@media (min-width: 640px) { .uk-column-1-2\@s { -webkit-column-count: 2; column-count: 2; }
  .uk-column-1-3\@s { -webkit-column-count: 3; column-count: 3; }
  .uk-column-1-4\@s { -webkit-column-count: 4; column-count: 4; }
  .uk-column-1-5\@s { -webkit-column-count: 5; column-count: 5; }
  .uk-column-1-6\@s { -webkit-column-count: 6; column-count: 6; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-column-1-2\@m { -webkit-column-count: 2; column-count: 2; }
  .uk-column-1-3\@m { -webkit-column-count: 3; column-count: 3; }
  .uk-column-1-4\@m { -webkit-column-count: 4; column-count: 4; }
  .uk-column-1-5\@m { -webkit-column-count: 5; column-count: 5; }
  .uk-column-1-6\@m { -webkit-column-count: 6; column-count: 6; } }

/* Desktop and bigger */
@media (min-width: 1200px) { .uk-column-1-2\@l { -webkit-column-count: 2; column-count: 2; }
  .uk-column-1-3\@l { -webkit-column-count: 3; column-count: 3; }
  .uk-column-1-4\@l { -webkit-column-count: 4; column-count: 4; }
  .uk-column-1-5\@l { -webkit-column-count: 5; column-count: 5; }
  .uk-column-1-6\@l { -webkit-column-count: 6; column-count: 6; } }

/* Large screen and bigger */
@media (min-width: 1600px) { .uk-column-1-2\@xl { -webkit-column-count: 2; column-count: 2; }
  .uk-column-1-3\@xl { -webkit-column-count: 3; column-count: 3; }
  .uk-column-1-4\@xl { -webkit-column-count: 4; column-count: 4; }
  .uk-column-1-5\@xl { -webkit-column-count: 5; column-count: 5; }
  .uk-column-1-6\@xl { -webkit-column-count: 6; column-count: 6; } }

/* Make element span across all columns Does not work in Firefox yet ========================================================================== */
.uk-column-span { -webkit-column-span: all; column-span: all; }

/* ======================================================================== Component: Cover ========================================================================== */
/* Works with iframes and embedded content 1. Reset responsiveness for embedded content 2. Center object Note: Percent values on the `top` property only works if this element is absolute positioned or if the container has a height */
.uk-cover { /* 1 */ max-width: none; /* 2 */ position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

iframe.uk-cover { pointer-events: none; }

/* Container ========================================================================== */
/* 1. Parent container which clips resized object 2. Needed if the child is positioned absolute. See note above */
.uk-cover-container { /* 1 */ overflow: hidden; /* 2 */ position: relative; }

/* ======================================================================== Component: Background ========================================================================== */
/* Color ========================================================================== */
.uk-background-default { background-color: #fff; }

.uk-background-muted { background-color: #f8f8f8; }

.uk-background-primary { background-color: #1e87f0; }

.uk-background-secondary { background-color: #222; }

/* Size ========================================================================== */
.uk-background-cover, .uk-background-contain { background-position: 50% 50%; background-repeat: no-repeat; }

.uk-background-cover { background-size: cover; }

.uk-background-contain { background-size: contain; }

/* Position ========================================================================== */
.uk-background-top-left { background-position: 0 0; }

.uk-background-top-center { background-position: 50% 0; }

.uk-background-top-right { background-position: 100% 0; }

.uk-background-center-left { background-position: 0 50%; }

.uk-background-center-center { background-position: 50% 50%; }

.uk-background-center-right { background-position: 100% 50%; }

.uk-background-bottom-left { background-position: 0 100%; }

.uk-background-bottom-center { background-position: 50% 100%; }

.uk-background-bottom-right { background-position: 100% 100%; }

/* Repeat ========================================================================== */
.uk-background-norepeat { background-repeat: no-repeat; }

/* Attachment ========================================================================== */
/* 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d` */
.uk-background-fixed { background-attachment: fixed; /* 1 */ -webkit-backface-visibility: hidden; backface-visibility: hidden; }

/* Exclude touch devices because `fixed` doesn't work on iOS and Android */
@media (pointer: coarse) { .uk-background-fixed { background-attachment: scroll; } }

/* Image ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) { .uk-background-image\@s { background-image: none !important; } }

/* Phone landscape and smaller */
@media (max-width: 959px) { .uk-background-image\@m { background-image: none !important; } }

/* Tablet landscape and smaller */
@media (max-width: 1199px) { .uk-background-image\@l { background-image: none !important; } }

/* Desktop and smaller */
@media (max-width: 1599px) { .uk-background-image\@xl { background-image: none !important; } }

/* Blend modes ========================================================================== */
.uk-background-blend-multiply { background-blend-mode: multiply; }

.uk-background-blend-screen { background-blend-mode: screen; }

.uk-background-blend-overlay { background-blend-mode: overlay; }

.uk-background-blend-darken { background-blend-mode: darken; }

.uk-background-blend-lighten { background-blend-mode: lighten; }

.uk-background-blend-color-dodge { background-blend-mode: color-dodge; }

.uk-background-blend-color-burn { background-blend-mode: color-burn; }

.uk-background-blend-hard-light { background-blend-mode: hard-light; }

.uk-background-blend-soft-light { background-blend-mode: soft-light; }

.uk-background-blend-difference { background-blend-mode: difference; }

.uk-background-blend-exclusion { background-blend-mode: exclusion; }

.uk-background-blend-hue { background-blend-mode: hue; }

.uk-background-blend-saturation { background-blend-mode: saturation; }

.uk-background-blend-color { background-blend-mode: color; }

.uk-background-blend-luminosity { background-blend-mode: luminosity; }

/* ======================================================================== Component: Align ========================================================================== */
/* Default */
[class*='uk-align'] { display: block; margin-bottom: 20px; }

* + [class*='uk-align'] { margin-top: 20px; }

/* Center */
.uk-align-center { margin-left: auto; margin-right: auto; }

/* Left/Right */
.uk-align-left { margin-top: 0; margin-right: 20px; float: left; }

.uk-align-right { margin-top: 0; margin-left: 20px; float: right; }

/* Phone landscape and bigger */
@media (min-width: 640px) { .uk-align-left\@s { margin-top: 0; margin-right: 20px; float: left; }
  .uk-align-right\@s { margin-top: 0; margin-left: 20px; float: right; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-align-left\@m { margin-top: 0; margin-right: 20px; float: left; }
  .uk-align-right\@m { margin-top: 0; margin-left: 20px; float: right; } }

/* Desktop and bigger */
@media (min-width: 1200px) { .uk-align-left\@l { margin-top: 0; float: left; }
  .uk-align-right\@l { margin-top: 0; float: right; }
  .uk-align-left, .uk-align-left\@s, .uk-align-left\@m, .uk-align-left\@l { margin-right: 20px; }
  .uk-align-right, .uk-align-right\@s, .uk-align-right\@m, .uk-align-right\@l { margin-left: 20px; } }

/* Large screen and bigger */
@media (min-width: 1600px) { .uk-align-left\@xl { margin-top: 0; margin-right: 20px; float: left; }
  .uk-align-right\@xl { margin-top: 0; margin-left: 20px; float: right; } }

/* ======================================================================== Component: SVG ========================================================================== */
/* 1. Fill all SVG elements with the current text color if no `fill` attribute is set 2. Set the fill and stroke color of all SVG elements to the current text color */
/* 1 */
.uk-svg, .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) { fill: currentcolor; }

.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) { stroke: currentcolor; }

/* Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835 */
.uk-svg { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

/* ======================================================================== Component: Utility ========================================================================== */
/* Panel ========================================================================== */
.uk-panel { display: flow-root; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Remove margin from the last-child */
.uk-panel > :last-child { margin-bottom: 0; }

/* Scrollable */
.uk-panel-scrollable { height: 170px; padding: 10px; border: 1px solid #e5e5e5; overflow: auto; -webkit-overflow-scrolling: touch; resize: both; }

/* Clearfix ========================================================================== */
/* 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit 2. `table` is used again with `::after` because `clear` only works with block elements. Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari */
/* 1 */
.uk-clearfix::before { content: ""; display: table-cell; }

/* 2 */
.uk-clearfix::after { content: ""; display: table; clear: both; }

/* Float ========================================================================== */
/* 1. Prevent content overflow */
.uk-float-left { float: left; }

.uk-float-right { float: right; }

/* 1 */
[class*='uk-float-'] { max-width: 100%; }

/* Overfow ========================================================================== */
.uk-overflow-hidden { overflow: hidden; }

/* Enable scrollbars if content is clipped Note: Firefox ignores `padding-bottom` for the scrollable overflow https://bugzilla.mozilla.org/show_bug.cgi?id=748518 */
.uk-overflow-auto { overflow: auto; -webkit-overflow-scrolling: touch; }

.uk-overflow-auto > :last-child { margin-bottom: 0; }

/* Resize ========================================================================== */
.uk-resize { resize: both; }

.uk-resize-vertical { resize: vertical; }

/* Display ========================================================================== */
.uk-display-block { display: block !important; }

.uk-display-inline { display: inline !important; }

.uk-display-inline-block { display: inline-block !important; }

/* Inline ========================================================================== */
/* 1. Container fits its content 2. Create position context 3. Prevent content overflow 4. Behave like most inline-block elements 5. Force hardware acceleration without creating a new stacking context to fix 1px glitch when combined with overlays and transitions in Webkit 6. Clip child elements */
[class*='uk-inline'] { /* 1 */ display: inline-block; /* 2 */ position: relative; /* 3 */ max-width: 100%; /* 4 */ vertical-align: middle; /* 5 */ -webkit-backface-visibility: hidden; }

.uk-inline-clip { /* 6 */ overflow: hidden; }

/* Responsive objects ========================================================================== */
/* Preserve original dimensions Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component */
.uk-preserve-width, .uk-preserve-width canvas, .uk-preserve-width img, .uk-preserve-width svg, .uk-preserve-width video { max-width: none; }

/* Responsiveness Corrects `max-width` and `max-height` behavior if padding and border are used */
.uk-responsive-width, .uk-responsive-height { -webkit-box-sizing: border-box; box-sizing: border-box; }

/* 1. Set a maximum width. `important` needed to override `uk-preserve-width img` 2. Auto scale the height. Only needed if `height` attribute is present */
.uk-responsive-width { /* 1 */ max-width: 100% !important; /* 2 */ height: auto; }

/* 1. Set a maximum height. Only works if the parent element has a fixed height 2. Auto scale the width. Only needed if `width` attribute is present 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default */
.uk-responsive-height { /* 1 */ max-height: 100%; /* 2 */ width: auto; /* 3 */ max-width: none; }

/* Border ========================================================================== */
.uk-border-circle { border-radius: 50%; }

.uk-border-pill { border-radius: 500px; }

.uk-border-rounded { border-radius: 5px; }

/* Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit */
.uk-inline-clip[class*='uk-border-'] { -webkit-transform: translateZ(0); }

/* Box-shadow ========================================================================== */
.uk-box-shadow-small { -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-medium { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-large { -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.uk-box-shadow-xlarge { -webkit-box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); }

/* Hover */
[class*='uk-box-shadow-hover'] { -webkit-transition: -webkit-box-shadow 0.1s ease-in-out; transition: -webkit-box-shadow 0.1s ease-in-out; -o-transition: box-shadow 0.1s ease-in-out; transition: box-shadow 0.1s ease-in-out; transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out; }

.uk-box-shadow-hover-small:hover { -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-hover-medium:hover { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-hover-large:hover { -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.uk-box-shadow-hover-xlarge:hover { -webkit-box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); }

/* Box-shadow bottom ========================================================================== */
/* 1. Set position. 2. Set style 3. Blur doesn't work on pseudo elements with negative `z-index` in Edge. Solved by using `before` and add position context to child elements. */
@supports ((-webkit-filter: blur(0)) or (filter: blur(0))) { .uk-box-shadow-bottom { display: inline-block; position: relative; max-width: 100%; vertical-align: middle; }
  .uk-box-shadow-bottom::before { content: ''; /* 1 */ position: absolute; bottom: -30px; left: 0; right: 0; /* 2 */ height: 30px; border-radius: 100%; background: #444; -webkit-filter: blur(20px); filter: blur(20px); }
  /* 3 */
  .uk-box-shadow-bottom > * { position: relative; } }

/* Drop cap ========================================================================== */
/* 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements https://bugzilla.mozilla.org/show_bug.cgi?id=214004 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height` https://bugzilla.mozilla.org/show_bug.cgi?id=317933 3. Caused by 1.: Edge creates two nested `::first-letter` containers, one for each selector This doubles the `font-size` exponential when using the `em` unit. */
.uk-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter { display: block; margin-right: 10px; float: left; font-size: 4.5em; line-height: 1; }

/* 2 */
@-moz-document url-prefix() { .uk-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter { margin-top: 1.1%; } }

/* 3 */
@supports (-ms-ime-align: auto) { .uk-dropcap > p:first-of-type::first-letter { font-size: 1em; } }

/* Logo ========================================================================== */
/* 1. Required for `a` */
.uk-logo { font-size: 1.5rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; color: #666; /* 1 */ text-decoration: none; }

/* Hover + Focus */
.uk-logo:hover, .uk-logo:focus { color: #666; outline: none; /* 1 */ text-decoration: none; }

.uk-logo-inverse { display: none; }

/* Disabled State ========================================================================== */
.uk-disabled { pointer-events: none; }

/* Drag State ========================================================================== */
/* 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons 2. Fix dragging over iframes */
.uk-drag, .uk-drag * { cursor: move; }

/* 2 */
.uk-drag iframe { pointer-events: none; }

/* Dragover State ========================================================================== */
/* Create a box-shadow when dragging a file over the upload area */
.uk-dragover { -webkit-box-shadow: 0 0 20px rgba(100, 100, 100, 0.3); box-shadow: 0 0 20px rgba(100, 100, 100, 0.3); }

/* Blend modes ========================================================================== */
.uk-blend-multiply { mix-blend-mode: multiply; }

.uk-blend-screen { mix-blend-mode: screen; }

.uk-blend-overlay { mix-blend-mode: overlay; }

.uk-blend-darken { mix-blend-mode: darken; }

.uk-blend-lighten { mix-blend-mode: lighten; }

.uk-blend-color-dodge { mix-blend-mode: color-dodge; }

.uk-blend-color-burn { mix-blend-mode: color-burn; }

.uk-blend-hard-light { mix-blend-mode: hard-light; }

.uk-blend-soft-light { mix-blend-mode: soft-light; }

.uk-blend-difference { mix-blend-mode: difference; }

.uk-blend-exclusion { mix-blend-mode: exclusion; }

.uk-blend-hue { mix-blend-mode: hue; }

.uk-blend-saturation { mix-blend-mode: saturation; }

.uk-blend-color { mix-blend-mode: color; }

.uk-blend-luminosity { mix-blend-mode: luminosity; }

/* Transform
========================================================================== */
.uk-transform-center { -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left { -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; }

.uk-transform-origin-top-center { -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; }

.uk-transform-origin-top-right { -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; }

.uk-transform-origin-center-left { -webkit-transform-origin: 0 50%; -ms-transform-origin: 0 50%; transform-origin: 0 50%; }

.uk-transform-origin-center-right { -webkit-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; transform-origin: 100% 50%; }

.uk-transform-origin-bottom-left { -webkit-transform-origin: 0 100%; -ms-transform-origin: 0 100%; transform-origin: 0 100%; }

.uk-transform-origin-bottom-center { -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100%; }

.uk-transform-origin-bottom-right { -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; }

/* ======================================================================== Component: Flex ========================================================================== */
.uk-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }

.uk-flex-inline { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

/* Remove pseudo elements created by micro clearfix as precaution */
.uk-flex::before, .uk-flex::after, .uk-flex-inline::before, .uk-flex-inline::after { display: none; }

/* Alignment ========================================================================== */
/* Align items along the main axis of the current line of the flex container Row: Horizontal */
.uk-flex-left { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.uk-flex-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.uk-flex-right { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.uk-flex-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.uk-flex-around { -ms-flex-pack: distribute; justify-content: space-around; }

/* Phone landscape and bigger */
@media (min-width: 640px) { .uk-flex-left\@s { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .uk-flex-center\@s { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .uk-flex-right\@s { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .uk-flex-between\@s { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .uk-flex-around\@s { -ms-flex-pack: distribute; justify-content: space-around; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-flex-left\@m { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .uk-flex-center\@m { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .uk-flex-right\@m { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .uk-flex-between\@m { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .uk-flex-around\@m { -ms-flex-pack: distribute; justify-content: space-around; } }

/* Desktop and bigger */
@media (min-width: 1200px) { .uk-flex-left\@l { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .uk-flex-center\@l { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .uk-flex-right\@l { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .uk-flex-between\@l { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .uk-flex-around\@l { -ms-flex-pack: distribute; justify-content: space-around; } }

/* Large screen and bigger */
@media (min-width: 1600px) { .uk-flex-left\@xl { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .uk-flex-center\@xl { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .uk-flex-right\@xl { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .uk-flex-between\@xl { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .uk-flex-around\@xl { -ms-flex-pack: distribute; justify-content: space-around; } }

/* Align items in the cross axis of the current line of the flex container Row: Vertical */
.uk-flex-stretch { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.uk-flex-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.uk-flex-middle { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.uk-flex-bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

/* Direction ========================================================================== */
.uk-flex-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.uk-flex-row-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.uk-flex-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.uk-flex-column-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

/* Wrap ========================================================================== */
.uk-flex-nowrap { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.uk-flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.uk-flex-wrap-reverse { -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; }

/* Aligns items within the flex container when there is extra space in the cross-axis Only works if there is more than one line of flex items */
.uk-flex-wrap-stretch { -ms-flex-line-pack: stretch; align-content: stretch; }

.uk-flex-wrap-top { -ms-flex-line-pack: start; align-content: flex-start; }

.uk-flex-wrap-middle { -ms-flex-line-pack: center; align-content: center; }

.uk-flex-wrap-bottom { -ms-flex-line-pack: end; align-content: flex-end; }

.uk-flex-wrap-between { -ms-flex-line-pack: justify; align-content: space-between; }

.uk-flex-wrap-around { -ms-flex-line-pack: distribute; align-content: space-around; }

/* Item ordering ========================================================================== */
/* Default is 0 */
.uk-flex-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }

.uk-flex-last { -webkit-box-ordinal-group: 100; -ms-flex-order: 99; order: 99; }

/* Phone landscape and bigger */
@media (min-width: 640px) { .uk-flex-first\@s { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
  .uk-flex-last\@s { -webkit-box-ordinal-group: 100; -ms-flex-order: 99; order: 99; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-flex-first\@m { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
  .uk-flex-last\@m { -webkit-box-ordinal-group: 100; -ms-flex-order: 99; order: 99; } }

/* Desktop and bigger */
@media (min-width: 1200px) { .uk-flex-first\@l { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
  .uk-flex-last\@l { -webkit-box-ordinal-group: 100; -ms-flex-order: 99; order: 99; } }

/* Large screen and bigger */
@media (min-width: 1600px) { .uk-flex-first\@xl { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
  .uk-flex-last\@xl { -webkit-box-ordinal-group: 100; -ms-flex-order: 99; order: 99; } }

/* Item dimensions ========================================================================== */
/* Initial: 0 1 auto Content dimensions, but shrinks */
/* No Flex: 0 0 auto Content dimensions */
.uk-flex-none { -webkit-box-flex: 0; -ms-flex: none; flex: none; }

/* Relative Flex: 1 1 auto Space is allocated considering content */
.uk-flex-auto { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; }

/* Absolute Flex: 1 1 0% Space is allocated solely based on flex */
.uk-flex-1 { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

/* ======================================================================== Component: Margin ========================================================================== */
/* Default */
.uk-margin { margin-bottom: 20px; }

* + .uk-margin { margin-top: 20px !important; }

.uk-margin-top { margin-top: 20px !important; }

.uk-margin-bottom { margin-bottom: 20px !important; }

.uk-margin-left { margin-left: 20px !important; }

.uk-margin-right { margin-right: 20px !important; }

/* Small ========================================================================== */
.uk-margin-small { margin-bottom: 10px; }

* + .uk-margin-small { margin-top: 10px !important; }

.uk-margin-small-top { margin-top: 10px !important; }

.uk-margin-small-bottom { margin-bottom: 10px !important; }

.uk-margin-small-left { margin-left: 10px !important; }

.uk-margin-small-right { margin-right: 10px !important; }

/* Medium ========================================================================== */
.uk-margin-medium { margin-bottom: 40px; }

* + .uk-margin-medium { margin-top: 40px !important; }

.uk-margin-medium-top { margin-top: 40px !important; }

.uk-margin-medium-bottom { margin-bottom: 40px !important; }

.uk-margin-medium-left { margin-left: 40px !important; }

.uk-margin-medium-right { margin-right: 40px !important; }

/* Large ========================================================================== */
.uk-margin-large { margin-bottom: 40px; }

* + .uk-margin-large { margin-top: 40px !important; }

.uk-margin-large-top { margin-top: 40px !important; }

.uk-margin-large-bottom { margin-bottom: 40px !important; }

.uk-margin-large-left { margin-left: 40px !important; }

.uk-margin-large-right { margin-right: 40px !important; }

/* Desktop and bigger */
@media (min-width: 1200px) { .uk-margin-large { margin-bottom: 70px; }
  * + .uk-margin-large { margin-top: 70px !important; }
  .uk-margin-large-top { margin-top: 70px !important; }
  .uk-margin-large-bottom { margin-bottom: 70px !important; }
  .uk-margin-large-left { margin-left: 70px !important; }
  .uk-margin-large-right { margin-right: 70px !important; } }

/* XLarge ========================================================================== */
.uk-margin-xlarge { margin-bottom: 70px; }

* + .uk-margin-xlarge { margin-top: 70px !important; }

.uk-margin-xlarge-top { margin-top: 70px !important; }

.uk-margin-xlarge-bottom { margin-bottom: 70px !important; }

.uk-margin-xlarge-left { margin-left: 70px !important; }

.uk-margin-xlarge-right { margin-right: 70px !important; }

/* Desktop and bigger */
@media (min-width: 1200px) { .uk-margin-xlarge { margin-bottom: 140px; }
  * + .uk-margin-xlarge { margin-top: 140px !important; }
  .uk-margin-xlarge-top { margin-top: 140px !important; }
  .uk-margin-xlarge-bottom { margin-bottom: 140px !important; }
  .uk-margin-xlarge-left { margin-left: 140px !important; }
  .uk-margin-xlarge-right { margin-right: 140px !important; } }

/* Auto ========================================================================== */
.uk-margin-auto { margin-left: auto !important; margin-right: auto !important; }

.uk-margin-auto-top { margin-top: auto !important; }

.uk-margin-auto-bottom { margin-bottom: auto !important; }

.uk-margin-auto-left { margin-left: auto !important; }

.uk-margin-auto-right { margin-right: auto !important; }

.uk-margin-auto-vertical { margin-top: auto !important; margin-bottom: auto !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) { .uk-margin-auto\@s { margin-left: auto !important; margin-right: auto !important; }
  .uk-margin-auto-left\@s { margin-left: auto !important; }
  .uk-margin-auto-right\@s { margin-right: auto !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-margin-auto\@m { margin-left: auto !important; margin-right: auto !important; }
  .uk-margin-auto-left\@m { margin-left: auto !important; }
  .uk-margin-auto-right\@m { margin-right: auto !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) { .uk-margin-auto\@l { margin-left: auto !important; margin-right: auto !important; }
  .uk-margin-auto-left\@l { margin-left: auto !important; }
  .uk-margin-auto-right\@l { margin-right: auto !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) { .uk-margin-auto\@xl { margin-left: auto !important; margin-right: auto !important; }
  .uk-margin-auto-left\@xl { margin-left: auto !important; }
  .uk-margin-auto-right\@xl { margin-right: auto !important; } }

/* Remove ========================================================================== */
.uk-margin-remove { margin: 0 !important; }

.uk-margin-remove-top { margin-top: 0 !important; }

.uk-margin-remove-bottom { margin-bottom: 0 !important; }

.uk-margin-remove-left { margin-left: 0 !important; }

.uk-margin-remove-right { margin-right: 0 !important; }

.uk-margin-remove-vertical { margin-top: 0 !important; margin-bottom: 0 !important; }

.uk-margin-remove-adjacent + *, .uk-margin-remove-first-child > :first-child { margin-top: 0 !important; }

.uk-margin-remove-last-child > :last-child { margin-bottom: 0 !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) { .uk-margin-remove-left\@s { margin-left: 0 !important; }
  .uk-margin-remove-right\@s { margin-right: 0 !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-margin-remove-left\@m { margin-left: 0 !important; }
  .uk-margin-remove-right\@m { margin-right: 0 !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) { .uk-margin-remove-left\@l { margin-left: 0 !important; }
  .uk-margin-remove-right\@l { margin-right: 0 !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) { .uk-margin-remove-left\@xl { margin-left: 0 !important; }
  .uk-margin-remove-right\@xl { margin-right: 0 !important; } }

/* ======================================================================== Component: Padding ========================================================================== */
.uk-padding { padding: 20px; }

/* Desktop and bigger */
@media (min-width: 1200px) { .uk-padding { padding: 20px; } }

/* Small ========================================================================== */
.uk-padding-small { padding: 15px; }

/* Large ========================================================================== */
.uk-padding-large { padding: 20px; }

/* Desktop and bigger */
@media (min-width: 1200px) { .uk-padding-large { padding: 70px; } }

/* Remove ========================================================================== */
.uk-padding-remove { padding: 0 !important; }

.uk-padding-remove-top { padding-top: 0 !important; }

.uk-padding-remove-bottom { padding-bottom: 0 !important; }

.uk-padding-remove-left { padding-left: 0 !important; }

.uk-padding-remove-right { padding-right: 0 !important; }

.uk-padding-remove-vertical { padding-top: 0 !important; padding-bottom: 0 !important; }

.uk-padding-remove-horizontal { padding-left: 0 !important; padding-right: 0 !important; }

/* ======================================================================== Component: Position ========================================================================== */
/* Directions ========================================================================== */
/* 1. Prevent content overflow if `max-width: 100%` is used inside position container. */
[class*='uk-position-top'], [class*='uk-position-bottom'], [class*='uk-position-left'], [class*='uk-position-right'], [class*='uk-position-center'] { position: absolute !important; /* 1 */ max-width: 100%; }

/* Edges ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top { top: 0; left: 0; right: 0; }

.uk-position-bottom { bottom: 0; left: 0; right: 0; }

.uk-position-left { top: 0; bottom: 0; left: 0; }

.uk-position-right { top: 0; bottom: 0; right: 0; }

/* Corners ========================================================================== */
.uk-position-top-left { top: 0; left: 0; }

.uk-position-top-right { top: 0; right: 0; }

.uk-position-bottom-left { bottom: 0; left: 0; }

.uk-position-bottom-right { bottom: 0; right: 0; }

/* Center 1. Fix text wrapping if content is larger than 50% of the container. */
.uk-position-center { top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); /* 1 */ width: -webkit-max-content; width: -moz-max-content; width: max-content; max-width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Vertical */
[class*='uk-position-center-left'], [class*='uk-position-center-right'] { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.uk-position-center-left { left: 0; }

.uk-position-center-right { right: 0; }

.uk-position-center-left-out { right: 100%; width: -webkit-max-content; width: -moz-max-content; width: max-content; }

.uk-position-center-right-out { left: 100%; width: -webkit-max-content; width: -moz-max-content; width: max-content; }

/* Horizontal */
.uk-position-top-center, .uk-position-bottom-center { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); /* 1 */ width: -webkit-max-content; width: -moz-max-content; width: max-content; max-width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }

.uk-position-top-center { top: 0; }

.uk-position-bottom-center { bottom: 0; }

/* Cover ========================================================================== */
.uk-position-cover { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

/* Utility ========================================================================== */
.uk-position-relative { position: relative !important; }

.uk-position-absolute { position: absolute !important; }

.uk-position-fixed { position: fixed !important; }

.uk-position-z-index { z-index: 1; }

/* Margin modifier ========================================================================== */
/* Small */
.uk-position-small { max-width: calc(100% - (15px * 2)); margin: 15px; }

.uk-position-small.uk-position-center { -webkit-transform: translate(-50%, -50%) translate(-15px, -15px); -ms-transform: translate(-50%, -50%) translate(-15px, -15px); transform: translate(-50%, -50%) translate(-15px, -15px); }

.uk-position-small[class*='uk-position-center-left'], .uk-position-small[class*='uk-position-center-right'] { -webkit-transform: translateY(-50%) translateY(-15px); -ms-transform: translateY(-50%) translateY(-15px); transform: translateY(-50%) translateY(-15px); }

.uk-position-small.uk-position-top-center, .uk-position-small.uk-position-bottom-center { -webkit-transform: translateX(-50%) translateX(-15px); -ms-transform: translateX(-50%) translateX(-15px); transform: translateX(-50%) translateX(-15px); }

/* Medium */
.uk-position-medium { max-width: calc(100% - (20px * 2)); margin: 20px; }

.uk-position-medium.uk-position-center { -webkit-transform: translate(-50%, -50%) translate(-20px, -20px); -ms-transform: translate(-50%, -50%) translate(-20px, -20px); transform: translate(-50%, -50%) translate(-20px, -20px); }

.uk-position-medium[class*='uk-position-center-left'], .uk-position-medium[class*='uk-position-center-right'] { -webkit-transform: translateY(-50%) translateY(-20px); -ms-transform: translateY(-50%) translateY(-20px); transform: translateY(-50%) translateY(-20px); }

.uk-position-medium.uk-position-top-center, .uk-position-medium.uk-position-bottom-center { -webkit-transform: translateX(-50%) translateX(-20px); -ms-transform: translateX(-50%) translateX(-20px); transform: translateX(-50%) translateX(-20px); }

/* Large */
.uk-position-large { max-width: calc(100% - (20px * 2)); margin: 20px; }

.uk-position-large.uk-position-center { -webkit-transform: translate(-50%, -50%) translate(-20px, -20px); -ms-transform: translate(-50%, -50%) translate(-20px, -20px); transform: translate(-50%, -50%) translate(-20px, -20px); }

.uk-position-large[class*='uk-position-center-left'], .uk-position-large[class*='uk-position-center-right'] { -webkit-transform: translateY(-50%) translateY(-20px); -ms-transform: translateY(-50%) translateY(-20px); transform: translateY(-50%) translateY(-20px); }

.uk-position-large.uk-position-top-center, .uk-position-large.uk-position-bottom-center { -webkit-transform: translateX(-50%) translateX(-20px); -ms-transform: translateX(-50%) translateX(-20px); transform: translateX(-50%) translateX(-20px); }

/* Desktop and bigger */
@media (min-width: 1200px) { .uk-position-large { max-width: calc(100% - (50px * 2)); margin: 50px; }
  .uk-position-large.uk-position-center { -webkit-transform: translate(-50%, -50%) translate(-50px, -50px); -ms-transform: translate(-50%, -50%) translate(-50px, -50px); transform: translate(-50%, -50%) translate(-50px, -50px); }
  .uk-position-large[class*='uk-position-center-left'], .uk-position-large[class*='uk-position-center-right'] { -webkit-transform: translateY(-50%) translateY(-50px); -ms-transform: translateY(-50%) translateY(-50px); transform: translateY(-50%) translateY(-50px); }
  .uk-position-large.uk-position-top-center, .uk-position-large.uk-position-bottom-center { -webkit-transform: translateX(-50%) translateX(-50px); -ms-transform: translateX(-50%) translateX(-50px); transform: translateX(-50%) translateX(-50px); } }

/* ======================================================================== Component: Transition ========================================================================== */
/* Toggle (Hover + Focus) ========================================================================== */
/* 1. Prevent tab highlighting on iOS. */
.uk-transition-toggle { /* 1 */ -webkit-tap-highlight-color: transparent; }

/* Remove outline for `tabindex` */
.uk-transition-toggle:focus { outline: none; }

/* Transitions ========================================================================== */
/* The toggle is triggered on touch devices by two methods: 1. Using `:focus` and tabindex 2. Using `:hover` and a `touchstart` event listener registered on the document (Doesn't work on Surface touch devices) Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`, therefore it's recommended to use an extra `div` for the transition. */
.uk-transition-fade, [class*='uk-transition-scale'], [class*='uk-transition-slide'] { -webkit-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; -webkit-transition-property: opacity, -webkit-transform, -webkit-filter; transition-property: opacity, -webkit-transform, -webkit-filter; -o-transition-property: opacity, transform, filter; transition-property: opacity, transform, filter; transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter; opacity: 0; }

/* Fade */
.uk-transition-toggle:hover .uk-transition-fade, .uk-transition-toggle:focus .uk-transition-fade, .uk-transition-active.uk-active .uk-transition-fade { opacity: 1; }

/* Scale */
.uk-transition-scale-up { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); }

.uk-transition-scale-down { -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up, .uk-transition-toggle:focus .uk-transition-scale-up, .uk-transition-active.uk-active .uk-transition-scale-up { opacity: 1; -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.uk-transition-toggle:hover .uk-transition-scale-down, .uk-transition-toggle:focus .uk-transition-scale-down, .uk-transition-active.uk-active .uk-transition-scale-down { opacity: 1; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); }

/* Slide */
.uk-transition-slide-top { -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); }

.uk-transition-slide-bottom { -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); }

.uk-transition-slide-left { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); }

.uk-transition-slide-right { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }

.uk-transition-slide-top-small { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }

.uk-transition-slide-bottom-small { -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); }

.uk-transition-slide-left-small { -webkit-transform: translateX(-10px); -ms-transform: translateX(-10px); transform: translateX(-10px); }

.uk-transition-slide-right-small { -webkit-transform: translateX(10px); -ms-transform: translateX(10px); transform: translateX(10px); }

.uk-transition-slide-top-medium { -webkit-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); }

.uk-transition-slide-bottom-medium { -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }

.uk-transition-slide-left-medium { -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); }

.uk-transition-slide-right-medium { -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }

/* Show */
.uk-transition-toggle:hover [class*='uk-transition-slide'], .uk-transition-toggle:focus [class*='uk-transition-slide'], .uk-transition-active.uk-active [class*='uk-transition-slide'] { opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

/* Opacity modifier ========================================================================== */
.uk-transition-opaque { opacity: 1; }

/* Duration modifiers ========================================================================== */
.uk-transition-slow { -webkit-transition-duration: 0.7s; -o-transition-duration: 0.7s; transition-duration: 0.7s; }

/* ======================================================================== Component: Visibility ========================================================================== */
/* Hidden `hidden` attribute also set here to make it stronger */
[hidden], .uk-hidden { display: none !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) { .uk-hidden\@s { display: none !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) { .uk-hidden\@m { display: none !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) { .uk-hidden\@l { display: none !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) { .uk-hidden\@xl { display: none !important; } }

/* Visible */
/* Phone portrait and smaller */
@media (max-width: 639px) { .uk-visible\@s { display: none !important; } }

/* Phone landscape and smaller */
@media (max-width: 959px) { .uk-visible\@m { display: none !important; } }

/* Tablet landscape and smaller */
@media (max-width: 1199px) { .uk-visible\@l { display: none !important; } }

/* Desktop and smaller */
@media (max-width: 1599px) { .uk-visible\@xl { display: none !important; } }

/* Visibility ========================================================================== */
.uk-invisible { visibility: hidden !important; }

/* Toggle (Hover + Focus) ========================================================================== */
/* Hidden 1. The toggle is triggered on touch devices using `:focus` and tabindex 2. The target stays visible if any element within receives focus through keyboard Doesn't work in Edge, yet. 3. Can't use `display: none` nor `visibility: hidden` because both are not focusable. */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) { /* 3 */ position: absolute !important; width: 0 !important; height: 0 !important; padding: 0 !important; margin: 0 !important; overflow: hidden !important; }

/* Invisible */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) { /* 3 */ opacity: 0 !important; }

/* 1. Prevent tab highlighting on iOS. */
.uk-visible-toggle { /* 1 */ -webkit-tap-highlight-color: transparent; }

/* Remove outline for `tabindex` */
.uk-visible-toggle:focus { outline: none; }

/* Touch ========================================================================== */
/* Hide if primary pointing device has limited accuracy, e.g. a touch screen. Works on mobile browsers: Safari, Chrome and Android browser */
@media (pointer: coarse) { .uk-hidden-touch { display: none !important; } }

/* Hide if primary pointing device is accurate, e.g. mouse. 1. Fallback for IE11 and Firefox, because `pointer` is not supported 2. Reset if supported */
/* 1 */
.uk-hidden-notouch { display: none !important; }

@media (pointer: coarse) { .uk-hidden-notouch { display: block !important; } }

/* ======================================================================== Component: Inverse ========================================================================== */
/* Implemented class depends on the general theme color `uk-light` is for light colors on dark backgrounds `uk-dark` is or dark colors on light backgrounds */
/* ======================================================================== Component: Print ========================================================================== */
@media print { *, *::before, *::after { background: transparent !important; color: black !important; -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }
.daterangepicker { position: absolute; color: inherit; background-color: #fff; border-radius: 4px; border: 1px solid #ddd; width: 278px; max-width: none; padding: 0; margin-top: 7px; top: 100px; left: 20px; z-index: 3001; display: none; font-family: arial; font-size: 15px; line-height: 1em; }

.daterangepicker:before, .daterangepicker:after { position: absolute; display: inline-block; border-bottom-color: rgba(0, 0, 0, 0.2); content: ''; }

.daterangepicker:before { top: -7px; border-right: 7px solid transparent; border-left: 7px solid transparent; border-bottom: 7px solid #ccc; }

.daterangepicker:after { top: -6px; border-right: 6px solid transparent; border-bottom: 6px solid #fff; border-left: 6px solid transparent; }

.daterangepicker.opensleft:before { right: 9px; }

.daterangepicker.opensleft:after { right: 10px; }

.daterangepicker.openscenter:before { left: 0; right: 0; width: 0; margin-left: auto; margin-right: auto; }

.daterangepicker.openscenter:after { left: 0; right: 0; width: 0; margin-left: auto; margin-right: auto; }

.daterangepicker.opensright:before { left: 9px; }

.daterangepicker.opensright:after { left: 10px; }

.daterangepicker.drop-up { margin-top: -7px; }

.daterangepicker.drop-up:before { top: initial; bottom: -7px; border-bottom: initial; border-top: 7px solid #ccc; }

.daterangepicker.drop-up:after { top: initial; bottom: -6px; border-bottom: initial; border-top: 6px solid #fff; }

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar { float: none; }

.daterangepicker.single .drp-selected { display: none; }

.daterangepicker.show-calendar .drp-calendar { display: block; }

.daterangepicker.show-calendar .drp-buttons { display: block; }

.daterangepicker.auto-apply .drp-buttons { display: none; }

.daterangepicker .drp-calendar { display: none; max-width: 270px; }

.daterangepicker .drp-calendar.left { padding: 8px 0 8px 8px; }

.daterangepicker .drp-calendar.right { padding: 8px; }

.daterangepicker .drp-calendar.single .calendar-table { border: none; }

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span { color: #fff; border: solid black; border-width: 0 2px 2px 0; border-radius: 0; display: inline-block; padding: 3px; }

.daterangepicker .calendar-table .next span { -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

.daterangepicker .calendar-table .prev span { -ms-transform: rotate(135deg); transform: rotate(135deg); -webkit-transform: rotate(135deg); }

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td { white-space: nowrap; text-align: center; vertical-align: middle; min-width: 32px; width: 32px; height: 24px; line-height: 24px; font-size: 12px; border-radius: 4px; border: 1px solid transparent; white-space: nowrap; cursor: pointer; }

.daterangepicker .calendar-table { border: 1px solid #fff; border-radius: 4px; background-color: #fff; }

.daterangepicker .calendar-table table { width: 100%; margin: 0; border-spacing: 0; border-collapse: collapse; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover { background-color: #eee; border-color: transparent; color: inherit; }

.daterangepicker td.week, .daterangepicker th.week { font-size: 80%; color: #ccc; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date { background-color: #fff; border-color: transparent; color: #999; }

.daterangepicker td.in-range { background-color: #ebf4f8; border-color: transparent; color: #000; border-radius: 0; }

.daterangepicker td.start-date { border-radius: 4px 0 0 4px; }

.daterangepicker td.end-date { border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date { border-radius: 4px; }

.daterangepicker td.active, .daterangepicker td.active:hover { background-color: #357ebd; border-color: transparent; color: #fff; }

.daterangepicker th.month { width: auto; }

.daterangepicker td.disabled, .daterangepicker option.disabled { color: #999; cursor: not-allowed; text-decoration: line-through; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect { font-size: 12px; padding: 1px; height: auto; margin: 0; cursor: default; }

.daterangepicker select.monthselect { margin-right: 2%; width: 56%; }

.daterangepicker select.yearselect { width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect { width: 50px; margin: 0 auto; background: #eee; border: 1px solid #eee; padding: 2px; outline: 0; font-size: 12px; }

.daterangepicker .calendar-time { text-align: center; margin: 4px auto 0 auto; line-height: 30px; position: relative; }

.daterangepicker .calendar-time select.disabled { color: #ccc; cursor: not-allowed; }

.daterangepicker .drp-buttons { clear: both; text-align: right; padding: 8px; border-top: 1px solid #ddd; display: none; line-height: 12px; vertical-align: middle; }

.daterangepicker .drp-selected { display: inline-block; font-size: 12px; padding-right: 8px; }

.daterangepicker .drp-buttons .btn { margin-left: 8px; font-size: 12px; font-weight: bold; padding: 4px 8px; }

.daterangepicker.show-ranges.single.rtl .drp-calendar.left { border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.single.ltr .drp-calendar.left { border-left: 1px solid #ddd; }

.daterangepicker.show-ranges.rtl .drp-calendar.right { border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.ltr .drp-calendar.left { border-left: 1px solid #ddd; }

.daterangepicker .ranges { float: none; text-align: left; margin: 0; }

.daterangepicker.show-calendar .ranges { margin-top: 8px; }

.daterangepicker .ranges ul { list-style: none; margin: 0 auto; padding: 0; width: 100%; }

.daterangepicker .ranges li { font-size: 12px; padding: 8px 12px; cursor: pointer; }

.daterangepicker .ranges li:hover { background-color: #eee; }

.daterangepicker .ranges li.active { background-color: #08c; color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) { .daterangepicker { width: auto; }
  .daterangepicker .ranges ul { width: 140px; }
  .daterangepicker.single .ranges ul { width: 100%; }
  .daterangepicker.single .drp-calendar.left { clear: none; }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar { float: left; }
  .daterangepicker { direction: ltr; text-align: left; }
  .daterangepicker .drp-calendar.left { clear: left; margin-right: 0; }
  .daterangepicker .drp-calendar.left .calendar-table { border-right: none; border-top-right-radius: 0; border-bottom-right-radius: 0; }
  .daterangepicker .drp-calendar.right { margin-left: 0; }
  .daterangepicker .drp-calendar.right .calendar-table { border-left: none; border-top-left-radius: 0; border-bottom-left-radius: 0; }
  .daterangepicker .drp-calendar.left .calendar-table { padding-right: 8px; }
  .daterangepicker .ranges, .daterangepicker .drp-calendar { float: left; } }

@media (min-width: 730px) { .daterangepicker .ranges { width: auto; }
  .daterangepicker .ranges { float: left; }
  .daterangepicker.rtl .ranges { float: right; }
  .daterangepicker .drp-calendar.left { clear: none !important; } }

.select2-container { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; }

.select2-container .select2-selection--single { -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: block; height: 28px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear { position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; }

.select2-container .select2-selection--multiple { -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered { display: inline-block; overflow: hidden; padding-left: 8px; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-search--inline { float: left; }

.select2-container .select2-search--inline .select2-search__field { -webkit-box-sizing: border-box; box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-dropdown { background-color: white; border: 1px solid #aaa; border-radius: 4px; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; }

.select2-results { display: block; }

.select2-results__options { list-style: none; margin: 0; padding: 0; }

.select2-results__option { padding: 6px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-results__option[aria-selected] { cursor: pointer; }

.select2-container--open .select2-dropdown { left: 0; }

.select2-container--open .select2-dropdown--above { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-search--dropdown { display: block; padding: 4px; }

.select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide { display: none; }

.select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; filter: alpha(opacity=0); }

.select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; -webkit-clip-path: inset(50%) !important; clip-path: inset(50%) !important; height: 1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; white-space: nowrap !important; }

.select2-container--default .select2-selection--single { background-color: #fff; border: 1px solid #aaa; border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow { height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered { -webkit-box-sizing: border-box; box-sizing: border-box; list-style: none; margin: 0; padding: 0 5px; width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li { list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; margin-right: 10px; padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #999; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple { border: solid black 1px; outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--default .select2-results__option[role="group"] { padding: 0; }

.select2-container--default .select2-results__option[aria-disabled="true"] { color: #999; }

.select2-container--default .select2-results__option[aria-selected="true"] { background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5897fb; color: white; }

.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic .select2-selection--single { background-color: #f7f7f7; border: 1px solid #aaa; border-radius: 4px; outline: 0; background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%); background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee)); background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: #ddd; border: none; border-left: 1px solid #aaa; border-top-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%); background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc)); background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border: none; border-right: 1px solid #aaa; border-radius: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; left: 1px; right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background: transparent; border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%); background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%); background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee)); background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%); background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white)); background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; outline: 0; }

.select2-container--classic .select2-selection--multiple:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered { list-style: none; margin: 0; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear { display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: #888; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; margin-left: 5px; margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field { outline: 0; -webkit-box-shadow: none; box-shadow: none; }

.select2-container--classic .select2-dropdown { background-color: white; border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above { border-bottom: none; }

.select2-container--classic .select2-dropdown--below { border-top: none; }

.select2-container--classic .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--classic .select2-results__option[role="group"] { padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled="true"] { color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: #3875d7; color: white; }

.select2-container--classic .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown { border-color: #5897fb; }

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: jquery.mb.components file: jquery.mb.YTPlayer.css last modified: 10/25/18 8:00 PM Version:  {{ version }} Build:  {{ buildnum }} Open Lab s.r.l., Florence - Italy email:  matteo@open-lab.com blog: 	http://pupunzi.open-lab.com site: 	http://pupunzi.com http://open-lab.com Licences: MIT, GPL http://www.opensource.org/licenses/mit-license.php http://www.gnu.org/licenses/gpl.html Copyright (c) 2001-2018. Matteo Bicocchi (Pupunzi) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@font-face { font-family: 'ytpregular'; src: url("font/ytp-regular.eot"); }

@font-face { font-family: 'ytpregular'; src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format("woff"), url("font/ytp-regular.ttf") format("truetype"); font-weight: normal; font-style: normal; }

.mb_YTPlayer:focus { outline: 0; }

.YTPWrapper { display: block; -webkit-transform: translateZ(0) translate3d(0, 0, 0); transform: translateZ(0) translate3d(0, 0, 0); -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: 1000; perspective: 1000; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; }

.mb_YTPlayer .loading { position: absolute; top: 10px; right: 10px; font-size: 12px; color: #fff; background: rgba(0, 0, 0, 0.51); text-align: center; padding: 2px 4px; border-radius: 5px; font-family: "Droid Sans", sans-serif; -webkit-animation: fade .1s infinite alternate; /* Chrome, Safari, Opera */ animation: fade .1s infinite alternate; }

/* Chrome, Safari, Opera */
@-webkit-keyframes fade { 0% { opacity: .5; }
  100% { opacity: 1; } }

/* Standard syntax */
@keyframes fade { 0% { opacity: .5; }
  100% { opacity: 1; } }

.YTPFullscreen { display: block !important; position: fixed !important; width: 100% !important; height: 100% !important; top: 0 !important; left: 0 !important; margin: 0 !important; border: none !important; opacity: 1 !important; background-color: #000 !important; padding: 0 !important; }

.inlinePlayButton, .inlinePlayButtonMobile { position: absolute; width: 70px; height: 70px; line-height: 80px; top: 0; bottom: 0; left: 0; right: 0; margin: auto; cursor: pointer; background: url(../img/svg/icons/ic-player.svg); background-size: contain; background-repeat: no-repeat; background-position: center center; text-indent: -900px; overflow: hidden; }

.inlinePlayButtonMobile { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.mbYTP_wrapper iframe { max-width: 8000px !important; }

.inline_YTPlayer { margin-bottom: 20px; vertical-align: top; position: relative; left: 0; overflow: hidden; border-radius: 4px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); background: rgba(0, 0, 0, 0.5); }

.inline_YTPlayer img { border: none !important; margin: 0 !important; padding: 0 !important; -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; }

/*CONTROL BAR*/
.mb_YTPBar .ytpicon { font-size: 20px; font-family: 'ytpregular'; }

.mb_YTPBar .mb_YTPUrl.ytpicon { font-size: 30px; }

.mb_YTPBar { -webkit-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; display: block; width: 100%; height: 10px; padding: 5px; background: #333; position: fixed; bottom: 0; left: 0; text-align: left; z-index: 1000; font: 14px/16px sans-serif; color: white; opacity: .1; -webkit-box-sizing: border-box; box-sizing: border-box; }

.mb_YTPBar.visible, .mb_YTPBar:hover { opacity: 1; }

.mb_YTPBar .buttonBar { -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; background: transparent; font: 12px/14px san-serif; position: absolute; top: -30px; left: 0; padding: 5px; width: 100%; height: 40px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.mb_YTPBar:hover .buttonBar { background: rgba(0, 0, 0, 0.4); }

.mb_YTPBar span { display: inline-block; font: 16px/20px sans-serif; position: relative; width: 30px; height: 25px; vertical-align: middle; }

.mb_YTPBar span.mb_YTPTime { width: 130px; }

.mb_YTPBar span.mb_YTPUrl, .mb_YTPBar span.mb_OnlyYT { position: absolute; width: auto; display: block; top: 6px; right: 10px; cursor: pointer; }

.mb_YTPBar span.mb_YTPUrl img { width: 60px; }

.mb_YTPBar span.mb_OnlyYT { left: 300px; right: auto; }

.mb_YTPBar span.mb_OnlyYT img { width: 25px; }

.mb_YTPBar span.mb_YTPUrl a { color: white; }

.mb_YTPBar .mb_YTPPlayPause, .mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img { cursor: pointer; }

.mb_YTPBar .mb_YTPMuteUnmute { cursor: pointer; }

/*PROGRESS BAR*/
.mb_YTPBar .mb_YTPProgress { height: 10px; width: 100%; background: #222; bottom: 0; left: 0; }

.mb_YTPBar .mb_YTPLoaded { height: 10px; width: 0; background: #444; left: 0; }

.mb_YTPBar .mb_YTPseekbar { height: 10px; width: 0; background: #bb110e; bottom: 0; left: 0; -webkit-box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px; box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px; }

.mb_YTPBar .YTPOverlay { backface-visibility: hidden; -webkit-backface-visibility: hidden; -webkit-transform-style: "flat"; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*RASTER OVERLAY*/
.YTPOverlay.raster { background: url("images/raster.png"); }

.YTPOverlay.raster.retina { background: url("images/raster@2x.png"); }

.YTPOverlay.raster-dot { background: url("images/raster_dot.png"); }

.YTPOverlay.raster-dot.retina { background: url("images/raster_dot@2x.png"); }

/*VOLUME SLIDER*/
.mb_YTPBar .simpleSlider { position: relative; width: 100px; height: 10px; border: 1px solid #fff; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; margin-right: 10px; cursor: pointer !important; border-radius: 3px; }

.mb_YTPBar.compact .simpleSlider { width: 40px; }

.mb_YTPBar.compact span.mb_OnlyYT { left: 260px; }

.mb_YTPBar .simpleSlider.muted { opacity: .3; }

.mb_YTPBar .level { position: absolute; left: 0; bottom: 0; background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; }

.mb_YTPBar .level.horizontal { height: 100%; width: 0; }

.mb_YTPBar .level.vertical { height: auto; width: 100%; }

.scrollable { position: relative; }

.scrollable:focus { outline: 0; }

.scrollable .viewport { position: relative; overflow: hidden; }

.scrollable .viewport .overview { position: absolute; }

.scrollable .scroll-bar { display: none; }

.scrollable .scroll-bar.vertical { position: absolute; right: 11px; height: 100%; z-index: 3; }

@media screen and (max-width: 767px) { .scrollable .scroll-bar.vertical { right: 0; } }

.scrollable .scroll-bar.horizontal { position: relative; width: 100%; }

.scrollable .scroll-bar .thumb { position: absolute; }

.scrollable .scroll-bar.vertical .thumb { width: 100%; min-height: 10px; }

.scrollable .scroll-bar.horizontal .thumb { height: 100%; min-width: 10px; left: 0; }

.not-selectable { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

/*Default skin*/
.scrollable.default-skin { padding-right: 10px; padding-bottom: 6px; }

.scrollable.default-skin .scroll-bar.vertical { width: 8px; }

.scrollable.default-skin .scroll-bar.horizontal { height: 6px; }

.scrollable.default-skin .scroll-bar .thumb { background-color: black; opacity: 0.4; border-radius: 3px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }

.scrollable.default-skin .scroll-bar:hover .thumb { opacity: 0.6; }

/*Gray skin*/
.scrollable.gray-skin { padding-right: 17px; }

.scrollable.gray-skin .scroll-bar { border: 1px solid gray; background-color: #d3d3d3; }

.scrollable.gray-skin .scroll-bar .thumb { background-color: gray; }

.scrollable.gray-skin .scroll-bar:hover .thumb { background-color: black; }

.scrollable.gray-skin .scroll-bar.vertical { width: 10px; }

.scrollable.gray-skin .scroll-bar.horizontal { height: 10px; margin-top: 2px; }

/*Modern skin*/
.scrollable.modern-skin { padding-right: 17px; }

.scrollable.modern-skin .scroll-bar { border: 1px solid gray; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -webkit-box-shadow: inset 0 0 5px #888; box-shadow: inset 0 0 5px #888; }

.scrollable.modern-skin .scroll-bar .thumb { background-color: #95aabf; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 1px solid #536984; }

.scrollable.modern-skin .scroll-bar.vertical .thumb { width: 8px; background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092)); background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%); background: -o-linear-gradient(left, #95aabf 0%, #547092 100%); background: -webkit-gradient(linear, left top, right top, from(#95aabf), to(#547092)); background: linear-gradient(to right, #95aabf 0%, #547092 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )"; }

.scrollable.modern-skin .scroll-bar.horizontal .thumb { height: 8px; background-image: -webkit-gradient(linear, left top, left bottom, from(#95aabf), to(#547092)); background-image: linear-gradient(#95aabf, #547092); background-image: -o-linear-gradient(#95aabf, #547092); background-image: -webkit-linear-gradient(#95aabf, #547092); background-image: -ms-linear-gradient(#95aabf, #547092); -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )"; }

.scrollable.modern-skin .scroll-bar.vertical { width: 10px; }

.scrollable.modern-skin .scroll-bar.horizontal { height: 10px; margin-top: 2px; }

* { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

body { height: 100%; font-family: "e-Ukraine", sans-serif; color: #1D1D1B; font-size: 14px; line-height: 1.57; }

@media all and (min-width: 960px) { .uk-width-1-12\@m { width: calc(100% / 12); }
  .uk-width-2-12\@m { width: calc(100% / 6); }
  .uk-width-3-12\@m { width: 25%; }
  .uk-width-4-12\@m { width: calc(100% / 4); }
  .uk-width-5-12\@m { width: calc(100% / 12 *5); }
  .uk-width-6-12\@m { width: 50%; }
  .uk-width-7-12\@m { width: calc(100% / 12 * 7); }
  .uk-width-8-12\@m { width: calc(100% / 12 * 8); }
  .uk-width-9-12\@m { width: 75%; }
  .uk-width-10-12\@m { width: calc(100% / 12 * 10); }
  .uk-width-11-12\@m { width: calc(100% / 12 * 11); }
  .uk-width-12-12\@m { width: 100%; } }

@media all and (min-width: 1200px) { .uk-width-1-12\@l { width: calc(100% / 12); }
  .uk-width-2-12\@l { width: calc(100% / 6); }
  .uk-width-3-12\@l { width: 25%; }
  .uk-width-4-12\@l { width: calc(100% / 4); }
  .uk-width-5-12\@l { width: calc(100% / 12 *5); }
  .uk-width-6-12\@l { width: 50%; }
  .uk-width-7-12\@l { width: calc(100% / 12 * 7); }
  .uk-width-8-12\@l { width: calc(100% / 12 * 8); }
  .uk-width-9-12\@l { width: 75%; }
  .uk-width-10-12\@l { width: calc(100% / 12 * 10); }
  .uk-width-11-12\@l { width: calc(100% / 12 * 11); }
  .uk-width-12-12\@l { width: 100%; } }

.notscroll { overflow-y: hidden; }

@media screen and (max-width: 767px) { .mob-hidden { display: none !important; } }

@media screen and (min-width: 768px) { .pc-hidden { display: none !important; } }

@media screen and (min-width: 640px) { .hide-min-640 { display: none !important; } }

@media screen and (max-width: 639px) { .hide-max-640 { display: none !important; } }

@media screen and (min-width: 960px) { .hide-min-960 { display: none !important; } }

@media screen and (max-width: 959px) { .hide-max-960 { display: none !important; } }

a { color: inherit; text-decoration: none; }

.content a:not(.btn-file) { color: #0639F2; }

img { max-width: 100%; }

h1, .h1 { font-size: 36px; font-weight: 700; margin-bottom: 0.5em; line-height: 1.1875; }

@media screen and (max-width: 767px) { h1, .h1 { font-size: 24px; } }

h2, .h2 { font-size: 32px; font-weight: 700; line-height: 1.1875; margin-bottom: .8em; }

@media screen and (max-width: 767px) { h2, .h2 { font-size: 20px; } }

h3, .h3 { font-size: 18px; font-weight: 700; line-height: 1.22; margin-bottom: 1.2em; }

h4, .h4 { font-size: 14px; font-weight: normal; line-height: 1.22; margin-bottom: 1.2em; }

h5, .h5 { font-size: 12px; font-weight: normal; }

.title-block { font-size: 32px; line-height: 1.2; font-weight: bold; margin-bottom: 0.5em; }

@media screen and (max-width: 959px) { .title-block { font-size: 20px; } }

.title-block a { color: inherit; text-decoration: none; }

.elementor-widget-heading h1.elementor-heading-title, .elementor-widget-heading h2.elementor-heading-title, .elementor-widget-heading h3.elementor-heading-title { font-size: 32px; line-height: 1.2; font-weight: bold; margin-bottom: 0.5em; color: #1D1D1B; }

@media screen and (max-width: 959px) { .elementor-widget-heading h1.elementor-heading-title, .elementor-widget-heading h2.elementor-heading-title, .elementor-widget-heading h3.elementor-heading-title { font-size: 20px !important; } }

.elementor-widget-heading h1.elementor-heading-title a, .elementor-widget-heading h2.elementor-heading-title a, .elementor-widget-heading h3.elementor-heading-title a { color: inherit; text-decoration: none; }

.title-page { font-size: 36px; line-height: 1.2; font-weight: bold; margin-bottom: 0.5em; }

@media screen and (max-width: 639px) { .title-page { font-size: 24px; } }

.title-page a { color: inherit; text-decoration: none; }

p { margin-bottom: 1.2em; }

.input, input[type=text], input[type=email], input[type=tel], input[type=search], textarea { background: #FFFFFF; border: 1px solid #BEC1C8; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 4px; outline: none; padding-left: 8px; padding-right: 8px; color: #000; font-size: 12px; line-height: 1.166; font: inherit; }

input[type=text], input[type=email], input[type=tel], input[type=search] { height: 42px; }

input[type=text].error, .error input[type=text], input[type=email].error, .error input[type=email], input[type=tel].error, .error input[type=tel], input[type=search].error, .error input[type=search] { border: 1px solid #FF5723; color: #F44336; }

textarea { padding-top: 12px; font: inherit; }

select { display: block; padding: 12px 40px 12px 12px; height: 46px; }

body input.error, body .error input, body .input.error, body input.error[type=text], body input.error[type=email], body input.error[type=tel], body input.error[type=search], body textarea.error, body .error .input, body .error input[type=text], body .error input[type=email], body .error input[type=tel], body .error input[type=search], body .error textarea, body textarea.error, body .error textarea, body select.error, body .error select { border: 1px solid #FF5723; color: #F44336; }

::-webkit-input-placeholder { font-size: inherit; color: inherit; font-weight: normal; opacity: .4; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

::-moz-placeholder { font-size: inherit; color: inherit; font-weight: normal; opacity: .4; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

:-moz-placeholder { font-size: inherit; color: inherit; font-weight: normal; opacity: .4; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

:-ms-input-placeholder { font-size: inherit; color: inherit; font-weight: normal; opacity: .4; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

:focus::-webkit-input-placeholder { opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

:focus::-moz-placeholder { opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

:focus:-moz-placeholder { opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

:focus:-ms-input-placeholder { opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

.wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; min-height: 100vh; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media print { .wrapper { display: block; height: auto; } }

.text-upper, .text-uppercase { text-transform: uppercase; }

.btn { text-decoration: none; border: 1px solid #BEC1C8; border-radius: 5px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.btn-white { background: #fff; font-weight: bold; font-size: 16px; line-height: 1.19; padding: 16px; text-decoration: none; outline: none; border: none; border-radius: 12px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #1D1D1B; cursor: pointer; }

.btn-black { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 12px; background: #1D1D1B; border: none; outline: none; -webkit-box-shadow: none; box-shadow: none; font-weight: bold; font-size: 16px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; padding: 16px; color: #fff; cursor: pointer; }

.btn-filter { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; font-size: 12px; border-radius: 20px; padding: 10px 12px; line-height: 1; height: 34px; border: none; outline: none; background: #E6EBFE; color: #1D1D1B; cursor: pointer; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.btn-badge { background: #E6EBFE; border-radius: 2px; text-decoration: none; display: inline-block; color: #000; font-size: 12px; line-height: 1; padding: 6px 8px; }

.btn-gray { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; min-height: 55px; background: #F5F7FA; border-radius: 12px; font-weight: bold; font-size: 16px; line-height: 19px; color: #1D1D1B; padding: 16px; }

[disabled], .disabled { opacity: .67; cursor: not-allowed; }

.container-min { padding-left: 20px; padding-right: 20px; max-width: 100%; width: 1340px; margin-left: auto; margin-right: auto; }

@media screen and (max-width: 980px) { .container-min { padding-left: 20px; padding-right: 20px; } }

.uk-container .container-min { padding-left: 0; padding-right: 0; }

.block-narrow { max-width: 750px; }

.mw560 { max-width: 560px; }

.row { margin-left: -10px; margin-right: -10px; }

.section { margin-bottom: 60px; }

.link-corr { padding: 15px; height: 92px; max-width: 285px; border-radius: 22px; }

@media screen and (max-width: 639px) { .link-corr { padding: 10px 15px; height: auto; } }

.link-corr .icon { width: 86px; height: 60px; margin-right: 23px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.11); box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.11); border-radius: 10px; background: #fff; }

@media screen and (max-width: 639px) { .link-corr .icon { height: 50px; } }

.link-corr .icon .ic { margin: auto; }

.link-corr .label { font-weight: 700; font-size: 18px; color: #1D1D1B; }

@media screen and (max-width: 639px) { .link-corr .label { font-size: 14px; } }

.b-links__item { margin-bottom: 12px; }

.b-links .btn-file { margin-right: 15px; margin-bottom: 15px; }

.btn-link, .btn-file, .link-icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; background: #F5F7FA; border: 1px solid #BEC1C8; border-radius: 6px; color: #1D1D1B; text-decoration: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.btn-file { padding: 6px 12px; font-size: 12px; font-weight: 500; }

.btn-file .file-lbl { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

.btn-file .file-lbl.has-text { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; line-height: 1; }

.btn-file .file-lbl.wrap { white-space: normal; }

.link-icon { padding: 14px 15px 14px 24px; }

@media screen and (max-width: 639px) { .link-icon { padding: 12px 0 12px 12px; } }

.link-icon.full { display: -webkit-box; display: -ms-flexbox; display: flex; }

.link-icon.w-big { width: 480px; max-width: 100%; }

.link-icon .icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-flex: 0; -ms-flex: 0 0 60px; flex: 0 0 60px; height: 60px; margin-left: 15px; }

.link-icon .icon .ic { margin: auto; }

@media screen and (max-width: 639px) { .link-icon .icon { -webkit-box-flex: 0; -ms-flex: 0 0 36px; flex: 0 0 36px; height: 36px; } }

.link-icon.min { padding-top: 4px; padding-bottom: 4px; }

@media screen and (max-width: 639px) { .link-icon.min { padding-right: 10px; } }

.link-icon.light { color: #6D727C; }

.link-icon .h4, .link-icon h4 { color: #1D1D1B; font-weight: 700; font-size: inherit; padding: 4px 0; }

@media screen and (max-width: 639px) { .link-icon .h4, .link-icon h4 { font-size: 12px; } }

.link-icon__text { padding: 4px 0; }

@media screen and (max-width: 639px) { .link-icon__text { font-size: 12px; } }

.link-icon .ic { margin-left: auto; margin-top: auto; margin-bottom: auto; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.w-10-12-right { max-width: 1080px; margin-left: auto; }

.border-bottom { border-bottom: 1px solid #BEC1C8; }

.title-border { padding-bottom: 1em; margin-bottom: 3em; }

.elementor-column, .elementor-column-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.elementor-spacer, .spacer { margin-bottom: 50px; }

@media screen and (max-width: 639px) { .elementor-spacer, .spacer { margin-bottom: 24px; } }

.spacer { border-bottom: 1px solid #BEC1C8; }

.title-head { margin-bottom: 50px; }

@media screen and (max-width: 767px) { .title-head { margin-bottom: 20px; } }

.text-gray { color: #6D727C; }

._btn-radio, .btn-radio label, .tabs-buttons li a { padding: 12px 16px; font-size: 16px; font-weight: bold; line-height: 1.2; background: #FFFFFF; border-radius: 6px; cursor: pointer; display: inline-block; text-decoration: none; }

._btn-radio-active, .btn-radio [type=radio]:checked ~ label, .tabs-buttons li.uk-active a { -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13), 0px 1px 2px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13), 0px 1px 2px rgba(0, 0, 0, 0.25); }

.btn-radio { position: relative; }

.btn-radio [type=radio] { visibility: hidden; position: absolute; z-index: -9; }

@media screen and (min-width: 960px) { .bx_breadcrumbs { margin-bottom: 40px; } }

.bx_breadcrumbs ul { margin-bottom: 15px; font-size: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; display: block; }

.bx_breadcrumbs ul li { list-style: none; display: inline; }

.bx_breadcrumbs ul li a { color: #1D1D1B; opacity: 0.4; text-decoration: none; }

.bx_breadcrumbs ul .delimiter { margin: 0 6px; }

@media print { .bx_breadcrumbs { display: none; } }

select { height: 32px; }

.form-item select { width: 100%; height: 42px; }

.form-item .select2-container { width: 100%; display: block; }

@media screen and (max-width: 959px) { .select2-container { border: 1px solid #BEC1C8; border-radius: 4px; font-size: 12px; }
  .modal-filter-mob .select2-container { min-width: 100%; margin-bottom: 12px; } }

.select2-container .select2-selection--single { height: 32px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 1px solid #BEC1C8; border-radius: 4px; outline: none; }

.form-item .select2-container .select2-selection--single { height: 42px; }

@media screen and (max-width: 959px) { .select2-container .select2-selection--single { height: 32px; } }

.sel-noborder .select2-container .select2-selection--single { border: none; outline: none; }

.select2-container .select2-selection--single .select2-selection__arrow { top: 50%; width: 12px; height: 6px; margin-top: -3px; right: 12px; background-image: url('data:image/svg+xml;utf8,<svg width="15" height="9" viewBox="0 0 15 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 1L7.5 7L13.5 1" stroke="black" stroke-width="2"/></svg>'); background-repeat: no-repeat; background-position: center center; background-size: contain; }

.select2-container .select2-selection--single .select2-selection__arrow b { display: none; }

.select2-container--open .select2-selection__arrow { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.select2-container .select2-results__options { padding: 4px; background: #FFFFFF; border: 1px solid #CCCCCC; -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.22); box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.22); border-radius: 6px; }

.ajax-load { position: relative; }

.paginationjs, .pager-wrap { -webkit-box-flex: 100%; -ms-flex: 100%; flex: 100%; width: 100%; }

.paginationjs ul, .paginationjs .pager, .pager-wrap ul, .pager-wrap .pager { display: -webkit-box; display: -ms-flexbox; display: flex; }

.paginationjs ul li, .paginationjs .pager li, .pager-wrap ul li, .pager-wrap .pager li { list-style: none; margin-right: 8px; }

.paginationjs ul li a, .paginationjs ul li span, .paginationjs .pager li a, .paginationjs .pager li span, .pager-wrap ul li a, .pager-wrap ul li span, .pager-wrap .pager li a, .pager-wrap .pager li span { display: -webkit-box; display: -ms-flexbox; display: flex; height: 32px; min-width: 32px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 4px; padding: 0 10px; font-size: 12px; color: #1D1D1B; text-decoration: none; }

.paginationjs ul li .current, .paginationjs ul li.active > a, .paginationjs ul li:not(.disabled):hover > a, .paginationjs .pager li .current, .paginationjs .pager li.active > a, .paginationjs .pager li:not(.disabled):hover > a, .pager-wrap ul li .current, .pager-wrap ul li.active > a, .pager-wrap ul li:not(.disabled):hover > a, .pager-wrap .pager li .current, .pager-wrap .pager li.active > a, .pager-wrap .pager li:not(.disabled):hover > a { color: #fff; background: #1D1D1B; }

.bullet, .content ul li, ul.bullets li, .powers__item { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: block; position: relative; padding-left: 22px; }

.bullet:before, .content ul li:before, ul.bullets li:before, .powers__item:before { content: ''; height: 10px; width: 10px; -webkit-box-flex: 0; -ms-flex: 0 0 10px; flex: 0 0 10px; background: #0639F2; border-radius: 50%; margin-right: 12px; position: absolute; left: 0; top: 6px; }

.content ul, ul.bullets { margin-top: 1em; margin-bottom: 1.5em; }

.content ul li, ul.bullets li { margin-bottom: 24px; }

ol { padding-left: 2em; }

.content img { max-width: 100%; height: auto; }

.filter-btn { -webkit-appearance: none; -moz-appearance: none; appearance: none; height: 44px; width: 44px; -webkit-box-flex: 0; -ms-flex: 0 0 44px; flex: 0 0 44px; border-radius: 5px; border: 1px solid #BEC1C8; background: transparent; display: -webkit-box; display: -ms-flexbox; display: flex; }

.filter-btn .ic { width: 16px; height: 16px; margin: auto; }

.mb_YTPlayer { background-attachment: scroll !important; }

.elementor-widget-wrap, .elementor-element-populated { padding: 0 !important; }

.tabs-buttons { display: -webkit-box; display: -ms-flexbox; display: flex; }

.tabs-buttons li { list-style: none; }

.tabs-buttons li + li { margin-left: 16px; }

.wpcf7 .ajax-loader { -webkit-box-flex: 0; -ms-flex: 0 0 24px; flex: 0 0 24px; margin: 0 5px !important; }

.wpcf7 form.sent .wpcf7-response-output { display: none !important; }

.uk-tooltip { /* 1 */ z-index: 1030; /* 3 */ top: 0; /* 4 */ max-width: 200px; padding: 8px; /* 5 */ background: #fff; border-radius: 6px; color: #1D1D1B; font-size: 12px; -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08), 0px 5px 29px rgba(0, 0, 0, 0.16); box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08), 0px 5px 29px rgba(0, 0, 0, 0.16); }

.uk-tooltip:after { content: ''; background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2213%22%20height%3D%226%22%20viewBox%3D%220%200%2013%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.01851%205.2284L12.5%200H0.5L4.98149%205.2284C5.77968%206.15962%207.22032%206.15962%208.01851%205.2284Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A"); background-repeat: no-repeat; height: 7px; width: 12px; position: absolute; left: 50%; top: 100%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }

@media screen and (max-width: 767px) { .uk-tooltip:after { display: none; } }

.pwm-field-icon { display: none; }

.uk-lightbox-toolbar-icon.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) { stroke: currentColor; }

.cf7-smart-grid.has-grid input.wpcf7-form-control:not(img) { width: auto; }

.s-header { border-bottom: 1px solid #C2C5CB; padding-top: 22px; padding-bottom: 11px; background: #fff; }

@media print { .s-header { height: 90px; padding-top: 10px; padding-bottom: 10px; } }

@media screen and (max-width: 639px) { .s-header { padding-top: 19px; } }

@media print { .s-header__top { display: block; } }

.s-header__top .btn-menu { background: #1D1D1B; color: #fff; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; padding: 11px 15px; border-radius: 6px; cursor: pointer; margin-left: 16px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

@media screen and (max-width: 639px) { .s-header__top .btn-menu { padding-top: 8px; padding-bottom: 9px; height: 40px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

@media print { .s-header__top .btn-menu { display: none; } }

@media screen and (max-width: 639px) { .s-header__top .btn-menu .btn-label { display: none; } }

@media screen and (min-width: 640px) { .s-header__top .btn-menu .btn-icon { margin-left: 14px; } }

.s-header__logo { margin-right: auto; }

.s-header__logo img { display: block; }

@media screen and (max-width: 639px) { .s-header__logo img { height: 34px; } }

@media screen and (max-width: 980px) { .s-header__lang { display: none; } }

@media print { .s-header__lang { display: none; } }

.s-header__vision { margin-left: 18px; }

@media screen and (max-width: 980px) { .s-header__vision { display: none; } }

@media print { .s-header__vision { display: none; } }

.s-header__bottom { padding-top: 18px; }

@media screen and (max-width: 980px) { .s-header__bottom { display: none; } }

@media print { .s-header__bottom { display: none; } }

.s-header__bottom .top-menu { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: auto; margin-right: auto; }

.s-header__bottom .top-menu li { list-style: none; }

.s-header__bottom .top-menu li + li { margin-left: 24px; }

.s-header__bottom .top-menu li a { text-decoration: none; color: #1D1D1B; font-size: 16px; font-weight: 700; }

@media screen and (max-width: 1099px) { .s-header__bottom .top-menu li a { font-size: 14px; } }

.s-header__bottom .top-menu li.active a, .s-header__bottom .top-menu li.current-menu-item a, .s-header__bottom .top-menu li:hover a { color: #202EE2; }

.s-header__search { margin-left: auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

@media print { .s-header__search { display: none; } }

.btn-search { background: #F5F7FA; border-radius: 6px; height: 40px; padding: 5px 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; }

.btn-search__label { margin-bottom: 3px; }

.btn-search .ic { -webkit-box-flex: 0; -ms-flex: 0 0 36px; flex: 0 0 36px; }

.languages a { color: #6D727C; text-decoration: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 700; }

.languages a .ic { margin: 0 8px; }

.btn-vision a { color: #6D727C; text-decoration: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 700; }

.btn-vision a .ic { margin: 0 8px; }

.btn-vision a.vi-close { display: none; }

.s-drop { background: #fff; position: fixed; display: none; top: 0; left: 0; width: 100%; height: 100vh; z-index: 982; overflow-y: auto; }

@media screen and (max-width: 639px) { .s-drop { padding-top: 85px; } }

@media screen and (max-width: 639px) { .s-drop__top { background: #fff; position: fixed; width: 100%; z-index: 5; top: 0; left: 0; } }

.s-drop__header { padding: 29px 20px 29px; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; }

@media screen and (max-width: 639px) { .s-drop__header { padding-top: 19px; padding-bottom: 19px; } }

.s-drop__logo { margin-right: auto; }

.s-drop__logo img { display: block; }

@media screen and (max-width: 639px) { .s-drop__logo img { height: 34px; } }

.s-drop .btn-close-box { position: relative; margin-left: auto; width: 50px; }

.s-drop__close { position: absolute; top: 44px; background: #0639F2; height: 40px; width: 50px; border-radius: 6px; display: -webkit-box; display: -ms-flexbox; display: flex; cursor: pointer; position: fixed; }

@media screen and (max-width: 639px) { .s-drop__close { top: 19px; } }

.s-drop__close .ic { margin: auto; fill: #fff; }

.s-drop__content { display: -webkit-box; display: -ms-flexbox; display: flex; }

@media screen and (max-width: 980px) { .s-drop__content { -ms-flex-wrap: wrap; flex-wrap: wrap; display: block; } }

.s-drop__menus { -webkit-box-flex: 60%; -ms-flex: 60%; flex: 60%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (max-width: 639px) { .s-drop__menus { display: block; } }

.s-drop__menu { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

.s-drop__menu.d-menu-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.s-drop__menu.d-menu-2 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }

.s-drop__menu.d-menu-3 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.s-drop__menu.d-menu-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }

.s-drop__menu .menu { padding-top: 9px; margin-bottom: 25px; }

@media screen and (min-width: 640px) { .s-drop__menu .menu { max-width: 265px; } }

.s-drop__menu .menu > li { list-style: none; }

.s-drop__menu .menu > li > a { font-size: 14px; font-weight: bold; text-decoration: none; color: #1D1D1B; display: inline-block; margin-bottom: 21px; }

@media screen and (max-width: 639px) { .s-drop__menu .menu > li .sub-menu { display: none; }
  .s-drop__menu .menu > li .sub-menu.opened { display: block; } }

.s-drop__menu .menu > li .sub-menu li { list-style: none; margin-bottom: 15px; line-height: 1.166; }

.s-drop__menu .menu > li .sub-menu li a { color: #6D727C; font-size: 12px; text-decoration: none; }

.s-drop__menu .menu > li.menu-item-has-children .icon-drop { display: none; }

@media screen and (max-width: 639px) { .s-drop__menu .menu > li.menu-item-has-children > a { border-bottom: 1px solid #C2C5CB; display: block; position: relative; padding-bottom: 12px; padding-top: 12px; padding-right: 70px; }
  .s-drop__menu .menu > li.menu-item-has-children > a .icon-drop { display: block; position: absolute; right: 0px; top: 0px; height: 100%; width: 46px; z-index: 3; display: -webkit-box; display: -ms-flexbox; display: flex; width: 70px; padding-left: 24px; }
  .s-drop__menu .menu > li.menu-item-has-children > a .icon-drop .ic { width: 16px; height: 16px; margin: auto; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
  .s-drop__menu .menu > li.menu-item-has-children.open .icon-drop .ic { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); } }

.s-drop__blocks { -webkit-box-flex: 40%; -ms-flex: 40%; flex: 40%; }

.s-drop__block { margin-bottom: 12px; }

.s-drop__block-title { font-size: 12px; padding-bottom: 12px; color: #6D727C; border-bottom: 1px solid #C2C5CB; margin-bottom: 30px; }

.s-drop__buttons { margin-top: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; }

.s-drop__buttons > div { margin-bottom: 30px; }

@media screen and (max-width: 639px) { .s-drop__buttons { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

@media screen and (min-width: 640px) { .s-drop__buttons { -ms-flex-pack: distribute; justify-content: space-around; } }

@media screen and (min-width: 981px) { .s-drop__buttons { display: none; } }

.b-drop__news-item { margin-bottom: 32px; line-height: 1.2; font-size: 14px; }

.b-drop__news-link { display: -webkit-box; display: -ms-flexbox; display: flex; text-decoration: none; color: #1D1D1B; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 499px) { .b-drop__news-link { display: block; } }

.b-drop__news-img { -webkit-box-flex: 0; -ms-flex: 0 0 110px; flex: 0 0 110px; position: relative; margin-right: 15px; border-radius: 4px; overflow: hidden; }

@media screen and (max-width: 499px) { .b-drop__news-img { display: block; margin-bottom: 10px; } }

.b-drop__news-img img { height: 70px; width: 110px; -o-object-fit: cover; object-fit: cover; }

.b-drop__news .h3 { font-size: inherit; }

.b-drop__contacts { font-size: 12px; color: #6D727C; }

.b-drop__contacts a { color: inherit; }

.b-drop__contacts p { margin-bottom: 14px; }

.b-drop__contacts .link-corr { margin-top: 35px; }

.b-drop__contacts .link-corr .icon .ic { margin: auto; }

.mob-search { -webkit-box-flex: 100%; -ms-flex: 100%; flex: 100%; margin-bottom: 5px; }

@media screen and (min-width: 981px) { .mob-search { display: none; } }

.mob-search__btn { background: #F5F7FA; border-radius: 6px; height: 40px; 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-left: 16px; cursor: pointer; font-weight: bold; }

.drop-search { display: none; background: #fff; left: 0 !important; right: 0; -webkit-box-shadow: 0 20px 20px -15px rgba(183, 183, 183, 0.5); box-shadow: 0 20px 20px -15px rgba(183, 183, 183, 0.5); border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.btn-close-search { width: 50px; height: 40px; float: right; background: #0639F2; position: absolute; top: 20px; right: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; border-radius: 6px; }

@media screen and (min-width: 960px) { .btn-close-search { display: none; } }

.btn-close-search svg { fill: #fff; margin: auto; }

.b-search { padding-top: 35px; padding-bottom: 25px; }

@media screen and (max-width: 767px) { .b-search { padding-top: 8px; padding-bottom: 15px; } }

.drop-search .b-search { padding-top: 60px; padding-bottom: 50px; }

.b-search__form { width: 600px; max-width: 100%; }

.drop-search .b-search__form { margin-left: auto; margin-right: auto; }

.b-search__radios { margin-bottom: 48px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 639px) { .b-search__radios { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 24px; } }

.drop-search .b-search__radios { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.b-search__radios .radios-delim { color: #323232; opacity: 0.6; margin: 0 12px; }

@media screen and (max-width: 639px) { .b-search__radios .radios-delim { margin: 12px auto; } }

.b-search__inputs { position: relative; margin-bottom: 15px; }

.b-search__inputs .input, .b-search__inputs input[type=text], .b-search__inputs input[type=email], .b-search__inputs input[type=tel], .b-search__inputs input[type=search], .b-search__inputs textarea { width: 100%; padding-right: 50px; }

.b-search__inputs [type="submit"] { position: absolute; -webkit-appearance: none; -moz-appearance: none; appearance: none; right: 0; top: 0; z-index: 3; cursor: pointer; border: none; outline: none; width: 42px; height: 100%; background: none; }

.b-search__hint { display: -webkit-box; display: -ms-flexbox; display: flex; }

.b-search__hint-label { color: #323232; opacity: 0.6; }

.b-search__hint-words span { margin-left: 12px; text-decoration: underline; cursor: pointer; }

@media screen and (max-width: 639px) { .b-search__hint-words span { display: block; } }

.vi-closes { display: none; }

.s-main { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; padding-top: 24px; padding-bottom: 60px; }

@media print { .s-main { padding-top: 0; display: block; -webkit-box-flex: 0; -ms-flex: 0; flex: 0; }
  .s-main .uk-container { display: block; } }

.b-title { font-size: 24px; margin-bottom: 35px; }

@media screen and (max-width: 639px) { .b-title { font-size: 18px; margin-bottom: 24px; } }

.link-all { color: #1D1D1B; font-size: 18px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; text-decoration: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: bold; }

@media screen and (max-width: 639px) { .link-all { font-size: 14px; }
  .link-all .ic { width: 25px; height: 16px; } }

.link-all__icon { margin-left: 12px; margin-top: 3px; }

.s-banner { margin-bottom: 60px; margin-top: 8px; }

@media screen and (max-width: 639px) { .s-banner { margin-bottom: 30px; } }

@media screen and (max-width: 639px) { .s-banner__big { margin-bottom: 11px; } }

.s-banner__small-item { margin-bottom: 10px; }

@media screen and (max-width: 639px) { .s-banner__small-item { margin-bottom: 11px; } }

.s-banner__small-link { color: #1D1D1B; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none; background: #F5F7FA; border-radius: 22px; padding: 16px; }

.s-banner__small-icon { margin-right: 25px; -webkit-box-flex: 0; -ms-flex: 0 0 118px; flex: 0 0 118px; }

@media screen and (max-width: 639px) { .s-banner__small-icon { -webkit-box-flex: 0; -ms-flex: 0 0 56px; flex: 0 0 56px; height: 56px; } }

@media screen and (max-width: 639px) { .s-banner__small .h3 { font-size: 14px; } }

.m-slider { position: relative; }

.m-slider__items { border-radius: 22px; height: 485px; }

@media screen and (max-width: 767px) { .m-slider__items { min-height: 320px; height: 320px; } }

.m-slider .uk-slideshow-nav { position: absolute; right: 32px; bottom: 32px; z-index: 5; margin: 0 !important; display: -webkit-box; display: -ms-flexbox; display: flex; }

.m-slider .uk-slideshow-nav > li { margin: 0; }

.m-slider .uk-slideshow-nav > li a { height: 12px; width: 12px; background: #fff; opacity: .2; -webkit-transition: opacity .2s; -o-transition: opacity .2s; transition: opacity .2s; }

.m-slider .uk-slideshow-nav > li.uk-active a { opacity: 1; }

.m-slide { background: -webkit-gradient(linear, left top, left bottom, from(#0219C5), to(#1536E6)); background: -webkit-linear-gradient(top, #0219C5 0%, #1536E6 100%); background: -o-linear-gradient(top, #0219C5 0%, #1536E6 100%); background: linear-gradient(180deg, #0219C5 0%, #1536E6 100%); display: -webkit-box; display: -ms-flexbox; display: flex; }

.m-slide__inner { display: -ms-grid; display: grid; width: 100%; height: 100%; }

.m-slide__image { -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 1; grid-row: 1; display: -webkit-box; display: -ms-flexbox; display: flex; }

.m-slide__image img { margin: auto; }

.m-slide__body { -ms-grid-column: 1; grid-column: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-grid-row: 1; grid-row: 1; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 40px 60px; }

@media screen and (max-width: 767px) { .m-slide__body { padding: 15px 24px; } }

.m-slide__text { font-weight: bold; font-size: 36px; line-height: 1.2; text-transform: uppercase; color: #fff; margin-top: 30px; }

@media screen and (max-width: 767px) { .m-slide__text { font-size: 16px; } }

.m-slide__button { margin-top: 30px; }

@media screen and (max-width: 767px) { .m-slide__button { margin-top: 12px; } }

.card-big { display: -webkit-box; display: -ms-flexbox; display: flex; line-height: 1.2; margin-bottom: 32px; color: #666666; }

@media screen and (max-width: 639px) { .card-big { margin-bottom: 24px; } }

.card-big__inner { height: 100%; padding-bottom: 32px; }

.card-big__image { overflow-y: hidden; margin-bottom: 24px; position: relative; display: block; }

@media screen and (max-width: 639px) { .card-big__image { margin-bottom: 15px; } }

.card-big__image a { display: block; }

.card-big__image img { display: block; border-radius: 8px; max-width: 100%; width: 100%; }

.card-big__image .icon-player { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.card-big__title { margin-bottom: 16px; color: #1D1D1B; }

@media screen and (max-width: 639px) { .card-big__title { font-size: 16px; } }

.card-big__title a { color: inherit; text-decoration: none; }

.card-big__excerpt { margin-bottom: 16px; }

@media screen and (max-width: 639px) { .card-big__excerpt { font-size: 12px; } }

.card-big__info a { color: inherit; margin-right: 10px; }

.b-anons { padding-top: 7px; margin-bottom: 9px; }

.b-anons__title { font-size: 18px; font-weight: bold; margin-bottom: 24px; line-height: 1.2; }

.b-anons__item { line-height: 1.2; padding-bottom: 16px; margin-bottom: 16px; }

.b-anons__item .h4 { font-size: 14px; }

.b-anons__item a { color: inherit; text-decoration: none; }

.s-subscribe { background: #2133D8; border-radius: 22px; position: relative; }

.s-subscribe__inner { padding: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; }

@media screen and (max-width: 980px) { .s-subscribe__inner { -ms-flex-wrap: wrap; flex-wrap: wrap; } }

@media screen and (max-width: 639px) { .s-subscribe__inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

.s-subscribe__icon { margin-right: 60px; }

@media screen and (max-width: 1199px) { .s-subscribe__icon { margin-right: 30px; } }

@media screen and (max-width: 1023px) { .s-subscribe__icon { margin-right: 15px; } }

@media screen and (max-width: 639px) { .s-subscribe__icon { margin-right: auto; margin-left: auto; margin-bottom: 12px; } }

.s-subscribe__icon img { display: block; }

.s-subscribe__text { color: rgba(255, 255, 255, 0.6); max-width: 370px; margin-right: 145px; }

@media screen and (max-width: 1199px) { .s-subscribe__text { margin-right: 30px; } }

@media screen and (max-width: 1023px) { .s-subscribe__text { margin-right: 15px; } }

@media screen and (max-width: 639px) { .s-subscribe__text { text-align: center; margin-bottom: 30px; } }

@media screen and (max-width: 499px) { .s-subscribe__text br { display: none; } }

.s-subscribe__text .h3, .s-subscribe__text h3 { margin-bottom: 15px; color: #fff; }

@media screen and (max-width: 639px) { .s-subscribe__text .h3, .s-subscribe__text h3 { font-size: 16px; margin-bottom: 12px; } }

@media screen and (max-width: 980px) { .s-subscribe__form { -webkit-box-flex: 100%; -ms-flex: 100%; flex: 100%; } }

.s-subscribe__form form { display: -webkit-box; display: -ms-flexbox; display: flex; }

@media screen and (max-width: 639px) { .s-subscribe__form form { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.s-subscribe__form .form-input { margin-right: 10px; }

@media screen and (max-width: 980px) { .s-subscribe__form .form-input { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } }

@media screen and (max-width: 639px) { .s-subscribe__form .form-input { margin-bottom: 15px; } }

.s-subscribe__form .input, .s-subscribe__form input[type=text], .s-subscribe__form input[type=email], .s-subscribe__form input[type=tel], .s-subscribe__form input[type=search], .s-subscribe__form textarea { height: 54px; background: rgba(255, 255, 255, 0.2); border-radius: 12px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; outline: none; font-size: 16px; padding-left: 16px; padding-right: 16px; color: #fff; width: 280px; }

@media screen and (max-width: 980px) { .s-subscribe__form .input, .s-subscribe__form input[type=text], .s-subscribe__form input[type=email], .s-subscribe__form input[type=tel], .s-subscribe__form input[type=search], .s-subscribe__form textarea { width: 100%; } }

@media screen and (max-width: 639px) { .s-subscribe__form .input, .s-subscribe__form input[type=text], .s-subscribe__form input[type=email], .s-subscribe__form input[type=tel], .s-subscribe__form input[type=search], .s-subscribe__form textarea { width: 248px; text-align: center; } }

.s-subscribe__success { display: none; }

@media screen and (max-width: 980px) { .s-subscribe__success { margin: 20px auto; text-align: center; } }

.b-rss { margin-bottom: 30px; }

.link-rss { background: #F5F7FA; border-radius: 6px; padding: 12px 13px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; text-decoration: none; font-size: 16px; line-height: 1.2; color: #0639F2; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: bold; }

.link-rss__icon { margin-right: 12px; }

.s-gov { overflow: hidden; margin-bottom: 55px; }

.gov-title { position: relative; padding-left: 30px; margin-bottom: 30px; }

.gov-title__border { position: absolute; top: 0; left: 0; }

.gov-title__h2 { font-size: 20px; font-weight: bold; line-height: 82%; margin-bottom: .21em; }

.gov-title__h3 { font-size: 13px; color: #ACB3C5; }

.gov-slider { overflow: visible; }

.gov-slider__items { padding-bottom: 30px; }

.gov-slider__item { width: 220px; }

.gov-slider__item a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 33px; background: #E6EBFE; border: 1px solid rgba(6, 57, 242, 0.4); border-radius: 6px; height: 100%; font-weight: 700; color: #0639F2; text-decoration: none; font-size: 14px; line-height: 1.2; text-align: center; height: 100px; padding: 15px; }

.gov-slider__item a:hover { -webkit-box-shadow: 0 17px 22px -17px #b7b7b7; box-shadow: 0 17px 22px -17px #b7b7b7; }

.gov-slider__btn { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; height: 48px; width: 48px; border-radius: 50%; border: 1px solid #C2C5CB; cursor: pointer; }

.gov-slider__btn svg { margin: auto; }

.gov-slider__next { margin-left: 15px; }

.page-title-icon { margin-bottom: 16px; }

@media screen and (max-width: 639px) { .page-title-icon img { width: 48px; } }

.page-top { margin-bottom: 60px; }

@media screen and (max-width: 639px) { .page-top { margin-bottom: 30px; } }

.page-top .post-thumb { -ms-flex-item-align: start; align-self: flex-start; }

@media screen and (max-width: 767px) { .page-top .post-thumb { margin-top: 20px; } }

.page-top .post-thumb img { -o-object-fit: cover; object-fit: cover; height: auto; display: block; border-radius: 10px; }

.page-top.top-img-md .post-thumb { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; text-align: right; }

.page-top.top-img-sm .post-thumb { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; }

.page-top .btn-file { width: 480px; max-width: 100%; min-height: 70px; }

.page-top .btn-file .ic { margin: 0 15px; }

.page-content { padding-bottom: 40px; }

.card-w { margin-bottom: 20px; }

.card-w a { text-decoration: none; color: inherit; }

.card-w__inner { display: -ms-grid; display: grid; -ms-grid-columns: 24% auto; grid-template-columns: 24% auto; border-radius: 22px; padding-right: 15px; }

.card-w__inner:hover { background: #F5F7FA; }

.card-w__icon { padding: 15px; -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 1; -ms-grid-row-span: 2; grid-row: 1 / 3; }

.card-w__icon img { max-width: 100%; }

.card-w__title { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; -ms-grid-row: 1; grid-row: 1; font-size: 18px; font-weight: bold; margin-top: auto; margin-bottom: 8px; padding-left: 10px; max-width: 325px; }

.card-w__text { padding-left: 10px; }

.f-post { display: -webkit-box; display: -ms-flexbox; display: flex; padding-bottom: 40px; margin-bottom: 15px; padding-top: 15px; }

@media screen and (max-width: 980px) { .f-post { display: block; } }

.f-post__image { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; position: relative; }

@media screen and (max-width: 980px) { .f-post__image { margin-bottom: 20px; } }

.f-post__image a { display: block; position: relative; }

.f-post__image a .icon-player { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.f-post__image img { display: block; max-width: 100%; border-radius: 8px; }

.f-post__body { -webkit-box-flex: 0; -ms-flex: 0 1 480px; flex: 0 1 480px; margin-left: auto; margin-right: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-top: 40px; padding-bottom: 30px; }

@media screen and (max-width: 1099px) { .f-post__body { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; padding-top: 0; padding-left: 20px; } }

@media screen and (max-width: 980px) { .f-post__body { padding-left: 0; } }

@media screen and (max-width: 1099px) { .f-post__body .h2 { font-size: 20px; } }

.f-post__excerpt { color: rgba(0, 0, 0, 0.6); }

.f-post__data { margin-top: auto; font-size: 12px; color: rgba(0, 0, 0, 0.6); }

.f-post__data a { color: #6D727C; }

.filter-wrap .b-rss { margin-left: auto; margin-bottom: 0; }

@media screen and (max-width: 959px) { .modal-filter-mob { position: fixed; width: 100%; left: 0; top: 0; z-index: 96; background: #fff; height: 100vh; overflow-y: auto; padding: 20px; display: none; }
  .modal-filter-mob.opened { display: block; }
  .modal-filter-mob .filter__top { position: relative; min-height: 40px; margin-bottom: 20px; padding-right: 60px; }
  .modal-filter-mob .filter__top .filter-close { height: 40px; width: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; background: #0639F2; position: absolute; right: 0; top: 0; }
  .modal-filter-mob .filter__top .filter-close .ic { fill: #fff; margin: auto; }
  .modal-filter-mob .filter-inline { display: block; }
  .modal-filter-mob .row-filter { display: block; }
  .modal-filter-mob .form-buttons { margin-bottom: 12px; } }

.row-filter { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.filter-inline { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.filter-inline .filter-item { margin-right: 4px; }

.list-posts { margin-top: 30px; position: relative; }

.loader { position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(255, 255, 255, 0.75); z-index: 991; }

.loader > svg { position: absolute; top: 30px; margin-left: -60px; width: 120px; height: 120px; left: 50%; }

.link-main-cat-wrap { margin-bottom: 15px; }

@media print { .single-news-wrapper { display: block; } }

@media print { .col-single-right { display: none; } }

.single-body .video-print-cover { display: none; }

@media print { .single-body .video-print-cover { display: block; } }

.single-body__top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 30px; padding-bottom: 20px; }

@media print { .single-body__top { display: block; padding: 10px 0; margin-bottom: 10px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }

.single-body__top > * { width: 100%; }

.single-body__top .link-main-cat-wrap { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

@media print { .single-body__top .link-main-cat-wrap { display: none; } }

.single-body .print-link { display: none; }

@media print { .single-body .print-link { display: block; padding: 0; line-height: 1em; } }

.single-body__title { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.single-body__image { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }

@media screen and (max-width: 959px) { .single-body__image { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; margin-bottom: 20px; } }

@media print { .single-body__image .video-player { position: absolute; visibility: hidden; overflow: hidden; display: none !important; } }

.single-body__image img { height: auto; }

.single-body__subtitle { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; margin-bottom: 35px; color: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 959px) { .single-body__subtitle { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; margin-bottom: 10px; } }

.single-body__data { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; display: -webkit-box; display: -ms-flexbox; display: flex; }

@media screen and (max-width: 959px) { .single-body__data { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-right: 80px; position: relative; overflow: hidden; margin-right: -20px; min-height: 80px; width: auto; } }

.single-body__data .post-tags { padding-right: 12px; }

@media screen and (max-width: 959px) { .single-body__data .post-tags { padding-right: 0; } }

.single-body__data .date { margin-left: auto; }

@media screen and (max-width: 959px) { .single-body__data .date { margin-left: 0; -webkit-box-ordinal-group: -1; -ms-flex-order: -2; order: -2; } }

.single-body__content { padding-bottom: 60px; color: #6D727C; }

.single-body__content h2, .single-body__content h3, .single-body__content h4 { color: #1D1D1B; margin-bottom: 16px; }

.single-body__content h2 { font-size: 24px; }

.single-body__links { padding-top: 33px; margin-bottom: 60px; }

@media print { .single-body__links { display: none; } }

.single-body__text { color: #6D727C; margin-bottom: 20px; }

@media print { .single-soc-block { display: none; } }

.single-soc-block .h3 { font-size: 12px; margin-bottom: 22px; color: rgba(0, 0, 0, 0.6); font-weight: normal; }

.mob-soc-block { position: absolute; top: 0; right: 0; }

@media print { .mob-soc-block { display: none; } }

.mob-soc-block .msb-title { font-size: 10px; line-height: 12px; color: rgba(0, 0, 0, 0.6); margin-bottom: 6.5px; }

.msb__button { background: #F5F7FA; border-radius: 6px; padding: 5px; cursor: pointer; }

.msb__button .msb-icon { display: -webkit-box; display: -ms-flexbox; display: flex; height: 50px; width: 50px; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 4px; }

.msb__button .msb-icon .ic { margin: auto; }

.msb__body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.msb__body .ic { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 0 6px; }

.msb__box { left: 100%; position: absolute; background: #F5F7FA; border-radius: 6px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; top: 0; padding: 5px 0 5px 5px; }

.msb__box.opened { -webkit-transform: translate(-100%, 0); -ms-transform: translate(-100%, 0); transform: translate(-100%, 0); }

.msb__box .msb-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.msb__box .social-sharing { display: -webkit-box; display: -ms-flexbox; display: flex; padding-bottom: 0; }

.msb__box .social-sharing a { height: 50px; width: 50px; }

.msb__box .social-sharing a + a { margin-left: 7.5px; }

.msb__box .close-soc { margin-left: 6px; padding-right: 15px; padding-left: 6px; }

.social-sharing { padding-bottom: 20px; }

.social-sharing a { display: -webkit-box; display: -ms-flexbox; display: flex; height: 60px; width: 60px; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 4px; background-repeat: no-repeat; background-position: center center; background-size: contain; text-indent: -900px; overflow: hidden; margin-bottom: 5px; }

.social-sharing .ss-button-facebook { background-image: url(../img/svg/icons/ic-fb-big.svg); }

.social-sharing .ss-button-twitter { background-image: url(../img/svg/icons/ic-twitter-big.svg); }

.social-sharing .ss-button-linkedin { background-image: url(../img/svg/icons/ic-in-big.svg); }

.link-print-wrap { padding-top: 50px; }

@media print { .link-print-wrap { display: none; } }

.link-print-wrap a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #1D1D1B; text-decoration: none; }

.link-print-wrap a .ic { margin-left: 8px; }

.top-gray { display: -webkit-box; display: -ms-flexbox; display: flex; background: #F5F7FA; background: #F5F7FA; border-radius: 8px; padding: 90px 20px 50px 0; margin-bottom: 50px; }

@media screen and (max-width: 639px) { .top-gray { display: block; margin-left: -20px; margin-right: -20px; padding: 10px 20px 20px; margin-bottom: 24px; } }

.top-gray__icon { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; text-align: center; padding: 0 20px; }

@media screen and (max-width: 639px) { .top-gray__icon { text-align: left; padding-left: 0; margin-bottom: 16px; }
  .top-gray__icon img { width: 48px; height: 48px; } }

.top-gray__body { max-width: 840px; }

.top-gray__body .text { margin-bottom: 24px; }

@media screen and (max-width: 639px) { .top-gray__body .text { margin-bottom: 16px; } }

.top-gray__button { margin-bottom: 12px; }

.b-text { margin-bottom: 50px; }

@media screen and (max-width: 639px) { .b-text { margin-bottom: 24px; } }

.b-text__content ul, .b-text__content ol { max-width: 600px; padding-top: 15px; }

.b-text__descr { max-width: 750px; margin-bottom: 30px; }

.b-text__lists { padding-bottom: 1px; }

.b-text__list { margin-bottom: 16px; }

.b-text__list-inner { background: #F5F7FA; border-radius: 12px; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.b-text__list-title { font-weight: bold; padding: 16px; border-bottom: 1px solid #BEC1C8; }

.b-text__list-ul { padding: 24px 20px 0; }

.b-text__list-ul li { margin-bottom: 24px; }

@media screen and (max-width: 639px) { .b-text__list { margin-bottom: 16px; } }

.b-text__links { max-width: 750px; }

.b-timg__row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 50px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 639px) { .b-timg__row { display: block; margin-bottom: 25px; } }

.b-timg__image { margin-right: 111px; margin-right: 8.5%; }

@media screen and (max-width: 959px) { .b-timg__image { margin-left: 0; margin-right: 0; -webkit-box-flex: 50%; -ms-flex: 50%; flex: 50%; } }

.b-timg__image img { border-radius: 10px; }

@media screen and (max-width: 639px) { .b-timg__image { margin-left: -20px; margin-right: -20px; margin-bottom: 16px; }
  .b-timg__image img { width: 100%; height: auto; -o-object-fit: cover; object-fit: cover; border-radius: 0; } }

.left-img .b-timg__image { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }

.right-img .b-timg__image { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.b-timg__text { max-width: 560px; margin-right: 160px; margin-right: 12.3%; }

@media screen and (max-width: 959px) { .b-timg__text { margin-left: 0; margin-right: 0; -webkit-box-flex: 50%; -ms-flex: 50%; flex: 50%; padding-left: 20px; padding-right: 20px; } }

@media screen and (max-width: 639px) { .b-timg__text { padding-left: 0; padding-right: 0; } }

.b-files-wrap { max-width: 1340px; padding: 0 20px; margin: 20px auto 0; }

.b-files { padding: 32px; border: 1px solid #C2C5CB; border-radius: 6px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 50px; margin-top: 30px; }

@media screen and (max-width: 767px) { .b-files { display: block; padding: 20px; margin-bottom: 24px; margin-left: -10px; margin-right: -10px; margin-top: 10px; } }

.b-files__head { max-width: 220px; padding-right: 20px; }

@media screen and (max-width: 767px) { .b-files__head { padding: 12px; margin-bottom: 10px; } }

.b-files__head .icon { margin-bottom: 22px; }

.b-files__head .title { font-size: 18px; line-height: 1.33; font-weight: 700; }

.b-files__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 850px; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.block-text .b-files__list { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-left: -8px; margin-right: -8px; }

@media screen and (max-width: 767px) { .b-files__list { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin-left: -6px; margin-right: -6px; } }

.b-files__list .btn-file { margin: 8px; max-width: calc(100% - 16px); }

@media screen and (max-width: 767px) { .b-files__list .btn-file { margin: 6px; max-width: calc(100% - 12px); } }

.b-files__list .btn-file .ic { margin-left: 8px; -webkit-box-flex: 0; -ms-flex: 0 0 36px; flex: 0 0 36px; }

.wrap-404 { overflow-x: hidden; }

.box-404 { background: #2133D8; color: #fff; border-radius: 22px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 767px) { .box-404 { display: block; border-radius: 12px; } }

.box-404__body { padding: 90px 30px 90px 90px; }

@media screen and (max-width: 1099px) { .box-404__body { padding-left: 40px; margin-right: -65px; } }

@media screen and (max-width: 767px) { .box-404__body { padding-top: 0; padding-left: 15px; margin: 0; } }

.box-404__body .h1 { max-width: 500px; }

@media screen and (max-width: 767px) { .box-404__body .h1 { font-size: 24px; } }

.box-404__body-text { margin-bottom: 60px; max-width: 250px; }

.box-404__image { margin-right: -110px; margin-left: auto; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

@media screen and (max-width: 1099px) { .box-404__image { margin-right: -75px; } }

@media screen and (max-width: 767px) { .box-404__image { text-align: center; margin: auto; padding: 0 30px; } }

@media screen and (max-width: 959px) { .box-404__image img { width: 360px; } }

@media screen and (max-width: 767px) { .box-404__image img { max-width: 100%; } }

.title-form { margin-top: 8px; }

.bform .content { max-width: 480px; }

.contact-content { max-width: 390px; }

.contact-content__top { margin-bottom: 30px; }

.contact-item { margin-bottom: 39px; }

.contact-item__label { font-size: 12px; margin-bottom: 12px; }

.form-wrap { position: relative; }

.form-success { display: none; }

.form-success__box { text-align: center; padding: 20px; }

.form-success__box-image { margin-bottom: 18px; }

.form-success__box-title { margin-bottom: 18px; }

.form-success__box-text { max-width: 200px; font-size: 12px; margin: 0 auto 30px; }

.comment-form { position: relative; }

.form-item { margin-bottom: 16px; }

.form-item input.input, .form-item input[type=text], .form-item input[type=email], .form-item input[type=tel], .form-item input[type=search] { width: 100%; }

.form-item textarea { width: 100%; height: 142px; }

.form-item.form-buttons { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.form-item .wpcf7-acceptance label, .form-item .comment-form-acceptance label { display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 12px; max-width: 240px; line-height: 1.2; }

.form-item .wpcf7-acceptance label [type="checkbox"], .form-item .comment-form-acceptance label [type="checkbox"] { height: 24px; width: 24px; -webkit-box-flex: 0; -ms-flex: 0 0 24px; flex: 0 0 24px; border: 1px solid #AAAAAA; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 4px; margin-right: 8px; }

.file-input label { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; background: #EDEDED; /* Grey 3 */ border: 1px solid #CCCCCC; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 6px; padding: 12px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.file-input label .label { max-width: 260px; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

.file-input label input { position: absolute; visibility: hidden; }

.file-input label:after { content: ''; width: 16px; -webkit-box-flex: 0; -ms-flex: 0 0 16px; flex: 0 0 16px; height: 16px; background: url(../img/svg/icons/ic-dload-min.svg); background-position: center; background-repeat: no-repeat; margin-left: 25px; }

.doc-item { display: -ms-grid; display: grid; -ms-grid-columns: 230px 700px; grid-template-columns: 230px 700px; -ms-grid-rows: max-content max-content; grid-template-rows: -webkit-max-content -webkit-max-content; grid-template-rows: max-content max-content; padding: 32px; border: 1px solid #BEC1C8; border-radius: 6px; margin-bottom: 16px; }

@media screen and (max-width: 1099px) { .doc-item { -ms-grid-columns: 200px auto; grid-template-columns: 200px auto; padding: 20px; } }

@media screen and (max-width: 767px) { .doc-item { padding: 10px 10px 5px; -ms-grid-columns: 72px auto; grid-template-columns: 72px auto; } }

.doc-item__icon { -ms-grid-column: 1; -ms-grid-column-span: 1; grid-column: 1 / 2; -ms-grid-row: 1; -ms-grid-row-span: 3; grid-row: 1 / 4; padding-right: 20px; }

@media screen and (max-width: 767px) { .doc-item__icon { padding-right: 16px; -ms-grid-row: 1; -ms-grid-row-span: 1; grid-row: 1 / 2; } }

.doc-item__icon img { max-width: 100%; -o-object-fit: contain; object-fit: contain; width: 180px; }

@media screen and (max-width: 767px) { .doc-item__icon img { width: 56px; } }

.doc-item__title { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; -ms-grid-row: 1; -ms-grid-row-span: 1; grid-row: 1 / 2; margin-bottom: 24px; max-width: 700px; line-height: 1.2; }

@media screen and (max-width: 959px) { .doc-item__title { font-size: 24px; } }

@media screen and (max-width: 767px) { .doc-item__title { font-size: 18px; margin-bottom: 0; } }

.doc-item__text { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; -ms-grid-row: 2; -ms-grid-row-span: 1; grid-row: 2 / 3; margin-bottom: 24px; max-width: 700px; }

@media screen and (max-width: 767px) { .doc-item__text { margin-top: 12px; margin-bottom: 12px; -ms-grid-row: 2; -ms-grid-row-span: 1; grid-row: 2 / 3; -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1 / 3; } }

.doc-item__buttons { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; -ms-grid-row: 3; -ms-grid-row-span: 1; grid-row: 3 / 4; max-width: 700px; }

@media screen and (max-width: 767px) { .doc-item__buttons { -ms-grid-row: 3; -ms-grid-row-span: 1; grid-row: 3 / 4; -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1 / 3; } }

.doc-item__buttons a { min-height: 54px; margin-right: 20px; }

@media screen and (max-width: 767px) { .doc-item__buttons a { min-width: 195px; margin-bottom: 12px; } }

.s-it__header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; }

@media screen and (max-width: 639px) { .s-it__header { display: block; } }

.s-it__header img { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-right: 28px; }

.s-it__header .h3 { margin: 0; }

@media screen and (max-width: 639px) { .s-it__header .h3 { margin: 16px 0; } }

.s-it__text { max-width: 750px; margin-bottom: 32px; }

.s-it__item { margin-bottom: 47px; }

@media screen and (max-width: 639px) { .s-it__item { margin-bottom: 30px; } }

.s-it__item-img { margin-bottom: 24px; display: block; border-radius: 8px; }

.s-it__item-text { line-height: 1.2; }

.s-it__item-text a { text-decoration: none; color: inherit; }

.s-ip__icon { margin-bottom: 32px; }

.s-ip__icon img { width: 150px; -o-object-fit: contain; object-fit: contain; }

.s-ip__body { max-width: 880px; }

.s-ip__body ul, .s-ip__body ol { margin-top: 32px; margin-bottom: 32px; }

.command__title { padding-bottom: 15px; margin-bottom: 30px; }

.command-item { margin-bottom: 50px; }

@media screen and (max-width: 767px) { .command-item { margin-bottom: 24px; } }

.command-item__box { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.command-item__image { margin-bottom: 20px; }

.command-item__image img { display: block; max-width: 100%; border-radius: 10px; }

body .command-item__image img { width: 260px; height: 260px; -o-object-fit: cover; object-fit: cover; border-radius: 100%; }

.command-item__name { margin-bottom: 10px; }

.command-item__post { margin-bottom: 15px; }

.command-item__phone { margin-bottom: 28px; }

@media screen and (max-width: 767px) { .command-item__phone { margin-bottom: 20px; } }

.command-item__link { margin-top: auto; }

.command-item__link a { color: inherit; text-decoration: underline; }

.command-item__hidden-box { display: none; }

.modal-boss__top { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 25px 0; }

@media screen and (max-width: 767px) { .modal-boss__top { display: block; padding: 0; } }

.modal-boss__image { margin-right: 60px; -webkit-box-flex: 0; -ms-flex: 0 0 310px; flex: 0 0 310px; }

.modal-boss__image img { display: block; max-width: 100%; border-radius: 10px; }

@media screen and (max-width: 959px) { .modal-boss__image { margin-right: 20px; } }

@media screen and (max-width: 767px) { .modal-boss__image { margin-right: 0; } }

.modal-boss__data { padding: 30px 0; }

.modal-boss__name { margin-bottom: 8px; }

.modal-boss__post { margin-bottom: 15px; }

.modal-boss__contact { margin-bottom: 20px; }

.modal-boss__contact > div { margin-bottom: 7px; }

.s-obs { display: -ms-grid; display: grid; -ms-grid-columns: 240px 1fr; grid-template-columns: 240px 1fr; }

@media screen and (max-width: 959px) { .s-obs { display: block; } }

.s-obs__top { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1 / 3; margin-bottom: 22px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 959px) { .s-obs__top { -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.s-obs__title { margin: 0; }

@media screen and (max-width: 959px) { .s-obs__title { margin-bottom: 20px; } }

.s-obs__input { margin-left: 20px; position: relative; -webkit-box-flex: 0; -ms-flex: 0 1 477px; flex: 0 1 477px; display: -webkit-box; display: -ms-flexbox; display: flex; }

@media screen and (max-width: 959px) { .s-obs__input { -webkit-box-flex: 100%; -ms-flex: 100%; flex: 100%; margin-left: 0; } }

.s-obs__input .input, .s-obs__input input[type=text], .s-obs__input input[type=email], .s-obs__input input[type=tel], .s-obs__input input[type=search], .s-obs__input textarea { width: 100%; padding-right: 42px; }

@media screen and (max-width: 959px) { .s-obs__input .input, .s-obs__input input[type=text], .s-obs__input input[type=email], .s-obs__input input[type=tel], .s-obs__input input[type=search], .s-obs__input textarea { height: 44px; margin-left: 20px; } }

.s-obs__input .btn { background-color: transparent; border: none; outline: none; position: absolute; right: 3px; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; }

@media screen and (max-width: 959px) { .s-obs__input .btn { height: 44px; width: 44px; -webkit-box-flex: 0; -ms-flex: 0 0 44px; flex: 0 0 44px; } }

.s-obs__filter { -webkit-box-flex: 0; -ms-flex: 0 0 240px; flex: 0 0 240px; padding-right: 20px; -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 2; grid-row: 2; }

.s-obs__filter .filter-item { margin-bottom: 12px; }

.s-obs__filter .filter-item .input, .s-obs__filter .filter-item input[type=text], .s-obs__filter .filter-item input[type=email], .s-obs__filter .filter-item input[type=tel], .s-obs__filter .filter-item input[type=search], .s-obs__filter .filter-item textarea { height: 32px; }

.s-obs__filter .filter-item .select2-container, .s-obs__filter .filter-item select { width: 100%; }

.s-obs__filter .filter-item .button { font-size: 16px; font-weight: 700; background: #F5F7FA; }

.s-obs__filter .filter-item .button svg { margin-left: 12px; }

.s-obs__content { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; -ms-grid-row: 2; grid-row: 2; }

.l-item { display: -webkit-box; display: -ms-flexbox; display: flex; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 5px; padding: 28px 15px 28px 28px; margin-bottom: 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-transition: -webkit-box-shadow .2s; transition: -webkit-box-shadow .2s; -o-transition: box-shadow .2s; transition: box-shadow .2s; transition: box-shadow .2s, -webkit-box-shadow .2s; }

.l-item:hover { -webkit-box-shadow: 0 20px 20px -15px rgba(183, 183, 183, 0.5); box-shadow: 0 20px 20px -15px rgba(183, 183, 183, 0.5); }

.comment-awaiting-moderation { color: #ad1919; }

.s-catalog__top { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 55px; }

.s-catalog__top .select2-container .select2-selection--single, .s-catalog__top select { height: 42px; }

.contact-map { height: 380px; }

#map { -webkit-filter: grayscale(1); filter: grayscale(1); }

.search-item { padding: 20px 0; margin-bottom: 21px; }

.search-item__title { margin-bottom: 24px; margin-top: 0; }

.b-links-block { display: block; }

.b-links-block .btn-link-narrow { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 20px; margin-left: 0; width: 480px; max-width: 100%; }

@media print { .single-web { display: none !important; } }

.single-print { display: none; }

@media print { .single-print { display: block; } }

.b-plans { margin-bottom: 40px; }

.b-plans__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; margin-bottom: 60px; }

@media screen and (max-width: 639px) { .b-plans__top { display: block; margin-bottom: 20px; } }

.b-plans__text { padding-right: 20px; max-width: 750px; }

@media screen and (max-width: 639px) { .b-plans__text { padding-right: 0; } }

.b-plans__item { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 16px; }

.b-plans__item > a { height: 100%; width: 100%; }

.b-plans__item > a .file-lbl { white-space: normal; }

.uk-modal-dialog { width: 970px; border-radius: 16px; }

.modal-header { padding: 25px 70px; }

@media screen and (max-width: 767px) { .modal-header { padding: 80px 20px 20px; } }

.modal-header .h3 { margin-bottom: 10px; }

.modal-close, .uk-close { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; outline: none; background: transparent; height: 42px; width: 42px; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; cursor: pointer; position: absolute; top: 8px; right: 8px; }

.modal-close .ic, .uk-close .ic { height: 10px; width: 10px; margin: auto; }

@media screen and (max-width: 639px) { .modal-close, .uk-close { height: 40px; width: 50px; background: #0639F2; border-radius: 6px; top: 20px; right: 20px; }
  .modal-close .ic, .modal-close svg, .uk-close .ic, .uk-close svg { fill: #fff; margin: auto; } }

.modal-content { padding: 25px 70px; }

@media screen and (max-width: 767px) { .modal-content { padding: 30px 20px; } }

.modal-content .obj-files__list { max-width: 530px; }

.modal-content .obj-files__list .btn-file { margin-bottom: 12px; }

.b-worker { margin-bottom: 40px; }

.b-worker__title { margin-bottom: 40px; }

@media screen and (max-width: 639px) { .b-worker__title { margin-bottom: 20px; } }

.b-worker__content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.b-worker__item { -webkit-box-flex: 0; -ms-flex: 0 1 460px; flex: 0 1 460px; }

.worker-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; margin-bottom: 20px; }

@media all and (max-width: 450px) { .worker-item { display: block; } }

.worker-item__image { -webkit-box-flex: 0; -ms-flex: 0 0 115px; flex: 0 0 115px; margin-right: 32px; }

.worker-item__image img { border-radius: 50%; }

@media all and (max-width: 450px) { .worker-item__image { margin-right: 0; margin-bottom: 15px; } }

.worker-item__name { margin-bottom: 3px; }

.worker-item__post { margin-bottom: 18px; }

@media all and (max-width: 450px) { .worker-item__post { margin-bottom: 0; } }

.worker-item__contact { margin-bottom: 6px; }

.worker-item__contact a { text-decoration: none; color: inherit; }

.col-750 { max-width: 750px; -webkit-box-flex: 0; -ms-flex: 0 1 750px; flex: 0 1 750px; }

.bh2 { display: -webkit-box; display: -ms-flexbox; display: flex; }

@media screen and (max-width: 639px) { .bh2 { display: block; } }

@media screen and (max-width: 959px) { .bh2__body { -webkit-box-flex: calc(100% - 240px); -ms-flex: calc(100% - 240px); flex: calc(100% - 240px); } }

@media screen and (max-width: 767px) { .bh2__body { -webkit-box-flex: calc(100% - 180px); -ms-flex: calc(100% - 180px); flex: calc(100% - 180px); } }

.bh2__image { padding-left: 20px; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; }

@media screen and (min-width: 640px) { .bh2__image { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } }

@media screen and (max-width: 959px) { .bh2__image { -webkit-box-flex: 220px; -ms-flex: 220px; flex: 220px; } }

@media screen and (max-width: 767px) { .bh2__image { -webkit-box-flex: 180px; -ms-flex: 180px; flex: 180px; } }

@media screen and (max-width: 639px) { .bh2__image { width: 70px; margin-bottom: 15px; padding-left: 0; } }

.bh2__image img { display: block; max-width: 100%; border-radius: 10px; }

.bh2__image img.shadow { -webkit-box-shadow: 0px 34px 62px rgba(0, 0, 0, 0.11); box-shadow: 0px 34px 62px rgba(0, 0, 0, 0.11); }

.b-tform { padding-top: 20px; }

.powers { -webkit-column-break-inside: avoid; break-inside: avoid; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.powers__item { margin-bottom: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }

@media screen and (max-width: 639px) { .powers__item { margin-bottom: 24px; } }

.list-organs { padding-top: 60px; position: relative; margin-left: -27px; }

@media screen and (max-width: 959px) { .list-organs { padding-top: 20px; } }

.org-item { margin-bottom: 20px; }

.org-item__link { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; min-height: 121px; background: #FFFFFF; border-radius: 10px; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; padding: 10px 0 20px 13px; text-decoration: none; }

.org-item__link:hover { -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08), 0px 5px 29px rgba(0, 0, 0, 0.16); box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08), 0px 5px 29px rgba(0, 0, 0, 0.16); }

.org-item__link:hover .item-arrow { opacity: 1; }

@media screen and (max-width: 959px) { .org-item__link { -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08), 0px 5px 29px rgba(0, 0, 0, 0.16); box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08), 0px 5px 29px rgba(0, 0, 0, 0.16); }
  .org-item__link .item-arrow { opacity: 1; } }

.org-item__body { -webkit-box-flex: calc(100% - 65px); -ms-flex: calc(100% - 65px); flex: calc(100% - 65px); }

.org-item__body-icon { display: -webkit-box; display: -ms-flexbox; display: flex; height: 50px; width: 50px; margin-bottom: 7px; }

.org-item__body-icon .ic { margin: auto; }

.org-item__body-title { padding-left: 13px; }

.org-item__arrow { -webkit-box-flex: 65px; -ms-flex: 65px; flex: 65px; display: -webkit-box; display: -ms-flexbox; display: flex; opacity: 0; -webkit-transition: opacity .2s; -o-transition: opacity .2s; transition: opacity .2s; }

.org-item__arrow .ic { margin: auto; }

.top-organ { margin-bottom: 60px; }

.top-organ__contact { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 40px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border-radius: 6px; background: #E6EBFE; height: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media screen and (max-width: 767px) { .top-organ__contact { padding-left: 10px; padding-right: 10px; } }

.top-organ__contact .p1 + .p1 { margin-top: 16px; }

.top-organ__contact-top { margin-bottom: 3.5em; }

.top-organ__content { max-width: 750px; }

.top-organ__content .title-block { margin-bottom: 50px; }

@media screen and (max-width: 767px) { .top-organ__content .title-block { margin-bottom: 24px; } }

@media screen and (max-width: 767px) { .bottom-organ { margin-bottom: 20px; } }

.bottom-organ__title { padding-bottom: 12px; margin-bottom: 32px; }

@media screen and (max-width: 767px) { .bottom-organ__title { padding-bottom: 24px; margin-bottom: 30px; } }

.bottom-organ__list { max-width: 550px; line-height: 2.285; }

.bottom-organ__boss { color: rgba(29, 29, 27, 0.6); }

.bottom-organ__boss-image { margin-bottom: 15px; display: block; border-radius: 6px; }

.bottom-organ__boss-image img { display: block; border-radius: 50%; }

.bottom-organ__boss-name { color: #1D1D1B; margin-bottom: 8px; }

.bottom-organ__boss-post { margin-bottom: 15px; }

.bottom-organ__boss-phone { margin-bottom: 8px; }

.bottom-organ__boss-email { margin-bottom: 8px; }

.obj-main { max-width: 1190px; margin-left: auto; }

.obj-main .main-title { margin-top: 20px; margin-bottom: 26px; }

@media screen and (max-width: 639px) { .obj-main .main-title { margin-bottom: 15px; } }

.obj-main__top { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 50px; }

@media screen and (max-width: 959px) { .obj-main__top { -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.obj-main__top-info { -webkit-box-flex: 860px; -ms-flex: 860px; flex: 860px; }

@media screen and (max-width: 959px) { .obj-main__top-info { margin-bottom: 20px; } }

.obj-main__top-image { padding-left: 50px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

@media screen and (max-width: 639px) { .obj-main__top-image { max-width: 100%; padding-left: 30px; } }

.obj-main__top-image .img { padding: 40px 40px 40px 0; background: #E6EBFE; border-radius: 6px; }

@media screen and (max-width: 639px) { .obj-main__top-image .img { padding: 25px 25px 25px 0; } }

.obj-main__top-image .img img { display: block; margin-left: -50px; max-width: 450px; }

@media screen and (max-width: 639px) { .obj-main__top-image .img img { margin-left: -30px; max-width: calc(100% + 30px); } }

.obj-main .obj-address { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 639px) { .obj-main .obj-address { display: block; } }

.obj-main .obj-address__icon { margin-right: 20px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.obj-main .obj-address__icon img { display: block; }

@media screen and (max-width: 639px) { .obj-main .obj-address__icon img { width: 32px; height: 32px; margin-bottom: 8px; } }

.obj-main__items { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; -webkit-column-gap: 30px; column-gap: 30px; }

@media screen and (max-width: 959px) { .obj-main__items { display: block; } }

.obj-main__item { margin-bottom: 50px; }

@media screen and (max-width: 959px) { .obj-main__item { margin-bottom: 22px; } }

.obj-main__item-label { font-size: 12px; }

.obj-main__item-value .popover { margin-left: 6px; vertical-align: -2px; }

.obj-files { margin-bottom: 45px; }

@media screen and (max-width: 639px) { .obj-files { margin-bottom: 25px; } }

.obj-files__list .btn-file { margin-bottom: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; }

.obj-eva__text { max-width: 750px; }

@media screen and (max-width: 639px) { .obj-eva__title { font-size: 18px; margin-bottom: 15px; } }

.obj-eva .paginationjs { margin-top: 20px; }

.eva-item__inner { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 28px 0 30px; background: #F5F7FA; border-radius: 10px; }

@media screen and (max-width: 959px) { .eva-item__inner { padding: 24px 0; margin: 0 -20px; } }

.eva-item__title { padding: 0 24px; margin-bottom: 12px; }

.eva-item__date { padding-left: 24px; }

.eva-item__row { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 10px 24px 10px 36px; }

@media screen and (max-width: 959px) { .eva-item__row { padding-left: 24px; } }

.eva-item__row .popover { margin-left: 24px; }

.eva-item__header { max-width: 240px; padding-right: 20px; }

.eva-item__ttl { line-height: 1.2; margin-bottom: 4px; }

.eva-item__sub { color: #6D727C; font-size: 12px; }

.eva-item__num { margin-left: auto; background: #0639F2; opacity: 0.89; border-radius: 5px; font-size: 20px; font-weight: 700; height: 38px; min-width: 38px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; color: #fff; }

.eva-item__button { padding: 40px 15px 0 40px; margin-top: auto; }

@media screen and (max-width: 959px) { .eva-item__button { padding-top: 20px; } }

.eva-item__button .doc-load { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 18px 0px; font-size: 16px; font-weight: bold; text-decoration: none; }

.eva-item__button .doc-load .ic { margin-left: 20px; -webkit-box-flex: 0; -ms-flex: 0 0 16px; flex: 0 0 16px; }

.s-objects { margin-top: 60px; }

.s-objects .btn-radio { margin-right: 20px; }

@media screen and (max-width: 959px) { .s-objects .form-search-input { margin-left: 0; margin-top: 15px; } }

@media screen and (max-width: 959px) { .s-objects input.search-word { margin-left: 0; } }

.b-objects { max-width: 975px; width: 100%; margin-left: auto; }

.b-objects__list { margin-left: -20px; }

@media screen and (max-width: 767px) { .b-objects__list { margin-left: 0; } }

.object-item { margin-left: 20px; width: calc(33.33% - 20px); padding: 20px 23px; }

@media screen and (max-width: 767px) { .object-item { width: 100%; margin-left: 0; } }

.object-item__left { padding-right: 12px; }

.object-item__name { font-weight: bold; margin-bottom: 8px; }

.object-item__city { font-size: 12px; }

.map-objects { height: 580px; }

.leaflet-popup-content { font-family: "e-Ukraine", sans-serif; font-size: 14px; line-height: 1.2; }

.map-obj__title { font-size: 16px; margin-bottom: 3px; font-weight: bold; }

.map-obj__type { margin-bottom: 12px; }

.map-obj__phone { margin-bottom: 20px; }

.map-obj__address { margin-bottom: 15px; }

.map-obj__link-more a { color: #1D1D1B; text-decoration: none; font-weight: 700; }

.law-top { padding-bottom: 60px; margin-bottom: 60px; }

@media screen and (max-width: 767px) { .law-top { padding-bottom: 30px; margin-bottom: 30px; } }

.law-top__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

@media all and (min-width: 1140px) { .law-top__inner { margin-left: calc(50% - 550px); } }

@media screen and (max-width: 767px) { .law-top__inner { display: block; } }

.law-top__left { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; padding-top: 18px; max-width: 805px; }

.law-top__type { margin-bottom: 12px; }

.law-top__number { margin-bottom: 20px; }

.law-top__right { -webkit-box-flex: 0; -ms-flex: 0 0 377px; flex: 0 0 377px; background: #E6EBFE; border-radius: 13px; margin-left: 20px; }

@media screen and (max-width: 767px) { .law-top__right { margin-left: 0; margin-bottom: 15px; } }

.vote { position: relative; }

.vote__head { background: #6081FF; border-radius: 13px 13px 0 0; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 20px; }

.vote__head-col { -webkit-box-flex: 1; -ms-flex: 1 1 50%; flex: 1 1 50%; padding-left: 20px; }

.vote__head-res { font-size: 32px; font-weight: 700; }

.vote__progress { height: 6px; background: rgba(245, 247, 250, 0.1); margin-top: -6px; }

.vote__progress-bar { height: 6px; background: #0639F2; }

.vote__form { padding: 20px 40px; }

.vote__form-head { margin-bottom: 20px; }

.vote__form-buttons .btn { margin-right: 20px; padding: 16px 25px; }

.sv-success-message { display: none; color: #337533; padding: 0 40px 20px; margin: 0; position: relative; z-index: 5; }

.sv-error-message { display: none; color: #fa4646; padding: 0 40px 20px; margin: 0; position: relative; z-index: 5; }

.law-content { margin-bottom: 60px; }

@media screen and (max-width: 767px) { .law-content { margin-bottom: 30px; } }

.comments { display: -webkit-box; display: -ms-flexbox; display: flex; }

@media screen and (max-width: 767px) { .comments { display: block; } }

.comments__list { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

.comments__list-box { background: #F5F7FA; overflow: hidden; border-radius: 8px; padding: 40px; }

@media screen and (max-width: 767px) { .comments__list-box { padding-left: 17px; padding-right: 7px; } }

.comments__inner { overflow: hidden; max-height: 570px; height: 570px; }

@media screen and (max-width: 767px) { .comments__inner { height: auto; } }

.comments__form { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; padding-left: 70px; }

@media screen and (max-width: 767px) { .comments__form { padding-left: 0; margin-top: 20px; } }

@media screen and (min-width: 768px) { .comments .form-comment-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.comments .form-comment-bottom .comment-form-acceptance { margin-bottom: 18px; }

@media screen and (min-width: 768px) { .comments .form-comment-bottom .comment-form-acceptance { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-left: 20px; } }

.comment { padding-right: 20px; padding-bottom: 23px; }

.comment__name { margin-bottom: 8px; }

.comment__text { margin-bottom: 15px; }

.comment__date { font-size: 12px; }

.text-cons { margin-bottom: 60px; }

@media screen and (max-width: 767px) { .text-cons { margin-bottom: 20px; } }

.text-cons__body { line-height: 1.2; }

@media screen and (max-width: 767px) { .cons-filter { -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; } }

.laws-search { margin-left: auto; }

@media screen and (max-width: 767px) { .laws-search { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .laws-search .input, .laws-search input[type=text], .laws-search input[type=email], .laws-search input[type=tel], .laws-search input[type=search], .laws-search textarea { margin-left: 0; } }

.b-laws { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.b-laws__top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }

.b-laws__filter { -webkit-box-flex: 0; -ms-flex: 0 0 220px; flex: 0 0 220px; margin-right: 20px; }

.b-laws__list { -webkit-box-flex: 100%; -ms-flex: 100%; flex: 100%; }

.law-item { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

@media screen and (max-width: 959px) { .law-item { padding: 20px 10px 20px 6px; } }

.law-item__name { -webkit-box-flex: 0; -ms-flex: 0 0 730px; flex: 0 0 730px; }

@media all and (max-width: 1230px) { .law-item__name { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } }

.law-item__date { padding: 0 20px; margin-right: auto; width: 130px; }

@media screen and (max-width: 959px) { .law-item__date { padding-left: 17px; padding-right: 0; -webkit-box-flex: 0; -ms-flex: 0 0 106px; flex: 0 0 106px; width: 106px; margin: 0; } }

.law-item__icon { width: 50px; text-align: right; margin-left: auto; -webkit-box-flex: 0; -ms-flex: 0 0 50px; flex: 0 0 50px; }

@media screen and (max-width: 959px) { .law-item__icon { -webkit-box-flex: 0; -ms-flex: 0 0 10px; flex: 0 0 10px; } }

.c-item__date { margin-left: auto; margin-right: 0; }

.b-request_access .h3 { margin-bottom: 45px; }

@media screen and (max-width: 959px) { .b-request_access .h3 { margin-bottom: 20px; } }

.vacs-content { position: relative; }

.vac-item { margin-bottom: 8px; padding: 15px; display: block; }

@media screen and (max-width: 959px) { .vac-item { padding: 15px 10px; } }

.vac-item__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; }

@media screen and (max-width: 959px) { .vac-item__inner { display: block; padding-right: 30px; } }

.vac-item__title { -webkit-box-flex: 0; -ms-flex: 0 1 29%; flex: 0 1 29%; }

@media screen and (max-width: 959px) { .vac-item__title { margin-bottom: 20px; } }

.vac-item__organ { padding-left: 20px; padding-right: 20px; -webkit-box-flex: 0; -ms-flex: 0 1 29%; flex: 0 1 29%; }

@media screen and (max-width: 959px) { .vac-item__organ { padding: 0; margin-bottom: 20px; color: rgba(50, 50, 50, 0.6); } }

.vac-item__city { padding-right: 20px; -webkit-box-flex: 0; -ms-flex: 0 1 15%; flex: 0 1 15%; }

@media screen and (max-width: 959px) { .vac-item__city { padding-right: 0; margin-bottom: 20px; color: rgba(50, 50, 50, 0.6); } }

.vac-item__period { white-space: nowrap; padding-right: 15px; -webkit-box-flex: 0; -ms-flex: 0 1 200px; flex: 0 1 200px; }

@media screen and (max-width: 959px) { .vac-item__period { padding-right: 0; margin-bottom: 20px; } }

.vac-item__status { padding-right: 20px; -webkit-box-flex: 0; -ms-flex: 0 1 115px; flex: 0 1 115px; }

@media screen and (max-width: 959px) { .vac-item__status { padding-right: 0; } }

.vac-item__status .station { padding: 12px; border-radius: 6px; font-weight: bold; width: 95px; }

.vac-item__arrow { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

@media screen and (max-width: 959px) { .vac-item__arrow { position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); } }

.vacancy { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.vacancy .spacer { -webkit-box-flex: 1; -ms-flex: 1 0 100%; flex: 1 0 100%; padding-top: 35px; }

.vacancy__row { display: -webkit-box; display: -ms-flexbox; display: flex; max-width: 100%; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.vacancy__left { -webkit-box-flex: 1; -ms-flex: 1 1 55%; flex: 1 1 55%; max-width: 750px; }

.vacancy__organ { font-size: 12px; margin-bottom: 1.2em; }

.vacancy__right { -webkit-box-flex: 1; -ms-flex: 1 1 330px; flex: 1 1 330px; padding-left: 20px; max-width: 330px; }

@media screen and (max-width: 767px) { .vacancy__right { padding-left: 0; } }

.vacancy__station { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 20px; }

@media screen and (max-width: 767px) { .vacancy__station { -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.vacancy__status { padding: 12px; border-radius: 6px; font-weight: bold; white-space: nowrap; margin-right: 20px; }

@media screen and (max-width: 499px) { .vacancy__status { margin-bottom: 15px; } }

.vacancy__start { font-size: 12px; opacity: .6; }

.vacancy__content { max-width: 560px; }

.vacancy__label { font-size: 12px; margin-bottom: 12px; }

.vacancy__value { margin-bottom: 25px; }

.vacancy__cond { color: #6D727C; margin-bottom: 50px; }

.vacancy__cond ul, .vacancy__cond ol { color: #1D1D1B; }

.status-open { color: #0639F2; background: #E6EBFE; }

.status-closed { background: #F5F7FA; }

.s-footer { background: rgba(6, 57, 242, 0.1); padding-top: 79px; }

@media screen and (max-width: 980px) { .s-footer { padding-top: 0; } }

@media print { .s-footer { display: none; } }

.s-footer__box { max-width: 1080px; margin-left: auto; margin-right: auto; }

.s-footer__top { padding-bottom: 45px; border-bottom: 1px solid #C2C5CB; }

@media screen and (max-width: 980px) { .s-footer__top { display: none; } }

.s-footer__menu { padding-right: 10px; }

@media screen and (max-width: 1199px) { .s-footer__menu { -webkit-box-flex: 25%; -ms-flex: 25%; flex: 25%; } }

.s-footer__menu li { list-style: none; }

.s-footer__menu a { text-decoration: none; color: inherit; }

.s-footer__menu a:hover { text-decoration: underline; }

.s-footer__menu:last-of-type { padding-right: 20px; }

.s-footer__menu:last-of-type li { margin-bottom: 16px; }

@media screen and (max-width: 1199px) { .s-footer__menu:last-of-type { -webkit-box-flex: 100%; -ms-flex: 100%; flex: 100%; margin-top: 30px; }
  .s-footer__menu:last-of-type .footer-menu { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .s-footer__menu:last-of-type li { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; }
  .s-footer__menu:last-of-type li + li { padding-left: 20px; } }

.s-footer .footer-menu { list-style: none; }

.s-footer .footer-menu > li > a { font-size: 16px; font-weight: 700; }

.s-footer .footer-menu > li ul { padding-top: 1px; }

.s-footer .footer-menu > li ul li { margin-top: 12px; }

.s-footer .footer-menu > li ul li a { font-size: 12px; color: #6D727C; }

.s-footer__bottom { padding-top: 32px; padding-bottom: 35px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; color: #6D727C; font-size: 12px; line-height: 1.1666; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

@media screen and (max-width: 639px) { .s-footer__bottom { padding-top: 24px; } }

.s-footer__info { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; -webkit-box-flex: 65%; -ms-flex: 65%; flex: 65%; display: -webkit-box; display: -ms-flexbox; display: flex; padding-bottom: 45px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 980px) { .s-footer__info { padding-bottom: 15px; border-bottom: 1px solid #C2C5CB; } }

@media screen and (max-width: 639px) { .s-footer__info { display: block; } }

.s-footer__info-logo { margin-right: 16px; -webkit-box-flex: 0; -ms-flex: 0 0 185px; flex: 0 0 185px; width: 185px; }

@media screen and (max-width: 639px) { .s-footer__info-logo { margin-bottom: 15px; } }

.s-footer__info-logo img { max-width: 100%; }

.s-footer__info-description { max-width: 400px; }

.s-footer__copyright { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; max-width: 455px; margin: auto auto auto 0; }

@media screen and (max-width: 980px) { .s-footer__copyright { margin-right: 35%; padding-top: 15px; padding-bottom: 15px; } }

@media screen and (max-width: 767px) { .s-footer__copyright { margin-right: 15%; } }

.s-footer__social { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; -webkit-box-flex: 35%; -ms-flex: 35%; flex: 35%; margin-left: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 980px) { .s-footer__social { -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-top: 15px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } }

@media screen and (max-width: 639px) { .s-footer__social { display: block; } }

.s-footer__social-title { padding: 0 10px; -webkit-box-flex: 0; -ms-flex: 0 1 38%; flex: 0 1 38%; }

@media screen and (max-width: 639px) { .s-footer__social-title { width: 50%; margin-bottom: 15px; } }

.s-footer__social-list { display: -webkit-box; display: -ms-flexbox; display: flex; }

.s-footer__social-list .btn { margin-left: 12px; height: 60px; -webkit-box-flex: 0; -ms-flex: 0 0 60px; flex: 0 0 60px; }

.s-footer__dia { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; margin-left: 20px; }

@media screen and (max-width: 980px) { .s-footer__dia { margin-left: 0; } }

@media screen and (max-width: 639px) { .s-footer__dia { -webkit-box-flex: 100%; -ms-flex: 100%; flex: 100%; margin-bottom: 15px; } }

.s-footer__dia a { height: 92px; padding: 16px; border-radius: 22px; }

@media screen and (max-width: 767px) { .s-footer__dia a { height: 70px; border-radius: 12px; padding-top: 11px; padding-bottom: 11px; } }

@media screen and (max-width: 639px) { .s-footer__dia a { max-width: 280px; width: 280px; } }

.s-footer__dia a .ic { margin-right: 11px; }

.s-footer__dia a .dia-label { font-size: 12px; line-height: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; letter-spacing: -0.02em; color: #0C0C0C; opacity: 0.7; }

.s-footer__corr { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; margin-left: 20px; }

@media screen and (max-width: 639px) { .s-footer__corr { -webkit-box-flex: 100%; -ms-flex: 100%; flex: 100%; margin-left: 0; } }

.s-footer__corr a { height: 92px; padding: 16px; border-radius: 22px; max-width: 268px; }

@media screen and (max-width: 767px) { .s-footer__corr a { height: 70px; border-radius: 12px; padding-top: 10px; padding-bottom: 10px; } }

@media screen and (max-width: 639px) { .s-footer__corr a { max-width: 280px; } }

.s-footer__corr a .icon { height: 60px; width: 60px; -webkit-box-flex: 0; -ms-flex: 0 0 60px; flex: 0 0 60px; background: #FFFFFF; -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.11); box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.11); border-radius: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; margin-right: 19px; }

@media screen and (max-width: 767px) { .s-footer__corr a .icon { height: 50px; width: 85px; } }

.s-footer__corr a .icon .ic { margin: auto; }

.s-footer__corr a .label { font-weight: bold; font-size: 20px; line-height: 1.2; color: #1D1D1B; text-decoration: none; }

@media screen and (max-width: 767px) { .s-footer__corr a .label { font-size: 14px; } }
/*# sourceMappingURL=style.css.map */