

/* Start:/local/src/css/magnific-popup.css?15167883956951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/src/js/slick/slick.css?16037681286606*/
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    width:58px;
    height: 100%;
    position: absolute;
    top: 0;
    text-indent: -10rem;
    overflow: hidden;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev {
    left: 0;
	background: url("/local/src/i/str_prev.png") no-repeat center center;
    /*background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEycHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDEyIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDMuNCAoMzgxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5iYWNrPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBza2V0Y2h0b29sLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPgogICAgICAgIDxnIGlkPSJpbmRleF8xMjAwX2ZvbnRzIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMyMC4wMDAwMDAsIC02NDUuMDAwMDAwKSIgZmlsbD0iI2M4YTY2NSI+CiAgICAgICAgICAgIDxnIGlkPSIxIiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtNjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0i0YLQtdC60YHRgi3RgdC70LDQudC00LXRgNCwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTAuMDAwMDAwLCA1NjEuMDAwMDAwKSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTExMjIuMDEyMzEsMTY0IEMxMTIyLjUyOTIzLDE2NCAxMTIzLjA0NjE1LDE2My43Nzc5ODMgMTEyMy40MTUzOCwxNjMuNDA3OTU2IEwxMTMxLjM5MDc3LDE1NS40MTUzNTYgQzExMzIuMjAzMDgsMTU0LjYwMTI5NSAxMTMyLjIwMzA4LDE1My4zNDMyMDEgMTEzMS4zOTA3NywxNTIuNjAzMTQ1IEwxMTIzLjQxNTM4LDE0NC42MTA1NDYgQzExMjIuNjAzMDgsMTQzLjc5NjQ4NSAxMTIxLjM0NzY5LDE0My43OTY0ODUgMTEyMC42MDkyMywxNDQuNjEwNTQ2IEMxMTE5Ljc5NjkyLDE0NS40MjQ2MDcgMTExOS43OTY5MiwxNDYuNjgyNzAxIDExMjAuNjA5MjMsMTQ3LjQyMjc1NyBMMTEyNy4xODE1NCwxNTQuMDA5MjUxIEwxMTIwLjYwOTIzLDE2MC41OTU3NDUgQzExMTkuNzk2OTIsMTYxLjQwOTgwNiAxMTE5Ljc5NjkyLDE2Mi42Njc5IDExMjAuNjA5MjMsMTYzLjQwNzk1NiBDMTEyMC45Nzg0NiwxNjMuNzc3OTgzIDExMjEuNDk1MzgsMTY0IDExMjIuMDEyMzEsMTY0IFoiIGlkPSJiYWNrIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTI2LjAwMDAwMCwgMTU0LjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMTEyNi4wMDAwMDAsIC0xNTQuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat center center;*/
}

.slick-next {
    right: 0;
	background: url("/local/src/i/srt_next.png") no-repeat center center;
/*    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEycHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDEyIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDMuNCAoMzgxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5uZXh0PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBza2V0Y2h0b29sLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPgogICAgICAgIDxnIGlkPSJpbmRleF8xMjAwX2ZvbnRzIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM1OC4wMDAwMDAsIC02NDUuMDAwMDAwKSIgZmlsbD0iI2M4YTY2NSI+CiAgICAgICAgICAgIDxnIGlkPSIxIiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtNjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0i0YLQtdC60YHRgi3RgdC70LDQudC00LXRgNCwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTAuMDAwMDAwLCA1NjEuMDAwMDAwKSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTExNjAuMDEyMzEsMTY0IEMxMTYwLjUyOTIzLDE2NCAxMTYxLjA0NjE1LDE2My43Nzc5ODMgMTE2MS40MTUzOCwxNjMuNDA3OTU2IEwxMTY5LjM5MDc3LDE1NS40MTUzNTYgQzExNzAuMjAzMDgsMTU0LjYwMTI5NSAxMTcwLjIwMzA4LDE1My4zNDMyMDEgMTE2OS4zOTA3NywxNTIuNjAzMTQ1IEwxMTYxLjQxNTM4LDE0NC42MTA1NDYgQzExNjAuNjAzMDgsMTQzLjc5NjQ4NSAxMTU5LjM0NzY5LDE0My43OTY0ODUgMTE1OC42MDkyMywxNDQuNjEwNTQ2IEMxMTU3Ljc5NjkyLDE0NS40MjQ2MDcgMTE1Ny43OTY5MiwxNDYuNjgyNzAxIDExNTguNjA5MjMsMTQ3LjQyMjc1NyBMMTE2NS4xODE1NCwxNTQuMDA5MjUxIEwxMTU4LjYwOTIzLDE2MC41OTU3NDUgQzExNTcuNzk2OTIsMTYxLjQwOTgwNiAxMTU3Ljc5NjkyLDE2Mi42Njc5IDExNTguNjA5MjMsMTYzLjQwNzk1NiBDMTE1OC45Nzg0NiwxNjMuNzc3OTgzIDExNTkuNDk1MzgsMTY0IDExNjAuMDEyMzEsMTY0IFoiIGlkPSJuZXh0Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") no-repeat center center;*/
}

.slick-track {
    display: flex;
    align-items: center;
}

/* End */


/* Start:/local/src/css/popover.css?15245549561563*/

.po__layer {
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border: 1px solid #dadada;
    box-shadow:0 0 20px rgba(0,0,0, 0.05);
    color: #000;
    z-index: 9999;
    position: absolute;
    max-height:90vh;
    max-width:250px;
    overflow-y:auto;
    transition: opacity .25s ease-out;
}

.po__layer.is-active {
    opacity: 1;
    visibility: visible;
}

.po__modal {
    position:fixed;
    height:100vh;
    background:rgba(0,0,0, 0.3);
    top:0; bottom:0; left:0; right:0;
    opacity:0;
    z-index:-1;
    text-align:center;
}

.po__modal.is-active {transition:opacity 0.5s ease-out; opacity:1; z-index:99999999}
.po__modal.is-active .po__layer {top:50%; left:50%; box-shadow:none; border:none; opacity:1; visibility: visible}

.po__layer.modal {
    width:80%;
    max-width:350px;
    max-height:500px;
    padding:30px;
}

.po__layer.list {
    padding:0.7em;
    box-shadow: 0 5px 12px rgba(0,0,0,.08);
    border:1px solid rgba(0,0,0, 0.15);
    border-radius:6px;
}

.po__layer.list > a {
    display: block;
    padding: 0 0.8em;
    min-width:120px;
    line-height: 25px;
    font-size: .9em;
    border-radius:0.1em;
    letter-spacing: -0.05em;
}

.po__layer.list--small > a {
    height: 30px;
    line-height: 28px;
}

.po__layer.list > a:hover {
    background: #2D9EE0;
    color:#fff;
}

.po__layer.list > a:active {
    background:#1f8fcf
}

@media screen and (max-width: 479px) {
    .po__modal {
        font-size:12px;
    }
}

/* End */


/* Start:/local/src/css/bootstrap.min.css?1542175759140936*/
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.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-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::after,.was-validated .custom-file-input:valid~.custom-file-label::after{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::after,.was-validated .custom-file-input:invalid~.custom-file-label::after{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-label::after{border-color:#80bdff}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.25rem;padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;padding-left:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{color:#000;text-decoration:none;opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-dialog-centered::before{display:block;height:calc(100vh - (.5rem * 2));content:""}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-dialog-centered::before{height:calc(100vh - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-item-next,.carousel-item-prev,.carousel-item.active{transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-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{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-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{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-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{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-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:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-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{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-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{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-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{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-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:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-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{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-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{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-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{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-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:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-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{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-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{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-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{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-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:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-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{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-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{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-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{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-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}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*# sourceMappingURL=bootstrap.min.css.map */
/* End */


/* Start:/local/src/css/bootstrap-theme.min.css?154217575823409*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger.disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default[disabled],.btn-info.disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{-webkit-box-shadow:none;box-shadow:none}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}
/*# sourceMappingURL=bootstrap-theme.min.css.map */
/* End */


/* Start:/local/src/css/font-awesome.min.css?154217575830998*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/src/css/../font/fontawesome-webfont.eot?v=4.7.0');src:url('/local/src/css/../font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/src/css/../font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/src/css/../font/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/src/css/../font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/src/css/../font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/local/src/css/template_styles.css?1667288473182594*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

/*a {	background-color: transparent;}*/
abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p {
    margin: 0 0 1.8rem 0;
}

ul {
    padding-left: 3rem;
}

li {    padding-left: 0;}
ul.str_yell li{list-style-image:  url("/local/src/i/str_ul.png"); padding-left: 5px;}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type='button'], input[type='reset'], input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type='checkbox'], input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='search'] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

.form-field-input-label {
    cursor: pointer;
}

.form-field-input-text, .form-field-input-email, .form-field-input-tel {
    box-sizing: border-box;
    border-radius: 3px;
    outline: 0;
    height: 4rem;
    line-height: 4rem;
    padding: 0 2rem;
}

.form-field-input-checkbox {
    display: none;
}

.form-field-input-checkbox + .form-input-label::before {
    border-radius: 3px;
    content: '\0020';
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    height: 3rem;
    width: 3rem;
    transition: background-color .3s;
}

.form-field-input-submit {
    box-sizing: border-box;
    border-radius: 3px;
    outline: 0;
    padding: 0 2rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    transition: background-color .3s, color .3s, border-color .3s;
    background: none;
    border: 1px solid #c8a665;
}

.form-field-input-submit-1 {
    border: 1px solid #005c9c;
    background-color: #005c9c;
    color: #fff;
}

.form-field-input-submit-2 {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.form-field-input-submit-2:hover {
    background-color: #fff;
    color: #004fa9;
}

.form-field-select {
    border-radius: 3px;
    outline: 0;
    height: 4rem;
    line-height: 4rem;
    padding: 0 2rem;
    -webkit-appearance: none;
    appearance: none;
}

.form-field-textarea-text {
    box-sizing: border-box;
    border-radius: 3px;
    outline: 0;
    height: 4rem;
    line-height: 4rem;
    padding: 0 2rem;
}

.icon-location {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2213px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2013%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%203.4%20(381)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Elocate%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index_1200_fonts%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-1051.000000%2C%20-17.000000)%22%20fill%3D%22%23004FA9%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22menu%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(200.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22local%22%20transform%3D%22translate(851.000000%2C%2017.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D0%BA%D0%BE%D1%82%D0%B0%D0%BA%D1%82%D1%8B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.29864253%2C0%20C2.82765611%2C0%200.00380090498%2C2.8238552%200.00380090498%2C6.29484163%20C0.00380090498%2C7.43156561%200.297122172%2C8.63829864%200.87558371%2C9.88148416%20C1.33234389%2C10.8630588%201.96752941%2C11.8706244%202.76351131%2C12.8761991%20C4.11290498%2C14.5808869%205.44329412%2C15.6792036%205.49929412%2C15.7251041%20C5.71540271%2C15.9023348%205.99927602%2C16%206.29864253%2C16%20C6.59800905%2C16%206.88188235%2C15.9023348%207.09802715%2C15.7250679%20C7.15399095%2C15.6791312%208.48438009%2C14.5808507%209.83377376%2C12.8761629%20C10.6297557%2C11.8706244%2011.2649412%2C10.8630588%2011.7217014%2C9.88144796%20C12.3001629%2C8.63826244%2012.5934842%2C7.43156561%2012.5934842%2C6.29480543%20C12.5934842%2C2.8238552%209.76962896%2C0%206.29864253%2C0%20L6.29864253%2C0%20Z%20M6.29864253%2C2.9479819%20C4.45321267%2C2.9479819%202.951819%2C4.44937557%202.951819%2C6.29484163%20C2.951819%2C8.14027149%204.45321267%2C9.64166516%206.29864253%2C9.64166516%20C8.1440724%2C9.64166516%209.64546606%2C8.14027149%209.64546606%2C6.29484163%20C9.64546606%2C4.44937557%208.1440724%2C2.9479819%206.29864253%2C2.9479819%20L6.29864253%2C2.9479819%20Z%22%20id%3D%22locate%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

.icon-location-event {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2213px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2013%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%203.4%20(381)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Elocate%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index_1200_fonts%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-1051.000000%2C%20-17.000000)%22%20fill%3D%22%23c8a665%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22menu%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(200.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22local%22%20transform%3D%22translate(851.000000%2C%2017.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D0%BA%D0%BE%D1%82%D0%B0%D0%BA%D1%82%D1%8B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.29864253%2C0%20C2.82765611%2C0%200.00380090498%2C2.8238552%200.00380090498%2C6.29484163%20C0.00380090498%2C7.43156561%200.297122172%2C8.63829864%200.87558371%2C9.88148416%20C1.33234389%2C10.8630588%201.96752941%2C11.8706244%202.76351131%2C12.8761991%20C4.11290498%2C14.5808869%205.44329412%2C15.6792036%205.49929412%2C15.7251041%20C5.71540271%2C15.9023348%205.99927602%2C16%206.29864253%2C16%20C6.59800905%2C16%206.88188235%2C15.9023348%207.09802715%2C15.7250679%20C7.15399095%2C15.6791312%208.48438009%2C14.5808507%209.83377376%2C12.8761629%20C10.6297557%2C11.8706244%2011.2649412%2C10.8630588%2011.7217014%2C9.88144796%20C12.3001629%2C8.63826244%2012.5934842%2C7.43156561%2012.5934842%2C6.29480543%20C12.5934842%2C2.8238552%209.76962896%2C0%206.29864253%2C0%20L6.29864253%2C0%20Z%20M6.29864253%2C2.9479819%20C4.45321267%2C2.9479819%202.951819%2C4.44937557%202.951819%2C6.29484163%20C2.951819%2C8.14027149%204.45321267%2C9.64166516%206.29864253%2C9.64166516%20C8.1440724%2C9.64166516%209.64546606%2C8.14027149%209.64546606%2C6.29484163%20C9.64546606%2C4.44937557%208.1440724%2C2.9479819%206.29864253%2C2.9479819%20L6.29864253%2C2.9479819%20Z%22%20id%3D%22locate%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

.icon-search {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2216px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2016%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%203.4%20(381)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Esearch%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index_1200_fonts%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-1267.000000%2C%20-18.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22menu%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(200.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22search%22%20transform%3D%22translate(1068.000000%2C%2019.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6%2C12%20C2.68235294%2C12%200%2C9.3%200%2C6%20C0%2C2.7%202.7%2C0%206%2C0%20C9.3%2C0%2012%2C2.7%2012%2C6%20C12%2C9.3%209.31764706%2C12%206%2C12%20L6%2C12%20Z%22%20id%3D%22Shape%22%20stroke%3D%22%23004FA9%22%20stroke-width%3D%221.5%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.047619%2C16.2812694%20C13.8571429%2C16.2812694%2013.6666667%2C16.2060195%2013.5333333%2C16.0743323%20L9.45714286%2C12.0484651%20C9.17142857%2C11.7662782%209.17142857%2C11.3147791%209.45714286%2C11.0325921%20C9.74285714%2C10.7504052%2010.2%2C10.7504052%2010.4857143%2C11.0325921%20L14.5428571%2C15.0396468%20C14.8285714%2C15.3218338%2014.8285714%2C15.7733329%2014.5428571%2C16.0555198%20C14.4285714%2C16.2060195%2014.2380952%2C16.2812694%2014.047619%2C16.2812694%20L14.047619%2C16.2812694%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23004FA9%22%20transform%3D%22translate(12.000000%2C%2013.551111)%20rotate(5.000000)%20translate(-12.000000%2C%20-13.551111)%20%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

.icon-profile {
       background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2218%22%20viewBox%3D%220%200%2017%2018%22%3E%0A%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23004FA9%22%20stroke-width%3D%221.3%22%20d%3D%22M15.0014455%2C12.539757%20C14.8121468%2C11.1660627%2013.6968196%2C10.8454487%2013.1613261%2C10.6911106%20C13.0777618%2C10.6672351%2013.0061353%2C10.6467704%2012.9498573%2C10.625453%20C12.5900193%2C10.4907269%2011.4013602%2C10.029418%2010.2425454%2C9.52717971%20C9.44271598%2C9.18013217%209.40349193%2C8.51247069%209.41628238%2C8.2813899%20C9.77612037%2C8.04519292%2011.0568707%2C6.9810275%2010.9988874%2C3.86271584%20C10.9536944%2C1.41718184%209.75906644%2C0.0451929226%207.63414638%2C0%20C5.50240475%2C0.0460456193%204.30777673%2C1.41718184%204.26258381%2C3.86271584%20C4.20374774%2C6.9810275%205.48449812%2C8.04434023%205.8443361%2C8.2813899%20C5.85712655%2C8.51247069%205.81790251%2C9.18013217%205.01892574%2C9.52717971%20C3.97948852%2C9.97825624%202.80617793%2C10.4395651%202.31076117%2C10.625453%20C2.25533589%2C10.6467704%202.18285667%2C10.6663824%202.1001451%2C10.6911106%20C1.5646516%2C10.8454487%200.449324379%2C11.16521%200.260025722%2C12.539757%20C0.0596420082%2C13.9876359%200.000805939165%2C14.6544447%200.000805939165%2C14.6612663%20C-0.00686833071%2C14.7431251%200.0408826819%2C14.8190151%200.117625381%2C14.8488595%20C0.147469764%2C14.8599446%203.13531884%2C16%207.63073559%2C16%20C12.1261523%2C16%2015.1140014%2C14.8607973%2015.1438458%2C14.8488595%20C15.2197358%2C14.8190151%2015.2683395%2C14.7431251%2015.2606652%2C14.6612663%20C15.2606652%2C14.6544447%2015.2018292%2C13.9884886%2015.0014455%2C12.539757%20Z%22%20transform%3D%22translate(1%201)%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.icon-search-close {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.4.4%20(17249)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3EShape%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index_1200%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-1220.000000%2C%20-20.000000)%22%20fill%3D%22%23846A3A%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22menu%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(200.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D0%BF%D0%BE%D0%B8%D1%81%D0%BA%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1029.75361%2C20.2464007%20C1029.42509%2C19.9178664%201028.8931%2C19.9178664%201028.56542%2C20.2464007%20L1024.98245%2C23.8295393%20L1021.44953%2C20.2964548%20C1021.1235%2C19.9704058%201020.5957%2C19.9704058%201020.27054%2C20.2964548%20C1019.94451%2C20.6225038%201019.94451%2C21.1503388%201020.27054%2C21.4755158%20L1023.80346%2C25.0086439%20L1020.24639%2C28.565927%20C1019.91787%2C28.8944614%201019.91787%2C29.4264384%201020.24639%2C29.7541879%20C1020.5749%2C30.0819374%201021.10689%2C30.0819374%201021.43458%2C29.7541879%20L1024.99169%2C26.1969048%20L1028.52457%2C29.7299893%20C1028.8506%2C30.0560383%201029.3784%2C30.0560383%201029.7036%2C29.7299893%20C1030.02963%2C29.4039402%201030.02963%2C28.8761053%201029.7036%2C28.5508847%20L1026.17068%2C25.0178001%20L1029.75365%2C21.4346616%20C1030.08212%2C21.1069557%201030.08212%2C20.5741502%201029.75361%2C20.2464007%20L1029.75361%2C20.2464007%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

.icon-search-mobile {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2020%2025%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.4.3%20(16618)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3E%D0%9F%D0%BE%D0%B8%D1%81%D0%BA%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22320-480%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-215.000000%2C%20-23.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22menu-copy%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(80.000000%2C%20-1.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D0%9F%D0%BE%D0%B8%D1%81%D0%BA%22%20transform%3D%22translate(136.000000%2C%2025.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.57647059%2C16%200%2C12.4%200%2C8%20C0%2C3.6%203.6%2C0%208%2C0%20C12.4%2C0%2016%2C3.6%2016%2C8%20C16%2C12.4%2012.4235294%2C16%208%2C16%20L8%2C16%20Z%22%20id%3D%22Shape%22%20stroke%3D%22%23004FA9%22%20stroke-width%3D%222%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-17%22%20fill%3D%22%23004FA9%22%20transform%3D%22translate(15.300217%2C%2019.010526)%20rotate(54.000000)%20translate(-15.300217%2C%20-19.010526)%20%22%20x%3D%2210.3002168%22%20y%3D%2218.0105259%22%20width%3D%2210%22%20height%3D%222%22%20rx%3D%223%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

.icon-menu-mobile {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2224px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2024%2022%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.4.3%20(16618)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3E%D0%BC%D0%B5%D0%BD%D1%8E%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22320-480%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-103.000000%2C%20-24.000000)%22%20fill%3D%22%23004FA9%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22menu-copy%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(80.000000%2C%20-1.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D0%BC%D0%B5%D0%BD%D1%8E%22%20transform%3D%22translate(23.000000%2C%2025.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.6%2C0%20L22.4%2C0%20C23.284%2C0%2024%2C0.716%2024%2C1.6%20L24%2C2.4%20C24%2C3.284%2023.284%2C4%2022.4%2C4%20L1.6%2C4%20C0.716%2C4%200%2C3.284%200%2C2.4%20L0%2C1.6%20C0%2C0.716%200.716%2C0%201.6%2C0%20L1.6%2C0%20Z%22%20id%3D%22path-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.6%2C9%20L22.4%2C9%20C23.284%2C9%2024%2C9.7168%2024%2C10.6%20L24%2C11.4%20C24%2C12.284%2023.284%2C13%2022.4%2C13%20L1.6%2C13%20C0.716%2C13%200%2C12.284%200%2C11.4%20L0%2C10.6%20C0%2C9.7168%200.716%2C9%201.6%2C9%20L1.6%2C9%20Z%22%20id%3D%22path-2%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.6%2C18%20L22.4%2C18%20C23.284%2C18%2024%2C18.7168%2024%2C19.6%20L24%2C20.4%20C24%2C21.284%2023.284%2C22%2022.4%2C22%20L1.6%2C22%20C0.716%2C22%200%2C21.284%200%2C20.4%20L0%2C19.6%20C0%2C18.7168%200.716%2C18%201.6%2C18%20L1.6%2C18%20Z%22%20id%3D%22path-3%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

/*.icon-logo {
	background-image: url('/local/src/css/../i/icons/logo.svg');
}*/

.icon-fb {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%203.4%20(381)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Efb%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index_1200_fonts%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-550.000000%2C%20-2190.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22footer%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(0.000000%2C%202029.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22fb-%2B-tweet%22%20transform%3D%22translate(550.000000%2C%20161.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22fb%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20%2C40%20C31.04625%2C40%2040%2C31.04625%2040%2C20%20C40%2C8.95375%2031.04625%2C0%2020%2C0%20C8.95375%2C0%200%2C8.95375%200%2C20%20C0%2C31.04625%208.95375%2C40%2020%2C40%22%20id%3D%22Fill-1%22%20fill%3D%22%23E4E4E4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.594%2C17.551%20L20.811%2C17.551%20L20.811%2C15.52%20C20.811%2C14.897%2021.455%2C14.752%2021.756%2C14.752%20L23.554%2C14.752%20L23.554%2C12.011%20L21.493%2C12%20C18.682%2C12%2018.04%2C14.044%2018.04%2C15.355%20L18.04%2C17.551%20L16%2C17.551%20L16%2C20.375%20L18.04%2C20.375%20L18.04%2C28%20L20.811%2C28%20L20.811%2C20.375%20L23.164%2C20.375%20L23.594%2C17.551%22%20id%3D%22Fill-3%22%20fill%3D%22%238C8C8C%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

.icon-tw {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%203.4%20(381)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Etweet%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index_1200_fonts%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-600.000000%2C%20-2190.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22footer%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(0.000000%2C%202029.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22fb-%2B-tweet%22%20transform%3D%22translate(550.000000%2C%20161.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22tweet%22%20transform%3D%22translate(50.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M20%2C0%20C8.95375%2C0%200%2C8.95375%200%2C20%20C0%2C31.04625%208.95375%2C40%2020%2C40%20C31.04625%2C40%2040%2C31.04625%2040%2C20%20C40%2C8.95375%2031.04625%2C0%2020%2C0%20L20%2C0%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23E4E4E4%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M28%2C14.683%20C27.73%2C14.843%2026.922%2C15.162%2026.168%2C15.242%20C26.651%2C14.961%2027.367%2C14.042%2027.544%2C13.311%20C27.079%2C13.631%2026.012%2C14.097%2025.484%2C14.097%20C25.484%2C14.097%2025.484%2C14.098%2025.485%2C14.099%20C24.884%2C13.422%2024.038%2C13%2023.099%2C13%20C21.276%2C13%2019.798%2C14.591%2019.798%2C16.555%20C19.798%2C16.827%2019.828%2C17.092%2019.883%2C17.347%20L19.882%2C17.347%20C17.409%2C17.278%2014.519%2C15.944%2012.89%2C13.659%20C11.89%2C15.525%2012.755%2C17.599%2013.891%2C18.355%20C13.503%2C18.388%2012.786%2C18.308%2012.449%2C17.955%20C12.426%2C19.192%2012.979%2C20.833%2014.995%2C21.427%20C14.606%2C21.653%2013.921%2C21.589%2013.621%2C21.54%20C13.727%2C22.586%2015.086%2C23.953%2016.571%2C23.953%20C16.042%2C24.612%2014.235%2C25.81%2012%2C25.428%20C13.519%2C26.424%2015.289%2C27%2017.163%2C27%20C22.488%2C27%2026.624%2C22.352%2026.401%2C16.619%20C26.401%2C16.612%2026.399%2C16.605%2026.399%2C16.6%20C26.399%2C16.584%2026.401%2C16.568%2026.401%2C16.555%20C26.401%2C16.537%2026.399%2C16.52%2026.399%2C16.501%20C26.884%2C16.145%2027.534%2C15.515%2028%2C14.683%22%20id%3D%22Fill-2%22%20fill%3D%22%238C8C8C%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

.icon-linear-slider-prev {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%203.4%20(381)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Eback%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index_1200_fonts%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-1320.000000%2C%20-645.000000)%22%20fill%3D%22%23c8a665%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%221%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(-10.000000%2C%20-60.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D1%82%D0%B5%D0%BA%D1%81%D1%82-%D1%81%D0%BB%D0%B0%D0%B9%D0%B4%D0%B5%D1%80%D0%B0%22%20transform%3D%22translate(210.000000%2C%20561.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1122.01231%2C164%20C1122.52923%2C164%201123.04615%2C163.777983%201123.41538%2C163.407956%20L1131.39077%2C155.415356%20C1132.20308%2C154.601295%201132.20308%2C153.343201%201131.39077%2C152.603145%20L1123.41538%2C144.610546%20C1122.60308%2C143.796485%201121.34769%2C143.796485%201120.60923%2C144.610546%20C1119.79692%2C145.424607%201119.79692%2C146.682701%201120.60923%2C147.422757%20L1127.18154%2C154.009251%20L1120.60923%2C160.595745%20C1119.79692%2C161.409806%201119.79692%2C162.6679%201120.60923%2C163.407956%20C1120.97846%2C163.777983%201121.49538%2C164%201122.01231%2C164%20Z%22%20id%3D%22back%22%20transform%3D%22translate(1126.000000%2C%20154.000000)%20scale(-1%2C%201)%20translate(-1126.000000%2C%20-154.000000)%20%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

.icon-linear-slider-next {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%203.4%20(381)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Enext%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index_1200_fonts%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-1358.000000%2C%20-645.000000)%22%20fill%3D%22%23c8a665%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%221%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(-10.000000%2C%20-60.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D1%82%D0%B5%D0%BA%D1%81%D1%82-%D1%81%D0%BB%D0%B0%D0%B9%D0%B4%D0%B5%D1%80%D0%B0%22%20transform%3D%22translate(210.000000%2C%20561.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1160.01231%2C164%20C1160.52923%2C164%201161.04615%2C163.777983%201161.41538%2C163.407956%20L1169.39077%2C155.415356%20C1170.20308%2C154.601295%201170.20308%2C153.343201%201169.39077%2C152.603145%20L1161.41538%2C144.610546%20C1160.60308%2C143.796485%201159.34769%2C143.796485%201158.60923%2C144.610546%20C1157.79692%2C145.424607%201157.79692%2C146.682701%201158.60923%2C147.422757%20L1165.18154%2C154.009251%20L1158.60923%2C160.595745%20C1157.79692%2C161.409806%201157.79692%2C162.6679%201158.60923%2C163.407956%20C1158.97846%2C163.777983%201159.49538%2C164%201160.01231%2C164%20Z%22%20id%3D%22next%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

.icon-slider-prev {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%203.4%20(381)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Eback%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index_1200_fonts%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-1320.000000%2C%20-645.000000)%22%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%221%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(-10.000000%2C%20-60.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D1%82%D0%B5%D0%BA%D1%81%D1%82-%D1%81%D0%BB%D0%B0%D0%B9%D0%B4%D0%B5%D1%80%D0%B0%22%20transform%3D%22translate(210.000000%2C%20561.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1122.01231%2C164%20C1122.52923%2C164%201123.04615%2C163.777983%201123.41538%2C163.407956%20L1131.39077%2C155.415356%20C1132.20308%2C154.601295%201132.20308%2C153.343201%201131.39077%2C152.603145%20L1123.41538%2C144.610546%20C1122.60308%2C143.796485%201121.34769%2C143.796485%201120.60923%2C144.610546%20C1119.79692%2C145.424607%201119.79692%2C146.682701%201120.60923%2C147.422757%20L1127.18154%2C154.009251%20L1120.60923%2C160.595745%20C1119.79692%2C161.409806%201119.79692%2C162.6679%201120.60923%2C163.407956%20C1120.97846%2C163.777983%201121.49538%2C164%201122.01231%2C164%20Z%22%20id%3D%22back%22%20transform%3D%22translate(1126.000000%2C%20154.000000)%20scale(-1%2C%201)%20translate(-1126.000000%2C%20-154.000000)%20%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

.icon-slider-next {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%203.4%20(381)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Enext%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index_1200_fonts%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-1358.000000%2C%20-645.000000)%22%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%221%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(-10.000000%2C%20-60.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D1%82%D0%B5%D0%BA%D1%81%D1%82-%D1%81%D0%BB%D0%B0%D0%B9%D0%B4%D0%B5%D1%80%D0%B0%22%20transform%3D%22translate(210.000000%2C%20561.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1160.01231%2C164%20C1160.52923%2C164%201161.04615%2C163.777983%201161.41538%2C163.407956%20L1169.39077%2C155.415356%20C1170.20308%2C154.601295%201170.20308%2C153.343201%201169.39077%2C152.603145%20L1161.41538%2C144.610546%20C1160.60308%2C143.796485%201159.34769%2C143.796485%201158.60923%2C144.610546%20C1157.79692%2C145.424607%201157.79692%2C146.682701%201158.60923%2C147.422757%20L1165.18154%2C154.009251%20L1158.60923%2C160.595745%20C1157.79692%2C161.409806%201157.79692%2C162.6679%201158.60923%2C163.407956%20C1158.97846%2C163.777983%201159.49538%2C164%201160.01231%2C164%20Z%22%20id%3D%22next%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

.icon-event-location {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2213px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2013%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%203.4%20(381)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Elocal_news%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index_1200_fonts%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-230.000000%2C%20-977.000000)%22%20fill%3D%22%23D2D2D2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D1%8F%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(200.000000%2C%20780.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%20transform%3D%22translate(30.000000%2C%2025.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%2211-%D0%B0%D0%B2%D0%B3%D1%83%D1%81%D1%82%D0%B0-%D1%81%D0%BE%D1%81%D1%82%D0%BE%D0%B8%D1%82%D1%81%D1%8F-%2B-%D0%9D%D0%B0-%D0%BD%D0%B5%D0%BC-%D0%B1%D1%83%D0%B4%D1%83%D1%82-%D0%BE%D0%B1%D1%81%D1%83%D0%B6%D0%B4%D0%B0%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D0%BA%D0%BE%D1%82%D0%B0%D0%BA%D1%82%D1%8B%22%20transform%3D%22translate(0.000000%2C%20172.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.29864253%2C0%20C2.82765611%2C0%200.00380090498%2C2.8238552%200.00380090498%2C6.29484163%20C0.00380090498%2C7.43156561%200.297122172%2C8.63829864%200.87558371%2C9.88148416%20C1.33234389%2C10.8630588%201.96752941%2C11.8706244%202.76351131%2C12.8761991%20C4.11290498%2C14.5808869%205.44329412%2C15.6792036%205.49929412%2C15.7251041%20C5.71540271%2C15.9023348%205.99927602%2C16%206.29864253%2C16%20C6.59800905%2C16%206.88188235%2C15.9023348%207.09802715%2C15.7250679%20C7.15399095%2C15.6791312%208.48438009%2C14.5808507%209.83377376%2C12.8761629%20C10.6297557%2C11.8706244%2011.2649412%2C10.8630588%2011.7217014%2C9.88144796%20C12.3001629%2C8.63826244%2012.5934842%2C7.43156561%2012.5934842%2C6.29480543%20C12.5934842%2C2.8238552%209.76962896%2C0%206.29864253%2C0%20L6.29864253%2C0%20Z%20M6.29864253%2C2.9479819%20C4.45321267%2C2.9479819%202.951819%2C4.44937557%202.951819%2C6.29484163%20C2.951819%2C8.14027149%204.45321267%2C9.64166516%206.29864253%2C9.64166516%20C8.1440724%2C9.64166516%209.64546606%2C8.14027149%209.64546606%2C6.29484163%20C9.64546606%2C4.44937557%208.1440724%2C2.9479819%206.29864253%2C2.9479819%20L6.29864253%2C2.9479819%20Z%22%20id%3D%22local_news%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

.icon-document-doc {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2228%22%20viewBox%3D%220%200%2020%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%3E%3Cpath%20d%3D%22m11.157.164l-.004-.004h-10.2c-.436%200-.79.353-.79.79v26.07c0%20.436.354.79.79.79h18.17c.436%200%20.79-.354.79-.79v-18.1h-8.755v-8.754%22%20fill%3D%22%2348b8f7%22%2F%3E%3Cpath%20fill%3D%22%236bd0fc%22%20d%3D%22m11.157%208.918h8.754l-8.754-8.754z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20opacity%3D%22.1%22%20d%3D%22m19.912%2017.673v-8.754-.001h-8.754z%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(3.584%2019.04)%22%20fill%3D%22%23f1f2f2%22%3E%3Cpath%20d%3D%22m.131%204.847v-4.705h1.667c1.671%200%202.507.764%202.507%202.293%200%20.733-.228%201.318-.684%201.756-.456.437-1.064.656-1.823.656h-1.667m1.06-3.842v2.983h.525c.459%200%20.82-.138%201.081-.414.261-.276.392-.651.392-1.126%200-.448-.129-.801-.389-1.058-.259-.257-.623-.386-1.091-.386h-.519%22%2F%3E%3Cpath%20d%3D%22m6.9%204.928c-.674%200-1.223-.219-1.647-.658-.424-.438-.637-1.01-.637-1.714%200-.744.215-1.345.646-1.805.431-.459%201-.689%201.713-.689.672%200%201.215.22%201.629.659.414.44.622%201.019.622%201.739%200%20.739-.215%201.336-.645%201.788-.429.453-.99.679-1.681.679m.046-3.954c-.372%200-.667.139-.886.418-.219.279-.328.648-.328%201.107%200%20.466.109.835.328%201.106.219.271.505.407.86.407.365%200%20.655-.132.869-.396.214-.264.322-.63.322-1.098%200-.488-.104-.867-.312-1.138-.208-.271-.492-.407-.853-.407%22%2F%3E%3Cpath%20d%3D%22m13.206%204.679c-.343.166-.792.249-1.345.249-.722%200-1.29-.212-1.703-.637-.414-.424-.62-.99-.62-1.696%200-.752.232-1.363.697-1.831.465-.468%201.068-.702%201.81-.702.459%200%20.846.058%201.162.174v1.021c-.315-.188-.674-.282-1.076-.282-.442%200-.798.139-1.07.416-.271.278-.407.654-.407%201.129%200%20.455.128.818.384%201.088.256.27.601.406%201.034.406.414%200%20.792-.101%201.135-.302v.968%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.icon-document-pdf {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2228%22%20viewBox%3D%220%200%2020%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%3E%3Cpath%20d%3D%22m11.135.164l-.004-.004h-10.2c-.436%200-.79.353-.79.79v26.07c0%20.436.353.79.79.79h18.17c.436%200%20.79-.354.79-.79v-18.1h-8.755v-8.754%22%20fill%3D%22%23ed5858%22%2F%3E%3Cpath%20fill%3D%22%23f47878%22%20d%3D%22m11.135%208.918h8.755l-8.755-8.754z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20opacity%3D%22.1%22%20d%3D%22m19.891%2017.673v-8.754-.001h-8.755z%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(4.48%2019.04)%22%20fill%3D%22%23f1f2f2%22%3E%3Cpath%20d%3D%22m1.107%203.226v1.621h-1.06v-4.705h1.66c1.186%200%201.778.5%201.778%201.5%200%20.472-.17.854-.51%201.147-.34.292-.795.438-1.364.438h-.505m0-2.27v1.467h.417c.564%200%20.846-.247.846-.742%200-.483-.282-.725-.846-.725h-.417%22%2F%3E%3Cpath%20d%3D%22m4%204.846v-4.705h1.667c1.671%200%202.507.765%202.507%202.294%200%20.733-.228%201.318-.684%201.755-.456.437-1.064.656-1.823.656h-1.667m1.06-3.842v2.982h.525c.459%200%20.82-.138%201.081-.414.262-.276.392-.65.392-1.125%200-.448-.13-.801-.389-1.058-.259-.257-.623-.386-1.091-.386h-.519%22%2F%3E%3Cpath%20d%3D%22m11.501%201h-1.66v1.159h1.526v.861h-1.526v1.826h-1.06v-4.705h2.721v.859z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.icon-document-xls {
    background-image: url('/local/src/css/../i/components/bitrix/news.list/projects-npa/document-xls.svg');
}

.icon-document-ppt {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2228%22%20viewBox%3D%220%200%2020%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(.064)%22%3E%3Cg%3E%3Cpath%20d%3D%22m11.146.164l-.004-.004h-10.2c-.436%200-.79.353-.79.79v26.07c0%20.436.354.79.79.79h18.17c.436%200%20.79-.354.79-.79v-18.1h-8.755v-8.754%22%20fill%3D%22%23f7984b%22%2F%3E%3Cpath%20fill%3D%22%23fcab75%22%20d%3D%22m11.146%208.918h8.755l-8.755-8.754z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20opacity%3D%22.1%22%20d%3D%22m19.902%2017.673v-8.754l-.001-.001h-8.755z%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(4.48%2019.04)%22%20fill%3D%22%23f1f2f2%22%3E%3Cpath%20d%3D%22m1.271%203.226v1.621h-1.06v-4.705h1.66c1.186%200%201.778.5%201.778%201.499%200%20.472-.17.855-.51%201.147-.34.292-.795.438-1.363.438h-.505m0-2.27v1.467h.416c.564%200%20.846-.247.846-.742%200-.483-.282-.725-.846-.725h-.416%22%2F%3E%3Cpath%20d%3D%22m5.223%203.226v1.621h-1.06v-4.705h1.66c1.186%200%201.778.5%201.778%201.499%200%20.472-.17.855-.51%201.147-.34.292-.795.438-1.364.438h-.505m0-2.27v1.467h.417c.564%200%20.846-.247.846-.742%200-.483-.282-.725-.846-.725h-.417%22%2F%3E%3Cpath%20d%3D%22m11.421%201h-1.341v3.847h-1.06v-3.847h-1.339v-.859h3.74z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.icon-document-zip {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2228%22%20viewBox%3D%220%200%2020%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%3E%3Cpath%20d%3D%22m11.03.164l-.004-.004h-10.2c-.436%200-.79.353-.79.79v26.07c0%20.436.354.79.79.79h18.17c.436%200%20.79-.354.79-.79v-18.1h-8.755v-8.754%22%20fill%3D%22%2338c1ba%22%2F%3E%3Cpath%20fill%3D%22%2352ccc3%22%20d%3D%22m11.03%208.918h8.753l-8.753-8.754z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20opacity%3D%22.1%22%20d%3D%22m19.784%2017.673v-8.754-.001h-8.753z%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(4.928%2019.04)%22%20fill%3D%22%23f1f2f2%22%3E%3Cpath%20d%3D%22m3.988%204.847h-3.79v-.611l2.412-3.236h-2.238v-.859h3.609v.594l-2.359%203.252h2.366v.86%22%2F%3E%3Cpath%20d%3D%22m5.959.141v.821h-.393v3.068h.393v.817h-1.847v-.817h.394v-3.068h-.394v-.821h1.847%22%2F%3E%3Cpath%20d%3D%22m7.52%203.226v1.621h-1.06v-4.705h1.66c1.186%200%201.778.5%201.778%201.499%200%20.472-.17.855-.51%201.147-.34.292-.795.438-1.363.438h-.505m0-2.27v1.467h.417c.564%200%20.846-.247.846-.742%200-.483-.282-.725-.846-.725h-.417%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.icon-event-date {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2232px%22%20height%3D%2231px%22%20viewBox%3D%220%200%2032%2031%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.4.3%20(16618)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Eapoiments%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22forum%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-550.000000%2C%20-569.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D0%97%D0%B0%D1%81%D1%82%D1%8B%D0%B2%D0%B0%D0%B5%D0%BD%D0%B8%D0%B5-%D0%BB%D0%B0%D0%B2%D1%8B-%D1%84%D0%BE%D1%80-%2B-nav-%2B-%D0%A1%D1%82%D0%B0%D1%82%D1%8C-%D0%BF%D0%B0%D1%80%D1%82%D0%BD%D0%B5%D1%80%D0%BE%D0%BC-Copy%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(230.000000%2C%20500.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22apoint%22%20transform%3D%22translate(320.000000%2C%2069.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22apoiments%22%20transform%3D%22translate(0.500000%2C%200.500000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.0889893%2C2%20L31%2C2%20L31%2C30%20L5.67137779%2C30%20L0%2C24.7936035%20L0%2C2%20L8.01525879%2C2%22%20id%3D%22Path%22%20stroke%3D%22%23004FA9%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.0522461%2C2%20L20.0471191%2C2%22%20id%3D%22Path%22%20stroke%3D%22%23004FA9%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-350%22%20stroke%3D%22%23004FA9%22%20stroke-width%3D%220.75%22%20x%3D%228%22%20y%3D%220%22%20width%3D%223%22%20height%3D%224%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-350-Copy%22%20stroke%3D%22%23004FA9%22%20stroke-width%3D%220.75%22%20x%3D%2220%22%20y%3D%220%22%20width%3D%223%22%20height%3D%224%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C10%20L31%2C10%22%20id%3D%22Line%22%20stroke%3D%22%23004FA9%22%20stroke-linecap%3D%22square%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C25%20L6%2C25%20L6%2C30%22%20id%3D%22Path-948%22%20stroke%3D%22%23004FA9%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.668%2C23.5%20L16.668%2C22.464%20L12.09%2C22.464%20C14.694%2C20.406%2016.626%2C18.67%2016.626%2C16.766%20C16.626%2C14.904%2015.044%2C14.022%2013.49%2C14.022%20C12.174%2C14.022%2010.956%2C14.554%2010.242%2C15.492%20L10.956%2C16.234%20C11.502%2C15.534%2012.37%2C15.058%2013.49%2C15.058%20C14.456%2C15.058%2015.436%2C15.576%2015.436%2C16.766%20C15.436%2C18.376%2013.616%2C19.93%2010.256%2C22.576%20L10.256%2C23.5%20L16.668%2C23.5%20Z%20M21.386%2C23.5%20L21.386%2C14.162%20L20.364%2C14.162%20L18.026%2C16.57%20L18.726%2C17.284%20L20.224%2C15.702%20L20.224%2C23.5%20L21.386%2C23.5%20Z%22%20id%3D%2221%22%20fill%3D%22%23004FA9%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

.icon-event-geolocation {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2224px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2024%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.4.3%20(16618)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Elocal%20copy%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22forum%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-900.000000%2C%20-570.000000)%22%20fill%3D%22%23004FA9%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D0%97%D0%B0%D1%81%D1%82%D1%8B%D0%B2%D0%B0%D0%B5%D0%BD%D0%B8%D0%B5-%D0%BB%D0%B0%D0%B2%D1%8B-%D1%84%D0%BE%D1%80-%2B-nav-%2B-%D0%A1%D1%82%D0%B0%D1%82%D1%8C-%D0%BF%D0%B0%D1%80%D1%82%D0%BD%D0%B5%D1%80%D0%BE%D0%BC-Copy%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(230.000000%2C%20500.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22apoint-copy%22%20transform%3D%22translate(670.000000%2C%2070.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22local-copy%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.8099548%2C0%20C5.3018552%2C0%200.00712669683%2C5.29472851%200.00712669683%2C11.8028281%20C0.00712669683%2C13.9341855%200.557104072%2C16.19681%201.64171946%2C18.5277828%20C2.4981448%2C20.3682353%203.68911765%2C22.2574208%205.18158371%2C24.1428733%20C7.71169683%2C27.3391629%2010.2061765%2C29.3985068%2010.3111765%2C29.4845701%20C10.7163801%2C29.8168778%2011.2486425%2C30%2011.8099548%2C30%20C12.371267%2C30%2012.9035294%2C29.8168778%2013.3088009%2C29.4845023%20C13.413733%2C29.398371%2015.9082127%2C27.339095%2018.4383258%2C24.1428054%20C19.9307919%2C22.2574208%2021.1217647%2C20.3682353%2021.97819%2C18.5277149%20C23.0628054%2C16.1967421%2023.6127828%2C13.9341855%2023.6127828%2C11.8027602%20C23.6127828%2C5.29472851%2018.3180543%2C0%2011.8099548%2C0%20L11.8099548%2C0%20Z%20M17.3911086%2C23.2786425%20C14.950724%2C26.3665385%2012.4723982%2C28.414819%2012.4478281%2C28.4349774%20C12.2870362%2C28.5668552%2012.0545701%2C28.6425339%2011.8099548%2C28.6425339%20C11.5653394%2C28.6425339%2011.3328733%2C28.5668552%2011.1721493%2C28.4349774%20C11.0740724%2C28.3545475%201.36466063%2C20.2909276%201.36466063%2C11.8028281%20C1.36459276%2C6.04323529%206.05036199%2C1.35746606%2011.8099548%2C1.35746606%20C17.5695475%2C1.35746606%2022.2553167%2C6.04323529%2022.2553167%2C11.8028281%20C22.2553167%2C16.2006109%2019.6100905%2C20.4707919%2017.3911086%2C23.2786425%20L17.3911086%2C23.2786425%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.8099548%2C5.52746606%20C8.34977376%2C5.52746606%205.53466063%2C8.34257919%205.53466063%2C11.8028281%20C5.53466063%2C15.263009%208.34977376%2C18.0781222%2011.8099548%2C18.0781222%20C15.2701357%2C18.0781222%2018.0852489%2C15.263009%2018.0852489%2C11.8028281%20C18.0852489%2C8.34257919%2015.2701357%2C5.52746606%2011.8099548%2C5.52746606%20L11.8099548%2C5.52746606%20Z%20M11.8099548%2C16.7206561%20C9.09821267%2C16.7206561%206.8921267%2C14.5145701%206.8921267%2C11.8028281%20C6.8921267%2C9.09108597%209.09821267%2C6.88493213%2011.8099548%2C6.88493213%20C14.5216968%2C6.88493213%2016.7277828%2C9.09108597%2016.7277828%2C11.8028281%20C16.7277828%2C14.5145701%2014.5216968%2C16.7206561%2011.8099548%2C16.7206561%20L11.8099548%2C16.7206561%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

.icon-arrow-menu-open {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2210px%22%20height%3D%226px%22%20viewBox%3D%220%200%2010%206%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%2039.1%20(31720)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3EA2D09C24-F56F-4D10-82F7-B3755B57C262%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22catalog-copy%22%20transform%3D%22translate(-225.000000%2C%20-506.000000)%22%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Menu-Copy-2%22%20transform%3D%22translate(200.000000%2C%20480.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22user%22%20transform%3D%22translate(0.000000%2C%2019.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(25.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.81563126%2C9.68537074%20L3.14629259%2C5.01603206%20C3.08617234%2C4.95591182%202.99599198%2C4.91583166%202.91583166%2C4.91583166%20C2.83567134%2C4.91583166%202.74549098%2C4.95591182%202.68537074%2C5.01603206%20L2.18436874%2C5.51703407%20C2.1242485%2C5.57715431%202.08416834%2C5.66733467%202.08416834%2C5.74749499%20C2.08416834%2C5.82765531%202.1242485%2C5.91783567%202.18436874%2C5.97795591%20L6.12224449%2C9.91583166%20L2.18436874%2C13.8537074%20C2.1242485%2C13.9138277%202.08416834%2C14.004008%202.08416834%2C14.0841683%20C2.08416834%2C14.1743487%202.1242485%2C14.254509%202.18436874%2C14.3146293%20L2.68537074%2C14.8156313%20C2.74549098%2C14.8757515%202.83567134%2C14.9158317%202.91583166%2C14.9158317%20C2.99599198%2C14.9158317%203.08617234%2C14.8757515%203.14629259%2C14.8156313%20L7.81563126%2C10.1462926%20C7.8757515%2C10.0861723%207.91583166%2C9.99599198%207.91583166%2C9.91583166%20C7.91583166%2C9.83567134%207.8757515%2C9.74549098%207.81563126%2C9.68537074%20Z%22%20id%3D%22down%22%20transform%3D%22translate(5.000000%2C%209.915832)%20rotate(90.000000)%20translate(-5.000000%2C%20-9.915832)%20%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') !important;
    background-position: 0 1.3rem !important;
}

.icon-arrow-menu-close {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%226px%22%20height%3D%2210px%22%20viewBox%3D%220%200%206%2010%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%2039.1%20(31720)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3EB8CBEDDC-944F-47FA-9AF0-3A7CB1D7A46A%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22catalog-copy%22%20transform%3D%22translate(-227.000000%2C%20-674.000000)%22%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Menu-Copy-2%22%20transform%3D%22translate(200.000000%2C%20480.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22user-copy%22%20transform%3D%22translate(0.000000%2C%20189.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(27.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.73146293%2C9.76953908%20L1.06212425%2C5.1002004%20C1.00200401%2C5.04008016%200.911823647%2C5%200.831663327%2C5%20C0.751503006%2C5%200.661322645%2C5.04008016%200.601202405%2C5.1002004%20L0.100200401%2C5.6012024%20C0.0400801603%2C5.66132265%200%2C5.75150301%200%2C5.83166333%20C0%2C5.91182365%200.0400801603%2C6.00200401%200.100200401%2C6.06212425%20L4.03807615%2C10%20L0.100200401%2C13.9378758%20C0.0400801603%2C13.997996%200%2C14.0881764%200%2C14.1683367%20C0%2C14.258517%200.0400801603%2C14.3386774%200.100200401%2C14.3987976%20L0.601202405%2C14.8997996%20C0.661322645%2C14.9599198%200.751503006%2C15%200.831663327%2C15%20C0.911823647%2C15%201.00200401%2C14.9599198%201.06212425%2C14.8997996%20L5.73146293%2C10.2304609%20C5.79158317%2C10.1703407%205.83166333%2C10.0801603%205.83166333%2C10%20C5.83166333%2C9.91983968%205.79158317%2C9.82965932%205.73146293%2C9.76953908%20Z%22%20id%3D%22down-copy%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E') !important;
    background-position: 0 1.1rem !important;
}

.icon-arrows-left, .core-slider-linear .core-slide-prev {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%226px%22%20height%3D%2210px%22%20viewBox%3D%220%200%206%2010%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%203.4%20(381)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Eall_news%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-1304.000000%2C%20-2960.000000)%22%20fill%3D%22%23ffffff%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D0%B8%D0%BD%D1%84%D0%BE-copy%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(0.000000%2C%202899.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D0%92%D1%81%D1%8F-%D0%B8%D1%81%D1%82%D0%BE%D1%80%D0%B8%D1%8F-%D0%BF%D1%80%D0%BE%D1%81%D0%BC%D0%BE%D1%82%D1%80-%2B-Shape%22%20transform%3D%22translate(1214.000000%2C%2060.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M95.8371381%2C5.62425325%20L91.2682541%2C1.14925325%20C91.0649503%2C0.95025974%2090.7354475%2C0.95025974%2090.5322431%2C1.14925325%20L90.1642541%2C1.50967532%20C89.9610829%2C1.7087987%2089.9610829%2C2.03162338%2090.1642541%2C2.23048701%20L93.9969945%2C5.98457792%20L90.1642541%2C9.73814935%20C89.9610829%2C9.93737013%2089.9610829%2C10.2604221%2090.1642541%2C10.4592208%20L90.5322431%2C10.8196429%20C90.7354475%2C11.0188636%2091.0649503%2C11.0188636%2091.2682541%2C10.8196429%20L95.8371381%2C6.34461039%20C96.0405083%2C6.14568182%2096.0405083%2C5.82324675%2095.8371381%2C5.62425325%20L95.8371381%2C5.62425325%20Z%22%20id%3D%22all_news%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}

.icon-arrows-right, .core-slider-linear .core-slide-next {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%224px%22%20height%3D%228px%22%20viewBox%3D%220%200%204%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.2.2%20(9983)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3EMedclinic_Respon%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.84069761%2C0.119766778%20C0.704658127%2C-0.0399222594%200.48417346%2C-0.0399222594%200.348200521%2C0.119766778%20L0.101963068%2C0.408999607%20C-0.0339876892%2C0.568792863%20-0.0339876892%2C0.82785439%200.101963068%2C0.987439209%20L2.66661676%2C4.00003583%20L0.101963068%2C7.01221557%20C-0.0339876892%2C7.17208699%20-0.0339876892%2C7.4313309%200.101963068%2C7.59086361%20L0.348200521%2C7.88009643%20C0.48417346%2C8.03996786%200.704658127%2C8.03996786%200.84069761%2C7.88009643%20L3.89793712%2C4.288956%20C4.03402096%2C4.12931907%204.03402096%2C3.8705702%203.89793712%2C3.71088116%20L0.84069761%2C0.119766778%20Z%22%20id%3D%22Shape-5%22%20fill%3D%22%23FCFCFC%22%20sketch%3Atype%3D%22MSShapeGroup%22%20transform%3D%22translate(2.000000%2C%204.000000)%20scale(-1%2C%201)%20translate(-2.000000%2C%20-4.000000)%20%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list {
    margin: 0;
}

.wrapper {
    min-height: 100%;
    position: relative;
    left: 0;
    z-index: 1;
    transition: left .3s;
}

.middle {
    padding-bottom: 30rem;
}

.toolbar-search-container {
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    /*left: 0;*/
    margin-right: 35px;
    width: 60%;
    padding: 1.5rem 3rem;
    background: #72BCF7;
    visibility: hidden;
    opacity: 0;
    transition: .5s ease visibility, .5s ease opacity;
    -webkit-transition: .5s ease visibility, .5s ease opacity;
    z-index: 200;
    border-radius: 5px;
}

.toolbar-search-container.-show {
    opacity: 1;
    visibility: visible;
}

.toolbar-search-container .search-container-form-input {
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: none;
    background: none;
}

.toolbar-search-container .search-container-form-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

.toolbar-search-container .search-container-form-input:-moz-placeholder {
    color: rgba(0, 0, 0, .4);
}

.toolbar-search-container .search-container-form-input::-moz-placeholder {
    color: rgba(0, 0, 0, .4);
}

.toolbar-search-container .search-container-form-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

.toolbar-search {
    box-sizing: border-box;
    /*float: left;*/
    /*width: 30px;*/
    background: #ffffff;
    /*opacity: 0.7;*/
    border-radius: 3px;
}

.toolbar-search .search-link {
    width: 25px;
    height: 25px;
    display: block;
    /*	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;*/
    text-indent: -10rem;
    overflow: hidden;
    /*background: url(/local/src/css/src/i/lupa.png);*/
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2216px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2016%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%203.4%20(381)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Esearch%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index_1200_fonts%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-1267.000000%2C%20-18.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22menu%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(200.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22search%22%20transform%3D%22translate(1068.000000%2C%2019.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6%2C12%20C2.68235294%2C12%200%2C9.3%200%2C6%20C0%2C2.7%202.7%2C0%206%2C0%20C9.3%2C0%2012%2C2.7%2012%2C6%20C12%2C9.3%209.31764706%2C12%206%2C12%20L6%2C12%20Z%22%20id%3D%22Shape%22%20stroke%3D%22%23004FA9%22%20stroke-width%3D%221.5%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M14.047619%2C16.2812694%20C13.8571429%2C16.2812694%2013.6666667%2C16.2060195%2013.5333333%2C16.0743323%20L9.45714286%2C12.0484651%20C9.17142857%2C11.7662782%209.17142857%2C11.3147791%209.45714286%2C11.0325921%20C9.74285714%2C10.7504052%2010.2%2C10.7504052%2010.4857143%2C11.0325921%20L14.5428571%2C15.0396468%20C14.8285714%2C15.3218338%2014.8285714%2C15.7733329%2014.5428571%2C16.0555198%20C14.4285714%2C16.2060195%2014.2380952%2C16.2812694%2014.047619%2C16.2812694%20L14.047619%2C16.2812694%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23004FA9%22%20transform%3D%22translate(12.000000%2C%2013.551111)%20rotate(5.000000)%20translate(-12.000000%2C%20-13.551111)%20%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center center;
}

.toolbar-search .search-link.-active {
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.4.4%20(17249)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3EShape%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index_1200%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-1220.000000%2C%20-20.000000)%22%20fill%3D%22%23846A3A%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22menu%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(200.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D0%BF%D0%BE%D0%B8%D1%81%D0%BA%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1029.75361%2C20.2464007%20C1029.42509%2C19.9178664%201028.8931%2C19.9178664%201028.56542%2C20.2464007%20L1024.98245%2C23.8295393%20L1021.44953%2C20.2964548%20C1021.1235%2C19.9704058%201020.5957%2C19.9704058%201020.27054%2C20.2964548%20C1019.94451%2C20.6225038%201019.94451%2C21.1503388%201020.27054%2C21.4755158%20L1023.80346%2C25.0086439%20L1020.24639%2C28.565927%20C1019.91787%2C28.8944614%201019.91787%2C29.4264384%201020.24639%2C29.7541879%20C1020.5749%2C30.0819374%201021.10689%2C30.0819374%201021.43458%2C29.7541879%20L1024.99169%2C26.1969048%20L1028.52457%2C29.7299893%20C1028.8506%2C30.0560383%201029.3784%2C30.0560383%201029.7036%2C29.7299893%20C1030.02963%2C29.4039402%201030.02963%2C28.8761053%201029.7036%2C28.5508847%20L1026.17068%2C25.0178001%20L1029.75365%2C21.4346616%20C1030.08212%2C21.1069557%201030.08212%2C20.5741502%201029.75361%2C20.2464007%20L1029.75361%2C20.2464007%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center center;
}


.page-title {
    margin: 0 auto;
    /*width: 120rem;*/
    max-width: 1000px;
    box-sizing: border-box;
    position: absolute;
    top: 200px;
    left: 200px;
    display: inline-block;
}

.page-title::after {
    display: table;
    clear: both;
    content: '\0020';
}

.page-title .title {
    color: #fff;
    font-size: 35px;
    font-family: 'Bitter', sans-serif;
    border-left: 3px solid #e9a744;
    padding: 0 0 0 10px;
}
.page-title .date {
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #ffca00;
}

.page-content {
    box-sizing: border-box;
    margin: 0 auto;
}

.page-content::after {
    display: table;
    clear: both;
    content: '\0020';
}

.breadcrumb-wrapper {
    margin: 10px 0 30px 10px;
}

.breadcrumb-wrapper .breadcrumb {
    box-sizing: border-box;
    /*margin: 0 auto;*/
    padding: 0;
    font-size: 10px;
    background-color: #ffffff;
}

.breadcrumb-wrapper .breadcrumb::after {
    display: table;
    clear: both;
    content: '\0020';
}

.breadcrumb-wrapper .breadcrumb-link {
    text-decoration: none;
    text-transform: lowercase;
}

.breadcrumb-wrapper .breadcrumb-link-title {
    position: relative;
    color: #999999;
    display: inline-block;
    padding-right: 1.3rem;
}
.breadcrumb-wrapper .breadcrumb-link-title:hover {
    color: #2e4ea6;
}
.breadcrumb-wrapper .breadcrumb-link-title:after {
    display: block;
    position: absolute;
    top: 0;
    right: .4rem;
    content: '/';
}

.breadcrumb-wrapper .breadcrumb-title {
    /*font-size: 1.4rem;
	line-height: 1.4rem;*/
     color: #999999;
   /*	opacity: .6;*/
}

.breadcrumb-wrapper-2 {
    /*	padding-top: 3.5rem;*/
}

.information-index {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
    padding: 7.5rem 0 0 0;
}

.information-index::after {
    display: table;
    clear: both;
    content: '\0020';
}

.information-index .information-content-index {
    box-sizing: border-box;
    float: left;
    width: 60rem;
}

.information-index .information-content-index .section-link {
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 3rem;
}

.information-index .information-content-index .section-title {
    /*font: 2rem/2rem 'Calibri-Light';*/
    color: #004fa9;
    margin-bottom: 2.5rem;
    float: left;
}

.information-index .information-content-index .section-text {
    width: 32rem;
    font-size: 1.4rem;
    line-height: 1.5rem;
    color: #323232;
    margin-bottom: 1.8rem;
    float: left;
}

.information-index .information-content-index .section-arhiv-link {
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #644f27;
    padding: .8rem 3rem;
    border: 1px solid #c8a665;
    border-radius: .3rem;
    float: left;
    transition: .3s ease all;
}

.information-index .information-content-index .section-arhiv-link:hover {
    color: #fff;
    background: #c8a665;
}

.information-index .information-content-index-1 .section-arhiv-link {
    padding: .8rem 4rem;
}

/*////////news*/
.news .section-items {
    box-sizing: border-box;
    /*margin: 0 auto;
	max-width:1200px;*/
    margin-bottom: 3rem;
}

.news .section-items::after {
    display: table;
    clear: both;
    content: '\0020';
}

.news .section-item {
    box-sizing: border-box;
    float: left;
    width: 280px;
    padding: 0 5px;
    height: 450px;
    overflow: hidden;
    margin-bottom: 10px;
}

.news .section-item-image-wrapper {
    position: relative;
    overflow: hidden;
    max-height: 17rem;
    border-radius: 3px 3px 0 0;
}

.news .section-item-image-wrapper img {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    height: 167px;
}

.news .section-item-date {
    font-size: 12px;
    line-height: 1.2rem;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: .9rem 1rem;
    background: #097eba;
    /*	position: absolute;
	bottom: 3rem;*/
}

.news .section-item-content {
    /*	min-height: 26.5rem;
	height: 26.5rem;
	font-size: 1.4rem;
	line-height: 1.6rem;
	padding: 2.5rem 3rem;*/
    padding: 10px;
    background: #f2f2f2;
    border-radius: 0 0 3px 3px;
    box-sizing: border-box;
    height: 280px;
    overflow: hidden;
}

.news .section-item-content-title {
    color: #004fa9;
    margin-bottom: 2rem;
    display: block;
}

.news .section-item-content-title:hover {
    text-decoration: underline;
}

.news .section-item-content-text {
    color: #5E5E5E;
    font-size: 12px;
}

.news .section-item-content-geo {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #947741;
    margin-top: 1.5rem;
    padding-left: 2.3rem;
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2213px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2013%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%203.4%20(381)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Elocate%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index_1200_fonts%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-1051.000000%2C%20-17.000000)%22%20fill%3D%22%23c8a665%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22menu%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(200.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22local%22%20transform%3D%22translate(851.000000%2C%2017.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D0%BA%D0%BE%D1%82%D0%B0%D0%BA%D1%82%D1%8B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.29864253%2C0%20C2.82765611%2C0%200.00380090498%2C2.8238552%200.00380090498%2C6.29484163%20C0.00380090498%2C7.43156561%200.297122172%2C8.63829864%200.87558371%2C9.88148416%20C1.33234389%2C10.8630588%201.96752941%2C11.8706244%202.76351131%2C12.8761991%20C4.11290498%2C14.5808869%205.44329412%2C15.6792036%205.49929412%2C15.7251041%20C5.71540271%2C15.9023348%205.99927602%2C16%206.29864253%2C16%20C6.59800905%2C16%206.88188235%2C15.9023348%207.09802715%2C15.7250679%20C7.15399095%2C15.6791312%208.48438009%2C14.5808507%209.83377376%2C12.8761629%20C10.6297557%2C11.8706244%2011.2649412%2C10.8630588%2011.7217014%2C9.88144796%20C12.3001629%2C8.63826244%2012.5934842%2C7.43156561%2012.5934842%2C6.29480543%20C12.5934842%2C2.8238552%209.76962896%2C0%206.29864253%2C0%20L6.29864253%2C0%20Z%20M6.29864253%2C2.9479819%20C4.45321267%2C2.9479819%202.951819%2C4.44937557%202.951819%2C6.29484163%20C2.951819%2C8.14027149%204.45321267%2C9.64166516%206.29864253%2C9.64166516%20C8.1440724%2C9.64166516%209.64546606%2C8.14027149%209.64546606%2C6.29484163%20C9.64546606%2C4.44937557%208.1440724%2C2.9479819%206.29864253%2C2.9479819%20L6.29864253%2C2.9479819%20Z%22%20id%3D%22locate%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.news .news-more {
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 20px;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.news .news-more::after {
    display: table;
    clear: both;
    content: '\0020';
}

.news .news-more-link {
    font-size: 1.4rem;
    line-height: 1.4rem;
    min-width: 20rem;
    width: 20rem;
    text-align: center;
    color: #947741;
    display: block;
    padding: 1.2rem 0;
    border: 1px solid #947741;
    border-radius: 3px;
    margin: 0 auto;
    transition: .3s ease all;
}

.news .news-more-link:hover {
    color: #fff;
    background: #947741;
}

.news-detail {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
    overflow: hidden;
}

.news-detail::after {
    display: table;
    clear: both;
    content: '\0020';
}

.news-detail .detail-title {
    box-sizing: border-box;
    margin-bottom: 1rem;
    /*	padding: 0 3rem 0 3rem;
	min-height: 16rem;*/
}

.news-detail .detail-title .title {
/*    margin: 0 0 2rem 0;
	position: absolute;
	top: 200px;
	left: 200px;
	display: inline-block;
	color: #fff;
	font-size: 30px;
	font-family: 'Bitter', sans-serif;
	border-left: 3px solid #e9a744;
	padding: 0 0 0 10px;*/
	color: #097eba;
	font-size: 25px;
	/*font-family: 'Bitter', sans-serif;*/
	border-left: 3px solid #e9a744;
	padding: 0 0 0 10px;
}

.news-detail .detail-title .title-small {
    /*font: 2.6rem/3.2rem 'Calibri-Light';*/
}

.news-detail .detail-title .date {
    font-size: 1.1rem;
    line-height: 2.1rem;
    color: #e9a744;
    font-weight: 600;
}

.news-detail .detail-content-1 {
    box-sizing: border-box;
    float: left;
    /*width: 92rem;*/
    padding: 0 3rem 8rem 3rem;
}

.news-detail .detail-content-1 .detail-wrapper {
    overflow: hidden;
    margin-bottom: 3.5rem;
}

.news-detail .detail-content-1 .detail-wrapper figure {
    position: relative;
    float: left;
    margin-right: 3rem;
}

.news-detail .detail-content-1 .detail-wrapper figure img {
    display: block;
}

.news-detail .detail-content-1 .detail-wrapper figure figcaption {
    /*font: 1.2rem/1.5rem 'Calibri';*/
    display: block;
    background: #004fa9;
    color: #fff;
    padding: 1rem;
    position: absolute;
    bottom: 3rem;
}

.news-detail .detail-content-1 .detail-wrapper .detail-desc {
    /*	font: 1.4rem/1.7rem 'Calibri-Bold';*/
    width: 31.5rem;
    float: left;
}

.news-detail .detail-content-1 .detail-text {
    /*overflow: hidden;*/
    margin-bottom: 2rem;
    /*width: 82rem;*/
}

.news-detail .detail-content-1 .detail-text p {
    /*font: 1.4rem/1.7rem 'Calibri';*/
    margin: 0 0 1.8rem 0;
}

.news-detail .detail-content-1 .detail-tags {
    overflow: hidden;
}

.news-detail .detail-content-1 .detail-tags-link {
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: inline-block;
    color: #8c8c8c;
    background: #d2d2d2;
    padding: .4rem .8rem;
    margin-left: 1rem;
    border-radius: 3px;
}

.news-detail .detail-content-1 .detail-tags-link:first-child {
    margin: 0;
}

.news-detail .detail-content-2 {
    box-sizing: border-box;
/*    float: left;
    width: 22rem;*/
}

.news-detail .detail-content-2 .detail-title {
    /*font: 2.4rem/2.4rem 'Calibri-Light';*/
    color: #808080;
    font-size: 18px;
    margin: 0 1rem;
    padding: 0 0 .5rem 0;
    min-height: auto;
}

.news-detail .detail-content-2 .detail-items {
    /*overflow: hidden;*/
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
}

.news-detail .detail-content-2 .detail-item {
    border-top: 1px solid #e4e4e4;
    padding: 1.8rem 1rem;
}

.news-detail .detail-content-2 .detail-item:first-child {
    border: none;
}

.news-detail .detail-content-2 .detail-item-date {
    display: block;
    color: #6b6b6b;
    font-size: 12px;
    margin-bottom: .3rem;
    font-weight: normal;
}

.news-detail .detail-content-2 .detail-item-link {
    display: block;
    font-size: 12px;
    /*font: 1.4rem/1.7rem 'Calibri';*/
}

.photo-gallery .section-items {
    box-sizing: border-box;
    /*margin: 0 auto;
	width: 120rem;*/
    /*max-width:1200px;*/
    margin-bottom: 1rem;
}

.photo-gallery .section-items::after {
    display: table;
    clear: both;
    content: '\0020';
}

.photo-gallery .section-item {
    box-sizing: border-box;
    float: left;
    width: 285px;
    margin: 0 auto;
    border-radius: 3px;
    min-height: 340px;
    overflow: hidden;
    padding: 0 10px;
}

.photo-gallery .section-item-link {
    display: block;
    overflow: hidden;
    outline: none;
    border:2px solid #f5f5f5;
    border-radius: 5px;
}
.photo-gallery .section-item-link:hover{
    border:2px solid #004fa9;
}
.photo-gallery .section-item-image-wrapper {
    position: relative;
    overflow: hidden;
    max-height: 17rem;
    border-radius: 5px;
}

.photo-gallery .section-item-image {
    display: block;
}

.photo-gallery .section-item-date {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: .9rem 1rem;
    background: #097eba;
    position: absolute;
    bottom: 1rem;
}

.photo-gallery .section-item-content {
    min-height: 130px;
    height: 130px;
    /*width: 27.9rem;
	font-size: 1.4rem;
	line-height: 1.6rem;*/
    padding: 10px;
    color: #004fa9;
    background: #f5f5f5;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
}

.photo-gallery .section-item-content-title {
    color: #004fa9;
    margin-bottom: 2rem;
    display: block;
}

.photo-gallery .section-item-content:hover {
    color: #403300;
}

.photo-gallery-detail .section-items {
    box-sizing: border-box;
    /*margin: 0 auto;
	width: 120rem;*/
    /*max-width:1200px;padding-left: 0;*/
    margin-bottom: 3rem;
}

.photo-gallery-detail .section-items::after {
    display: table;
    clear: both;
    content: '\0020';
}

.photo-gallery-detail .section-item {
    box-sizing: border-box;
    float: left;
    width: 300px;
    height: 200px;
    overflow: hidden;
    margin: 10px;}

.photo-gallery-detail .section-item-link {
    display: block;
    overflow: hidden;
}

.photo-gallery-detail .section-item figure {
    position: relative;
    /*	height: 18.6rem;
	max-height: 18.6rem;
    width: 300px;
    height: 200px;
    overflow: hidden;*/
}

.photo-gallery-detail .section-item figure img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    border-radius: 3px;
    height: 200px;
    border: 1px solid #c0c0c0;
}

.photo-gallery .section-item-image-wrapper img {
    width: 100%;
    height: 167px;
}

.photo-gallery-detail .section-item figure figcaption {
    /*	font-size: 1.4rem;
	line-height: 1.7rem;*/
    padding: 1rem .8rem;
    color: #004fa9;
    box-sizing: border-box;
}

.events-index-wrapper {
    background: #f2f2f2;
}

.events-index-wrapper .events-index {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.events-index-wrapper .events-index::after {
    display: table;
    clear: both;
    content: '\0020';
}

.events-index-wrapper .events-index .section-title {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #403300;
    position: relative;
    top: 0;
    padding: 3.1rem 3rem;
    background: #ffca00;
    z-index: 2;
}

.events-index-wrapper .events-index .section-items {
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
    box-sizing: border-box;
    background: #fff;
    position: relative;
    top: 0;
}

.events-index-wrapper .events-index .section-items::after {
    display: table;
    clear: both;
    content: '\0020';
}

.events-index-wrapper .events-index .section-item {
    box-sizing: border-box;
    float: left;
    width: 40rem;
    padding: 3rem;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #004fa9;
}

.events-index-wrapper .events-index .section-item-link {
    display: block;
    text-decoration: none;
    margin-bottom: 2.5rem;
}

.events-index-wrapper .events-index .section-item-text {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #323232;
    margin-bottom: 2rem;
}

.events-index-wrapper .events-index .section-item-location {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #8c8c8c;
    padding: .2rem 0 .2rem 2.2rem;
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2213px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2013%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%203.4%20(381)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Elocal_news%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index_1200_fonts%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-230.000000%2C%20-977.000000)%22%20fill%3D%22%23D2D2D2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D1%8F%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(200.000000%2C%20780.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-Copy%22%20transform%3D%22translate(30.000000%2C%2025.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%2211-%D0%B0%D0%B2%D0%B3%D1%83%D1%81%D1%82%D0%B0-%D1%81%D0%BE%D1%81%D1%82%D0%BE%D0%B8%D1%82%D1%81%D1%8F-%2B-%D0%9D%D0%B0-%D0%BD%D0%B5%D0%BC-%D0%B1%D1%83%D0%B4%D1%83%D1%82-%D0%BE%D0%B1%D1%81%D1%83%D0%B6%D0%B4%D0%B0%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D0%BA%D0%BE%D1%82%D0%B0%D0%BA%D1%82%D1%8B%22%20transform%3D%22translate(0.000000%2C%20172.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M6.29864253%2C0%20C2.82765611%2C0%200.00380090498%2C2.8238552%200.00380090498%2C6.29484163%20C0.00380090498%2C7.43156561%200.297122172%2C8.63829864%200.87558371%2C9.88148416%20C1.33234389%2C10.8630588%201.96752941%2C11.8706244%202.76351131%2C12.8761991%20C4.11290498%2C14.5808869%205.44329412%2C15.6792036%205.49929412%2C15.7251041%20C5.71540271%2C15.9023348%205.99927602%2C16%206.29864253%2C16%20C6.59800905%2C16%206.88188235%2C15.9023348%207.09802715%2C15.7250679%20C7.15399095%2C15.6791312%208.48438009%2C14.5808507%209.83377376%2C12.8761629%20C10.6297557%2C11.8706244%2011.2649412%2C10.8630588%2011.7217014%2C9.88144796%20C12.3001629%2C8.63826244%2012.5934842%2C7.43156561%2012.5934842%2C6.29480543%20C12.5934842%2C2.8238552%209.76962896%2C0%206.29864253%2C0%20L6.29864253%2C0%20Z%20M6.29864253%2C2.9479819%20C4.45321267%2C2.9479819%202.951819%2C4.44937557%202.951819%2C6.29484163%20C2.951819%2C8.14027149%204.45321267%2C9.64166516%206.29864253%2C9.64166516%20C8.1440724%2C9.64166516%209.64546606%2C8.14027149%209.64546606%2C6.29484163%20C9.64546606%2C4.44937557%208.1440724%2C2.9479819%206.29864253%2C2.9479819%20L6.29864253%2C2.9479819%20Z%22%20id%3D%22local_news%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.events-index-wrapper .events-index .section-item-date {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #8c8c8c;
}

.partners-index-wrapper {
    position: relative;
    background: #e9eef4;
    border-top: 1px solid #c9e1f3;
    border-bottom: 1px solid #c9e1f3;
}

.partners-index-wrapper_w {
    position: relative;
    background: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.partners-index-wrapper .partners-index, .partners-index-wrapper_w .partners-index {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
    position: relative;
    padding: 30px 65px;
    display: flex;
    align-items: center;
}

.partners-index-wrapper .partners-index::after, .partners-index-wrapper_w .partners-index::after {
    display: table;
    clear: both;
    content: '\0020';
}

.partners-index-wrapper .partners-index .section-item, .partners-index-wrapper_w .partners-index .section-item {
    text-align: center;
    float: left;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

.partners-index-wrapper .partners-index .section-item-image-wrapper, .partners-index-wrapper_w .partners-index .section-item-image-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 6rem;
}

.partners-index-wrapper .partners-index .section-item-image, .partners-index-wrapper_w .partners-index .section-item-image {
    width: 100%;
    display: block;
    margin: 0 auto;
    /*-webkit-filter: grayscale(90%);
	   -moz-filter: grayscale(90%);
	    -ms-filter: grayscale(90%);
	     -o-filter: grayscale(90%);
	        filter: grayscale(90%);
	        filter: gray;*/
    transition: all .8s !important;
    -webkit-transition: all .8s !important;
}

.partners-index-wrapper .partners-index .section-item-image:hover, .partners-index-wrapper_w .partners-index .section-item-image:hover {
    /*	-webkit-filter: none;
	   -moz-filter: none;
	    -ms-filter: none;
	     -o-filter: none;
	        filter: none;*/
}

.partners-index-wrapper .partners-index .core-slider-nav, .partners-index-wrapper_w .partners-index .core-slider-nav {
    position: absolute;
    width: 100%;
    margin-top: 2.2rem;
}

.partners-index-wrapper .partners-index .core-slide-next, .partners-index-wrapper_w .partners-index .core-slide-next {
    float: right;
}

.slider-nav {
    box-sizing: border-box;
    /*width: 120rem;*/
    /*max-width:1200px;*/
    margin: 0 auto;
    position: relative;
    top: -9.5rem;
    z-index: 1;
}

.slider-nav::after {
    display: table;
    clear: both;
    content: '\0020';
}

.slider-nav .owl-prev, .slider-nav .owl-next {
    height: 2rem;
    width: 1.2rem;
    text-indent: -5rem;
    overflow: hidden;
}

.slider-nav .owl-prev {
    float: left;
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%203.4%20(381)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Eback%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index_1200_fonts%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-1320.000000%2C%20-645.000000)%22%20fill%3D%22%23c8a665%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%221%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(-10.000000%2C%20-60.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D1%82%D0%B5%D0%BA%D1%81%D1%82-%D1%81%D0%BB%D0%B0%D0%B9%D0%B4%D0%B5%D1%80%D0%B0%22%20transform%3D%22translate(210.000000%2C%20561.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1122.01231%2C164%20C1122.52923%2C164%201123.04615%2C163.777983%201123.41538%2C163.407956%20L1131.39077%2C155.415356%20C1132.20308%2C154.601295%201132.20308%2C153.343201%201131.39077%2C152.603145%20L1123.41538%2C144.610546%20C1122.60308%2C143.796485%201121.34769%2C143.796485%201120.60923%2C144.610546%20C1119.79692%2C145.424607%201119.79692%2C146.682701%201120.60923%2C147.422757%20L1127.18154%2C154.009251%20L1120.60923%2C160.595745%20C1119.79692%2C161.409806%201119.79692%2C162.6679%201120.60923%2C163.407956%20C1120.97846%2C163.777983%201121.49538%2C164%201122.01231%2C164%20Z%22%20id%3D%22back%22%20transform%3D%22translate(1126.000000%2C%20154.000000)%20scale(-1%2C%201)%20translate(-1126.000000%2C%20-154.000000)%20%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.slider-nav .owl-next {
    float: right;
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2212px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2012%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%203.4%20(381)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3Enext%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22index_1200_fonts%22%20sketch%3Atype%3D%22MSArtboardGroup%22%20transform%3D%22translate(-1358.000000%2C%20-645.000000)%22%20fill%3D%22%23c8a665%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%221%22%20sketch%3Atype%3D%22MSLayerGroup%22%20transform%3D%22translate(-10.000000%2C%20-60.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%D1%82%D0%B5%D0%BA%D1%81%D1%82-%D1%81%D0%BB%D0%B0%D0%B9%D0%B4%D0%B5%D1%80%D0%B0%22%20transform%3D%22translate(210.000000%2C%20561.000000)%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1160.01231%2C164%20C1160.52923%2C164%201161.04615%2C163.777983%201161.41538%2C163.407956%20L1169.39077%2C155.415356%20C1170.20308%2C154.601295%201170.20308%2C153.343201%201169.39077%2C152.603145%20L1161.41538%2C144.610546%20C1160.60308%2C143.796485%201159.34769%2C143.796485%201158.60923%2C144.610546%20C1157.79692%2C145.424607%201157.79692%2C146.682701%201158.60923%2C147.422757%20L1165.18154%2C154.009251%20L1158.60923%2C160.595745%20C1157.79692%2C161.409806%201157.79692%2C162.6679%201158.60923%2C163.407956%20C1158.97846%2C163.777983%201159.49538%2C164%201160.01231%2C164%20Z%22%20id%3D%22next%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.vacancies {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.vacancies::after {
    display: table;
    clear: both;
    content: '\0020';
}

.vacancies .section-description {
    box-sizing: border-box;
}

.vacancies .section-description .description-title {
    margin-bottom: 1.8rem;
}

.vacancies .section-items {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 3rem;
}

.vacancies .section-item {
    margin-bottom: 3rem;
}

.vacancies .section-item-title {
    font-size: 2rem;
    line-height: 2rem;
    color: #004fa9;
    display: inline;
    border-bottom: 1px dashed #004fa9;
}

.vacancies .section-item-content {
    display: none;
    margin-top: 2rem;
}

.vacancies .section-item-content.-active {
    display: block;
}

.vacancies .section-item-content-tag {
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: inline-block;
    color: #6b6b6b;
    background: #e4e4e4;
    padding: .4rem .8rem;
    border-radius: 3px;
    margin-bottom: 2.5rem;
}

.vacancies .section-item-content-text b {
    /*	font: 1.4rem/1.4rem 'Calibri-Bold';*/
}

.vacancies .section-item-content-text ul {
    padding-left: 1.6rem;
    margin-bottom: 3rem;
}

.vacancies .section-item-content-text ul li {
    padding-left: .5rem;
}

.vacancies .section-item-content-interested {
    padding: 2rem;
    border: 1px solid #004fa9;
    border-radius: 3px;
}

.vacancies .section-item-content-interested-title {
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #004fa9;
    margin-bottom: .5rem;
}

.documents {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.documents::after {
    display: table;
    clear: both;
    content: '\0020';
}

.documents .section-items {
    float: left;
    /*width: 120rem;*/
    /*max-width:1200px;*/
    box-sizing: border-box;
    overflow: hidden;
    padding: 1.5rem 3rem;
}

.documents .section-item {
    overflow: hidden;
    margin-bottom: 2rem;
    display: table;
}

.documents .section-item-link {
    min-height: 3rem;
    height: 3rem;
    display: table-cell;
    vertical-align: middle;
    padding-left: 4.1rem;
}

.documents .section-item-link-pdf {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2228%22%20viewBox%3D%220%200%2020%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%3E%3Cpath%20d%3D%22m11.135.164l-.004-.004h-10.2c-.436%200-.79.353-.79.79v26.07c0%20.436.353.79.79.79h18.17c.436%200%20.79-.354.79-.79v-18.1h-8.755v-8.754%22%20fill%3D%22%23ed5858%22%2F%3E%3Cpath%20fill%3D%22%23f47878%22%20d%3D%22m11.135%208.918h8.755l-8.755-8.754z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20opacity%3D%22.1%22%20d%3D%22m19.891%2017.673v-8.754-.001h-8.755z%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(4.48%2019.04)%22%20fill%3D%22%23f1f2f2%22%3E%3Cpath%20d%3D%22m1.107%203.226v1.621h-1.06v-4.705h1.66c1.186%200%201.778.5%201.778%201.5%200%20.472-.17.854-.51%201.147-.34.292-.795.438-1.364.438h-.505m0-2.27v1.467h.417c.564%200%20.846-.247.846-.742%200-.483-.282-.725-.846-.725h-.417%22%2F%3E%3Cpath%20d%3D%22m4%204.846v-4.705h1.667c1.671%200%202.507.765%202.507%202.294%200%20.733-.228%201.318-.684%201.755-.456.437-1.064.656-1.823.656h-1.667m1.06-3.842v2.982h.525c.459%200%20.82-.138%201.081-.414.262-.276.392-.65.392-1.125%200-.448-.13-.801-.389-1.058-.259-.257-.623-.386-1.091-.386h-.519%22%2F%3E%3Cpath%20d%3D%22m11.501%201h-1.66v1.159h1.526v.861h-1.526v1.826h-1.06v-4.705h2.721v.859z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.documents .section-item-link-doc {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2228%22%20viewBox%3D%220%200%2020%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%3E%3Cpath%20d%3D%22m11.157.164l-.004-.004h-10.2c-.436%200-.79.353-.79.79v26.07c0%20.436.354.79.79.79h18.17c.436%200%20.79-.354.79-.79v-18.1h-8.755v-8.754%22%20fill%3D%22%2348b8f7%22%2F%3E%3Cpath%20fill%3D%22%236bd0fc%22%20d%3D%22m11.157%208.918h8.754l-8.754-8.754z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20opacity%3D%22.1%22%20d%3D%22m19.912%2017.673v-8.754-.001h-8.754z%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(3.584%2019.04)%22%20fill%3D%22%23f1f2f2%22%3E%3Cpath%20d%3D%22m.131%204.847v-4.705h1.667c1.671%200%202.507.764%202.507%202.293%200%20.733-.228%201.318-.684%201.756-.456.437-1.064.656-1.823.656h-1.667m1.06-3.842v2.983h.525c.459%200%20.82-.138%201.081-.414.261-.276.392-.651.392-1.126%200-.448-.129-.801-.389-1.058-.259-.257-.623-.386-1.091-.386h-.519%22%2F%3E%3Cpath%20d%3D%22m6.9%204.928c-.674%200-1.223-.219-1.647-.658-.424-.438-.637-1.01-.637-1.714%200-.744.215-1.345.646-1.805.431-.459%201-.689%201.713-.689.672%200%201.215.22%201.629.659.414.44.622%201.019.622%201.739%200%20.739-.215%201.336-.645%201.788-.429.453-.99.679-1.681.679m.046-3.954c-.372%200-.667.139-.886.418-.219.279-.328.648-.328%201.107%200%20.466.109.835.328%201.106.219.271.505.407.86.407.365%200%20.655-.132.869-.396.214-.264.322-.63.322-1.098%200-.488-.104-.867-.312-1.138-.208-.271-.492-.407-.853-.407%22%2F%3E%3Cpath%20d%3D%22m13.206%204.679c-.343.166-.792.249-1.345.249-.722%200-1.29-.212-1.703-.637-.414-.424-.62-.99-.62-1.696%200-.752.232-1.363.697-1.831.465-.468%201.068-.702%201.81-.702.459%200%20.846.058%201.162.174v1.021c-.315-.188-.674-.282-1.076-.282-.442%200-.798.139-1.07.416-.271.278-.407.654-.407%201.129%200%20.455.128.818.384%201.088.256.27.601.406%201.034.406.414%200%20.792-.101%201.135-.302v.968%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.documents .section-item-link-xls {
    background-image: url('/local/src/css/../i/components/bitrix/news.list/projects-npa/document-xls.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.electronic-journals-list .section-items {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.electronic-journals-list .section-items::after {
    display: table;
    clear: both;
    content: '\0020';
}

.electronic-journals-list .section-item {
    box-sizing: border-box;
    float: left;
    width: 25rem;
 /*   min-height: 36rem;*/
    margin-bottom: 2rem;
}

.electronic-journals-list .section-item-link {
    display: block;
}

.electronic-journals-list .section-item-link figure img {
    display: block;
    margin: 0 auto 10px;
    height: 350px;
    width: 250px;
}

.electronic-journals-list .section-item-link figure figcaption {
    text-align: center;
}


.comments-title {
    color: #808080;
    font-size: 18px;
    margin-bottom: 1rem;
    padding: 0 1rem;
}

.members {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.members::after {
    display: table;
    clear: both;
    content: '\0020';
}

.members .catalog-section-list, .members .catalog-section-list-2 {
    box-sizing: border-box;
    float: left;
    /*width: 120rem;*/
    /*max-width:1200px;*/
    width: 32rem;
}

.members .catalog-section-list .section-title, .members .catalog-section-list-2 .section-title {
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #323232;
    width: 6rem;
    float: left;
    padding: .7rem 3rem;
}

.members .catalog-section-list .section-items, .members .catalog-section-list-2 .section-items {
    /*width: 107rem;*/
    float: left;
    overflow: hidden;
}

.members .catalog-section-list .section-item, .members .catalog-section-list-2 .section-item {
    color: #004fa9;
    padding: .7rem 1rem;
    margin: 0 .5rem .5rem;
    display: inline-block;
}

.members .catalog-section-list .section-item-active, .members .catalog-section-list-2 .section-item-active {
    background: #c8a665;
    color: #fff;
    border-radius: 3px;
}

.members .catalog-section .section-items {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    /*max-width:1200px;*/
    overflow: hidden;
    padding: 3rem 0;
}

.members .catalog-section .section-items::after {
    display: table;
    clear: both;
    content: '\0020';
}

.members .catalog-section .section-item {
    box-sizing: border-box;
    float: left;
    width: 26rem;
    height: 30rem;
    display: table;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    margin: 7px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
}

.members .catalog-section .section-item-link {
    color: #323232;
    text-decoration: none;
}

.members .catalog-section .section-item:hover {
    background: #f2f2f2;
}

.members .catalog-section .section-item-image-wrapper {
    min-height: 10.5rem;
    text-align: center;
    /*	        transition: .5s bottom ease;
	-webkit-transition: .5s bottom ease;*/
    transition: 500ms;
    -webkit-transition: 500ms;
    position: relative;
    bottom: -5rem;
}

.members .catalog-section .section-item:hover .section-item-image-wrapper {
    display: block;
    position: relative;
    bottom: -5em;
    transform: scale(1.5);
}

.members .catalog-section .section-item-text {
    font-size: 1.3rem;
    line-height: 1.3rem;
    text-align: center;
    position: relative;
    top: 6rem;
    opacity: 0.2;
    transition: .4s opacity ease;
    -webkit-transition: .4s opacity ease;
    padding: 0 3rem;
    box-sizing: border-box;
}

.members .catalog-section .section-item-text-adress {
    margin-bottom: 2rem;
}

.members .catalog-section .section-item:hover .section-item-text {
    opacity: 1;
}


.leadership .page-title {
    margin-bottom: 0;
}

.leadership-catalog-wrapper {
    /*background-color: #f2f2f2;*/
    overflow: hidden;
}

.leadership-catalog-wrapper .leadership-catalog {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.leadership-catalog-wrapper .leadership-catalog::after {
    display: table;
    clear: both;
    content: '\0020';
}

.leadership-catalog-wrapper .leadership-catalog-title {
    /*font: 3.2rem/3.2rem Calibri-Light;*/
    color: #403300;
    padding: 4.3rem 0 3.5rem 3rem;
}

.leadership-catalog-wrapper .leadership-catalog .leadership-elements {
    overflow: hidden;
   /* margin-bottom: 4rem;*/
}

.leadership-catalog-wrapper .leadership-catalog .leadership-elements-item-wrapper {
    box-sizing: border-box;
    /*float: left;
    width: 40rem;*/
    margin-bottom: 2rem;
}

.leadership-catalog-wrapper .leadership-catalog .leadership-elements-item-wrapper:first-child {
    /*width: 100%;*/
}

.leadership-catalog-wrapper .leadership-catalog .leadership-elements-item-wrapper:first-child .leadership-elements-item {
/*    width: 38rem;*/
    padding: 10px;
}

.leadership-catalog-wrapper .leadership-catalog .leadership-elements-item-wrapper .leadership-elements-item {
    /*margin: 0 1rem;*/
    background: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
}

.leadership-catalog-wrapper .leadership-catalog .leadership-elements-item-wrapper .leadership-elements-item-image {
    /* width: 17rem;
   * height: 17rem;
     float: left;*/

}

.leadership-catalog-wrapper .leadership-catalog .leadership-elements-item-wrapper .leadership-elements-item-content {
/*    width: 21rem;
    float: left;*/
    padding: 1.5rem 2rem;
    box-sizing: border-box;
}

.leadership-catalog-wrapper .leadership-catalog .leadership-elements-item-wrapper .leadership-elements-item-content .content-title {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #004fa9;
    margin-bottom: 1.5rem;
}

.leadership-catalog-elements {
   /* padding: 6rem 0;*/
}

.leadership-catalog-elements .leadership-elements {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.leadership-catalog-elements .leadership-elements::after {
    display: table;
    clear: both;
    content: '\0020';
}

.leadership-catalog-elements .leadership-elements .leadership-elements-item-wrapper {
    box-sizing: border-box;
    float: left;
/*    width: 60rem;*/
}

.leadership-catalog-elements .leadership-elements .leadership-elements-item-wrapper .leadership-elements-item {
    margin: 1rem 0;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 2.5rem;
    min-height: 250px;
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.leadership-catalog-elements .leadership-elements .leadership-elements-item-wrapper .leadership-elements-item-content .content-title {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 1.5rem;
    color: #808080;
}
.leadership-catalog-elements .leadership-elements .leadership-elements-item-wrapper .leadership-elements-item-content .content-title a {
    font-size: 22px;
    line-height: 1.8rem;
    margin-bottom: 1.5rem;
    font-family: "Bitter";
}
.leader_s{
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.catalog-structure::after {
    display: table;
    clear: both;
    content: '\0020';
}

.catalog-structure .section-descriptions {
    overflow: hidden;
    margin-bottom: 4rem;
}

.catalog-structure .section-descriptions p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-style: italic;
    color: #323232;
    margin-bottom: 1.5rem;
}

.catalog-structure .catalog-structure-elements {
    margin-bottom: 6rem;
}

.catalog-structure .catalog-structure-elements .section-item {
    margin-bottom: 2rem;
}

.catalog-structure .catalog-structure-elements .section-item .item-title {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #004fa9;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

.catalog-structure .catalog-structure-elements .section-item .item-title:hover {
    text-decoration: underline;
}

.catalog-structure .catalog-structure-elements .section-item .item-text {
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #323232;
}

.catalog-structure .catalog-structure-catalog {
    margin-bottom: 3.5rem;
}

.catalog-structure .catalog-structure-catalog .section-title {
    /*font: 3.2rem/3.2rem 'Calibri-Light';*/
    margin-bottom: 2.5rem;
}

.catalog-structure .catalog-structure-catalog .section-item {
    border-left: 10px solid #e9a744;
   /* padding: 10px;*/
    margin-bottom: 10px;
    transition: background .3s ease;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    display: block;
}

.catalog-structure .catalog-structure-catalog .section-item:hover {
    background: #f2f2f2;
    border-left: 10px solid #2f4faa;
}

.catalog-structure .catalog-structure-catalog .section-item .item-title {
    font-size: 1.2rem;
    /*line-height: 1.8rem;*/
    color: #004fa9;
    display: block;
    text-decoration: none;
    /*margin-bottom: 1.5rem;*/
    padding: 15px;
}

.catalog-structure .catalog-structure-catalog .section-item .item-title:hover {
    text-decoration: underline;
}

.catalog-structure .catalog-structure-catalog .section-item .item-text {
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #323232;
}

.catalog-element-structure-detail {
    /* box-sizing: border-box;
    margin: 0 auto;
   width: 120rem;*/
    /*max-width:1200px;*/
}

.catalog-element-structure-detail::after {
    display: table;
    clear: both;
    content: '\0020';
}

.catalog-element-structure-detail .section-title {
    /*	margin-bottom: 5rem;
	padding: 0 3rem 0 3rem;
	min-height: 14.5rem;*/
    margin: 0 auto;
    max-width: 1000px;
    box-sizing: border-box;
    position: absolute;
    top: 200px;
    left: 200px;
    display: inline-block;
}

.catalog-element-structure-detail .section-title .title {
    color: #fff;
    font-size: 35px;
    font-family: 'Bitter', sans-serif;
    border-left: 3px solid #e9a744;
    padding: 0 0 0 10px;
}

.catalog-element-structure-detail .section-title .title {
    /*font: 6.4rem/6rem 'Calibri-Light';*/
    color: #fff;
}

.-i-c .section-content .section-detail-text {
    float: none;
}

.block-accordion {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.block-accordion::after {
    display: table;
    clear: both;
    content: '\0020';
}

.block-accordion .accordion-items {
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
}

.block-accordion .accordion-items input[type=checkbox]:checked + label + div {
    max-height: 1000rem;
    background: #f6f6f6;
    margin-bottom: 2rem;
    padding: 2rem;
    opacity: 1;
}

.block-accordion .accordion-item-title {
    font-size: 2rem;
    line-height: 2rem;
    color: #004fa9;
    display: inline;
    border-bottom: 1px dashed #004fa9;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.block-accordion .accordion-item label {
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #004fa9;
    display: inline-block;
    border-bottom: 1px dashed transparent;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    cursor: pointer;
    margin-bottom: 1rem;
    background-image: url("/local/src/i/str_chek.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.block-accordion .accordion-item label:hover {
    border-bottom: 1px dashed #004fa9;
}

.block-accordion .accordion-item .item-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 2rem;
    opacity: 0;
    -webkit-transition: max-height .5s ease-in-out, padding .5s ease-in-out, opacity .3s ease-in-out;
    transition: max-height .5s ease-in-out, padding .5s ease-in-out, opacity .3s ease-in-out;
}

.block-accordion .accordion-item .item-content-text {
    margin-bottom: 1rem;
}

.block-accordion .accordion-item .item-content-text b {
    /*font: 1.4rem/1.4rem 'Calibri-Bold';*/
}

.block-accordion .accordion-item .item-content-text ol {
    margin: 1rem 0 1rem 0;
    padding-left: 1.5rem;
}

.block-accordion .accordion-item .item-content-text ol li {
    padding-left: .5rem;
}

.block-accordion .accordion-item .item-content-text ul {
    margin: 1rem 0 1rem 0;
    padding-left: 1.5rem;
}

.block-accordion .accordion-item .item-content-text ul li {
    padding-left: .5rem;
}

.table-simple {
    width: 100%;
}

.table-simple tr:nth-child(odd) {
    background: #f6f6f6;
}

.table-simple tr:nth-child(even) {
    background: #fff;
}

.table-simple tr td {
    border: 1px solid #dedede;
    padding: 1rem;
}

.table {
    width: 100%;
}

.table .bg-color {
    background: #f6f6f6;
}

.table .bg-color td {
    text-align: center;
}

.table tr td {
    border: 1px solid #dedede;
    padding: 1rem;
}

.link {
    line-height: 3rem;
    display: block;
    padding-left: 4rem;
}
.link.pdf {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2228%22%20viewBox%3D%220%200%2020%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%3E%3Cpath%20d%3D%22m11.135.164l-.004-.004h-10.2c-.436%200-.79.353-.79.79v26.07c0%20.436.353.79.79.79h18.17c.436%200%20.79-.354.79-.79v-18.1h-8.755v-8.754%22%20fill%3D%22%23ed5858%22%2F%3E%3Cpath%20fill%3D%22%23f47878%22%20d%3D%22m11.135%208.918h8.755l-8.755-8.754z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20opacity%3D%22.1%22%20d%3D%22m19.891%2017.673v-8.754-.001h-8.755z%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(4.48%2019.04)%22%20fill%3D%22%23f1f2f2%22%3E%3Cpath%20d%3D%22m1.107%203.226v1.621h-1.06v-4.705h1.66c1.186%200%201.778.5%201.778%201.5%200%20.472-.17.854-.51%201.147-.34.292-.795.438-1.364.438h-.505m0-2.27v1.467h.417c.564%200%20.846-.247.846-.742%200-.483-.282-.725-.846-.725h-.417%22%2F%3E%3Cpath%20d%3D%22m4%204.846v-4.705h1.667c1.671%200%202.507.765%202.507%202.294%200%20.733-.228%201.318-.684%201.755-.456.437-1.064.656-1.823.656h-1.667m1.06-3.842v2.982h.525c.459%200%20.82-.138%201.081-.414.262-.276.392-.65.392-1.125%200-.448-.13-.801-.389-1.058-.259-.257-.623-.386-1.091-.386h-.519%22%2F%3E%3Cpath%20d%3D%22m11.501%201h-1.66v1.159h1.526v.861h-1.526v1.826h-1.06v-4.705h2.721v.859z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}
.link.doc {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2228%22%20viewBox%3D%220%200%2020%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%3E%3Cpath%20d%3D%22m11.157.164l-.004-.004h-10.2c-.436%200-.79.353-.79.79v26.07c0%20.436.354.79.79.79h18.17c.436%200%20.79-.354.79-.79v-18.1h-8.755v-8.754%22%20fill%3D%22%2348b8f7%22%2F%3E%3Cpath%20fill%3D%22%236bd0fc%22%20d%3D%22m11.157%208.918h8.754l-8.754-8.754z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20opacity%3D%22.1%22%20d%3D%22m19.912%2017.673v-8.754-.001h-8.754z%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(3.584%2019.04)%22%20fill%3D%22%23f1f2f2%22%3E%3Cpath%20d%3D%22m.131%204.847v-4.705h1.667c1.671%200%202.507.764%202.507%202.293%200%20.733-.228%201.318-.684%201.756-.456.437-1.064.656-1.823.656h-1.667m1.06-3.842v2.983h.525c.459%200%20.82-.138%201.081-.414.261-.276.392-.651.392-1.126%200-.448-.129-.801-.389-1.058-.259-.257-.623-.386-1.091-.386h-.519%22%2F%3E%3Cpath%20d%3D%22m6.9%204.928c-.674%200-1.223-.219-1.647-.658-.424-.438-.637-1.01-.637-1.714%200-.744.215-1.345.646-1.805.431-.459%201-.689%201.713-.689.672%200%201.215.22%201.629.659.414.44.622%201.019.622%201.739%200%20.739-.215%201.336-.645%201.788-.429.453-.99.679-1.681.679m.046-3.954c-.372%200-.667.139-.886.418-.219.279-.328.648-.328%201.107%200%20.466.109.835.328%201.106.219.271.505.407.86.407.365%200%20.655-.132.869-.396.214-.264.322-.63.322-1.098%200-.488-.104-.867-.312-1.138-.208-.271-.492-.407-.853-.407%22%2F%3E%3Cpath%20d%3D%22m13.206%204.679c-.343.166-.792.249-1.345.249-.722%200-1.29-.212-1.703-.637-.414-.424-.62-.99-.62-1.696%200-.752.232-1.363.697-1.831.465-.468%201.068-.702%201.81-.702.459%200%20.846.058%201.162.174v1.021c-.315-.188-.674-.282-1.076-.282-.442%200-.798.139-1.07.416-.271.278-.407.654-.407%201.129%200%20.455.128.818.384%201.088.256.27.601.406%201.034.406.414%200%20.792-.101%201.135-.302v.968%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}
.link.xls {
    background-image: url('/local/src/css/../i/components/bitrix/news.list/projects-npa/document-xls.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
}
.link.ppt {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2228%22%20viewBox%3D%220%200%2020%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(.064)%22%3E%3Cg%3E%3Cpath%20d%3D%22m11.146.164l-.004-.004h-10.2c-.436%200-.79.353-.79.79v26.07c0%20.436.354.79.79.79h18.17c.436%200%20.79-.354.79-.79v-18.1h-8.755v-8.754%22%20fill%3D%22%23f7984b%22%2F%3E%3Cpath%20fill%3D%22%23fcab75%22%20d%3D%22m11.146%208.918h8.755l-8.755-8.754z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20opacity%3D%22.1%22%20d%3D%22m19.902%2017.673v-8.754l-.001-.001h-8.755z%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(4.48%2019.04)%22%20fill%3D%22%23f1f2f2%22%3E%3Cpath%20d%3D%22m1.271%203.226v1.621h-1.06v-4.705h1.66c1.186%200%201.778.5%201.778%201.499%200%20.472-.17.855-.51%201.147-.34.292-.795.438-1.363.438h-.505m0-2.27v1.467h.416c.564%200%20.846-.247.846-.742%200-.483-.282-.725-.846-.725h-.416%22%2F%3E%3Cpath%20d%3D%22m5.223%203.226v1.621h-1.06v-4.705h1.66c1.186%200%201.778.5%201.778%201.499%200%20.472-.17.855-.51%201.147-.34.292-.795.438-1.364.438h-.505m0-2.27v1.467h.417c.564%200%20.846-.247.846-.742%200-.483-.282-.725-.846-.725h-.417%22%2F%3E%3Cpath%20d%3D%22m11.421%201h-1.341v3.847h-1.06v-3.847h-1.339v-.859h3.74z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}
.link.zip {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2228%22%20viewBox%3D%220%200%2020%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%3E%3Cpath%20d%3D%22m11.03.164l-.004-.004h-10.2c-.436%200-.79.353-.79.79v26.07c0%20.436.354.79.79.79h18.17c.436%200%20.79-.354.79-.79v-18.1h-8.755v-8.754%22%20fill%3D%22%2338c1ba%22%2F%3E%3Cpath%20fill%3D%22%2352ccc3%22%20d%3D%22m11.03%208.918h8.753l-8.753-8.754z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20opacity%3D%22.1%22%20d%3D%22m19.784%2017.673v-8.754-.001h-8.753z%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(4.928%2019.04)%22%20fill%3D%22%23f1f2f2%22%3E%3Cpath%20d%3D%22m3.988%204.847h-3.79v-.611l2.412-3.236h-2.238v-.859h3.609v.594l-2.359%203.252h2.366v.86%22%2F%3E%3Cpath%20d%3D%22m5.959.141v.821h-.393v3.068h.393v.817h-1.847v-.817h.394v-3.068h-.394v-.821h1.847%22%2F%3E%3Cpath%20d%3D%22m7.52%203.226v1.621h-1.06v-4.705h1.66c1.186%200%201.778.5%201.778%201.499%200%20.472-.17.855-.51%201.147-.34.292-.795.438-1.363.438h-.505m0-2.27v1.467h.417c.564%200%20.846-.247.846-.742%200-.483-.282-.725-.846-.725h-.417%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}
.blok_shad {
    border-left: 10px solid #e9a744;
    margin-bottom: 10px;
    transition: background .3s ease;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    display: block;
}
.blok_shad:hover {
    background: #f2f2f2;
    border-left: 10px solid #2f4faa;
}
.catalog-structure0 .catalog-structure-menu {
    padding: 0;
    margin-bottom: 10px;
    transition: background .3s ease;
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);*/
    border-radius: 5px;
}

.catalog-structure0 .catalog-structure-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.catalog-structure0 .catalog-structure-menu ul li {
    border-bottom: 1px solid #b5bcc7;
    padding: 10px 10px 10px 30px;
    background-image: url('/local/src/i/srt_menu.jpg');
    background-position: left 13px;
    background-repeat: no-repeat;
}

.catalog-structure0 .catalog-structure-menu ul li:first-child {
   /* padding-top: 0;*/
}

.catalog-structure0 .catalog-structure-menu ul li:last-child {
   /* border-bottom: none;*/
}

.catalog-structure0 .catalog-structure-menu ul li a {
    color: #333333;
    display: inline-block;
}

.catalog-structure {
    box-sizing: border-box;
    /*margin: 0 auto;*/
    /*width: 120rem;*/
    /*max-width:1200px;*/
    padding: 0;
}

.catalog-structure::after {
    display: table;
    clear: both;
    content: '\0020';
}

.catalog-structure .section-descriptions {
    overflow: hidden;
    margin-bottom: 4rem;
}

.catalog-structure .section-descriptions p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-style: italic;
    color: #323232;
    margin-bottom: 1.5rem;
}

.catalog-structure .catalog-structure-menu {
    box-sizing: border-box;
    /*float: left;
    width: 25rem;*/
    border-radius: 3px;
    color: #fff;
    background: #097eba;
    overflow: hidden;
    margin-bottom: 20px;
}


.catalog-structure .catalog-structure-menu-items {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #b5bcc7;
}

.catalog-structure .catalog-structure-menu-item {
   	border-bottom: 1px solid #ffffff;
	 /*overflow: hidden;*/
}

.catalog-structure .catalog-structure-menu-item:hover {
    cursor: pointer;
 }

 .catalog-structure .catalog-structure-menu-item:first-child {
    /* border: none;*/
}

.catalog-structure .catalog-structure-menu-item-link {
    /*font-size: 1.5rem;
	line-height: 1;*/
    color: #fff;
    margin: 0 0 0 10px;
    /*padding: 1.95rem;*/
    padding: 10px 10px 10px 20px;
    display: inline-block;
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%226px%22%20height%3D%2210px%22%20viewBox%3D%220%200%206%2010%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%2039.1%20(31720)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3EB8CBEDDC-944F-47FA-9AF0-3A7CB1D7A46A%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22catalog-copy%22%20transform%3D%22translate(-227.000000%2C%20-674.000000)%22%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Menu-Copy-2%22%20transform%3D%22translate(200.000000%2C%20480.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22user-copy%22%20transform%3D%22translate(0.000000%2C%20189.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(27.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.73146293%2C9.76953908%20L1.06212425%2C5.1002004%20C1.00200401%2C5.04008016%200.911823647%2C5%200.831663327%2C5%20C0.751503006%2C5%200.661322645%2C5.04008016%200.601202405%2C5.1002004%20L0.100200401%2C5.6012024%20C0.0400801603%2C5.66132265%200%2C5.75150301%200%2C5.83166333%20C0%2C5.91182365%200.0400801603%2C6.00200401%200.100200401%2C6.06212425%20L4.03807615%2C10%20L0.100200401%2C13.9378758%20C0.0400801603%2C13.997996%200%2C14.0881764%200%2C14.1683367%20C0%2C14.258517%200.0400801603%2C14.3386774%200.100200401%2C14.3987976%20L0.601202405%2C14.8997996%20C0.661322645%2C14.9599198%200.751503006%2C15%200.831663327%2C15%20C0.911823647%2C15%201.00200401%2C14.9599198%201.06212425%2C14.8997996%20L5.73146293%2C10.2304609%20C5.79158317%2C10.1703407%205.83166333%2C10.0801603%205.83166333%2C10%20C5.83166333%2C9.91983968%205.79158317%2C9.82965932%205.73146293%2C9.76953908%20Z%22%20id%3D%22down-copy%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
    /*background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2210px%22%20height%3D%226px%22%20viewBox%3D%220%200%2010%206%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%2039.1%20(31720)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3EA2D09C24-F56F-4D10-82F7-B3755B57C262%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22catalog-copy%22%20transform%3D%22translate(-225.000000%2C%20-506.000000)%22%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Menu-Copy-2%22%20transform%3D%22translate(200.000000%2C%20480.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22user%22%20transform%3D%22translate(0.000000%2C%2019.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(25.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.81563126%2C9.68537074%20L3.14629259%2C5.01603206%20C3.08617234%2C4.95591182%202.99599198%2C4.91583166%202.91583166%2C4.91583166%20C2.83567134%2C4.91583166%202.74549098%2C4.95591182%202.68537074%2C5.01603206%20L2.18436874%2C5.51703407%20C2.1242485%2C5.57715431%202.08416834%2C5.66733467%202.08416834%2C5.74749499%20C2.08416834%2C5.82765531%202.1242485%2C5.91783567%202.18436874%2C5.97795591%20L6.12224449%2C9.91583166%20L2.18436874%2C13.8537074%20C2.1242485%2C13.9138277%202.08416834%2C14.004008%202.08416834%2C14.0841683%20C2.08416834%2C14.1743487%202.1242485%2C14.254509%202.18436874%2C14.3146293%20L2.68537074%2C14.8156313%20C2.74549098%2C14.8757515%202.83567134%2C14.9158317%202.91583166%2C14.9158317%20C2.99599198%2C14.9158317%203.08617234%2C14.8757515%203.14629259%2C14.8156313%20L7.81563126%2C10.1462926%20C7.8757515%2C10.0861723%207.91583166%2C9.99599198%207.91583166%2C9.91583166%20C7.91583166%2C9.83567134%207.8757515%2C9.74549098%207.81563126%2C9.68537074%20Z%22%20id%3D%22down%22%20transform%3D%22translate(5.000000%2C%209.915832)%20rotate(90.000000)%20translate(-5.000000%2C%20-9.915832)%20%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');*/
    background-repeat: no-repeat;
    background-position: 0 1.1rem;
    text-transform: uppercase;
}
.catalog-structure .catalog-structure-menu-item.-active .catalog-structure-menu-item-link{
    /*color:#ffb400;*/
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2210px%22%20height%3D%226px%22%20viewBox%3D%220%200%2010%206%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20sketchtool%2039.1%20(31720)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3EA2D09C24-F56F-4D10-82F7-B3755B57C262%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20sketchtool.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22catalog-copy%22%20transform%3D%22translate(-225.000000%2C%20-506.000000)%22%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Menu-Copy-2%22%20transform%3D%22translate(200.000000%2C%20480.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22user%22%20transform%3D%22translate(0.000000%2C%2019.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate(25.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.81563126%2C9.68537074%20L3.14629259%2C5.01603206%20C3.08617234%2C4.95591182%202.99599198%2C4.91583166%202.91583166%2C4.91583166%20C2.83567134%2C4.91583166%202.74549098%2C4.95591182%202.68537074%2C5.01603206%20L2.18436874%2C5.51703407%20C2.1242485%2C5.57715431%202.08416834%2C5.66733467%202.08416834%2C5.74749499%20C2.08416834%2C5.82765531%202.1242485%2C5.91783567%202.18436874%2C5.97795591%20L6.12224449%2C9.91583166%20L2.18436874%2C13.8537074%20C2.1242485%2C13.9138277%202.08416834%2C14.004008%202.08416834%2C14.0841683%20C2.08416834%2C14.1743487%202.1242485%2C14.254509%202.18436874%2C14.3146293%20L2.68537074%2C14.8156313%20C2.74549098%2C14.8757515%202.83567134%2C14.9158317%202.91583166%2C14.9158317%20C2.99599198%2C14.9158317%203.08617234%2C14.8757515%203.14629259%2C14.8156313%20L7.81563126%2C10.1462926%20C7.8757515%2C10.0861723%207.91583166%2C9.99599198%207.91583166%2C9.91583166%20C7.91583166%2C9.83567134%207.8757515%2C9.74549098%207.81563126%2C9.68537074%20Z%22%20id%3D%22down%22%20transform%3D%22translate(5.000000%2C%209.915832)%20rotate(90.000000)%20translate(-5.000000%2C%20-9.915832)%20%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}
.catalog-structure-submenu-item.-active .catalog-structure-submenu-item-link{
    background-color: #f1f1f1;
}
.catalog-structure .catalog-structure-menu-item.-active .catalog-structure-submenu-items {
    display: block;
/*	padding-top: 1rem;
	padding-bottom: 1rem;
	min-height: 5rem;
	height: auto;
	transition: .8s ease height,.8s ease padding-top,.8s ease padding-bottom;*/
    /*background: #c0c0c0;*/
}
/*.catalog-structure .catalog-structure-menu-item.-active .catalog-structure-submenu-items.-active {
    background: #f7ea12;
}*/
.catalog-structure .catalog-structure-submenu {
    overflow: hidden;
}

.catalog-structure .catalog-structure-submenu-items {
    /*height: 0;
	padding-left: 4.5rem;
	padding-right: 2.5rem;
	background: #014087;*/
    background: #fff;
    color: #333333;
    /*	overflow: hidden;*/
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none;
}

.catalog-structure .catalog-structure-submenu-item {
    /*margin: .8rem 0;*/
    border-bottom: 1px solid #b5bcc7;
    background-image: url('/local/src/i/srt_menu.jpg');
    background-position: left 13px;
    background-repeat: no-repeat;
}

.catalog-structure .catalog-structure-submenu-item:last-child {
    margin: 0;
    border-bottom: none;
}

.catalog-structure .catalog-structure-submenu-item-link {
    /*font-size: 1.4rem;*/
    /*line-height: 1.4rem;
	color: #fff;*/
    padding: 10px 10px 10px 30px;
    display: block;
    color: #014087;
}

.catalog-structure .catalog-structure-elements .catalog-structure-menu-items {
    padding: 2rem 3rem;
}

.catalog-structure .catalog-structure-elements .catalog-structure-submenu-item {
    margin: 1rem 0 1rem 1.5rem;
    list-style-type: disc;
}

.catalog-structure .catalog-structure-detail {
    /*	position: relative;*/
    box-sizing: border-box;
    /*	float: left;
	width: 90rem;
	left: 5rem;*/
}

.catalog-structure-detail {
    box-sizing: border-box;
    /*margin: 0 auto;*/
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.catalog-structure-detail::after {
    display: table;
    clear: both;
    content: '\0020';
}

.catalog-structure-detail .section-title {
    margin-bottom: 3rem;
}

.catalog-structure-detail .section-title .title {
    /*font: 3rem/3rem 'Calibri-Light';*/
}

.catalog-structure-detail .section-content {
    width: auto;
}

.catalog-structure-detail .section-content .section-image-wrapper {
    box-sizing: border-box;
    float: left;
    width: 30rem;
    margin-right: 3rem;
    margin-bottom: 3.5rem;
}

.catalog-structure-detail .section-content .section-image-wrapper .section-image {
    display: block;
}

.catalog-structure-detail .section-content .section-preview-text {
    box-sizing: border-box;
    /*float: left;
	width: 60rem;
	font: 1.4rem/1.7rem 'Calibri-Bold';*/
    margin-bottom: 3.5rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #323232;
}

.catalog-structure-detail .section-content .section-detail-text {
    width: 100%;
}

.catalog-structure-detail .section-content .section-detail-text p {
    /*font: 1.4rem/1.7rem 'Calibri';*/
    margin: 0 0 1.8rem 0;
}

.section-detail-share {
    box-sizing: border-box;
    float: left;
    margin-top: 6rem;margin-bottom: 3rem;
}
.section-detail-share .share-text {
    float: left;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: 2rem;
}
.section-detail-share .share-icons {
    float: left;
}

.-i-c .section-content .section-detail-text {
    float: none;
}
/*
.block-accordion {
    box-sizing: border-box;
    margin: 0 auto;
}

.block-accordion::after {
    display: table;
    clear: both;
    content: '\0020';
}

.block-accordion .accordion-items {
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
}

.block-accordion .accordion-items input[type=checkbox]:checked + label + div {
    max-height: 1000rem;
    background: #f6f6f6;
    margin-bottom: 2rem;
    padding: 2rem;
    opacity: 1;
}

.block-accordion .accordion-item-title {
    font-size: 2rem;
    line-height: 2rem;
    color: #004fa9;
    display: inline;
    border-bottom: 1px dashed #004fa9;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.block-accordion .accordion-item label {
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #004fa9;
    display: inline-block;
    border-bottom: 1px dashed transparent;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    cursor: pointer;
    margin-bottom: 1rem;
}

.block-accordion .accordion-item label:hover {
    border-bottom: 1px dashed #004fa9;
}

.block-accordion .accordion-item .item-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 2rem;
    opacity: 0;
    -webkit-transition: max-height .5s ease-in-out, padding .5s ease-in-out, opacity .3s ease-in-out;
    transition: max-height .5s ease-in-out, padding .5s ease-in-out, opacity .3s ease-in-out;
}

.block-accordion .accordion-item .item-content-text {
    margin-bottom: 1rem;
}

.block-accordion .accordion-item .item-content-text b {
}

.block-accordion .accordion-item .item-content-text ol {
    margin: 1rem 0 1rem 0;
    padding-left: 1.5rem;
}

.block-accordion .accordion-item .item-content-text ol li {
    padding-left: .5rem;
}

.block-accordion .accordion-item .item-content-text ul {
    margin: 1rem 0 1rem 0;
    padding-left: 1.5rem;
}

.block-accordion .accordion-item .item-content-text ul li {
    padding-left: .5rem;
}
*/
.table-simple {
    width: 100%;
}

.table-simple tr:nth-child(odd) {
    background: #f6f6f6;
}

.table-simple tr:nth-child(even) {
    background: #fff;
}

.table-simple tr td {
    border: 1px solid #dedede;
    padding: 1rem;
}

.table {
    width: 100%;
}

.table .bg-color {
    background: #f6f6f6;
}

.table .bg-color td {
    text-align: center;
}

.table tr td {
    border: 1px solid #dedede;
    padding: 1rem;
}

/*.link {
    line-height: 3rem;
    display: inline-block;
    padding-left: 4rem;
}
.link.pdf {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2228%22%20viewBox%3D%220%200%2020%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%3E%3Cpath%20d%3D%22m11.135.164l-.004-.004h-10.2c-.436%200-.79.353-.79.79v26.07c0%20.436.353.79.79.79h18.17c.436%200%20.79-.354.79-.79v-18.1h-8.755v-8.754%22%20fill%3D%22%23ed5858%22%2F%3E%3Cpath%20fill%3D%22%23f47878%22%20d%3D%22m11.135%208.918h8.755l-8.755-8.754z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20opacity%3D%22.1%22%20d%3D%22m19.891%2017.673v-8.754-.001h-8.755z%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(4.48%2019.04)%22%20fill%3D%22%23f1f2f2%22%3E%3Cpath%20d%3D%22m1.107%203.226v1.621h-1.06v-4.705h1.66c1.186%200%201.778.5%201.778%201.5%200%20.472-.17.854-.51%201.147-.34.292-.795.438-1.364.438h-.505m0-2.27v1.467h.417c.564%200%20.846-.247.846-.742%200-.483-.282-.725-.846-.725h-.417%22%2F%3E%3Cpath%20d%3D%22m4%204.846v-4.705h1.667c1.671%200%202.507.765%202.507%202.294%200%20.733-.228%201.318-.684%201.755-.456.437-1.064.656-1.823.656h-1.667m1.06-3.842v2.982h.525c.459%200%20.82-.138%201.081-.414.262-.276.392-.65.392-1.125%200-.448-.13-.801-.389-1.058-.259-.257-.623-.386-1.091-.386h-.519%22%2F%3E%3Cpath%20d%3D%22m11.501%201h-1.66v1.159h1.526v.861h-1.526v1.826h-1.06v-4.705h2.721v.859z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}
.link.doc {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2228%22%20viewBox%3D%220%200%2020%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%3E%3Cpath%20d%3D%22m11.157.164l-.004-.004h-10.2c-.436%200-.79.353-.79.79v26.07c0%20.436.354.79.79.79h18.17c.436%200%20.79-.354.79-.79v-18.1h-8.755v-8.754%22%20fill%3D%22%2348b8f7%22%2F%3E%3Cpath%20fill%3D%22%236bd0fc%22%20d%3D%22m11.157%208.918h8.754l-8.754-8.754z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20opacity%3D%22.1%22%20d%3D%22m19.912%2017.673v-8.754-.001h-8.754z%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(3.584%2019.04)%22%20fill%3D%22%23f1f2f2%22%3E%3Cpath%20d%3D%22m.131%204.847v-4.705h1.667c1.671%200%202.507.764%202.507%202.293%200%20.733-.228%201.318-.684%201.756-.456.437-1.064.656-1.823.656h-1.667m1.06-3.842v2.983h.525c.459%200%20.82-.138%201.081-.414.261-.276.392-.651.392-1.126%200-.448-.129-.801-.389-1.058-.259-.257-.623-.386-1.091-.386h-.519%22%2F%3E%3Cpath%20d%3D%22m6.9%204.928c-.674%200-1.223-.219-1.647-.658-.424-.438-.637-1.01-.637-1.714%200-.744.215-1.345.646-1.805.431-.459%201-.689%201.713-.689.672%200%201.215.22%201.629.659.414.44.622%201.019.622%201.739%200%20.739-.215%201.336-.645%201.788-.429.453-.99.679-1.681.679m.046-3.954c-.372%200-.667.139-.886.418-.219.279-.328.648-.328%201.107%200%20.466.109.835.328%201.106.219.271.505.407.86.407.365%200%20.655-.132.869-.396.214-.264.322-.63.322-1.098%200-.488-.104-.867-.312-1.138-.208-.271-.492-.407-.853-.407%22%2F%3E%3Cpath%20d%3D%22m13.206%204.679c-.343.166-.792.249-1.345.249-.722%200-1.29-.212-1.703-.637-.414-.424-.62-.99-.62-1.696%200-.752.232-1.363.697-1.831.465-.468%201.068-.702%201.81-.702.459%200%20.846.058%201.162.174v1.021c-.315-.188-.674-.282-1.076-.282-.442%200-.798.139-1.07.416-.271.278-.407.654-.407%201.129%200%20.455.128.818.384%201.088.256.27.601.406%201.034.406.414%200%20.792-.101%201.135-.302v.968%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}
.link.xls {
    background-image: url('/local/src/css/../i/components/bitrix/news.list/projects-npa/document-xls.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
}
.link.ppt {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2228%22%20viewBox%3D%220%200%2020%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate(.064)%22%3E%3Cg%3E%3Cpath%20d%3D%22m11.146.164l-.004-.004h-10.2c-.436%200-.79.353-.79.79v26.07c0%20.436.354.79.79.79h18.17c.436%200%20.79-.354.79-.79v-18.1h-8.755v-8.754%22%20fill%3D%22%23f7984b%22%2F%3E%3Cpath%20fill%3D%22%23fcab75%22%20d%3D%22m11.146%208.918h8.755l-8.755-8.754z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20opacity%3D%22.1%22%20d%3D%22m19.902%2017.673v-8.754l-.001-.001h-8.755z%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(4.48%2019.04)%22%20fill%3D%22%23f1f2f2%22%3E%3Cpath%20d%3D%22m1.271%203.226v1.621h-1.06v-4.705h1.66c1.186%200%201.778.5%201.778%201.499%200%20.472-.17.855-.51%201.147-.34.292-.795.438-1.363.438h-.505m0-2.27v1.467h.416c.564%200%20.846-.247.846-.742%200-.483-.282-.725-.846-.725h-.416%22%2F%3E%3Cpath%20d%3D%22m5.223%203.226v1.621h-1.06v-4.705h1.66c1.186%200%201.778.5%201.778%201.499%200%20.472-.17.855-.51%201.147-.34.292-.795.438-1.364.438h-.505m0-2.27v1.467h.417c.564%200%20.846-.247.846-.742%200-.483-.282-.725-.846-.725h-.417%22%2F%3E%3Cpath%20d%3D%22m11.421%201h-1.341v3.847h-1.06v-3.847h-1.339v-.859h3.74z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}
.link.zip {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2228%22%20viewBox%3D%220%200%2020%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%3E%3Cpath%20d%3D%22m11.03.164l-.004-.004h-10.2c-.436%200-.79.353-.79.79v26.07c0%20.436.354.79.79.79h18.17c.436%200%20.79-.354.79-.79v-18.1h-8.755v-8.754%22%20fill%3D%22%2338c1ba%22%2F%3E%3Cpath%20fill%3D%22%2352ccc3%22%20d%3D%22m11.03%208.918h8.753l-8.753-8.754z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20opacity%3D%22.1%22%20d%3D%22m19.784%2017.673v-8.754-.001h-8.753z%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(4.928%2019.04)%22%20fill%3D%22%23f1f2f2%22%3E%3Cpath%20d%3D%22m3.988%204.847h-3.79v-.611l2.412-3.236h-2.238v-.859h3.609v.594l-2.359%203.252h2.366v.86%22%2F%3E%3Cpath%20d%3D%22m5.959.141v.821h-.393v3.068h.393v.817h-1.847v-.817h.394v-3.068h-.394v-.821h1.847%22%2F%3E%3Cpath%20d%3D%22m7.52%203.226v1.621h-1.06v-4.705h1.66c1.186%200%201.778.5%201.778%201.499%200%20.472-.17.855-.51%201.147-.34.292-.795.438-1.363.438h-.505m0-2.27v1.467h.417c.564%200%20.846-.247.846-.742%200-.483-.282-.725-.846-.725h-.417%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 0;
    background-repeat: no-repeat;
}
*/
.event-announcement {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.event-announcement::after {
    display: table;
    clear: both;
    content: '\0020';
}

.event-announcement .events-calendar {
    margin-bottom: 10.5rem;
}

.event-announcement .events-calendar .section-title {
    /*font: 3.2rem/3.2rem 'Calibri-Light';*/
    color: #004fa9;
    text-align: center;
    margin-bottom: 4rem;
}

.event-announcement .events-calendar .section-items {
    width: 100%;
}

.event-announcement .events-calendar .section-items tr td {
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
}

.event-announcement .events-calendar .section-items tr td span {
    padding: 2.6rem 0;
    margin: 5px 10px;
    display: block;
}

.event-announcement .events-calendar .section-items .section-item-1:after {
    display: block;
    content: '';
    position: relative;
    top: 0;
    left: 0;
    height: 1.5rem;
}

.event-announcement .events-calendar .section-items .section-item-1 tr {
    border-bottom: 1px solid #d2d2d2;
}

.event-announcement .events-calendar .section-items .section-item-1 td {
    color: #8c8c8c;
}

.event-announcement .events-calendar .section-items .section-item-1 td span {
    margin: 0 1rem;
    padding: 2rem 0;
}

.event-announcement .events-calendar .section-items .section-item-2 .other-month {
    color: #8c8c8c;
}

.event-announcement .events-calendar .section-items .section-item-2 .day-active {
    color: #004fa9;
    padding: 0;
}

.event-announcement .events-calendar .section-items .section-item-2 .day-active-link {
    display: block;
    padding: 2.6rem 0;
    margin: 0 .5rem;
    color: #005c9c;
    background: #c8a665;
    border-radius: .5rem;
}

.become-partner {
    overflow: hidden;
}

.become-partner-title {
    /*font: 3.6rem/3.6rem 'Calibri-Light';*/
    color: #004fa9;
    margin-bottom: 2.5rem;
}

.become-partner-text {
    overflow: hidden;
    margin-bottom: 3rem;
}

.become-partner-text p {
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #323232;
}

.become-partner-link {
    font-size: 1.4rem;
    line-height: 1.4rem;
    width: 16rem;
    display: inline-block;
    padding: 1.2rem 0;
    text-align: center;
    color: #947741;
    border: 1px solid #947741;
    border-radius: 3px;
}

.become-partner-link-hide {
    display: none;
}

.become-partner .become-partner-form-wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
    display: none;
}

.become-partner .become-partner-form-wrapper::after {
    display: table;
    clear: both;
    content: '\0020';
}

.become-partner .become-partner-form-wrapper-show {
    display: block;
}

.become-partner .become-partner-form-wrapper .become-partner-form-input {
    width: 37rem;
    background: #f2f2f2;
    border: 1px solid #d2d2d2;
    height: 5rem;
    line-height: 5rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
}

.become-partner .become-partner-form-wrapper .become-partner-form-textarea {
    height: 15rem;
    line-height: 5rem;
    width: 115.5rem;
    max-width: 115.5rem;
    background: #f2f2f2;
    border: 1px solid #d2d2d2;
    margin-bottom: 3rem;
}

.become-partner .become-partner-form-wrapper .become-partner-form-submit {
    width: 16rem;
}

.feedback {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
    overflow: hidden;
}

.feedback::after {
    display: table;
    clear: both;
    content: '\0020';
}

.feedback-title {
    /*font: 3.6rem/3.6rem 'Calibri-Light';*/
    color: #004fa9;
    margin-bottom: 2.5rem;
}

.feedback-text {
    overflow: hidden;
/*    margin-bottom: 3rem;*/
}

.feedback-text p {
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-weight: bold;
    color: #004fa9;
}

.feedback .feedback-form-wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.feedback .feedback-form-wrapper::after {
    display: table;
    clear: both;
    content: '\0020';
}

.feedback .feedback-form-wrapper .feedback-form-input {
    /*width: 37rem;*/
    width: 80%;
    background: #f5f5f5;
    border: 1px solid #d2d2d2;
    height: 5rem;
    line-height: 5rem;
    /*margin-right: 2rem;*/
    margin-bottom: 2rem;
    display: block;
}

.feedback .feedback-form-wrapper .feedback-form-textarea {
    width: 80%;
/*    height: 15rem;
    line-height: 5rem;
    width: 115.5rem;
    max-width: 115.5rem;*/
    background: #f5f5f5;
    border: 1px solid #d2d2d2;
    margin-bottom: 3rem;
    display: block;
}

.feedback .feedback-form-wrapper .feedback-form-submit {
    /*width: 16rem;*/
}

.monitoring-progress {
    box-sizing: border-box;
    margin: 0 auto;
}

.monitoring-progress::after {
    display: table;
    clear: both;
    content: '\0020';
}

.monitoring-progress-title {
    /*font: 3.6rem/3.6rem 'Calibri-Light';*/
    color: #004fa9;
    margin-bottom: 2.5rem;
}

.monitoring-progress-text {
    overflow: hidden;
    margin-bottom: 3rem;
}

.monitoring-progress-text p {
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #323232;
}

.monitoring-progress-form-input-wrapper {
/*    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;*/
}

.monitoring-progress-form-input, .monitoring-progress-form-textarea, .monitoring-progress-form-select {
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #d2d2d2;
    height: 5rem;
    line-height: 5rem;
    margin-bottom: 2rem;
}

.monitoring-progress-form-input-file {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    height: 4rem;
}

.monitoring-progress-form-input-hidden-file {
/*    box-sizing: border-box;
    border-radius: 3px;
    outline: 0;
    padding: 0 2rem;
    display: block;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    transition: .3s ease all;
    background: #fff;border: 1px solid #c8a665;*/
    color: #c8a665;
}

.monitoring-progress-form-input-hidden-file:hover {
    background: #c8a665;
    color: #fff;
    border: 1px solid #c8a665;
}

.monitoring-progress-form-select {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAI0lEQVR4AWPYuHTpAyD+j4QfgAQVYBJQWpEBCGASB8ECJAEAigIif4kYTH8AAAAASUVORK5CYII=') no-repeat 98% center #f2f2f2;
}

.monitoring-progress-form-select .hidden {
    display: none;
}

.monitoring-progress-form-textarea {
    height: 10rem;
    width: 100%;
    max-width: 100%;
    line-height: normal;
    padding: 1.8rem 2rem;
}

.monitoring-progress-form-submit {
    float: right;
    margin-top: 2rem;
    color: #004fa9;
    background: #fff;
    border: 1px solid #004fa9;
    transition: .3s ease all;
}

.monitoring-progress-form-submit:hover {
    color: #fff;
    background: #004fa9;
}

.monitoring-progress-form-result {
    /*font: 3rem/3rem 'Calibri-Light';*/
    color: #349010;
}

.search-result {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.search-result::after {
    display: table;
    clear: both;
    content: '\0020';
}

.search-result .section-items {
    padding: 0 3rem;
}

.search-result .section-items .search-result-guess {
    margin-bottom: 3rem;
}

.search-result .section-item {
    border-top: 1px solid #f4eee1;
    padding: 3rem 0;
}

.search-result .section-item:first-child {
    border: none;
}

.search-result .section-item-title {
    font-size: 1.8rem;
    line-height: 1.8rem;
    display: inline-block;
    color: #004fa9;
    margin-bottom: 1.5rem;
}

.search-result .section-item-text {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
}

.search-result .section-item-tags-link {
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: inline-block;
    color: #8c8c8c;
    background: #d2d2d2;
    padding: .4rem .8rem;
    border-radius: 3px;
}

.pagenavigation {
    box-sizing: border-box;
    /*margin: 0 auto;
	width: 120rem;*/
    /*max-width:1200px;*/
    margin-top: 6rem;
}

.pagenavigation::after {
    display: table;
    clear: both;
    content: '\0020';
}

.pagenavigation .section-items {
    overflow: hidden;
    padding: 0;
}

.pagenavigation .section-item {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
    line-height: 4rem;
    text-align: center;
    display: block;
    border: 1px solid #c8a665;
    border-radius: 3px;
    color: #947741;
    margin-left: 1rem;
    padding: 0;
    float: left;
    box-sizing: border-box;
}

.pagenavigation .section-item:first-child {
    margin: 0;
    border: 1px solid #c8a665;
}

.pagenavigation .section-item-current {
    color: #323232;
    border: 1px solid #c8a665;
    background: #c8a665;
}

.site-map {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.site-map::after {
    display: table;
    clear: both;
    content: '\0020';
}

.autorization .entrance-title {
    color: #403300;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 1rem;
}


.autorization .registration-title {
    color: #403300;
    /*font-family: Calibri-Light;*/
    font-size: 3.6rem;
    font-weight: 100;
    margin-bottom: 4rem;
}

.autorization .registration-text {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #323232;
    margin-bottom: 2.5rem;
}

.autorization .registration-link {
    width: 19rem;
    height: 4rem;
    line-height: 4rem;
    display: inline-block;
    text-align: center;
    background: #fff;
    color: #c9a665;
    border: 1px solid #c9a665;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 3px;
    outline: 0;
    padding: 0 2rem;
    transition: .3s background ease, .3s color ease;
}

.autorization .registration-link:hover {
    background: #c9a665;
    color: #fff;
}

/*.personal-cabinet {
    box-sizing: border-box;
    margin: 0 auto;
    !*width: 120rem;*!
    !*max-width:1200px;*!
}

.personal-cabinet::after {
    display: table;
    clear: both;
    content: '\0020';
}

.personal-cabinet-form {
    box-sizing: border-box;
    float: left;
    !*width: 120rem;*!
    !*max-width:1200px;*!
}

.personal-cabinet-container {
    width: 47rem;
    overflow: hidden;
    margin-bottom: 7.5rem;
    position: relative;
}*/

.personal-cabinet-container .personal-cabinet-title {
    color: #403300;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 1rem;
}
.personal-cabinet-container .personal-cabinet-form-label {
    color: #acacac;
}
/*
.personal-cabinet-container .personal-cabinet-exit {
    box-sizing: border-box;
    font-size: 1.4rem;
    border: 1px solid #c9a665;
    border-radius: 3px;
    text-align: center;
    width: 16rem;
    height: 3.5rem;
    line-height: 3.5rem;
    background: #fff;
    color: #c9a665;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s background ease, .3s color ease;
}

.personal-cabinet-container .personal-cabinet-exit:hover {
    background: #c9a665;
    color: #fff;
}

.personal-cabinet-container .personal-cabinet-form-section {
    !*font-family: Calibri;*!
    font-size: 1.4rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.personal-cabinet-container .personal-cabinet-form-input {
    width: 30rem;
    float: left;
    vertical-align: middle;
    border: 1px solid #d2d2d2;
    background: #e4e4e4;
    box-sizing: border-box;
    border-radius: 3px;
    outline: 0;
    height: 5rem;
    line-height: 5rem;
    padding: 0 2rem;
}

.personal-cabinet-container.container-3 .personal-cabinet-form-input {
    width: 16rem;
    height: 4rem;
    line-height: 4rem;
    background: #fff;
    color: #c9a665;
    border-color: #c9a665;
    float: right;
    transition: .3s background ease, .3s color ease;
}

.personal-cabinet-container.container-3 .personal-cabinet-form-input:hover {
    background: #c9a665;
    color: #fff;
}*/


.forgot-password-wrapper .forgot-password-title {
    color: #403300;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 1rem;
}

.change-password-wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.change-password-wrapper::after {
    display: table;
    clear: both;
    content: '\0020';
}

.change-password-wrapper .change-password {
    box-sizing: border-box;
    float: left;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.change-password-wrapper .change-password-title {
    color: #403300;
    /*font-family: Calibri-Light;*/
    font-size: 3.6rem;
    line-height: 3.6rem;
    font-weight: 100;
    margin-bottom: 4rem;
}

.change-password-wrapper .change-password-text {
    margin-bottom: 4rem;
}

.change-password-wrapper .change-password-text p {
    margin-bottom: 1rem;
}

.change-password-wrapper .change-password-form {
    overflow: hidden;
}

.change-password-wrapper .change-password-form span {
    display: inline-block;
    padding: 1rem 2rem;
}

.change-password-wrapper .change-password-form-input {
    width: 100%;
    vertical-align: middle;
    border: 1px solid #d2d2d2;
    background: #e4e4e4;
    box-sizing: border-box;
    border-radius: 3px;
    outline: 0;
    height: 4rem;
    line-height: 4rem;
    padding: 0 2rem;
}

.change-password-wrapper .change-password-form-input-wrap {
    width: 42rem;
    overflow: hidden;
    margin-bottom: 2rem;
}

.change-password-wrapper .change-password-form-input-wrap.wrap-5 {
    margin-bottom: 3rem;
}

.change-password-wrapper .change-password-form-input-wrap .autorize {
    display: inline-block;
    line-height: 4rem;
    float: left;
    color: #005c9c;
}

.change-password-wrapper .change-password-form-input.login {
    font-size: 1.4rem;
}

.change-password-wrapper .change-password-form-input.button {
    width: 16rem;
    background: #fff;
    color: #c9a665;
    border-color: #c9a665;
    float: right;
    transition: .3s background ease, .3s color ease;
}

.change-password-wrapper .change-password-form-input.button:hover {
    background: #c9a665;
    color: #fff;
}

.registration-wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.registration-wrapper::after {
    display: table;
    clear: both;
    content: '\0020';
}

.registration-wrapper .registration {
    box-sizing: border-box;
    float: left;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.registration-wrapper .registration-title {
    color: #403300;
    /*font-family: Calibri-Light;*/
    font-size: 3.6rem;
    line-height: 3.6rem;
    font-weight: 100;
    margin-bottom: 4rem;
}

.registration-wrapper .registration-text {
    margin-bottom: 4rem;
}

.registration-wrapper .registration-text p {
    margin-bottom: 1rem;
}

.registration-wrapper .registration-form {
    overflow: hidden;
}

.registration-wrapper .registration-form span {
    display: inline-block;
    padding: 1rem 2rem;
}

.registration-wrapper .registration-form-input {
    width: 100%;
    vertical-align: middle;
    border: 1px solid #d2d2d2;
    background: #e4e4e4;
    box-sizing: border-box;
    border-radius: 3px;
    outline: 0;
    height: 4rem;
    line-height: 4rem;
    padding: 0 2rem;
}

.registration-wrapper .registration-form-input-wrap {
    width: 42rem;
    overflow: hidden;
    margin-bottom: 2rem;
}

.registration-wrapper .registration-form-input-wrap.wrap-6, .registration-wrapper .registration-form-input-wrap.wrap-7 {
    margin-bottom: 3rem;
}

.registration-wrapper .registration-form-input-wrap .autorize {
    display: inline-block;
    line-height: 4rem;
    float: left;
    color: #005c9c;
}

.registration-wrapper .registration-form-input.login {
    font-size: 1.4rem;
}

.registration-wrapper .registration-form-input.button {
    width: 16rem;
    background: #fff;
    color: #c9a665;
    border-color: #c9a665;
    float: right;
    transition: .3s background ease, .3s color ease;
}

.registration-wrapper .registration-form-input.button:hover {
    background: #c9a665;
    color: #fff;
}


.information-index {
    width: 32rem;
}

.information-index .information-content-index {
    width: 32rem;
}

.information-index .information-content-index .section-title {
    width: 100%;
}

.information-index .information-content-index .section-text {
    width: 100%;
}

.information-index .information-content-index-2 {
    display: none;
}

.events-index-wrapper .events-index {
    width: 32rem;
}

.events-index-wrapper .events-index .section-items {
    width: 32rem;
}

.events-index-wrapper .events-index .section-item {
    width: 32rem;
}

.partners-index-wrapper .partners-index {
    /*width: 32rem;*/
}

.vacancies {
    width: 32rem;
}

.documents {
    width: 32rem;
}

.documents .section-items {
    width: 32rem;
}
.-i-c .section-content .section-detail-text {
    float: none;
}

.block-accordion {
    width: 32rem;
}

.block-accordion {
    width: 32rem;
}

.event-announcement {
    width: 32rem;
}

.become-partner .become-partner-form-wrapper {
    width: 32rem;
}

.become-partner .become-partner-form-wrapper .become-partner-form-input {
    width: 100%;
}

.become-partner .become-partner-form-wrapper .become-partner-form-textarea {
    width: 100%;
    max-width: 100%;
}

.become-partner .become-partner-form-wrapper .become-partner-form-submit {
    width: 100%;
}

.pagenavigation {
    width: 32rem;
}

.site-map {
    width: 32rem;
}

.change-password-wrapper {
    width: 32rem;
}

.change-password-wrapper .change-password {
    width: 32rem;
}

.change-password-wrapper .change-password-text {
    width: 26rem;
}

.change-password-wrapper .change-password-form-input-wrap {
    width: 26rem;
}

.change-password-wrapper .change-password-form-input-wrap.wrap-5 {
    margin-bottom: 1rem;
}

.change-password-wrapper .change-password-form-input-wrap .autorize {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

.change-password-wrapper .change-password-form-input.button {
    width: 100%;
}

.registration-wrapper {
    width: 32rem;
}

.registration-wrapper .registration {
    width: 32rem;
}

.registration-wrapper .registration-text {
    width: 26rem;
}

.registration-wrapper .registration-form-input-wrap {
    width: 26rem;
}

.registration-wrapper .registration-form-input-wrap.wrap-6 {
    margin-bottom: 1rem;
}

.registration-wrapper .registration-form-input-wrap .autorize {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

.registration-wrapper .registration-form-input.button {
    width: 100%;
}


.structure {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.structure::after {
    display: table;
    clear: both;
    content: '\0020';
}

.structure-item {
    box-sizing: border-box;
    float: left;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.structure-item-image {
    display: block;
    margin: 0 auto;
}

.electronic-journal {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
}

.electronic-journal::after {
    display: table;
    clear: both;
    content: '\0020';
}

.electronic-journal-image-wrapper {
    box-sizing: border-box;
    float: left;
    width: 30rem;
}

.electronic-journal-text {
    float: left;
    width: 90rem;
    box-sizing: border-box;
    padding-left: 3rem;
}

.electronic-journal-text strong {
    /*font: 1.4rem/1.4rem 'Calibri-Bold';*/
}

.electronic-journal-text ul {
    margin-bottom: 4rem;
}

.electronic-journal-text ul li {
    margin-bottom: .5rem;
}

.electronic-journal-link {
    font-size: 1.4rem;
    line-height: 1.4rem;
    width: auto;
    display: inline-block;
    padding: 1.2rem 3rem;
    text-align: center;
    border-radius: 3px;
}

.electronic-journal-link-1 {
    color: #004fa9;
    border: 1px solid #004fa9;
    transition: .3s ease all;
}

.electronic-journal-link-1:hover {
    color: #fff;
    background: #004fa9;
}

.electronic-journal-link-2 {
    color: #947741;
    border: 1px solid #947741;
    margin-left: 2rem;
    transition: .3s ease all;
}

.electronic-journal-link-2:hover {
    color: #fff;
    background: #947741;
}

.advertising-journal {
    margin: 0 auto;
    /*width: 120rem;*/
    /*max-width:1200px;*/
    box-sizing: border-box;
    padding: 7rem 3rem;
}

.advertising-journal::after {
    display: table;
    clear: both;
    content: '\0020';
}

.advertising-journal .advertising-title {
    /*font: 3.6rem/3.6rem 'Calibri-Light';*/
    color: #004fa9;
    margin-bottom: 2.5rem;
}

.advertising-journal .advertising-text {
    overflow: hidden;
    margin-bottom: 3rem;
}

.advertising-journal .advertising-text p {
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #323232;
}

.advertising-journal .advertising-link {
    font-size: 1.4rem;
    line-height: 1.4rem;
    width: 16rem;
    display: inline-block;
    padding: 1.2rem 0;
    text-align: center;
    color: #947741;
    border: 1px solid #947741;
    border-radius: 3px;
    transition: .3s ease all;
}

.advertising-journal .advertising-link:hover {
    color: #fff;
    background: #947741;
}

.directors .section-item-content .content-title, .ec .section-item-content .content-title {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #004fa9;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
}

.img-left {
    margin-right: 3rem;
    margin-bottom: 2rem;
}

.img-right {
    margin-left: 3rem;
    margin-bottom: 2rem;
}


@media (max-width: 1200px) {
    .page-title,
	.catalog-element-structure-detail .section-title{
        top: 200px;
        left: 170px;
    }

    .page-title .title,
	.catalog-element-structure-detail .section-title .title	{
        font-size: 35px;
    }

}


@media (max-width: 991px) {
    .page-title,
	.catalog-element-structure-detail .section-title{
        top: 200px;
        left: 140px;
    }

    .page-title .title,
	.catalog-element-structure-detail .section-title .title{
        font-size: 35px;
    }

    .advertising-journal {
        width: 96rem;
    }

    .structure {
        width: 96rem;
    }

    .structure-item {
        width: 96rem;
    }

    .information-index {
        width: 96rem;
    }

    .information-index .information-content-index {
        width: 48rem;
    }

    .information-index .information-content-index .section-title {
        width: 20rem;
    }

    .information-index .information-content-index .section-text {
        width: 20rem;
    }

   .partners-index-wrapper .partners-index {
        /*width: 96rem;*/
    }

    .vacancies {
        width: 96rem;
    }

    .documents {
        width: 96rem;
    }

    .documents .section-items {
        width: 96rem;
    }

    .-i-c .section-content .section-detail-text {
        float: none;
    }

    .block-accordion {
        width: 96rem;
    }

    .block-accordion {
        width: 96rem;
    }

    .event-announcement {
        width: 96rem;
    }

    .become-partner .become-partner-form-wrapper {
        width: 96rem;
    }

    .become-partner .become-partner-form-wrapper .become-partner-form-input {
        width: 29.7rem;
    }

    .become-partner .become-partner-form-wrapper .become-partner-form-textarea {
        width: 93.7rem;
        max-width: 93.7rem;
    }

    .pagenavigation {
        width: 96rem;
    }

    .site-map {
        width: 96rem;
    }

    .change-password-wrapper {
        width: 96rem;
    }

    .change-password-wrapper .change-password {
        width: 96rem;
    }

    .registration-wrapper {
        width: 96rem;
    }

    .registration-wrapper .registration {
        width: 96rem;
    }
}

/*end (max-width: 992px)*/


/*///////////////////////////////////////////////////////////////////////*/
@media (max-width: 767px) {
    .page-title,
	.catalog-element-structure-detail .section-title{
        top: 190px;
        left: 110px;
    }

    .page-title .title,
	.catalog-element-structure-detail .section-title .title{
        font-size: 30px;
    }

    .advertising-journal {
        width: 72rem;
    }

    .structure {
        width: 72rem;
    }

    .structure-item {
        width: 72rem;
    }

    .information-index {
        width: 72rem;
    }

    .information-index .information-content-index {
        width: 72rem;
        margin-bottom: 3rem;
    }

    .information-index .information-content-index .section-title {
        float: none;
    }

    .information-index .information-content-index .section-text {
        width: 70rem;
        float: none;
    }

    .c-ads-index {
        margin-top: -19.4rem;
    }

    .events-index-wrapper .events-index {
        width: 72rem;
    }

    .events-index-wrapper .events-index .section-items {
        width: 72rem;
    }

    .events-index-wrapper .events-index .section-item {
        width: 24rem;
    }


    .vacancies {
        width: 72rem;
    }

    .documents {
        width: 72rem;
    }

    .documents .section-items {
        width: 72rem;
    }

    .-i-c .section-content .section-detail-text {
        float: none;
    }

    .block-accordion {
        width: 72rem;
    }

    .block-accordion {
        width: 72rem;
    }

    .event-announcement {
        width: 72rem;
    }

    .become-partner .become-partner-form-wrapper {
        width: 72rem;
    }

    .become-partner .become-partner-form-wrapper .become-partner-form-input {
        width: 100%;
    }

    .become-partner .become-partner-form-wrapper .become-partner-form-textarea {
        width: 100%;
        max-width: 100%;
    }

    .pagenavigation {
        width: 72rem;
    }

    .site-map {
        width: 72rem;
    }

    .change-password-wrapper {
        width: 72rem;
    }

    .change-password-wrapper .change-password {
        width: 72rem;
    }
}

/*end (max-width: 758px)*/


/*//////////////////////////////////////////////////////////////////*/
@media (max-width: 575px) {
    .page-title,
	.catalog-element-structure-detail .section-title {
        top: 190px;
        left: 40px;
    }

    .page-title .title,
	.catalog-element-structure-detail .section-title .title {
        font-size: 25px;
    }

    .advertising-journal {
        width: 48rem;
    }

    .structure {
        width: 48rem;
    }

    .structure-item {
        width: 48rem;
    }

    .information-index {
        width: 48rem;
    }

    .information-index .information-content-index {
        width: 48rem;
    }

    .information-index .information-content-index .section-title {
        width: 100%;
    }

    .information-index .information-content-index .section-text {
        width: 100%;
    }

    .information-index .information-content-index-2 {
        display: none;
    }

    .partners-index-wrapper .partners-index {
        /*width: 48rem;*/
    }

    .vacancies {
        width: 48rem;
    }

    .documents {
        width: 48rem;
    }

    .documents .section-items {
        width: 48rem;
    }

    .-i-c .section-content .section-detail-text {
        float: none;
    }

    .block-accordion {
        width: 48rem;
    }

    .block-accordion {
        width: 48rem;
    }

    .event-announcement {
        width: 48rem;
    }

    .become-partner .become-partner-form-wrapper {
        width: 48rem;
    }

    .become-partner .become-partner-form-wrapper .become-partner-form-input {
        width: 100%;
    }

    .become-partner .become-partner-form-wrapper .become-partner-form-textarea {
        width: 100%;
        max-width: 100%;
    }

    .become-partner .become-partner-form-wrapper .become-partner-form-submit {
        width: 100%;
    }

    .pagenavigation {
        width: 48rem;
    }

    .site-map {
        width: 48rem;
    }

    .change-password-wrapper {
        width: 48rem;
    }

    .change-password-wrapper .change-password {
        width: 48rem;
    }

    .change-password-wrapper .change-password-text {
        width: 40rem;
    }

    .change-password-wrapper .change-password-form-input-wrap {
        width: 40rem;
    }

    .change-password-wrapper .change-password-form-input.button {
        width: 19rem;
    }

    .registration-wrapper {
        width: 48rem;
    }

    .registration-wrapper .registration {
        width: 48rem;
    }

    .registration-wrapper .registration-text {
        width: 40rem;
    }

    .registration-wrapper .registration-form-input-wrap {
        width: 40rem;
    }

    .registration-wrapper .registration-form-input.button {
        width: 19rem;
    }
}

/*end (max-width: 575px)*/

/*//////////////////////////////////////////////////////////////////*/
/*@media (max-width: 472px) {
	.news .section-items {
		box-sizing: border-box;
		margin: 0 auto;
        width:100%;
	}
	.news .section-item {
		box-sizing: border-box;
		float: left;
		width: 280px;
		padding: 0 5px;
		height: 450px;
		overflow: hidden;
		margin-bottom: 10px;
	}
}*/
/* End */


/* Start:/local/src/css/styles.css?177063862228062*/
@font-face {
    font-family: "Bitter-Bold";
    src: url("/local/src/font/Bitter-Bold.eot");
    src: url("/local/src/font/Bitter-Bold.eot?#iefix") format("embedded-opentype"),
    url("/local/src/font/Bitter-Bold.woff") format("woff"),
    url("/local/src/font/Bitter-Bold.ttf") format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: "Bitter";
    src: url("/local/src/font/Bitter-Regular.eot");
    src: url("/local/src/font/Bitter-Regular.eot?#iefix") format("embedded-opentype"),
    url("/local/src/font/Bitter-Regular.woff") format("woff"),
    url("/local/src/font/Bitter-Regular.ttf") format("truetype");
    font-weight: 300;
}
*{
    font-family: "Open Sans", sans-serif,Arial;
    font-size:14px;
}


*:focus {	outline: none!important;}
a:active, a:hover {    outline: 0;}

.container {margin:0 auto; padding: 0; }
.container .row {margin:0; padding: 0; }
.container-fluid {padding: 0}


a {text-decoration: none;color: #2e4ea6;}
a:hover{text-decoration:  none;color:#cc0000;}
.big{font-size:20px;}

.abs{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index: 100;
}
.abs_inner{
    background: #ffffff;
}
.shapka {
    box-sizing: border-box;
    margin: 0 auto;
    border-bottom: 1px solid #7993b4;
    color: #ffffff;
}
.shapka_inner{
    box-sizing: border-box;
    margin: 0 auto;
}
.fon_inner1,.fon_inner2,.fon_inner3,.fon_inner4,.fon_inner5,.fon_inner6,.fon_inner7,.fon_inner8,.fon_inner9{
    width:100%;
    height:250px;
    background-size: cover;
    background-position: center bottom;
    position:relative;
}
.fon_inner1{background-image: url("/local/src/i/fon_inner1.jpg");}
.fon_inner2{background-image: url("/local/src/i/fon_inner2.jpg");}
.fon_inner3{background-image: url("/local/src/i/fon_inner3.jpg");}
.fon_inner4{background-image: url("/local/src/i/fon_inner4.jpg");}
.fon_inner5{background-image: url("/local/src/i/fon_inner5.jpg");}
.fon_inner6{background-image: url("/local/src/i/fon_inner6.jpg");}
.fon_inner7{background-image: url("/local/src/i/fon_inner7.jpg");}
.fon_inner8{background-image: url("/local/src/i/fon_inner8.jpg");}
.fon_inner9{background-image: url("/local/src/i/fon_inner9.jpg");}


.slider_top{min-height:125px;background: #2b5685;}

.header-logo {    box-sizing: border-box;    padding: 10px 0;}
.logo-text{font-size: 11px;color:#ffffff;text-align: center;font-weight: 600;}
.logo-text-inner{font-size: 11px;color:#0e78cd;text-align: center;font-weight: 600;}
.header-logo img{width:100%;}
h1{font-size: 2.0rem;}

.link{   line-height: 2rem;	margin-top: 5px;}


/*-----------*/
.menuvd,.menuvd.inner,.divinner .menuvd{
    margin-left: 30px;
    padding: 0;
    display: flex;
    list-style: none;
    z-index:100;
    margin-top: 0;
    margin-bottom: 0;
}
.menuvd li,.menuvd.inner li,.divinner .menuvd li{    position:relative; }
.menuvd li a,.menuvd.inner li a,.divinner .menuvd li a{
    display: block;
    padding: 15px;
    font-family: "Bitter",sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
}
.menuvd li a.active,.menuvd.inner li a.active{    border-bottom:2px solid #ffb400;}
.menuvd li a:hover{}
.menuvd li div,.menuvd.inner li div{
    background-color:#ffffff;
    padding:10px;
    display: none;
    position: absolute;
    left: 0;
    top:33px;
    opacity: 0.95;
    border-bottom:1px solid #004fa9;
    width: 350px;
    border-radius: 5px;
}
.menuvd li:hover div,.menuvd.inner li:hover div{    display: block;}
.menuvd ul,.menuvd.inner ul,.divinner .menuvd ul{    margin: 0;    padding: 0;    list-style: none;}
.menuvd ul li{}
.menuvd ul li:hover,.menuvd.inner ul li:hover {  background-color: #d2e7f7;}
.menuvd ul li a,.menuvd.inner ul li a{    color: #004fa9;    text-transform: none;font-family: "Open Sans", sans-serif,Arial;}
.menuvd ul li a:hover,.menuvd.inner ul li a:hover{ color: #c8a665;}
.menuvd ul li a.active,.menuvd.inner ul li a.active{  border-bottom:none;/*border-left:2px solid #ffb400;*/}

.menuvd.inner li a,.divinner .menuvd li a{    color: #004fa9;}
.menuvd.inner li div{  opacity: 1;  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);}
/*--------------*/

#submenu_div {
    position: absolute;
    width:100%;
    max-width: 1000px;
    margin: 0 auto;
    /*left: 20px;*/
    top: 50px;
    background: #FFFFFF;
    /*opacity: 0.95;*/
    border-bottom: 1px solid #004fa9;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    z-index:100;
}
.top_menu_sub{
    position: relative;
}

.top_menu_sub2_li {
    list-style: none;
    background-image: url('/local/src/i/bul_gray2.jpg');
    background-position: left 8px;
    background-repeat: no-repeat;
    margin-top:5px;
}
.top_menu_sub2_li a {padding:0 0 0 15px;text-transform: uppercase;display: block;font-family: "Bitter", sans-serif;color:#004fa9;font-size: 15px;}/*font-weight: 600;*/
.top_menu_sub2_li a:hover {  color: #c8a665;}

.top_menu_sub3_li {
    list-style: none;
    background-image: url('/local/src/i/bul_gray.jpg');
    background-position: left 8px;
    background-repeat: no-repeat;
}
.top_menu_sub3_li a {padding:0 0 0 10px;    display: block;color:#000000;}
.top_menu_sub3_li a:hover {  color: #c8a665;}
/*--------------*/

.item-title{text-transform: uppercase;}
.panel_left{margin-bottom: 2px;opacity: 0.8;}

.bottom{    background: #2f5887;    color:#ffffff;padding-top: 50px;margin-top:30px;}

.menu_bot{    list-style: none;    margin: 0;    padding: 0;width: 100%;}
.menu_bot .menu-item {
    color:#ffffff;
    font-family: "Bitter", sans-serif; font-size: 16px; text-transform: uppercase;
    text-decoration: none;padding: 10px 20px 10px 10px;
}
.menu_bot .submenu{ border-top:1px solid #ffffff;padding: 10px 0;margin-top:10px;}
.menu_bot .submenu-items{    list-style: none;    margin: 0;    padding: 0;}
.menu_bot .submenu-items .submenu-item .submenu-item-link{color:#72bcf7; font-size: 14px; text-transform: none; text-decoration: none;}
.menu_bot .submenu-items .submenu-item .submenu-item-link:hover{color: #f0f0f0; }



.toolbar-langs .langs-item {
    box-sizing: border-box;
    padding-left: 10px;
    display: inline-block;
    color:#ffffff;
}
.toolbar-langs .langs-item:hover {
    color: #3399cc;
}
.toolbar-langs .langs-item_inner {
    box-sizing: border-box;
    padding-left: 10px;
    display: inline-block;
    color:#004fa9;
}
.toolbar-langs .langs-item_inner:hover {
    color: #3399cc;
}
/*.partners-index-wrapper {
    position: relative;
    background: #e9eef4;
    border-top: 1px solid #c9e1f3;
    border-bottom: 1px solid #c9e1f3;
}
.partners-index-wrapper_w {
    position: relative;
    background: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.partners-index-wrapper .partners-index,.partners-index-wrapper_w .partners-index {
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    padding: 2rem 3.5rem;
    display: flex;
    align-items: center;
}
.partners-index-wrapper .partners-index::after,.partners-index-wrapper_w .partners-index::after {
    display: table;
    clear: both;
    content: '\0020';
}
.partners-index-wrapper .partners-index .section-item,.partners-index-wrapper_w .partners-index .section-item {
    text-align: center;
    float: left;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}
.partners-index-wrapper .partners-index .section-item-image-wrapper,.partners-index-wrapper_w .partners-index .section-item-image-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 6rem;
}
.partners-index-wrapper .partners-index .section-item-image,.partners-index-wrapper_w .partners-index .section-item-image {
    width: 90%;
    display: block;
    margin: 0 auto;
    transition: all .8s !important;
    -webkit-transition: all .8s !important;
}
.partners-index-wrapper .partners-index .core-slider-nav,.partners-index-wrapper_w .partners-index .core-slider-nav {
    position: absolute;
    width: 100%;
    margin-top: 2.2rem;
}
.partners-index-wrapper .partners-index .core-slide-next,.partners-index-wrapper_w .partners-index .core-slide-next {    float: right;}
*/
/*111111111111111111*/
.white_d, a.white_d{ color: #ffffff;text-decoration: underline;}
a.white_d:hover{ color: #ffffff;text-decoration: none;}
.color-blue {  color: #004aa0;}
.color-brown {  color: #c8a665;}
.fluid-img, .fff{
    max-width: 100%;
    height: auto;
}
.left-img{
    padding:5px 10px 10px 0;
}
.cal_next{
	text-align:center;
	font-size:20px;
	margin-bottom: 4rem;
	display: inline;
	padding: 10px;
	/*margin:2px;*/
	border: 1px solid #c8a665;
    border-radius: .5rem;
}
.monitoring-progress-form-input-file{
	width: 100%;
}
.r_down {position:relative;display:none; background-color:#EBF5FF;}
/*.members .catalog-section-list .section-title, .members .catalog-section-list-2 .section-title{width: 8rem !important;}*/
/*.members .catalog-section-list .section-items, .members .catalog-section-list-2 .section-items{	width: 95rem !important;}*/
.list_title{
	/*font: 3.6rem/3.6rem "Calibri-Light";*/
    font-weight: 100;
    color: #403300;
    margin-bottom: 1rem;
    padding: 0;
}
/*.section-item{	position: relative;}*/
.section-pict_2{	text-align: center;height:260px;}
.section-title_2{
   font-size: 1.8rem;
    line-height: 1.8rem;
    color: #000;
/*    position: relative;
    top: -4rem;*/
    padding: 3.1rem 3rem;
    background: #B0C4DE;
    z-index: 2;
	text-align: center;
}
.section-text_2{
/*	box-sizing: border-box;
    float: left;
    width: 40rem;
    font-size: 1.6rem;
    line-height: 2rem;*/
    color: #000;
	padding: 1rem 1rem 0 1rem;
}
.section-link_2{/*position: absolute;bottom:20px;right:20px;*/text-align: center;padding: 20px;}

.section-arhiv-link_2 {
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    /*line-height: 1.2rem;*/
    color: #644f27;
    padding: .8rem 3rem;
    border: 1px solid #c8a665;
    border-radius: .3rem;
    /*float: left;*/
    transition: .3s ease all;
}

.regular3 .slick-track{
	align-items: unset;	
}
.regular3 .section-item-image-wrapper{
   position: relative;	
}
.regular3 .section-item-date {
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    color: #ffffff !important;
    display: block;
    padding: .9rem 1rem;
    background: #004fa9;
    position: absolute;
    bottom: 3rem;
}
blockquote {  border-left: 3px solid #EBEBEB; padding-left:20px;    margin: 0;}
.events-index-wrapper .events-index .section-item{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*.news .section-item-image-wrapper {
        height: 13rem !important;
	background: #f2f2f2;
}*/
.regular3 .section-item-image-wrapper {
	height: 19rem !important;
}
.events-index-wrapper .events-index .section-item-text{
	padding-right: 1rem !important;
}
.block-accordion{width:100% !important;}



form[name="regis_StudentDigitalFest"] table.data-table thead{
   	display:none;	
}
form[name="regis_StudentDigitalFest"] table.data-table td,
form[name="regis_StudentDigitalFest"] table.data-table th{
   border: none;	
   border-bottom: 1px solid #e4e4e4;
   background: none;
}
.form-input-my{
  	width:95%;	
	border: 1px solid #A9A9A9;
	padding: 10px;
	border-radius: 5px;
}

input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    font-size: 1.2rem;
    line-height: 2rem;
    /*border: 1px solid #c8a665;
    background: transparent;
    color: #403300;
    padding: .9rem 1.5rem;*/
    margin-left: .5rem;
    border-radius: 3px;
    outline: none;
    transition: .3s ease background,.3s ease color;
    -webkit-appearance: button;
    cursor: pointer;
}
/*input[type="button"]:hover,
input[type="reset"]:hover, 
input[type="submit"]:hover {
    color: #fff;
    background: #c8a665;
}*/
.link.list {
    background-image: url("/upload/v_list.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}
/*.page-title_journal {
    margin: 0 auto;
    width: 120rem;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: .5rem 3rem 0 3rem;
    height: 14.5rem;
    min-height: 14.5rem;
}
.title{
	font: 6.4rem/6rem 'Calibri-Light';
    color: #fff;
}*/
.menu_journal{
   	margin-top: 78px;
}  
.menu_journal_a{
/*	display: inline-block;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px 4px;
	color: #000;
	font-size:12px;
	margin-right:5px;*/
}
.journal-wrapper {
   	background-color: #f2f2f2;
	overflow: hidden;
}
.journal-wrapper .journal-catalog {
	box-sizing: border-box;
	margin: 0 auto;
	/*width: 120rem;*/
	min-width:600px
}
.year_journal{
	display: block;
	font-size: 24px;
	color:#1E47C2;
	margin: 20px;
/*	font: 5rem/5rem 'Calibri-Light';*/
}
.detail-title-journal {
    box-sizing: border-box;
    padding: 0 1rem 0 3rem;
	margin-bottom: 1rem;
}   
.title_journal{
	color: #004fa9;
/*	font: 3.2rem/4rem 'Calibri-Light';*/
    margin: 0;
}
.section_journal{
	font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: .9rem 1rem;
    background: #004fa9;
}
.detail-content-journal{
	box-sizing: border-box;
/*    float: left;
    width: 95rem;
    width: 92rem;*/
    padding: 0 3rem;
}
.detail-wrapper-journal{}
/*.section-item-30{
    box-sizing: border-box;
    float: left;
    width: 30rem;
    padding: 3rem;
    font-size: 1.6rem;
}*/
.section-item-in{
    line-height: 2rem;
    color: #004fa9;

	border:1px solid #B0C4DE;
	margin: 1rem;
	background: #fff;
	height:480px;
	position: relative;
}
.section-pict_3{
	text-align: center;padding:10px;background: #B0C4DE;
}
.section-title_3{
   	font-size: 1.8rem;
    line-height: 1.8rem;
    color: #000;
    padding: 20px;
    z-index: 2;
	text-align: right;
}
.section-text_3{
    color: #000;
	padding: 5px 20px;
	text-align:left;
}
.section-item-in .section-title_3 span{ font-size: 2rem; font-weight: 600;text-transform: uppercase;	border-bottom:3px solid #FFDF29;}
.section-link_3{position: absolute;bottom:20px;right:20px;}

.section-item_flex{display:flex;flex-direction: row;}
.section-item_23{width:75%;padding:1rem 0;color:#004fa9;text-align:center;}
.section-item_13{width:25%;padding:1rem 0;text-align:center;}

/*.bg_full{
    width:100%;
    //b//ackground-size: cover;
    //background-position: center bottom;
}*/

/*fotorama_*/
.fotorama .t1{position: relative;width: 100%;height:100%;}
.fotorama .t2{
    position: absolute; left: 10%; bottom: 10%;
    width:70%;
    padding: 20px;
    background-image: url("/local/src/i/fon_b_op.png");
}
.fotorama .t3{color: #f7ea12;font-size: 16px;padding-bottom: 15px;}
.fotorama .t4{color: #ffffff;font-size: 26px;border-left:6px solid #e9a744;padding: 20px;font-family: "Bitter",sans-serif;}
.fotorama__arr--next{
    right: 20%;
    bottom: 26%;
}
.fotorama__arr--prev{
    right: 20%;
    bottom: 12%;
}
/*.fotorama a.t_button{
    font-size: 0.9em;
    border-radius: 4px;
    border: 0;
    padding:10px;
    text-decoration: none;
    color:#0075EB;
    font-weight: bold;
    background-color: #ffffff;
    opacity: 0.8;
}*/

.poloska_blue{
    padding: 1px 0;
    background-color: #466a92;
}
.name_razdel{
    color:#027cb9;
    font-family: "Bitter-Bold",sans-serif;
    font-size: 24px;
    text-align: center;
    padding: 10px;
    margin-top:20px;
}
.name_razdel_2{
    color:#027cb9;
    font-family: "Bitter-Bold",sans-serif;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    margin-top:20px;
}
.name_razdel_white{
    color:#ffffff;
    font-size: 20px;
    text-align: center;
    padding: 30px 0;
}
.fon4{
    width:100%;
/*    background-size: cover;
    background-position: center center;
    background-image: url("/local/src/i/fon_4.jpg");*/
    background: #f5f5f5;
    min-height: 500px;
}
.fon5{
    /*width:100%;
     background-size: cover;
      background-position: center bottom;
      background-image: url("/local/src/i/fon_4.jpg");*/
       background: #f5f5f5;
     min-height: 350px;
 }
 .info_fon{
     width:100%;
     background-size: cover;
     background-position: center center;
     background-image: url("/local/src/i/fon_2.jpg");
 }
 .info_item{
     text-align: center;
     color:#ffffff;
     padding: 20px 5px 30px 5px ;
 }


 .info_item img{    transition: 600ms;    display: block;}
 .info_item img:hover{
     transform: scale(1.5);
     -webkit-filter: sepia(1) hue-rotate(320deg) saturate(10);
     filter: sepia(1) hue-rotate(320deg) saturate(10);
 }

 .info_item_yel{
     color:#ffb400;
     font-size: 24px;
 }
 .pri_fon{
     width:100%;
     background-size: cover;
     background-position: center center;
     background-image: url("/local/src/i/fon_3.jpg");
     min-height: 200px;
 }
 .name_pri_1{
     color:#ffffff;
     font-family: "Bitter-Bold",sans-serif;
     font-size: 24px;
 /*    text-align: center;
     padding: 10px;
     margin-top:20px;*/
}
.name_pri_2{
    color:#ffffff;
    font-size: 18px;
    /*    text-align: center;
        padding: 10px;
        margin-top:20px;*/
}

/*news*/
.pol_2{    background-image: url("/local/src/i/pol_2.jpg"); height:2px;  width: 100%;margin-bottom:10px;}
.news-item{padding-bottom: 10px;}
.news-item-date{color:#64748f; font-size:12px;   padding: 0;}
.news-item-text{color:#027cb9; font-size:14px;   padding: 0 0 0 10px;}
.news-item-desc{color:#000000; font-size:13px;   padding: 5px 0 0 10px;}
.news-item-image-bord {
    width: 140px;
    height: 80px;
    overflow: hidden;
    border:2px solid #ddd;
}
.news-item-image img {
    width: 140px;
    height: 80px;
    /*border:1px solid #ddd;
    border-radius: 50%;*/
/*    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;*/
    transition: 500ms;
}
.news-item-image img:hover {  transform: scale(1.2);/*  border-radius: 3px;*/}

.mero-item{padding: 0 10px  10px  10px;}
.mero-item-date{color:#ffffff; font-size:12px;   padding: 5px;background:#ffb400;text-align: center;}
.mero-item-name,.mero-item-name a{color:#027cb9; font-size:16px;   padding: 0;}
.mero-item-text{color:#000000; font-size:14px;   padding: 0;}

.d_neft,.d_energ,.d_fed,.d_eco,.d_tech,.d_kap,.d_pra,.d_for,.d_ms,.d_ned,.d_koor,.d_obr,.d_basa{
    width:100%;
    background-size: cover;
    background-position: left bottom;
    position:relative;
    transition: 600ms;
   /* display:block;*/
    cursor: pointer;
}
.d_neft{    background-image: url("/local/src/i/d_neft.jpg");    height:695px;}
.d_energ{   background-image: url("/local/src/i/d_energ.jpg");   height:387px;}
.d_fed{     background-image: url("/local/src/i/d_fed.jpg");     height:300px;}
.d_eco{    background-image: url("/local/src/i/d_eco.jpg");      height:300px;}
.d_tech{    background-image: url("/local/src/i/d_tech.jpg");    height:387px;}
.d_kap{    background-image: url("/local/src/i/d_kap.jpg");      height:387px;}
.d_pra{    background-image: url("/local/src/i/d_pra.jpg");      height:300px;}
.d_for{    background-image: url("/local/src/i/d_for.jpg");      height:389px;}
.d_ms{    background-image: url("/local/src/i/d_ms.jpg");      height:300px;}
.d_ned{    background-image: url("/local/src/i/d_ned.jpg");      height:389px;}
.d_koor{    background-image: url("/local/src/i/d_koor.jpg");      height:389px;}
.d_obr{    background-image: url("/local/src/i/d_obr.png");      height:389px;background-position: center top;}
.d_basa{    background-image: url("/local/src/i/d_basa.jpg");      height:300px;}

.d_text{border-left:4px solid #ffb400;color:#ffffff;font-size:16px;font-family: "Bitter",sans-serif;padding-left:5px;
position:absolute;bottom:40px;left:20px;}

.d_neft:hover,.d_energ:hover,.d_fed:hover,.d_eco:hover,.d_tech:hover,.d_kap:hover,
.d_pra:hover,.d_for:hover,.d_ms:hover,.d_ned:hover,.d_koor:hover,.d_obr:hover,.d_basa:hover {
    /* background-size: 150%;
   background: scale(1.5);*/
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    border:10px solid #ffb400;
}

/*.pan {
    position: fixed;
    top: 200px;
    right: -40px;
    width: 40px;
    height: 80px;
    z-index: 2000;
    display: none;
    text-decoration: none;
}*/



 /*.sticky {*/
 /*    position: fixed;*/
 /*    top: 0px;  !* если ноль заменить на число (и в скрипте тоже), то блок будет прилипать до того,*/
 /*    как верхний край окна браузера дойдёт до верхнего края элемента. Может быть отрицательным числом. Применим, например, при фиксированном сверху меню *!*/
 /*    z-index: 10001;*/
 /*}*/
#fl_menu{position:absolute; top:200px; left:0; z-index:9999; width:40px; height:80px;}
#fl_menu .label{}
#fl_menu .menu{}
/*#fl_menu .menu .menu_item{display:block; background:#000; color:#bbb; border-top:1px solid #333; padding:10px 20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none;}*/
/*#fl_menu .menu a.menu_item:hover{background:#333; color:#fff;}*/
.menu_page_m{
display:inline-block;float:left;margin:4px 8px 4px 0;padding:10px 13px;color: #ffffff;background: #097eba;border-radius: 3px;
}

.divshadow{ box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);}
#form_text_12{display: none;}
/*.info_item img{    transition: 600ms;    display: block;}
.info_item img:hover{
    transform: scale(1.5);
    -webkit-filter: sepia(1) hue-rotate(320deg) saturate(10);
    filter: sepia(1) hue-rotate(320deg) saturate(10);
}*/

.bord_gr{    border:1px solid #c0c0c0;    padding: 5px;}
.bord_gr:hover{background: #C2E0FF;}
.bot_graz{background:#027cb9;height: 50px;width: 100%;
    background-image: url("/local/src/i/fon_graz.png");
    background-position: left bottom;
    background-repeat: repeat-x;
}
.bot_graz2{
    background-image: url("/local/src/i/fon_graz2.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.news-detail .detail-content-1{
	width: 100%;
}
table.bot_pol tr{border-bottom: 1px solid #c0c0c0;}
table.bot_pol td{padding:4px;}

.nts_1 {display:flex;flex-direction:column;width:100%;height:240px;}
.nts_2 {background-size:cover;background-position:center center;background-image:url(/local/src/i/fon_6.jpg);color:#fff;height:180px;font-size:25px;text-align:center;padding:50px 5px;}
.nts_3 {background-color:#EBEBEB;font-size:16px;text-align:center;padding:20px 5px;}

.blok_vyp_big{
	border-left:10px solid #efb200;margin: 4px 8px 4px 0; padding: 10px 13px; background: #097eba; border-radius: 3px;display: block;display: block !important;
    background-image: none !important;
    padding-left: 15px !important;
}


@media (max-width: 1200px) {
}
@media (max-width: 991px) {
    .section-item_23 {
        width: 60%;
    }

    .section-item_13 {
        width: 40%;
    }

    .d_text {
        font-size: 20px;
    }

    .fotorama .t4 {
        font-size: 20px;
    }
    #navbarNav{
        position: absolute;
    }
    .menuvd, .menuvd.inner {
        position: absolute;
        top: 20px;
        right: -120px;
        /*width: max-content;*/
        width: 320px;
        min-width: 320px;
        margin: 0;
        padding: 20px;
        display: block;
        list-style: none;
        /*background-color: rgb(240, 240, 240);*/
        background-color:#ffffff;    border-bottom: 1px solid #004fa9;
        border-radius: 5px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

    .menuvd li, .menuvd.inner li {
        position: relative;
        margin: 0;
        padding: 0;
        text-align: right;
    }

    .menuvd ul li:hover, .menuvd.inner ul li:hover {
        background-color: rgba(218, 239, 255, 0.42);
    }

    .menuvd li a, .menuvd.inner li a {
        color: #004fa9;
        display: block;
        margin: 0;
        padding: 10px 0px 10px 0px;
        font-family: "Bitter", sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        /*font-weight: 500;*/
    }

    .menuvd.inner li a.active {
        border-bottom: none;
        border-left: none;
    }

    .menuvd li a:hover, .menuvd.inner li a:hover {
        color: #c8a665;
    }

    .menuvd li div, .menuvd.inner li div {
        padding: 0;
        display: block;
        position: relative;
        left: 0;
        top: 0;
        border: none;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
    }

    .menuvd li:hover div, .menuvd.inner li:hover div {
        /* display: block;*/
    }

    .menuvd ul, .menuvd.inner ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .menuvd ul li a, .menuvd.inner ul li a {
        color: #000000;
        text-transform: none;
        padding: 0 20px 0 0;
        font-family: "Open Sans", sans-serif, Arial;
    }

    .menuvd.inner ul li a.active {
        border-bottom: none;
        border-right: 2px solid #ffb400;
    }

    .fon5 {
        min-height: 100px;
    }
}
@media (max-width: 767px) {
/*        .menu_journal_a {
            padding: 20px;
            font-size: 20px;
        }*/
    .menu_journal{
        margin-top: 94px;
    }
    .section-title_2 {
            height: 35px;
        }

        .d_text {
            font-size: 18px;
        }

        .fotorama .t4 {
            font-size: 16px;
        }

        /*.section-item_flex{flex-direction: column-reverse;}
        .section-item_23{width:100%;}
        .section-item_13{width:100%;padding:3rem 0 0 0;}*/
    }
@media (max-width: 575px) {
/*        .menu_journal_a {
            padding: 20px 14px;
            font-size: 17px;
        }*/
    .menu_journal{
        margin-top: 54px;
    }
        .d_text {
            font-size: 20px;
        }
    }






.waves {
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;
    /*height:15vh;*/
    height:50px;
    margin-bottom:-7px; /*Fix for safari gap*/
/*    min-height:50px;
    max-height:70px;*/
}

/* Animation */
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% {
        transform: translate3d(85px,0,0);
    }
}

/*
@media (max-width: 768px) {
    .waves {
        height:40px;
        min-height:40px;
    }
}*/
@media (min-width: 1300px) {
    /*.video-wrap{
        overflow: hidden;
        position: relative;
        height: calc(100vh);
        max-height: calc(100vh);
    }
    #vid_1{
        position: absolute;
        width: 100%;
        top:-50px;
    }*/
}
/* End */
/* /local/src/css/magnific-popup.css?15167883956951 */
/* /local/src/js/slick/slick.css?16037681286606 */
/* /local/src/css/popover.css?15245549561563 */
/* /local/src/css/bootstrap.min.css?1542175759140936 */
/* /local/src/css/bootstrap-theme.min.css?154217575823409 */
/* /local/src/css/font-awesome.min.css?154217575830998 */
/* /local/src/css/template_styles.css?1667288473182594 */
/* /local/src/css/styles.css?177063862228062 */
