

/* Start:/local/templates/grants/css/reset.css?17340987737076*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* End */


/* Start:/local/templates/grants/libs/selectric/selectric.min.css?17340987733189*/
.selectric-wrapper{position:relative;cursor:pointer}.selectric-responsive{width:100%}.selectric{border:1px solid #ddd;border-radius:0;background:#f8f8f8;position:relative;overflow:hidden}.selectric .label{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 38px 0 10px;font-size:12px;line-height:38px;color:#444;height:38px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.selectric .button{display:block;position:absolute;right:0;top:0;width:38px;height:38px;line-height:38px;background-color:#f8f8f8;color:#bbb;text-align:center;font:0/0 a}.selectric .button:after{content:" ";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:0;height:0;border:4px solid transparent;border-top-color:#bbb;border-bottom:none}.selectric-focus .selectric{border-color:#aaa}.selectric-hover .selectric{border-color:#c4c4c4}.selectric-hover .selectric .button{color:#a2a2a2}.selectric-hover .selectric .button:after{border-top-color:#a2a2a2}.selectric-open{z-index:9999}.selectric-open .selectric{border-color:#c4c4c4}.selectric-open .selectric-items{display:block}.selectric-disabled{opacity:.5;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.selectric-hide-select{position:relative;overflow:hidden;width:0;height:0}.selectric-hide-select select{position:absolute;left:-100%}.selectric-hide-select.selectric-is-native{position:absolute;width:100%;height:100%;z-index:10}.selectric-hide-select.selectric-is-native select{position:absolute;top:0;left:0;right:0;height:100%;width:100%;border:none;z-index:1;box-sizing:border-box;opacity:0}.selectric-input{position:absolute!important;top:0!important;left:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;margin:0!important;padding:0!important;width:1px!important;height:1px!important;outline:0!important;border:none!important;background:0 0!important}.selectric-temp-show{position:absolute!important;visibility:hidden!important;display:block!important}.selectric-items{display:none;position:absolute;top:100%;left:0;background:#f8f8f8;border:1px solid #c4c4c4;z-index:-1;box-shadow:0 0 10px -6px}.selectric-items .selectric-scroll{height:100%;overflow:auto}.selectric-above .selectric-items{top:auto;bottom:100%}.selectric-items li,.selectric-items ul{list-style:none;padding:0;margin:0;font-size:12px;line-height:20px;min-height:20px}.selectric-items li{display:block;padding:10px;color:#666;cursor:pointer}.selectric-items li.selected{background:#e0e0e0;color:#444}.selectric-items li.highlighted{background:#d0d0d0;color:#444}.selectric-items li:hover{background:#d5d5d5;color:#444}.selectric-items .disabled{opacity:.5;cursor:default!important;background:0 0!important;color:#666!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.selectric-items .selectric-group .selectric-group-label{font-weight:700;padding-left:10px;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0;color:#444}.selectric-items .selectric-group.disabled li{opacity:1}.selectric-items .selectric-group li{padding-left:25px}
/* End */


/* Start:/local/templates/grants/libs/fancybox/jquery.fancybox.min.css?173409877312795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/grants/libs/air-datepicker/css/datepicker.min.css?173409877312257*/
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/* End */


/* Start:/local/templates/grants/css/styles.css?1756991497430064*/
/* ------------------------------------------- FONTS ------------------------------------------- */
@font-face {
  font-family: "Grtsk Peta";
  src: url("/local/templates/grants/css/../fonts/GrtskPeta/GrtskPeta-Regular.eot");
  src: local("Grtsk Peta Regular"), local("GrtskPeta-Regular"), url("/local/templates/grants/css/../fonts/GrtskPeta/GrtskPeta-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/grants/css/../fonts/GrtskPeta/GrtskPeta-Regular.woff2") format("woff2"), url("/local/templates/grants/css/../fonts/GrtskPeta/GrtskPeta-Regular.woff") format("woff"), url("/local/templates/grants/css/../fonts/GrtskPeta/GrtskPeta-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Grtsk Peta";
  src: url("/local/templates/grants/css/../fonts/GrtskPeta/GrtskPeta-Italic.eot");
  src: local("Grtsk Peta Italic"), local("GrtskPeta-Italic"), url("/local/templates/grants/css/../fonts/GrtskPeta/GrtskPeta-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/grants/css/../fonts/GrtskPeta/GrtskPeta-Italic.woff2") format("woff2"), url("/local/templates/grants/css/../fonts/GrtskPeta/GrtskPeta-Italic.woff") format("woff"), url("/local/templates/grants/css/../fonts/GrtskPeta/GrtskPeta-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Grtsk Peta";
  src: url("/local/templates/grants/css/../fonts/GrtskPeta/GrtskPeta-Semibold.eot");
  src: local("Grtsk Peta Semibold"), local("GrtskPeta-Semibold"), url("/local/templates/grants/css/../fonts/GrtskPeta/GrtskPeta-Semibold.eot?#iefix") format("embedded-opentype"), url("/local/templates/grants/css/../fonts/GrtskPeta/GrtskPeta-Semibold.woff2") format("woff2"), url("/local/templates/grants/css/../fonts/GrtskPeta/GrtskPeta-Semibold.woff") format("woff"), url("/local/templates/grants/css/../fonts/GrtskPeta/GrtskPeta-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* --------------------------------------- COMMON STYLES --------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
header,
footer {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

.header,
.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  max-width: 100%;
}

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

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

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .col,
.col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.16667%;
          flex: 0 0 4.16667%;
  max-width: 4.16667%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.83333%;
          flex: 0 0 20.83333%;
  max-width: 20.83333%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.16667%;
          flex: 0 0 29.16667%;
  max-width: 29.16667%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.83333%;
          flex: 0 0 45.83333%;
  max-width: 45.83333%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-13 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.16667%;
          flex: 0 0 54.16667%;
  max-width: 54.16667%;
}

.col-14 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-16 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-17 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70.83333%;
          flex: 0 0 70.83333%;
  max-width: 70.83333%;
}

.col-18 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-19 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 79.16667%;
          flex: 0 0 79.16667%;
  max-width: 79.16667%;
}

.col-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-21 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 87.5%;
          flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-22 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-23 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95.83333%;
          flex: 0 0 95.83333%;
  max-width: 95.83333%;
}

.col-24 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 26;
      -ms-flex-order: 25;
          order: 25;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.order-13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}

.order-15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}

.order-16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}

.order-17 {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}

.order-18 {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}

.order-19 {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}

.order-20 {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}

.order-21 {
  -webkit-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}

.order-22 {
  -webkit-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22;
}

.order-23 {
  -webkit-box-ordinal-group: 24;
      -ms-flex-order: 23;
          order: 23;
}

.order-24 {
  -webkit-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24;
}

.offset-1 {
  margin-left: 4.16667%;
}

.offset-2 {
  margin-left: 8.33333%;
}

.offset-3 {
  margin-left: 12.5%;
}

.offset-4 {
  margin-left: 16.66667%;
}

.offset-5 {
  margin-left: 20.83333%;
}

.offset-6 {
  margin-left: 25%;
}

.offset-7 {
  margin-left: 29.16667%;
}

.offset-8 {
  margin-left: 33.33333%;
}

.offset-9 {
  margin-left: 37.5%;
}

.offset-10 {
  margin-left: 41.66667%;
}

.offset-11 {
  margin-left: 45.83333%;
}

.offset-12 {
  margin-left: 50%;
}

.offset-13 {
  margin-left: 54.16667%;
}

.offset-14 {
  margin-left: 58.33333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.66667%;
}

.offset-17 {
  margin-left: 70.83333%;
}

.offset-18 {
  margin-left: 75%;
}

.offset-19 {
  margin-left: 79.16667%;
}

.offset-20 {
  margin-left: 83.33333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.66667%;
}

.offset-23 {
  margin-left: 95.83333%;
}

@media (min-width: 560px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .col-xs-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xs-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .col-xs-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .col-xs-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xs-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .col-xs-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xs-last {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order-xs-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xs-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order-xs-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .order-xs-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .order-xs-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .order-xs-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .order-xs-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .order-xs-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .order-xs-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .order-xs-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .order-xs-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .order-xs-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 4.16667%;
  }
  .offset-xs-2 {
    margin-left: 8.33333%;
  }
  .offset-xs-3 {
    margin-left: 12.5%;
  }
  .offset-xs-4 {
    margin-left: 16.66667%;
  }
  .offset-xs-5 {
    margin-left: 20.83333%;
  }
  .offset-xs-6 {
    margin-left: 25%;
  }
  .offset-xs-7 {
    margin-left: 29.16667%;
  }
  .offset-xs-8 {
    margin-left: 33.33333%;
  }
  .offset-xs-9 {
    margin-left: 37.5%;
  }
  .offset-xs-10 {
    margin-left: 41.66667%;
  }
  .offset-xs-11 {
    margin-left: 45.83333%;
  }
  .offset-xs-12 {
    margin-left: 50%;
  }
  .offset-xs-13 {
    margin-left: 54.16667%;
  }
  .offset-xs-14 {
    margin-left: 58.33333%;
  }
  .offset-xs-15 {
    margin-left: 62.5%;
  }
  .offset-xs-16 {
    margin-left: 66.66667%;
  }
  .offset-xs-17 {
    margin-left: 70.83333%;
  }
  .offset-xs-18 {
    margin-left: 75%;
  }
  .offset-xs-19 {
    margin-left: 79.16667%;
  }
  .offset-xs-20 {
    margin-left: 83.33333%;
  }
  .offset-xs-21 {
    margin-left: 87.5%;
  }
  .offset-xs-22 {
    margin-left: 91.66667%;
  }
  .offset-xs-23 {
    margin-left: 95.83333%;
  }
}

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .col-sm-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-sm-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .col-sm-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .col-sm-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-sm-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .col-sm-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order-sm-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order-sm-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .order-sm-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .order-sm-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .order-sm-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .order-sm-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .order-sm-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .order-sm-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .order-sm-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .order-sm-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .order-sm-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 4.16667%;
  }
  .offset-sm-2 {
    margin-left: 8.33333%;
  }
  .offset-sm-3 {
    margin-left: 12.5%;
  }
  .offset-sm-4 {
    margin-left: 16.66667%;
  }
  .offset-sm-5 {
    margin-left: 20.83333%;
  }
  .offset-sm-6 {
    margin-left: 25%;
  }
  .offset-sm-7 {
    margin-left: 29.16667%;
  }
  .offset-sm-8 {
    margin-left: 33.33333%;
  }
  .offset-sm-9 {
    margin-left: 37.5%;
  }
  .offset-sm-10 {
    margin-left: 41.66667%;
  }
  .offset-sm-11 {
    margin-left: 45.83333%;
  }
  .offset-sm-12 {
    margin-left: 50%;
  }
  .offset-sm-13 {
    margin-left: 54.16667%;
  }
  .offset-sm-14 {
    margin-left: 58.33333%;
  }
  .offset-sm-15 {
    margin-left: 62.5%;
  }
  .offset-sm-16 {
    margin-left: 66.66667%;
  }
  .offset-sm-17 {
    margin-left: 70.83333%;
  }
  .offset-sm-18 {
    margin-left: 75%;
  }
  .offset-sm-19 {
    margin-left: 79.16667%;
  }
  .offset-sm-20 {
    margin-left: 83.33333%;
  }
  .offset-sm-21 {
    margin-left: 87.5%;
  }
  .offset-sm-22 {
    margin-left: 91.66667%;
  }
  .offset-sm-23 {
    margin-left: 95.83333%;
  }
}

@media (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .col-md-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-md-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .col-md-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .col-md-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-md-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .col-md-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order-md-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order-md-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .order-md-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .order-md-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .order-md-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .order-md-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .order-md-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .order-md-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .order-md-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .order-md-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .order-md-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 4.16667%;
  }
  .offset-md-2 {
    margin-left: 8.33333%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .offset-md-4 {
    margin-left: 16.66667%;
  }
  .offset-md-5 {
    margin-left: 20.83333%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
  .offset-md-7 {
    margin-left: 29.16667%;
  }
  .offset-md-8 {
    margin-left: 33.33333%;
  }
  .offset-md-9 {
    margin-left: 37.5%;
  }
  .offset-md-10 {
    margin-left: 41.66667%;
  }
  .offset-md-11 {
    margin-left: 45.83333%;
  }
  .offset-md-12 {
    margin-left: 50%;
  }
  .offset-md-13 {
    margin-left: 54.16667%;
  }
  .offset-md-14 {
    margin-left: 58.33333%;
  }
  .offset-md-15 {
    margin-left: 62.5%;
  }
  .offset-md-16 {
    margin-left: 66.66667%;
  }
  .offset-md-17 {
    margin-left: 70.83333%;
  }
  .offset-md-18 {
    margin-left: 75%;
  }
  .offset-md-19 {
    margin-left: 79.16667%;
  }
  .offset-md-20 {
    margin-left: 83.33333%;
  }
  .offset-md-21 {
    margin-left: 87.5%;
  }
  .offset-md-22 {
    margin-left: 91.66667%;
  }
  .offset-md-23 {
    margin-left: 95.83333%;
  }
}

@media (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .col-lg-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-lg-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .col-lg-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .col-lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-lg-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .col-lg-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order-lg-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order-lg-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .order-lg-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .order-lg-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .order-lg-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .order-lg-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .order-lg-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .order-lg-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .order-lg-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .order-lg-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .order-lg-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 4.16667%;
  }
  .offset-lg-2 {
    margin-left: 8.33333%;
  }
  .offset-lg-3 {
    margin-left: 12.5%;
  }
  .offset-lg-4 {
    margin-left: 16.66667%;
  }
  .offset-lg-5 {
    margin-left: 20.83333%;
  }
  .offset-lg-6 {
    margin-left: 25%;
  }
  .offset-lg-7 {
    margin-left: 29.16667%;
  }
  .offset-lg-8 {
    margin-left: 33.33333%;
  }
  .offset-lg-9 {
    margin-left: 37.5%;
  }
  .offset-lg-10 {
    margin-left: 41.66667%;
  }
  .offset-lg-11 {
    margin-left: 45.83333%;
  }
  .offset-lg-12 {
    margin-left: 50%;
  }
  .offset-lg-13 {
    margin-left: 54.16667%;
  }
  .offset-lg-14 {
    margin-left: 58.33333%;
  }
  .offset-lg-15 {
    margin-left: 62.5%;
  }
  .offset-lg-16 {
    margin-left: 66.66667%;
  }
  .offset-lg-17 {
    margin-left: 70.83333%;
  }
  .offset-lg-18 {
    margin-left: 75%;
  }
  .offset-lg-19 {
    margin-left: 79.16667%;
  }
  .offset-lg-20 {
    margin-left: 83.33333%;
  }
  .offset-lg-21 {
    margin-left: 87.5%;
  }
  .offset-lg-22 {
    margin-left: 91.66667%;
  }
  .offset-lg-23 {
    margin-left: 95.83333%;
  }
}

@media (min-width: 1600px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }
  .col-xl-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xl-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
  .col-xl-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }
  .col-xl-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xl-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }
  .col-xl-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order-xl-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order-xl-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .order-xl-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .order-xl-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .order-xl-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .order-xl-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .order-xl-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .order-xl-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .order-xl-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .order-xl-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .order-xl-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 4.16667%;
  }
  .offset-xl-2 {
    margin-left: 8.33333%;
  }
  .offset-xl-3 {
    margin-left: 12.5%;
  }
  .offset-xl-4 {
    margin-left: 16.66667%;
  }
  .offset-xl-5 {
    margin-left: 20.83333%;
  }
  .offset-xl-6 {
    margin-left: 25%;
  }
  .offset-xl-7 {
    margin-left: 29.16667%;
  }
  .offset-xl-8 {
    margin-left: 33.33333%;
  }
  .offset-xl-9 {
    margin-left: 37.5%;
  }
  .offset-xl-10 {
    margin-left: 41.66667%;
  }
  .offset-xl-11 {
    margin-left: 45.83333%;
  }
  .offset-xl-12 {
    margin-left: 50%;
  }
  .offset-xl-13 {
    margin-left: 54.16667%;
  }
  .offset-xl-14 {
    margin-left: 58.33333%;
  }
  .offset-xl-15 {
    margin-left: 62.5%;
  }
  .offset-xl-16 {
    margin-left: 66.66667%;
  }
  .offset-xl-17 {
    margin-left: 70.83333%;
  }
  .offset-xl-18 {
    margin-left: 75%;
  }
  .offset-xl-19 {
    margin-left: 79.16667%;
  }
  .offset-xl-20 {
    margin-left: 83.33333%;
  }
  .offset-xl-21 {
    margin-left: 87.5%;
  }
  .offset-xl-22 {
    margin-left: 91.66667%;
  }
  .offset-xl-23 {
    margin-left: 95.83333%;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1222px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1648px;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 560px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xs-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xs-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xs-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1600px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.container,
.container-fluid {
  padding-right: 24px;
  padding-left: 24px;
}

@media (max-width: 1279.98px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .col-xs-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

img {
  display: block;
  max-width: 100%;
}

.page-title {
  color: #002f6c;
  margin-bottom: 62px;
}

@media (max-width: 1599.98px) {
  .page-title {
    margin-bottom: 42px;
  }
}

@media (max-width: 1279.98px) {
  .page-title {
    margin-bottom: 40px;
  }
}

.page-head {
  margin-bottom: 62px;
}

@media (max-width: 1599.98px) {
  .page-head {
    margin-bottom: 42px;
  }
}

@media (max-width: 1279.98px) {
  .page-head {
    margin-bottom: 40px;
  }
}

.page-head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-head .breadcrumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.page-head .page-title {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.page-head .page-title:not(:last-child) {
  padding-right: 40px;
}

.page-head__right-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 1279.98px) {
  .page-head .page-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .page-head .page-title:not(:last-child) {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.site-section {
  margin-bottom: 120px;
}

@media (max-width: 1599.98px) {
  .site-section {
    margin-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .site-section {
    margin-bottom: 80px;
  }
}

.site-section__title {
  color: #002f6c;
  font-weight: 400;
  margin-bottom: 60px;
}

@media (max-width: 1599.98px) {
  .site-section__title {
    margin-bottom: 40px;
  }
}

.site-section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 60px;
}

.site-section__head .site-section__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding-right: 1em;
  margin-bottom: 0;
}

.site-section__head .swiper-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
}

@media (max-width: 1599.98px) {
  .site-section__head {
    margin-bottom: 40px;
  }
}

.site-section__nav {
  margin-top: 60px;
}

@media (max-width: 1599.98px) {
  .site-section__nav {
    margin-top: 40px;
  }
}

.align-items-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-items-height > .col, .align-items-height .col-auto, .align-items-height .col-1, .align-items-height .col-2, .align-items-height .col-3, .align-items-height .col-4, .align-items-height .col-5, .align-items-height .col-6, .align-items-height .col-7, .align-items-height .col-8, .align-items-height .col-9, .align-items-height .col-10, .align-items-height .col-11, .align-items-height .col-12, .align-items-height .col-13, .align-items-height .col-14, .align-items-height .col-15, .align-items-height .col-16, .align-items-height .col-17, .align-items-height .col-18, .align-items-height .col-19, .align-items-height .col-20, .align-items-height .col-21, .align-items-height .col-22, .align-items-height .col-23, .align-items-height .col-24, .align-items-height .col-xs-auto, .align-items-height .col-xs-1, .align-items-height .col-xs-2, .align-items-height .col-xs-3, .align-items-height .col-xs-4, .align-items-height .col-xs-5, .align-items-height .col-xs-6, .align-items-height .col-xs-7, .align-items-height .col-xs-8, .align-items-height .col-xs-9, .align-items-height .col-xs-10, .align-items-height .col-xs-11, .align-items-height .col-xs-12, .align-items-height .col-xs-13, .align-items-height .col-xs-14, .align-items-height .col-xs-15, .align-items-height .col-xs-16, .align-items-height .col-xs-17, .align-items-height .col-xs-18, .align-items-height .col-xs-19, .align-items-height .col-xs-20, .align-items-height .col-xs-21, .align-items-height .col-xs-22, .align-items-height .col-xs-23, .align-items-height .col-xs-24, .align-items-height .col-sm-auto, .align-items-height .col-sm-1, .align-items-height .col-sm-2, .align-items-height .col-sm-3, .align-items-height .col-sm-4, .align-items-height .col-sm-5, .align-items-height .col-sm-6, .align-items-height .col-sm-7, .align-items-height .col-sm-8, .align-items-height .col-sm-9, .align-items-height .col-sm-10, .align-items-height .col-sm-11, .align-items-height .col-sm-12, .align-items-height .col-sm-13, .align-items-height .col-sm-14, .align-items-height .col-sm-15, .align-items-height .col-sm-16, .align-items-height .col-sm-17, .align-items-height .col-sm-18, .align-items-height .col-sm-19, .align-items-height .col-sm-20, .align-items-height .col-sm-21, .align-items-height .col-sm-22, .align-items-height .col-sm-23, .align-items-height .col-sm-24, .align-items-height .col-md-auto, .align-items-height .col-md-1, .align-items-height .col-md-2, .align-items-height .col-md-3, .align-items-height .col-md-4, .align-items-height .col-md-5, .align-items-height .col-md-6, .align-items-height .col-md-7, .align-items-height .col-md-8, .align-items-height .col-md-9, .align-items-height .col-md-10, .align-items-height .col-md-11, .align-items-height .col-md-12, .align-items-height .col-md-13, .align-items-height .col-md-14, .align-items-height .col-md-15, .align-items-height .col-md-16, .align-items-height .col-md-17, .align-items-height .col-md-18, .align-items-height .col-md-19, .align-items-height .col-md-20, .align-items-height .col-md-21, .align-items-height .col-md-22, .align-items-height .col-md-23, .align-items-height .col-md-24, .align-items-height .col-lg-auto, .align-items-height .col-lg-1, .align-items-height .col-lg-2, .align-items-height .col-lg-3, .align-items-height .col-lg-4, .align-items-height .col-lg-5, .align-items-height .col-lg-6, .align-items-height .col-lg-7, .align-items-height .col-lg-8, .align-items-height .col-lg-9, .align-items-height .col-lg-10, .align-items-height .col-lg-11, .align-items-height .col-lg-12, .align-items-height .col-lg-13, .align-items-height .col-lg-14, .align-items-height .col-lg-15, .align-items-height .col-lg-16, .align-items-height .col-lg-17, .align-items-height .col-lg-18, .align-items-height .col-lg-19, .align-items-height .col-lg-20, .align-items-height .col-lg-21, .align-items-height .col-lg-22, .align-items-height .col-lg-23, .align-items-height .col-lg-24, .align-items-height .col-xl-auto, .align-items-height .col-xl-1, .align-items-height .col-xl-2, .align-items-height .col-xl-3, .align-items-height .col-xl-4, .align-items-height .col-xl-5, .align-items-height .col-xl-6, .align-items-height .col-xl-7, .align-items-height .col-xl-8, .align-items-height .col-xl-9, .align-items-height .col-xl-10, .align-items-height .col-xl-11, .align-items-height .col-xl-12, .align-items-height .col-xl-13, .align-items-height .col-xl-14, .align-items-height .col-xl-15, .align-items-height .col-xl-16, .align-items-height .col-xl-17, .align-items-height .col-xl-18, .align-items-height .col-xl-19, .align-items-height .col-xl-20, .align-items-height .col-xl-21, .align-items-height .col-xl-22, .align-items-height .col-xl-23, .align-items-height .col-xl-24,
.align-items-height > .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.align-items-height > .col > *, .align-items-height .col-auto > *, .align-items-height .col-1 > *, .align-items-height .col-2 > *, .align-items-height .col-3 > *, .align-items-height .col-4 > *, .align-items-height .col-5 > *, .align-items-height .col-6 > *, .align-items-height .col-7 > *, .align-items-height .col-8 > *, .align-items-height .col-9 > *, .align-items-height .col-10 > *, .align-items-height .col-11 > *, .align-items-height .col-12 > *, .align-items-height .col-13 > *, .align-items-height .col-14 > *, .align-items-height .col-15 > *, .align-items-height .col-16 > *, .align-items-height .col-17 > *, .align-items-height .col-18 > *, .align-items-height .col-19 > *, .align-items-height .col-20 > *, .align-items-height .col-21 > *, .align-items-height .col-22 > *, .align-items-height .col-23 > *, .align-items-height .col-24 > *, .align-items-height .col-xs-auto > *, .align-items-height .col-xs-1 > *, .align-items-height .col-xs-2 > *, .align-items-height .col-xs-3 > *, .align-items-height .col-xs-4 > *, .align-items-height .col-xs-5 > *, .align-items-height .col-xs-6 > *, .align-items-height .col-xs-7 > *, .align-items-height .col-xs-8 > *, .align-items-height .col-xs-9 > *, .align-items-height .col-xs-10 > *, .align-items-height .col-xs-11 > *, .align-items-height .col-xs-12 > *, .align-items-height .col-xs-13 > *, .align-items-height .col-xs-14 > *, .align-items-height .col-xs-15 > *, .align-items-height .col-xs-16 > *, .align-items-height .col-xs-17 > *, .align-items-height .col-xs-18 > *, .align-items-height .col-xs-19 > *, .align-items-height .col-xs-20 > *, .align-items-height .col-xs-21 > *, .align-items-height .col-xs-22 > *, .align-items-height .col-xs-23 > *, .align-items-height .col-xs-24 > *, .align-items-height .col-sm-auto > *, .align-items-height .col-sm-1 > *, .align-items-height .col-sm-2 > *, .align-items-height .col-sm-3 > *, .align-items-height .col-sm-4 > *, .align-items-height .col-sm-5 > *, .align-items-height .col-sm-6 > *, .align-items-height .col-sm-7 > *, .align-items-height .col-sm-8 > *, .align-items-height .col-sm-9 > *, .align-items-height .col-sm-10 > *, .align-items-height .col-sm-11 > *, .align-items-height .col-sm-12 > *, .align-items-height .col-sm-13 > *, .align-items-height .col-sm-14 > *, .align-items-height .col-sm-15 > *, .align-items-height .col-sm-16 > *, .align-items-height .col-sm-17 > *, .align-items-height .col-sm-18 > *, .align-items-height .col-sm-19 > *, .align-items-height .col-sm-20 > *, .align-items-height .col-sm-21 > *, .align-items-height .col-sm-22 > *, .align-items-height .col-sm-23 > *, .align-items-height .col-sm-24 > *, .align-items-height .col-md-auto > *, .align-items-height .col-md-1 > *, .align-items-height .col-md-2 > *, .align-items-height .col-md-3 > *, .align-items-height .col-md-4 > *, .align-items-height .col-md-5 > *, .align-items-height .col-md-6 > *, .align-items-height .col-md-7 > *, .align-items-height .col-md-8 > *, .align-items-height .col-md-9 > *, .align-items-height .col-md-10 > *, .align-items-height .col-md-11 > *, .align-items-height .col-md-12 > *, .align-items-height .col-md-13 > *, .align-items-height .col-md-14 > *, .align-items-height .col-md-15 > *, .align-items-height .col-md-16 > *, .align-items-height .col-md-17 > *, .align-items-height .col-md-18 > *, .align-items-height .col-md-19 > *, .align-items-height .col-md-20 > *, .align-items-height .col-md-21 > *, .align-items-height .col-md-22 > *, .align-items-height .col-md-23 > *, .align-items-height .col-md-24 > *, .align-items-height .col-lg-auto > *, .align-items-height .col-lg-1 > *, .align-items-height .col-lg-2 > *, .align-items-height .col-lg-3 > *, .align-items-height .col-lg-4 > *, .align-items-height .col-lg-5 > *, .align-items-height .col-lg-6 > *, .align-items-height .col-lg-7 > *, .align-items-height .col-lg-8 > *, .align-items-height .col-lg-9 > *, .align-items-height .col-lg-10 > *, .align-items-height .col-lg-11 > *, .align-items-height .col-lg-12 > *, .align-items-height .col-lg-13 > *, .align-items-height .col-lg-14 > *, .align-items-height .col-lg-15 > *, .align-items-height .col-lg-16 > *, .align-items-height .col-lg-17 > *, .align-items-height .col-lg-18 > *, .align-items-height .col-lg-19 > *, .align-items-height .col-lg-20 > *, .align-items-height .col-lg-21 > *, .align-items-height .col-lg-22 > *, .align-items-height .col-lg-23 > *, .align-items-height .col-lg-24 > *, .align-items-height .col-xl-auto > *, .align-items-height .col-xl-1 > *, .align-items-height .col-xl-2 > *, .align-items-height .col-xl-3 > *, .align-items-height .col-xl-4 > *, .align-items-height .col-xl-5 > *, .align-items-height .col-xl-6 > *, .align-items-height .col-xl-7 > *, .align-items-height .col-xl-8 > *, .align-items-height .col-xl-9 > *, .align-items-height .col-xl-10 > *, .align-items-height .col-xl-11 > *, .align-items-height .col-xl-12 > *, .align-items-height .col-xl-13 > *, .align-items-height .col-xl-14 > *, .align-items-height .col-xl-15 > *, .align-items-height .col-xl-16 > *, .align-items-height .col-xl-17 > *, .align-items-height .col-xl-18 > *, .align-items-height .col-xl-19 > *, .align-items-height .col-xl-20 > *, .align-items-height .col-xl-21 > *, .align-items-height .col-xl-22 > *, .align-items-height .col-xl-23 > *, .align-items-height .col-xl-24 > *,
.align-items-height > .swiper-slide > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

span.status {
  padding-left: 16px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

span.status:before {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  content: '';
  top: calc(1em * 1.5 / 2);
  margin-top: -4px;
}

span.status.success:before {
  background: #27ae60;
}

span.status.error:before {
  background: #ff0000;
}

.buttons-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px -16px;
}

.buttons-line > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 8px 16px;
}

@media (max-width: 767.98px) {
  .buttons-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.row.gutters-lg {
  margin-right: -12px;
  margin-left: -12px;
}

.row.gutters-lg > .col, .row.gutters-lg .col-auto, .row.gutters-lg .col-1, .row.gutters-lg .col-2, .row.gutters-lg .col-3, .row.gutters-lg .col-4, .row.gutters-lg .col-5, .row.gutters-lg .col-6, .row.gutters-lg .col-7, .row.gutters-lg .col-8, .row.gutters-lg .col-9, .row.gutters-lg .col-10, .row.gutters-lg .col-11, .row.gutters-lg .col-12, .row.gutters-lg .col-13, .row.gutters-lg .col-14, .row.gutters-lg .col-15, .row.gutters-lg .col-16, .row.gutters-lg .col-17, .row.gutters-lg .col-18, .row.gutters-lg .col-19, .row.gutters-lg .col-20, .row.gutters-lg .col-21, .row.gutters-lg .col-22, .row.gutters-lg .col-23, .row.gutters-lg .col-24, .row.gutters-lg .col-xs-auto, .row.gutters-lg .col-xs-1, .row.gutters-lg .col-xs-2, .row.gutters-lg .col-xs-3, .row.gutters-lg .col-xs-4, .row.gutters-lg .col-xs-5, .row.gutters-lg .col-xs-6, .row.gutters-lg .col-xs-7, .row.gutters-lg .col-xs-8, .row.gutters-lg .col-xs-9, .row.gutters-lg .col-xs-10, .row.gutters-lg .col-xs-11, .row.gutters-lg .col-xs-12, .row.gutters-lg .col-xs-13, .row.gutters-lg .col-xs-14, .row.gutters-lg .col-xs-15, .row.gutters-lg .col-xs-16, .row.gutters-lg .col-xs-17, .row.gutters-lg .col-xs-18, .row.gutters-lg .col-xs-19, .row.gutters-lg .col-xs-20, .row.gutters-lg .col-xs-21, .row.gutters-lg .col-xs-22, .row.gutters-lg .col-xs-23, .row.gutters-lg .col-xs-24, .row.gutters-lg .col-sm-auto, .row.gutters-lg .col-sm-1, .row.gutters-lg .col-sm-2, .row.gutters-lg .col-sm-3, .row.gutters-lg .col-sm-4, .row.gutters-lg .col-sm-5, .row.gutters-lg .col-sm-6, .row.gutters-lg .col-sm-7, .row.gutters-lg .col-sm-8, .row.gutters-lg .col-sm-9, .row.gutters-lg .col-sm-10, .row.gutters-lg .col-sm-11, .row.gutters-lg .col-sm-12, .row.gutters-lg .col-sm-13, .row.gutters-lg .col-sm-14, .row.gutters-lg .col-sm-15, .row.gutters-lg .col-sm-16, .row.gutters-lg .col-sm-17, .row.gutters-lg .col-sm-18, .row.gutters-lg .col-sm-19, .row.gutters-lg .col-sm-20, .row.gutters-lg .col-sm-21, .row.gutters-lg .col-sm-22, .row.gutters-lg .col-sm-23, .row.gutters-lg .col-sm-24, .row.gutters-lg .col-md-auto, .row.gutters-lg .col-md-1, .row.gutters-lg .col-md-2, .row.gutters-lg .col-md-3, .row.gutters-lg .col-md-4, .row.gutters-lg .col-md-5, .row.gutters-lg .col-md-6, .row.gutters-lg .col-md-7, .row.gutters-lg .col-md-8, .row.gutters-lg .col-md-9, .row.gutters-lg .col-md-10, .row.gutters-lg .col-md-11, .row.gutters-lg .col-md-12, .row.gutters-lg .col-md-13, .row.gutters-lg .col-md-14, .row.gutters-lg .col-md-15, .row.gutters-lg .col-md-16, .row.gutters-lg .col-md-17, .row.gutters-lg .col-md-18, .row.gutters-lg .col-md-19, .row.gutters-lg .col-md-20, .row.gutters-lg .col-md-21, .row.gutters-lg .col-md-22, .row.gutters-lg .col-md-23, .row.gutters-lg .col-md-24, .row.gutters-lg .col-lg-auto, .row.gutters-lg .col-lg-1, .row.gutters-lg .col-lg-2, .row.gutters-lg .col-lg-3, .row.gutters-lg .col-lg-4, .row.gutters-lg .col-lg-5, .row.gutters-lg .col-lg-6, .row.gutters-lg .col-lg-7, .row.gutters-lg .col-lg-8, .row.gutters-lg .col-lg-9, .row.gutters-lg .col-lg-10, .row.gutters-lg .col-lg-11, .row.gutters-lg .col-lg-12, .row.gutters-lg .col-lg-13, .row.gutters-lg .col-lg-14, .row.gutters-lg .col-lg-15, .row.gutters-lg .col-lg-16, .row.gutters-lg .col-lg-17, .row.gutters-lg .col-lg-18, .row.gutters-lg .col-lg-19, .row.gutters-lg .col-lg-20, .row.gutters-lg .col-lg-21, .row.gutters-lg .col-lg-22, .row.gutters-lg .col-lg-23, .row.gutters-lg .col-lg-24, .row.gutters-lg .col-xl-auto, .row.gutters-lg .col-xl-1, .row.gutters-lg .col-xl-2, .row.gutters-lg .col-xl-3, .row.gutters-lg .col-xl-4, .row.gutters-lg .col-xl-5, .row.gutters-lg .col-xl-6, .row.gutters-lg .col-xl-7, .row.gutters-lg .col-xl-8, .row.gutters-lg .col-xl-9, .row.gutters-lg .col-xl-10, .row.gutters-lg .col-xl-11, .row.gutters-lg .col-xl-12, .row.gutters-lg .col-xl-13, .row.gutters-lg .col-xl-14, .row.gutters-lg .col-xl-15, .row.gutters-lg .col-xl-16, .row.gutters-lg .col-xl-17, .row.gutters-lg .col-xl-18, .row.gutters-lg .col-xl-19, .row.gutters-lg .col-xl-20, .row.gutters-lg .col-xl-21, .row.gutters-lg .col-xl-22, .row.gutters-lg .col-xl-23, .row.gutters-lg .col-xl-24 {
  padding-left: 12px;
  padding-right: 12px;
}

.site-content {
  padding-top: 157px;
}

@media (max-width: 1599.98px) {
  .site-content {
    padding-top: 120px;
  }
}

@media (max-width: 1279.98px) {
  .site-content {
    padding-top: 157px;
  }
}

@media (max-width: 767.98px) {
  .site-content {
    padding-top: 125px;
  }
}

.link-more {
  display: inline-block;
  vertical-align: top;
  font-size: inherit;
  padding: 0;
  margin: 0;
}

.link-more {
  text-decoration: none;
  color: #0041a0;
}

@media (hover: hover) {
  .link-more:focus {
    text-decoration: none;
    color: #0041a0;
    background: rgba(0, 65, 160, 0.15);
  }
}

@media (hover: hover) {
  .link-more:hover {
    text-decoration: none;
    color: #ff0000;
    background: transparent;
  }
}

@media (hover: hover) {
  .link-more:active, .link-more:focus:active, .link-more:hover:active {
    text-decoration: none;
    color: #bf1d26;
    background: transparent;
  }
}

@media (hover: none) {
  .link-more.touched {
    text-decoration: none;
    color: #bf1d26;
    background: transparent;
  }
}

.link-more .icon {
  display: inline-block;
  vertical-align: top;
  width: 1.2em;
  height: 1.2em;
  margin: 0.2em 0 0.1em 0.4em;
  fill: currentColor;
}

.scroll-page-to-top {
  position: absolute;
  z-index: -100;
  opacity: 0;
  -webkit-transition: z-index 0s 0.3s, opacity 0.3s;
  -o-transition: z-index 0s 0.3s, opacity 0.3s;
  transition: z-index 0s 0.3s, opacity 0.3s;
  padding-right: inherit;
}

.scroll-page-to-top.visible {
  z-index: 50;
  opacity: 1;
  -webkit-transition: z-index 0s, opacity 0.3s;
  -o-transition: z-index 0s, opacity 0.3s;
  transition: z-index 0s, opacity 0.3s;
}

.btn.btn-scroll-page-to-top {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 17px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 45px;
  margin-bottom: 30px;
}

.btn.btn-scroll-page-to-top {
  background-color: #fff;
}

@media (hover: hover) {
  .btn.btn-scroll-page-to-top:focus {
    background-color: #fff;
  }
}

@media (hover: hover) {
  .btn.btn-scroll-page-to-top:hover {
    background-color: #0041a0;
  }
}

@media (hover: hover) {
  .btn.btn-scroll-page-to-top:focus {
    background-color: #002f6c;
  }
}

.btn.btn-scroll-page-to-top .icon {
  width: 24px;
  height: 24px;
  margin: 0;
  display: block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 1599.98px) {
  .btn.btn-scroll-page-to-top {
    margin-bottom: 20px;
    margin-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .btn.btn-scroll-page-to-top {
    margin-bottom: 10px;
    margin-right: 24px;
  }
}

/* ------------------------------------- COMPONENTS STYLES ------------------------------------- */
/* TYPOGRAPHY */
html {
  font-size: 16px;
}

body {
  font-family: "Grtsk Peta", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #111;
}

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 1em;
  padding: 0;
  display: block;
  color: inherit;
  text-align: left;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 90px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-left: -0.1em;
}

@media (max-width: 1599.98px) {
  h1, .h1 {
    font-size: 65px;
  }
}

@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-size: 46px;
  letter-spacing: -0.02em;
  line-height: 1;
}

@media (max-width: 1599.98px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-size: 32px;
  line-height: 1.1875;
  letter-spacing: -0.02em;
}

@media (max-width: 1599.98px) {
  h3, .h3 {
    font-size: 20px;
  }
}

b {
  font-weight: 600;
}

i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

em {
  font-style: italic;
}

small {
  font-size: 0.875em;
}

strong {
  font-weight: 600;
}

sub {
  vertical-align: sub;
  font-size: 0.6em;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

p {
  margin: 0 0 1.5em;
}

@media (max-width: 767.98px) {
  p {
    margin-bottom: 1em;
  }
}

.text-black {
  color: #111 !important;
}

.text-white {
  color: #fff !important;
}

.text-blue {
  color: #002f6c !important;
}

.text-gray {
  color: #909090 !important;
}

.text-red {
  color: #ff0000 !important;
}

.text-green {
  color: #27ae60 !important;
}

.text-gray-light {
  color: #BCBCBC !important;
}

.text-sm {
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .text-sm {
    font-size: 12px;
  }
}

.text-lg {
  font-size: 20px;
}

@media (max-width: 1599.98px) {
  .text-lg {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .text-lg {
    font-size: 16px;
  }
}

.text-bold {
  font-weight: 600;
}

.text-italic {
  font-style: italic;
}

/* LINKS */
a {
  outline: none !important;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  cursor: pointer;
}

a .icon {
  fill: currentColor;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  margin: calc((32px - 1.5em)/(-2)) 10px;
}

a .icon:first-child {
  margin-left: 0;
}

a .icon:last-child {
  margin-right: 0;
}

a {
  text-decoration: none;
  color: #0041a0;
}

@media (hover: hover) {
  a:focus {
    text-decoration: none;
    color: #0041a0;
    background: rgba(0, 65, 160, 0.15);
  }
}

@media (hover: hover) {
  a:hover {
    text-decoration: none;
    color: #ff0000;
    background: transparent;
  }
}

@media (hover: hover) {
  a:active, a:focus:active, a:hover:active {
    text-decoration: none;
    color: #bf1d26;
    background: transparent;
  }
}

@media (hover: none) {
  a.touched {
    text-decoration: none;
    color: #bf1d26;
    background: transparent;
  }
}

a:disabled, a[disabled], a.disabled {
  cursor: default;
}

a:disabled, a:disabled:active, a:disabled:focus:active, a:disabled:hover:active, a[disabled], a[disabled]:active, a[disabled]:focus:active, a[disabled]:hover:active, a.disabled, a.disabled:active, a.disabled:focus:active, a.disabled:hover:active {
  text-decoration: none;
  color: #bcbcbc;
  background: transparent;
}

/* BUTTONS */
button {
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: none;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}

button[disabled], button:disabled {
  cursor: default;
}

button .icon {
  fill: currentColor;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  margin: calc((32px - 1.5em)/(-2)) 10px;
}

button .icon:first-child {
  margin-left: 0;
}

button .icon:last-child {
  margin-right: 0;
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid transparent;
  padding: 13px 17px;
  font-weight: 400;
  -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  font-family: "Grtsk Peta";
  border-radius: 24px;
  cursor: pointer;
  text-align: center;
  outline: none !important;
}

.btn .icon {
  fill: currentColor;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  margin: -6px 10px;
}

.btn .icon:first-child {
  margin-left: 0;
}

.btn .icon:last-child {
  margin-right: 0;
}

.btn .icon.icon-plus {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.btn .icon.icon-close-2 {
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-bottom: -2px;
}

.btn .icon.icon-edit {
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-bottom: -2px;
}

.btn .icon.icon-share {
  width: 17px;
}

.btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  background: #0041a0;
}

@media (hover: hover) {
  .btn:focus {
    -webkit-box-shadow: 0 0 0 3px #99b3d8;
            box-shadow: 0 0 0 3px #99b3d8;
    color: #fff;
    background: #0041a0;
  }
}

@media (hover: hover) {
  .btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    background: #002f6c;
  }
}

@media (hover: hover) {
  .btn:active, .btn:focus:active, .btn:hover:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    background: #001e46;
  }
}

@media (hover: none) {
  .btn.touched {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    background: #001e46;
  }
}

.btn:disabled, .btn[disabled], .btn.disabled {
  cursor: default;
}

.btn:disabled, .btn:disabled:active, .btn:disabled:focus:active, .btn:disabled:hover:active, .btn[disabled], .btn[disabled]:active, .btn[disabled]:focus:active, .btn[disabled]:hover:active, .btn.disabled, .btn.disabled:active, .btn.disabled:focus:active, .btn.disabled:hover:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #909090;
  background: #f4f4f4;
}

.btn-red {
  background: #ff0000;
}

@media (hover: hover) {
  .btn-red:focus {
    background: #ff0000;
  }
}

@media (hover: hover) {
  .btn-red:hover {
    background: #bf1d26;
  }
}

@media (hover: hover) {
  .btn-red:active, .btn-red:focus:active, .btn-red:hover:active {
    background: #81080f;
  }
}

@media (hover: none) {
  .btn-red.touched {
    background: #81080f;
  }
}

.btn-red:disabled, .btn-red[disabled], .btn-red.disabled {
  cursor: default;
}

.btn-red:disabled, .btn-red:disabled:active, .btn-red:disabled:focus:active, .btn-red:disabled:hover:active, .btn-red[disabled], .btn-red[disabled]:active, .btn-red[disabled]:focus:active, .btn-red[disabled]:hover:active, .btn-red.disabled, .btn-red.disabled:active, .btn-red.disabled:focus:active, .btn-red.disabled:hover:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #909090;
  background: #f4f4f4;
}

.btn-outlined {
  background: transparent;
  color: #002F6C;
  border-color: #DEDEDE;
}

.btn-outlined .icon {
  fill: #002f6c;
}

@media (hover: hover) {
  .btn-outlined:focus {
    background: transparent;
    color: #002F6C;
    border-color: #DEDEDE;
  }
  .btn-outlined:focus .icon {
    fill: #0041a0;
  }
}

@media (hover: hover) {
  .btn-outlined:hover {
    background: #0041a0;
    border-color: #0041a0;
    color: #fff;
  }
  .btn-outlined:hover .icon {
    fill: #fff;
  }
}

@media (hover: hover) {
  .btn-outlined:active, .btn-outlined:focus:active, .btn-outlined:hover:active {
    background: #002f6c;
    border-color: #002f6c;
    color: #fff;
  }
  .btn-outlined:active .icon, .btn-outlined:focus:active .icon, .btn-outlined:hover:active .icon {
    fill: #fff;
  }
}

@media (hover: none) {
  .btn-outlined.touched {
    background: #002f6c;
    border-color: #002f6c;
    color: #fff;
  }
  .btn-outlined.touched .icon {
    fill: #fff;
  }
}

.btn-outlined:disabled, .btn-outlined[disabled], .btn-outlined.disabled {
  cursor: default;
}

.btn-outlined:disabled, .btn-outlined:disabled:active, .btn-outlined:disabled:focus:active, .btn-outlined:disabled:hover:active, .btn-outlined[disabled], .btn-outlined[disabled]:active, .btn-outlined[disabled]:focus:active, .btn-outlined[disabled]:hover:active, .btn-outlined.disabled, .btn-outlined.disabled:active, .btn-outlined.disabled:focus:active, .btn-outlined.disabled:hover:active {
  background: transparent;
  color: #909090;
  border-color: #bcbcbc;
}

.btn-outlined:disabled .icon, .btn-outlined:disabled:active .icon, .btn-outlined:disabled:focus:active .icon, .btn-outlined:disabled:hover:active .icon, .btn-outlined[disabled] .icon, .btn-outlined[disabled]:active .icon, .btn-outlined[disabled]:focus:active .icon, .btn-outlined[disabled]:hover:active .icon, .btn-outlined.disabled .icon, .btn-outlined.disabled:active .icon, .btn-outlined.disabled:focus:active .icon, .btn-outlined.disabled:hover:active .icon {
  fill: #909090;
}

.btn-outlined-white {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}

@media (hover: hover) {
  .btn-outlined-white:focus {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
  }
}

@media (hover: hover) {
  .btn-outlined-white:hover {
    background: #0041a0;
    border-color: #0041a0;
  }
}

@media (hover: hover) {
  .btn-outlined-white:active, .btn-outlined-white:focus:active, .btn-outlined-white:hover:active {
    background: #001e46;
    border-color: #001e46;
  }
}

@media (hover: none) {
  .btn-outlined-white.touched {
    background: #001e46;
    border-color: #001e46;
  }
}

.btn-outlined-white:disabled, .btn-outlined-white[disabled], .btn-outlined-white.disabled {
  cursor: default;
}

.btn-outlined-white:disabled, .btn-outlined-white:disabled:active, .btn-outlined-white:disabled:focus:active, .btn-outlined-white:disabled:hover:active, .btn-outlined-white[disabled], .btn-outlined-white[disabled]:active, .btn-outlined-white[disabled]:focus:active, .btn-outlined-white[disabled]:hover:active, .btn-outlined-white.disabled, .btn-outlined-white.disabled:active, .btn-outlined-white.disabled:focus:active, .btn-outlined-white.disabled:hover:active {
  background: transparent;
  color: #909090;
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-transparent {
  background: transparent;
  color: #111;
  border-color: transparent;
}

.btn-transparent .icon {
  fill: #002f6c;
}

@media (hover: hover) {
  .btn-transparent:focus {
    background: transparent;
    color: #0041a0;
    border-color: transparent;
  }
  .btn-transparent:focus .icon {
    fill: #0041a0;
  }
}

@media (hover: hover) {
  .btn-transparent:hover {
    background: #f4f4f4;
    color: #0041a0;
    border-color: #f4f4f4;
  }
  .btn-transparent:hover .icon {
    fill: #0041a0;
  }
}

@media (hover: hover) {
  .btn-transparent:active, .btn-transparent:focus:active, .btn-transparent:hover:active {
    background: #dedede;
    color: #0041a0;
    border-color: #dedede;
  }
  .btn-transparent:active .icon, .btn-transparent:focus:active .icon, .btn-transparent:hover:active .icon {
    fill: #0041a0;
  }
}

@media (hover: none) {
  .btn-transparent.touched {
    background: #dedede;
    color: #0041a0;
    border-color: #dedede;
  }
  .btn-transparent.touched .icon {
    fill: #0041a0;
  }
}

.btn-transparent:disabled, .btn-transparent[disabled], .btn-transparent.disabled {
  cursor: default;
}

.btn-transparent:disabled, .btn-transparent:disabled:active, .btn-transparent:disabled:focus:active, .btn-transparent:disabled:hover:active, .btn-transparent[disabled], .btn-transparent[disabled]:active, .btn-transparent[disabled]:focus:active, .btn-transparent[disabled]:hover:active, .btn-transparent.disabled, .btn-transparent.disabled:active, .btn-transparent.disabled:focus:active, .btn-transparent.disabled:hover:active {
  background: transparent;
  color: #909090;
  border-color: transparent;
}

.btn-transparent:disabled .icon, .btn-transparent:disabled:active .icon, .btn-transparent:disabled:focus:active .icon, .btn-transparent:disabled:hover:active .icon, .btn-transparent[disabled] .icon, .btn-transparent[disabled]:active .icon, .btn-transparent[disabled]:focus:active .icon, .btn-transparent[disabled]:hover:active .icon, .btn-transparent.disabled .icon, .btn-transparent.disabled:active .icon, .btn-transparent.disabled:focus:active .icon, .btn-transparent.disabled:hover:active .icon {
  fill: #bcbcbc;
}

@media (max-width: 1599.98px) {
  .btn {
    padding: 10px 17px;
    border-radius: 21px;
  }
  .btn .icon {
    width: 24px;
    height: 24px;
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .btn .icon.icon-close-2 {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .btn {
    font-size: 14px;
  }
}

/* LISTS */
ul,
ol {
  margin: 1.5em 0;
  padding: 0;
  list-style: none;
}

ul li,
ol li {
  margin: 0 0 1em;
  padding: 0;
  position: relative;
}

br + ul, br +
ol {
  margin-top: 0;
}

ul + br,
ol + br {
  margin-top: -1.5em;
}

ul li {
  padding-left: 1em;
}

ul li:before {
  content: "";
  position: absolute;
  background: #ff0000;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 0.75em;
  margin: -2px 0 0;
  left: 0;
}

ul.type-2 li {
  padding-left: 10px;
  margin-bottom: 7px;
}

ul.type-2 li:before {
  top: 0.75em;
  width: 2px;
  height: 2px;
  left: 0;
  margin-top: -1px;
  border-radius: 0;
}

ul.unstyled li {
  padding-left: 0;
}

ul.unstyled li:before {
  display: none;
}

ol {
  counter-reset: itemsCounter;
}

ol li {
  counter-increment: itemsCounter;
  padding-left: 1.875em;
}

ol li:before {
  content: counter(itemsCounter);
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  color: #bcbcbc;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
}

ol li:nth-of-type(-n+9):before {
  content: "0" counter(itemsCounter);
}

ol ol {
  counter-reset: subItemsCounter;
}

ol ol li {
  counter-increment: subItemsCounter;
  padding-left: 2.5em;
}

ol ol li:before {
  content: counter(itemsCounter) "." counter(subItemsCounter);
}

ol li:nth-of-type(-n+9) ol li:before {
  content: "0" counter(itemsCounter) "." counter(subItemsCounter);
}

ol.theme-red li:before {
  color: #ff0000;
}

/* TABLES */
.table-container {
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}

.table-scroller {
  width: 100%;
  max-height: 100vh;
  overflow: auto;
  position: relative;
  padding: 0 !important;
}

.table-scroller table {
  width: auto;
  min-width: 100%;
}

.table-scroller .ps__rail-x,
.table-scroller .ps__rail-y {
  z-index: 2;
}

.table-wrapper {
  width: 100%;
  overflow: auto;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border: none;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-style: inherit;
  background: #fff;
  color: inherit;
}

table th,
table td {
  border: none;
  border-bottom: 1px solid #dedede;
  padding: 8px;
  background: #fff;
  vertical-align: top;
  text-align: left;
}

table th:first-child,
table td:first-child {
  padding-left: 0;
}

table th:last-child,
table td:last-child {
  padding-right: 0;
}

table th {
  font-weight: 600;
  font-size: 14px;
  color: #909090;
  vertical-align: middle;
}

/* FORMS */
.site-form {
  font-size: inherit;
  line-height: inherit;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}

.form-group.mb-lg {
  margin-bottom: 40px;
}

.form-group.mb-sm {
  margin-bottom: 20px;
}

.fields-group {
  margin-bottom: -30px;
}

.fields-group.mb-lg {
  margin-bottom: -40px;
}

.fields-group.mb-sm {
  margin-bottom: -20px;
}

.form-fields {
  margin-bottom: -30px;
}

.form-fields.mb-lg {
  margin-bottom: -40px;
}

.form-fields.mb-sm {
  margin-bottom: -20px;
}

.form-control {
  font-size: 16px;
  line-height: 24px;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  padding: 10px 48px 12px 20px;
  border: 1px solid #dedede;
  display: block;
  width: 100%;
  border-radius: 24px;
  color: #111;
  background: #fff;
  height: 48px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  cursor: text;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.form-control::-webkit-input-placeholder {
  color: #909090;
}

.form-control::-moz-placeholder {
  color: #909090;
}

.form-control:-moz-placeholder {
  color: #909090;
}

.form-control:-ms-input-placeholder {
  color: #909090;
}

.form-control:hover, .form-control.filled {
  border-color: #F4F4F4;
  background-color: #F4F4F4;
}

.form-control.filled:hover {
  border-color: #0041a0;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #0041a0;
  background-color: #fff;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus::-moz-placeholder {
  color: transparent;
}

.form-control:focus:-moz-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control[disabled], .form-control:disabled, .form-control.disabled {
  border-color: #DEDEDE !important;
  background-color: #fff !important;
  cursor: default !important;
}

.form-control[disabled].form-control-readonly, .form-control[disabled].simple.form-control-readonly, .form-control:disabled.form-control-readonly, .form-control:disabled.simple.form-control-readonly, .form-control.disabled.form-control-readonly, .form-control.disabled.simple.form-control-readonly {
  border-color: #F4F4F4 !important;
  background-color: #F4F4F4 !important;
  border-radius: 24px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.form-control.simple {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  -webkit-transition: background-color 0.3s, border-color 0.3s, border-radius 0.3s, padding 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, border-radius 0.3s, padding 0.3s;
  transition: background-color 0.3s, border-color 0.3s, border-radius 0.3s, padding 0.3s;
}

.form-control.simple:hover, .form-control.simple.filled {
  border-radius: 24px;
  border-color: #F4F4F4;
  background-color: #F4F4F4;
  padding-left: 20px;
  padding-right: 20px;
}

.form-control.simple.filled:hover {
  border-color: #0041a0;
}

.form-control.simple:focus {
  border-radius: 24px;
  border-color: #0041A0;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.form-control.simple[disabled], .form-control.simple:disabled, .form-control.simple.disabled {
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0 !important;
}

.form-control.error {
  border-color: #ff0000 !important;
  background-color: #fff !important;
  border-radius: 24px !important;
  padding-left: 20px !important;
  padding-right: 48px !important;
}

.form-control[data-datepicker] {
  padding-left: 48px;
}

.form-control.error[data-datepicker] {
  padding-left: 48px !important;
}

.form-group.input-filled:after {
  content: '';
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 18px;
  height: 13px;
  background-image: url("/local/templates/grants/css/../images/icon-check-green.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.form-group.form-group-readonly.input-filled:after {
  display: none;
}

.form-group.input-filled .form-control.filled {
  padding-right: 50px;
}

.form-group.input-filled.error:after {
  display: none !important;
}

.form-control-error-message {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff0000;
  font-size: 12px;
  max-width: 100%;
  line-height: 18px;
  padding: 0 20px;
}

textarea.form-control {
  resize: none;
    overflow: hidden;
  /*height: auto;
  min-height: 48px;*/
}

/*textarea.form-control:focus {
  min-height: 193px;
}*/

/*textarea.form-control.filled {
  min-height: 122px;
  resize: vertical;
  overflow: auto;
}*/

/*textarea.form-control.filled.form-control-readonly {
  resize: none;
}*/

div.form-control {
  height: auto;
  padding-right: 20px;
  min-height: 48px;
}

div.form-control, div.form-control:hover {
  background-color: #fff !important;
  border-color: #0041A0 !important;
}

div.form-control.filled, div.form-control.filled:hover {
  background-color: #F4F4F4 !important;
  border-color: #F4F4F4 !important;
}

.personal-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
}

.personal-agree .custom-checkbox-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.personal-agree .custom-checkbox-label:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.personal-agree p {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.custom-checkbox,
.custom-radio {
  display: none;
}

.custom-checkbox-label,
.custom-radio-label {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  cursor: pointer;
  line-height: 1.5;
  text-align: left;
  color: #111;
  width: auto;
  max-width: 100%;
  display: block;
  font-weight: 400;
}

.custom-checkbox-label:before, .custom-checkbox-label:after,
.custom-radio-label:before,
.custom-radio-label:after {
  content: '';
  position: absolute;
  top: calc(1em * 24/16 / 2);
  left: 0;
}

.custom-checkbox-label:before,
.custom-radio-label:before {
  background: #fff;
  border: 1px solid #bcbcbc;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.custom-checkbox-label:hover:before,
.custom-radio-label:hover:before {
  border-color: #0041a0;
}

.custom-checkbox-label:after,
.custom-radio-label:after {
  opacity: 0;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  background-color: #0041a0;
}

.custom-checkbox-label:after {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url(/local/templates/grants/css/../images/icon-check-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

.custom-radio-label:before,
.custom-radio-label:after {
  border-radius: 50%;
}

.custom-radio-label:after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: 3px;
}

.custom-checkbox:checked + .custom-checkbox-label:before,
.custom-radio:checked + .custom-radio-label:before {
  border-color: #0041a0;
}

.custom-checkbox:checked + .custom-checkbox-label:after,
.custom-radio:checked + .custom-radio-label:after,
.custom-checkbox-label.checked:after,
.custom-radio-label.checked:after {
  opacity: 1;
}

.custom-checkbox:disabled + .custom-checkbox-label,
.custom-radio:disabled + .custom-radio-label {
  color: #bcbcbc;
  cursor: default;
}

.custom-checkbox:disabled + .custom-checkbox-label:before,
.custom-radio:disabled + .custom-radio-label:before {
  opacity: 0.3;
  border-color: #bcbcbc;
}

.custom-checkbox:disabled + .custom-checkbox-label:hover:before,
.custom-radio:disabled + .custom-radio-label:hover:before {
  border-color: #bcbcbc;
}

.custom-checkbox:disabled + .custom-checkbox-label:after,
.custom-radio:disabled + .custom-radio-label:after {
  background-color: rgba(0, 65, 160, 0.3);
}

.custom-checkbox-label.disabled,
.custom-radio-label.disabled {
  color: #111;
}

.custom-checkbox-label.disabled:before,
.custom-radio-label.disabled:before {
  opacity: 1;
  border-color: #BCBCBC;
}

.custom-checkbox-label.disabled:hover:before,
.custom-radio-label.disabled:hover:before {
  border-color: #BCBCBC;
}

.custom-checkbox-label.disabled:after,
.custom-radio-label.disabled:after {
  background-color: #BCBCBC;
}

div.custom-radio-label,
div.custom-checkbox-label {
  cursor: default;
}

.form-group label.label-radio:not(:only-of-type),
.form-group label.label-checkbox:not(:only-of-type) {
  margin-right: 20px;
  vertical-align: top;
  display: inline-block;
}

.custom-radio-label-info {
  padding-left: 28px;
}

.form-control-label {
  margin-bottom: 12px;
  display: block;
  color: #909090;
}

.form-control-icon {
  height: 48px;
  width: 48px;
  bottom: 0;
  left: 0;
  position: absolute;
}

.form-control-icon.left {
  left: 0;
}

.form-control-icon.right {
  right: 0;
  left: auto;
}

.form-control-icon .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  fill: #0041a0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -5px;
}

.form-control-placeholder {
  font-size: 16px;
  line-height: 18px;
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #111;
  cursor: text;
  -webkit-transition: padding 0.3s, bottom 0.3s, font-size 0.3s, color 0.3s;
  -o-transition: padding 0.3s, bottom 0.3s, font-size 0.3s, color 0.3s;
  transition: padding 0.3s, bottom 0.3s, font-size 0.3s, color 0.3s;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .form-control-placeholder {
    font-size: 14px;
  }
}

.form-control-placeholder.min,
* + .form-control-placeholder.min {
  bottom: 100% !important;
  padding: 0 20px !important;
  font-size: 12px !important;
  color: #909090 !important;
}

.form-control.simple ~ .form-control-placeholder {
  padding-left: 0;
  padding-right: 0;
}

.form-control.simple:hover ~ .form-control-placeholder {
  padding-left: 20px;
  padding-right: 20px;
}

.form-control:focus ~ .form-control-placeholder,
.form-control.filled ~ .form-control-placeholder {
  bottom: 100%;
  padding: 0 20px;
  font-size: 12px;
  color: #909090;
}

.form-control:focus ~ .form-control-placeholder,
.form-control.filled ~ .form-control-placeholder,
.form-control.error ~ .form-control-placeholder {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.form-control:disabled ~ .form-control-placeholder,
.form-control.disabled ~ .form-control-placeholder,
.form-control[disabled] ~ .form-control-placeholder {
  color: #BCBCBC;
  cursor: default;
}

.form-control.simple:disabled ~ .form-control-placeholder,
.form-control.simple.disabled ~ .form-control-placeholder,
.form-control.simple[disabled] ~ .form-control-placeholder {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.form-control[data-datepicker] ~ .form-control-placeholder {
  padding-left: 48px;
}

.form-control[data-datepicker]:focus ~ .form-control-placeholder,
.form-control[data-datepicker].filled ~ .form-control-placeholder {
  padding-left: 20px;
}

@media (max-width: 1599.98px) {
  .form-control {
    height: 42px;
    border-radius: 21px;
    padding: 8px 20px;
  }
  .form-control.simple:hover, .form-control.simple.filled {
    border-radius: 21px;
  }
  .form-control.simple:focus {
    border-radius: 21px;
  }
  .form-control.error {
    border-radius: 21px !important;
  }
  /*textarea.form-control {
    min-height: 42px;
  }*/
  div.form-control {
    min-height: 42px;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .fields-group,
  .form-fields {
    margin-bottom: -20px;
  }
  .form-control-placeholder {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .form-control[disabled].form-control-readonly, .form-control[disabled].simple.form-control-readonly, .form-control:disabled.form-control-readonly, .form-control:disabled.simple.form-control-readonly, .form-control.disabled.form-control-readonly, .form-control.disabled.simple.form-control-readonly {
    border-radius: 21px !important;
  }
  .form-control[disabled].form-control-readonly ~ .form-control-placeholder,
  .form-control[disabled].simple.form-control-readonly ~ .form-control-placeholder,
  .form-control:disabled.form-control-readonly ~ .form-control-placeholder,
  .form-control:disabled.simple.form-control-readonly ~ .form-control-placeholder,
  .form-control.disabled.form-control-readonly ~ .form-control-placeholder,
  .form-control.disabled.simple.form-control-readonly ~ .form-control-placeholder {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .personal-agree {
    font-size: 14px;
  }
  .form-control-icon {
    height: 42px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .form-control {
    font-size: 14px;
  }
}

@media (max-width: 1279.98px) {
  .form-control.filled:hover {
    border-color: #F4F4F4;
  }
  .form-control.simple {
    border-radius: 21px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 48px;
    border-color: #DEDEDE;
  }
  .form-control.simple:hover {
    border-radius: 21px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 48px;
    border-color: #DEDEDE;
  }
  .form-control.simple:focus {
    border-radius: 21px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 48px;
    border-color: #0041A0;
  }
  .form-control.simple.filled, .form-control.simple.filled:hover {
    border-radius: 21px;
    background-color: #F4F4F4;
    padding-left: 20px;
    padding-right: 48px;
    border-color: #F4F4F4;
  }
  .form-control.simple ~ .form-control-placeholder {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-control.simple[disabled], .form-control.simple:disabled, .form-control.simple.disabled {
    border-radius: 21px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-color: #DEDEDE !important;
  }
  .form-control.simple:disabled ~ .form-control-placeholder,
  .form-control.simple.disabled ~ .form-control-placeholder,
  .form-control.simple[disabled] ~ .form-control-placeholder {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* SHOW ERRORS ONLY AFTER SUBMIT */
.site-form__options-list {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .site-form__options-list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.form-group-list .form-group .form-group__btn-remove {
  display: none;
}

.form-group-list .form-group:last-child .form-group__btn-remove,
.form-group-list .form-group.input-filled + .form-group__btn-remove {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .form-group-list .form-group .form-group__btn-remove {
    width: 100%;
  }
}

.site-form-show-on-activate-block:not(.active) {
  display: none;
}

.site-form__form-bottom-checkbox {
  margin-bottom: 40px;
}

@media (max-width: 1279.98px) {
  .site-form__form-bottom-checkbox {
    margin-bottom: 20px;
  }
}

select.form-control {
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  height: 48px;
  border: 1px solid #dedede;
  border-radius: 24px;
  padding: 11px 24px;
  padding-right: 48px;
  display: block;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  background-image: url(/local/templates/grants/css/../images/icon-drop-blue.svg);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

select.form-control:hover, select.form-control:focus {
  background-color: #fff;
  border-color: #0041a0;
}

select.form-control:disabled, select.form-control[disabled], select.form-control.disabled {
  opacity: 1;
  background-color: #fff;
  border-color: #DEDEDE;
  color: #909090;
  background-image: url(/local/templates/grants/css/../images/icon-drop-gray.svg);
  cursor: default;
}

select.form-control:disabled.form-control-readonly, select.form-control[disabled].form-control-readonly, select.form-control.disabled.form-control-readonly {
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  color: #111;
  background-image: url(/local/templates/grants/css/../images/icon-drop-blue.svg);
}

select.form-control option.placeholder-option[disabled] {
  display: none;
}

select.form-control::-ms-expand {
  display: none;
}

select.form-control:focus {
  outline: none;
}

@media (max-width: 1599.98px) {
  select.form-control {
    height: 42px;
    border-radius: 21px;
    padding: 8px 20px;
    padding-right: 42px;
    background-position: calc(100% - 12px) center;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  select.form-control {
    font-size: 14px;
  }
}

.selectric-wrapper {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-style: inherit;
  font-family: inherit;
  color: inherit;
}

.selectric-wrapper select {
  display: none;
}

.selectric-wrapper .selectric {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 24px;
  height: 48px;
  overflow: hidden;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.selectric-wrapper .selectric .label {
  line-height: inherit;
  font-size: inherit;
  padding: 11px 24px;
  padding-right: 48px;
  display: block;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: inherit;
  font-weight: inherit;
  height: 46px;
  margin: 0;
}

.selectric-wrapper .selectric .label.placeholder-active {
  color: #909090;
}

.selectric-wrapper .selectric .button {
  width: 48px;
  height: 46px;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  background-image: url(/local/templates/grants/css/../images/icon-drop-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.selectric-wrapper .selectric .button:before, .selectric-wrapper .selectric .button:after {
  display: none;
}

.selectric-wrapper:hover .selectric {
  border-color: #0041a0;
}

.selectric-wrapper .selectric-items {
  background: #fff;
  border: 1px solid #0041a0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 24px;
  overflow: hidden;
  margin: 0;
  padding: 16px 0;
  font-size: inherit;
  line-height: inherit;
  z-index: 1;
}

.selectric-wrapper .selectric-items:before {
  content: '';
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 1px;
  background: #dedede;
}

.selectric-wrapper .selectric-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  line-height: inherit;
}

.selectric-wrapper .selectric-items ul li {
  margin: 0;
  display: block;
  padding: 6px 24px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  color: inherit;
  background: transparent;
  font-size: inherit;
  line-height: inherit;
}

.selectric-wrapper .selectric-items ul li.selected {
  color: #002f6c;
}

.selectric-wrapper .selectric-items ul li:hover {
  background: #dedede;
}

.selectric-wrapper .selectric-items ul li:before {
  display: none;
}

.selectric-wrapper .selectric-items ul li.disabled:first-of-type {
  display: none;
}

.selectric-wrapper.selectric-open .selectric .button {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.selectric-wrapper.selectric-open.selectric-below .selectric {
  border-top-color: #0041a0;
  border-right-color: #0041a0;
  border-left-color: #0041a0;
  border-bottom-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.selectric-wrapper.selectric-open.selectric-below .selectric-items {
  border-top: none;
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.selectric-wrapper.selectric-open.selectric-above .selectric {
  border-bottom-color: #0041a0;
  border-right-color: #0041a0;
  border-left-color: #0041a0;
  border-top-color: transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.selectric-wrapper.selectric-open.selectric-above .selectric-items {
  border-bottom: none;
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.selectric-wrapper.selectric-open.selectric-above .selectric-items:before {
  top: auto;
  bottom: 0;
}

.selectric-wrapper.selectric-disabled {
  opacity: 1;
}

.selectric-wrapper.selectric-disabled .selectric {
  background-color: #fff;
  border-color: #DEDEDE;
}

.selectric-wrapper.selectric-disabled .selectric .label {
  color: #909090;
}

.selectric-wrapper.selectric-disabled .selectric .button {
  background-image: url(/local/templates/grants/css/../images/icon-drop-gray.svg);
}

.selectric-wrapper.selectric-form-control-readonly {
  cursor: default;
}

.selectric-wrapper.selectric-form-control-readonly .selectric .button {
  background-image: url(/local/templates/grants/css/../images/icon-drop-blue.svg);
}

@media (max-width: 1599.98px) {
  .selectric-wrapper .selectric {
    height: 42px;
    border-radius: 21px;
  }
  .selectric-wrapper .selectric .label {
    padding: 8px 20px;
    padding-right: 42px;
    height: 40px;
  }
  .selectric-wrapper .selectric .button {
    height: 40px;
    width: 42px;
  }
  .selectric-wrapper .selectric-items ul li {
    padding-right: 20px;
    padding-left: 20px;
  }
  .selectric-wrapper .selectric-items {
    border-radius: 21px 21px;
  }
  .selectric-wrapper .selectric-items:before {
    right: 20px;
    left: 20px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .selectric-wrapper {
    font-size: 14px;
  }
}

/* FANCYBOX, MODALS */
.fancybox-container {
  z-index: 99;
}

.fancybox-bg {
  background: #111111;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.44;
}

.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 767.98px) {
  .fancybox-navigation {
    display: none;
  }
}

.fancybox-is-modal .fancybox-navigation,
.fancybox-is-modal .fancybox-toolbar,
.fancybox-is-modal .fancybox-infobar {
  display: none !important;
}

.fancybox-navigation .fancybox-button {
  width: 50px;
  height: 50px;
  padding: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
  position: absolute;
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.fancybox-navigation .fancybox-button {
  color: #fff;
}

@media (hover: hover) {
  .fancybox-navigation .fancybox-button:focus {
    color: #fff;
  }
}

@media (hover: hover) {
  .fancybox-navigation .fancybox-button:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .fancybox-navigation .fancybox-button:active, .fancybox-navigation .fancybox-button:focus:active, .fancybox-navigation .fancybox-button:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .fancybox-navigation .fancybox-button.touched {
    color: #bf1d26;
  }
}

.fancybox-navigation .fancybox-button .icon {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: currentColor;
}

.fancybox-navigation .fancybox-button-prev, .fancybox-navigation .fancybox-button-next {
  left: auto;
  right: auto;
  top: 50%;
  bottom: auto;
  margin: -25px 0 0;
}

.fancybox-navigation .fancybox-button-prev {
  left: 0;
}

.fancybox-navigation .fancybox-button-prev .icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fancybox-navigation .fancybox-button-next {
  right: 0;
}

.fancybox-navigation .fancybox-button-next .icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.fancybox-navigation .fancybox-button-disabled {
  opacity: 0.3;
}

.fancybox-button-close {
  width: 34px;
  height: 34px;
  padding: 5px;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 solid transparent;
  border-radius: 0;
  background: none;
  cursor: pointer;
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
  top: 10px;
  right: 10px;
}

.fancybox-button-close {
  color: #fff;
}

@media (hover: hover) {
  .fancybox-button-close:focus {
    color: #fff;
  }
}

@media (hover: hover) {
  .fancybox-button-close:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .fancybox-button-close:active, .fancybox-button-close:focus:active, .fancybox-button-close:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .fancybox-button-close.touched {
    color: #bf1d26;
  }
}

.fancybox-button-close .icon {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: currentColor;
}

.fancybox-slide {
  padding: 40px 80px;
  overflow: auto;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .fancybox-slide {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 767.98px) {
  .fancybox-slide {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .fancybox-is-modal .fancybox-slide {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767.98px) {
  .fancybox-is-modal .fancybox-slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.modal {
  background: #fff;
  position: relative;
  display: none;
  width: 1056px;
  max-width: 100%;
  padding: 60px;
}

.modal-close {
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 3;
}

.modal-close .icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: #0041A0;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

@media (hover: hover) {
  .modal-close:focus .icon {
    fill: #0041A0;
  }
}

@media (hover: hover) {
  .modal-close:hover .icon {
    fill: #ff0000;
  }
}

@media (hover: hover) {
  .modal-close:active .icon, .modal-close:focus:active .icon, .modal-close:hover:active .icon {
    fill: #bf1d26;
  }
}

@media (hover: none) {
  .modal-close.touched .icon {
    fill: #bf1d26;
  }
}

.modal-title {
  /*color: #002f6c;*/
  margin-bottom: 40px;
  padding-right: 150px;
  font-weight: 600;
}

.modal-title:last-child {
  margin-bottom: 0;
}

.modal-desc {
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}

.modal-desc:last-child {
  margin-bottom: 0;
}

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

@media (max-width: 1599.98px) {
  .modal {
    padding: 30px;
    width: 770px;
  }
  .modal-title {
    padding-right: 100px;
    margin-bottom: 20px;
  }
  .modal-close {
    top: 30px;
    right: 30px;
  }
  .modal-desc {
    margin-bottom: 20px;
  }
  .modal-desc p {
    margin-bottom: 1.25em;
  }
}

@media (max-width: 1279.98px) {
  .modal {
    width: 720px;
  }
}

.modal-contest-new-person {
  width: 800px;
}

.modal-contest-new-person .modal-title {
  padding-right: 100px;
}

@media (max-width: 1599.98px) {
  .modal-contest-new-person {
    width: 800px;
  }
  .modal-contest-new-person .modal-title {
    margin-bottom: 40px;
  }
  .modal-contest-new-person__submit-block {
    margin-top: 12px;
  }
}

@media (max-width: 1279.98px) {
  .modal-contest-new-person {
    width: 720px;
  }
  .modal-contest-new-person__submit-block {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-contest-new-person .modal-title {
    margin-bottom: 32px;
  }
}

.modal-authorization {
  width: 560px;
  padding: 40px;
}

.modal-authorization .modal-close {
  top: 40px;
  right: 40px;
}

.modal-authorization .modal-title .modal-authorization__toggler {
  display: inline;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 1em;
  text-decoration: underline;
  font-weight: 400;
}

@media (max-width: 1599.98px) {
  .modal-authorization {
    padding: 30px;
  }
  .modal-authorization .modal-close {
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 767.98px) {
  .modal-authorization {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-authorization .modal-close {
    right: 20px;
  }
}

.modal-registration {
  width: 1014px;
  padding: 40px;
}

.modal-registration .modal-close {
  top: 40px;
  right: 40px;
}

.modal-registration .modal-title .modal-registration__toggler {
  display: inline;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 1em;
  text-decoration: underline;
  font-weight: 400;
}

@media (max-width: 1599.98px) {
  .modal-registration {
    padding: 30px;
  }
  .modal-registration .modal-close {
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 767.98px) {
  .modal-registration {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-registration .modal-close {
    right: 20px;
  }
}

.modal-registration-success {
  width: 480px;
  padding: 24px 30px;
}

.modal-registration-success .modal-close {
  top: 24px;
  right: 30px;
}

.modal-registration-success .modal-title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 66px;
  padding-right: 100px;
  color: inherit;
}

.modal-registration-success .modal-title:before, .modal-registration-success .modal-title:after {
  content: '';
  position: absolute;
  top: 50%;
}

.modal-registration-success .modal-title:before {
  width: 46px;
  height: 46px;
  border: 2px solid #DEDEDE;
  border-radius: 50%;
  left: 0;
  margin-top: -23px;
}

.modal-registration-success .modal-title:after {
  width: 20px;
  height: 16px;
  background-image: url(/local/templates/grants/css/../images/icon-check-green.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 23px;
  margin-left: -10px;
  margin-top: -8px;
}

.modal-registration-success .modal-desc {
  margin-bottom: 20px;
}

.modal-lk-new-person {
  width: 920px;
}

.modal-lk-new-person .modal-title {
  padding-right: 100px;
}

@media (max-width: 1599.98px) {
  .modal-lk-new-person {
    width: 800px;
  }
  .modal-lk-new-person .modal-title {
    margin-bottom: 40px;
  }
  .modal-lk-new-person__submit-block {
    margin-top: 12px;
  }
}

@media (max-width: 1279.98px) {
  .modal-lk-new-person {
    width: 720px;
  }
  .modal-lk-new-person__submit-block {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-lk-new-person .modal-title {
    margin-bottom: 32px;
  }
}

.modal-callback {
  width: 800px;
}

.modal-callback .modal-title {
  padding-right: 60px;
}

.modal-callback__submit-block {
  margin-top: 120px;
}

@media (max-width: 1599.98px) {
  .modal-callback .modal-title {
    margin-bottom: 40px;
  }
  .modal-callback__submit-block {
    margin-top: 80px;
  }
}

@media (max-width: 1279.98px) {
  .modal-callback {
    width: 720px;
  }
}

@media (max-width: 767.98px) {
  .modal-callback {
    width: 360px;
  }
  .modal-callback .modal-title {
    margin-bottom: 36px;
  }
  .modal-callback__submit-block {
    margin-top: 60px;
  }
}

.modal-contest-add-stage-field {
  width: 1464px;
  padding: 60px;
}

.modal-contest-add-stage-field__content .tag {
  text-align: left;
}

.modal-contest-add-stage-field__image {
  background: #F4F4F4;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.modal-contest-add-stage-field__image img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.modal-contest-add-stage-field .modal-title {
  margin-bottom: 40px;
}

.modal-contest-add-stage-field .modal__submit-block {
  margin-top: 60px;
}

.modal-contest-add-stage-field .modal-close {
  top: 60px;
  right: 60px;
}

@media (max-width: 1599.98px) {
  .modal-contest-add-stage-field {
    width: 1040px;
  }
  .modal-contest-add-stage-field .modal-title {
    margin-bottom: 30px;
  }
  .modal-contest-add-stage-field .modal-title br {
    display: none;
  }
  .modal-contest-add-stage-field .modal__submit-block {
    margin-top: 30px;
  }
  .modal-contest-add-stage-field__image {
    margin-top: 30px;
    height: 390px;
  }
}

@media (max-width: 1279.98px) {
  .modal-contest-add-stage-field {
    width: 702px;
    padding: 40px;
  }
  .modal-contest-add-stage-field .modal-title {
    margin-bottom: 20px;
  }
  .modal-contest-add-stage-field .modal__submit-block {
    margin-top: 20px;
  }
  .modal-contest-add-stage-field__image {
    margin-top: 20px;
    height: 354px;
  }
  .modal-contest-add-stage-field .modal-close {
    top: 40px;
    right: 40px;
  }
}

@media (max-width: 767.98px) {
  .modal-contest-add-stage-field {
    width: 640px;
    padding: 30px 20px;
  }
  .modal-contest-add-stage-field .modal-title {
    margin-bottom: 16px;
  }
  .modal-contest-add-stage-field .modal__submit-block {
    margin-top: 16px;
  }
  .modal-contest-add-stage-field__image {
    margin-top: 16px;
    height: 178px;
    padding: 20px;
  }
  .modal-contest-add-stage-field .modal-close {
    top: 30px;
    right: 20px;
  }
}

.modal-contest-edit-stage-field {
  width: 1404px;
  padding: 60px;
}

.modal-contest-edit-stage-field__content {
  padding-right: 24px;
}

.modal-contest-edit-stage-field__image {
  background: #F4F4F4;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.modal-contest-edit-stage-field__image img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.modal-contest-edit-stage-field .contest-upload-files-container:not(.empty) + .contest-upload-files-label {
  display: none;
}

.modal-contest-edit-stage-field .modal__submit-block {
  margin-top: 60px;
}

.modal-contest-edit-stage-field .modal-title {
  margin-bottom: 40px;
}

.modal-contest-edit-stage-field .modal-close {
  top: 60px;
  right: 60px;
}

@media (max-width: 1599.98px) {
  .modal-contest-edit-stage-field {
    width: 1040px;
  }
  .modal-contest-edit-stage-field .modal-title {
    margin-bottom: 30px;
  }
  .modal-contest-edit-stage-field .modal__submit-block {
    margin-top: 30px;
  }
  .modal-contest-edit-stage-field__image {
    margin-top: 30px;
    height: 390px;
  }
}

@media (max-width: 1279.98px) {
  .modal-contest-edit-stage-field {
    width: 702px;
    padding: 40px;
  }
  .modal-contest-edit-stage-field .modal-title {
    margin-bottom: 20px;
  }
  .modal-contest-edit-stage-field .modal__submit-block {
    margin-top: 20px;
  }
  .modal-contest-edit-stage-field__image {
    margin-top: 20px;
    height: 354px;
  }
  .modal-contest-edit-stage-field .modal-close {
    top: 40px;
    right: 40px;
  }
}

@media (max-width: 767.98px) {
  .modal-contest-edit-stage-field {
    width: 640px;
    padding: 30px 20px;
  }
  .modal-contest-edit-stage-field .modal-title {
    margin-bottom: 16px;
  }
  .modal-contest-edit-stage-field .modal__submit-block {
    margin-top: 16px;
  }
  .modal-contest-edit-stage-field__image {
    margin-top: 16px;
    height: 178px;
    padding: 20px;
  }
  .modal-contest-edit-stage-field .modal-close {
    top: 30px;
    right: 20px;
  }
}

.modal-share {
  width: 500px;
}

.modal-share .ya-share2__list li:before {
  display: none;
}

@media (max-width: 1279.98px) {
  .modal-share {
    width: 400px;
  }
}

.modal-tooltip {
  width: 600px;
}

@media (max-width: 1279.98px) {
  .modal-tooltip {
    width: 500px;
  }
}

@media (max-width: 767.98px) {
  .modal-tooltip {
    width: 400px;
  }
}

/* SLIDERS */
.swiper-container {
  z-index: auto;
}

.swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  z-index: auto;
}

.swiper-slide {
  height: auto;
  z-index: auto;
}

.swiper-nav {
  display: block;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  z-index: auto;
}

.swiper-button {
  width: 48px;
  height: 48px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #dedede;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  -webkit-transition: background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  display: inline-block;
  vertical-align: top;
  z-index: auto;
}

.swiper-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  color: #002f6c;
  border-color: #dedede;
}

@media (hover: hover) {
  .swiper-button:focus {
    background: #fff;
    color: #002f6c;
    border-color: #dedede;
    -webkit-box-shadow: 0 0 0 3px #99b3d8;
            box-shadow: 0 0 0 3px #99b3d8;
  }
}

@media (hover: hover) {
  .swiper-button:hover {
    background: #f4f4f4;
    color: #002f6c;
    border-color: #f4f4f4;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (hover: hover) {
  .swiper-button:active, .swiper-button:focus:active, .swiper-button:hover:active {
    background: #dedede;
    color: #002f6c;
    border-color: #dedede;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (hover: none) {
  .swiper-button.touched {
    background: #dedede;
    color: #002f6c;
    border-color: #dedede;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.swiper-button .icon {
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  display: block;
  fill: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.swiper-button-prev, .swiper-button-next {
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

.swiper-button.prev {
  margin-right: 10px;
}

.swiper-button.prev .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: -15px;
}

.swiper-button.next .icon {
  margin-left: -11px;
}

.swiper-button-disabled, .swiper-button-disabled:hover, .swiper-button-disabled:focus, .swiper-button-disabled:active, .swiper-button-disabled:hover:active, .swiper-button-disabled:focus:active, .swiper-button-disabled.touched {
  background: #fff;
  color: #bcbcbc;
  border-color: #dedede;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  cursor: default;
}

.swiper-nav.light .swiper-button {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

@media (hover: hover) {
  .swiper-nav.light .swiper-button:focus {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
  }
}

@media (hover: hover) {
  .swiper-nav.light .swiper-button:hover {
    background: #0041a0;
    color: #fff;
    border-color: #0041a0;
  }
}

@media (hover: hover) {
  .swiper-nav.light .swiper-button:active, .swiper-nav.light .swiper-button:focus:active, .swiper-nav.light .swiper-button:hover:active {
    background: #001e46;
    color: #fff;
    border-color: #001e46;
  }
}

@media (hover: none) {
  .swiper-nav.light .swiper-button.touched {
    background: #001e46;
    color: #fff;
    border-color: #001e46;
  }
}

.swiper-nav.light .swiper-button-disabled, .swiper-nav.light .swiper-button-disabled:hover, .swiper-nav.light .swiper-button-disabled:focus, .swiper-nav.light .swiper-button-disabled:active, .swiper-nav.light .swiper-button-disabled:hover:active, .swiper-nav.light .swiper-button-disabled:focus:active, .swiper-nav.light .swiper-button-disabled.touched {
  background: transparent;
  color: #bcbcbc;
  border-color: rgba(255, 255, 255, 0.5);
}

.swiper-pagination {
  text-align: center;
  font-size: 0;
  line-height: 0;
  position: static;
  z-index: auto;
}

.swiper-pagination > .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: none;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  margin: -5px 3px !important;
  position: relative;
  opacity: 1;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  z-index: auto;
}

.swiper-pagination > .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 0;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

/* TOOLTIPS */
.btn-tooltip {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  height: 24px;
  min-width: 24px;
  border-radius: 12px;
  padding: 1px 5px;
  line-height: 20px;
  border: 1px solid #909090;
  text-align: center;
  font-size: 16px;
  color: #002f6c;
  margin-left: 5px;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.btn-tooltip:before {
  content: '?';
  display: inline-block;
  vertical-align: top;
}

.btn-tooltip {
  background: transparent;
  color: #111;
  border-color: #bcbcbc;
}

.btn-tooltip .icon {
  fill: #002f6c;
}

@media (hover: hover) {
  .btn-tooltip:focus {
    -webkit-box-shadow: 0 0 0 3px #99b3d8;
            box-shadow: 0 0 0 3px #99b3d8;
    background: transparent;
    color: #0041a0;
    border-color: #bcbcbc;
  }
  .btn-tooltip:focus .icon {
    fill: #0041a0;
  }
}

@media (hover: hover) {
  .btn-tooltip:hover {
    background: #0041a0;
    border-color: #0041a0;
    color: #fff;
  }
  .btn-tooltip:hover .icon {
    fill: #fff;
  }
}

@media (hover: hover) {
  .btn-tooltip:active, .btn-tooltip:focus:active, .btn-tooltip:hover:active {
    background: #002f6c;
    border-color: #002f6c;
    color: #fff;
  }
  .btn-tooltip:active .icon, .btn-tooltip:focus:active .icon, .btn-tooltip:hover:active .icon {
    fill: #fff;
  }
}

@media (hover: none) {
  .btn-tooltip.touched {
    background: #002f6c;
    border-color: #002f6c;
    color: #fff;
  }
  .btn-tooltip.touched .icon {
    fill: #fff;
  }
}

.btn-tooltip:disabled, .btn-tooltip[disabled], .btn-tooltip.disabled {
  cursor: default;
}

.btn-tooltip:disabled, .btn-tooltip:disabled:active, .btn-tooltip:disabled:focus:active, .btn-tooltip:disabled:hover:active, .btn-tooltip[disabled], .btn-tooltip[disabled]:active, .btn-tooltip[disabled]:focus:active, .btn-tooltip[disabled]:hover:active, .btn-tooltip.disabled, .btn-tooltip.disabled:active, .btn-tooltip.disabled:focus:active, .btn-tooltip.disabled:hover:active {
  background: transparent;
  color: #909090;
  border-color: #bcbcbc;
}

.btn-tooltip:disabled .icon, .btn-tooltip:disabled:active .icon, .btn-tooltip:disabled:focus:active .icon, .btn-tooltip:disabled:hover:active .icon, .btn-tooltip[disabled] .icon, .btn-tooltip[disabled]:active .icon, .btn-tooltip[disabled]:focus:active .icon, .btn-tooltip[disabled]:hover:active .icon, .btn-tooltip.disabled .icon, .btn-tooltip.disabled:active .icon, .btn-tooltip.disabled:focus:active .icon, .btn-tooltip.disabled:hover:active .icon {
  fill: #909090;
}

.tooltip {
  position: absolute;
  border: none;
  font-size: 14px;
  line-height: 1.5;
  max-width: 240px;
  opacity: 0;
  z-index: -1000;
  left: -1000px;
  top: -1000px;
  color: inherit;
}

.tooltip-inner {
  background: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(117, 132, 141, 0.25);
          box-shadow: 0 8px 16px 0 rgba(117, 132, 141, 0.25);
  padding: 16px 20px;
}

.tooltip:before {
  content: '';
  position: absolute;
  border: 16px solid transparent;
  display: block;
}

.tooltip:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 16px;
}

.tooltip.top {
  margin-top: -16px;
}

.tooltip.top:before {
  bottom: -16px;
}

.tooltip.top:after {
  bottom: -16px;
}

.tooltip.bottom {
  margin-top: 16px;
}

.tooltip.bottom:before {
  top: -16px;
}

.tooltip.bottom:after {
  top: -16px;
}

.tooltip.left:before {
  border-right-color: #fff;
  right: 0;
}

.tooltip.right:before {
  border-left-color: #fff;
  left: 0;
}

.tooltip.open {
  opacity: 1;
  z-index: 100;
}

/* LAZY LOAD */
[data-lazy-bg]:not(.lazy-loaded):before,
.swiper-lazy[data-background]:not(.swiper-lazy-loaded):before {
  content: "" !important;
  width: 50px !important;
  height: 50px !important;
  background-image: url(/local/templates/grants/css/../images/loader.svg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-animation: rotation 2s linear infinite !important;
          animation: rotation 2s linear infinite !important;
  background-color: transparent !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -25px !important;
  margin-left: -25px !important;
}

[data-lazy-bg]:not(.lazy-loaded):after,
.swiper-lazy[data-background]:not(.swiper-lazy-loaded):after {
  display: none !important;
}

[data-lazy-src]:not(.lazy-loaded),
.swiper-lazy[data-src]:not(.swiper-lazy-loaded) {
  width: 50px !important;
  height: 50px !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-animation: rotation 2s linear infinite !important;
          animation: rotation 2s linear infinite !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -25px !important;
  margin-left: -25px !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.lazy-loaded,
.swiper-lazy-loaded {
  -webkit-animation: fade-in 0.3s;
          animation: fade-in 0.3s;
}

/* HEADER */
.header {
  z-index: 20;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #DEDEDE;
  padding-top: 35px;
  padding-bottom: 27px;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 4% 0 0;
}

.header-item:last-child {
  margin-right: 0;
}

.header-logo {
  width: 126px;
  display: block;
}

.header-logo img {
  width: 100%;
  margin-top: -18px;
}

@media (hover: hover) {
  .header-logo:focus {
    background: transparent;
  }
}

.header-item-mobile-menu-toggler {
  display: none;
}

.header-item-menu {
  margin-right: auto;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  font-weight: 600;
}

.header-menu > li {
  padding: 0;
  margin: 0 50px 0 0;
  position: relative;
}

.header-menu > li:before {
  display: none;
}

.header-menu > li:last-child {
  margin-right: 0;
}

.header-menu > li.open {
  z-index: 1;
}

.header-menu > li > a {
  padding: 4px 0;
  display: block;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}

.header-menu > li > a.selected:before {
  content: '';
  position: absolute;
  background: #ff0000;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: -27px;
}

@media (hover: hover) {
  .header-menu > li > a:focus {
    background: transparent;
  }
}

.header-profile {
  font-weight: 600;
  font-size: 14px;
  display: block;
}

@media (hover: hover) {
  .header-profile:focus {
    background: transparent;
  }
}

.header-item-application {
  margin-left: auto;
}

.header-application {
  font-weight: 600;
  font-size: 14px;
  display: block;
}

@media (hover: hover) {
  .header-application:focus {
    background: transparent;
  }
}

.toggle-menu {
  width: 25px;
  height: 20px;
  display: block;
  position: relative;
}

.toggle-menu {
  color: #002f6c;
}

@media (hover: hover) {
  .toggle-menu:focus {
    color: #002f6c;
  }
}

@media (hover: hover) {
  .toggle-menu:hover {
    color: #002f6c;
  }
}

@media (hover: hover) {
  .toggle-menu:active, .toggle-menu:focus:active, .toggle-menu:hover:active {
    color: #002f6c;
  }
}

@media (hover: none) {
  .toggle-menu.touched {
    color: #002f6c;
  }
}

.toggle-menu .icon {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
}

.toggle-menu .icon-close {
  width: 100%;
  height: 100%;
  display: none;
}

.toggle-menu.active .icon-close {
  display: block;
}

.toggle-menu.active .icon-close + .icon-hamburger {
  display: none;
}

@media (max-width: 1599.98px) {
  .header {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .header-menu > li {
    margin-right: 32px;
  }
  .header-menu > li > a.selected:before {
    bottom: -26px;
  }
}

@media (max-width: 1279.98px) {
  .header-logo {
    width: 143px;
  }
  .header-logo img {
    margin-top: -5px;
  }
  .header-item-mobile-menu-toggler {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
  .header-item-menu {
    display: none;
  }
  .header-item-profile {
    display: none;
  }
  .header {
    position: fixed;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .header-logo {
    width: 111px;
  }
  .header {
    padding-bottom: 17px;
  }
}

/* MENU MOBILE */
.menu-mobile {
  position: fixed;
  top: 80px;
  height: calc(100% - 80px);
  left: 0;
  right: 0;
  background: #fff;
  z-index: 21;
  display: none;
}

.menu-mobile .header-item-menu {
  display: block;
  margin-bottom: 48px;
}

.menu-mobile .header-menu {
  display: block;
}

.menu-mobile .header-menu > li {
  margin-right: 0;
}

.menu-mobile .header-menu > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.menu-mobile .header-menu > li > a.selected:before {
  bottom: 5px;
}

.menu-mobile .header-item-profile {
  display: block;
}

.menu-mobile .header-profile {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.menu-mobile.active {
  display: block;
}

@media (min-width: 1280px) {
  .menu-mobile {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .menu-mobile {
    top: 66px;
    height: calc(100% - 66px);
  }
}

body.mobile-menu-open {
  overflow: hidden;
}

/* FOOTER */
.footer {
  background: #002f6c;
  padding: 60px 0 80px;
  color: rgba(255, 255, 255, 0.5);
}

.footer a {
  color: inherit;
}

@media (hover: hover) {
  .footer a:focus {
    color: inherit;
    background: transparent;
  }
}

@media (hover: hover) {
  .footer a:hover {
    color: #fff;
    background: transparent;
  }
}

@media (hover: hover) {
  .footer a:active, .footer a:focus:active, .footer a:hover:active {
    color: #fff;
    background: transparent;
  }
}

@media (hover: none) {
  .footer a.touched {
    color: #fff;
    background: transparent;
  }
}

.footer a:disabled, .footer a[disabled], .footer a.disabled {
  cursor: default;
}

.footer a:disabled, .footer a:disabled:active, .footer a:disabled:focus:active, .footer a:disabled:hover:active, .footer a[disabled], .footer a[disabled]:active, .footer a[disabled]:focus:active, .footer a[disabled]:hover:active, .footer a.disabled, .footer a.disabled:active, .footer a.disabled:focus:active, .footer a.disabled:hover:active {
  text-decoration: none;
  color: #bcbcbc;
  background: transparent;
}

.footer__inner {
  margin-bottom: -32px;
  margin-right: -20px;
  margin-left: -20px;
}

.footer-item {
  margin-bottom: 32px;
  padding-right: 20px;
  padding-left: 20px;
}

.footer__top {
  padding-bottom: 76px;
}

.footer__top .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.footer-item-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer-logo {
  width: 236px;
  display: block;
}

.footer-logo img {
  width: 100%;
}

.footer-title {
  color: #fff;
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
}

.footer__middle {
  padding-bottom: 40px;
}

.footer-menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-menu > li {
  margin: 0 80px 0 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer-menu > li:last-child {
  margin-right: 0;
}

.footer-menu > li:before {
  display: none;
}

.footer-contacts {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-contacts a {
  margin: 0 80px 0 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer-contacts a {
  color: #fff;
}

@media (hover: hover) {
  .footer-contacts a:focus {
    color: #fff;
  }
}

@media (hover: hover) {
  .footer-contacts a:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .footer-contacts a:active, .footer-contacts a:focus:active, .footer-contacts a:hover:active {
    color: #ff0000;
  }
}

@media (hover: none) {
  .footer-contacts a.touched {
    color: #ff0000;
  }
}

.footer-contacts a:last-child {
  margin-right: 0;
}

.footer-contacts a:before {
  display: none;
}

.footer__bottom {
  border-top: 1px solid rgba(187, 187, 187, 0.1);
  padding-top: 55px;
  font-size: 14px;
}

.footer__bottom .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.footer__bottom .footer__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.footer__bottom .footer-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer-item-cookies {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer-cookies {
  white-space: nowrap;
}

.footer-item-developer {
  margin-left: auto;
}

.footer-developer {
  white-space: nowrap;
}

.footer-developer a {
  color: #fff;
}

@media (hover: hover) {
  .footer-developer a:focus {
    color: #fff;
  }
}

@media (hover: hover) {
  .footer-developer a:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .footer-developer a:active, .footer-developer a:focus:active, .footer-developer a:hover:active {
    color: #ff0000;
  }
}

@media (hover: none) {
  .footer-developer a.touched {
    color: #ff0000;
  }
}

@media (max-width: 1599.98px) {
  .footer {
    padding-bottom: 40px;
  }
  .footer__top {
    padding-bottom: 36px;
  }
  .footer__middle {
    font-size: 14px;
  }
  .footer-menu > li {
    margin-right: 60px;
  }
  .footer-contacts a {
    margin-right: 60px;
  }
  .footer__bottom .footer__left .footer-item {
    width: 240px;
  }
}

@media (max-width: 1279.98px) {
  .footer__inner {
    margin-bottom: -20px;
  }
  .footer-item {
    margin-bottom: 20px;
  }
  .footer__top .footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-item-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .footer__middle {
    font-size: 16px;
  }
  .footer__middle .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__middle .footer-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: -12px;
  }
  .footer-menu > li {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .footer-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: -12px;
  }
  .footer-contacts a {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .footer__bottom .footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .footer__bottom .footer-item-developer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 0;
  }
  .footer__bottom .footer__left .footer-item {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .footer__middle .footer__inner {
    margin-bottom: -34px;
  }
  .footer__middle .footer-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 34px;
  }
  .footer__bottom .footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__bottom .footer-item,
  .footer__bottom .footer__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .footer__bottom .footer__left {
    font-size: 12px;
    margin-bottom: 18px;
  }
}

/* BREADCRUMBS */
.breadcrumb {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0 21px 0 0;
}

.breadcrumb li:before {
  display: none;
}

.breadcrumb li:last-child {
  padding-right: 0;
}

.breadcrumb li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 3px;
  height: 24px;
  width: 16px;
  background-image: url(/local/templates/grants/css/../images/icon-drop-gray.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb a {
  color: #909090;
}

@media (hover: hover) {
  .breadcrumb a:focus {
    color: #909090;
  }
}

@media (hover: hover) {
  .breadcrumb a:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .breadcrumb a:active, .breadcrumb a:focus:active, .breadcrumb a:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .breadcrumb a.touched {
    color: #bf1d26;
  }
}

@media (max-width: 1599.98px) {
  .breadcrumb {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .breadcrumb li {
    padding-right: 23px;
  }
  .breadcrumb li:after {
    height: 20px;
  }
}

@media (max-width: 1279.98px) {
  .breadcrumb {
    margin-bottom: 19px;
  }
}

/* PAGINATION */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
}

.pagination li {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 16px;
  position: relative;
}

.pagination li:before {
  display: none;
}

.pagination li.active:after {
  content: '';
  position: absolute;
  height: 4px;
  background: #ff0000;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  bottom: -6px;
}

.pagination li:not(.prev):not(.next) a,
.pagination li:not(.prev):not(.next) span {
  text-align: center;
  display: block;
  color: #111;
}

.pagination li:not(.prev):not(.next) a {
  color: inherit;
}

@media (hover: hover) {
  .pagination li:not(.prev):not(.next) a:focus {
    color: inherit;
  }
}

@media (hover: hover) {
  .pagination li:not(.prev):not(.next) a:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .pagination li:not(.prev):not(.next) a:active, .pagination li:not(.prev):not(.next) a:focus:active, .pagination li:not(.prev):not(.next) a:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .pagination li:not(.prev):not(.next) a.touched {
    color: #bf1d26;
  }
}

.pagination li:not(.prev):not(.next) a:disabled, .pagination li:not(.prev):not(.next) a[disabled], .pagination li:not(.prev):not(.next) a.disabled {
  cursor: default;
}

.pagination li:not(.prev):not(.next) a:disabled, .pagination li:not(.prev):not(.next) a:disabled:active, .pagination li:not(.prev):not(.next) a:disabled:focus:active, .pagination li:not(.prev):not(.next) a:disabled:hover:active, .pagination li:not(.prev):not(.next) a[disabled], .pagination li:not(.prev):not(.next) a[disabled]:active, .pagination li:not(.prev):not(.next) a[disabled]:focus:active, .pagination li:not(.prev):not(.next) a[disabled]:hover:active, .pagination li:not(.prev):not(.next) a.disabled, .pagination li:not(.prev):not(.next) a.disabled:active, .pagination li:not(.prev):not(.next) a.disabled:focus:active, .pagination li:not(.prev):not(.next) a.disabled:hover:active {
  color: #bcbcbc;
}

.pagination .swiper-button {
  margin: 0;
}

.pagination .swiper-button {
  background: transparent;
  color: #111;
  border-color: #dedede;
}

@media (hover: hover) {
  .pagination .swiper-button:focus {
    background: transparent;
    color: #0041a0;
    border-color: #dedede;
  }
}

@media (hover: hover) {
  .pagination .swiper-button:hover {
    background: #0041a0;
    border-color: #0041a0;
    color: #fff;
  }
}

@media (hover: hover) {
  .pagination .swiper-button:active, .pagination .swiper-button:focus:active, .pagination .swiper-button:hover:active {
    background: #002f6c;
    border-color: #002f6c;
    color: #fff;
  }
}

@media (hover: none) {
  .pagination .swiper-button.touched {
    background: #002f6c;
    border-color: #002f6c;
    color: #fff;
  }
}

.pagination .swiper-button.swiper-button-disabled, .pagination .swiper-button.swiper-button-disabled:hover, .pagination .swiper-button.swiper-button-disabled:focus, .pagination .swiper-button.swiper-button-disabled:active, .pagination .swiper-button.swiper-button-disabled:hover:active, .pagination .swiper-button.swiper-button-disabled:focus:active, .pagination .swiper-button.swiper-button-disabled.touched {
  background: #fff;
  color: #bcbcbc;
  border-color: #dedede;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  cursor: default;
}

.pagination-mobile {
  margin-top: 60px;
}

@media (max-width: 1599.98px) {
  .pagination {
    font-size: 18px;
    margin-left: -14px;
    margin-right: -14px;
  }
  .pagination li {
    margin-left: 14px;
    margin-right: 14px;
  }
  .pagination .swiper-button {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  .pagination .swiper-button .icon {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
  }
  .pagination .swiper-button.prev .icon {
    margin-left: -13px;
  }
  .pagination .swiper-button.next .icon {
    margin-left: -9px;
  }
}

@media (max-width: 767.98px) {
  .pagination {
    margin-left: -11px;
    margin-right: -11px;
  }
  .pagination li {
    margin-left: 11px;
    margin-right: 11px;
  }
}

/* INFO STICKER */
.info-sticker {
  width: 388px;
  background: #002f6c;
  color: #fff;
}

.info-sticker__content {
  padding: 20px;
  min-height: 200px;
}

.info-sticker__content p {
  margin-bottom: 2em;
}

.info-sticker__content p:last-child {
  margin-bottom: 0.5em;
}

.info-sticker__content a {
  color: inherit;
  text-decoration: underline;
}

@media (hover: hover) {
  .info-sticker__content a:focus {
    text-decoration: none;
    color: inherit;
    background: rgba(0, 65, 160, 0.15);
  }
}

@media (hover: hover) {
  .info-sticker__content a:hover {
    text-decoration: none;
    color: #ff0000;
  }
}

@media (hover: hover) {
  .info-sticker__content a:active, .info-sticker__content a:focus:active, .info-sticker__content a:hover:active {
    text-decoration: none;
    color: #bf1d26;
    background: transparent;
  }
}

@media (hover: none) {
  .info-sticker__content a.touched {
    text-decoration: none;
    color: #bf1d26;
    background: transparent;
  }
}

.info-sticker__content a.phone, .info-sticker__content a.email {
  text-decoration: none;
}

.info-sticker__btn {
  width: 100%;
  padding: 22px 20px;
  text-align: left;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #002f6c;
}

.info-sticker__btn .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.info-sticker__btn .icon {
  width: 40px;
  height: 40px;
  fill: currentColor;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: -10px 16px;
  -webkit-transition: fill 0.3s, -webkit-transform 0.3s;
  transition: fill 0.3s, -webkit-transform 0.3s;
  -o-transition: fill 0.3s, transform 0.3s;
  transition: fill 0.3s, transform 0.3s;
  transition: fill 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.info-sticker__btn .icon.icon-profile {
  width: 32px;
  fill: currentColor !important;
}

.info-sticker__btn .icon:first-child {
  margin-left: 0;
}

.info-sticker__btn .icon:last-child {
  margin-right: 0;
}

.info-sticker__btn {
  background: #002f6c;
  color: #fff;
}

@media (hover: hover) {
  .info-sticker__btn:focus {
    background: #002f6c;
    color: #fff;
  }
}

@media (hover: hover) {
  .info-sticker__btn:hover {
    background: #002f6c;
    color: #fff;
  }
  .info-sticker__btn:hover .icon {
    fill: #ff0000;
  }
  .info-sticker__btn:hover .icon-arrow {
    -webkit-transform: translate(7px, 0);
        -ms-transform: translate(7px, 0);
            transform: translate(7px, 0);
  }
}

@media (hover: hover) {
  .info-sticker__btn:active, .info-sticker__btn:focus:active, .info-sticker__btn:hover:active {
    background: #002f6c;
    color: #fff;
  }
}

@media (hover: none) {
  .info-sticker__btn.touched {
    background: #002f6c;
    color: #fff;
  }
}

.info-sticker__btn.light {
  background: #0041a0;
  color: #fff;
}

@media (hover: hover) {
  .info-sticker__btn.light:focus {
    background: #0041a0;
    color: #fff;
  }
}

@media (hover: hover) {
  .info-sticker__btn.light:hover {
    background: #0041a0;
    color: #fff;
  }
}

@media (hover: hover) {
  .info-sticker__btn.light:active, .info-sticker__btn.light:focus:active, .info-sticker__btn.light:hover:active {
    background: #0041a0;
    color: #fff;
  }
}

@media (hover: none) {
  .info-sticker__btn.light.touched {
    background: #0041a0;
    color: #fff;
  }
}

.info-sticker__btn.dark {
  background: #001e46;
  color: #fff;
}

@media (hover: hover) {
  .info-sticker__btn.dark:focus {
    background: #001e46;
    color: #fff;
  }
}

@media (hover: hover) {
  .info-sticker__btn.dark:hover {
    background: #001e46;
    color: #fff;
  }
}

@media (hover: hover) {
  .info-sticker__btn.dark:active, .info-sticker__btn.dark:focus:active, .info-sticker__btn.dark:hover:active {
    background: #001e46;
    color: #fff;
  }
}

@media (hover: none) {
  .info-sticker__btn.dark.touched {
    background: #001e46;
    color: #fff;
  }
}

.info-sticker__btn.white .icon {
  fill: #ff0000;
}

.info-sticker__btn.white {
  background: #fff;
  color: #111;
}

@media (hover: hover) {
  .info-sticker__btn.white:focus {
    background: #fff;
    color: #111;
  }
}

@media (hover: hover) {
  .info-sticker__btn.white:hover {
    background: #fff;
    color: #111;
  }
}

@media (hover: hover) {
  .info-sticker__btn.white:active, .info-sticker__btn.white:focus:active, .info-sticker__btn.white:hover:active {
    background: #fff;
    color: #111;
  }
}

@media (hover: none) {
  .info-sticker__btn.white.touched {
    background: #fff;
    color: #111;
  }
}

.info-sticker .title {
  margin-bottom: 0.5em;
  color: inherit;
  font-weight: 600;
}

.info-sticker .subtitle {
  font-weight: 600;
  margin-bottom: 0;
}

.info-sticker.white {
  background: #fff;
  color: #111;
}

.info-sticker.white .info-sticker__content a {
  text-decoration: none;
  color: #0041a0;
}

@media (hover: hover) {
  .info-sticker.white .info-sticker__content a:focus {
    text-decoration: none;
    color: #0041a0;
    background: rgba(0, 65, 160, 0.15);
  }
}

@media (hover: hover) {
  .info-sticker.white .info-sticker__content a:hover {
    text-decoration: none;
    color: #ff0000;
    background: transparent;
  }
}

@media (hover: hover) {
  .info-sticker.white .info-sticker__content a:active, .info-sticker.white .info-sticker__content a:focus:active, .info-sticker.white .info-sticker__content a:hover:active {
    text-decoration: none;
    color: #bf1d26;
    background: transparent;
  }
}

@media (hover: none) {
  .info-sticker.white .info-sticker__content a.touched {
    text-decoration: none;
    color: #bf1d26;
    background: transparent;
  }
}

.info-sticker.white .title {
  color: #002f6c;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .info-sticker {
    width: 280px;
  }
  .info-sticker__content {
    padding-left: 13px;
    padding-right: 13px;
    min-height: 145px;
  }
  .info-sticker__btn {
    padding: 13px;
  }
  .info-sticker__btn .icon {
    width: 30px;
    height: 30px;
    margin: -5px 12px;
  }
  .info-sticker__btn .icon.icon-profile {
    width: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .info-sticker {
    width: 280px;
  }
  .info-sticker__content {
    padding: 16px;
  }
  .info-sticker__btn {
    padding: 15px 16px;
  }
  .info-sticker__btn .icon {
    width: 30px;
    height: 30px;
    margin: -5px 10px;
  }
  .info-sticker__btn .icon.icon-profile {
    width: 24px;
  }
  .info-sticker__content p {
    margin-bottom: 1.2em;
  }
}

@media (max-width: 767.98px) {
  .info-sticker {
    width: auto;
  }
  .info-sticker__content {
    padding: 16px 24px;
    min-height: 0;
    font-size: 14px;
  }
  .info-sticker__btn {
    padding: 20px 24px;
    font-size: 14px;
  }
  .info-sticker__btn .icon {
    width: 30px;
    height: 30px;
    margin: -5px 10px;
  }
  .info-sticker__btn .icon.icon-profile {
    width: 24px;
  }
}

.info-sticker-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 100%;
}

.info-sticker-block .block-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin-right: 150px;
}

.info-sticker-block .sticker-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .info-sticker-block .block-content {
    margin-right: 116px;
  }
}

@media (max-width: 1279.98px) {
  .info-sticker-block {
    display: block;
  }
  .info-sticker-block .block-content {
    margin-right: 0;
  }
  .info-sticker-block .sticker-wrapper .info-sticker {
    margin-left: auto;
  }
}

/* FAQ */
.faq .section-content {
  padding-top: 5px;
}

.faq-item {
  border-bottom: 1px solid #DEDEDE;
}

.faq-item__head {
  padding: 30px 68px 30px 0;
  margin-bottom: 0;
  position: relative;
  font-weight: 400;
  display: block;
  cursor: pointer;
}

.faq-item__title {
  max-width: 950px;
}

.faq-item__icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border: 1px solid #dedede;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.faq-item__icon:before, .faq-item__icon:after {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: 50%;
}

.faq-item__icon:before {
  height: 2px;
  width: 22px;
  margin-top: -1px;
  margin-left: -11px;
}

.faq-item__icon:after {
  height: 22px;
  width: 2px;
  margin-top: -11px;
  margin-left: -1px;
}

.faq-item__head .faq-item__icon {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  color: #002f6c;
  border-color: #dedede;
}

@media (hover: hover) {
  .faq-item__head:focus .faq-item__icon {
    background: #fff;
    color: #002f6c;
    border-color: #dedede;
    -webkit-box-shadow: 0 0 0 3px #99b3d8;
            box-shadow: 0 0 0 3px #99b3d8;
  }
}

@media (hover: hover) {
  .faq-item__head:hover .faq-item__icon {
    background: #f4f4f4;
    color: #002f6c;
    border-color: #f4f4f4;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (hover: hover) {
  .faq-item__head:active .faq-item__icon, .faq-item__head:focus:active .faq-item__icon, .faq-item__head:hover:active .faq-item__icon {
    background: #dedede;
    color: #002f6c;
    border-color: #dedede;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (hover: none) {
  .faq-item__head.touched .faq-item__icon {
    background: #dedede;
    color: #002f6c;
    border-color: #dedede;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.faq-item.active .faq-item__icon:after {
  display: none;
}

.faq-item__body {
  padding: 20px 0 30px;
}

.faq-item:not(.active) .faq-item__body {
  display: none;
}

.faq-item__content {
  max-width: 1060px;
}

.faq .items-list + .faq-callback {
  margin-top: 60px;
}

.faq-callback-title {
  color: #002f6c;
  margin-bottom: 1.2em;
}

.faq-callback-desc {
  margin-bottom: 2.5em;
}

.faq-callback-desc p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .faq-item__body {
    padding: 14px 0 20px;
  }
  .items-list + .faq-callback {
    margin-top: 40px;
  }
  .faq-callback-desc {
    margin-bottom: 1.5em;
  }
}

@media (max-width: 1599.98px) {
  .faq-item__title,
  .faq-item__content {
    max-width: none;
  }
}

@media (max-width: 1279.98px) {
  .faq-item__body {
    padding-top: 4px;
    padding-bottom: 24px;
  }
  .faq-callback-desc {
    margin-bottom: 1.8em;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .faq .items-list + .faq-callback {
    margin-top: 36px;
  }
  .faq .section-title {
    margin-bottom: 0.75em;
  }
}

@media (max-width: 767.98px) {
  .faq .items-list + .faq-callback {
    margin-top: 42px;
  }
}

/* DATEPICKER */
.datepicker {
  border: 1px solid #0041a0;
}

.datepicker .datepicker--day-name {
  color: #909090;
}

.datepicker .datepicker--pointer {
  display: none;
}

.datepicker .datepicker--cell.-current- {
  color: #0041a0;
}

@media (max-width: 1599.98px) {
  .datepicker {
    border-radius: 21px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .datepicker {
    font-size: 14px;
  }
}

/* TAGS */
ul.tags-list {
  margin: 0 -5px -10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.tags-list li {
  margin: 0 5px 10px;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
  max-width: 100%;
}

ul.tags-list li:before {
  display: none;
}

ul.tags-list.js-swiper-initialized {
  display: block;
  margin: 0;
}

ul.tags-list .swiper-slide {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 0;
  margin-bottom: 0;
}

.tag {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border: 1px solid #DEDEDE;
  font-size: 16px;
  line-height: 20px;
  padding: 9px 18px;
  font-weight: 400;
  font-family: "Grtsk Peta";
  border-radius: 20px;
  min-height: 40px;
  text-align: center;
  color: #111;
  margin: 0 !important;
}

.tag.active {
  background-color: #0041a0;
  border-color: #0041a0;
  color: #fff;
}

a.tag,
label.tag,
button.tag {
  -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (hover: hover) {
  a.tag:focus,
  label.tag:focus,
  button.tag:focus {
    -webkit-box-shadow: 0 0 0 3px #99b3d8;
            box-shadow: 0 0 0 3px #99b3d8;
    background-color: #fff;
    border-color: #DEDEDE;
    color: #111;
  }
}

@media (hover: hover) {
  a.tag:hover,
  label.tag:hover,
  button.tag:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #DEDEDE;
    border-color: #DEDEDE;
    color: #111;
  }
}

@media (hover: hover) {
  a.tag:active, a.tag:focus:active, a.tag:hover:active,
  label.tag:active,
  label.tag:focus:active,
  label.tag:hover:active,
  button.tag:active,
  button.tag:focus:active,
  button.tag:hover:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #DEDEDE;
    border-color: #DEDEDE;
    color: #111;
  }
}

@media (hover: none) {
  a.tag.touched,
  label.tag.touched,
  button.tag.touched {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #DEDEDE;
    border-color: #DEDEDE;
    color: #111;
  }
}

@media (hover: hover) {
  a.tag.active:hover,
  label.tag.active:hover,
  button.tag.active:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #002f6c;
    border-color: #002f6c;
    color: #fff;
  }
}

@media (hover: hover) {
  a.tag.active:focus,
  label.tag.active:focus,
  button.tag.active:focus {
    -webkit-box-shadow: 0 0 0 3px #99b3d8;
            box-shadow: 0 0 0 3px #99b3d8;
    background-color: #0041a0;
    border-color: #0041a0;
    color: #fff;
  }
}

@media (hover: hover) {
  a.tag.active:active, a.tag.active:focus:active, a.tag.active:hover:active,
  label.tag.active:active,
  label.tag.active:focus:active,
  label.tag.active:hover:active,
  button.tag.active:active,
  button.tag.active:focus:active,
  button.tag.active:hover:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #001e46;
    border-color: #001e46;
    color: #fff;
  }
}

@media (hover: none) {
  a.tag.active.touched,
  label.tag.active.touched,
  button.tag.active.touched {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #001e46;
    border-color: #001e46;
    color: #fff;
  }
}

input:checked + label.tag {
  background-color: #0041a0;
  border-color: #0041a0;
  color: #fff;
}

@media (hover: hover) {
  input:checked + label.tag:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #002f6c;
    border-color: #002f6c;
    color: rgba(255, 255, 255, 0.5);
  }
}

@media (hover: hover) {
  input:checked + label.tag:focus {
    -webkit-box-shadow: 0 0 0 3px #99b3d8;
            box-shadow: 0 0 0 3px #99b3d8;
    background-color: #0041a0;
    border-color: #0041a0;
    color: #fff;
  }
}

@media (hover: hover) {
  input:checked + label.tag:active, input:checked + label.tag:focus:active, input:checked + label.tag:hover:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #001e46;
    border-color: #001e46;
    color: rgba(255, 255, 255, 0.6);
  }
}

@media (hover: none) {
  input:checked + label.tag.touched {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #001e46;
    border-color: #001e46;
    color: rgba(255, 255, 255, 0.6);
  }
}

input:disabled + label.tag {
  background-color: #fff;
  border-color: #bcbcbc;
  color: #909090;
  cursor: default;
}

@media (hover: hover) {
  input:disabled + label.tag:hover {
    background-color: #fff;
    border-color: #bcbcbc;
    color: #909090;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (hover: hover) {
  input:disabled + label.tag:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
    border-color: #bcbcbc;
    color: #909090;
  }
}

@media (hover: hover) {
  input:disabled + label.tag:active, input:disabled + label.tag:focus:active, input:disabled + label.tag:hover:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
    border-color: #bcbcbc;
    color: #909090;
  }
}

@media (hover: none) {
  input:disabled + label.tag.touched {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
    border-color: #bcbcbc;
    color: #909090;
  }
}

@media (max-width: 1599.98px) {
  .tag {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 19px;
    min-height: 38px;
  }
}

@media (max-width: 1279.98px) {
  .tag {
    font-size: 16px;
  }
}

/* VIDEO ITEM */
.video-item {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.video-item:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
}

.video-item:hover:after {
  opacity: 0;
}

.video-item__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.video-item:hover .video-item__image {
  -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
          transform: scale(1.025);
}

.video-item__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 60px 80px;
  font-weight: 600;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}

.video-item__btn-play {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ff0000;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 1;
}

.video-item__btn-play .icon {
  display: block;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -5px !important;
  fill: #fff;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.video-item:hover .video-item__btn-play {
  background: #bf1d26;
}

.video-item:hover .video-item__btn-play .icon {
  fill: #fff;
}

@media (max-width: 1599.98px) {
  .video-item__title {
    padding: 20px;
  }
  .video-item__btn-play {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
  .video-item__btn-play .icon {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
  }
}

@media (max-width: 767.98px) {
  .video-item .video-item__btn-play {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
  }
  .video-item__btn-play .icon {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
  }
  .video-item__title {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.5;
  }
}

/* PROJECT ITEM */
.project-item {
  padding: 32px;
  border: 1px solid #DEDEDE;
  display: block;
}

.project-item__title {
  font-weight: 600;
  color: #002f6c;
  margin-bottom: 20px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.project-item:hover .project-item__title {
  color: #ff0000;
}

.project-item:active .project-item__title {
  color: #bf1d26;
}

.project-item__category {
  margin-bottom: 20px;
  color: #002f6c;
}

.project-item__info-row {
  margin-bottom: 40px;
}

.project-item__info-row .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px -10px;
}

.project-item__info-row .list-item {
  padding: 0 5px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.project-item__grade {
  margin-bottom: 40px;
  color: #111;
}

.project-item__grade-value {
  color: #002f6c;
  font-weight: 600;
  padding-right: 0.5em;
}

.project-item__winner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.project-item__winner .icon {
  display: block;
  width: 33px;
  height: 30px;
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  fill: #ff0000;
}

.project-item__winner span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
}

.project-item__date {
  color: #BCBCBC;
}

.project-item__budget {
  margin-bottom: 40px;
  letter-spacing: -0.02em;
  color: #002f6c;
}

.project-item__budget-row {
  margin-bottom: 10px;
}

.project-item__budget-row:last-child {
  margin-bottom: 0;
}

.project-item__budget-value {
  display: inline;
  margin: 0;
  font-weight: 600;
  padding-right: 12px;
}

.project-item__location {
  margin-bottom: 40px;
  color: #909090;
}

.project-item__location p {
  margin-bottom: 5px;
}

.project-item__location p:last-child {
  margin-bottom: 0;
}

.project-item__location ul {
  margin: 0;
}

.project-item__location ul li {
  padding: 0;
  margin-bottom: 5px;
}

.project-item__location ul li:last-child {
  margin-bottom: 0;
}

.project-item__location ul li:before {
  display: none;
}

.project-item__activity {
  color: #909090;
}

.project-item__activity-title {
  color: #111;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 1599.98px) {
  .project-item {
    padding: 20px;
  }
  .project-item__info-row {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .project-item__winner .icon {
    width: 24px;
    height: 22px;
    margin-right: 7px;
  }
  .project-item__budget {
    margin-bottom: 20px;
  }
  .project-item__budget-row {
    margin-bottom: 6px;
  }
  .project-item__location {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .project-item__activity-title {
    margin-bottom: 6px;
  }
  .project-item__info-row .list-item {
    margin-bottom: 6px;
  }
  .project-item__info-row .items-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: -6px;
  }
  .project-item__grade {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .project-item__title {
    margin-bottom: 16px;
  }
  .project-item__info-row {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .project-item__budget {
    margin-bottom: 16px;
  }
  .project-item__budget-value {
    padding-right: 6px;
  }
  .project-item__location {
    margin-bottom: 16px;
  }
}

.projects-list-section .projects-list {
  margin-bottom: -16px;
}

.projects-list-section .project-item {
  margin-bottom: 16px;
}

@media (max-width: 1279.98px) {
  .projects-list-section .projects-list {
    margin-bottom: -24px;
  }
  .projects-list-section .project-item {
    margin-bottom: 24px;
  }
}

/* NAV TABS */
.nav-tabs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: visible;
  margin: 0 0 60px;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 30px;
  padding-top: 30px;
  font-size: 16px;
}

.nav-tabs .swiper-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.nav-tabs .swiper-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nav-tabs .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.nav-tabs li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  margin: 0 80px 0 0;
}

.nav-tabs li:last-of-type {
  margin-right: 0;
}

.nav-tabs li:before {
  display: none;
}

.nav-tabs a {
  display: block;
}

@media (max-width: 1599.98px) {
  .nav-tabs {
    margin-bottom: 40px;
  }
  .nav-tabs li {
    margin-right: 60px;
  }
}

@media (max-width: 1279.98px) {
  .nav-tabs {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .nav-tabs {
    margin-bottom: 40px;
  }
}

.nav-tabs-2 {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: visible;
  margin: 0 0 60px;
}

.nav-tabs-2 .swiper-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.nav-tabs-2 .swiper-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nav-tabs-2 .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.nav-tabs-2 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  margin: 0 80px 0 0;
}

.nav-tabs-2 li:last-of-type {
  margin-right: 0;
}

.nav-tabs-2 li:before {
  display: none;
}

.nav-tabs-2 a {
  display: block;
  font-weight: 600;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  border-bottom: 4px solid transparent;
}

.nav-tabs-2 a {
  color: #BCBCBC;
  background: transparent;
  border-bottom-color: transparent;
}

@media (hover: hover) {
  .nav-tabs-2 a:focus {
    color: #BCBCBC;
    background: transparent;
    border-bottom-color: transparent;
  }
}

@media (hover: hover) {
  .nav-tabs-2 a:hover {
    color: #0041a0;
    background: transparent;
    border-bottom-color: transparent;
  }
}

@media (hover: hover) {
  .nav-tabs-2 a:active, .nav-tabs-2 a:focus:active, .nav-tabs-2 a:hover:active {
    color: #bf1d26;
    background: transparent;
    border-bottom-color: transparent;
  }
}

@media (hover: none) {
  .nav-tabs-2 a.touched {
    color: #bf1d26;
    background: transparent;
    border-bottom-color: transparent;
  }
}

.nav-tabs-2 a.active {
  color: #002f6c;
  background: transparent;
  border-bottom-color: #ff0000;
}

@media (hover: hover) {
  .nav-tabs-2 a.active:focus {
    color: #002f6c;
    background: transparent;
    border-bottom-color: #ff0000;
  }
}

@media (hover: hover) {
  .nav-tabs-2 a.active:hover {
    color: #002f6c;
    background: transparent;
    border-bottom-color: #ff0000;
  }
}

@media (hover: hover) {
  .nav-tabs-2 a.active:active, .nav-tabs-2 a.active:focus:active, .nav-tabs-2 a.active:hover:active {
    color: #002f6c;
    background: transparent;
    border-bottom-color: #ff0000;
  }
}

@media (hover: none) {
  .nav-tabs-2 a.active.touched {
    color: #002f6c;
    background: transparent;
    border-bottom-color: #ff0000;
  }
}

@media (max-width: 1599.98px) {
  .nav-tabs-2 {
    margin-bottom: 40px;
  }
  .nav-tabs-2 li {
    margin-right: 60px;
  }
}

@media (max-width: 1279.98px) {
  .nav-tabs-2 {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .nav-tabs-2 {
    margin-bottom: 40px;
  }
}

.tab-container {
  margin: 0;
  padding: 0;
}

.tab-container .tab-pane {
  display: none;
}

.tab-container .tab-pane.active {
  display: block;
  -webkit-animation: fade-in 0.3s;
          animation: fade-in 0.3s;
}

.nav-tabs-scroll-container {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -20px;
  margin-bottom: -20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 100%;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.nav-tabs-scroll-container .ps__rail-x,
.nav-tabs-scroll-container .ps__rail-y {
  display: none;
}

.nav-tabs-scroll-container + .swiper-nav {
  margin-left: 40px;
}

/* CALLBACK SETION */
.callback-section {
  padding: 80px 0;
  margin-bottom: 0;
  background: #F4F4F4;
}

.callback-section .site-section__content {
  background: #fff;
  padding: 40px;
}

.callback-section .site-section__title {
  font-weight: 600;
  max-width: 450px;
}

.callback-section .site-form__content {
  padding-top: 10px;
  min-height: 390px;
}

@media (min-width: 1280px) {
  .callback-section .site-section__title {
    margin-bottom: 0;
  }
}

@media (max-width: 1599.98px) {
  .callback-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .callback-section .site-form__content {
    padding-top: 16px;
    min-height: 360px;
  }
}

@media (max-width: 1279.98px) {
  .callback-section .site-section__title {
    max-width: none;
    margin-bottom: 40px;
  }
  .callback-section .site-form__content {
    padding-top: 0;
    min-height: 340px;
  }
}

@media (max-width: 767.98px) {
  .callback-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .callback-section .site-section__content {
    padding: 20px;
  }
  .callback-section .site-form__content {
    min-height: 300px;
  }
}

/* FILE LINK */
.file-link {
  display: inline-block;
  vertical-align: top;
  padding: 9px 70px 10px 20px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  white-space: nowrap;
  max-width: calc(100% + 40px);
  -webkit-transition: color 0.3s, background-color 0.3s, border-radius 0s 0.3s, border-color 0s 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-radius 0s 0.3s, border-color 0s 0.3s;
  transition: color 0.3s, background-color 0.3s, border-radius 0s 0.3s, border-color 0s 0.3s;
  border-radius: 24px;
}

.file-link__title {
  display: inline-block;
  vertical-align: middle;
  padding-right: 1em;
  max-width: calc(100% - 100px);
  white-space: normal;
  word-break: break-word;
}

.file-link__size {
  display: inline-block;
  vertical-align: middle;
  color: #909090;
  width: 100px;
}

.file-link .icon-download {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #002f6c;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
}

.file-link {
  color: inherit;
  background-color: transparent;
}

@media (hover: hover) {
  .file-link:focus {
    color: inherit;
    background-color: transparent;
  }
}

@media (hover: hover) {
  .file-link:hover {
    color: inherit;
    background-color: #F4F4F4;
    -webkit-transition: color 0.3s, background-color 0.3s, border-radius 0s, border-color 0s;
    -o-transition: color 0.3s, background-color 0.3s, border-radius 0s, border-color 0s;
    transition: color 0.3s, background-color 0.3s, border-radius 0s, border-color 0s;
  }
}

@media (hover: hover) {
  .file-link:active, .file-link:focus:active, .file-link:hover:active {
    color: inherit;
    background-color: #dedede;
    -webkit-transition: color 0.3s, background-color 0.3s, border-radius 0s, border-color 0s;
    -o-transition: color 0.3s, background-color 0.3s, border-radius 0s, border-color 0s;
    transition: color 0.3s, background-color 0.3s, border-radius 0s, border-color 0s;
  }
}

@media (hover: none) {
  .file-link.touched {
    color: inherit;
    background-color: #dedede;
    -webkit-transition: color 0.3s, background-color 0.3s, border-radius 0s, border-color 0s;
    -o-transition: color 0.3s, background-color 0.3s, border-radius 0s, border-color 0s;
    transition: color 0.3s, background-color 0.3s, border-radius 0s, border-color 0s;
  }
}

.file-links-list .file-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.file-links-list .file-link__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.file-links-list .file-link__size {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.file-links-list.bordered .file-link {
  position: relative;
  margin-bottom: 1px;
}

.file-links-list.bordered .file-link:after {
  content: '';
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: #DEDEDE;
  left: 20px;
  right: 20px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.file-links-list.bordered .file-link:hover:after {
  opacity: 0;
}

.file-links-list.bordered .file-link:nth-child(n+2) {
  margin-top: -1px;
}

.file-links-list.bordered .file-link:last-child:after {
  display: none;
}

@media (max-width: 1279.98px) {
  .file-link {
    padding: 12px 54px 14px 16px;
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .file-link__title {
    font-size: 16px;
    line-height: 24px;
  }
  .file-link .icon-download {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    right: 16px;
  }
  .file-link {
    color: inherit;
    background-color: #F4F4F4;
  }
}

@media (max-width: 1279.98px) and (hover: hover) {
  .file-link:focus {
    color: inherit;
    background-color: #F4F4F4;
  }
}

@media (max-width: 1279.98px) and (hover: hover) {
  .file-link:hover {
    color: inherit;
    background-color: #F4F4F4;
  }
}

@media (max-width: 1279.98px) and (hover: hover) {
  .file-link:active, .file-link:focus:active, .file-link:hover:active {
    color: inherit;
    background-color: #dedede;
  }
}

@media (max-width: 1279.98px) and (hover: none) {
  .file-link.touched {
    color: inherit;
    background-color: #dedede;
  }
}

@media (max-width: 1279.98px) {
  .file-links-list.bordered .file-link:after {
    display: none;
  }
  .file-links-list .file-link,
  .file-links-list.bordered .file-link {
    margin-bottom: 8px;
  }
  .file-links-list .file-link:last-child,
  .file-links-list.bordered .file-link:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .file-link__title {
    display: block;
    max-width: none;
    padding-right: 0;
  }
  .file-link__size {
    display: block;
    max-width: none;
  }
  .file-links-list .file-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .file-links-list .file-link__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

/* LK APPLICATION ITEM */
.lk-application-item {
  padding: 20px 28px 20px;
  border: 1px solid #DEDEDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lk-application-item__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 160px;
  max-width: 160px;
  padding-right: 20px;
  padding-top: 5px;
}

.lk-application-item__status {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 160px;
  max-width: 160px;
  padding-right: 20px;
  padding-top: 5px;
  font-size: 14px;
}

.lk-application-item__status-text {
  display: block;
}

.lk-application-item__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 160px*2);
  max-width: calc(100% - 160px*2);
}

.lk-application-item__id {
  font-weight: 600;
  margin-bottom: 6px;
}

.lk-application-item__id a {
  color: #002f6c;
}

@media (hover: hover) {
  .lk-application-item__id a:focus {
    color: #002f6c;
  }
}

@media (hover: hover) {
  .lk-application-item__id a:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .lk-application-item__id a:active, .lk-application-item__id a:focus:active, .lk-application-item__id a:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .lk-application-item__id a.touched {
    color: #bf1d26;
  }
}

.lk-application-item__date {
  color: #909090;
}

.lk-application-item__title {
  font-weight: 600;
  margin-bottom: 10px;
}

.lk-application-item__title a {
  color: #002f6c;
}

@media (hover: hover) {
  .lk-application-item__title a:focus {
    color: #002f6c;
  }
}

@media (hover: hover) {
  .lk-application-item__title a:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .lk-application-item__title a:active, .lk-application-item__title a:focus:active, .lk-application-item__title a:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .lk-application-item__title a.touched {
    color: #bf1d26;
  }
}

.lk-application-item__price {
  font-weight: 600;
  margin-bottom: 10px;
  color: #002f6c;
}

.lk-application-item__contest-title {
  margin-bottom: 16px;
}

.lk-application-item__check-status {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
}

.lk-application-item__check-status:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0.75em;
  margin-top: -5px;
}

.lk-application-item__check-status.green:before {
  background: #27AE60;
}

.lk-application-item__buttons {
  margin-top: 40px;
}

.lk-application-item__org {
  margin-bottom: 16px;
}

.lk-application-item__org:last-child {
  margin-bottom: 0;
}

.lk-application-item__nomination {
  margin-bottom: 16px;
}

.lk-application-item__nomination:last-child {
  margin-bottom: 0;
}

.lk-application-item__grade {
  display: inline-block;
  vertical-align: top;
  margin-top: 24px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 24px;
  font-weight: 600;
  color: #002f6c;
  background-color: #F4F4F4;
  min-width: 60px;
  padding: 12px;
  text-align: center;
}

.lk-application-item__next-stage {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lk-application-item__next-stage span {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 100%;
  padding-right: 0.5em;
}

.lk-application-item__next-stage .tag {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  font-size: 14px;
  padding: 4px 10px;
  min-height: 30px;
  height: auto;
}

.lk-application-item__next-stage:last-child {
  margin-bottom: 0;
}

.lk-application-item__experts {
  margin-bottom: 16px;
}

.lk-application-item__experts:last-child {
  margin-bottom: 0;
}

.lk-application-item__experts-grade {
  border-top: 1px solid #DEDEDE;
  padding-top: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  letter-spacing: -0.02em;
}

.lk-application-item__experts-grade__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 61%;
          flex: 0 0 61%;
  max-width: 61%;
  width: 61%;
}

.lk-application-item__experts-grade__summary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39%;
          flex: 0 0 39%;
  max-width: 39%;
  width: 39%;
}

.lk-application-item__experts-grade__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 8px;
}

.lk-application-item__experts-grade__row:last-child {
  margin-bottom: 0;
}

.lk-application-item__experts-grade__col {
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.lk-application-item__experts-grade__col--name {
  -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
  max-width: 57%;
  width: 57%;
}

.lk-application-item__experts-grade__col--value {
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
  max-width: 43%;
  width: 43%;
}

.lk-application-item__experts-grade__title {
  color: #909090;
}

.lk-application-item__experts-grade__value {
  font-weight: 600;
  color: #002f6c;
}

.lk-application-item__experts-grade__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.lk-application-item__experts-grade__summary .lk-application-item__experts-grade__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 8px;
}

.lk-application-item__experts-grade__summary .lk-application-item__experts-grade__value {
  margin: auto 0;
  font-weight: 600;
  color: #002f6c;
}

@media (max-width: 1599.98px) {
  .lk-application-item {
    padding: 23px 20px 20px;
  }
  .lk-application-item__info {
    width: 136px;
    max-width: 136px;
    padding-right: 16px;
  }
  .lk-application-item__date {
    font-size: 14px;
  }
  .lk-application-item__status {
    width: 136px;
    max-width: 136px;
    padding-right: 16px;
    font-size: 14px;
  }
  .lk-application-item__contest-title {
    margin-bottom: 10px;
  }
  .lk-application-item__check-status {
    font-size: 14px;
    padding-left: 12px;
    margin-bottom: 10px;
  }
  .lk-application-item__check-status:before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .lk-application-item__buttons {
    margin-top: 20px;
  }
  .lk-application-item__content {
    width: calc(100% - 136px*2);
    max-width: calc(100% - 136px*2);
  }
  .lk-application-item__grade {
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 21px;
  }
  .lk-application-item__org {
    margin-bottom: 10px;
  }
  .lk-application-item__next-stage {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .lk-application-item__nomination {
    margin-bottom: 10px;
  }
  .lk-application-item__experts {
    margin-bottom: 10px;
  }
  .lk-application-item__next-stage .tag {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    min-height: 26px;
  }
  .lk-application-item__experts-grade {
    margin-top: 10px;
    padding-top: 10px;
  }
  .lk-application-item__experts-grade__content {
    -ms-flex-preferred-size: 73%;
        flex-basis: 73%;
    max-width: 73%;
    width: 73%;
  }
  .lk-application-item__experts-grade__summary {
    -ms-flex-preferred-size: 27%;
        flex-basis: 27%;
    max-width: 27%;
    width: 27%;
  }
  .lk-application-item__experts-grade__col--name {
    -ms-flex-preferred-size: 59%;
        flex-basis: 59%;
    max-width: 59%;
    width: 59%;
  }
  .lk-application-item__experts-grade__col--value {
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    max-width: 41%;
    width: 41%;
  }
}

@media (max-width: 1279.98px) {
  .lk-application-item {
    padding: 20px;
  }
  .lk-application-item__info {
    width: 156px;
    max-width: 156px;
    margin-bottom: 16px;
    padding-top: 0;
  }
  .lk-application-item__date {
    font-size: 16px;
  }
  .lk-application-item__status {
    width: calc(100% - 156px);
    max-width: calc(100% - 156px);
    font-size: 16px;
    margin-bottom: 16px;
    padding-right: 0;
    padding-top: 0;
  }
  .lk-application-item__content {
    width: 100%;
    max-width: 100%;
  }
  .lk-application-item__check-status {
    font-size: 14px;
    padding-left: 12px;
    margin-bottom: 10px;
  }
  .lk-application-item__check-status:before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .lk-application-item__buttons {
    margin-top: 20px;
  }
  .lk-application-item.view-mode .lk-application-item__info {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .lk-application-item.view-mode .lk-application-item__id {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    max-width: 100%;
  }
  .lk-application-item.view-mode .lk-application-item__date {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 6px;
    max-width: 100%;
  }
  .lk-application-item.view-mode .lk-application-item__status {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-align: left;
  }
  .lk-application-item.view-mode .lk-application-item__status-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    min-width: 0;
    margin: 0 12px 0 0;
  }
  .lk-application-item.view-mode .lk-application-item__grade {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .lk-application-item__org {
    margin-bottom: 8px;
  }
  .lk-application-item__nomination {
    margin-bottom: 8px;
  }
  .lk-application-item__experts {
    margin-bottom: 8px;
  }
  .lk-application-item__experts-grade {
    margin-top: 16px;
    padding-top: 16px;
  }
  .lk-application-item__experts-grade__content {
    -ms-flex-preferred-size: 61%;
        flex-basis: 61%;
    max-width: 61%;
    width: 61%;
  }
  .lk-application-item__experts-grade__summary {
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
    max-width: 39%;
    width: 39%;
  }
  .lk-application-item__experts-grade__col--name {
    -ms-flex-preferred-size: 58%;
        flex-basis: 58%;
    max-width: 58%;
    width: 58%;
  }
  .lk-application-item__experts-grade__col--value {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
    max-width: 42%;
    width: 42%;
  }
}

@media (max-width: 767.98px) {
  .lk-application-item__info {
    width: 50%;
    max-width: 50%;
  }
  .lk-application-item__id {
    font-size: 16px;
  }
  .lk-application-item__date {
    font-size: 14px;
  }
  .lk-application-item__status {
    padding-right: 0;
    text-align: right;
    font-size: 14px;
    width: 50%;
    max-width: 50%;
  }
  .lk-application-item__contest-title {
    margin-bottom: 8px;
  }
  .lk-application-item__check-status {
    margin-bottom: 8px;
  }
  .lk-application-item__buttons .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lk-application-item__next-stage span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    width: 100%;
    margin-bottom: 8px;
  }
  .lk-application-item__next-stage span:last-child {
    margin-bottom: 0;
  }
  .lk-application-item__experts-grade {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lk-application-item__experts-grade__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .lk-application-item__experts-grade__summary {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk-application-item__experts-grade__col:last-child {
    padding-right: 0;
  }
  .lk-application-item__experts-grade__row {
    margin-bottom: 4px;
  }
  .lk-application-item__experts-grade__col--name {
    -ms-flex-preferred-size: 59%;
        flex-basis: 59%;
    max-width: 59%;
    width: 59%;
  }
  .lk-application-item__experts-grade__col--value {
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    max-width: 41%;
    width: 41%;
  }
  .lk-application-item__experts-grade__summary .lk-application-item__experts-grade__title {
    margin-bottom: 0;
  }
  .lk-application-item__experts-grade__summary .lk-application-item__experts-grade__value {
    margin: 0 0 0 16px;
  }
}

/* CONTEST ITEM */
.contest-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 1px solid #DEDEDE;
}

.contest-item {
  color: #002f6c;
}

@media (hover: hover) {
  .contest-item:focus {
    color: #002f6c;
  }
}

@media (hover: hover) {
  .contest-item:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .contest-item:active, .contest-item:focus:active, .contest-item:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .contest-item.touched {
    color: #bf1d26;
  }
}

.contest-item__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding: 32px 60px 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contest-item.completed .contest-item__content {
  min-height: 350px;
}

.contest-item.completed .contest-item__content:first-child {
  padding-right: 20px;
}

.contest-item.completed .contest-item__content:last-child {
  padding-left: 16px;
}

.contest-item__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contest-item__title {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  font-weight: 600;
}

.contest-item__org {
  font-weight: 600;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  color: #002f6c;
}

.contest-item__desc {
  margin-bottom: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  color: #002f6c;
}

.contest-item__desc:last-child {
  margin-bottom: 0;
}

.contest-item__info {
  margin: auto -4px -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
  color: #BCBCBC;
}

.contest-item__info-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
}

.contest-item__image picture {
  padding-top: 80%;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  display: block;
}

.contest-item__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.contest-item:hover .contest-item__image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.contest-item:hover .contest-item__image img.contest-item__default-pattern {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.contest-item__status {
  position: absolute;
  z-index: 1;
  top: 32px;
  left: 60px;
}

.contest-item.completed .contest-item__content .contest-item__status {
  position: static;
  margin-bottom: 40px;
}

@media (max-width: 1599.98px) {
  .contest-item__status {
    top: 24px;
    left: 44px;
  }
  .contest-item__content {
    padding: 24px 40px 24px 30px;
  }
  .contest-item__title {
    margin-bottom: 16px;
  }
  .contest-item__org {
    margin-bottom: 16px;
  }
  .contest-item__desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .contest-item__info {
    font-size: 16px;
  }
  .contest-item__status .tag {
    font-size: 14px;
  }
  .contest-item.completed .contest-item__content {
    min-height: 290px;
  }
  .contest-item.completed .contest-item__content:last-child {
    padding-left: 0;
  }
}

@media (max-width: 1279.98px) {
  .contest-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contest-item__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
  .contest-item__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .contest-item__image picture {
    padding-top: 47.22222%;
  }
  .contest-item__status {
    top: 20px;
    left: 20px;
  }
  .contest-item__desc {
    min-height: 145px;
    margin-bottom: 40px;
  }
  .contest-item.completed .contest-item__content {
    min-height: 400px;
  }
  .contest-item.completed .contest-item__content:first-child {
    padding: 20px 20px 40px;
  }
  .contest-item.completed .contest-item__content:last-child {
    display: none;
  }
  .contest-item.completed .contest-item__desc {
    min-height: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .contest-item__image picture {
    padding-top: 103.97554%;
  }
  .contest-item__title {
    font-size: 20px;
    line-height: 1.09091;
  }
  .contest-item__org {
    font-size: 18px;
    line-height: 1.09091;
  }
  .contest-item__desc {
    margin-bottom: 20px;
    min-height: 0;
  }
}

.contest-item.lk-contest-item {
  padding: 20px;
  color: #111111;
}

.contest-item.lk-contest-item:hover, .contest-item.lk-contest-item:focus, .contest-item.lk-contest-item:active {
  color: #111111;
}

.contest-item.lk-contest-item .contest-item__status {
  position: static;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  padding-top: 10px;
  padding-right: 20px;
  color: #111111;
}

.contest-item.lk-contest-item .contest-item__status .status-name {
  display: block;
}

.contest-item.lk-contest-item .contest-item__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  padding: 0;
}

.contest-item.lk-contest-item .contest-item__desc {
  margin-bottom: 20px;
  color: #111111;
  min-height: 0;
}

.contest-item.lk-contest-item .contest-item__title {
  color: #002f6c;
}

.contest-list .contest-item.lk-contest-item {
  margin-bottom: 40px;
}

@media (max-width: 1599.98px) {
  .contest-item.lk-contest-item .contest-item__status {
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
    width: 28%;
    max-width: 28%;
    padding-top: 4px;
  }
  .contest-item.lk-contest-item .contest-item__content {
    -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
    width: 72%;
    max-width: 72%;
  }
  .contest-item.lk-contest-item .contest-item__title {
    margin-bottom: 20px;
  }
  .contest-item.lk-contest-item .contest-item__desc {
    font-size: 18px;
  }
  .contest-list .contest-item.lk-contest-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 1279.98px) {
  .contest-item.lk-contest-item .contest-item__status {
    padding-top: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .contest-item.lk-contest-item .contest-item__status .status-name {
    display: inline;
  }
  .contest-item.lk-contest-item .contest-item__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .contest-item.lk-contest-item .contest-item__title {
    margin-bottom: 16px;
  }
  .contest-item.lk-contest-item .contest-item__desc {
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .contest-item.lk-contest-item .contest-item__title {
    line-height: 1.2;
  }
  .contest-item.lk-contest-item .contest-item__desc {
    font-size: 16px;
  }
}

/* NEWS ITEM */
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.news-item {
  color: #002f6c;
}

@media (hover: hover) {
  .news-item:focus {
    color: #002f6c;
  }
}

@media (hover: hover) {
  .news-item:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .news-item:active, .news-item:focus:active, .news-item:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .news-item.touched {
    color: #bf1d26;
  }
}

.news-item__image {
  position: relative;
  padding-top: 87.95411%;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.news-item__image:last-child {
  margin-bottom: 0;
}

.news-item__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.news-item:hover .news-item__image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.news-item__info-row {
  margin-bottom: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  color: #909090;
}

.news-item__info-row:last-child {
  margin-bottom: 0;
}

.news-item__info-row span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 20px;
  color: inherit;
}

.news-item__info-row span:after {
  position: absolute;
  content: '';
  width: 1px;
  top: 0;
  height: 1.5em;
  right: -11px;
  background: #DEDEDE;
}

.news-item__info-row span:last-child:after {
  display: none;
}

.news-item__title {
  margin-bottom: 0;
}

.news-item.bg-blue {
  padding: 30px;
}

.news-item.bg-blue {
  color: #fff;
  background-color: #002f6c;
}

@media (hover: hover) {
  .news-item.bg-blue:focus {
    color: #fff;
    background-color: #002f6c;
  }
}

@media (hover: hover) {
  .news-item.bg-blue:hover {
    color: #fff;
    background-color: #0041a0;
  }
}

@media (hover: hover) {
  .news-item.bg-blue:active, .news-item.bg-blue:focus:active, .news-item.bg-blue:hover:active {
    color: #fff;
    background-color: #0041a0;
  }
}

@media (hover: none) {
  .news-item.bg-blue.touched {
    color: #fff;
    background-color: #0041a0;
  }
}

.news-item.bg-blue .news-item__title {
  margin-bottom: 20px;
}

.news-item.bg-blue .news-item__title:last-child {
  margin-bottom: 0;
}

.news-item.bg-blue .news-item__info-row {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  margin-top: auto;
  margin-bottom: 0;
  color: #F4F4F4;
}

.news-item.bg-blue .news-item__info-row span:after {
  background-color: #F4F4F4;
}

.news-item-simple {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DEDEDE;
  display: block;
}

.news-item-simple:first-child {
  padding-top: 0;
}

.news-item-simple__title {
  font-weight: 600;
  margin-bottom: 20px;
  color: #002f6c;
}

.news-item-simple__title a {
  color: #002f6c;
}

@media (hover: hover) {
  .news-item-simple__title a:focus {
    color: #002f6c;
  }
}

@media (hover: hover) {
  .news-item-simple__title a:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .news-item-simple__title a:active, .news-item-simple__title a:focus:active, .news-item-simple__title a:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .news-item-simple__title a.touched {
    color: #bf1d26;
  }
}

.news-item-simple__text {
  margin-bottom: 52px;
}

.news-item-simple__info {
  color: #909090;
}

.news-item-simple__date {
  padding-top: 10px;
}

@media (max-width: 1599.98px) {
  .news-item-simple__text {
    margin-bottom: 40px;
  }
}

@media (max-width: 1279.98px) {
  .news-item-simple__date {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .news-item-simple__title {
    margin-bottom: 12px;
  }
  .news-item-simple__text {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .news-item-simple__date {
    margin-bottom: 23px;
  }
  .news-item-simple__text {
    margin-bottom: 16px;
  }
  .news-item-simple {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* INSTRUCTIONS ITEM */
.instructions-item {
  display: block;
  padding: 28px 32px;
  background: #F4F4F4;
  min-height: 510px;
  letter-spacing: -0.02em;
}

.instructions-item__title {
  font-weight: 600;
  color: #111111;
  margin-bottom: 40px;
}

.instructions-item__title:last-child {
  margin-bottom: 0;
}

.instructions-item__list {
  margin: 0 0 40px;
  padding: 0;
  max-width: 420px;
}

.instructions-item__list li {
  padding: 0;
  margin: 0 0 20px;
}

.instructions-item__list li:last-child {
  margin-bottom: 0;
}

.instructions-item__list li:before {
  display: none;
}

.instructions-item__list:last-child {
  margin-bottom: 0;
}

.instructions-item__list a {
  color: #002f6c;
}

@media (hover: hover) {
  .instructions-item__list a:focus {
    color: #002f6c;
  }
}

@media (hover: hover) {
  .instructions-item__list a:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .instructions-item__list a:active, .instructions-item__list a:focus:active, .instructions-item__list a:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .instructions-item__list a.touched {
    color: #bf1d26;
  }
}

.instructions-item__list a[disabled] {
  cursor: default;
  color: #BCBCBC !important;
}

@media (max-width: 1279.98px) {
  .instructions-item {
    padding-left: 24px;
    padding-right: 24px;
    min-height: 358px;
  }
  .instructions-item__title {
    margin-bottom: 20px;
  }
  .instructions-item__list {
    margin-bottom: 20px;
  }
  .instructions-item__list li {
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .instructions-item {
    font-size: 16px;
    min-height: 375px;
  }
  .instructions-item__title {
    margin-bottom: 18px;
  }
  .instructions-item__list {
    max-width: none;
  }
}

/* TRUMBOWYG TEXT EDITOR */
.tbw-has-focus ~ .form-control-placeholder,
.tbw-filled ~ .form-control-placeholder {
  bottom: 100%;
  padding: 0 20px;
  font-size: 12px;
  color: #909090;
}

.trumbowyg-box {
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border-color: #DEDEDE;
}

@media (max-width: 1599.98px) {
  .trumbowyg-box {
    border-radius: 21px;
  }
}

.trumbowyg-box.tbw-has-focus {
  border-color: #002f6c;
}

.trumbowyg-button-pane {
  padding-left: 10px;
  padding-right: 10px;
}

.trumbowyg-editor {
  background: #ffffff;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.trumbowyg-box.tbw-filled {
  border-color: #F4F4F4;
  background-color: #F4F4F4;
}

.trumbowyg-box.tbw-filled .trumbowyg-editor {
  background-color: #F4F4F4;
}

.trumbowyg-box.tbw-filled.tbw-has-focus {
  border-color: #002f6c;
  background-color: #ffffff;
}

.trumbowyg-box.tbw-filled.tbw-has-focus .trumbowyg-editor {
  background-color: #ffffff;
}

/* --------------------------------------- PAGES STYLES ---------------------------------------- */
/* CONTEST PAGE */
.contest-aside-wrapper {
  -webkit-transition: padding-top 0.3s;
  -o-transition: padding-top 0.3s;
  transition: padding-top 0.3s;
}

.contest-aside-wrapper.js-sticky-initialized:not(.js-sticky-fix-top) {
  padding-top: 20px;
}

@media (max-width: 1279.98px) {
  .contest-aside-wrapper {
    position: static !important;
    padding-top: 0 !important;
  }
}

.contest-aside {
  border: 1px solid #DEDEDE;
  padding: 24px;
  letter-spacing: -0.02em;
}

.contest-aside__title {
  margin-bottom: 20px;
  font-weight: 600;
  color: #002F6C;
}

.contest-aside__btn-change.btn .icon {
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.contest-aside__btn-change.btn .icon {
  fill: none;
  stroke: #002F6C;
}

@media (hover: hover) {
  .contest-aside__btn-change.btn:focus .icon {
    fill: none;
    stroke: #002F6C;
  }
}

@media (hover: hover) {
  .contest-aside__btn-change.btn:hover .icon {
    fill: none;
    stroke: #ffffff;
  }
}

@media (hover: hover) {
  .contest-aside__btn-change.btn:active .icon, .contest-aside__btn-change.btn:focus:active .icon, .contest-aside__btn-change.btn:hover:active .icon {
    fill: none;
    stroke: #ffffff;
  }
}

@media (hover: none) {
  .contest-aside__btn-change.btn.touched .icon {
    fill: none;
    stroke: #ffffff;
  }
}

.contest-aside__btn-change.btn:disabled, .contest-aside__btn-change.btn[disabled], .contest-aside__btn-change.btn.disabled {
  cursor: default;
}

.contest-aside__btn-change.btn:disabled .icon, .contest-aside__btn-change.btn:disabled:active .icon, .contest-aside__btn-change.btn:disabled:focus:active .icon, .contest-aside__btn-change.btn:disabled:hover:active .icon, .contest-aside__btn-change.btn[disabled] .icon, .contest-aside__btn-change.btn[disabled]:active .icon, .contest-aside__btn-change.btn[disabled]:focus:active .icon, .contest-aside__btn-change.btn[disabled]:hover:active .icon, .contest-aside__btn-change.btn.disabled .icon, .contest-aside__btn-change.btn.disabled:active .icon, .contest-aside__btn-change.btn.disabled:focus:active .icon, .contest-aside__btn-change.btn.disabled:hover:active .icon {
  fill: none;
  stroke: #909090;
}

.contest-aside__list {
  margin-top: 40px;
  margin-bottom: 0;
}

.contest-aside__list:first-child {
  margin-top: 0;
}

.contest-aside__list li {
  margin-bottom: 0;
  padding: 0;
}

.contest-aside__list li:before {
  top: 15px;
  left: 30px;
  color: #BCBCBC;
  z-index: 1;
}

.contest-aside__list a {
  display: block;
  padding: 15px 60px;
  position: relative;
}

.contest-aside__list a {
  color: #111;
}

@media (hover: hover) {
  .contest-aside__list a:focus {
    color: #111;
  }
}

@media (hover: hover) {
  .contest-aside__list a:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .contest-aside__list a:active, .contest-aside__list a:focus:active, .contest-aside__list a:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .contest-aside__list a.touched {
    color: #bf1d26;
  }
}

.contest-aside__list li.selected:before {
  color: #DEDEDE;
}

.contest-aside__list li.selected a {
  color: #fff;
  background: #002f6c;
}

@media (hover: hover) {
  .contest-aside__list li.selected a:focus {
    color: #fff;
    background: #002f6c;
  }
}

@media (hover: hover) {
  .contest-aside__list li.selected a:hover {
    color: #fff;
    background: #0041a0;
  }
}

@media (hover: hover) {
  .contest-aside__list li.selected a:active, .contest-aside__list li.selected a:focus:active, .contest-aside__list li.selected a:hover:active {
    color: #fff;
    background: #001e46;
  }
}

@media (hover: none) {
  .contest-aside__list li.selected a.touched {
    color: #fff;
    background: #001e46;
  }
}

.contest-aside__list li.checked a:after {
  position: absolute;
  width: 18px;
  height: 14px;
  background-image: url(/local/templates/grants/css/../images/icon-check-green.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  top: 50%;
  margin-top: -7px;
  right: 28px;
}

.contest-aside__list li.selected.checked a:after {
  background-image: url(/local/templates/grants/css/../images/icon-check-white-2.svg);
}

ul.contest-aside__list li:before {
  display: none;
}

ul.contest-aside__list a {
  padding-left: 30px;
}

.contest-info {
  margin-left: 70px;
}

.contest-section {
  margin-bottom: 80px;
}

.contest-section:last-child {
  margin-bottom: 0;
}

.contest-info__title,
.contest-section__title {
  /*color: #002F6C;*/
  position: relative;
  font-weight: 600;
}

.contest-info__title i,
.contest-section__title i {
  color: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline;
}

.contest-info__title {
  margin-bottom: 80px;
  padding-left: 1.25em;
}

.contest-info__title i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.contest-section__title {
  margin-bottom: 60px;
}

.contest-section__public-field {
  margin-bottom: 60px;
}

.contest-section__title + .contest-section__public-field {
  margin-top: -40px;
}

.contest-section__desc {
  margin-bottom: 60px;
}

.contest-section__desc:last-child {
  margin-bottom: 0;
}

.contest-info-block {
  padding: 16px 16px 16px 50px;
  background: #F4F4F4;
  margin-top: 60px;
  position: relative;
  margin-bottom: 60px;
}

.contest-info-block:first-child {
  margin-top: 0;
}

.contest-info-block:last-child {
  margin-bottom: 0;
}

.contest-info-block__head, .contest-info-block__content,
.contest-info-block p {
  margin-bottom: 20px;
}

.contest-info-block:before {
  content: '';
  position: absolute;
  background-image: url(/local/templates/grants/css/../images/icon-info-blue-circle.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  left: 16px;
  top: 19px;
}

.contest-info-block.warning:before {
  background-image: url(/local/templates/grants/css/../images/icon-warning-triangle-red.svg);
}

.contest-info-block.comment {
  padding-left: 76px;
}

.contest-info-block.comment:before {
  background-image: url(/local/templates/grants/css/../images/icon-comment-red.svg);
  width: 32px;
  height: 28px;
  top: 17px;
  left: 28px;
}

@media (max-width: 1599.98px) {
  .contest-info-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .contest-info-block__head, .contest-info-block__content,
  .contest-info-block p {
    margin-bottom: 16px;
  }
  .contest-info-block:before {
    top: 17px;
  }
  .contest-info-block.comment:before {
    top: 15px;
  }
}

.contest-info-block:not(.collapsed) .contest-info-block__btn-show {
  display: none;
}

.contest-info-block.collapsed .contest-info-block__btn-hide {
  display: none;
}

.contest-info-block.collapsed .contest-info-block__content {
  display: none;
}

.contest-info-block.collapsed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contest-info-block.collapsed .contest-info-block__head {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin-right: 16px;
}

.contest-info-block.collapsed .buttons-line {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contest-info-block.collapsed:before {
  top: 28px;
}

@media (max-width: 767.98px) {
  .contest-info-block.collapsed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .contest-info-block.collapsed .contest-info-block__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .contest-info-block.collapsed:before {
    top: 17px;
  }
  .contest-info-block.comment.collapsed:before {
    top: 15px;
  }
}

.info-sticker.contest-faq-banner {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.info-sticker.contest-faq-banner .info-sticker__content {
  min-height: 340px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.info-sticker.contest-faq-banner .info-sticker__content .title {
  font-weight: 400;
}

.info-sticker.contest-faq-banner .info-sticker__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 25px 22px 25px 25px;
}

.contest-banner-consulting {
  background: #fff;
  padding: 17px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  border: 1px solid #DEDEDE;
}

.contest-banner-consulting .contest-banner__pattern {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 55%;
}

.contest-banner-consulting .contest-banner__content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 322px;
  padding-right: 10%;
}

.contest-banner-consulting .contest-banner__title {
  font-weight: 400;
  color: #0041a0;
}

.contest-banner-consulting .contest-banner__bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  z-index: 1;
}

.contest-banner-consulting .contest-banner__person {
  margin-bottom: 15px;
}

.contest-banner-consulting .contest-banner__contacts-item {
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.contest-banner-consulting .contest-banner__contacts-item:last-child {
  margin-bottom: 0;
}

.form-control-label-lg {
  margin-bottom: 30px;
  font-weight: 600;
  display: block;
}

.contest-section__subtitle {
  margin-bottom: 30px;
  font-weight: 600;
}

.contest-section__recommendations {
  margin-bottom: 60px;
}

.contest-section__subtitle + .contest-section__recommendations {
  margin-top: -30px;
}

.contest-section__desc + .contest-section__recommendations {
  margin-top: -40px;
}

@media (max-width: 1599.98px) {
  .contest-aside {
    padding: 20px 16px;
  }
  .contest-aside__list a {
    padding: 12px 30px 12px 37px;
  }
  .contest-aside__list li.checked a {
    padding-right: 60px;
  }
  .contest-aside__list li:before {
    left: 12px;
    top: 12px;
  }
  .contest-info {
    margin-left: 44px;
  }
  .contest-info__title {
    margin-bottom: 60px;
  }
  .contest-section__title {
    margin-bottom: 40px;
  }
  .contest-section__public-field {
    margin-bottom: 30px;
  }
  .contest-section__title + .contest-section__public-field {
    margin-top: -24px;
  }
  .contest-section__desc {
    margin-bottom: 30px;
  }
  .contest-section__recommendations {
    margin-bottom: 40px;
  }
  .contest-section__desc + .contest-section__recommendations {
    margin-top: -10px;
  }
  .contest-section {
    margin-bottom: 60px;
  }
  .contest-info__bottom {
    padding-top: 0;
  }
  .contest-banner-consulting {
    padding: 30px 16px;
  }
  .contest-banner-consulting .contest-banner__content {
    min-height: 162px;
  }
  .info-sticker.contest-faq-banner .info-sticker__content {
    padding: 30px 16px;
    min-height: 184px;
  }
  .contest-banner-consulting .contest-banner__person {
    margin-bottom: 12px;
  }
}

@media (max-width: 1279.98px) {
  .contest-aside {
    margin-bottom: 60px;
    border: none;
    padding: 0;
  }
  .contest-aside__title {
    display: none;
  }
  .contest-aside__btn-change {
    display: none;
  }
  .contest-aside__list {
    margin-top: 0;
  }
  .contest-aside__list li:before {
    top: 15px;
    left: 24px;
  }
  .contest-aside__list li a {
    padding: 15px 24px 15px 50px;
  }
  .contest-aside__list li.checked a {
    padding-right: 24px;
  }
  .contest-aside__list li.selected a {
    padding-right: 80px;
  }
  .contest-aside__list li.selected a:before {
    content: '';
    width: 32px;
    height: 32px;
    right: 24px;
    top: 50%;
    margin-top: -16px;
    background-image: url(/local/templates/grants/css/../images/icon-drop-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
  }
  .contest-aside__list li.checked a:after {
    display: inline-block;
    vertical-align: top;
    position: static;
    margin: 5px 0 5px 15px;
  }
  .contest-aside:not(.active) .contest-aside__list li:not(.selected) {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .contest-aside.active .contest-aside__list li.selected a:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .contest-info {
    margin-left: 0;
  }
  .contest-info__title {
    margin-bottom: 80px;
  }
  .contest-section__public-field {
    margin-bottom: 40px;
  }
  .contest-section__desc {
    margin-bottom: 40px;
  }
  .contest-section__desc + .contest-section__recommendations {
    margin-top: -20px;
  }
  .contest-section {
    margin-bottom: 80px;
  }
  .contest-banners-section .items-list {
    margin-bottom: -20px;
  }
  .contest-banners-section .list-item {
    margin-bottom: 20px;
  }
  .contest-banner-consulting .contest-banner__content {
    padding-right: 25%;
    min-height: 180px;
  }
  .info-sticker.contest-faq-banner .info-sticker__content {
    min-height: 200px;
  }
  .contest-draft-info {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .contest-aside {
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (max-width: 767.98px) {
  .contest-aside__list {
    font-size: 16px;
  }
  .contest-aside {
    margin-bottom: 40px;
  }
  .contest-info__title {
    margin-bottom: 60px;
  }
  .contest-section {
    margin-bottom: 60px;
  }
  .contest-section__public-field {
    margin-bottom: 30px;
  }
  .contest-section__desc {
    margin-bottom: 30px;
  }
  .contest-section__desc + .contest-section__recommendations {
    margin-top: -10px;
  }
  .contest-banner-consulting {
    padding: 15px 12px 10px;
  }
  .contest-banner-consulting .contest-banner__pattern {
    display: none;
  }
  .contest-banner-consulting .contest-banner__content {
    padding-right: 0;
    min-height: 225px;
  }
  .info-sticker.contest-faq-banner .info-sticker__btn {
    padding: 22px;
  }
  .info-sticker.contest-faq-banner .info-sticker__content {
    min-height: 210px;
  }
  .contest-activity-radio-list .custom-radio-label {
    font-size: 16px;
  }
  .contest-draft-info {
    margin-top: 20px;
  }
}

.contest-ajax-result-container {
  margin-bottom: 40px;
}

.contest-target-group {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 20px;
}

.contest-target-group:first-child {
  border-top: 1px solid #DEDEDE;
}

.contest-target-group__title {
  padding-top: 20px;
  padding-bottom: 20px;
  /*color: #002f6c;*/
  font-weight: 600;
}

.contest-target-group__content {
  margin-top: 20px;
}

.contest-project-task {
  margin-bottom: 40px;
}

.contest-project-result {
  margin-bottom: 40px;
}

.contest-interest-group {
  border-bottom: 1px solid #DEDEDE;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contest-interest-group:first-child {
  border-top: 1px solid #DEDEDE;
}

.contest-interest-group__title {
  margin-bottom: 30px;
  color: #002f6c;
  font-weight: 600;
}

.contest-event {
  border-bottom: 1px solid #DEDEDE;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contest-event:first-child {
  border-top: 1px solid #DEDEDE;
}

.contest-event__title {
  margin-bottom: 30px;
  color: #002f6c;
  font-weight: 600;
}

.contest-project-person {
  border-bottom: 1px solid #DEDEDE;
}

.contest-project-person:first-child {
  border-top: 1px solid #DEDEDE;
}

.contest-project-person__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 33px;
  padding-bottom: 33px;
}

.contest-project-person__head-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding-right: 16px;
}

.contest-project-person__title {
  color: #002f6c;
  font-weight: 600;
}

.contest-project-person__head .buttons-line {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contest-project-person__toggle-btn {
  padding-left: 4px;
  padding-right: 4px;
  min-width: 48px;
}

.contest-project-person__content {
  padding-top: 32px;
  padding-bottom: 40px;
}

.contest-project-person__edit-btn {
  display: none;
}

.contest-project-person:not(.active) .contest-project-person__content {
  display: none;
}

.contest-project-person:not(.active) .contest-project-person__toggle-btn {
  display: none;
}

.contest-project-person.active .contest-project-person__toggle-btn .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.contest-project-person.active .contest-project-person__appoint-btn {
  display: none;
}

.contest-project-person__head-info {
  display: block;
  margin-top: 8px;
}

.contest-project-person__title a {
  color: #002f6c;
}

@media (hover: hover) {
  .contest-project-person__title a:focus {
    color: #002f6c;
  }
}

@media (hover: hover) {
  .contest-project-person__title a:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .contest-project-person__title a:active, .contest-project-person__title a:focus:active, .contest-project-person__title a:hover:active {
    color: #ff0000;
  }
}

@media (hover: none) {
  .contest-project-person__title a.touched {
    color: #ff0000;
  }
}

.contest-project-person:not(.completed) .contest-project-person__head-info {
  display: none;
}

.contest-project-person.completed:not(.active) .contest-project-person__edit-btn {
  display: inline-block;
}

.contest-project-person.completed .contest-project-person__appoint-btn {
  display: none;
}

.contest-project-person.completed .contest-project-person__cancel-btn {
  display: none;
}

.contest-project-person:not(.completed) .contest-project-person__exclude-btn {
  display: none;
}

.contest-project-person.contest-project-person-readonly .contest-project-person__content {
  display: block;
}

@media (max-width: 1599.98px) {
  .contest-target-group__content {
    margin-bottom: 20px;
  }
  .contest-project-person__bottom-buttons {
    margin-top: 20px;
  }
  .contest-project-person__toggle-btn {
    min-width: 42px;
  }
  .contest-project-person__head {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

@media (max-width: 1279.98px) {
  .contest-interest-group {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contest-event {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .contest-interest-group {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contest-event {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contest-project-person__head {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
  }
  .contest-project-person__head-inner {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .contest-project-person__toggle-btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
  }
  .contest-project-person.active .contest-project-person__head-inner {
    padding-right: 60px;
    margin-bottom: 0;
  }
}

.contest-draft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 60px;
}

.contest-draft:first-child {
  margin-top: -22px;
}

.contest-draft__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 16px;
}

.contest-draft__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

@media (max-width: 1599.98px) {
  .contest-draft {
    margin-bottom: 40px;
  }
  .contest-draft:first-child {
    margin-top: -10px;
  }
}

@media (max-width: 1279.98px) {
  .contest-draft {
    margin-bottom: 20px;
  }
  .contest-draft:first-child {
    margin-top: 0;
  }
}

.contest-main-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  font-weight: 600;
}

.contest-main-category:first-child {
  margin-top: -22px;
}

.contest-main-category__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  margin-right: 16px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-bottom: 10px;
}

.contest-main-category__link {
  color: #002f6c;
}

@media (hover: hover) {
  .contest-main-category__link:focus {
    color: #002f6c;
  }
}

@media (hover: hover) {
  .contest-main-category__link:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .contest-main-category__link:active, .contest-main-category__link:focus:active, .contest-main-category__link:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .contest-main-category__link.touched {
    color: #bf1d26;
  }
}

.contest-main-category__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-bottom: 10px;
}

.contest-main-category__text:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  padding-right: 40px;
}

.contest-main-category__text:last-child {
  padding-right: 0;
}

@media (max-width: 1599.98px) {
  .contest-main-category {
    margin-bottom: 30px;
  }
  .contest-main-category:first-child {
    margin-top: -10px;
  }
  .contest-main-category__text:first-child {
    padding-right: 20px;
  }
}

@media (max-width: 1279.98px) {
  .contest-main-category {
    margin-bottom: 10px;
  }
  .contest-main-category:first-child {
    margin-top: 0;
  }
}

.contest-upload-files-input {
  display: none;
}

.contest-upload-files-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -20px;
}

.contest-upload-files-container.empty {
  margin: 0 !important;
}

.contest-upload-files-label + .contest-upload-files-container {
  margin-top: 40px;
}

.contest-upload-files-container ~ .contest-upload-files-label {
  margin-top: 40px;
}

.contest-upload-files-container.empty ~ .contest-upload-files-label {
  margin-top: 0;
}

.contest-upload-files-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 10px 20px;
  font-size: 16px;
  line-height: 1;
  color: #0041a0;
}

.contest-upload-files-item__remove {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}

.contest-upload-files-item__remove {
  color: #0041a0;
}

@media (hover: hover) {
  .contest-upload-files-item__remove:focus {
    color: #0041a0;
  }
}

@media (hover: hover) {
  .contest-upload-files-item__remove:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .contest-upload-files-item__remove:active, .contest-upload-files-item__remove:focus:active, .contest-upload-files-item__remove:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .contest-upload-files-item__remove.touched {
    color: #bf1d26;
  }
}

.contest-upload-files-item__remove .icon {
  width: 16px;
  height: 16px;
  display: block;
  margin: 0;
}

.contest-upload-files-item input[type="file"] {
  display: none;
}

@media (max-width: 1599.98px) {
  .contest-upload-files-label ~ .contest-upload-files-container {
    margin-top: 20px;
  }
  .contest-upload-files-container ~ .contest-upload-files-label {
    margin-top: 20px;
  }
}

@media (max-width: 1279.98px) {
  .contest-upload-files-label ~ .contest-upload-files-container {
    margin-top: 40px;
  }
  .contest-upload-files-container ~ .contest-upload-files-label {
    margin-top: 40px;
  }
}

.contest-accept-grade {
  background: #F4F4F4;
  padding: 16px 30px;
  margin-bottom: 60px;
}

.contest-accept-grade__content {
  margin-bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contest-accept-grade__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  padding-right: 40px;
  margin-bottom: 40px;
}

.contest-accept-grade__buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 40px;
}

.contest-accept-grade__buttons .btn.btn-outlined {
  color: #111;
}

@media (hover: hover) {
  .contest-accept-grade__buttons .btn.btn-outlined:focus {
    color: #111;
  }
}

@media (hover: hover) {
  .contest-accept-grade__buttons .btn.btn-outlined:hover {
    color: #fff;
  }
}

@media (hover: hover) {
  .contest-accept-grade__buttons .btn.btn-outlined:active, .contest-accept-grade__buttons .btn.btn-outlined:focus:active, .contest-accept-grade__buttons .btn.btn-outlined:hover:active {
    color: #fff;
  }
}

@media (hover: none) {
  .contest-accept-grade__buttons .btn.btn-outlined.touched {
    color: #fff;
  }
}

.contest-draft + .contest-accept-grade {
  margin-top: -20px;
}

.contest-grade-info-section p:last-child,
.contest-grade-info-section ul:last-child,
.contest-grade-info-section ol:last-child {
  margin-bottom: 0;
}

.contest-grade-info-section p:first-child,
.contest-grade-info-section ul:first-child,
.contest-grade-info-section ol:first-child {
  margin-top: 0;
}

.contest-grade-form__summary {
  margin-bottom: 40px;
}

@media (max-width: 1599.98px) {
  .contest-draft + .contest-accept-grade {
    margin-top: 0;
  }
  .contest-accept-grade {
    margin-bottom: 40px;
  }
}

@media (max-width: 1279.98px) {
  .contest-accept-grade {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .contest-accept-grade__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .contest-accept-grade__text {
    padding-right: 0;
  }
}

.contest-aside__create-contest-menu {
  border: 1px solid #DEDEDE;
  padding: 43px 24px;
  margin-top: 20px;
  position: relative;
}

.contest-aside__create-contest-menu:first-child {
  margin-top: 0;
}

.contest-aside__create-contest-menu__content {
  position: relative;
  z-index: 1;
}

.contest-aside__create-contest-list {
  margin: 0 0 30px;
}

.contest-aside__create-contest-list:last-child {
  margin-bottom: 0;
}

.contest-aside__create-contest-list li {
  margin-bottom: 0;
  padding: 0;
}

.contest-aside__create-contest-list li:before {
  display: none;
}

.contest-aside__create-contest-list a {
  display: block;
  padding: 15px 30px;
  position: relative;
}

.contest-aside__create-contest-list a {
  color: #111;
}

@media (hover: hover) {
  .contest-aside__create-contest-list a:focus {
    color: #111;
  }
}

@media (hover: hover) {
  .contest-aside__create-contest-list a:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .contest-aside__create-contest-list a:active, .contest-aside__create-contest-list a:focus:active, .contest-aside__create-contest-list a:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .contest-aside__create-contest-list a.touched {
    color: #bf1d26;
  }
}

.contest-aside__create-contest-list li.selected a {
  color: #fff;
  background: #002f6c;
}

@media (hover: hover) {
  .contest-aside__create-contest-list li.selected a:focus {
    color: #fff;
    background: #002f6c;
  }
}

@media (hover: hover) {
  .contest-aside__create-contest-list li.selected a:hover {
    color: #fff;
    background: #0041a0;
  }
}

@media (hover: hover) {
  .contest-aside__create-contest-list li.selected a:active, .contest-aside__create-contest-list li.selected a:focus:active, .contest-aside__create-contest-list li.selected a:hover:active {
    color: #fff;
    background: #001e46;
  }
}

@media (hover: none) {
  .contest-aside__create-contest-list li.selected a.touched {
    color: #fff;
    background: #001e46;
  }
}

.contest-aside__create-contest-buttons {
  padding: 0 30px;
}

.contest-aside__create-contest-pattern {
  position: static;
}

.contest-aside__create-contest-pattern img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1599.98px) {
  .contest-aside__create-contest-menu {
    padding: 36px 20px;
  }
  .contest-aside__create-contest-list {
    margin-bottom: 20px;
  }
  .contest-aside__create-contest-list a {
    padding: 12px;
  }
  .contest-aside__create-contest-buttons {
    padding: 0 12px;
  }
}

@media (max-width: 1279.98px) {
  .contest-aside__create-contest-menu {
    padding: 16px 20px;
    margin-top: -20px;
    margin-bottom: 80px;
  }
  .contest-aside__create-contest-menu:first-child {
    margin-top: 0;
  }
  .contest-aside__create-contest-list {
    margin-bottom: 12px;
  }
}

@media (max-width: 767.98px) {
  .contest-aside__create-contest-menu {
    padding: 12px 8px 20px;
    margin-bottom: 40px;
  }
  .contest-aside__create-contest-list {
    margin-bottom: 12px;
  }
  .contest-aside__create-contest-buttons .buttons-line {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.create-contest-page .lk-section__title {
  margin-bottom: 40px;
}

.create-contest-page .lk-section__recommendations {
  margin-bottom: 40px;
}

.create-contest-page .lk-section__title + .lk-section__recommendations {
  margin-top: -20px;
}

.contest-upload-image-input {
  display: none;
}

.contest-upload-image-label.has-loaded {
  display: none;
}

.contest-upload-image-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.contest-upload-image-container__image {
  margin-bottom: 40px;
}

.contest-upload-image-container__image img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.contest-upload-image-container.empty {
  display: none;
}

.contest-upload-image-container.is-loading .icon {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-animation: rotation 2s linear infinite;
          animation: rotation 2s linear infinite;
}

.contest-upload-document-input {
  display: none;
}

.contest-upload-document-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.contest-upload-document-item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contest-upload-document-item:last-child {
  margin-bottom: 0;
}

.contest-upload-document-item__file {
  display: none;
}

.contest-upload-document-item__filename {
  width: 22%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.contest-upload-document-item__format {
  width: 10%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
  color: #BCBCBC;
  text-transform: uppercase;
}

.contest-upload-document-item__public-name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 20px;
  min-width: 0;
}

.contest-upload-document-item__public-name .form-group {
  margin-bottom: 0;
}

.contest-upload-document-item__btn-remove {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

.contest-upload-document-item__btn-remove {
  color: #002F6C;
}

@media (hover: hover) {
  .contest-upload-document-item__btn-remove:focus {
    color: #002F6C;
  }
}

@media (hover: hover) {
  .contest-upload-document-item__btn-remove:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .contest-upload-document-item__btn-remove:active, .contest-upload-document-item__btn-remove:focus:active, .contest-upload-document-item__btn-remove:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .contest-upload-document-item__btn-remove.touched {
    color: #bf1d26;
  }
}

.contest-upload-document-item__btn-remove .icon {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1599.98px) {
  .contest-upload-document-item__filename {
    width: 24%;
  }
  .contest-upload-document-item__format {
    width: 7%;
  }
}

@media (max-width: 1279.98px) {
  .contest-upload-document-item__filename {
    width: 28%;
  }
}

@media (max-width: 767.98px) {
  .contest-upload-document-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contest-upload-document-item__filename {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }
  .contest-upload-document-item__format {
    width: 60px;
  }
  .contest-upload-document-item__public-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    margin-top: 26px;
  }
}

.contest-faq-checkboxes-container {
  padding: 40px;
  border: 1px solid #DEDEDE;
}

.contest-faq-checkboxes-scroller {
  position: relative;
  max-height: 341px;
  overflow: hidden;
}

.contest-faq-checkboxes-scroller.ps--active-y {
  padding-right: 46px;
  margin-right: -20px;
}

.contest-faq-checkboxes-scroller.ps--active-y .ps__rail-y {
  background: transparent !important;
  width: 6px;
  border-radius: 3px;
  opacity: 1 !important;
}

.contest-faq-checkboxes-scroller.ps--active-y .ps__thumb-y {
  width: 6px;
  border-radius: 3px;
  opacity: 1 !important;
  right: 0;
  background-color: #BCBCBC !important;
}

.contest-faq-checkbox-item {
  border-bottom: 1px solid #DEDEDE;
  display: block;
}

.contest-faq-checkbox-item:last-of-type {
  border-bottom: 0;
}

.contest-faq-checkbox-item .custom-checkbox-label {
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.contest-faq-checkbox-item .custom-checkbox-label:before, .contest-faq-checkbox-item .custom-checkbox-label:after {
  top: calc(1em * 24/16 / 2 + (56px - 24px)/2);
}

@media (max-width: 1599.98px) {
  .contest-faq-checkboxes-container {
    padding: 30px;
  }
  .contest-faq-checkboxes-scroller.ps--active-y {
    padding-right: 36px;
    margin-right: -10px;
  }
}

@media (max-width: 1279.98px) {
  .contest-faq-checkboxes-container {
    padding: 20px;
  }
  .contest-faq-checkboxes-scroller.ps--active-y {
    padding-right: 26px;
    margin-right: -10px;
  }
}

.contest-stages-info .lk-info__title {
  margin-bottom: 80px;
}

.contest-stage-card {
  border: 1px solid #F4F4F4;
  padding: 60px;
  margin-bottom: 40px;
}

.contest-stage-card:last-child {
  margin-bottom: 0;
}

.contest-stage-card .contest-stage-card__title.lk-section__title {
  margin-bottom: 60px;
}

.contest-stage-card .contest-stage-card__title.lk-section__title .custom-checkbox-label {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  position: relative;
}

.contest-stage-card .contest-stage-card__title.lk-section__title .custom-checkbox-label:before, .contest-stage-card .contest-stage-card__title.lk-section__title .custom-checkbox-label:after {
  top: calc(1.1875em / 2);
}

.contest-stage-card .contest-section__subtitle {
  margin-bottom: 40px;
}

.contest-application-status-container__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 -10px 12px;
  color: #909090;
  letter-spacing: -0.02em;
}

.contest-application-status-container__head-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: auto;
  padding: 0 10px;
  min-width: 0;
}

.contest-application-status-container.empty .contest-application-status-container__head {
  display: none;
}

.contest-new-status {
  margin-bottom: 20px;
}

.contest-new-status:last-child {
  margin-bottom: 0;
}

.contest-new-status__inner {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contest-new-status__block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: auto;
  padding: 0 10px;
}

.contest-new-status__block-title {
  display: none;
}

.contest-new-status__block--default .custom-radio-label {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

@media (max-width: 1599.98px) {
  .contest-stages-info .lk-info__title {
    margin-bottom: 60px;
  }
  .contest-stage-card {
    padding: 40px;
    margin-bottom: 20px;
  }
  .contest-stage-card .contest-stage-card__title.lk-section__title {
    margin-bottom: 40px;
  }
  .contest-stage-card .contest-section__subtitle {
    margin-bottom: 30px;
  }
  .contest-application-status-container__head,
  .contest-new-status__inner {
    margin-left: -8px;
    margin-right: -8px;
  }
  .contest-application-status-container__head-item,
  .contest-new-status__block {
    padding-left: 8px;
    padding-right: 8px;
  }
  .contest-application-status-container__head-item--name,
  .contest-new-status__block--name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
    width: 100%;
  }
  .contest-application-status-container__head-item--default,
  .contest-new-status__block--default {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
    max-width: 17%;
    width: 100%;
  }
  .contest-application-status-container {
    margin-bottom: 30px;
  }
  .contest-stage-card .lk-section {
    margin-bottom: 40px;
  }
}

@media (max-width: 1279.98px) {
  .contest-stages-info .lk-info__title {
    margin-bottom: 80px;
  }
  .contest-stage-card {
    padding: 30px 20px;
  }
  .contest-application-status-container__head-item--name,
  .contest-new-status__block--name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    max-width: 31%;
  }
  .contest-application-status-container__head-item--default,
  .contest-new-status__block--default {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.5%;
            flex: 0 0 19.5%;
    max-width: 19.5%;
  }
  .contest-application-status-container__head-item--edit,
  .contest-new-status__block--edit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5%;
            flex: 0 0 23.5%;
    max-width: 23.5%;
  }
}

@media (max-width: 767.98px) {
  .contest-stages-info .lk-info__title {
    margin-bottom: 60px;
  }
  .contest-stage-card {
    padding: 20px;
  }
  .contest-application-status-container__head {
    display: none;
  }
  .contest-new-status__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contest-new-status__block {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .contest-new-status__block-title {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #909090;
  }
  .contest-new-status__block-title br {
    display: none;
  }
}

.contest-user-grade-section .contest-info__title {
  margin-bottom: 70px;
}

.contest-user-grade-summary {
  color: #002f6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 40px;
}

.contest-user-grade-summary__value, .contest-user-grade-summary__info {
  font-weight: 400;
  margin-bottom: 0;
}

.contest-user-grade-summary__value {
  min-width: 200px;
  margin-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 0;
}

.contest-user-grade-summary__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contest-user-grade-list {
  margin-bottom: 60px;
}

.contest-user-grade-list .contest-user-grade-item {
  margin-bottom: 0;
}

.contest-user-grade-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DEDEDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contest-user-grade-item:first-child {
  padding-top: 0;
}

.contest-user-grade-item__block--value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 200px;
  margin-right: 16px;
}

.contest-user-grade-item__block--info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}

.contest-user-grade-item__block--info .form-group {
  margin-bottom: 0;
}

.contest-user-grade-item__value {
  margin-bottom: 0;
  color: #002f6c;
}

.contest-user-grade-item__title {
  margin-bottom: 36px;
}

.contest-user-grade-comment {
  padding-top: 20px;
}

@media (max-width: 1599.98px) {
  .contest-user-grade-section .contest-info__title {
    margin-bottom: 60px;
  }
  .contest-user-grade-summary__value {
    font-size: 70px;
    min-width: 133px;
    margin-right: 16px;
  }
  .contest-user-grade-item__block--value {
    width: 133px;
  }
  .contest-user-grade-item__title {
    margin-bottom: 34px;
  }
  .contest-user-grade-item__text {
    font-size: 16px;
    line-height: 24px;
  }
  .contest-user-grade-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contest-user-grade-section .site-section__nav {
    margin-top: 60px;
  }
}

@media (max-width: 1279.98px) {
  .contest-user-grade-section .contest-info__title {
    margin-bottom: 80px;
  }
  .contest-user-grade-summary__value {
    font-size: 60px;
    min-width: 100px;
  }
  .contest-user-grade-item__block--value {
    width: 100px;
  }
  .contest-user-grade-section .site-section__nav {
    margin-top: 80px;
  }
  .contest-user-grade-list {
    margin-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .contest-user-grade-section .contest-info__title {
    margin-bottom: 60px;
  }
  .contest-user-grade-item__block--value {
    width: 60px;
  }
  .contest-user-grade-item__text {
    font-size: 14px;
    line-height: 21px;
  }
  .contest-user-grade-section .site-section__nav {
    margin-top: 60px;
  }
  .contest-user-grade-list {
    margin-bottom: 60px;
  }
}

.contest-stage-fields-item {
  padding: 12px 20px;
  border: 1px solid #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
}

.contest-stage-fields-item:last-child {
  margin-bottom: 0;
}

.contest-stage-fields-item__block--title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  padding-right: 20px;
  max-width: calc(100% - 158px);
}

.contest-stage-fields-item__block--edit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 20px;
}

.contest-stage-fields-item__edit {
  width: 32px;
  height: 32px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  display: block;
}

.contest-stage-fields-item__edit {
  color: #002f6c;
}

@media (hover: hover) {
  .contest-stage-fields-item__edit:focus {
    color: #002f6c;
  }
}

@media (hover: hover) {
  .contest-stage-fields-item__edit:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .contest-stage-fields-item__edit:active, .contest-stage-fields-item__edit:focus:active, .contest-stage-fields-item__edit:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .contest-stage-fields-item__edit.touched {
    color: #bf1d26;
  }
}

.contest-stage-fields-item__edit .icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  margin: 0;
}

.contest-stage-fields-item__block--nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
}

.contest-stage-fields-item__block--nav .swiper-button {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.contest-stage-cards-container__nav {
  margin-top: 80px;
}

@media (max-width: 1599.98px) {
  .contest-stage-cards-container__nav {
    margin-top: 60px;
  }
}

@media (max-width: 1279.98px) {
  .contest-stage-cards-container__nav {
    margin-top: 80px;
  }
}

@media (max-width: 767.98px) {
  .contest-stage-cards-container__nav {
    margin-top: 60px;
  }
  .contest-stage-fields-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contest-stage-fields-item__block--nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 20px;
  }
  .contest-stage-fields-item__block--edit {
    padding-right: 0;
  }
  .contest-stage-fields-item__block--title {
    padding-right: 10px;
    max-width: calc(100% - 32px);
  }
  .contest-stage-fields-container {
    margin-bottom: 30px;
  }
}

.contest-criteria-card__nomainations-list {
  margin-top: -20px;
}

.contest-criteria-card__nomainations-item {
  border-bottom: 1px solid #DEDEDE;
}

.contest-criteria-card__nomainations-item .custom-checkbox-label {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}

.contest-criteria-card__nomainations-item .custom-checkbox-label:before, .contest-criteria-card__nomainations-item .custom-checkbox-label:after {
  top: calc(1em* 24 / 16 / 2 + 20px);
}

@media (max-width: 767.98px) {
  .contest-criteria-card__nomainations-item .custom-checkbox-label {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .contest-criteria-card__nomainations-item .custom-checkbox-label:before, .contest-criteria-card__nomainations-item .custom-checkbox-label:after {
    top: calc(1em* 24 / 16 / 2 + 16px);
  }
  .contest-criteria-card__nomainations-list {
    margin-top: -16px;
  }
}

.contest-budget-section {
  margin-top: -20px;
  margin-bottom: 120px;
  letter-spacing: -0.02em;
}

.contest-budget-list {
  margin-bottom: -40px;
}

.contest-budget-item {
  margin-bottom: 40px;
}

.contest-budget-item__title {
  color: #909090;
  margin-bottom: 20px;
}

.contest-budget-item__title br {
  display: none;
}

.contest-budget-item__value {
  margin-bottom: 0;
}

.contest-budget-table__head {
  padding-bottom: 20px;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
}

.contest-budget-table__head-scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-right: 20px;
  position: relative;
  padding-bottom: 21px;
  margin-bottom: -21px;
}

.contest-budget-table__head-scroller.ps > .ps__rail-x {
  opacity: 1;
  height: 4px;
  background: transparent;
}

.contest-budget-table__head-scroller.ps .ps__thumb-x {
  background: #0041a0;
  height: 4px;
  bottom: 0;
  border-radius: 0;
}

.contest-budget-table__head-btn {
  position: absolute;
  bottom: -23px;
  z-index: 1;
  padding-left: 7px;
  padding-right: 7px;
}

.contest-budget-table__head-btn.prev {
  left: 0;
}

.contest-budget-table__head-btn.prev .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.contest-budget-table__head-btn.next {
  right: 0;
}

.contest-budget-table__head-scroller:not(.ps--active-x) ~ .contest-budget-table__head-btn {
  display: none;
}

.contest-budget-table__head.ps--start-reached .contest-budget-table__head-btn.prev {
  display: none;
}

.contest-budget-table__head.ps--end-reached .contest-budget-table__head-btn.next {
  display: none;
}

.contest-budget-table__head-item {
  font-size: 14px;
  color: #909090;
  letter-spacing: -0.02em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15.5%;
          flex: 0 0 15.5%;
  max-width: 15.5%;
  width: 15.5%;
  padding-right: 20px;
  padding-left: 2px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 170px;
}

.contest-budget-table__head-item--name {
  width: 22.5%;
  max-width: 22.5%;
  -ms-flex-preferred-size: 22.5%;
      flex-basis: 22.5%;
  min-width: 245px;
}

.contest-budget-table__head-item .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
}

.contest-budget-table__head-item .btn-tooltip {
  margin: 0 0 0 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contest-budget-table__body-scroller {
  overflow: hidden;
  margin-bottom: 0;
}

.contest-budget-table__body-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
  min-width: 1117px;
}

.contest-budget-table__body-item .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-right: 20px;
}

.contest-budget-table__body-item .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15.5%;
          flex: 0 0 15.5%;
  max-width: 15.5%;
  width: 15.5%;
  padding-right: 20px;
  position: relative;
  min-width: 170px;
}

.contest-budget-table__body-item .list-item--name {
  width: 22.5%;
  max-width: 22.5%;
  -ms-flex-preferred-size: 22.5%;
      flex-basis: 22.5%;
  min-width: 245px;
}

.contest-budget-table__body-item .list-item--comment {
  width: 77.5%;
  max-width: 77.5%;
  -ms-flex-preferred-size: 77.5%;
      flex-basis: 77.5%;
  margin-left: auto;
  min-width: 850px;
}

.contest-budget-table__body-item .list-item:not(.list-item--comment) .form-control:focus ~ .form-control-placeholder,
.contest-budget-table__body-item .list-item:not(.list-item--comment) .form-control.filled ~ .form-control-placeholder {
  display: none;
}

.contest-budget-table__body-item__remove {
  position: absolute;
  top: 20px;
  right: 5px;
  width: 24px;
  height: 24px;
}

.contest-budget-table__body-item__remove {
  color: #002f6c;
}

@media (hover: hover) {
  .contest-budget-table__body-item__remove:focus {
    color: #002f6c;
  }
}

@media (hover: hover) {
  .contest-budget-table__body-item__remove:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .contest-budget-table__body-item__remove:active, .contest-budget-table__body-item__remove:focus:active, .contest-budget-table__body-item__remove:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .contest-budget-table__body-item__remove.touched {
    color: #bf1d26;
  }
}

.contest-budget-table__body-item__remove .icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  fill: currentColor;
}

.contest-budget-table__nav {
  margin-top: 40px;
}

.contest-budget-table__summary {
  margin-top: 40px;
  background: #002f6c;
  color: #fff;
  padding: 20px 0;
}

.contest-budget-table__summary-scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-right: 20px;
  overflow: hidden;
}

.contest-budget-table__summary-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15.5%;
          flex: 0 0 15.5%;
  max-width: 15.5%;
  width: 15.5%;
  padding-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 170px;
}

.contest-budget-table__summary-item--name {
  width: 53.5%;
  max-width: 53.5%;
  -ms-flex-preferred-size: 53.5%;
      flex-basis: 53.5%;
  padding-left: 20px;
  min-width: 585px;
}

.contest-budget-table--insurance .contest-budget-table__head-item--name,
.contest-budget-table--insurance .contest-budget-table__body-item .list-item--name {
  width: 38%;
  max-width: 38%;
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  min-width: 415px;
}

.contest-budget-table.contest-budget-table--view .contest-budget-table__head-scroller,
.contest-budget-table.contest-budget-table--view .contest-budget-table__head-item:last-child,
.contest-budget-table.contest-budget-table--view .contest-budget-table__body-item .items-list,
.contest-budget-table.contest-budget-table--view .contest-budget-table__body-item .list-item:last-child,
.contest-budget-table.contest-budget-table--view .contest-budget-table__summary-scroller {
  padding-right: 0;
}

.contest-budget-table.contest-budget-table--view .contest-budget-table__body-item {
  min-width: 1097px;
}

@media (min-width: 768px) {
  .contest-budget-table__body-item .contest-budget-table__head-item {
    display: none;
  }
}

@media (max-width: 1599.98px) {
  .contest-budget-table__head-btn {
    bottom: -20px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .contest-budget-section {
    margin-top: 0;
    margin-bottom: 100px;
  }
  .contest-budget-item__title {
    margin-bottom: 16px;
  }
  .contest-budget-list {
    margin-bottom: -20px;
  }
  .contest-budget-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 1279.98px) {
  .contest-budget-list {
    margin-bottom: -40px;
  }
  .contest-budget-item {
    margin-bottom: 40px;
  }
  .contest-budget-item__title br {
    display: inline;
  }
}

@media (max-width: 768px) {
  .contest-budget-table__head,
  .contest-budget-table__head-scroller,
  .contest-budget-table__body,
  .contest-budget-table__body-scroller,
  .contest-budget-table__summary,
  .contest-budget-table__summary-scroller {
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -24px;
    margin-right: -24px;
  }
  .contest-budget-table__head-btn.next {
    right: 24px;
  }
  .contest-budget-table__head-btn.prev {
    left: 24px;
  }
}

@media (max-width: 767.98px) {
  .contest-budget-table__body-item {
    min-width: 1020px;
  }
  .contest-budget-table__summary-item,
  .contest-budget-table__head-item,
  .contest-budget-table__body-item .list-item {
    padding-right: 16px;
    min-width: 155px;
  }
  .contest-budget-table__head-item--name,
  .contest-budget-table__body-item .list-item--name {
    min-width: 235px;
  }
  .contest-budget-table__body-item .list-item--comment {
    min-width: 765px;
    width: 76.5%;
    max-width: 76.5%;
    -ms-flex-preferred-size: 76.5%;
        flex-basis: 76.5%;
  }
  .contest-budget-table__summary-item--name {
    min-width: 545px;
    padding-left: 0;
  }
  .contest-budget-table__head-item {
    font-size: 12px;
  }
  .contest-budget-table__nav {
    margin-top: 20px;
  }
  .contest-budget-table__nav .buttons-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contest-budget-table__summary {
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .contest-budget-table--insurance .contest-budget-table__head-item--name,
  .contest-budget-table--insurance .contest-budget-table__body-item .list-item--name {
    min-width: 390px;
  }
  .contest-budget-table.contest-budget-table--view .contest-budget-table__body-item {
    min-width: 1000px;
  }
  .contest-budget-list {
    margin-bottom: -20px;
  }
  .contest-budget-item {
    margin-bottom: 20px;
  }
  .contest-budget-item__title br {
    display: none;
  }
  .contest-budget-item__title {
    margin-bottom: 12px;
  }
  .contest-budget-section {
    margin-bottom: 80px;
  }
}

.contest-change-application-status-comment-block__experts-col + .contest-change-application-status-comment-block__experts-col {
  padding-left: 32px;
}

@media (max-width: 1023.98px) {
  .contest-change-application-status-comment-block__experts-col + .contest-change-application-status-comment-block__experts-col {
    padding-left: 12px;
  }
  .contest-change-application-status-comment-block__experts-col .form-group.mb-lg {
    margin-bottom: 20px;
  }
  .contest-change-application-status-comment-block__experts-col .fields-group.mb-lg {
    margin-bottom: -20px;
  }
}

@media (max-width: 767.98px) {
  .contest-change-application-status-comment-block__experts-col + .contest-change-application-status-comment-block__experts-col {
    margin-top: 20px;
  }
}

.contest-org-grade-summary {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contest-org-grade-summary__value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #002f6c;
  font-weight: 600;
  margin: 0 20px 0 0;
}

.contest-org-grade-summary__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contest-experts-nav-tabs {
  margin-bottom: 40px;
}

.contest-experts-grade-summary {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contest-experts-grade-summary__value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #002f6c;
  font-weight: 600;
  margin: 0 16px 0 0;
}

.contest-experts-grade-summary__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contest-experts-tabs-container {
  margin-bottom: 40px;
}

.contest-experts-grade-list {
  margin-bottom: 0;
}

.contest-experts-grade-list .contest-experts-grade-item {
  margin-bottom: 40px;
}

.contest-experts-grade-list .contest-experts-grade-item:last-child {
  margin-bottom: 0;
}

.contest-experts-grade-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contest-experts-grade-item:first-child {
  padding-top: 0;
}

.contest-experts-grade-item__block .form-group {
  margin-bottom: 0;
}

.contest-experts-grade-item__block--value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 180px;
  padding-right: 20px;
}

.contest-experts-grade-item__block--info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 180px);
          flex: 0 0 calc(100% - 180px);
  width: calc(100% - 180px);
  max-width: calc(100% - 180px);
}

.contest-experts-grade-item__title {
  margin-bottom: 50px;
  font-weight: 600;
}

.contest-experts-tabs-section .site-section__nav {
  margin-top: 0;
  margin-bottom: 40px;
}

.contest-experts-comment {
  padding: 20px 30px;
  background: #F4F4F4;
}

.contest-experts-comment__title {
  margin-bottom: 20px;
  position: relative;
  padding-left: 48px;
}

.contest-experts-comment__title .icon {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  margin-top: -16px;
}

@media (max-width: 1599.98px) {
  .contest-org-grade-summary {
    margin-bottom: 60px;
  }
  .contest-experts-grade-item__title {
    margin-bottom: 40px;
  }
}

@media (max-width: 1279.98px) {
  .contest-org-grade-summary {
    margin-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .contest-org-grade-summary {
    margin-bottom: 60px;
  }
  .contest-experts-grade-item__block--value,
  .contest-experts-grade-item__block--info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .contest-experts-grade-item__title {
    margin-bottom: 20px;
  }
  .contest-experts-grade-item__title:last-child {
    margin-bottom: 0;
  }
  .contest-experts-grade-item__block .form-group {
    margin-top: 20px;
  }
  .contest-experts-grade-list .contest-experts-grade-item {
    margin-bottom: 20px;
  }
  .contest-experts-tabs-container {
    margin-bottom: 20px;
  }
  .contest-experts-comment {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contest-experts-comment__title {
    margin-bottom: 16px;
  }
}

/* PROJECTS PAGE */
.project-winner {
  margin-top: -20px;
  margin-bottom: 60px;
}

.project-winner__btn.btn {
  cursor: default;
  padding-top: 9px;
  padding-bottom: 9px;
}

@media (hover: hover) {
  .project-winner__btn.btn:hover {
    color: #fff;
    background: #0041a0;
  }
}

@media (hover: hover) {
  .project-winner__btn.btn:active, .project-winner__btn.btn:focus:active, .project-winner__btn.btn:hover:active {
    color: #fff;
    background: #0041a0;
  }
}

@media (hover: none) {
  .project-winner__btn.btn.touched {
    color: #fff;
    background: #0041a0;
  }
}

.project-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
}

.project-table-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DEDEDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.project-table-item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 200px;
  font-weight: 600;
}

.project-table-item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding-left: 16px;
}

.project-budget-chart {
  width: 360px;
  height: 360px;
  position: relative;
}

.project-budget-chart div[dir] {
  max-width: 100%;
  padding-top: 100%;
  position: relative;
  height: auto !important;
}

.project-budget-chart svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.project-budget-chart svg g path {
  stroke-width: 0 !important;
}

.project-budget-legend {
  margin: 20px 0 0;
  padding: 0;
}

.project-budget-legend li {
  padding-left: 30px;
}

.project-budget-legend li:before {
  display: none;
}

.project-budget-legend li:last-child {
  margin-bottom: 0;
}

.project-budget-legend__color {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0.75em;
  margin-top: -7px;
  left: 0;
  border-radius: 50%;
  display: block;
}

.project-budget-chart-item {
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}

.project-budget-chart-item:last-child {
  margin-bottom: 0;
}

.project-budget-chart-item__title {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 17px;
  color: #002f6c;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.project-default-section .site-section__content {
  margin-bottom: 0;
  word-break: break-word;
}

.project-default-section .site-section__content ul:first-child,
.project-default-section .site-section__content ol:first-child,
.project-default-section .site-section__content p:first-child {
  margin-top: 0;
}

.project-default-section .site-section__content ul:last-child,
.project-default-section .site-section__content ol:last-child,
.project-default-section .site-section__content p:last-child {
  margin-bottom: 0;
}

.project-default-section .site-section__content ul, .project-default-section .site-section__content ol {
  max-width: 60%;
}

.project-default-section .site-section__content ul li:last-child, .project-default-section .site-section__content ol li:last-child {
  margin-bottom: 0;
}

.project-contacts-section .site-section__title {
  font-weight: 600;
  margin-bottom: 40px;
}

.project-contacts-section .site-section__content {
  padding-top: 40px;
  border-top: 1px solid #DEDEDE;
}

.project-contacts-list {
  margin-bottom: -20px;
}

.project-contacts-list .project-contacts-item {
  margin-bottom: 20px;
}

.project-contacts-item__title {
  color: #BCBCBC;
  margin-bottom: 10px;
}

@media (min-width: 1280px) {
  .project-default-section .site-section__title:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 1599.98px) {
  .project-winner {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .project-table-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .project-table {
    margin-top: -20px;
  }
  .project-table-item__head {
    width: 160px;
  }
  .project-budget-chart {
    width: 283px;
    height: 283px;
  }
  .project-budget-chart-item__title {
    font-size: 46px;
    margin-bottom: 16px;
  }
  .project-default-section .site-section__content ul, .project-default-section .site-section__content ol {
    max-width: 80%;
  }
}

@media (max-width: 1279.98px) {
  .project-winner {
    margin-bottom: 60px;
  }
  .project-table-item__head {
    width: 50%;
    padding-right: 12px;
  }
  .project-table-item__body {
    padding-left: 12px;
  }
  .project-budget-chart {
    width: 240px;
    height: 240px;
  }
  .project-default-section .site-section__content ul, .project-default-section .site-section__content ol {
    max-width: 85%;
  }
}

@media (max-width: 768px) {
  .projects-slider-section .swiper-container {
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -24px;
    margin-right: -24px;
  }
  .projects-slider-section .swiper-slide {
    max-width: 382px;
  }
}

@media (max-width: 767.98px) {
  .project-winner {
    margin-bottom: 40px;
  }
  .project-table {
    margin-top: -16px;
  }
  .project-table-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .project-table-item__head {
    padding-right: 16px;
  }
  .project-table-item__body {
    padding-left: 0;
  }
  .project-video-item {
    margin-left: -24px;
    margin-right: -24px;
  }
  .project-budget-chart-list {
    margin-top: 40px;
  }
  .project-budget-chart-item__title {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .project-budget-chart-item {
    margin-bottom: 20px;
  }
  .project-budget-legend li {
    margin-bottom: 1.5em;
  }
  .project-default-section .site-section__content ul, .project-default-section .site-section__content ol {
    max-width: 100%;
  }
  .projects-slider-section .swiper-slide {
    max-width: 320px;
    width: 100% !important;
  }
  .projects-slider-section .site-section__nav .buttons-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* FAQ PAGE */
.faq-main__nav-tabs {
  margin-top: -20px;
}

.faq-main .site-section__content {
  margin-right: 135px;
}

.faq-section {
  margin-bottom: 80px;
}

.faq-section:last-child {
  margin-bottom: 0;
}

.faq-section .site-section__title {
  margin-bottom: 0;
  font-weight: 600;
  color: #002f6c;
}

.faq-section .site-section__head {
  margin-bottom: 30px;
}

.faq-section .site-section__head .site-section__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.faq-section .site-section__head .icon-lock {
  width: 25px;
  height: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 3px 0 0;
}

.faq-section .site-section__head .icon-lock path {
  stroke: #ff0000;
}

.faq-section .site-section__nav {
  margin-top: 40px;
}

.faq-aside-banner {
  border: 1px solid #DEDEDE;
}

.faq-aside-banner .title {
  font-weight: 400;
}

.faq-aside-banner .info-sticker__content {
  min-height: 260px;
}

@media (max-width: 1599.98px) {
  .faq-main__nav-tabs {
    margin-top: 0;
  }
  .faq-main .site-section__content {
    margin-right: 0;
  }
  .faq-aside-banner .title {
    line-height: 1.5;
  }
  .faq-aside-banner .info-sticker__content {
    min-height: 200px;
  }
  .faq-aside-banner .info-sticker__btn {
    font-size: 14px;
    padding: 18px 20px 20px 27px;
  }
  .faq-section {
    margin-bottom: 60px;
  }
  .faq-section .site-section__head .icon-lock {
    margin-top: 0;
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 1279.98px) {
  .faq-section {
    margin-bottom: 100px;
  }
  .faq-section .site-section__head {
    margin-bottom: 20px;
  }
  .faq-section .site-section__nav {
    margin-top: 30px;
  }
  .faq-main .site-section__content {
    margin-bottom: 100px;
  }
  .faq-aside-banner {
    width: 100%;
  }
  .faq-aside-banner .info-sticker__content {
    min-height: 150px;
  }
}

@media (max-width: 767.98px) {
  .faq-section {
    margin-bottom: 80px;
  }
  .faq-main .site-section__content {
    margin-bottom: 80px;
  }
  .faq-aside-banner .info-sticker__content {
    padding: 16px;
  }
  .faq-aside-banner .title {
    font-size: 16px;
  }
}

/* LK PAGE */
.lk-aside-wrapper {
  -webkit-transition: padding-top 0.3s;
  -o-transition: padding-top 0.3s;
  transition: padding-top 0.3s;
}

.lk-aside-wrapper.js-sticky-initialized:not(.js-sticky-fix-top) {
  padding-top: 20px;
}

@media (max-width: 1279.98px) {
  .lk-aside-wrapper {
    position: static !important;
    padding-top: 0 !important;
  }
}

.lk-aside {
  border: 1px solid #DEDEDE;
  padding: 24px;
  letter-spacing: -0.02em;
}

.lk-aside__list {
  margin: 0;
}

.lk-aside__list li {
  margin-bottom: 0;
  padding: 0;
}

.lk-aside__list li:before {
  display: none;
}

.lk-aside__list a {
  display: block;
  padding: 15px 30px;
  position: relative;
}

.lk-aside__list a {
  color: #111;
}

@media (hover: hover) {
  .lk-aside__list a:focus {
    color: #111;
  }
}

@media (hover: hover) {
  .lk-aside__list a:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .lk-aside__list a:active, .lk-aside__list a:focus:active, .lk-aside__list a:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .lk-aside__list a.touched {
    color: #bf1d26;
  }
}

.lk-aside__list li.selected a {
  color: #fff;
  background: #002f6c;
}

@media (hover: hover) {
  .lk-aside__list li.selected a:focus {
    color: #fff;
    background: #002f6c;
  }
}

@media (hover: hover) {
  .lk-aside__list li.selected a:hover {
    color: #fff;
    background: #0041a0;
  }
}

@media (hover: hover) {
  .lk-aside__list li.selected a:active, .lk-aside__list li.selected a:focus:active, .lk-aside__list li.selected a:hover:active {
    color: #fff;
    background: #001e46;
  }
}

@media (hover: none) {
  .lk-aside__list li.selected a.touched {
    color: #fff;
    background: #001e46;
  }
}

.lk-info {
  margin-left: 70px;
}

.lk-section {
  margin-bottom: 60px;
}

.lk-section:last-child {
  margin-bottom: 0;
}

.lk-info__title,
.lk-section__title,
.lk-section__subtitle {
  /*color: #002F6C;*/
  position: relative;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.lk-info__title {
  margin-bottom: 60px;
}

.lk-section__title {
  margin-bottom: 60px;
}

.lk-section__subtitle {
  margin-bottom: 40px;
}

.lk-search-form {
  padding: 20px;
  background: #F4F4F4;
}

.lk-search-form .form-group {
  margin-bottom: 0;
}

.lk-search-form .form-control-label {
  color: inherit;
  margin-left: 20px;
}

.lk-search-form .form-control {
  padding-right: 76px;
}

.lk-search-form .form-control:not(:focus) {
  border-color: transparent;
}

.lk-search-form .form-control.filled {
  background-color: #ffffff;
}

.lk-search-form__submit {
  position: absolute;
  right: 0;
  width: 56px;
  height: 48px;
  bottom: 0;
}

.lk-search-form__submit .icon.icon-loupe {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  fill: currentColor;
}

.lk-search-form__submit:before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  background: #DEDEDE;
  top: 10px;
  bottom: 10px;
}

.lk-search-form__submit {
  color: #002f6c;
}

@media (hover: hover) {
  .lk-search-form__submit:focus {
    color: #002f6c;
  }
}

@media (hover: hover) {
  .lk-search-form__submit:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .lk-search-form__submit:hover {
    color: #bf1d26;
  }
}

.lk-applications-section .site-section__nav .buttons-line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.lk-info__head {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.lk-info__head .lk-info__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 1em;
  min-width: 0;
  margin-bottom: 0;
}

.lk-info__head .buttons-line {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.lk-info__filter {
  margin-bottom: 40px;
}

.lk-applications-list .list-item {
  margin-bottom: 40px;
}

.lk-ajax-result-container {
  margin-bottom: 40px;
}

@media (max-width: 1599.98px) {
  .lk-aside {
    padding: 20px 16px;
  }
  .lk-aside__list a {
    padding: 12px 30px 12px 12px;
  }
  .lk-info {
    margin-left: 50px;
  }
  .lk-info__title {
    margin-bottom: 40px;
  }
  .lk-section__title {
    margin-bottom: 40px;
  }
  .lk-section__subtitle {
    margin-bottom: 20px;
  }
  .lk-section {
    margin-bottom: 40px;
  }
  .lk-info__filter {
    margin-bottom: 30px;
  }
  .lk-info__head {
    margin-bottom: 60px;
  }
  .lk-applications-list .list-item {
    margin-bottom: 20px;
  }
  .lk-search-form__submit {
    width: 48px;
    height: 42px;
  }
}

@media (max-width: 1279.98px) {
  .lk-aside {
    margin-bottom: 60px;
    border: none;
    padding: 0;
  }
  .lk-aside__list li a {
    padding: 15px 24px;
  }
  .lk-aside__list li.selected a {
    padding-right: 80px;
  }
  .lk-aside__list li.selected a:before {
    content: '';
    width: 32px;
    height: 32px;
    right: 24px;
    top: 50%;
    margin-top: -16px;
    background-image: url(/local/templates/grants/css/../images/icon-drop-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
  }
  .lk-aside:not(.active) .lk-aside__list li:not(.selected) {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .lk-aside.active .lk-aside__list li.selected a:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .lk-info {
    margin-left: 0;
  }
  .lk-info__title {
    margin-bottom: 60px;
  }
  .lk-section__title {
    margin-bottom: 60px;
  }
  .lk-section__subtitle {
    margin-bottom: 40px;
  }
  .lk-section {
    margin-bottom: 60px;
  }
  .lk-info__head {
    margin-bottom: 80px;
  }
  .lk-search-form .form-control-label {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .lk-aside {
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (max-width: 767.98px) {
  .lk-aside__list {
    font-size: 16px;
  }
  .lk-aside {
    margin-bottom: 40px;
  }
  .lk-info__title {
    margin-bottom: 60px;
  }
  .lk-info__filter {
    margin-bottom: 20px;
  }
  .lk-info__head {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .lk-info__head .lk-info__title {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .lk-search-form .form-control-label {
    margin-left: 0;
  }
}

.lk-person {
  border-bottom: 1px solid #DEDEDE;
}

.lk-person:first-child {
  border-top: 1px solid #DEDEDE;
}

.lk-person__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 33px;
  padding-bottom: 33px;
}

.lk-person__head-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding-right: 16px;
}

.lk-person__title {
  color: #002f6c;
  font-weight: 600;
}

.lk-person__head .buttons-line {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.lk-person__toggle-btn {
  padding-left: 4px;
  padding-right: 4px;
  min-width: 48px;
}

.lk-person__content {
  padding-top: 32px;
  padding-bottom: 40px;
}

.lk-person:not(.active) .lk-person__content {
  display: none;
}

.lk-person:not(.active) .lk-person__toggle-btn {
  display: none;
}

.lk-person.active .lk-person__toggle-btn .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lk-person.active .lk-person__edit-btn {
  display: none;
}

@media (max-width: 1599.98px) {
  .lk-person__bottom-buttons {
    margin-top: 20px;
  }
  .lk-person__toggle-btn {
    min-width: 42px;
  }
  .lk-person__head {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

@media (max-width: 767.98px) {
  .lk-person__head {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
  }
  .lk-person__head-inner {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .lk-person__toggle-btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
  }
  .lk-person.active .lk-person__head-inner {
    padding-right: 60px;
    margin-bottom: 0;
  }
}

.lk-upload-files-input {
  display: none;
}

.lk-upload-files-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -20px;
}

.lk-upload-files-container.empty {
  margin: 0 !important;
}

.lk-upload-files-label + .lk-upload-files-container {
  margin-top: 40px;
}

.lk-upload-files-container ~ .lk-upload-files-label {
  margin-top: 40px;
}

.lk-upload-files-container.empty ~ .lk-upload-files-label {
  margin-top: 0;
}

.lk-upload-files-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 10px 20px;
  font-size: 16px;
  line-height: 1;
  color: #0041a0;
}

.lk-upload-files-item__remove {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}

.lk-upload-files-item__remove {
  color: #0041a0;
}

@media (hover: hover) {
  .lk-upload-files-item__remove:focus {
    color: #0041a0;
  }
}

@media (hover: hover) {
  .lk-upload-files-item__remove:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .lk-upload-files-item__remove:active, .lk-upload-files-item__remove:focus:active, .lk-upload-files-item__remove:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .lk-upload-files-item__remove.touched {
    color: #bf1d26;
  }
}

.lk-upload-files-item__remove .icon {
  width: 16px;
  height: 16px;
  display: block;
  margin: 0;
}

.lk-upload-files-item input[type="file"] {
  display: none;
}

@media (max-width: 1599.98px) {
  .lk-upload-files-label ~ .lk-upload-files-container {
    margin-top: 20px;
  }
  .lk-upload-files-container ~ .lk-upload-files-label {
    margin-top: 20px;
  }
}

@media (max-width: 1279.98px) {
  .lk-upload-files-label ~ .lk-upload-files-container {
    margin-top: 40px;
  }
  .lk-upload-files-container ~ .lk-upload-files-label {
    margin-top: 40px;
  }
}

.lk-section-applications-view .site-section__nav .buttons-line .btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 1599.98px) {
  .lk-section-applications-view .site-section__nav {
    margin-top: 20px;
  }
}

.lk-accept-invitation-section {
  margin-top: 120px;
}

.lk-accept-invitation-section .site-section__title {
  font-weight: 600;
  margin-bottom: 20px;
}

.lk-accept-invitation-section .site-section__desc {
  margin-bottom: 20px;
}

.lk-accept-invitation-section .site-section__content {
  margin-bottom: 60px;
}

.lk-invitation-info-items-list {
  margin-bottom: -20px;
}

.lk-invitation-info-item {
  margin-bottom: 20px;
}

.lk-invitation-info-item__title {
  color: #BCBCBC;
  margin-bottom: 8px;
}

.lk-accept-invitation__form .site-form__desc {
  margin-bottom: 40px;
}

.lk-accept-invitation__form .site-form__content {
  margin-bottom: 40px;
}

@media (max-width: 1599.98px) {
  .lk-accept-invitation-section {
    margin-top: 100px;
  }
  .lk-accept-invitation-section .site-section__content {
    margin-bottom: 40px;
  }
  .lk-accept-invitation-section .site-section__desc {
    margin-bottom: 40px;
  }
}

@media (max-width: 1279.98px) {
  .lk-accept-invitation-section {
    margin-top: 120px;
  }
}

@media (max-width: 767.98px) {
  .lk-accept-invitation-section {
    margin-top: 80px;
  }
}

.lk-experts-section .site-section__head {
  margin-bottom: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lk-experts-section .site-section__head .lk-info__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding-right: 1em;
  margin-bottom: 0;
}

.site-section__head .lk-experts-section__right-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.site-section__head .lk-experts-section__right-btn {
  color: #111;
}

@media (hover: hover) {
  .site-section__head .lk-experts-section__right-btn:focus {
    color: #111;
  }
}

@media (hover: hover) {
  .site-section__head .lk-experts-section__right-btn:hover {
    color: #fff;
  }
}

@media (hover: hover) {
  .site-section__head .lk-experts-section__right-btn:active, .site-section__head .lk-experts-section__right-btn:focus:active, .site-section__head .lk-experts-section__right-btn:hover:active {
    color: #fff;
  }
}

@media (hover: none) {
  .site-section__head .lk-experts-section__right-btn.touched {
    color: #fff;
  }
}

.lk-experts-section .site-section__nav {
  margin-top: 40px;
}

.lk-experts-section .site-section__nav .btn-load-more {
  display: block;
  width: 100%;
}

.lk-experts-section .site-section__nav .btn-load-more {
  color: #111;
}

@media (hover: hover) {
  .lk-experts-section .site-section__nav .btn-load-more:focus {
    color: #111;
  }
}

@media (hover: hover) {
  .lk-experts-section .site-section__nav .btn-load-more:hover {
    color: #fff;
  }
}

@media (hover: hover) {
  .lk-experts-section .site-section__nav .btn-load-more:active, .lk-experts-section .site-section__nav .btn-load-more:focus:active, .lk-experts-section .site-section__nav .btn-load-more:hover:active {
    color: #fff;
  }
}

@media (hover: none) {
  .lk-experts-section .site-section__nav .btn-load-more.touched {
    color: #fff;
  }
}

.lk-experts-filter {
  margin-bottom: 40px;
}

.lk-experts-list {
  margin: 0;
}

.lk-expert-item {
  border-bottom: 1px solid #DEDEDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 32px 0;
  margin: 0;
}

.lk-expert-item__name {
  font-weight: 600;
  color: #002f6c;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding-right: 1em;
}

.lk-expert-item__name a {
  color: #002f6c;
}

@media (hover: hover) {
  .lk-expert-item__name a:focus {
    color: #002f6c;
  }
}

@media (hover: hover) {
  .lk-expert-item__name a:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .lk-expert-item__name a:active, .lk-expert-item__name a:focus:active, .lk-expert-item__name a:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .lk-expert-item__name a.touched {
    color: #bf1d26;
  }
}

.lk-expert-item__status {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 1599.98px) {
  .lk-experts-section .site-section__head {
    margin-bottom: 60px;
  }
  .lk-expert-item {
    padding: 20px 0;
  }
}

@media (max-width: 1279.98px) {
  .lk-experts-section .site-section__head {
    margin-bottom: 80px;
  }
  .lk-experts-filter {
    margin-bottom: 20px;
  }
  .lk-expert-item {
    padding: 20px 0;
  }
}

@media (max-width: 767.98px) {
  .lk-experts-section .site-section__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 60px;
  }
  .lk-experts-section .site-section__head .lk-info__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    padding-right: 0;
  }
  .site-section__head .lk-experts-section__right-btn {
    max-width: 100%;
    margin-top: 40px;
    display: block;
  }
  .lk-expert-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .lk-expert-item__name {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .lk-expert-item__status {
    max-width: 100%;
  }
}

.lk-contests-section .site-section__head {
  margin-bottom: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lk-contests-section .site-section__head .lk-info__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding-right: 1em;
  margin-bottom: 0;
}

.site-section__head .lk-contests-section__right-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.site-section__head .lk-contests-section__right-btn {
  color: #111;
}

@media (hover: hover) {
  .site-section__head .lk-contests-section__right-btn:focus {
    color: #111;
  }
}

@media (hover: hover) {
  .site-section__head .lk-contests-section__right-btn:hover {
    color: #fff;
  }
}

@media (hover: hover) {
  .site-section__head .lk-contests-section__right-btn:active, .site-section__head .lk-contests-section__right-btn:focus:active, .site-section__head .lk-contests-section__right-btn:hover:active {
    color: #fff;
  }
}

@media (hover: none) {
  .site-section__head .lk-contests-section__right-btn.touched {
    color: #fff;
  }
}

.lk-contests-section .site-section__nav {
  margin-top: 40px;
}

.lk-contests-section .site-section__nav .btn-load-more {
  display: block;
  width: 100%;
}

.lk-contests-section .site-section__nav .btn-load-more {
  color: #111;
}

@media (hover: hover) {
  .lk-contests-section .site-section__nav .btn-load-more:focus {
    color: #111;
  }
}

@media (hover: hover) {
  .lk-contests-section .site-section__nav .btn-load-more:hover {
    color: #fff;
  }
}

@media (hover: hover) {
  .lk-contests-section .site-section__nav .btn-load-more:active, .lk-contests-section .site-section__nav .btn-load-more:focus:active, .lk-contests-section .site-section__nav .btn-load-more:hover:active {
    color: #fff;
  }
}

@media (hover: none) {
  .lk-contests-section .site-section__nav .btn-load-more.touched {
    color: #fff;
  }
}

@media (max-width: 1599.98px) {
  .lk-contests-section .site-section__head {
    margin-bottom: 60px;
  }
  .lk-contests-section .site-section__nav {
    margin-top: 20px;
  }
}

@media (max-width: 1279.98px) {
  .lk-contests-section .site-section__head {
    margin-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .lk-contests-section .site-section__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 60px;
  }
  .lk-contests-section .site-section__head .lk-info__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    padding-right: 0;
  }
  .site-section__head .lk-contests-section__right-btn {
    max-width: 100%;
    margin-top: 40px;
    display: block;
  }
}

.lk-head-right__edit-contest-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.lk-head-right__edit-contest-btn.btn-outlined {
  color: #111;
}

@media (hover: hover) {
  .lk-head-right__edit-contest-btn.btn-outlined:focus {
    color: #111;
  }
}

@media (hover: hover) {
  .lk-head-right__edit-contest-btn.btn-outlined:hover {
    color: #fff;
  }
}

@media (hover: hover) {
  .lk-head-right__edit-contest-btn.btn-outlined:active, .lk-head-right__edit-contest-btn.btn-outlined:focus:active, .lk-head-right__edit-contest-btn.btn-outlined:hover:active {
    color: #fff;
  }
}

@media (hover: none) {
  .lk-head-right__edit-contest-btn.btn-outlined.touched {
    color: #fff;
  }
}

.lk-applications-bar-section .site-section__desc {
  margin-bottom: 40px;
}

.lk-applications-bar {
  letter-spacing: -0.02em;
}

.lk-applications-bar .items-list {
  margin: 0 -10px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lk-applications-bar .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.lk-applications-bar-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -20px;
}

.lk-applications-bar-block__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 10px;
  margin-bottom: 20px;
}

.lk-applications-bar-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (max-width: 1599.98px) {
  .lk-applications-bar-section .site-section__desc {
    margin-bottom: 20px;
  }
  .lk-applications-bar .items-list {
    margin: 0 -8px -16px;
  }
  .lk-applications-bar .list-item {
    padding: 0 8px;
    margin-bottom: 16px;
  }
  .lk-applications-bar-block__inner {
    margin: 0 -8px -16px;
  }
  .lk-applications-bar-item {
    padding: 0 8px;
    margin-bottom: 16px;
  }
  .lk-applications-bar-block__title {
    margin-bottom: 16px;
    padding: 0 8px;
  }
}

@media (max-width: 1279.98px) {
  .lk-applications-bar-section {
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .lk-applications-bar .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .lk-applications-bar-block__inner {
    margin: 0 -4px -8px;
  }
  .lk-applications-bar-block__title {
    margin-bottom: 8px;
    padding: 0 4px;
  }
  .lk-applications-bar-item {
    padding: 0 4px;
    margin-bottom: 8px;
  }
}

/* CONTEST LIST*/
.contests-list-filter {
  margin-bottom: 60px;
  margin-top: -20px;
}

.contests-list-filter-item {
  margin-bottom: 40px;
}

.contest-list .list-item {
  margin-bottom: 60px;
}

@media (max-width: 1599.98px) {
  .contests-list-filter {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .contests-list-filter-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 1279.98px) {
  .contests-list-filter {
    margin-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .contests-list-filter {
    margin-bottom: 40px;
  }
}

/* CONTEST DETAIL*/
.contest-detail-first-section {
  margin-top: -65px;
}

@media (max-width: 1599.98px) {
  .contest-detail-first-section {
    margin-top: -38px;
  }
}

@media (max-width: 1279.98px) {
  .contest-detail-first-section {
    margin-top: -76px;
  }
}

@media (max-width: 767.98px) {
  .contest-detail-first-section {
    margin-top: -57px;
  }
}

.contest-detail-first-section .breadcrumb,
.contest-detail-first-section .section-inner,
.contest-detail-first-section .contest-detail-first-tabs {
  position: relative;
  z-index: 1;
}

.contest-detail-first-section .breadcrumb {
  margin-bottom: 16px;
}

.contest-detail-first-section .breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
}

@media (hover: hover) {
  .contest-detail-first-section .breadcrumb a:focus {
    color: rgba(255, 255, 255, 0.6);
    background: transparent;
  }
}

@media (hover: hover) {
  .contest-detail-first-section .breadcrumb a:hover {
    color: #ff0000;
    background: transparent;
  }
}

@media (hover: hover) {
  .contest-detail-first-section .breadcrumb a:active, .contest-detail-first-section .breadcrumb a:focus:active, .contest-detail-first-section .breadcrumb a:hover:active {
    color: #bf1d26;
    background: transparent;
  }
}

@media (hover: none) {
  .contest-detail-first-section .breadcrumb a.touched {
    color: #bf1d26;
    background: transparent;
  }
}

.contest-detail-first-section .section-inner {
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 605px;
}

.contest-detail-first-section .section-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 120px;
  min-width: 0;
}

.contest-detail-first-section .info-sticker {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contest-detail-first-section .page-title {
  margin-bottom: 40px;
  color: #ffffff;
}

.contest-detail-first-section .section__desc {
  color: #ffffff;
  margin-bottom: 40px;
  max-width: 35em;
}

.contest-detail-first-main {
  position: relative;
  padding-top: 140px;
  padding-bottom: 50px;
}

.contest-detail-first__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contest-detail-first-sticker {
  margin-left: auto;
}

.contest-detail-first-sticker-item {
  margin-bottom: 24px;
}

.contest-detail-first-sticker-item:last-child {
  margin-bottom: 0;
}

.contest-detail-first-sticker-item__title {
  color: rgba(0, 47, 108, 0.6);
  max-width: 250px;
  position: relative;
}

.contest-detail-first-sticker-item__title.status {
  padding-left: 20px;
}

.contest-detail-first-sticker-item__title.status:before {
  content: '';
  width: 10px;
  height: 10px;
  left: 0;
  top: 0.75em;
  margin-top: -5px;
  position: absolute;
  display: block;
}

.contest-detail-first-sticker-item__title.status.green:before {
  background: #27ae60;
}

.contest-detail-first-sticker-item__content {
  color: #002f6c;
  font-size: 20px;
  line-height: 1.5;
  vertical-align: top;
  margin-top: 8px;
}

.contest-detail-first-sticker-item__content strong {
  font-weight: 400;
  font-size: 60px;
  line-height: 54px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.1em;
}

.contest-detail-first-sticker-item__content.xl {
  font-size: 50px;
  line-height: 60px;
  margin-top: 12px;
}

.contest-detail-first-sticker-item__content.xl strong {
  font-size: 160px;
  line-height: 144px;
  margin-right: -0.15em;
}

.contest-detail-first-years-tabs a {
  color: #ffffff;
  background: transparent;
}

@media (hover: hover) {
  .contest-detail-first-years-tabs a:focus {
    color: #ffffff;
    background: transparent;
  }
}

@media (hover: hover) {
  .contest-detail-first-years-tabs a:hover {
    color: #ff0000;
    background: transparent;
  }
}

@media (hover: hover) {
  .contest-detail-first-years-tabs a:active, .contest-detail-first-years-tabs a:focus:active, .contest-detail-first-years-tabs a:hover:active {
    color: #bf1d26;
    background: transparent;
  }
}

@media (hover: none) {
  .contest-detail-first-years-tabs a.touched {
    color: #bf1d26;
    background: transparent;
  }
}

.contest-detail-first-years-tabs a.active {
  color: #fff;
}

@media (hover: hover) {
  .contest-detail-first-years-tabs a.active:focus {
    color: #fff;
  }
}

@media (hover: hover) {
  .contest-detail-first-years-tabs a.active:hover {
    color: #ff0000;
    background: transparent;
  }
}

@media (hover: hover) {
  .contest-detail-first-years-tabs a.active:active, .contest-detail-first-years-tabs a.active:focus:active, .contest-detail-first-years-tabs a.active:hover:active {
    color: #bf1d26;
    background: transparent;
  }
}

@media (hover: none) {
  .contest-detail-first-years-tabs a.active.touched {
    color: #bf1d26;
    background: transparent;
  }
}

.contest-detail-first-years-tabs ul {
  margin-bottom: 0;
}

.contest-detail-first-years-tabs .swiper-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contest-detail-first-years-tabs .swiper-button {
  background-color: transparent;
}

@media (hover: hover) {
  .contest-detail-first-years-tabs .swiper-button:focus {
    background-color: transparent;
  }
}

@media (hover: hover) {
  .contest-detail-first-years-tabs .swiper-button:hover {
    background-color: #fff;
  }
}

@media (hover: hover) {
  .contest-detail-first-years-tabs .swiper-button:active, .contest-detail-first-years-tabs .swiper-button:focus:active, .contest-detail-first-years-tabs .swiper-button:hover:active {
    background-color: #DEDEDE;
  }
}

@media (hover: none) {
  .contest-detail-first-years-tabs .swiper-button.touched {
    background-color: #DEDEDE;
  }
}

.contest-detail-first-years-tabs .swiper-button.swiper-button-disabled {
  background-color: transparent !important;
}

.contest-detail-first-map-tabs {
  overflow: hidden;
}

.contest-detail-first-map-tabs ul {
  margin-bottom: 0;
}

.contest-detail-first-map-tabs .swiper-container {
  overflow: visible;
}

.contest-detail-about-section .site-section__title {
  color: #002f6c;
}

.contest-detail-target-section .site-section__title {
  margin-bottom: 40px;
}

@media (min-width: 1280px) {
  .contest-detail-org-section .site-section__title {
    margin-bottom: 0;
  }
}

.contest-detail-org-section .site-section__desc {
  margin-bottom: 60px;
}

.contest-detail-org-section .site-section__desc:last-child {
  margin-bottom: 0;
}

.contest-detail-org-section .site-section__desc p {
  margin-bottom: 0.6em;
}

.contest-detail-org-section .contest-detail-org-logo {
  margin-bottom: 60px;
}

.contest-detail-org-section .contest-detail-org-logo:last-child {
  margin-bottom: 0;
}

.contest-detail-org-section .contest-detail-org-logo img {
  max-width: 450px;
  max-height: 200px;
}

.contest-detail-org-section .site-section__image {
  margin-top: 60px;
  display: block;
}

.contest-detail-org-section .site-section__image img {
  width: 100%;
}

.contest-detail-subscribe-section {
  position: relative;
  background: #002f6c;
  padding: 78px 0;
  color: #fff;
}

.contest-detail-subscribe-section .site-section__pattern {
  position: static;
  margin: 0;
}

.contest-detail-subscribe-section .site-section__pattern img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.contest-detail-subscribe-section .site-section__content {
  position: relative;
  z-index: 1;
}

.contest-detail-subscribe-section .site-section__title {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 600;
}

.contest-detail-subscribe-section .btn.contest-detail-subscribe__btn {
  background: rgba(255, 0, 0, 0);
  border-color: #fff;
  border-color: #BCBCBC;
}

@media (hover: hover) {
  .contest-detail-subscribe-section .btn.contest-detail-subscribe__btn:focus {
    background: rgba(255, 0, 0, 0);
    border-color: #fff;
    border-color: #BCBCBC;
  }
}

@media (hover: hover) {
  .contest-detail-subscribe-section .btn.contest-detail-subscribe__btn:hover {
    background: #ff0000;
    border-color: #fff;
    border-color: #ff0000;
  }
}

@media (hover: hover) {
  .contest-detail-subscribe-section .btn.contest-detail-subscribe__btn:active, .contest-detail-subscribe-section .btn.contest-detail-subscribe__btn:focus:active, .contest-detail-subscribe-section .btn.contest-detail-subscribe__btn:hover:active {
    background: #bf1d26;
    border-color: #fff;
    border-color: #bf1d26;
  }
}

@media (hover: none) {
  .contest-detail-subscribe-section .btn.contest-detail-subscribe__btn.touched {
    background: #bf1d26;
    border-color: #fff;
    border-color: #bf1d26;
  }
}

@media (min-width: 1280px) {
  .contest-detail-geography-section .site-section__title {
    margin-bottom: 0;
  }
}

.contest-detail-geography-section .contest-detail-geography__list {
  margin-top: 0;
  margin-bottom: -7px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.contest-detail-geography-section .contest-detail-geography__list li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

@media (min-width: 1280px) {
  .contest-detail-applications-section .site-section__title {
    margin-bottom: 0;
  }
}

.contest-detail-applications-section .site-section__desc {
  margin-bottom: 0;
}

.contest-detail-applications-section .site-section__desc p:last-child,
.contest-detail-applications-section .site-section__desc ul:last-child,
.contest-detail-applications-section .site-section__desc ol:last-child {
  margin-bottom: 0;
}

.contest-detail-applications-section .site-section__desc p:first-child,
.contest-detail-applications-section .site-section__desc ul:first-child,
.contest-detail-applications-section .site-section__desc ol:first-child {
  margin-top: 0;
}

.contest-detail-participants-section .site-section__title b {
  display: block;
}

.contest-detail-participants-section .site-section__subtitle {
  max-width: 1300px;
  margin-bottom: 60px;
}

.contest-detail-participants-section .site-section__desc {
  margin-bottom: 0;
}

.contest-detail-participants-section .contest-detail-participants__list {
  margin-top: 0;
  margin-bottom: 0;
}

.contest-detail-participants-section .contest-detail-participants__list li:last-child {
  margin-bottom: 0;
}

.contest-detail-nominations-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #002f6c;
  color: #fff;
}

@media (min-width: 1600px) {
  .contest-detail-nominations-section .site-section__title {
    margin-bottom: 0;
    -webkit-transition: padding-top 0.3s;
    -o-transition: padding-top 0.3s;
    transition: padding-top 0.3s;
  }
  .contest-detail-nominations-section .site-section__title.js-sticky-scroll, .contest-detail-nominations-section .site-section__title.js-sticky-fix-bottom {
    padding-top: 40px;
  }
}

@media (max-width: 1599.98px) {
  .contest-detail-nominations-section .site-section__title {
    position: static !important;
    top: 0 !important;
    left: 0 !important;
  }
}

.contest-detail-nominations-item {
  border-bottom: 1px solid rgba(222, 222, 222, 0.6);
  padding-bottom: 10px;
}

.contest-detail-nominations-item:first-child {
  border-top: 1px solid rgba(222, 222, 222, 0.6);
}

.contest-detail-nominations-item__head {
  padding: 30px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  cursor: pointer;
}

.contest-detail-nominations-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding-right: 1em;
}

.contest-detail-nominations-item__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #DEDEDE;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  position: relative;
}

.contest-detail-nominations-item__btn:before, .contest-detail-nominations-item__btn:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.contest-detail-nominations-item__btn:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.contest-detail-nominations-item__head:hover .contest-detail-nominations-item__btn {
  background-color: #fff;
  border-color: #fff;
}

.contest-detail-nominations-item__head:hover .contest-detail-nominations-item__btn:before, .contest-detail-nominations-item__head:hover .contest-detail-nominations-item__btn:after {
  background-color: #002f6c;
}

.contest-detail-nominations-item__body {
  display: none;
}

.contest-detail-nominations-item__content {
  padding-bottom: 20px;
}

.contest-detail-nominations-item__content p:last-child,
.contest-detail-nominations-item__content ul:last-child,
.contest-detail-nominations-item__content ol:last-child {
  margin-bottom: 0;
}

.contest-detail-nominations-item__content p:first-child,
.contest-detail-nominations-item__content ul:first-child,
.contest-detail-nominations-item__content ol:first-child {
  margin-top: 0;
}

.contest-detail-nominations-item.active .contest-detail-nominations-item__body {
  display: block;
}

.contest-detail-nominations-item.active .contest-detail-nominations-item__btn:after {
  display: none;
}

.contest-detail-stages-section .site-section__content {
  padding-top: 60px;
  border-top: 1px solid #DEDEDE;
  position: relative;
}

.contest-detail-stage-item {
  margin-bottom: 80px;
  padding-top: 20px;
  min-height: 160px;
  position: relative;
}

.contest-detail-stage-item__order {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  text-align: right;
  font-size: 160px;
  line-height: 1;
  color: #DEDEDE;
  font-weight: 400;
  letter-spacing: -0.02em;
  padding-left: 60px;
  padding-right: 20px;
}

.contest-detail-stage-item__main {
  padding-left: 350px;
}

.contest-detail-stage-item__title {
  color: #002f6c;
  font-weight: 600;
  margin-bottom: 20px;
}

.contest-detail-stage-item__title:last-child {
  margin-bottom: 0;
}

.contest-detail-stage-item__deadline {
  margin-bottom: 20px;
}

.contest-detail-stage-item__deadline:last-child {
  margin-bottom: 0;
}

.contest-detail-stage-item__date {
  margin-bottom: 5px;
}

.contest-detail-stage-item__date:last-child {
  margin-bottom: 0;
}

.contest-detail-stage-item__info {
  color: #909090;
}

.contest-detail-stage-item__desc {
  color: #002f6c;
}

.contest-detail-stage-item__desc p:last-child,
.contest-detail-stage-item__desc ul:last-child,
.contest-detail-stage-item__desc ol:last-child {
  margin-bottom: 0;
}

.contest-detail-stage-item__desc p:first-child,
.contest-detail-stage-item__desc ul:first-child,
.contest-detail-stage-item__desc ol:first-child {
  margin-top: 0;
}

.contest-detail-stage-item__desc a:not([class]) {
  display: inline;
  border-bottom: 1px solid currentColor;
}

.contest-detail-stage-item__desc a:not([class]) {
  color: inherit;
  background-color: transparent;
}

@media (hover: hover) {
  .contest-detail-stage-item__desc a:not([class]):focus {
    color: inherit;
    background-color: transparent;
  }
}

@media (hover: hover) {
  .contest-detail-stage-item__desc a:not([class]):hover {
    color: #ff0000;
    background-color: transparent;
  }
}

@media (hover: hover) {
  .contest-detail-stage-item__desc a:not([class]):active, .contest-detail-stage-item__desc a:not([class]):focus:active, .contest-detail-stage-item__desc a:not([class]):hover:active {
    color: #ff0000;
    background-color: transparent;
  }
}

@media (hover: none) {
  .contest-detail-stage-item__desc a:not([class]).touched {
    color: #ff0000;
    background-color: transparent;
  }
}

.contest-detail-stage-item.active .contest-detail-stage-item__order {
  color: #ff0000;
}

.contest-detail-stage-item__application-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contest-detail-stage-item__application-container .contest-detail-stage-item__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.contest-detail-stage-item__application-container .contest-detail-stage-item__buttons-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 20px;
}

.contest-detail-stages-nav {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding-top: inherit;
}

.contest-detail-stages-nav li {
  min-width: 44px;
  text-align: left;
  padding: 0;
  margin-bottom: 32px;
}

.contest-detail-stages-nav li:before {
  display: none;
}

.contest-detail-stages-nav a {
  color: #002f6c;
  background-color: transparent;
}

@media (hover: hover) {
  .contest-detail-stages-nav a:focus {
    color: #002f6c;
    background-color: transparent;
  }
}

@media (hover: hover) {
  .contest-detail-stages-nav a:hover {
    color: #ff0000;
    background-color: transparent;
  }
}

@media (hover: hover) {
  .contest-detail-stages-nav a:active, .contest-detail-stages-nav a:focus:active, .contest-detail-stages-nav a:hover:active {
    color: #bf1d26;
    background-color: transparent;
  }
}

@media (hover: none) {
  .contest-detail-stages-nav a.touched {
    color: #bf1d26;
    background-color: transparent;
  }
}

.contest-detail-stages-nav a.active {
  color: #ff0000;
  background-color: transparent;
}

@media (hover: hover) {
  .contest-detail-stages-nav a.active:focus {
    color: #ff0000;
    background-color: transparent;
  }
}

@media (hover: hover) {
  .contest-detail-stages-nav a.active:hover {
    color: #bf1d26;
    background-color: transparent;
  }
}

@media (hover: hover) {
  .contest-detail-stages-nav a.active:active, .contest-detail-stages-nav a.active:focus:active, .contest-detail-stages-nav a.active:hover:active {
    color: #bf1d26;
    background-color: transparent;
  }
}

@media (hover: none) {
  .contest-detail-stages-nav a.active.touched {
    color: #bf1d26;
    background-color: transparent;
  }
}

@media (min-width: 1280px) {
  .contest-detail-documents-section .site-section__title {
    margin-bottom: 0;
  }
}

.contest-detail-documents-section .file-link {
  padding-top: 15px;
  padding-bottom: 16px;
}

.contest-detail-participation-section {
  position: relative;
  background: #002f6c;
  padding: 120px 0;
  color: #fff;
}

.contest-detail-participation-section .site-section__pattern {
  position: static;
  margin: 0;
}

.contest-detail-participation-section .site-section__pattern img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.contest-detail-participation-section .site-section__content {
  position: relative;
  z-index: 1;
}

.contest-detail-participation-section .site-section__title {
  color: #fff;
  margin-bottom: 40px;
}

.contest-detail-participation-section .site-section__desc {
  margin-bottom: 40px;
}

.contest-detail-experts-section .site-section__title {
  margin-bottom: 60px;
}

@media (min-width: 1600px) {
  .contest-detail-experts-section .site-section__title {
    margin-bottom: 0;
    padding-bottom: 60px;
    -webkit-transition: padding-top 0.3s;
    -o-transition: padding-top 0.3s;
    transition: padding-top 0.3s;
  }
  .contest-detail-experts-section .site-section__title.js-sticky-scroll, .contest-detail-experts-section .site-section__title.js-sticky-fix-bottom {
    padding-top: 40px;
  }
}

@media (max-width: 1599.98px) {
  .contest-detail-experts-section .site-section__title {
    position: static !important;
    top: 0 !important;
    left: 0 !important;
  }
}

.contest-detail-experts-section .site-section__content {
  margin-bottom: -60px;
}

.contest-detail-experts-section .site-section__desc {
  margin-bottom: 60px;
}

.contest-detail-experts-section .site-section__desc ol,
.contest-detail-experts-section .site-section__desc ul {
  max-width: 550px;
}

.contest-detail-experts-section .site-section__desc p.text-lg,
.contest-detail-experts-section .site-section__desc ul.text-lg,
.contest-detail-experts-section .site-section__desc ol.text-lg {
  margin-top: 1em;
  margin-bottom: 1em;
}

.contest-detail-experts-section .site-section__desc p:last-child,
.contest-detail-experts-section .site-section__desc ul:last-child,
.contest-detail-experts-section .site-section__desc ol:last-child {
  margin-bottom: 0;
}

.contest-detail-experts-section .site-section__desc p:first-child,
.contest-detail-experts-section .site-section__desc ul:first-child,
.contest-detail-experts-section .site-section__desc ol:first-child {
  margin-top: 0;
}

.contest-detail-experts-section .site-section__subtitle {
  color: rgba(144, 144, 144, 0.4);
  font-weight: 600;
}

.contest-detail-experts-list {
  margin-bottom: 30px;
}

.contest-detail-experts-list:last-child {
  margin-bottom: 0;
}

.contest-detail-experts-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 30px;
}

.contest-detail-experts-item:last-child {
  margin-bottom: 0;
}

.contest-detail-experts-item__digit {
  font-size: 90px;
  line-height: 1;
  color: #002f6c;
  margin-bottom: 30px;
}

.contest-detail-experts-info {
  max-width: 550px;
  padding-right: 40px;
  position: relative;
}

.contest-detail-experts-info .btn-tooltip {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 16px;
  font-size: 10px;
  min-width: 20px;
  margin: 0;
}

.contest-detail-experts-info .btn-tooltip {
  background: transparent;
  color: #002f6c;
  border-color: #002f6c;
}

@media (hover: hover) {
  .contest-detail-experts-info .btn-tooltip:focus {
    background: transparent;
    color: #002f6c;
    border-color: #002f6c;
  }
}

@media (hover: hover) {
  .contest-detail-experts-info .btn-tooltip:hover {
    background: #0041a0;
    border-color: #0041a0;
    color: #fff;
  }
}

@media (hover: hover) {
  .contest-detail-experts-info .btn-tooltip:active, .contest-detail-experts-info .btn-tooltip:focus:active, .contest-detail-experts-info .btn-tooltip:hover:active {
    background: #002f6c;
    border-color: #002f6c;
    color: #fff;
  }
}

@media (hover: none) {
  .contest-detail-experts-info .btn-tooltip.touched {
    background: #002f6c;
    border-color: #002f6c;
    color: #fff;
  }
}

.contest-detail-faq-section .site-section__title {
  max-width: 550px;
  margin-bottom: 70px;
}

.contest-detail-callback-section {
  position: relative;
  background: #002f6c;
  padding: 120px 0;
  color: #fff;
}

.contest-detail-callback-section .site-section__pattern {
  position: static;
  margin: 0;
}

.contest-detail-callback-section .site-section__pattern img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.contest-detail-callback-section .site-section__content {
  position: relative;
  z-index: 1;
}

.contest-detail-callback-section .site-section__title {
  color: #fff;
  margin-bottom: 40px;
}

.contest-detail-callback-section .site-section__desc {
  margin-bottom: 40px;
}

.contest-detail-partners-item {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.contest-detail-partners-item img {
  max-height: 110px;
  max-width: 260px;
}

.contest-detail-partners-section .items-list {
  margin-bottom: -40px;
}

.contest-detail-partners-section .list-item {
  margin-bottom: 40px;
}

.contest-detail-contacts-section {
  padding: 120px 0;
  margin-bottom: 0;
  background: #F4F4F4;
}

.contest-detail-contacts-section .site-section__content {
  background: #fff;
  padding: 32px;
}

.contest-detail-contacts-block {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #DEDEDE;
}

.contest-detail-contacts-block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.contest-detail-contacts-block__title {
  font-weight: 600;
  color: #111;
}

.contest-detail-contacts-block .items-list {
  margin-bottom: -20px;
}

.contest-detail-contacts-block .items-list .list-item {
  margin-bottom: 20px;
}

.contest-detail-contacts-item__title {
  color: #BCBCBC;
  margin-bottom: 5px;
}

.contest-detail-contacts-item__content {
  word-break: break-word;
}

.user-question-section {
  padding: 80px 0;
  background: #F4F4F4;
}

.user-question-section .site-section__content {
  background: #fff;
  padding: 40px;
}

@media (min-width: 1280px) {
  .user-question-section .site-section__title {
    margin-bottom: 0;
  }
}

.user-question-section__submit-block {
  margin-top: 120px;
}

@media (max-width: 1599.98px) {
  .contest-detail-first-main {
    padding-top: 84px;
    padding-bottom: 30px;
  }
  .contest-detail-first-section .page-title {
    margin-bottom: 16px;
  }
  .contest-detail-first-section .section__desc {
    max-width: 30em;
    margin-bottom: 16px;
  }
  .contest-detail-first-section .info-sticker {
    width: 258px;
  }
  .contest-detail-first-sticker-item__title {
    font-size: 14px;
  }
  .contest-detail-first-sticker .info-sticker__content {
    padding: 16px;
  }
  .contest-detail-first-sticker-item {
    margin-bottom: 16px;
  }
  .contest-detail-first-sticker-item__content {
    font-size: 12px;
    margin-top: 2px;
  }
  .contest-detail-first-sticker-item__content strong {
    font-size: 32px;
    line-height: 32px;
    margin-right: -0.1em;
  }
  .contest-detail-first-sticker-item__content.xl {
    font-size: 32px;
    line-height: 38px;
    margin-top: 2px;
  }
  .contest-detail-first-sticker-item__content.xl strong {
    font-size: 90px;
    line-height: 86px;
  }
  .contest-detail-first-sticker-item__title.status {
    padding-left: 12px;
  }
  .contest-detail-first-sticker-item__title.status:before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .contest-detail-first-section .section-inner {
    margin-bottom: 80px;
    min-height: 375px;
  }
  .contest-detail-first-years-tabs .swiper-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    width: auto;
    margin-right: 40px;
  }
  .contest-detail-first-years-tabs ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .contest-detail-org-section .site-section__desc {
    margin-bottom: 40px;
  }
  .contest-detail-org-section .contest-detail-org-logo {
    margin-bottom: 40px;
  }
  .contest-detail-org-section .contest-detail-org-logo img {
    max-width: 310px;
    max-height: 150px;
  }
  .news-item__image {
    margin-bottom: 16px;
  }
  .news-item__info-row {
    margin-bottom: 8px;
  }
  .news-item.bg-blue {
    padding: 20px;
  }
  .contest-detail-subscribe-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .contest-detail-subscribe-section .site-section__title {
    margin-bottom: 20px;
  }
  .contest-detail-participants-section .site-section__title b {
    display: inline;
  }
  .contest-detail-participants-section .site-section__subtitle {
    margin-bottom: 40px;
  }
  .contest-detail-nominations-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .contest-detail-nominations-item__btn {
    width: 40px;
    height: 40px;
  }
  .contest-detail-nominations-item__btn:before, .contest-detail-nominations-item__btn:after {
    width: 18px;
    margin-left: -9px;
  }
  .contest-detail-nominations-item__head {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contest-detail-nominations-item {
    padding-bottom: 0;
  }
  .contest-detail-nominations-item__content {
    padding-bottom: 30px;
  }
  .contest-detail-stages-section .site-section__content {
    padding-top: 40px;
  }
  .contest-detail-stage-item__main {
    padding-left: 225px;
  }
  .contest-detail-stage-item__order {
    width: 225px;
    font-size: 90px;
    font-weight: 600;
  }
  .contest-detail-stage-item__title {
    margin-bottom: 16px;
  }
  .contest-detail-stage-item__info {
    font-size: 14px;
  }
  .contest-detail-stage-item__deadline {
    margin-bottom: 12px;
  }
  .contest-detail-stage-item {
    min-height: 90px;
    margin-bottom: 60px;
  }
  .contest-detail-stages-nav {
    font-size: 14px;
  }
  .contest-detail-participation-section {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .contest-detail-participation-section .site-section__title {
    margin-bottom: 20px;
  }
  .contest-detail-participation-section .site-section__desc {
    margin-bottom: 20px;
    max-width: 650px;
  }
  .contest-detail-experts-item__digit {
    font-size: 65px;
    margin-bottom: 20px;
  }
  .contest-detail-faq-section .site-section__title {
    max-width: none;
    margin-bottom: 40px;
  }
  .contest-detail-callback-section {
    padding-top: 113px;
    padding-bottom: 113px;
  }
  .contest-detail-callback-section .site-section__title {
    margin-bottom: 20px;
  }
  .contest-detail-partners-item img {
    max-width: 180px;
    max-height: 80px;
  }
  .contest-detail-contacts-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .contest-detail-contacts-item__title {
    margin-bottom: 8px;
  }
  .contest-detail-contacts-block {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .user-question-section__submit-block {
    margin-top: 80px;
  }
  .contest-detail-stage-item__application-container .contest-detail-stage-item__buttons-container {
    margin-left: 16px;
  }
}

@media (max-width: 1279.98px) {
  .contest-detail-first-main {
    padding-top: 134px;
  }
  .contest-detail-first-section .section-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 27px;
    min-height: 0;
  }
  .contest-detail-first-section .section-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .contest-detail-first-section .section__desc {
    max-width: none;
  }
  .contest-detail-first-section .info-sticker {
    width: 233px;
    margin-top: 40px;
  }
  .contest-detail-first-map-tabs .nav-tabs {
    font-size: 18px;
  }
  .contest-detail-org-section .contest-detail-org-logo img {
    max-width: 450px;
    max-height: 200px;
  }
  .contest-detail-subscribe-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contest-detail-participants-section .site-section__desc {
    margin-bottom: 40px;
  }
  .contest-detail-org-section .site-section__desc {
    font-size: 16px;
  }
  .contest-detail-geography-section .contest-detail-geography__list {
    font-size: 14px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .contest-detail-participants-section .contest-detail-participants__list {
    font-size: 14px;
  }
  .contest-detail-nominations-item__content {
    font-size: 14px;
  }
  .contest-detail-stage-item {
    min-height: 0;
    padding-top: 8px;
  }
  .contest-detail-stage-item__main {
    padding-left: 174px;
    min-height: 65px;
  }
  .contest-detail-stage-item__order {
    width: 174px;
    font-size: 65px;
  }
  .contest-detail-stage-item__desc {
    padding-left: 174px;
    margin-top: 32px;
  }
  .contest-detail-experts-section .site-section__desc ol,
  .contest-detail-experts-section .site-section__desc ul {
    max-width: none;
  }
  .contest-detail-experts-section .site-section__content {
    margin-bottom: -40px;
  }
  .contest-detail-experts-section .site-section__desc {
    margin-bottom: 40px;
  }
  .contest-detail-experts-section .site-section__title {
    margin-bottom: 40px;
  }
  .contest-detail-experts-info {
    max-width: none;
  }
  .contest-detail-contacts-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contest-detail-contacts-section .site-section__content {
    padding: 20px;
  }
  .user-question-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contest-detail-stage-item__application-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .contest-detail-stage-item__application-container .contest-detail-stage-item__desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .contest-detail-stage-item__application-container .contest-detail-stage-item__buttons-container {
    margin-left: 0;
    margin-top: 32px;
    padding-left: 174px;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .news-slider-section .swiper-container {
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -24px;
    margin-right: -24px;
  }
  .news-slider-section .swiper-slide {
    width: 287px !important;
  }
}

@media (max-width: 767.98px) {
  .contest-detail-first-main {
    padding-top: 80px;
    padding-bottom: 0;
    margin-bottom: 155px;
  }
  .contest-detail-first-section .info-sticker {
    margin-top: 104px;
    margin-bottom: -150px;
    border: 1px solid #F4F4F4;
  }
  .contest-detail-first-years-tabs {
    display: none;
  }
  .contest-detail-first-section .section-inner {
    margin-bottom: 0;
  }
  .contest-detail-first-sticker-item__title {
    font-size: 12px;
  }
  .contest-detail-first-sticker-item__title.status {
    padding-left: 10px;
  }
  .contest-detail-first-sticker-item__title.status:before {
    width: 4px;
    height: 4px;
    margin-top: -2px;
  }
  .contest-detail-first-map-tabs .nav-tabs {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contest-detail-org-section .contest-detail-org-logo img {
    max-width: 100%;
    max-height: none;
  }
  .news-item__info-row {
    font-size: 16px;
  }
  .news-item__title {
    font-size: 18px;
  }
  .contest-detail-geography-section .contest-detail-geography__list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .contest-detail-participants-section .site-section__subtitle {
    margin-bottom: 20px;
  }
  .contest-detail-participants-section .site-section__desc {
    margin-bottom: 16px;
  }
  .contest-detail-nominations-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contest-detail-stages-section .site-section__content {
    padding-top: 100px;
  }
  .contest-detail-stages-nav {
    left: -24px;
    right: -24px;
    padding: 60px 24px 0;
    white-space: nowrap;
    overflow: auto;
  }
  .contest-detail-stages-nav li {
    margin-bottom: 0;
    margin-right: 40px;
    display: inline-block;
    vertical-align: top;
    min-width: 0;
  }
  .contest-detail-stages-nav li:last-child {
    margin-bottom: 0;
  }
  .contest-detail-stage-item__order {
    position: static;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    font-size: 60px;
    margin-bottom: 16px;
  }
  .contest-detail-stage-item {
    padding-top: 0;
  }
  .contest-detail-stage-item__main {
    padding-left: 0;
    min-height: 0;
  }
  .contest-detail-stage-item__desc {
    padding-left: 0;
  }
  .swiper-slide .contest-detail-stage-item {
    margin-bottom: 0;
  }
  .contest-detail-stages-wrapper .swiper-container {
    margin: 0 -24px;
    padding: 0 24px;
  }
  .contest-detail-stages-wrapper .swiper-slide {
    width: 287px !important;
  }
  .contest-detail-participation-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contest-detail-experts-item__digit {
    margin-bottom: 16px;
  }
  .contest-detail-callback-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contest-detail-contacts-item__title {
    font-size: 16px;
  }
  .user-question-section__submit-block {
    margin-top: 60px;
  }
  .user-question-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contest-detail-stage-item__application-container .contest-detail-stage-item__buttons-container {
    padding-left: 0;
  }
  .contest-detail-stage-item__application-container .contest-detail-stage-item__buttons-container .buttons-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* MAIN PAGE */
.main-first-section {
  margin-top: -65px;
  position: relative;
  padding-top: 180px;
  padding-bottom: 250px;
}

@media (max-width: 1599.98px) {
  .main-first-section {
    margin-top: -38px;
  }
}

@media (max-width: 1279.98px) {
  .main-first-section {
    margin-top: -76px;
  }
}

@media (max-width: 767.98px) {
  .main-first-section {
    margin-top: -57px;
  }
}

.main-first-section picture {
  position: static;
  margin: 0;
}

.main-first-section .site-section__bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-first-section .site-section__pattern img {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}

.main-first-section .site-section__content {
  position: relative;
  z-index: 1;
}

.main-first-section .site-section__title {
  max-width: 8em;
  margin-bottom: 40px;
}

.main-first-section .site-section__desc {
  margin-bottom: 40px;
  color: #002f6c;
  max-width: 25em;
}

.main-contests-section .contest-list .contest-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1280px) {
  .main-participation-section .site-section__title {
    margin-bottom: 0;
  }
}

.main-participation-section .site-section__title b {
  display: block;
}

.main-participation-section .items-list .list-item {
  margin-bottom: 56px;
}

.main-participation-section .items-list .list-item:last-child {
  margin-bottom: 0;
}

.main-participation-item {
  position: relative;
  padding-left: 110px;
  padding-top: 5px;
}

.main-participation-item__order {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 10px;
}

.main-participation-item__order .icon {
  width: 66px;
  height: 50px;
  fill: #ff0000;
  display: block;
}

.main-participation-item__title {
  font-weight: 600;
  color: #002f6c;
  margin-bottom: 20px;
}

.main-participation-item__title:last-child {
  margin-bottom: 0;
}

.main-participation-item__desc {
  margin-bottom: 20px;
}

.main-participation-item__desc:last-child {
  margin-bottom: 0;
}

.main-participation-item__desc p,
.main-participation-item__desc ul,
.main-participation-item__desc ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

.main-participation-item__desc p:last-child,
.main-participation-item__desc ul:last-child,
.main-participation-item__desc ol:last-child {
  margin-bottom: 0;
}

.main-participation-item__desc p:first-child,
.main-participation-item__desc ul:first-child,
.main-participation-item__desc ol:first-child {
  margin-top: 0;
}

.main-participation-item__desc ul li {
  padding-left: 10px;
  margin-bottom: 7px;
}

.main-participation-item__desc ul li:before {
  top: 0.75em;
  width: 2px;
  height: 2px;
  left: 0;
  margin-top: 0;
  border-radius: 0;
}

@media (max-width: 1599.98px) {
  .main-first-section {
    padding-top: 120px;
    padding-bottom: 280px;
  }
  .main-first-section .site-section__title {
    margin-bottom: 16px;
  }
  .main-first-section .site-section__desc {
    margin-bottom: 16px;
  }
}

@media (max-width: 1279.98px) {
  .main-first-section .site-section__title {
    max-width: none;
  }
  .main-first-section .site-section__desc {
    max-width: none;
  }
  .main-first-section .site-section__pattern {
    display: none;
  }
  .main-first-section {
    padding-top: 170px;
    padding-bottom: 320px;
  }
}

@media (max-width: 767.98px) {
  .main-first-section {
    padding-top: 80px;
    padding-bottom: 325px;
  }
  .main-participation-item {
    padding-top: 0;
    padding-left: 0;
  }
  .main-participation-item__order {
    padding-top: 0;
    position: static;
    margin-bottom: 20px;
  }
}

/* INSTRUCTIONS */
.instructions-main-section .site-section__subtitle {
  color: #002f6c;
  margin-bottom: 60px;
  max-width: 1195px;
}

.instructions-main-section .items-list {
  margin-bottom: -16px;
}

.instructions-main-section .items-list .list-item {
  margin-bottom: 16px;
}

.instructions-main-section .site-section__block {
  margin-bottom: 80px;
}

.instructions-main-section .site-section__title .icon-lock {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  margin-top: calc((1em - 32px)/2);
  margin-left: 22px;
}

.instructions-main__auth-block {
  margin-bottom: 60px;
}

.instructions-main__auth-block .site-section__desc {
  margin-bottom: 40px;
  color: #002f6c;
}

.instructions-main-section .site-section__title + .instructions-main__auth-block {
  margin-top: -20px;
}

@media (max-width: 1599.98px) {
  .instructions-main-section .site-section__subtitle {
    margin-bottom: 40px;
  }
  .instructions-main-section .site-section__block {
    margin-bottom: 60px;
  }
  .instructions-main-section .site-section__title .icon-lock {
    width: 24px;
    height: 24px;
    margin-top: calc((1em - 24px) / 2);
  }
  .instructions-main__auth-block .site-section__desc {
    margin-bottom: 20px;
  }
  .instructions-main__auth-block {
    margin-bottom: 40px;
  }
}

@media (max-width: 1279.98px) {
  .instructions-main-section .site-section__subtitle {
    margin-bottom: 60px;
  }
  .instructions-main-section .items-list .list-item {
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .instructions-main-section .site-section__subtitle {
    margin-bottom: 40px;
  }
  .instructions-main-section .site-section__block {
    margin-bottom: 40px;
  }
  .instructions-main-section .site-section__title + .instructions-main__auth-block {
    margin-top: -10px;
  }
}

/* 404 */
.page-404-main .site-section__desc {
  margin-bottom: 40px;
}

@media (max-width: 1279.98px) {
  .page-404-main .site-section__desc {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .page-404-main__nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* TEXT PAGE */
.page-404-main .site-section__desc {
  margin-bottom: 40px;
}

@media (max-width: 1279.98px) {
  .page-404-main .site-section__desc {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .page-404-main__nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* ORGANIZERS LIST PAGE */
.organizer-list {
  margin-bottom: -16px;
}

.organizer-list .list-item {
  margin-bottom: 16px;
}

.organizer-item {
  border: 1px solid #DEDEDE;
  padding: 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.organizer-item__image {
  margin-bottom: 30px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.organizer-item__title {
  color: #002f6c;
  font-weight: 600;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.organizer-item__title a {
  color: #002f6c;
}

@media (hover: hover) {
  .organizer-item__title a:focus {
    color: #002f6c;
  }
}

@media (hover: hover) {
  .organizer-item__title a:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .organizer-item__title a:active, .organizer-item__title a:focus:active, .organizer-item__title a:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .organizer-item__title a.touched {
    color: #bf1d26;
  }
}

.organizer-item__desc {
  margin-bottom: 40px;
  min-height: 9em;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  max-width: 100%;
}

.organizer-item__buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.organizer-item__buttons .btn.btn-outlined {
  color: #111;
}

@media (hover: hover) {
  .organizer-item__buttons .btn.btn-outlined:focus {
    color: #111;
  }
}

@media (hover: hover) {
  .organizer-item__buttons .btn.btn-outlined:hover {
    color: #fff;
  }
}

@media (hover: hover) {
  .organizer-item__buttons .btn.btn-outlined:active, .organizer-item__buttons .btn.btn-outlined:focus:active, .organizer-item__buttons .btn.btn-outlined:hover:active {
    color: #fff;
  }
}

@media (hover: none) {
  .organizer-item__buttons .btn.btn-outlined.touched {
    color: #fff;
  }
}

@media (max-width: 1599.98px) {
  .organizer-item {
    padding: 24px 30px;
  }
  .organizer-item__image {
    margin-bottom: 20px;
  }
  .organizer-item__title {
    margin-bottom: 16px;
  }
  .organizer-item__desc {
    margin-bottom: 24px;
    min-height: 0;
  }
}

@media (max-width: 1279.98px) {
  .organizer-list {
    margin-bottom: -24px;
  }
  .organizer-list .list-item {
    margin-bottom: 24px;
  }
  .organizer-list-page {
    margin-top: 80px;
  }
  .organizer-item {
    padding: 16px 20px;
  }
  .organizer-item__image {
    margin-bottom: 16px;
  }
  .organizer-item__title {
    margin-bottom: 8px;
  }
  .organizer-item__desc {
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .organizer-list {
    margin-bottom: -20px;
  }
  .organizer-list .list-item {
    margin-bottom: 20px;
  }
  .organizer-list-page {
    margin-top: 0;
  }
  .organizer-item__title {
    margin-bottom: 16px;
  }
}

/* ORGANIZERS DETAIL PAGE */
.organizer-detail-first-section {
  margin-top: -65px;
}

@media (max-width: 1599.98px) {
  .organizer-detail-first-section {
    margin-top: -38px;
  }
}

@media (max-width: 1279.98px) {
  .organizer-detail-first-section {
    margin-top: -76px;
  }
}

@media (max-width: 767.98px) {
  .organizer-detail-first-section {
    margin-top: -57px;
  }
}

.organizer-detail-first-section .breadcrumb,
.organizer-detail-first-section .section-inner,
.organizer-detail-first-section .contest-detail-first-tabs {
  position: relative;
  z-index: 1;
}

.organizer-detail-first-section .breadcrumb {
  margin-bottom: 16px;
}

.organizer-detail-first-section .breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
}

@media (hover: hover) {
  .organizer-detail-first-section .breadcrumb a:focus {
    color: rgba(255, 255, 255, 0.6);
    background: transparent;
  }
}

@media (hover: hover) {
  .organizer-detail-first-section .breadcrumb a:hover {
    color: #ff0000;
    background: transparent;
  }
}

@media (hover: hover) {
  .organizer-detail-first-section .breadcrumb a:active, .organizer-detail-first-section .breadcrumb a:focus:active, .organizer-detail-first-section .breadcrumb a:hover:active {
    color: #bf1d26;
    background: transparent;
  }
}

@media (hover: none) {
  .organizer-detail-first-section .breadcrumb a.touched {
    color: #bf1d26;
    background: transparent;
  }
}

.organizer-detail-first-section .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.organizer-detail-first-section .section-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 200px;
  min-width: 0;
}

.organizer-detail-first-section .info-sticker {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.organizer-detail-first-section .page-title {
  margin-bottom: 40px;
  color: #ffffff;
}

.organizer-detail-first-section .section__desc {
  color: #ffffff;
  margin-bottom: 40px;
  max-width: 35em;
}

.organizer-detail-first-main {
  position: relative;
  padding-top: 160px;
  padding-bottom: 205px;
}

.organizer-detail-first__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-sticker.organizer-detail-first-sticker {
  margin-left: auto;
  width: 350px;
}

.info-sticker.organizer-detail-first-sticker .info-sticker__image {
  margin-bottom: 16px;
}

.info-sticker.organizer-detail-first-sticker .info-sticker__content {
  padding: 20px 16px 24px;
}

.info-sticker.organizer-detail-first-sticker .title,
.info-sticker.organizer-detail-first-sticker .info-sticker__content p {
  margin-bottom: 16px;
}

.organizer-detail-first-map-tabs {
  overflow: hidden;
}

.organizer-detail-first-map-tabs ul {
  margin-bottom: 0;
}

.organizer-detail-first-map-tabs .swiper-container {
  overflow: visible;
}

.organizer-detail-about-section .site-section__title {
  color: #002f6c;
}

.organizer-detail-about-section .site-section__content p,
.organizer-detail-about-section .site-section__content ul,
.organizer-detail-about-section .site-section__content ol {
  margin-bottom: 30px;
  margin-top: 30px;
}

.organizer-detail-about-section .site-section__content p:last-child,
.organizer-detail-about-section .site-section__content ul:last-child,
.organizer-detail-about-section .site-section__content ol:last-child {
  margin-bottom: 0;
}

.organizer-detail-about-section .site-section__content p:first-child,
.organizer-detail-about-section .site-section__content ul:first-child,
.organizer-detail-about-section .site-section__content ol:first-child {
  margin-top: 0;
}

@media (max-width: 1599.98px) {
  .organizer-detail-first-main {
    padding-top: 120px;
    padding-bottom: 150px;
  }
  .info-sticker.organizer-detail-first-sticker .info-sticker__btn {
    padding: 22px 20px;
  }
  .organizer-detail-contest-section .contest-list .contest-item.completed {
    margin-bottom: 40px;
  }
}

@media (max-width: 1279.98px) {
  .organizer-detail-first-main {
    padding-bottom: 100px;
  }
  .organizer-detail-first-section .section-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .organizer-detail-first-section .section-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .info-sticker.organizer-detail-first-sticker {
    width: 320px;
    margin-top: 80px;
  }
  .info-sticker.organizer-detail-first-sticker .info-sticker__image {
    margin-bottom: 12px;
  }
  .info-sticker.organizer-detail-first-sticker .info-sticker__btn {
    padding-left: 16px;
    padding-right: 16px;
  }
  .organizer-detail-about-section .site-section__content p,
  .organizer-detail-about-section .site-section__content ul,
  .organizer-detail-about-section .site-section__content ol {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .organizer-detail-first-main {
    padding-top: 80px;
    padding-bottom: 100px;
    margin-bottom: 180px;
  }
  .organizer-detail-first-section .breadcrumb {
    margin-bottom: 20px;
  }
  .organizer-detail-first-section .page-title {
    margin-bottom: 20px;
  }
  .organizer-detail-first-section .section-content .btn .icon {
    display: none;
  }
  .info-sticker.organizer-detail-first-sticker {
    width: 280px;
    margin-top: 100px;
    margin-bottom: -275px;
  }
  .info-sticker.organizer-detail-first-sticker .info-sticker__content {
    padding: 20px 14px 4px;
  }
  .info-sticker.organizer-detail-first-sticker .info-sticker__btn .icon {
    width: 24px;
  }
  .organizer-detail-first-map-tabs .nav-tabs-scroll-container {
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
    max-width: calc(100% + 48px);
  }
  .organizer-detail-first-map-tabs .nav-tabs {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contest-item.completed .contest-item__content:first-child {
    padding-bottom: 20px;
  }
}

/* NEWS DETAIL PAGE */
.news-detail-top-info {
  margin-top: -20px;
  margin-bottom: 80px;
}

.news-detail-top-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: -8px;
}

.news-detail-top-info__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 40px;
}

.news-detail-top-info__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.news-detail-top-info__item {
  margin-bottom: 8px;
  color: #BCBCBC;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 40px;
}

.news-detail-top-info__item:last-child {
  margin-right: 0;
}

.news-detail-top-info__item a {
  color: #002f6c;
}

@media (hover: hover) {
  .news-detail-top-info__item a:focus {
    color: #002f6c;
  }
}

@media (hover: hover) {
  .news-detail-top-info__item a:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  .news-detail-top-info__item a:active, .news-detail-top-info__item a:focus:active, .news-detail-top-info__item a:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  .news-detail-top-info__item a.touched {
    color: #bf1d26;
  }
}

.news-detail-main-section {
  overflow: hidden;
}

.news-detail-main-section .site-section__subtitle {
  margin-bottom: 30px;
}

.news-detail-main-section .site-section__content p,
.news-detail-main-section .site-section__content ul,
.news-detail-main-section .site-section__content ol {
  margin-top: 0;
  margin-bottom: 30px;
}

.news-detail-main-section .site-section__content p:last-child,
.news-detail-main-section .site-section__content ul:last-child,
.news-detail-main-section .site-section__content ol:last-child {
  margin-bottom: 0;
}

.news-detail-main-section .site-section__image {
  margin-bottom: 60px;
}

.news-detail-main-section .site-section__image picture,
.news-detail-main-section .site-section__image img {
  display: block;
  width: 100%;
}

.news-detail-gallery {
  margin-top: 80px;
}

.news-detail-gallery .site-section__title {
  color: #002f6c;
  margin-bottom: 60px;
}

.news-detail-gallery .site-section__head {
  margin-bottom: 60px;
}

.news-detail-gallery .site-section__head .site-section__title {
  margin-bottom: 0;
}

.news-detail-gallery__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.news-detail-gallery__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  height: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.news-detail-gallery__item img {
  display: block;
  height: 100%;
}

.news-detail-gallery__item + .news-detail-gallery__item {
  margin-left: 16px;
}

.news-detail-gallery .swiper-container {
  height: auto;
  overflow: visible;
}

.news-detail-gallery .swiper-wrapper {
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.news-detail-gallery .swiper-slide {
  height: auto;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 1599.98px) {
  .news-detail-top-info {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .news-detail-page .site-section {
    margin-bottom: 60px;
  }
  .news-detail-page .site-section.callback-section {
    margin-bottom: 0;
  }
  .news-detail-gallery .site-section__title,
  .news-detail-gallery .site-section__head {
    margin-bottom: 40px;
  }
  .news-detail-gallery__item {
    height: 380px;
  }
  .news-detail-gallery {
    margin-top: 60px;
  }
}

@media (max-width: 1279.98px) {
  .news-detail-top-info {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .news-detail-top-info__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .news-detail-top-info__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .news-detail-top-info__item {
    margin-right: 0;
  }
  .news-detail-page .site-section {
    margin-bottom: 100px;
  }
  .news-detail-gallery .site-section__title,
  .news-detail-gallery .site-section__head {
    margin-bottom: 60px;
  }
  .news-detail-gallery {
    margin-top: 80px;
  }
  .news-detail-main-section .site-section__nav {
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .news-detail-top-info {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .news-detail-top-info__inner {
    display: block;
  }
  .news-detail-top-info__left {
    margin-bottom: 32px;
    padding-right: 0;
  }
  .news-detail-main-section .site-section__subtitle {
    margin-bottom: 24px;
  }
  .news-detail-main-section .site-section__content p,
  .news-detail-main-section .site-section__content ul,
  .news-detail-main-section .site-section__content ol {
    margin-bottom: 24px;
  }
  .news-detail-page .site-section {
    margin-bottom: 80px;
  }
  .news-detail-page .news-slider-section .swiper-nav {
    display: none;
  }
  .news-detail-page .news-slider-section .site-section__title {
    padding-right: 0;
  }
  .news-detail-gallery .site-section__title,
  .news-detail-gallery .site-section__head {
    margin-bottom: 40px;
  }
  .news-detail-gallery__item {
    height: 185px;
  }
  .news-detail-gallery {
    margin-top: 60px;
  }
  .news-detail-main-section .site-section__nav {
    margin-top: 40px;
  }
  .news-detail-gallery .swiper-nav {
    display: none;
  }
  .news-detail-gallery .site-section__head .site-section__title {
    padding-right: 0;
  }
}

/* FOR DEV ONLY */
body.dorogakdomu-theme .contest-detail-page .contest-detail-first-sticker {
  border-radius: 20px;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-first-sticker-item__title {
  color: rgba(17, 17, 17, 0.6);
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-first-sticker-item__content {
  color: #111;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-first-section .section-content .btn {
  border-color: #fff;
  color: #fff;
  background-color: #ff5400;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-first-section .section-content .btn .icon {
  fill: #ffe271;
}

body.dorogakdomu-theme .contest-detail-page .nav-tabs-2 a.active {
  border-bottom-color: #FF5400;
}

body.dorogakdomu-theme .contest-detail-page .nav-tabs a {
  color: #111;
}

@media (hover: hover) {
  body.dorogakdomu-theme .contest-detail-page .nav-tabs a:focus {
    color: #111;
  }
}

@media (hover: hover) {
  body.dorogakdomu-theme .contest-detail-page .nav-tabs a:hover {
    color: #ff0000;
  }
}

@media (hover: hover) {
  body.dorogakdomu-theme .contest-detail-page .nav-tabs a:active, body.dorogakdomu-theme .contest-detail-page .nav-tabs a:focus:active, body.dorogakdomu-theme .contest-detail-page .nav-tabs a:hover:active {
    color: #bf1d26;
  }
}

@media (hover: none) {
  body.dorogakdomu-theme .contest-detail-page .nav-tabs a.touched {
    color: #bf1d26;
  }
}

body.dorogakdomu-theme .contest-detail-page .swiper-button.swiper-button-disabled .icon path {
  fill: inherit;
}

body.dorogakdomu-theme .contest-detail-page .site-section__title {
  color: inherit !important;
}

body.dorogakdomu-theme .contest-detail-page .site-section__title b {
  font-weight: inherit !important;
  color: inherit !important;
}

body.dorogakdomu-theme .contest-detail-page .project-item__title {
  color: #111;
  font-weight: 400;
}

body.dorogakdomu-theme .contest-detail-page .project-item__winner span {
  color: #111 !important;
}

body.dorogakdomu-theme .contest-detail-page .project-item__winner .icon {
  fill: #FF5400;
}

body.dorogakdomu-theme .contest-detail-page .project-item__budget {
  color: #111;
}

body.dorogakdomu-theme .contest-detail-page .btn.btn-outlined {
  color: #111;
  background: transparent;
  border-color: #DEDEDE;
}

@media (hover: hover) {
  body.dorogakdomu-theme .contest-detail-page .btn.btn-outlined:hover {
    color: #111;
    background: transparent;
    border-color: #DEDEDE;
  }
}

@media (hover: hover) {
  body.dorogakdomu-theme .contest-detail-page .btn.btn-outlined:focus {
    color: #111;
    background: transparent;
    border-color: #DEDEDE;
  }
}

@media (hover: hover) {
  body.dorogakdomu-theme .contest-detail-page .btn.btn-outlined:active, body.dorogakdomu-theme .contest-detail-page .btn.btn-outlined:focus:active, body.dorogakdomu-theme .contest-detail-page .btn.btn-outlined:hover:active {
    color: #111;
    background: transparent;
    border-color: #DEDEDE;
  }
}

@media (hover: none) {
  body.dorogakdomu-theme .contest-detail-page .btn.btn-outlined.touched {
    color: #111;
    background: transparent;
    border-color: #DEDEDE;
  }
}

body.dorogakdomu-theme .contest-detail-page .btn.btn-outlined .icon {
  fill: #FF5400;
}

@media (hover: hover) {
  body.dorogakdomu-theme .contest-detail-page .btn-outlined:focus {
    color: #111;
    border-color: #DEDEDE;
  }
  body.dorogakdomu-theme .contest-detail-page .btn-outlined:focus .icon {
    fill: #FF5400;
  }
}

@media (hover: hover) {
  body.dorogakdomu-theme .contest-detail-page .btn-outlined:hover {
    background: #0041a0;
    border-color: #0041a0;
    color: #fff;
  }
  body.dorogakdomu-theme .contest-detail-page .btn-outlined:hover .icon {
    fill: #fff;
  }
}

body.dorogakdomu-theme .contest-detail-page .project-item {
  border-radius: 20px;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

body.dorogakdomu-theme .contest-detail-page .news-item__image {
  border-radius: 20px;
}

body.dorogakdomu-theme .contest-detail-page .news-item__title {
  color: #111;
}

body.dorogakdomu-theme .contest-detail-page .news-item.bg-blue {
  border-radius: 20px;
  background: #FF5400;
}

body.dorogakdomu-theme .contest-detail-page .news-item.bg-blue .news-item__title {
  color: #fff;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-subscribe-section {
  background: none;
  padding: 0;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-subscribe-section .site-section__content {
  background: #FF5400;
  padding: 80px 40px;
  border-radius: 20px;
  position: relative;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-subscribe-section .site-section__content .contest-detail-subscribe__btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-subscribe-section .site-section__content .site-section__pattern {
  position: absolute;
  right: 120px;
  width: 424px;
  height: 244px;
  top: 50%;
  margin-top: -122px;
  display: block;
}

@media (max-width: 1599.98px) {
  body.dorogakdomu-theme .contest-detail-page .contest-detail-subscribe-section .site-section__content .site-section__pattern {
    right: 80px;
    width: 318px;
    height: 183px;
    margin-top: -91.5px;
  }
}

@media (max-width: 1279.98px) {
  body.dorogakdomu-theme .contest-detail-page .contest-detail-subscribe-section .site-section__content {
    padding: 32px;
  }
  body.dorogakdomu-theme .contest-detail-page .contest-detail-subscribe-section .site-section__content .site-section__pattern {
    right: 30px;
    width: 212px;
    height: 122px;
    margin-top: -61px;
  }
}

@media (max-width: 767.98px) {
  body.dorogakdomu-theme .contest-detail-page .contest-detail-subscribe-section .site-section__content {
    padding: 24px;
  }
  body.dorogakdomu-theme .contest-detail-page .contest-detail-subscribe-section .site-section__content .site-section__pattern {
    display: none;
  }
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-target-section .site-section__desc {
  color: #111 !important;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-participants-section .site-section__subtitle {
  color: #111 !important;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-nominations-section {
  background-color: #FF5400;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-nominations-item__head:hover .contest-detail-nominations-item__btn:before, body.dorogakdomu-theme .contest-detail-page .contest-detail-nominations-item__head:hover .contest-detail-nominations-item__btn:after {
  background-color: #FF5400;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-stages-nav a.active,
body.dorogakdomu-theme .contest-detail-page .contest-detail-stages-nav a.active:hover,
body.dorogakdomu-theme .contest-detail-page .contest-detail-stages-nav a.active:focus,
body.dorogakdomu-theme .contest-detail-page .contest-detail-stages-nav a.active:active {
  color: #FF5400;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-stage-item.active .contest-detail-stage-item__order {
  color: #FF5400;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-participation-section {
  background: none;
  padding: 0;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-participation-section .site-section__pattern {
  display: none;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-participation-section .site-section__content {
  background: #FF5400;
  padding: 60px 40px;
  border-radius: 20px;
  position: relative;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-participation-section .site-section__content .btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

@media (max-width: 1279.98px) {
  body.dorogakdomu-theme .contest-detail-page .contest-detail-participation-section .site-section__content {
    padding: 32px;
  }
}

@media (max-width: 767.98px) {
  body.dorogakdomu-theme .contest-detail-page .contest-detail-participation-section .site-section__content {
    padding: 24px;
  }
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-participation-section .site-section__title {
  font-weight: 600;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-experts-item__digit {
  color: #FF5400;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-contacts-item__content a {
  color: #FF5400;
}

@media (hover: hover) {
  body.dorogakdomu-theme .contest-detail-page .contest-detail-contacts-item__content a:hover {
    color: #FF5400;
  }
}

@media (hover: hover) {
  body.dorogakdomu-theme .contest-detail-page .contest-detail-contacts-item__content a:focus {
    color: #FF5400;
  }
}

@media (hover: hover) {
  body.dorogakdomu-theme .contest-detail-page .contest-detail-contacts-item__content a:active, body.dorogakdomu-theme .contest-detail-page .contest-detail-contacts-item__content a:focus:active, body.dorogakdomu-theme .contest-detail-page .contest-detail-contacts-item__content a:hover:active {
    color: #FF5400;
  }
}

@media (hover: none) {
  body.dorogakdomu-theme .contest-detail-page .contest-detail-contacts-item__content a.touched {
    color: #FF5400;
  }
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-contacts-block__title {
  font-weight: 400;
}

body.dorogakdomu-theme .contest-detail-page .user-question-section .site-section__content {
  border-radius: 20px;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-contacts-section .site-section__content {
  border-radius: 20px;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-stage-item__desc {
  color: #111111;
}

/* NEWS PAGE */
.news-filter-section {
  margin-top: -20px;
}

@media (max-width: 1599.98px) {
  .news-filter-section {
    margin-top: 0;
  }
  .news-main-section .site-section__nav {
    margin-top: 60px;
  }
}

@media (max-width: 1279.98px) {
  .news-filter-section {
    margin-top: -20px;
  }
  .news-main-section .site-section__nav {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .news-filter-section {
    margin-top: 0;
  }
}

/* End */


/* Start:/local/templates/grants/css/custom.css?177927763654815*/
@media screen and (min-width: 1280px) {
    #bx-panel.bx-panel-folded + .header {
        top: 39px!important;
    }

    #bx-panel + .header {
        top: 147px!important;
    }
}

#bx-panel {
    position: fixed!important;
    width: 100%!important;
}

.alert-danger {
    color: #ff0000;
}

.d-none {
    display: none;
}

.loading {
    position: relative;
    pointer-events: none;
}

[data-entity="button-search-inn"].loading {
    position: absolute;
}

.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #002f6c;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.loading > * {
    opacity: .3;
}

label.error {
    color: #f00;
}

.form-control.simple.error {
    border: 1px solid #f00;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.form-group .js-error-message.error-message {
    position: absolute;
    left: 0;
    top: 100%;
}
.form-group.error_field .form-control.simple ~ .form-control-placeholder {
    padding-left: 20px;
}
.alert,
.site-form__notice {
    margin-top: 1em;
}

body.dorogakdomu-theme .contest-detail-stages-nav a {
    color: #111111;
}
@media (hover: hover) {
    body.dorogakdomu-theme .contest-detail-stages-nav a:focus {
        color: #FF5400;
    }
    body.dorogakdomu-theme .contest-detail-stages-nav a:hover {
        color: #FF5400;
    }
    body.dorogakdomu-theme .contest-detail-stages-nav a:active,
    body.dorogakdomu-theme .contest-detail-stages-nav a:focus:active,
    body.dorogakdomu-theme .contest-detail-stages-nav a:hover:active {
        color: #FF5400;
    }
}
@media (hover: none) {
    body.dorogakdomu-theme .contest-detail-stages-nav a.touched {
        color: #FF5400;
    }
}
body.dorogakdomu-theme .contest-detail-stages-nav a.active {
    color: #FF5400;
}
@media (hover: hover) {
    body.dorogakdomu-theme .contest-detail-stages-nav a.active:focus {
        color: #FF5400;
    }
    body.dorogakdomu-theme .contest-detail-stages-nav a.active:hover {
        color: #FF5400;
    }
    body.dorogakdomu-theme .contest-detail-stages-nav a.active:active,
    body.dorogakdomu-theme .contest-detail-stages-nav a.active:focus:active,
    body.dorogakdomu-theme .contest-detail-stages-nav a.active:hover:active {
        color: #FF5400;
    }
}
@media (hover: none) {
    body.dorogakdomu-theme .contest-detail-stages-nav a.active.touched {
        color: #FF5400;
    }
}
body.dorogakdomu-theme .contest-detail-stage-item__title {
    color: #111111;
    font-weight: 400;
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-callback-section,
body.custom-theme .contest-detail-page .contest-detail-callback-section {
    background: none;
    padding: 0;
}
body.dorogakdomu-theme .contest-detail-page .contest-detail-callback-section .site-section__pattern,
body.custom-theme .contest-detail-page .contest-detail-callback-section .site-section__pattern{
    display: none;
}
body.dorogakdomu-theme .contest-detail-page .contest-detail-callback-section .site-section__content,
body.custom-theme .contest-detail-page .contest-detail-callback-section .site-section__content {
    background: #FF5400;
    padding: 60px 40px;
    border-radius: 20px;
    position: relative;
}
body.dorogakdomu-theme .contest-detail-page .contest-detail-callback-section .site-section__title {
    font-weight: 600;
}
body.dorogakdomu-theme .contest-detail-page .contest-detail-callback-section .site-section__content .btn,
body.custom-theme .contest-detail-page .contest-detail-callback-section .site-section__content .btn{
    background: transparent;
    border-color: #fff;
    color: #fff;
}
@media (max-width: 1279.98px) {
    body.dorogakdomu-theme .contest-detail-page .contest-detail-callback-section .site-section__content {
        padding: 32px;
    }
}
@media (max-width: 767.98px) {
    body.dorogakdomu-theme .contest-detail-page .contest-detail-callback-section .site-section__content {
        padding: 24px;
    }
}

.popup-window[id*="calendar_popup"],
.popup-window[id*="calendar_popup"] * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.popup-window[id*="calendar_popup"] {
    background: #ffffff;
    border: 1px solid #0041A0;
    border-radius: 24px;
    padding: 20px;
    font-family: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.popup-window[id*="calendar_popup"] .bx-calendar {
    width: 284px;
    font-family: inherit;
}
.popup-window[id*="calendar_popup"] .bx-calendar-range {
    border-bottom: none;
    margin: 0;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.popup-window[id*="calendar_popup"] .bx-calendar-range:last-child {
    padding-bottom: 0;
}
.popup-window[id*="calendar_popup"] .bx-calendar-cell-block {
    padding-bottom: 0;
}
.popup-window[id*="calendar_popup"] .bx-calendar-cell {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 32px;
    max-width: 32px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    height: 32px;
    color: #0F0F14;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.popup-window[id*="calendar_popup"] .bx-calendar-cell:hover {
    background-color: #F4F4F4;
    color: #0041A0;
}
.popup-window[id*="calendar_popup"] .bx-calendar-cell:focus {
    background-color: #ffffff;
    color: #0041A0;
    border-color: #99B3D8;
}
.popup-window[id*="calendar_popup"] .bx-calendar-date-hidden {
    color: #BCBCBC;
    -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.popup-window[id*="calendar_popup"] .bx-calendar-date-hidden:hover {
    color: #BCBCBC;
}
.popup-window[id*="calendar_popup"] .bx-calendar-date-hidden:focus {
    background-color: #ffffff;
    color: #BCBCBC;
    border-color: transparent;
}
.popup-window[id*="calendar_popup"] .bx-calendar-active {
    background-color: #0041A0;
    color: #ffffff;
}
.popup-window[id*="calendar_popup"] .bx-calendar-name-day-wrap {
    background: transparent;
    margin: 0 0 4px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: auto;
}
.popup-window[id*="calendar_popup"] .bx-calendar-name-day {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 32px;
    max-width: 32px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    color: #909090;
}
.popup-window[id*="calendar_popup"] .bx-calendar-header {
    margin-top: 0;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: auto;
}
.popup-window[id*="calendar_popup"] .bx-calendar-left-arrow,
.popup-window[id*="calendar_popup"] .bx-calendar-right-arrow {
    width: 28px;
    height: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #DEDEDE;
    border-radius: 50%;
    background-image: url(/local/templates/grants/css/../images/icon-drop-blue.svg);
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.popup-window[id*="calendar_popup"] .bx-calendar-left-arrow:hover,
.popup-window[id*="calendar_popup"] .bx-calendar-right-arrow:hover {
    border-color: #0041A0;
    background-color: #0041A0;
    background-image: url(/local/templates/grants/css/../images/icon-drop-white.svg);
}
.popup-window[id*="calendar_popup"] .bx-calendar-left-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.popup-window[id*="calendar_popup"] .bx-calendar-right-arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.popup-window[id*="calendar_popup"] .bx-calendar-top-month,
.popup-window[id*="calendar_popup"] .bx-calendar-top-year {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    display: block;
    border: 2px solid transparent;
    background: #ffffff;
    padding: 0;
    text-align: center;
    border-radius: 14px;
    color: #0041A0!important;
    line-height: 24px;
    font-size: 16px;
    -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.popup-window[id*="calendar_popup"] .bx-calendar-top-month:hover,
.popup-window[id*="calendar_popup"] .bx-calendar-top-year:hover {
    background-color: #F4F4F4;
}
.popup-window[id*="calendar_popup"] .bx-calendar-top-month:focus,
.popup-window[id*="calendar_popup"] .bx-calendar-top-year:focus {
    background-color: #ffffff;
    border-color: #99B3D8;
}
.popup-window[id*="calendar_popup"] .bx-calendar-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: auto;
    margin: 0 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_month"],
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_year"] {
    font-family: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 56px;
    padding: 20px;
    border: 1px solid #0041A0;
    border-radius: 24px;
}
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_month"] {
    margin-left: -52px;
}
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_year"] {
    margin-left: -162px;
}
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_month"] .bx-calendar-month-popup,
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_year"] .bx-calendar-year-popup {
    font-family: inherit;
    padding-bottom: 0;
    width: 284px;
}
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_month"] .bx-calendar-month-title,
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_year"] .bx-calendar-year-title {
    display: none;
}
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_month"] .bx-calendar-month-content,
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_year"] .bx-calendar-year-content {
    padding: 0;
    border: none;
    font-family: inherit;
    font-size: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -12px;
}
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_month"] .bx-calendar-month-content .bx-calendar-month,
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_year"] .bx-calendar-year-content .bx-calendar-year-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
    padding: 0;
    text-align: center;
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 28px;
    border: 2px solid transparent;
    border-radius: 16px;
    -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    color: #111111;
}
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_month"] .bx-calendar-month-content .bx-calendar-month:hover,
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_year"] .bx-calendar-year-content .bx-calendar-year-number:hover {
    background-color: #F4F4F4;
    color: #0041A0;
}
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_month"] .bx-calendar-month-content .bx-calendar-month:focus,
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_year"] .bx-calendar-year-content .bx-calendar-year-number:focus {
    background-color: #ffffff;
    border-color: #99B3D8;
}
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_month"] .bx-calendar-month-content .bx-calendar-month-active,
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_month"] .bx-calendar-month-content .bx-calendar-month-active:hover,
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_year"] .bx-calendar-year-content .bx-calendar-year-active,
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_year"] .bx-calendar-year-content .bx-calendar-year-hover {
    background-color: #0041A0;
    color: #ffffff;
    border-color: #0041A0;
}
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_year"] .bx-calendar-year-input {
    font-size: 16px;
    line-height: 24px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    padding: 4px 20px 2px;
    border: 1px solid #dedede;
    display: block;
    width: 33.33333%;
    border-radius: 24px;
    color: #111;
    background: #fff;
    height: 32px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: text;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
    margin: 12px auto 0;
}
.popup-window[id*="calendar_popup"] ~ .popup-window[id*="calendar_popup_year"] .bx-calendar-year-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: #0041a0;
    background-color: #fff;
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap {
    border-bottom: none;
    border-top: none;
    padding: 0;
    margin: 10px 0 20px;
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-form-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 8px 0 0;
    padding: 0;
    color: #0F0F14;
    line-height: 24px;
    font-size: 16px;
    width: auto;
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-form-text:after {
    display: inline;
    content: ":";
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-form-input {
    font-size: 16px;
    line-height: 24px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    padding: 4px 10px 2px;
    border: 1px solid #dedede;
    display: block;
    width: 50px;
    border-radius: 24px;
    color: #111;
    background: #fff;
    height: 32px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: text;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-form-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: #0041a0;
    background-color: #fff;
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-form-separator {
    padding: 0;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #0F0F14;
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    background: none;
    font-weight: 400;
    margin: 0 5px;
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-form-separator:after {
    display: inline;
    content: ":";
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-form-arrow-l {
    margin-left: 0;
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-form-arrow {
    height: 12px;
    width: 16px;
    background-color: transparent;
    background-image: url(/local/templates/grants/css/../images/icon-drop-blue.svg);
    background-position: center;
    background-size: 12px auto;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-form-arrow:hover {
    background-color: #F4F4F4;
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-form-arrow i {
    display: none;
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-form-arrow-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-form-close {
    display: none;
}
.popup-window[id*="calendar_popup"] .bx-calendar-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    margin: 20px -5px -10px;
}
.popup-window[id*="calendar_popup"] .bx-calendar-button-block .bx-calendar-button {
    display: block;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid transparent;
    padding: 10px;
    font-weight: 400;
    -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    font-family: inherit;
    border-radius: 24px;
    cursor: pointer;
    text-align: center;
    outline: none !important;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    text-decoration: none!important;
    margin: 0 5px 10px;
}
.popup-window[id*="calendar_popup"] .bx-calendar-button-block .bx-calendar-button .bx-calendar-button-left,
.popup-window[id*="calendar_popup"] .bx-calendar-button-block .bx-calendar-button .bx-calendar-button-right {
    display: none;
}
.popup-window[id*="calendar_popup"] .bx-calendar-button-block .bx-calendar-button .bx-calendar-button-text {
    display: inline;
    background: none!important;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    padding: 0;
}
.popup-window[id*="calendar_popup"] .bx-calendar-button-block .bx-calendar-button-select {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: #0041a0;
}
.popup-window[id*="calendar_popup"] .bx-calendar-button-block .bx-calendar-button-select:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: #002f6c;
}
.popup-window[id*="calendar_popup"] .bx-calendar-button-block .bx-calendar-button-select:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: #001e46;
}
.popup-window[id*="calendar_popup"] .bx-calendar-button-block .bx-calendar-button-cancel {
    background-color: transparent;
    color: #002F6C;
    border-color: #DEDEDE;
}
.popup-window[id*="calendar_popup"] .bx-calendar-button-block .bx-calendar-button-cancel:hover {
    background-color: #0041a0;
    border-color: #0041a0;
    color: #fff;
}
.popup-window[id*="calendar_popup"] .bx-calendar-button-block .bx-calendar-button-cancel:active {
    background-color: #002f6c;
    border-color: #002f6c;
    color: #fff;
}

span.contest-draft__btn.btn-outlined,
span.contest-draft__btn.btn-outlined:hover,
span.contest-draft__btn.btn-outlined:active,
span.contest-draft__btn.btn-outlined:focus {
    background: transparent;
    color: #002F6C;
    border-color: #DEDEDE;
    cursor: default;
}

@media (max-width: 1599.98px) {
    .contest-detail-first-sticker-item__content strong {
        margin-right: 0.1em;
    }
}

.contest-budget-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.contest-budget-item__value {
    margin-top: auto;
}
.contest-aside-org {
    border: 1px solid #DEDEDE;
    padding: 24px;
    margin-top: 20px;
}
.contest-aside-org:first-child {
    margin-top: 0;
}
.contest-aside-org__logo {
    margin-bottom: 20px;
}
.contest-aside-org__logo:last-child {
    margin-bottom: 0;
}
.contest-aside-org__logo img,
.contest-aside-org__logo picture {
    display: block;
    width: 100%;
    margin: 0;
}
.contest-aside-org__category {
    letter-spacing: -0.02em;
    color: #BCBCBC;
    font-weight: 600;
    font-size: 16px;
}
.contest-aside-org__title {
    color: #002F6C;
    letter-spacing: -0.02em;
    font-weight: 600;
}
@media (max-width: 1599.98px) {
    .contest-aside-org {
        padding: 22px 16px;
        margin-top: 16px;
    }
    .contest-aside-org__logo {
        margin-bottom: 20px;
    }
    .contest-aside-org__logo:last-child {
        margin-bottom: 0;
    }
    .contest-aside-org__logo img,
    .contest-aside-org__logo picture {
        display: block;
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 1279.98px) {
    .contest-aside-org {
        margin-bottom: 60px;
        margin-top: 0;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .contest-aside-org__logo {
        margin-bottom: 0;
        padding-right: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .contest-aside-org__info {
        padding-left: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}
@media (max-width: 767.98px) {
    .contest-aside-org {
        margin-bottom: 40px;
        display: block;
    }
    .contest-aside-org__logo {
        margin-bottom: 20px;
        padding-right: 0;
        max-width: 100%;
        width: 100%;
    }
    .contest-aside-org__info {
        padding-left: 0;
        max-width: 100%;
        width: 100%;
    }
    .contest-aside-org__category {
        letter-spacing: -0.02em;
        color: #BCBCBC;
        font-weight: 600;
        font-size: 16px;
    }
    .contest-aside-org__title {
        color: #002F6C;
        letter-spacing: -0.02em;
        font-weight: 600;
    }
}

.cookie-warning-message {
    background: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px 0;
    z-index: 50;
    font-size: 16px;
}
.cookie-warning-message:not(.active) {
    display: none;
}
.cookie-warning-message__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.cookie-warning-message__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 80px;
}
.cookie-warning-message .buttons-line {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 -4px -8px;
}
.cookie-warning-message .buttons-line > .btn {
    margin: 0 4px 8px;
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
    .cookie-warning-message__content {
        margin-right: 20px;
    }
}
@media (max-width: 1279.98px) {
    .cookie-warning-message__inner {
        display: block;
    }
    .cookie-warning-message__content {
        margin-right: 0;
        margin-bottom: 1em;
    }
}
@media (max-width: 767.98px) {
    .cookie-warning-message {
        font-size: 14px;
        padding: 20px 0;
    }
    .cookie-warning-message .btn-agree {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap:not(.bx-calendar-set-time-opened) .bx-calendar-form-block {
    display: none;
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-set-time {
    margin-right: 0;
    font-size: 16px;
    line-height: 1.5;
    height: 1.5em;
    color: #909090 !important;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-set-time:hover,
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-set-time:active {
    color: #0041A0 !important;
}
.popup-window[id*="calendar_popup"] .bx-calendar-set-time-wrap .bx-calendar-set-time i {
    margin: 8px 6px 0 0;
}

/* CONTEST EVENTS TABLE */
.contest-events-table-container,
.contest-events-table-scroller {
    max-height: none;
}
table.contest-events-table {
    table-layout: fixed;
    letter-spacing: -0.02em;
}
table.contest-events-table th {
    vertical-align: top;
    font-weight: 400;
    padding: 0 10px 20px;
}
table.contest-events-table th:first-child {
    padding-left: 0;
}
table.contest-events-table th:last-child {
    padding-right: 0;
}
table.contest-events-table td {
    vertical-align: top;
    font-weight: 400;
    padding: 16px 10px;
}
table.contest-events-table td:first-child {
    padding-left: 0;
}
table.contest-events-table td:last-child {
    padding-right: 0;
}
.contest-events-table__number {
    white-space: nowrap;
    width: 0;
}
.contest-events-table__event {
    width: 22%;
}
.contest-events-table__task {
    width: 27%;
}
.contest-events-table__dates {
    width: 11%;
}
.contest-events-table__resp {
    width: 14%;
}
.contest-events-table__result {
    width: 26%;
}
@media (max-width: 1599.98px) {
    table.contest-events-table th {
        font-size: 12px;
        line-height: 18px;
        padding-left: 5px;
        padding-right: 5px;
    }
    table.contest-events-table td {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
        line-height: 18px;
    }
    .contest-events-table__event {
        width: 25%;
    }
    .contest-events-table__task {
        width: 25%;
    }
    .contest-events-table__dates {
        width: 12%;
    }
    .contest-events-table__resp {
        width: 12%;
    }
    .contest-events-table__result {
        width: 26%;
    }
}
@media (max-width: 1279.98px) {
    table.contest-events-table {
        table-layout: auto;
    }
    .contest-events-table__number {
        min-width: 20px;
    }
    .contest-events-table__event {
        min-width: 195px;
    }
    .contest-events-table__task {
        min-width: 200px;
    }
    .contest-events-table__dates {
        min-width: 95px;
    }
    .contest-events-table__resp {
        min-width: 100px;
    }
    .contest-events-table__result {
        min-width: 205px;
    }
}

.contest-experts-comment__content {
    word-break: break-word;
}

body.custom-theme .contest-detail-page .contest-detail-stage-item__title {
    color: #111111;
    font-weight: 400;
}

.contest-info__title {
    font-size: 32px;
    line-height: 1.1875;
    letter-spacing: -0.02em;
}

@media (max-width: 1599.98px) {
    .contest-info__title {
        font-size: 20px;
    }
}

.contest-section__title {
    font-size: 20px;
    line-height: 1.5;
}

@media (max-width: 1599.98px) {
    .contest-section__title {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .contest-section__title {
        font-size: 16px;
    }
}


.contest-aside-org__category + .contest-aside-org__logo {
    margin-top: 10px;
}
.contest-aside-org__status {
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
    color: #002F6C;
}
.contest-aside-org__status:before {
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    top: 0.75em;
    margin-top: -5px;
    position: absolute;
    display: block;
}
.contest-aside-org__status.green:before {
    background: #27AE60;
}
@media (max-width: 1599.98px) {
    .contest-aside-org__status {
        font-size: 14px;
        padding-left: 12px;
    }
    .contest-aside-org__status:before {
        width: 6px;
        height: 6px;
        margin-top: -3px;
    }
}

.contest-info__title {
    margin-bottom: 24px;
}
.contest-section__title {
    margin-bottom: 20px;
}
.contest-section__title + .contest-section__public-field {
    margin-top: 0;
}

.contest-interest-group__title {
    color: #111;
}
.contest-info__title + .site-form__notice {
    margin-top: -8px;
    margin-bottom: 24px;
}

@media (max-width: 1279.98px) and (min-width: 768px) {
    .contest-aside-org__top,
    .contest-aside-org__bottom {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .contest-aside-org__top {
        padding-right: 10px;
    }
    .contest-aside-org__top .contest-aside-org__logo {
        padding-right: 0;
        width: 100%;
        max-width: 100%;
    }
    .contest-aside-org__top .contest-aside-org__logo img {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .contest-aside-org__bottom {
        padding-left: 10px;
    }
    .contest-aside-org__bottom .contest-aside-org__info {
        padding-left: 0;
        width: 100%;
        max-width: 100%;
    }
    .contest-aside-org__bottom .contest-aside-org__category + .contest-aside-org__title {
        margin-top: 4px;
    }
}

.contest-info__title {
    font-weight: 400;
}
.contest-section__title {
    font-weight: 400;
}
.contest-event__title {
    color: #111111;
}
.contest-budget-section {
    margin-bottom: 80px;
    margin-top: 0;
}
@media (max-width: 1599.98px) {
    .contest-budget-section {
        margin-bottom: 60px;
    }
}
@media (max-width: 1279.98px) {
    .contest-budget-section {
        margin-bottom: 80px;
    }
}
@media (max-width: 767.98px) {
    .contest-budget-section {
        margin-bottom: 60px;
    }
}

.form-control-password-switch {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
    z-index: 2;
}
.form-control-password-switch {
    fill: #002f6c;
}
@media (hover: hover) {
    .form-control-password-switch:hover {
        fill: #ff0000;
    }
}
@media (hover: hover) {
    .form-control-password-switch:active, .form-control-password-switch:focus:active, .form-control-password-switch:hover:active {
        fill: #bf1d26;
    }
}
@media (hover: none) {
    .form-control-password-switch.touched {
        fill: #bf1d26;
    }
}
@media (max-width: 1599.98px) {
    .form-control-password-switch {
        height: 42px;
    }
}
.form-control-password-switch + .form-control {
    padding-right: 48px;
}
.form-control-password-switch .icon {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    margin-top: -12px !important;
    margin-left: -12px !important;
    fill: inherit !important;
}
.form-control-password-switch:not(.text-view) .icon-eye {
    display: none;
}
.form-control-password-switch.text-view .icon-eye-closed {
    display: none;
}

.form-control.error[data-datepicker] ~ .form-control-placeholder {
    padding-left: 48px!important;
}
.form-control.error[data-datepicker]:focus ~ .form-control-placeholder {
    padding-left: 20px!important;
}

.header-menu > li > a {
    color: #002f6c;
}
@media (hover: hover) {
    .header-menu > li > a:focus {
        color: #002f6c;
    }
}
@media (hover: hover) {
    .header-menu > li > a:hover {
        color: #ff0000;
    }
}
@media (hover: hover) {
    .header-menu > li > a:active, .header-menu > li > a:focus:active, .header-menu > li > a:hover:active {
        color: #bf1d26;
    }
}
@media (hover: none) {
    .header-menu > li > a.touched {
        color: #bf1d26;
    }
}
.header-profile {
    color: #002f6c;
}
@media (hover: hover) {
    .header-profile:focus {
        color: #002f6c;
    }
}
@media (hover: hover) {
    .header-profile:hover {
        color: #ff0000;
    }
}
@media (hover: hover) {
    .header-profile:active, .header-profile:focus:active, .header-profile:hover:active {
        color: #bf1d26;
    }
}
@media (hover: none) {
    .header-profile.touched {
        color: #bf1d26;
    }
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-stage-item__desc .btn.js-application-create-double {
    background-color: #FF5400;
}

.site-form-auth {
    max-width: 800px;
}

@media (max-width: 767.98px) {
    .site-form-auth {
        max-width: 100%;
    }
}

.header {
    position: fixed;
}

@media (min-width: 768px) {
    .contest-detail-geography-section .contest-detail-geography__list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}
.contest-detail-experts-info {
    max-width: none;
    padding-right: 0;
}

.file-link__size {
    width: 150px;
}
.file-link__title {
    max-width: calc(100% - 150px);
}
@media (max-width: 767.98px) {
    .file-link__size,
    .file-links-list .file-link__size {
        width: 100%;
    }
    .file-links-list .file-link__title {
        max-width: 100%;
    }
}

.user-question-section:last-child {
    margin-bottom: 0;
}

.project-budget-chart svg g ellipse {
    stroke-width: 0 !important;
}

.breadcrumb__last-item {
    color: #909090;
}

.contest-detail-first-section .breadcrumb .breadcrumb__last-item,
.organizer-detail-first-section .breadcrumb .breadcrumb__last-item {
    color: rgba(255, 255, 255, 0.6);
    background: transparent;
}

.form-control[type="password"]::-ms-reveal {
    display: none;
}


/* PROJECTS */
.projects-page .project-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.projects-page .project-item__title,
.projects-page .project-item__info-row,
.projects-page .project-item__budget,
.projects-page .project-item__location,
.projects-page .project-item__activity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}

.projects-page .project-item__title {
    max-height: 3.5625em;
    overflow: hidden;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 3) and (-webkit-box-orient: vertical) {
    .projects-page .project-item__title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

.projects-page .project-item__budget {
    margin-top: auto;
}

.projects-page .project-item__activity-text {
    max-height: 4.5em;
    overflow: hidden;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 3) and (-webkit-box-orient: vertical) {
    .projects-page .project-item__activity-text {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

.form-control[type="password"]::-ms-reveal {
    display: none;
}

.form-group.form-group-password.input-filled:after {
    right: 48px;
}
.form-group.form-group-password.input-filled .form-control.filled {
    padding-right: 85px;
}

/* FIX ANCHORS ON CONTEST DETAIL PAGE */
.contest-detail-first-map-tabs {
    position: relative;
}

.contest-detail-first-map-tabs__content-wrapper {
    width: 100%;
    left: 0;
    background: #ffffff;
    z-index: 20;
}

.nav-tabs-scroll-container > .ps__rail-x,
.nav-tabs-scroll-container > .ps__rail-y {
    display: none!important;
}

.contest-detail-first-map-tabs .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.contest-detail-first-map-tabs__org,
.contest-detail-first-map-tabs__auth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 0;
    opacity: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-transition: max-width 0.3s 0.3s, opacity 0.3s, margin 0.3s 0.3s;
    -o-transition: max-width 0.3s 0.3s, opacity 0.3s, margin 0.3s 0.3s;
    transition: max-width 0.3s 0.3s, opacity 0.3s, margin 0.3s 0.3s;
}

.contest-detail-first-map-tabs__auth {
    width: 32px;
    height: 32px;
    display: block;
}

.contest-detail-first-map-tabs__auth .icon {
    display: block;
    width: 32px;
    height: 32px;
}

.contest-detail-first-map-tabs .nav-tabs-scroll-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
}

.contest-detail-first-map-tabs .nav-tabs li {
    margin-right: 50px;
}

.contest-detail-first-map-tabs__content-wrapper.fixed .contest-detail-first-map-tabs__org,
.contest-detail-first-map-tabs__content-wrapper.fixed .contest-detail-first-map-tabs__auth {
    opacity: 1;
    -webkit-transition: max-width 0.3s, opacity 0.3s 0.3s, margin 0.3s;
    -o-transition: max-width 0.3s, opacity 0.3s 0.3s, margin 0.3s;
    transition: max-width 0.3s, opacity 0.3s 0.3s, margin 0.3s;
}

.contest-detail-first-map-tabs .contest-detail-first-map-tabs__content-wrapper.fixed .contest-detail-first-map-tabs__org {
    max-width: calc(100% - 32px - 50px*2);
    max-height: 64px;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-right: 50px;
}
.contest-detail-first-map-tabs .contest-detail-first-map-tabs__content-wrapper.fixed .contest-detail-first-map-tabs__org picture,
.contest-detail-first-map-tabs .contest-detail-first-map-tabs__content-wrapper.fixed .contest-detail-first-map-tabs__org img {
    max-width: 100%;
    max-height: 64px;
}

.contest-detail-first-map-tabs .contest-detail-first-map-tabs__content-wrapper.fixed .contest-detail-first-map-tabs__auth {
    max-width: 32px;
    margin-left: 50px;
}

@media (max-width: 1599.98px) {
    .contest-detail-first-map-tabs .contest-detail-first-map-tabs__content-wrapper.fixed .contest-detail-first-map-tabs__org {
        margin-right: 40px;
        max-width: calc(100% - 32px - 40px*2);
    }
    .contest-detail-first-map-tabs .contest-detail-first-map-tabs__content-wrapper.fixed .contest-detail-first-map-tabs__auth {
        margin-left: 40px;
    }
    .contest-detail-first-map-tabs .nav-tabs li {
        margin-right: 40px;
    }
}

@media (max-width: 1279.98px) {
    .contest-detail-first-map-tabs .contest-detail-first-map-tabs__content-wrapper.fixed .contest-detail-first-map-tabs__org {
        /*max-width: 150px;*/
    }
}

@media (max-width: 767.98px) {
    .contest-detail-first-map-tabs .contest-detail-first-map-tabs__content-wrapper.fixed .contest-detail-first-map-tabs__org {
        /*max-width: 120px;*/
    }
}


/* PROJECTS SHORTS LIST */
.projects-shorts-section .site-section__nav {
    margin-top: 40px;
}

.projects-shorts-list .project-item {
    margin-bottom: 40px;
}

.project-item__nomination {
    display: none;
}

.project-item.project-item--short .project-item__nomination {
    display: block;
    color: #BCBCBC;
}

.project-item.project-item--short .project-item__info-row:last-child {
    margin-bottom: 0;
}

.project-item.project-item--short .project-item__info-row .items-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project-item.project-item--short .project-item__winner {
    margin-right: 50px;
}

@media (max-width: 1279.98px) {
    .project-item.project-item--short .project-item__winner {
        margin-right: 30px;
    }
}

@media (max-width: 767.98px) {
    .project-item.project-item--short .project-item__info-row .items-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .project-item.project-item--short .project-item__winner {
        margin-right: 0;
    }
}

.contest-detail-first-map-tabs .contest-detail-first-map-tabs__content-wrapper.fixed .fixed-hidden {
    display: none!important;
}

/* PROJECTS NEWS LIKE */
.projects-list-section .projects-list.projects-list--news-like {
    margin-bottom: 0;
    margin-top: -40px;
}

.projects-list-section .projects-list.projects-list--news-like .project-item {
    margin-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 40px 0;
}

.project-item.project-item--news-like .project-item__info-row:last-child {
    margin-bottom: 0;
}

.project-item.project-item--news-like .project-item__info-row .items-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project-item.project-item--news-like .project-item__info-row .items-list .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.project-item.project-item--news-like .project-item__winner,
.project-item.project-item--news-like .project-item__contest {
    margin-right: 50px;
}

.project-item.project-item--news-like .project-item__nomination,
.project-item.project-item--news-like .project-item__contest {
    display: block;
    color: #BCBCBC;
}

@media (max-width: 1599.98px) {
    .projects-list-section .projects-list.projects-list--news-like .project-item {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .projects-list-section .projects-list.projects-list--news-like {
        margin-top: -32px;
    }
}

@media (max-width: 1279.98px) {
    .projects-list-section .projects-list.projects-list--news-like .project-item {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .projects-list-section .projects-list.projects-list--news-like {
        margin-top: -24px;
    }
    .project-item.project-item--news-like .project-item__winner,
    .project-item.project-item--news-like .project-item__contest {
        margin-right: 30px;
    }
}

@media (max-width: 767.98px) {
    .projects-list-section .projects-list.projects-list--news-like .project-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .projects-list-section .projects-list.projects-list--news-like {
        margin-top: -20px;
    }
    .project-item.project-item--news-like .project-item__info-row .items-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .project-item.project-item--news-like .project-item__winner,
    .project-item.project-item--news-like .project-item__contest {
        margin-right: 0;
    }
}

.contest-detail-first-map-tabs__content-wrapper:not(.fixed) .contest-detail-first-map-tabs__org,
.contest-detail-first-map-tabs__content-wrapper:not(.fixed) .contest-detail-first-map-tabs__auth {
    display: none;
}

.contest-detail-first-map-tabs__content-wrapper.fixed .nav-tabs {
    border-top: 0;
    border-bottom: 0;
}

.contest-detail-first-map-tabs__content-wrapper .contest-detail-first-map-tabs__org,
.contest-detail-first-map-tabs__content-wrapper .contest-detail-first-map-tabs__auth {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.project-item.project-item--news-like .project-item__winner {
    min-width: 200px;
}
@media (max-width: 1599.98px) {
    .project-item.project-item--news-like .project-item__winner {
        min-width: 180px;
    }
}

.contest-detail-first-map-tabs__content-wrapper:not(.fixed) .contest-detail-first-map-tabs__org,
.contest-detail-first-map-tabs__content-wrapper:not(.fixed) .contest-detail-first-map-tabs__auth {
    display: none;
}

.contest-detail-first-map-tabs__content-wrapper.fixed .nav-tabs {
    border-top: 0;
    border-bottom: 0;
}

.contest-detail-first-map-tabs__content-wrapper .contest-detail-first-map-tabs__org,
.contest-detail-first-map-tabs__content-wrapper .contest-detail-first-map-tabs__auth {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.project-item.project-item--news-like .project-item__winner {
    min-width: 200px;
}
@media (max-width: 1599.98px) {
    .project-item.project-item--news-like .project-item__winner {
        min-width: 180px;
    }
}

body.dorogakdomu-theme .footer {
    background-color: #FF5400;
}
body.dorogakdomu-theme .contest-detail-page .contest-detail-callback-section .site-section__content .site-section__pattern {
    position: absolute;
    right: 120px;
    width: 346px;
    height: 200px;
    top: 50%;
    margin-top: -105px;
    display: block;
}
@media (max-width: 1599.98px) {
    body.dorogakdomu-theme .contest-detail-page .contest-detail-callback-section .site-section__content .site-section__pattern {
        right: 80px;
        width: 262px;
        height: 150px;
        margin-top: -77px;
    }
}
@media (max-width: 1279.98px) {
    body.dorogakdomu-theme .contest-detail-page .contest-detail-callback-section .site-section__content .site-section__pattern {
        right: 30px;
        width: 174px;
        height: 100px;
        margin-top: -50px;
    }
}
@media (max-width: 1023.98px) {
    body.dorogakdomu-theme .contest-detail-page .contest-detail-callback-section .site-section__content .site-section__pattern {
        display: none;
    }
}
body.dorogakdomu-theme .contest-detail-page ul li:before {
    background-color: #FF5400;
}
body.dorogakdomu-theme .contest-detail-page .contest-detail-nominations-section ul li:before {
    background-color: currentColor;
}

.contest-detail-page .contest-detail-first-map-tabs .nav-tabs .btn {
    margin-left: 50px;
    white-space: nowrap;
}
@media (max-width: 1599.98px) {
    .contest-detail-page .contest-detail-first-map-tabs .nav-tabs .btn {
        margin-left: 40px;
    }
}
@media (max-width: 767.98px) {
    .contest-detail-page .contest-detail-first-map-tabs .nav-tabs .btn {
        display: none;
    }
}

body.dorogakdomu-theme .contest-detail-page .contest-detail-first-map-tabs .nav-tabs .btn,
body.dorogakdomu-theme .contest-detail-page .contest-detail-first-map-tabs .nav-tabs .btn:hover,
body.dorogakdomu-theme .contest-detail-page .contest-detail-first-map-tabs .nav-tabs .btn:focus,
body.dorogakdomu-theme .contest-detail-page .contest-detail-first-map-tabs .nav-tabs .btn:active {
    border-color: transparent;
    color: #fff;
    background-color: #ff5400;
}
body.dorogakdomu-theme .contest-detail-page .contest-detail-first-map-tabs .nav-tabs .btn .icon {
    fill: #ffe271;
}

.file-link__title {
    font-size: 16px;
}
@media (max-width: 767.98px) {
    .file-link__title {
        font-size: 14px;
    }
}

.lk-info__filter .fields-group ~ .buttons-line {
    margin-top: 30px;
}
@media (max-width: 1599.98px) {
    .lk-info__filter .fields-group ~ .buttons-line {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .lk-contests-section .site-section__head .lk-info__title:not(:last-child) {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}
@media (max-width: 767.98px) {
    .lk-contests-section .site-section__head .lk-info__title:not(:last-child) {
        margin-bottom: 40px;
    }
}

.contest-org-grade-summary__pdf {
    margin-bottom: 80px;
}
@media (max-width: 1599.98px) {
    .contest-org-grade-summary__pdf {
        margin-bottom: 60px;
    }
}
@media (max-width: 1279.98px) {
    .contest-org-grade-summary__pdf {
        margin-bottom: 80px;
    }
}
@media (max-width: 767.98px) {
    .contest-org-grade-summary__pdf {
        margin-bottom: 60px;
    }
}

body.dorogakdomu-theme .faq-item__head .faq-item__icon,
body.dorogakdomu-theme .faq-item__head .faq-item__icon:hover {
    border-color: #FF5400;
    background-color: #FF5400;
    color: #ffe271;
}

.modal-registration-success .modal-title.modal-title-icon-error:after {
    background-image: url(/local/templates/grants/css/../images/icon-close-red.svg);
}

body.custom-theme {
    overflow: hidden;
}
.preloader {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    transition: opacity 0.3s, z-index 0s 0.3s, width 0s 0.3s, height 0s 0.3s;
    overflow: hidden;
}
.preloader:after {
    content: '';
    position: fixed;
    width: 50px;
    height: 50px;
    background-image: url(/local/templates/grants/css/../images/loader.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation: rotation 2s linear infinite;
    background-color: transparent;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    transition: none;
}
body.custom-theme .preloader {
    display: block;
}
body.custom-theme.custom-styles-loaded .preloader {
    opacity: 0;
    width: 0;
    height: 0;
    z-index: -100;
}
body.custom-theme.custom-styles-loaded {
    overflow: auto;
}
/* End */


/* Start:/local/templates/grants/css/fix.css?1734098773548*/
/* SCROLLING FOR iOS */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.nav-tabs,
		.fancybox-slide,
		.table-scroller,
		.modal-person__info .scroll-content,
		.megamenu,
		.table-wrapper {
			overflow: scroll;
			-webkit-overflow-scrolling: touch;
		}
	}
}
@media not all and (min-resolution:.001dpcm) {
	@media {
		.nav-tabs,
		.fancybox-slide,
		.table-scroller,
		.modal-person__info .scroll-content,
		.megamenu,
		.table-wrapper {
			overflow: scroll;
			-webkit-overflow-scrolling: touch;
		}
	}
}
/* End */


/* Start:/local/templates/grants/libs/perfect-scrollbar/perfect-scrollbar.min.css?17340987731669*/
.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps__rail-x:focus,.ps__rail-x:hover,.ps__rail-y:focus,.ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}
/* End */


/* Start:/local/components/indexis/auth.form/templates/modal/style.css?1734098772629*/
/*
.form-group .js-error-message.error-message {
    color: red;
    letter-spacing: -.02em;
    font-size: 12px;
    padding-top: 1px;
    padding-left: 20px;
    height: 25px;
    box-sizing: border-box;
}

.form-group.error_field .form-control.simple {
    border-color: red;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
}
 */

.wrap_message_error_auth {
    color: red;
    font-size: 16px;
}

.form_auth_indexis_custom #captcha-container {
    margin-top: 10px;
}

.form_auth_indexis_custom #captcha-container {
    margin-top: 20px;
    height: 105px!important;
}
/* End */


/* Start:/local/components/indexis/forgot.password.form/templates/modal/style.css?1741778871694*/
.form-group .js-error-message.error-message {
    color: red;
    letter-spacing: -.02em;
    font-size: 12px;
    padding-top: 1px;
    padding-left: 20px;
    height: 25px;
    box-sizing: border-box;
}

.form-group.error_field .form-control.simple {
    border-color: red;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
}

.wrap_message_error_auth {
    color: red;
    font-size: 16px;
}

.form_auth_indexis_custom #captcha-container {
    margin-top: 10px;
}

.form_auth_indexis_custom #captcha-container {
    margin-top: 20px;
    height: 105px!important;
}

#captcha_container_form_forgot_password {
    margin-bottom: 20px;
}
/* End */


/* Start:/local/components/indexis/registration.form/templates/modal/style.css?17431540951950*/
.form-group .js-error-message.error-message {
    color: red;
    letter-spacing: -.02em;
    font-size: 12px;
    padding-top: 1px;
    padding-left: 20px;
    height: 25px;
    box-sizing: border-box;
}

.form-group.error_field .form-control.simple {
    border-color: red;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
}

.wrap_message_error_auth {
    color: red;
    font-size: 16px;
    margin-bottom: 20px;
}

.form_registration_indexis_custom #captcha-container {
    margin-top: 10px;
}

.form_registration_indexis_custom #captcha-container {
    margin-top: 20px;
    height: 105px!important;
}

.js--ajax_form_registration_indexis_custom .wrap_message_error_auth.error_type {
    color: red;
}

.js--ajax_form_registration_indexis_custom .wrap_message_error_auth.success_type {
    color: green;
}

/* Personal data */
.js--ajax_form_registration_indexis_custom input[name="personal_data"].error + .dp-form-checkbox-label:before {
    border: 1px solid red;
}

.js--ajax_form_registration_indexis_custom .personal-agree > .error-message {
    display: none;
}

.js--ajax_form_registration_indexis_custom .personal-agree.error_field  > .custom-checkbox-label:before {
    border-color: red;
}

.js--ajax_form_registration_indexis_custom .custom-checkbox:checked + .custom-checkbox-label:after {
    opacity: 1;
}
/* End Personal data */

.form_registration_indexis_custom_static input:is(:-webkit-autofill, :autofill) {
    font-size: 16px;
    border-radius: 24px;
    border-color: #F4F4F4;
    background-color: #F4F4F4;
    padding-left: 20px;
    padding-right: 20px;
}

.form_registration_indexis_custom_static input:is(:-webkit-autofill, :autofill) + .form-control-placeholder {
    padding-left: 20px !important;
    padding-right: 20px !important;
    bottom: 100%;
    padding: 0 20px;
    color: #909090;
    font-size: 12px;
}
/* End */
/* /local/templates/grants/css/reset.css?17340987737076 */
/* /local/templates/grants/libs/selectric/selectric.min.css?17340987733189 */
/* /local/templates/grants/libs/fancybox/jquery.fancybox.min.css?173409877312795 */
/* /local/templates/grants/libs/air-datepicker/css/datepicker.min.css?173409877312257 */
/* /local/templates/grants/css/styles.css?1756991497430064 */
/* /local/templates/grants/css/custom.css?177927763654815 */
/* /local/templates/grants/css/fix.css?1734098773548 */
/* /local/templates/grants/libs/perfect-scrollbar/perfect-scrollbar.min.css?17340987731669 */
/* /local/components/indexis/auth.form/templates/modal/style.css?1734098772629 */
/* /local/components/indexis/forgot.password.form/templates/modal/style.css?1741778871694 */
/* /local/components/indexis/registration.form/templates/modal/style.css?17431540951950 */
