

/* Start:/bitrix/components/itis/header/templates/.default/style.css?1607613422306733*/
/* Start:/bitrix/components/itis/header/templates/.default/style.css?1577353113306471*/


/* Start:/bitrix/components/itis/header/templates/.default/style.css?1577346483305859*/

/* Start:/bitrix/components/itis/header/templates/.default/style.css?1576825657305133*/

/* Start:/bitrix/components/itis/header/templates/.default/style.css?1576821076304801*/
/* Start:/bitrix/components/itis/header/templates/.default/style.css?1576754213304545*/


/* Start:/bitrix/components/itis/header/templates/.default/style.css?1576668985304511*/


/* Start:/bitrix/components/itis/header/templates/.default/style.css?1576663875304320*/

/* Start:/bitrix/components/itis/header/templates/.default/style.css?1576587285303998*/
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    overflow: scroll; /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}


/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

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

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}.daterangepicker {
  position: absolute;
  color: grey;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #b9232300;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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, "Noto Sans", 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: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

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; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
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; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; 
  width:100%;
  table-layout:fixed; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; 
  /*! border-width: 0px; */
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -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-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; }

@media print {
  *,
  *::before,
  *::after {
    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; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    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 th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  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: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !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: flex !important; }

.d-inline-flex {
  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: flex !important; }
  .d-sm-inline-flex {
    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: flex !important; }
  .d-md-inline-flex {
    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: flex !important; }
  .d-lg-inline-flex {
    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: flex !important; }
  .d-xl-inline-flex {
    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: flex !important; }
  .d-print-inline-flex {
    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 iframe,
  .embed-responsive embed,
  .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.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-3by4::before {
  padding-top: 133.33333%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

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

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

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

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

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

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    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; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  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: sticky) {
  .sticky-top {
    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 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 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; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !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: 0.25rem !important; }

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

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

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

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

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

.ml-2,
.mx-2 {
  margin-left: 0.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: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.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-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

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

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-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: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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-wrap {
  white-space: normal !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-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*!
 * Bootstrap Grid v4.2.1 (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)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  /*! padding-top: 10px; */
}
  @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: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  /*! margin-top: 30px; */
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

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

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

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  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: flex !important; }
  .d-sm-inline-flex {
    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: flex !important; }
  .d-md-inline-flex {
    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: flex !important; }
  .d-lg-inline-flex {
    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: flex !important; }
  .d-xl-inline-flex {
    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: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

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

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

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

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

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

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !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: 0.25rem !important; }

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

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

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

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

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

.ml-2,
.mx-2 {
  margin-left: 0.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: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.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-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

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

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-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: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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; } }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  /*! vertical-align: middle; */
  user-select: none;
  background-color: transparent;
  /*! border: 1px solid transparent; */
  /*! padding: 0.375rem 0.75rem; */
  font-size: 1rem;
  /*! line-height: 1.5; */
  /*! border-radius: 0.25rem; */
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.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 0.2rem rgba(38, 143, 255, 0.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 0.2rem rgba(38, 143, 255, 0.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 0.2rem rgba(130, 138, 145, 0.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 0.2rem rgba(130, 138, 145, 0.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 0.2rem rgba(72, 180, 97, 0.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 0.2rem rgba(72, 180, 97, 0.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 0.2rem rgba(58, 176, 195, 0.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 0.2rem rgba(58, 176, 195, 0.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 0.2rem rgba(222, 170, 12, 0.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 0.2rem rgba(222, 170, 12, 0.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 0.2rem rgba(225, 83, 97, 0.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 0.2rem rgba(225, 83, 97, 0.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 0.2rem rgba(216, 217, 219, 0.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 0.2rem rgba(216, 217, 219, 0.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 0.2rem rgba(82, 88, 93, 0.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 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  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 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  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 0.2rem rgba(40, 167, 69, 0.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 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  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 0.2rem rgba(23, 162, 184, 0.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 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  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 0.2rem rgba(255, 193, 7, 0.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 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  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 0.2rem rgba(248, 249, 250, 0.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 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  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 0.2rem rgba(52, 58, 64, 0.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 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.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: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    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: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.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 0.2rem rgba(0, 123, 255, 0.25); }
  .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(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.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-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  /*! margin-bottom: 1rem; */ }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  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: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%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 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%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 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      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 .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .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,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

/* font-family: 'Roboto Regular' */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/Roboto-Regular.ttf); }

/* font-family: 'Roboto Bold' */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: url(/fonts/Roboto-Bold.ttf); }

/* font-family: 'Roboto Italic' */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: normal;
  src: url(/fonts/Roboto-Italic.ttf); }

/* font-family: 'Roboto Bold-Italic' */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: bold;
  src: url(/fonts/Roboto-BoldItalic.ttf); }

.container {
  max-width: 1150px; }

a {
  color: #3b4256;
  font-size: 18px; }
  a:hover, a:active, a:focus {
    color: #f64146;
    text-decoration: none;
    transition: 0.1s; }

html.bx-core .header {
  position: static; }

html.bx-core body {
  margin-top: 0; }

html.bx-core .header__submenu {
  position: relative;
  top: 0; }

html.header__active {
  overflow: hidden; }

body {
  position: relative;
  margin-top: 57px;
  font-family: "Roboto", "Arial", sans-serif; }
  @media (min-width: 1200px) {
    body {
      margin-top: 143px; } }

section {
  padding-top: 15px;
  padding-bottom: 15px; }
  section:nth-child(odd) {
    background-color: #eff1f6; }
  @media (max-width: 768px) {
    section {
      padding-top: 40px;
      padding-bottom: 40px; } }

p {
  margin-bottom: 0;
  color: #000000;
  font-size: 16px; }
  p + p {
    margin-top: 24px; }
  p a {
    font-size: 16px;
    text-decoration: underline; }
    p a:hover, p a:active, p a:focus {
      text-decoration: none; }

h1,
h2,
h3 {
  color: #000000; }

h1 {
  margin-bottom: 41px;
  font-size: 36px;
  font-weight: bold;
  line-height: 60px; }
  @media (max-width: 768px) {
    h1 {
      margin-bottom: 30px;
      font-size: 38px;
      line-height: 39px; } }

h2 {
  /*! margin-bottom: 27px; */
  font-size: 24px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 28px;
      line-height: 30px; } }
  h2 a {
    color: #000000;
    font-size: 24px; }

h3 {
  margin-bottom: 13px;
  font-size: 31px;
  line-height: 41px; }
  @media (max-width: 768px) {
    h3 {
      font-size: 22px;
      line-height: 28px; } }

.event {
  padding-top: 0; }
  @media (min-width: 1200px) {
    .event {
      padding-top: 100px; } }

ul,
ol,
table {
  margin-top: 43px;
  margin-bottom: 43px; }

ul {
  padding-left: 21px; }
  ul li {
    position: relative;
    color: #000000;
    font-size: 16px;
    list-style: none; }
    ul li::before {
      content: '';
      position: absolute;
      top: 9px;
      left: -21px;
      display: block;
      width: 5px;
      height: 5px;
      background-color: #243462;
      border-radius: 5px; }

ol {
  padding-left: 19px; }
  ol li {
    padding-left: 10px; }

li + li {
  margin-top: 16px; }

table th,
table td {
  padding: 15px; }

table th {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: normal; }

table td {
  font-size: 16px; }

table tr {
  border-bottom: 1px solid #eff1f6; }

label {
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding-left: 36px; }

input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  opacity: 0; }
  input[type='radio'] + label::before, input[type='checkbox'] + label::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 3px;
    width: 19px;
    height: 19px;
    border: 2px solid #848e99;
    border-radius: 3px; }
  input[type='radio'] + label:hover, input[type='radio'] + label:active, input[type='radio'] + label:focus, input[type='checkbox'] + label:hover, input[type='checkbox'] + label:active, input[type='checkbox'] + label:focus {
    color: #233462; }
    input[type='radio'] + label:hover::before, input[type='radio'] + label:active::before, input[type='radio'] + label:focus::before, input[type='checkbox'] + label:hover::before, input[type='checkbox'] + label:active::before, input[type='checkbox'] + label:focus::before {
      border: 2px solid #233462; }
  input[type='radio']:checked + label, input[type='checkbox']:checked + label {
    color: #233462; }
    input[type='radio']:checked + label::before, input[type='checkbox']:checked + label::before {
      border: 2px solid #233462; }
    input[type='radio']:checked + label::after, input[type='checkbox']:checked + label::after {
      content: '';
      position: absolute;
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZmlsbD0iIzIzMzQ2MiIgZD0iTTkgMTYuMkw0LjggMTJsLTEuNCAxLjRMOSAxOSAyMSA3bC0xLjQtMS40TDkgMTYuMnoiLz48L3N2Zz4=);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 16px; }
  input[type='radio'][disabled] + label, input[type='checkbox'][disabled] + label {
    color: #848e99;
    opacity: 0.5; }
    input[type='radio'][disabled] + label:hover, input[type='radio'][disabled] + label:active, input[type='radio'][disabled] + label:focus, input[type='checkbox'][disabled] + label:hover, input[type='checkbox'][disabled] + label:active, input[type='checkbox'][disabled] + label:focus {
      color: #848e99;
      opacity: 0.5; }
      input[type='radio'][disabled] + label:hover::before, input[type='radio'][disabled] + label:active::before, input[type='radio'][disabled] + label:focus::before, input[type='checkbox'][disabled] + label:hover::before, input[type='checkbox'][disabled] + label:active::before, input[type='checkbox'][disabled] + label:focus::before {
        border: 2px solid #848e99; }
  input[type='radio'][disabled]:checked + label, input[type='checkbox'][disabled]:checked + label {
    color: #848e99; }
    input[type='radio'][disabled]:checked + label::before, input[type='checkbox'][disabled]:checked + label::before {
      border: 2px solid #848e99; }
    input[type='radio'][disabled]:checked + label::after, input[type='checkbox'][disabled]:checked + label::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZmlsbD0iIzg0OGU5OSIgZD0iTTkgMTYuMkw0LjggMTJsLTEuNCAxLjRMOSAxOSAyMSA3bC0xLjQtMS40TDkgMTYuMnoiLz48L3N2Zz4=); }

input[type='radio'] + label::before {
  border-radius: 20px; }

input[type='radio']:checked + label::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 8px;
  width: 9px;
  height: 9px;
  background: none;
  background-color: #233462;
  border-radius: 20px; }

input[type='radio'][disabled]:checked + label::after {
  background-color: #848e99; }

input[type='text'] {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 15px;
  color: #000000;
  border: 1px solid #eff1f6;
  border-radius: 5px; }
  input[type='text']:hover, input[type='text']:active, input[type='text']:focus {
    border: 1px solid #f64146;
    box-shadow: none;
    outline: none; }

textarea {
  position: relative;
  width: 100%;
  min-height: 50px;
  max-height: 300px;
  margin-bottom: 30px;
  padding: 12px 15px;
  color: #000000;
  border: 1px solid #eff1f6;
  border-radius: 5px; }
  textarea:hover, textarea:active, textarea:focus {
    border: 1px solid #f64146;
    box-shadow: none;
    outline: none; }

button {
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
  background-color: #243462;
  border: none;
  border-radius: 5px;
  font-size: 17px;
  transition: 1s;
  cursor: pointer; }
  button:hover, button:active, button:focus {
    color: #f64146;
    transition: 1s;
    box-shadow: none;
    outline: none; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    /*! width: 100%; */ }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #eff1f6;
  z-index: 5000; }
  .header__panel {
    height: 56px;
    background-color: #243462; }
    .header__panel-submenu {
      display: none;
      top: -86px;
      width: 100%;
      height: calc(100vh - 56px);
      padding-top: 56px;
      padding-bottom: 56px;
      background-color: #ffffff;
      z-index: 200; }
      .header__panel-submenu.active {
        display: block; }
      @media (max-width: 1200px) {
        .header__panel-submenu {
          top: -1px;
          height: calc(100vh - 56px); } }
    .header__panel-link {
      display: inline-block;
      color: #ffffff;
      font-size: 14px; }
      .header__panel-link:hover, .header__panel-link:active, .header__panel-link:focus {
        color: #f64146;
        transition: 0.1s; }
      .header__panel-link + .header__panel-link {
        margin-left: 28px; }
    .header__panel-icon {
      position: relative;
      padding-left: 35px;
      cursor: pointer; }
      .header__panel-icon::before {
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 3px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 30px; }
      .header__panel-icon--sites {
        padding-left: 0; }
        @media (min-width: 1200px) {
          .header__panel-icon--sites {
            padding-left: 29px; } }
        .header__panel-icon--sites:hover::before, .header__panel-icon--sites:active::before, .header__panel-icon--sites:focus::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxNyIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE3Ij4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tMTYzIC0xOUwxMjc3IC0xOUwxMjc3IDQ5MzNMLTE2MyA0OTMzWiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICNmNjQxNDYgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfbWFpbl8wMyIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJIZWFkZXIiPgoJCQk8ZyBpZD0iVG9wX0JhciI+CgkJCQk8ZyBpZD0iSWNvbl9tb3JlLTI0cHgiPgoJCQkJCTxwYXRoIGlkPSJJY29uX21vcmUiIGNsYXNzPSJzaHAwIiBkPSJNMTMgMTdMMTMgMTNMMTcgMTNMMTcgMTdMMTMgMTdaTTcgMTdMNyAxM0wxMSAxM0wxMSAxN0w3IDE3Wk0xIDE3TDEgMTNMNSAxM0w1IDE3TDEgMTdaTTEzIDExTDEzIDdMMTcgN0wxNyAxMUwxMyAxMVpNNyAxMUw3IDdMMTEgN0wxMSAxMUw3IDExWk0xIDExTDEgN0w1IDdMNSAxMUwxIDExWk0xMyA1TDEzIDFMMTcgMUwxNyA1TDEzIDVaTTcgNUw3IDFMMTEgMUwxMSA1TDcgNVpNMSA1TDEgMUw1IDFMNSA1TDEgNVoiIC8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==);
          transition: 0.1s; }
        .header__panel-icon--sites::before {
          width: 30px;
          height: 30px;
          position: relative;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxNyIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE3Ij4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tMTYzIC0xOUwxMjc3IC0xOUwxMjc3IDQ5MzNMLTE2MyA0OTMzWiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICNmZmZmZmYgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfbWFpbl8wMyIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJIZWFkZXIiPgoJCQk8ZyBpZD0iVG9wX0JhciI+CgkJCQk8ZyBpZD0iSWNvbl9tb3JlLTI0cHgiPgoJCQkJCTxwYXRoIGlkPSJJY29uX21vcmUiIGNsYXNzPSJzaHAwIiBkPSJNMTMgMTdMMTMgMTNMMTcgMTNMMTcgMTdMMTMgMTdaTTcgMTdMNyAxM0wxMSAxM0wxMSAxN0w3IDE3Wk0xIDE3TDEgMTNMNSAxM0w1IDE3TDEgMTdaTTEzIDExTDEzIDdMMTcgN0wxNyAxMUwxMyAxMVpNNyAxMUw3IDdMMTEgN0wxMSAxMUw3IDExWk0xIDExTDEgN0w1IDdMNSAxMUwxIDExWk0xMyA1TDEzIDFMMTcgMUwxNyA1TDEzIDVaTTcgNUw3IDFMMTEgMUwxMSA1TDcgNVpNMSA1TDEgMUw1IDFMNSA1TDEgNVoiIC8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==);
          background-size: 30px; }
          @media (min-width: 1200px) {
            .header__panel-icon--sites::before {
              top: -4px;
              left: 0;
              width: 25px;
              height: 25px;
              position: absolute;
              background-size: 17px; } }
        .header__panel-icon--sites.active:hover::before, .header__panel-icon--sites.active:active::before, .header__panel-icon--sites.active:focus::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZjY0MTQ2IiBkPSJNMTkgNi40MUwxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
          transition: 0.1s; }
        .header__panel-icon--sites.active::before {
          top: -3px;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTkgNi40MUwxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=); }
          @media (max-width: 1200px) {
            .header__panel-icon--sites.active::before {
              top: 0;
              background-size: 40px; } }
      .header__panel-icon--search::before {
        top: 15px;
        bottom: 0;
        left: 3px;
        /*! margin-top: auto; */
        /*! margin-bottom: auto; */
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBpZD0iSWNvbl9zZWFyY2giIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05MDggLTE2KSI+CiAgICA8cmVjdCBpZD0iQm94IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkwOCAxNikiIGZpbGw9IiNmZmYiIG9wYWNpdHk9IjAiLz4KICAgIDxwYXRoIGlkPSJTZWFyY2giIGQ9Ik0xMi41LTdoLS43OWwtLjI4LS4yN0E2LjQ3MSw2LjQ3MSwwLDAsMCwxMy0xMS41LDYuNSw2LjUsMCwwLDAsNi41LTE4LDYuNSw2LjUsMCwwLDAsMC0xMS41LDYuNSw2LjUsMCwwLDAsNi41LTVhNi40NzEsNi40NzEsMCwwLDAsNC4yMy0xLjU3bC4yNy4yOHYuNzlMMTYtLjUxLDE3LjQ5LTIsMTIuNS03Wm0tNiwwQTQuNDk0LDQuNDk0LDAsMCwxLDItMTEuNSw0LjQ5NCw0LjQ5NCwwLDAsMSw2LjUtMTYsNC40OTQsNC40OTQsMCwwLDEsMTEtMTEuNSw0LjQ5NCw0LjQ5NCwwLDAsMSw2LjUtN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkxMSAzNykiIGZpbGw9IiNmM2Y3ZmEiLz4KICA8L2c+Cjwvc3ZnPgo=);
        background-size: 25px;
        opacity: 0.5; }
      .header__panel-icon--internet {
        display: none; }
        .header__panel-icon--internet::before {
          top: -3px;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBpZD0iSWNvbl9tYWlsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTk0NiA5MDQpIj4KICAgIDxyZWN0IGlkPSJCb3giIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTk0NiAtOTA0KSIgZmlsbD0iI2ZmZiIgb3BhY2l0eT0iMCIvPgogICAgPHBhdGggaWQ9ImVtYWlsLW91dGxpbmUiIGQ9Ik00LDRIMjBhMiwyLDAsMCwxLDIsMlYxOGEyLDIsMCwwLDEtMiwySDRhMiwyLDAsMCwxLTItMlY2QTEuOTkzLDEuOTkzLDAsMCwxLDQsNG04LDcsOC01SDRsOCw1TTQsMThIMjBWOC4zN2wtOCw0Ljk5TDQsOC4zN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5NDYgLTkwNCkiIGZpbGw9IiNmM2Y3ZmEiLz4KICA8L2c+Cjwvc3ZnPgo=);
          background-size: 24px; }
        @media (min-width: 1200px) {
          .header__panel-icon--internet {
            display: inline-block; } }
        .header__panel-icon--internet:hover::before, .header__panel-icon--internet:active::before, .header__panel-icon--internet:focus::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBpZD0iSWNvbl9tYWlsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTk0NiA5MDQpIj4KICAgIDxyZWN0IGlkPSJCb3giIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTk0NiAtOTA0KSIgZmlsbD0iI2ZmZiIgb3BhY2l0eT0iMCIvPgogICAgPHBhdGggaWQ9ImVtYWlsLW91dGxpbmUiIGQ9Ik00LDRIMjBhMiwyLDAsMCwxLDIsMlYxOGEyLDIsMCwwLDEtMiwySDRhMiwyLDAsMCwxLTItMlY2QTEuOTkzLDEuOTkzLDAsMCwxLDQsNG04LDcsOC01SDRsOCw1TTQsMThIMjBWOC4zN2wtOCw0Ljk5TDQsOC4zN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5NDYgLTkwNCkiIGZpbGw9IiNmNjQxNDYiLz4KICA8L2c+Cjwvc3ZnPgo=);
          transition: 0.1s; }
      .header__panel-icon--user {
        display: none; }
        .header__panel-icon--user::before {
          top: -2px;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tMTE2NCAtMThMMjc2IC0xOEwyNzYgNDkzNEwtMTE2NCA0OTM0WiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICNmZmZmZmYgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfbWFpbl8wMyIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJIZWFkZXIiPgoJCQk8ZyBpZD0iVG9wX0JhciI+CgkJCQk8ZyBpZD0iSWNvbl9hY2NvdW50LTI0cHgiPgoJCQkJCTxwYXRoIGlkPSJhY2NvdW50LWNpcmNsZSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGFzcz0ic2hwMCIgZD0iTTIwIDEwQzIwIDE1LjUyIDE1LjUyIDIwIDEwIDIwQzQuNDggMjAgMCAxNS41MiAwIDEwQzAgNC40OCA0LjQ4IDAgMTAgMEMxNS41IDAgMjAgNC40NyAyMCAxMFpNMTAgM0M4LjM0IDMgNyA0LjM0IDcgNkM3IDcuNjYgOC4zNCA5IDEwIDlDMTEuNjYgOSAxMyA3LjY2IDEzIDZDMTMgNC4zNCAxMS42NiAzIDEwIDNaTTE2IDE0QzE1Ljk3IDEyIDEyIDEwLjkgMTAgMTAuOUM4IDEwLjkgNC4wMyAxMiA0IDE0QzUuMjkgMTUuOTIgNy41IDE3LjIgMTAgMTcuMkMxMi41IDE3LjIgMTQuNzEgMTUuOTIgMTYgMTRaIiAvPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=);
          background-size: 20px; }
        @media (min-width: 1200px) {
          .header__panel-icon--user {
            display: inline-block; } }
        .header__panel-icon--user:hover::before, .header__panel-icon--user:active::before, .header__panel-icon--user:focus::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tMTE2NCAtMThMMjc2IC0xOEwyNzYgNDkzNEwtMTE2NCA0OTM0WiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICNmNjQxNDYgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfbWFpbl8wMyIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJIZWFkZXIiPgoJCQk8ZyBpZD0iVG9wX0JhciI+CgkJCQk8ZyBpZD0iSWNvbl9hY2NvdW50LTI0cHgiPgoJCQkJCTxwYXRoIGlkPSJhY2NvdW50LWNpcmNsZSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGFzcz0ic2hwMCIgZD0iTTIwIDEwQzIwIDE1LjUyIDE1LjUyIDIwIDEwIDIwQzQuNDggMjAgMCAxNS41MiAwIDEwQzAgNC40OCA0LjQ4IDAgMTAgMEMxNS41IDAgMjAgNC40NyAyMCAxMFpNMTAgM0M4LjM0IDMgNyA0LjM0IDcgNkM3IDcuNjYgOC4zNCA5IDEwIDlDMTEuNjYgOSAxMyA3LjY2IDEzIDZDMTMgNC4zNCAxMS42NiAzIDEwIDNaTTE2IDE0QzE1Ljk3IDEyIDEyIDEwLjkgMTAgMTAuOUM4IDEwLjkgNC4wMyAxMiA0IDE0QzUuMjkgMTUuOTIgNy41IDE3LjIgMTAgMTcuMkMxMi41IDE3LjIgMTQuNzEgMTUuOTIgMTYgMTRaIiAvPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=);
          transition: 0.1s; }
    .header__panel-sites {
      display: none; }
      @media (min-width: 576px) {
        .header__panel-sites {
          display: flex; } }
      .header__panel-sites-text {
        display: none; }
        @media (min-width: 1200px) {
          .header__panel-sites-text {
            display: block; } }
      @media (min-width: 576px) {
        .header__panel-sites + .header__logo-mobile {
          padding-left: 10px; } }
    .header__panel-links {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex: 1; }
      @media (min-width: 1200px) {
        .header__panel-links {
          text-align: right; } }
      @media (max-width: 1200px) {
        .header__panel-links {
          padding-left: 0;
          padding-right: 0; } }
    .header__panel.active .header__panel-icon--sites::before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNMTkgNi40MUwxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=); }
    .header__panel-block {
      height: 56px;
      position: relative;
      align-items: center; }
  .header__nav {
    display: none;
    height: 86px;
    /*! padding-top: 15px; */
    padding: 15px 0px; }
    .header__nav-submenu {
      position: relative; }
    @media (min-width: 1200px) {
      .header__nav {
        display: block; } }
  .header__logo {
    display: flex;
    align-items: center;
    color: #000000;
    font-weight: bold;
    line-height: 21px; }
    @media (min-width: 768px) {
      .header__logo {
        /*! display: inline; */         color: #000000;
} }
    .header__logo-img {
      /*! width: 25px; */
      height: 40px; }
      @media (min-width: 1200px) {
        .header__logo-img {
          /*! width: 30px; */
          height: 68px;
          margin-left: 6px;
          margin-right: 20px; } }
    @media (min-width: 1200px) {
      .header__logo-mobile {
        display: none; } }
    .header__logo-name {
      margin-top: 8px;
      font-size: 17px;
      line-height: 22px;

}
      .header__logo-name:hover, .header__logo-name:active, .header__logo-name:focus {
        color: #000000; }
.header__logo:hover {color: #000;}
.header__logo {color: #000;}

  .header__menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .header__menu-burger {
      display: block;
      width: 40px;
      height: 40px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCA0IiB3aWR0aD0iMTgiIGhlaWdodD0iNCI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTEyNTkgLTk4TDE4MSAtOThMMTgxIDQ4NTRMLTEyNTkgNDg1NFoiIC8+CgkJPC9jbGlwUGF0aD4KCTwvZGVmcz4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjMDAwMDAwIH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBsYXRyb21hX21haW5fMDMiIGNsaXAtcGF0aD0idXJsKCNjcDEpIj4KCQk8ZyBpZD0iSGVhZGVyIj4KCQkJPGcgaWQ9Ik1lbnUiPgoJCQkJPGcgaWQ9Ikljb25fbW9yZV9ob3Jpei0yNHB4Ij4KCQkJCQk8cGF0aCBpZD0iUGF0aCA5MDUiIGNsYXNzPSJzaHAwIiBkPSJNMiAwQzAuOSAwIDAgMC45IDAgMkMwIDMuMSAwLjkgNCAyIDRDMy4xIDQgNCAzLjEgNCAyQzQgMC45IDMuMSAwIDIgMFpNMTYgMEMxNC45IDAgMTQgMC45IDE0IDJDMTQgMy4xIDE0LjkgNCAxNiA0QzE3LjEgNCAxOCAzLjEgMTggMkMxOCAwLjkgMTcuMSAwIDE2IDBaTTkgMEM3LjkgMCA3IDAuOSA3IDJDNyAzLjEgNy45IDQgOSA0QzEwLjEgNCAxMSAzLjEgMTEgMkMxMSAwLjkgMTAuMSAwIDkgMFoiIC8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 40px;
      cursor: pointer; }
      .header__menu-burger:hover, .header__menu-burger:active, .header__menu-burger:focus {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCA0IiB3aWR0aD0iMTgiIGhlaWdodD0iNCI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTEyNTkgLTk4TDE4MSAtOThMMTgxIDQ4NTRMLTEyNTkgNDg1NFoiIC8+CgkJPC9jbGlwUGF0aD4KCTwvZGVmcz4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjZjY0MTQ2IH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBsYXRyb21hX21haW5fMDMiIGNsaXAtcGF0aD0idXJsKCNjcDEpIj4KCQk8ZyBpZD0iSGVhZGVyIj4KCQkJPGcgaWQ9Ik1lbnUiPgoJCQkJPGcgaWQ9Ikljb25fbW9yZV9ob3Jpei0yNHB4Ij4KCQkJCQk8cGF0aCBpZD0iUGF0aCA5MDUiIGNsYXNzPSJzaHAwIiBkPSJNMiAwQzAuOSAwIDAgMC45IDAgMkMwIDMuMSAwLjkgNCAyIDRDMy4xIDQgNCAzLjEgNCAyQzQgMC45IDMuMSAwIDIgMFpNMTYgMEMxNC45IDAgMTQgMC45IDE0IDJDMTQgMy4xIDE0LjkgNCAxNiA0QzE3LjEgNCAxOCAzLjEgMTggMkMxOCAwLjkgMTcuMSAwIDE2IDBaTTkgMEM3LjkgMCA3IDAuOSA3IDJDNyAzLjEgNy45IDQgOSA0QzEwLjEgNCAxMSAzLjEgMTEgMkMxMSAwLjkgMTAuMSAwIDkgMFoiIC8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==);
        transition: 0.1s; }
        .header__menu-burger:hover:hover::before, .header__menu-burger:hover:active::before, .header__menu-burger:hover:focus::before, .header__menu-burger:active:hover::before, .header__menu-burger:active:active::before, .header__menu-burger:active:focus::before, .header__menu-burger:focus:hover::before, .header__menu-burger:focus:active::before, .header__menu-burger:focus:focus::before {
          display: none; }
      .header__menu-burger.active {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNMTkgNi40MUwxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=); }
        .header__menu-burger.active:hover, .header__menu-burger.active:active, .header__menu-burger.active:focus {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZjY0MTQ2IiBkPSJNMTkgNi40MUwxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
          transition: 0.1s; }
      @media (min-width: 1200px) {
        .header__menu-burger {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCA0IiB3aWR0aD0iMTgiIGhlaWdodD0iNCI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTEyNTkgLTk4TDE4MSAtOThMMTgxIDQ4NTRMLTEyNTkgNDg1NFoiIC8+CgkJPC9jbGlwUGF0aD4KCTwvZGVmcz4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjMDAwMDAwIH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBsYXRyb21hX21haW5fMDMiIGNsaXAtcGF0aD0idXJsKCNjcDEpIj4KCQk8ZyBpZD0iSGVhZGVyIj4KCQkJPGcgaWQ9Ik1lbnUiPgoJCQkJPGcgaWQ9Ikljb25fbW9yZV9ob3Jpei0yNHB4Ij4KCQkJCQk8cGF0aCBpZD0iUGF0aCA5MDUiIGNsYXNzPSJzaHAwIiBkPSJNMiAwQzAuOSAwIDAgMC45IDAgMkMwIDMuMSAwLjkgNCAyIDRDMy4xIDQgNCAzLjEgNCAyQzQgMC45IDMuMSAwIDIgMFpNMTYgMEMxNC45IDAgMTQgMC45IDE0IDJDMTQgMy4xIDE0LjkgNCAxNiA0QzE3LjEgNCAxOCAzLjEgMTggMkMxOCAwLjkgMTcuMSAwIDE2IDBaTTkgMEM3LjkgMCA3IDAuOSA3IDJDNyAzLjEgNy45IDQgOSA0QzEwLjEgNCAxMSAzLjEgMTEgMkMxMSAwLjkgMTAuMSAwIDkgMFoiIC8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==);
          background-size: 23px; } }
      .header__menu-burger-mobile {
        display: block; }
        @media (min-width: 1200px) {
          .header__menu-burger-mobile {
            display: none; } }
        .header__menu-burger-mobile .header__menu-burger {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCA0IiB3aWR0aD0iMTgiIGhlaWdodD0iNCI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTEyNTkgLTk4TDE4MSAtOThMMTgxIDQ4NTRMLTEyNTkgNDg1NFoiIC8+CgkJPC9jbGlwUGF0aD4KCTwvZGVmcz4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjZmZmZmZmIH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBsYXRyb21hX21haW5fMDMiIGNsaXAtcGF0aD0idXJsKCNjcDEpIj4KCQk8ZyBpZD0iSGVhZGVyIj4KCQkJPGcgaWQ9Ik1lbnUiPgoJCQkJPGcgaWQ9Ikljb25fbW9yZV9ob3Jpei0yNHB4Ij4KCQkJCQk8cGF0aCBpZD0iUGF0aCA5MDUiIGNsYXNzPSJzaHAwIiBkPSJNMiAwQzAuOSAwIDAgMC45IDAgMkMwIDMuMSAwLjkgNCAyIDRDMy4xIDQgNCAzLjEgNCAyQzQgMC45IDMuMSAwIDIgMFpNMTYgMEMxNC45IDAgMTQgMC45IDE0IDJDMTQgMy4xIDE0LjkgNCAxNiA0QzE3LjEgNCAxOCAzLjEgMTggMkMxOCAwLjkgMTcuMSAwIDE2IDBaTTkgMEM3LjkgMCA3IDAuOSA3IDJDNyAzLjEgNy45IDQgOSA0QzEwLjEgNCAxMSAzLjEgMTEgMkMxMSAwLjkgMTAuMSAwIDkgMFoiIC8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==);
          transition: 0s; }
          .header__menu-burger-mobile .header__menu-burger.active {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTkgNi40MUwxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
            transition: 0s; }
    @media (min-width: 1200px) {
      .header__menu {
        justify-content: flex-end; } }
    .header__menu-elem {
      position: relative;
      display: flex;
      color: #000000;
      font-size: 16px;
      font-weight: bold; }
      @media (min-width: 1200px) {
        .header__menu-elem {
          display: inline-block; } }
      .header__menu-elem + .header__menu-elem {
        margin-left: 33px; }
      .header__menu-elem::before {
        content: '';
        position: absolute;
        bottom: -33px;
        display: none;
        width: 100%;
        height: 3px;
        background-color: #f64146; }
      .header__menu-elem:hover::before, .header__menu-elem:active::before, .header__menu-elem:focus::before {
        display: block; }
  .header__sites {
    display: none;
    height: 700px;
    position: absolute;
    top: 56px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #ffffff;
    box-shadow: 0 0 50px rgba(150, 150, 150, 0.3);
    z-index: 200; }
    @media (min-width: 1200px) {
      .header__sites {
        height: 500px; } }
  .header__site {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 23px; }
    .header__site-img {
      width: 50px;
      height: 63px;
      margin-right: 15px; }
  .header__submenu {
    display: none;
    width: 100%;
    height: calc(100vh - 143px);
    position: absolute;
    top: 143px;
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: #ffffff;
    z-index: 200; }
    @media (max-width: 1200px) {
      .header__submenu {
        top: 56px;
        height: calc(100vh - 56px); } }
    .header__submenu.active {
      display: block; }
    .header__submenu-elems .row {
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 1200px) {
        .header__submenu-elems .row {
          marmargin-left: -15px;
          margin-right: -15px; } }
    @media (min-width: 1200px) {
      .header__submenu-elems {
        padding-left: 0;
        padding-right: 0; } }
    .header__submenu-elem {
      margin-bottom: 30px;
      padding-left: 0;
      padding-right: 0;
      border-bottom: 1px solid #243462; }
      @media (min-width: 1200px) {
        .header__submenu-elem {
          margin-bottom: 0;
          padding-bottom: 20px;
          padding-left: 15px;
          padding-right: 15px;
          border-bottom: none; } }
      .header__submenu-elem.active .header__submenu-btn::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPScjMjQzNDYyJyBkPSJNMTIgOGwtNiA2IDEuNDEgMS40MUwxMiAxMC44M2w0LjU5IDQuNThMMTggMTR6Ii8+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==); }
      .header__submenu-elem.active .header__submenu-links {
        display: block; }
    .header__submenu-title {
      display: inline;
      font-size: 20px;
      font-weight: bold; }
      @media (min-width: 1200px) {
        .header__submenu-title {
          display: block;
          margin-bottom: 17px; }
          .header__submenu-title::after {
            display: none; } }
    .header__submenu-btn {
      position: relative;
      margin-bottom: 15px;
      cursor: pointer; }
      .header__submenu-btn::after {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin-top: auto;
        margin-bottom: auto;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPScjMjQzNDYyJyBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 40px; }
      @media (min-width: 1200px) {
        .header__submenu-btn {
          margin-bottom: 0;
          cursor: auto; }
          .header__submenu-btn::after {
            display: none; } }
    .header__submenu-links {
      display: none; }
      @media (min-width: 1200px) {
        .header__submenu-links {
          display: block; } }
    .header__submenu-link {
      display: block;
      margin-bottom: 12px;
      color: #000000;
      font-size: 16px; }
  .header__form {
    flex: 1;
    position: relative; }
    .header__form:hover, .header__form:active, .header__form:focus {
      border: none; }
    .header__form-input {
      width: 100%;
      height: 56px;
      padding-left: 20px;
      padding-right: 57px;
      color: #ffffff;
      background-color: #243462;
      background-color: rgba(0, 0, 0, 0);
      border: none;
      text-align: right;
      opacity: 0.5; }
      .header__form-input:hover, .header__form-input:active, .header__form-input:focus {
        background-color: #004984;
        border: none;
        outline: none;
        opacity: 1; }
        .header__form-input:hover + .header__form-btn::before, .header__form-input:active + .header__form-btn::before, .header__form-input:focus + .header__form-btn::before {
          opacity: 1; }
      .header__form-input::placeholder {
        color: #ffffff;
        opacity: 0.5; }
    .header__form-btn {
      display: flex;
      align-items: center;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      padding-left: 24px;
      padding-right: 28px;
      color: #f64146;
      background-color: #243462;
      background-color: rgba(0, 0, 0, 0);
      border: none; }
  .header__user-menu {
    position: absolute;
    top: 56px;
    right: 0;
    display: none;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-align: left;
    z-index: 300; }
    .header__user-menu.active {
      display: block; }
    .header__user-menu-elem {
      display: block;
      color: #000000;
      font-size: 16px;
      font-weight: bold; }
      .header__user-menu-elem + .header__user-menu-elem {
        margin-top: 10px; }

.news__img {
  height: 100%; }
  .news__img-block {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
    border-radius: 5px;
    background-color: #eff1f6;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 1200px) {
      .news__img-block {
        height: 150px; } }
    @media (max-width: 768px) {
      .news__img-block {
        margin-bottom: 15px; } }
    .news__img-block:hover, .news__img-block:active, .news__img-block:focus {
      box-shadow: none;
      outline: none; }

.news__elems .news__elem {
  margin-bottom: 45px; }
  @media (max-width: 768px) {
    .news__elems .news__elem {
      margin-bottom: 15px; } }

@media (max-width: 768px) {
  .news__elems-more {
    display: none; } }

@media (max-width: 768px) {
  .news__elem {
    margin-bottom: 20px; } }

.news__tag {
  margin-bottom: 11px;
  color: #f64146;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase; }

.news__title {
  display: block;
  color: #243462;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
  .news__title + .news__text {
    margin-top: 15px; }

.news__text {
  display: block;
  color: #848e99;
  font-size: 14px; }
  .news__text + .news__img-block {
    margin-top: 15px; }

.news__form {
  position: relative;
  margin-bottom: 46px; }
  .news__form-label {
    display: block; }
  .news__form-input {
    width: 350px; }
  .news__form-btn {
    margin-left: 30px; }
  @media (max-width: 768px) {
    .news__form {
      display: none; } }

.news__more {
  display: inline-block;
  margin-top: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 65px;
  padding-right: 65px;
  border: 1px solid #c0d6e8;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold; }
  .news__more:hover, .news__more:active, .news__more:focus {
    border: 1px solid #f64146; }
  @media (max-width: 768px) {
    .news__more {
      padding-left: 15px;
      padding-right: 15px; } }

.news__head {
  margin-bottom: 30px; }

@media (max-width: 768px) {
  .news__print {
    display: none; } }

.news__print-link {
  position: relative;
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 112px;
  border: 1px solid #c0d6e8;
  border-radius: 5px;
  font-weight: bold;
  font-size: 17px;
  color: #243462; }
  @media (max-width: 1200px) {
    .news__print-link {
      padding-left: 0;
      text-align: center; } }
  .news__print-link:hover, .news__print-link:active, .news__print-link:focus {
    border: 1px solid #f64146; }
    .news__print-link:hover::before, .news__print-link:active::before, .news__print-link:focus::before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxMyIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIj4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tNTA4IC0xMjZMMjEyIC0xMjZMMjEyIDE2MDJMLTUwOCAxNjAyWiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6IG5vbmUgfSAKCQkuc2hwMSB7IGZpbGw6ICNmNjQxNDYgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfYXJ0aWNsZV8wNCIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJHcm91cCA4MjQiPgoJCQk8ZyBpZD0iR3JvdXAgODI1Ij4KCQkJCTxnIGlkPSJJY29uX3ByaW50LTI0cHgiPgoJCQkJCTxwYXRoIGlkPSJQYXRoIDkyOSIgY2xhc3M9InNocDAiIGQ9Ik0wLjUgMC41TDEyLjUgMC41TDEyLjUgMTIuNUwwLjUgMTIuNUwwLjUgMC41WiIgLz4KCQkJCQk8cGF0aCBpZD0iUGF0aCA5MzAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xhc3M9InNocDEiIGQ9Ik0xMS41IDZMMTEuNSA5TDkuNSA5TDkuNSAxMUwzLjUgMTFMMy41IDlMMS41IDlMMS41IDZDMS41IDUuMTcgMi4xNyA0LjUgMyA0LjVMMy41IDQuNUwzLjUgMkw5LjUgMkw5LjUgNC41TDEwIDQuNUMxMC44MyA0LjUgMTEuNSA1LjE3IDExLjUgNlpNNC41IDQuNUw4LjUgNC41TDguNSAzTDQuNSAzTDQuNSA0LjVaTTguNSA4TDQuNSA4TDQuNSAxMEw4LjUgMTBMOC41IDhaTTEwLjUgOEwxMC41IDZDMTAuNSA1LjcyIDEwLjI3IDUuNSAxMCA1LjVMMyA1LjVDMi43MiA1LjUgMi41IDUuNzIgMi41IDZMMi41IDhMMy41IDhMMy41IDdMOS41IDdMOS41IDhMMTAuNSA4WiIgLz4KCQkJCQk8cGF0aCBpZD0iRWxsaXBzZSAyNCIgY2xhc3M9InNocDEiIGQ9Ik05LjUgNi43NUM5LjIyIDYuNzUgOSA2LjUzIDkgNi4yNUM5IDUuOTcgOS4yMiA1Ljc1IDkuNSA1Ljc1QzkuNzggNS43NSAxMCA1Ljk3IDEwIDYuMjVDMTAgNi41MyA5Ljc4IDYuNzUgOS41IDYuNzVaIiAvPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=);
      transition: 1s; }
  .news__print-link::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80px;
    display: block;
    width: 26px;
    height: 26px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxMyIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIj4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tNTA4IC0xMjZMMjEyIC0xMjZMMjEyIDE2MDJMLTUwOCAxNjAyWiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6IG5vbmUgfSAKCQkuc2hwMSB7IGZpbGw6ICMyNDM0NjIgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfYXJ0aWNsZV8wNCIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJHcm91cCA4MjQiPgoJCQk8ZyBpZD0iR3JvdXAgODI1Ij4KCQkJCTxnIGlkPSJJY29uX3ByaW50LTI0cHgiPgoJCQkJCTxwYXRoIGlkPSJQYXRoIDkyOSIgY2xhc3M9InNocDAiIGQ9Ik0wLjUgMC41TDEyLjUgMC41TDEyLjUgMTIuNUwwLjUgMTIuNUwwLjUgMC41WiIgLz4KCQkJCQk8cGF0aCBpZD0iUGF0aCA5MzAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xhc3M9InNocDEiIGQ9Ik0xMS41IDZMMTEuNSA5TDkuNSA5TDkuNSAxMUwzLjUgMTFMMy41IDlMMS41IDlMMS41IDZDMS41IDUuMTcgMi4xNyA0LjUgMyA0LjVMMy41IDQuNUwzLjUgMkw5LjUgMkw5LjUgNC41TDEwIDQuNUMxMC44MyA0LjUgMTEuNSA1LjE3IDExLjUgNlpNNC41IDQuNUw4LjUgNC41TDguNSAzTDQuNSAzTDQuNSA0LjVaTTguNSA4TDQuNSA4TDQuNSAxMEw4LjUgMTBMOC41IDhaTTEwLjUgOEwxMC41IDZDMTAuNSA1LjcyIDEwLjI3IDUuNSAxMCA1LjVMMyA1LjVDMi43MiA1LjUgMi41IDUuNzIgMi41IDZMMi41IDhMMy41IDhMMy41IDdMOS41IDdMOS41IDhMMTAuNSA4WiIgLz4KCQkJCQk8cGF0aCBpZD0iRWxsaXBzZSAyNCIgY2xhc3M9InNocDEiIGQ9Ik05LjUgNi43NUM5LjIyIDYuNzUgOSA2LjUzIDkgNi4yNUM5IDUuOTcgOS4yMiA1Ljc1IDkuNSA1Ljc1QzkuNzggNS43NSAxMCA1Ljk3IDEwIDYuMjVDMTAgNi41MyA5Ljc4IDYuNzUgOS41IDYuNzVaIiAvPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 26px; }
    @media (max-width: 1200px) {
      .news__print-link::before {
        left: 20px; } }

.news__imgs {
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .news__imgs {
      margin-bottom: 30px; } }

.news__carousel {
  position: relative; }
  .news__carousel .owl-item {
    height: 415px;
    background-color: #eff1f6;
    border-radius: 5px;
    overflow: hidden;
    text-align: center; }
    @media (max-width: 768px) {
      .news__carousel .owl-item {
        height: 200px; } }
    .news__carousel .owl-item img {
      display: inline-block;
      width: auto;
      height: 100%;
      border-radius: 5px; }
  .news__carousel-counter {
    position: absolute;
    bottom: 13px;
    left: 60px;
    width: 70px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    z-index: 5;
    overflow: hidden; }
  .news__carousel-arrow {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 11px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer; }
    .news__carousel-arrow--prev {
      left: 35px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPScjZmZmZmZmJyBkPSJNNDAxLjQgMjI0aC0yMTRsODMtNzkuNGMxMS45LTEyLjUgMTEuOS0zMi43IDAtNDUuMnMtMzEuMi0xMi41LTQzLjIgMEw4OSAyMzMuNGMtNiA1LjgtOSAxMy43LTkgMjIuNHYuNGMwIDguNyAzIDE2LjYgOSAyMi40bDEzOC4xIDEzNGMxMiAxMi41IDMxLjMgMTIuNSA0My4yIDAgMTEuOS0xMi41IDExLjktMzIuNyAwLTQ1LjJsLTgzLTc5LjRoMjE0YzE2LjkgMCAzMC42LTE0LjMgMzAuNi0zMiAuMS0xOC0xMy42LTMyLTMwLjUtMzJ6Ii8+PC9zdmc+); }
    .news__carousel-arrow--next {
      left: 125px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPScjZmZmZmZmJyBkPSJNMjg0LjkgNDEyLjZsMTM4LjEtMTM0YzYtNS44IDktMTMuNyA5LTIyLjR2LS40YzAtOC43LTMtMTYuNi05LTIyLjRsLTEzOC4xLTEzNGMtMTItMTIuNS0zMS4zLTEyLjUtNDMuMiAwLTExLjkgMTIuNS0xMS45IDMyLjcgMCA0NS4ybDgzIDc5LjRoLTIxNGMtMTcgMC0zMC43IDE0LjMtMzAuNyAzMiAwIDE4IDEzLjcgMzIgMzAuNiAzMmgyMTRsLTgzIDc5LjRjLTExLjkgMTIuNS0xMS45IDMyLjcgMCA0NS4yIDEyIDEyLjUgMzEuMyAxMi41IDQzLjMgMHoiLz48L3N2Zz4=); }
    .news__carousel-arrow span {
      display: none; }
    .news__carousel-arrow:hover, .news__carousel-arrow:active, .news__carousel-arrow:focus {
      box-shadow: none;
      outline: none; }
  .news__carousel-block {
    display: block;
    height: 100%;
    text-align: center;
    overflow: hidden; }

.news__photo {
  width: 100%;
  height: 200px;
  border-radius: 5px; }
  .news__photo-block {
    margin-top: 50px;
    margin-bottom: 25px; }
    .news__photo-block h3 {
      margin-bottom: 31px; }
    @media (max-width: 768px) {
      .news__photo-block {
        display: none; } }
  .news__photo-link {
    display: block;
    width: 100%;
    margin-bottom: 30px; }

.news__link {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  font-weight: bold; }
  @media (max-width: 768px) {
    .news__link {
      margin-top: 30px; } }
  .news__link::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 8px;
    display: block;
    width: 9px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0IDYiIHdpZHRoPSI0IiBoZWlnaHQ9IjYiPgoJPGRlZnM+CgkJPGNsaXBQYXRoIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iY3AxIj4KCQkJPHBhdGggZD0iTS04NCAtMTI3Nkw2MzYgLTEyNzZMNjM2IDQ1MkwtODQgNDUyWiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICMyNDM0NjIgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfYXJ0aWNsZV8wNCIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJMaW5rIj4KCQkJPGcgaWQ9Ikljb25fYXJyb3dfbGVmdC0yNHB4Ij4KCQkJCTxwYXRoIGlkPSJQYXRoIDkwOSIgY2xhc3M9InNocDAiIGQ9Ik0zLjcgNS4yOUwxLjQxIDNMMy43IDAuN0wzIDBMMCAzTDMgNkwzLjcgNS4yOVoiIC8+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 9px; }
  .news__link:hover::before, .news__link:active::before, .news__link:focus::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0IDYiIHdpZHRoPSI0IiBoZWlnaHQ9IjYiPgoJPGRlZnM+CgkJPGNsaXBQYXRoIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iY3AxIj4KCQkJPHBhdGggZD0iTS04NCAtMTI3Nkw2MzYgLTEyNzZMNjM2IDQ1MkwtODQgNDUyWiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICNmNjQxNDYgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfYXJ0aWNsZV8wNCIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJMaW5rIj4KCQkJPGcgaWQ9Ikljb25fYXJyb3dfbGVmdC0yNHB4Ij4KCQkJCTxwYXRoIGlkPSJQYXRoIDkwOSIgY2xhc3M9InNocDAiIGQ9Ik0zLjcgNS4yOUwxLjQxIDNMMy43IDAuN0wzIDBMMCAzTDMgNkwzLjcgNS4yOVoiIC8+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==);
    transition: 1s; }

.activity__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border: 2px solid #d2d6e1;
  border-radius: 5px; }
  .activity__link:hover .activity__title, .activity__link:active .activity__title, .activity__link:focus .activity__title {
    color: #f64146;
    transition: 0.1s; }
  .activity__link:hover .activity__title::before, .activity__link:active .activity__title::before, .activity__link:focus .activity__title::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDEyIiB3aWR0aD0iOCIgaGVpZ2h0PSIxMiI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTQ3MiAtMTcwNkw5NjggLTE3MDZMOTY4IDMyNDZMLTQ3MiAzMjQ2WiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICNmNjQxNDYgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfbWFpbl8wMyIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJBY3Rpb24iPgoJCQk8ZyBpZD0iUmVwZWF0IEdyaWQgMjAiPgoJCQkJPGcgaWQ9IkxheWVyIj4KCQkJCQk8ZyBpZD0iQ3JhZF9hY3Rpb24iPgoJCQkJCQk8ZyBpZD0iU2VydmljZV9tZW51Ij4KCQkJCQkJCTxnIGlkPSJJY29uX2Fycm93LXJpZ2h0LTI0cHgiPgoJCQkJCQkJCTxwYXRoIGlkPSJQYXRoIDkxNiIgY2xhc3M9InNocDAiIGQ9Ik0wLjU5IDEwLjU5TDUuMTcgNkwwLjU5IDEuNDFMMiAwTDggNkwyIDEyTDAuNTkgMTAuNTlaIiAvPgoJCQkJCQkJPC9nPgoJCQkJCQk8L2c+CgkJCQkJPC9nPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=);
    transition: 0.1s; }
  .activity__link::before {
    content: '';
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    pointer-events: none;
    z-index: 1; }

.activity__elem {
  margin-bottom: 30px; }

.activity__title {
  position: relative;
  width: 100%;
  padding-left: 35px;
  padding-right: 50px;
  color: #243462;
  z-index: 10; }
  .activity__title::before {
    content: '';
    position: absolute;
    display: block;
    width: 11px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 30px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDEyIiB3aWR0aD0iOCIgaGVpZ2h0PSIxMiI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTQ3MiAtMTcwNkw5NjggLTE3MDZMOTY4IDMyNDZMLTQ3MiAzMjQ2WiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICMyNDM0NjIgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfbWFpbl8wMyIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJBY3Rpb24iPgoJCQk8ZyBpZD0iUmVwZWF0IEdyaWQgMjAiPgoJCQkJPGcgaWQ9IkxheWVyIj4KCQkJCQk8ZyBpZD0iQ3JhZF9hY3Rpb24iPgoJCQkJCQk8ZyBpZD0iU2VydmljZV9tZW51Ij4KCQkJCQkJCTxnIGlkPSJJY29uX2Fycm93LXJpZ2h0LTI0cHgiPgoJCQkJCQkJCTxwYXRoIGlkPSJQYXRoIDkxNiIgY2xhc3M9InNocDAiIGQ9Ik0wLjU5IDEwLjU5TDUuMTcgNkwwLjU5IDEuNDFMMiAwTDggNkwyIDEyTDAuNTkgMTAuNTlaIiAvPgoJCQkJCQkJPC9nPgoJCQkJCQk8L2c+CgkJCQkJPC9nPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 11px; }

.events__elem + .events__elem {
  margin-top: 28px; }

.events__title {
  display: block;
  margin-bottom: 12px;
  color: #243462;
  font-size: 18px;
  font-weight: bold; }

.events__info, .events__text {
  color: #848e99; }

.events__text {
  margin-bottom: 19px;
  font-size: 16px;
  line-height: 24px; }

.events__info {
  display: flex;
  font-size: 14px;
  line-height: 24px; }

.events__date + .events__location {
  position: relative;
  padding-left: 25px; }
  .events__date + .events__location::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 12px;
    display: block;
    width: 3px;
    height: 3px;
    background-color: #848e99;
    border-radius: 3px; }

.media__elem:hover .media__title, .media__elem:active .media__title, .media__elem:focus .media__title {
  color: #f64146;
  transition: 0.1s; }

@media (max-width: 768px) {
  .media__elem {
    margin-bottom: 15px; } }

.media__elems .media__elem {
  margin-bottom: 45px; }

.media__img {
  /*width: 100%;*/
  height: 200px;
  border-radius: 5px; }
  @media (max-width: 768px) {
    .media__img {
      height: 185px; } }

.media__photos {
  height: 200px;
  position: relative;
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    .media__photos {
      margin-bottom: 15px; } }
  .media__photos-text {
    position: absolute;
    bottom: 23px;
    width: 100%;
    padding-left: 60px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 14px; }
    .media__photos-text::before {
      content: '';
      position: absolute;
      display: block;
      width: 19px;
      height: 19px;
      top: 0;
      bottom: 0;
      left: 27px;
      margin-top: auto;
      margin-bottom: auto;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxOCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjE4Ij4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tMTg2IC0zMDY5TDEyNTQgLTMwNjlMMTI1NCAxODgzTC0xODYgMTg4M1oiIC8+CgkJPC9jbGlwUGF0aD4KCTwvZGVmcz4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjZmZmZmZmIH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBsYXRyb21hX21haW5fMDMiIGNsaXAtcGF0aD0idXJsKCNjcDEpIj4KCQk8ZyBpZD0iTWVkaWEiPgoJCQk8ZyBpZD0iR2FsbGVyeSI+CgkJCQk8ZyBpZD0iQ2FyZF9tZWRpYSI+CgkJCQkJPGcgaWQ9IlBob3RvcyI+CgkJCQkJCTxnIGlkPSJJY29uX2NhbWVyYS0yNHB4Ij4KCQkJCQkJCTxwYXRoIGlkPSJQYXRoIDkwNyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGFzcz0ic2hwMCIgZD0iTTE0LjgzIDJMMTggMkMxOS4xIDIgMjAgMi45IDIwIDRMMjAgMTZDMjAgMTcuMSAxOS4xIDE4IDE4IDE4TDIgMThDMC45IDE4IDAgMTcuMSAwIDE2TDAgNEMwIDIuOSAwLjkgMiAyIDJMNS4xNyAyTDcgMEwxMyAwTDE0LjgzIDJaTTcuODggMkw2LjA1IDRMMiA0TDIgMTZMMTggMTZMMTggNEwxMy45NSA0TDEyLjEyIDJMNy44OCAyWk0xNSAxMEMxNSAxMi43NiAxMi43NiAxNSAxMCAxNUM3LjI0IDE1IDUgMTIuNzYgNSAxMEM1IDcuMjQgNy4yNCA1IDEwIDVDMTIuNzYgNSAxNSA3LjI0IDE1IDEwWk03IDEwQzcgMTEuNjUgOC4zNSAxMyAxMCAxM0MxMS42NSAxMyAxMyAxMS42NSAxMyAxMEMxMyA4LjM1IDExLjY1IDcgMTAgN0M4LjM1IDcgNyA4LjM1IDcgMTBaIiAvPgoJCQkJCQk8L2c+CgkJCQkJPC9nPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=);
      background-repeat: no-repeat;
      background-position: center left;
      background-size: 19px; }
  .media__photos::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    pointer-events: none; }

.media__title {
  display: block;
  margin-bottom: 23px;
  color: #243462;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px; }
  @media (max-width: 768px) {
    .media__title {
      margin-bottom: 10px; } }

.media__date {
  color: #848e99;
  font-size: 14px; }

.media__info {
  margin-bottom: 41px; }

.media__link {
  display: block;
  /*! width: 100%; */
  height: 200px;
  margin: 15px;
  background-color: #243462;
  border-radius: 5px; }
  .media__link-back {
    margin-top: 22px; }

.links {
  position: relative;
  display: block;
  /*! margin-bottom: 33px; */
  padding-top: 31px;
  padding-bottom: 27px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #eff1f6;
  font-weight: bold;
  height: 100%;
}
  .links:hover, .links:active, .links:focus {
    color: #ffffff;
    background-color: #f64146;
    transition: 0s; }
  .links::before {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    top: 15px;
    right: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0Ij4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tNDg1IC0zNTEzTDk1NSAtMzUxM0w5NTUgMTQzOUwtNDg1IDE0MzlaIiAvPgoJCTwvY2xpcFBhdGg+Cgk8L2RlZnM+Cgk8c3R5bGU+CgkJdHNwYW4geyB3aGl0ZS1zcGFjZTpwcmUgfQoJCS5zaHAwIHsgZmlsbDogI2M3Y2NkMSB9IAoJPC9zdHlsZT4KCTxnIGlkPSJQbGF0cm9tYV9tYWluXzAzIiBjbGlwLXBhdGg9InVybCgjY3AxKSI+CgkJPGcgaWQ9IkxpbmtzIj4KCQkJPGcgaWQ9IkNhcmRzIj4KCQkJCTxnIGlkPSJMYXllciI+CgkJCQkJPGcgaWQ9IkNhcmRfbGluayI+CgkJCQkJCTxnIGlkPSJJY29uX2Fycm93LXRvcC1yaWdodC0yNHB4Ij4KCQkJCQkJCTxwYXRoIGlkPSJhcnJvdy10b3AtcmlnaHQiIGNsYXNzPSJzaHAwIiBkPSJNMCAxMi41OUwxMC41OSAyTDQgMkw0IDBMMTQgMEwxNCAxMEwxMiAxMEwxMiAzLjQxTDEuNDEgMTRMMCAxMi41OVoiIC8+CgkJCQkJCTwvZz4KCQkJCQk8L2c+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 14px; }

.banner__img {
  display: block;
  /*! height: 100%; */
  border: 2px solid #c7ccd1;
  border-radius: 5px; }

.banner__elems {
  display: flex; }
  @media (max-width: 768px) {
    .banner__elems {
      display: none; } }

.banner__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 170px;
  border-radius: 5px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .banner__link {
      height: 125px;
      margin-bottom: 0; } }

.banner__carousel {
  padding-left: 60px;
  padding-right: 60px; }
  .banner__carousel .owl-item .banner__img {
    /*! width: auto; */ }
  .banner__carousel-none {
    margin-top: 30px; }
    @media (max-width: 768px) {
      .banner__carousel-none {
        display: none; } }
  .banner__carousel-arrow {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: none;
    cursor: pointer; }
    .banner__carousel-arrow--prev {
      left: 0;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPScjMjQzNDYyJyBkPSJNNDAxLjQgMjI0aC0yMTRsODMtNzkuNGMxMS45LTEyLjUgMTEuOS0zMi43IDAtNDUuMnMtMzEuMi0xMi41LTQzLjIgMEw4OSAyMzMuNGMtNiA1LjgtOSAxMy43LTkgMjIuNHYuNGMwIDguNyAzIDE2LjYgOSAyMi40bDEzOC4xIDEzNGMxMiAxMi41IDMxLjMgMTIuNSA0My4yIDAgMTEuOS0xMi41IDExLjktMzIuNyAwLTQ1LjJsLTgzLTc5LjRoMjE0YzE2LjkgMCAzMC42LTE0LjMgMzAuNi0zMiAuMS0xOC0xMy42LTMyLTMwLjUtMzJ6Ii8+PC9zdmc+); }
    .banner__carousel-arrow--next {
      right: 0;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPScjMjQzNDYyJyBkPSJNMjg0LjkgNDEyLjZsMTM4LjEtMTM0YzYtNS44IDktMTMuNyA5LTIyLjR2LS40YzAtOC43LTMtMTYuNi05LTIyLjRsLTEzOC4xLTEzNGMtMTItMTIuNS0zMS4zLTEyLjUtNDMuMiAwLTExLjkgMTIuNS0xMS45IDMyLjcgMCA0NS4ybDgzIDc5LjRoLTIxNGMtMTcgMC0zMC43IDE0LjMtMzAuNyAzMiAwIDE4IDEzLjcgMzIgMzAuNiAzMmgyMTRsLTgzIDc5LjRjLTExLjkgMTIuNS0xMS45IDMyLjcgMCA0NS4yIDEyIDEyLjUgMzEuMyAxMi41IDQzLjMgMHoiLz48L3N2Zz4=); }
    .banner__carousel-arrow:hover, .banner__carousel-arrow:active, .banner__carousel-arrow:focus {
      box-shadow: none;
      outline: none; }

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  background-color: #243462; }
  @media (max-width: 1200px) {
    .footer {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .footer__logo {
    display: block; }
    @media (max-width: 1200px) {
      .footer__logo {
        margin-bottom: 20px; } }
    .footer__logo-img {
      width: 30px;
      height: 56px;
      margin-bottom: 14px;
      /*! position: relative; */
      /*! float: right; */
}
    .footer__logo-title {
      margin-bottom: 6px;
      color: #ffffff;
      font-size: 20px;
      font-weight: bold;
      line-height: 33px; }
    .footer__logo-text {
      color: #ffffff;
      font-size: 18px; }
  .footer__nav {
    /*! margin-bottom: 40px; */ }
    @media (max-width: 1200px) {
      .footer__nav {
        margin-bottom: 10px;
        /*! border-bottom: 1px solid #fff; */ } }
    .footer__nav-title {
      /*! position: relative; */
      /*! color: #ffffff; */
      /*! font-size: 20px; */
      /*! font-weight: bold; */ }
      .footer__nav-title-link {
        display: block;
        /*! margin-bottom: 16px; */
        color: #ffffff;
        font-size: 16px;
        /*! font-weight: bold; */ }
        @media (max-width: 1200px) {
          .footer__nav-title::before {
            display: block; } }
      .footer__nav-title.active::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPScjZmZmZmZmJyBkPSJNMTIgOGwtNiA2IDEuNDEgMS40MUwxMiAxMC44M2w0LjU5IDQuNThMMTggMTR6Ii8+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==); }
      @media (max-width: 1200px) {
        .footer__nav-title.active + .footer__nav-links {
          display: block;
          padding-bottom: 20px; } }
      @media (max-width: 1200px) {
        .footer__nav-title {
          padding-right: 50px; } }
    .footer__nav-link {
      display: block;
      color: #ffffff;
      font-size: 16px;
      margin-top: 40px;
}
      .footer__nav-link + .footer__nav-link {
        margin-top: 12px; }
    @media (max-width: 1200px) {
      .footer__nav-links {
        display: none;
        padding-bottom: 20px; } }
  .footer__social {
    margin-top: 46px; }
    @media (max-width: 768px) {
      .footer__social {
        margin-top: 25px; } }
    .footer__social-link {
      display: inline-block;
      width: 40px;
      height: 40px;
      border: 1px solid #ffffff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 20px; }
      .footer__social-link--vk {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAxMyIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEzIj4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tOTg2IC00ODM3TDQ1NCAtNDgzN0w0NTQgMTE1TC05ODYgMTE1WiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICNmZmZmZmYgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfbWFpbl8wMyIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJGb290ZXIiPgoJCQk8ZyBpZD0iR3JvdXAgODEzIj4KCQkJCTxnIGlkPSJHcm91cCA4MDgiPgoJCQkJCTxwYXRoIGlkPSJ2ayAoMSkiIGNsYXNzPSJzaHAwIiBkPSJNMjAuMDggMS40N0MyMC4yMiAxLjAyIDIwLjA4IDAuNjcgMTkuNCAwLjY3TDE3LjIgMC42N0MxNi42MyAwLjY3IDE2LjM4IDAuOTYgMTYuMjQgMS4yOUMxNi4yNCAxLjI5IDE1LjEyIDQuMDMgMTMuNTIgNS44MkMxMyA2LjMzIDEyLjc3IDYuNDkgMTIuNDkgNi40OUMxMi4zNCA2LjQ5IDEyLjEyIDYuMzMgMTIuMTIgNS44NkwxMi4xMiAxLjQ3QzEyLjEyIDAuOTIgMTEuOTggMC42NyAxMS41MSAwLjY3TDguMDQgMC42N0M3LjY5IDAuNjcgNy40OCAwLjkzIDcuNDggMS4xOEM3LjQ4IDEuNyA4LjMgMS44MyA4LjM1IDMuMzNMOC4zNSA2LjU4QzguMzUgNy4zIDguMjIgNy40MyA3Ljk1IDcuNDNDNy4yMSA3LjQzIDUuMzcgNC42NyA0LjI5IDEuNTNDNC4wOCAwLjkyIDMuODcgMC42NyAzLjMgMC42N0wxLjA5IDAuNjdDMC40NiAwLjY3IDAuMzMgMC45NiAwLjMzIDEuMjlDMC4zMyAxLjg4IDEuMDkgNC43OCAzLjgyIDguNjJDNS42NSAxMS4yNSA4LjIyIDEyLjY3IDEwLjU3IDEyLjY3QzExLjk3IDEyLjY3IDEyLjE1IDEyLjM1IDEyLjE1IDExLjhMMTIuMTUgOS44MkMxMi4xNSA5LjIgMTIuMjggOS4wNyAxMi43MyA5LjA3QzEzLjA1IDkuMDcgMTMuNjEgOS4yMyAxNC45MiAxMC40OEMxNi40MiAxMS45OSAxNi42NiAxMi42NyAxNy41MiAxMi42N0wxOS43MiAxMi42N0MyMC4zNSAxMi42NyAyMC42NyAxMi4zNSAyMC40OSAxMS43M0MyMC4zIDExLjExIDE5LjU4IDEwLjIgMTguNjMgOS4xM0MxOC4xMiA4LjUzIDE3LjM0IDcuODggMTcuMSA3LjU0QzE2Ljc3IDcuMTIgMTYuODcgNi45NCAxNy4xIDYuNTZDMTcuMSA2LjU2IDE5LjggMi43NyAyMC4wOCAxLjQ3WiIgLz4KCQkJCTwvZz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9zdmc+); }
      .footer__social-link--facebook {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDE5IiB3aWR0aD0iOSIgaGVpZ2h0PSIxOSI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTk0NCAtNDgzNEw0OTYgLTQ4MzRMNDk2IDExOEwtOTQ0IDExOFoiIC8+CgkJPC9jbGlwUGF0aD4KCTwvZGVmcz4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjZmZmZmZmIH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBsYXRyb21hX21haW5fMDMiIGNsaXAtcGF0aD0idXJsKCNjcDEpIj4KCQk8ZyBpZD0iRm9vdGVyIj4KCQkJPGcgaWQ9Ikdyb3VwIDgxMyI+CgkJCQk8ZyBpZD0iR3JvdXAgODA3Ij4KCQkJCQk8cGF0aCBpZD0iZmFjZWJvb2sgKDIpIiBjbGFzcz0ic2hwMCIgZD0iTTguODkgMUw4Ljg5IDFMOC44OSAxTDguODkgNC41Nkw3LjExIDQuNTZDNi41IDQuNTYgNi4yMiA1LjI4IDYuMjIgNS44OUw2LjIyIDguMTFMNi4yMiA4LjExTDguODkgOC4xMUw4Ljg5IDExLjY3TDYuMjIgMTEuNjdMNi4yMiAxOC43OEwyLjY3IDE4Ljc4TDIuNjcgMTEuNjdMMCAxMS42N0wwIDguMTFMMi42NyA4LjExTDIuNjcgNC41NkMyLjY3IDIuNTkgNC4yNiAxIDYuMjIgMUw4Ljg5IDFaIiAvPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=);
        background-size: 9px; }
      .footer__social-link--twitter {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOSAxNSIgd2lkdGg9IjE5IiBoZWlnaHQ9IjE1Ij4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tMTAzNSAtNDgzNkw0MDUgLTQ4MzZMNDA1IDExNkwtMTAzNSAxMTZaIiAvPgoJCTwvY2xpcFBhdGg+Cgk8L2RlZnM+Cgk8c3R5bGU+CgkJdHNwYW4geyB3aGl0ZS1zcGFjZTpwcmUgfQoJCS5zaHAwIHsgZmlsbDogI2ZmZmZmZiB9IAoJPC9zdHlsZT4KCTxnIGlkPSJQbGF0cm9tYV9tYWluXzAzIiBjbGlwLXBhdGg9InVybCgjY3AxKSI+CgkJPGcgaWQ9IkZvb3RlciI+CgkJCTxnIGlkPSJHcm91cCA4MTMiPgoJCQkJPGcgaWQ9Ikdyb3VwIDgwOSI+CgkJCQkJPHBhdGggaWQ9InR3aXR0ZXIiIGNsYXNzPSJzaHAwIiBkPSJNMTguMzUgMi4wNkMxNy42OSAyLjM2IDE2Ljk3IDIuNTYgMTYuMjMgMi42NUMxNi45OSAyLjIgMTcuNTcgMS40NyAxNy44NSAwLjZDMTcuMTMgMS4wMyAxNi4zNCAxLjMzIDE1LjUgMS41MUMxNC44MiAwLjc2IDEzLjg2IDAuMzMgMTIuNzggMC4zM0MxMC43NSAwLjMzIDkuMDkgMS45OSA5LjA5IDQuMDNDOS4wOSA0LjMzIDkuMTMgNC42MSA5LjE5IDQuODhDNi4xMiA0LjcyIDMuMzggMy4yNSAxLjU2IDEuMDFDMS4yNCAxLjU2IDEuMDYgMi4yIDEuMDYgMi44N0MxLjA2IDQuMTYgMS43MSA1LjI5IDIuNzEgNS45NEMyLjEgNS45NCAxLjUzIDUuNzcgMS4wMyA1LjUxQzEuMDMgNS41MSAxLjAzIDUuNTEgMS4wMyA1LjU0QzEuMDMgNy4zMyAyLjMgOC44MyAzLjk5IDkuMTdDMy42OCA5LjI1IDMuMzYgOS4zIDMuMDIgOS4zQzIuNzkgOS4zIDIuNTUgOS4yNyAyLjMzIDkuMjNDMi44IDEwLjY5IDQuMTUgMTEuNzcgNS43OCAxMS44QzQuNTIgMTIuOCAyLjkyIDEzLjM5IDEuMTggMTMuMzlDMC44OSAxMy4zOSAwLjYgMTMuMzcgMC4zIDEzLjMzQzEuOTQgMTQuMzkgMy44OSAxNSA1Ljk4IDE1QzEyLjc4IDE1IDE2LjUxIDkuMzYgMTYuNTEgNC40N0MxNi41MSA0LjMgMTYuNTEgNC4xNSAxNi41IDMuOThDMTcuMjMgMy40NiAxNy44NSAyLjgxIDE4LjM1IDIuMDZaIiAvPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=); }
      .footer__social-link--youtube {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxNSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjE1Ij4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tMTA4MiAtNDgzN0wzNTggLTQ4MzdMMzU4IDExNUwtMTA4MiAxMTVaIiAvPgoJCTwvY2xpcFBhdGg+Cgk8L2RlZnM+Cgk8c3R5bGU+CgkJdHNwYW4geyB3aGl0ZS1zcGFjZTpwcmUgfQoJCS5zaHAwIHsgZmlsbDogI2ZmZmZmZiB9IAoJPC9zdHlsZT4KCTxnIGlkPSJQbGF0cm9tYV9tYWluXzAzIiBjbGlwLXBhdGg9InVybCgjY3AxKSI+CgkJPGcgaWQ9IkZvb3RlciI+CgkJCTxnIGlkPSJHcm91cCA4MTMiPgoJCQkJPGcgaWQ9Ikdyb3VwIDgxMCI+CgkJCQkJPHBhdGggaWQ9InlvdXR1YmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xhc3M9InNocDAiIGQ9Ik0xOS4zNCAyLjgzQzE5LjQ3IDMuMjggMTkuNTUgMy44OCAxOS42MSA0LjY0QzE5LjY4IDUuNDEgMTkuNyA2LjA2IDE5LjcgNi42M0wxOS43NiA3LjQzQzE5Ljc2IDkuNTIgMTkuNjEgMTEuMDUgMTkuMzQgMTIuMDNDMTkuMSAxMi44OSAxOC41NSAxMy40NCAxNy43IDEzLjY4QzE3LjI1IDEzLjgxIDE2LjQzIDEzLjg5IDE1LjE3IDEzLjk1QzEzLjkzIDE0LjAxIDEyLjggMTQuMDQgMTEuNzUgMTQuMDRMMTAuMjQgMTQuMUM2LjI1IDE0LjEgMy43NiAxMy45NSAyLjc4IDEzLjY4QzEuOTIgMTMuNDQgMS4zNyAxMi44OSAxLjEzIDEyLjAzQzEuMDEgMTEuNTkgMC45MiAxMC45OSAwLjg3IDEwLjIyQzAuOCA5LjQ2IDAuNzcgOC44MSAwLjc3IDguMjNMMC43MSA3LjQzQzAuNzEgNS4zNSAwLjg3IDMuODEgMS4xMyAyLjgzQzEuMzcgMS45OCAxLjkyIDEuNDIgMi43OCAxLjE5QzMuMjMgMS4wNiA0LjA1IDAuOTggNS4zIDAuOTJDNi41NCAwLjg1IDcuNjggMC44MiA4LjcyIDAuODJMMTAuMjQgMC43N0MxNC4yMyAwLjc3IDE2LjcxIDAuOTIgMTcuNyAxLjE5QzE4LjU1IDEuNDIgMTkuMSAxLjk4IDE5LjM0IDIuODNaTTguMzMgMTAuMjlMMTMuMjggNy40M0w4LjMzIDQuNThMOC4zMyAxMC4yOVoiIC8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==); }
      .footer__social-link + .footer__social-link {
        margin-left: 9px; }
      .footer__social-link:hover, .footer__social-link:active, .footer__social-link:focus {
        border: 1px solid #f64146;
        transition: 1s; }
        .footer__social-link:hover.footer__social-link--vk, .footer__social-link:active.footer__social-link--vk, .footer__social-link:focus.footer__social-link--vk {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAxMyIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEzIj4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tOTg2IC00ODM3TDQ1NCAtNDgzN0w0NTQgMTE1TC05ODYgMTE1WiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICNmNjQxNDYgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfbWFpbl8wMyIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJGb290ZXIiPgoJCQk8ZyBpZD0iR3JvdXAgODEzIj4KCQkJCTxnIGlkPSJHcm91cCA4MDgiPgoJCQkJCTxwYXRoIGlkPSJ2ayAoMSkiIGNsYXNzPSJzaHAwIiBkPSJNMjAuMDggMS40N0MyMC4yMiAxLjAyIDIwLjA4IDAuNjcgMTkuNCAwLjY3TDE3LjIgMC42N0MxNi42MyAwLjY3IDE2LjM4IDAuOTYgMTYuMjQgMS4yOUMxNi4yNCAxLjI5IDE1LjEyIDQuMDMgMTMuNTIgNS44MkMxMyA2LjMzIDEyLjc3IDYuNDkgMTIuNDkgNi40OUMxMi4zNCA2LjQ5IDEyLjEyIDYuMzMgMTIuMTIgNS44NkwxMi4xMiAxLjQ3QzEyLjEyIDAuOTIgMTEuOTggMC42NyAxMS41MSAwLjY3TDguMDQgMC42N0M3LjY5IDAuNjcgNy40OCAwLjkzIDcuNDggMS4xOEM3LjQ4IDEuNyA4LjMgMS44MyA4LjM1IDMuMzNMOC4zNSA2LjU4QzguMzUgNy4zIDguMjIgNy40MyA3Ljk1IDcuNDNDNy4yMSA3LjQzIDUuMzcgNC42NyA0LjI5IDEuNTNDNC4wOCAwLjkyIDMuODcgMC42NyAzLjMgMC42N0wxLjA5IDAuNjdDMC40NiAwLjY3IDAuMzMgMC45NiAwLjMzIDEuMjlDMC4zMyAxLjg4IDEuMDkgNC43OCAzLjgyIDguNjJDNS42NSAxMS4yNSA4LjIyIDEyLjY3IDEwLjU3IDEyLjY3QzExLjk3IDEyLjY3IDEyLjE1IDEyLjM1IDEyLjE1IDExLjhMMTIuMTUgOS44MkMxMi4xNSA5LjIgMTIuMjggOS4wNyAxMi43MyA5LjA3QzEzLjA1IDkuMDcgMTMuNjEgOS4yMyAxNC45MiAxMC40OEMxNi40MiAxMS45OSAxNi42NiAxMi42NyAxNy41MiAxMi42N0wxOS43MiAxMi42N0MyMC4zNSAxMi42NyAyMC42NyAxMi4zNSAyMC40OSAxMS43M0MyMC4zIDExLjExIDE5LjU4IDEwLjIgMTguNjMgOS4xM0MxOC4xMiA4LjUzIDE3LjM0IDcuODggMTcuMSA3LjU0QzE2Ljc3IDcuMTIgMTYuODcgNi45NCAxNy4xIDYuNTZDMTcuMSA2LjU2IDE5LjggMi43NyAyMC4wOCAxLjQ3WiIgLz4KCQkJCTwvZz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9zdmc+); }
        .footer__social-link:hover.footer__social-link--facebook, .footer__social-link:active.footer__social-link--facebook, .footer__social-link:focus.footer__social-link--facebook {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDE5IiB3aWR0aD0iOSIgaGVpZ2h0PSIxOSI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTk0NCAtNDgzNEw0OTYgLTQ4MzRMNDk2IDExOEwtOTQ0IDExOFoiIC8+CgkJPC9jbGlwUGF0aD4KCTwvZGVmcz4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjZjY0MTQ2IH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBsYXRyb21hX21haW5fMDMiIGNsaXAtcGF0aD0idXJsKCNjcDEpIj4KCQk8ZyBpZD0iRm9vdGVyIj4KCQkJPGcgaWQ9Ikdyb3VwIDgxMyI+CgkJCQk8ZyBpZD0iR3JvdXAgODA3Ij4KCQkJCQk8cGF0aCBpZD0iZmFjZWJvb2sgKDIpIiBjbGFzcz0ic2hwMCIgZD0iTTguODkgMUw4Ljg5IDFMOC44OSAxTDguODkgNC41Nkw3LjExIDQuNTZDNi41IDQuNTYgNi4yMiA1LjI4IDYuMjIgNS44OUw2LjIyIDguMTFMNi4yMiA4LjExTDguODkgOC4xMUw4Ljg5IDExLjY3TDYuMjIgMTEuNjdMNi4yMiAxOC43OEwyLjY3IDE4Ljc4TDIuNjcgMTEuNjdMMCAxMS42N0wwIDguMTFMMi42NyA4LjExTDIuNjcgNC41NkMyLjY3IDIuNTkgNC4yNiAxIDYuMjIgMUw4Ljg5IDFaIiAvPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=);
          background-size: 9px; }
        .footer__social-link:hover.footer__social-link--twitter, .footer__social-link:active.footer__social-link--twitter, .footer__social-link:focus.footer__social-link--twitter {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOSAxNSIgd2lkdGg9IjE5IiBoZWlnaHQ9IjE1Ij4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tMTAzNSAtNDgzNkw0MDUgLTQ4MzZMNDA1IDExNkwtMTAzNSAxMTZaIiAvPgoJCTwvY2xpcFBhdGg+Cgk8L2RlZnM+Cgk8c3R5bGU+CgkJdHNwYW4geyB3aGl0ZS1zcGFjZTpwcmUgfQoJCS5zaHAwIHsgZmlsbDogI2Y2NDE0NiB9IAoJPC9zdHlsZT4KCTxnIGlkPSJQbGF0cm9tYV9tYWluXzAzIiBjbGlwLXBhdGg9InVybCgjY3AxKSI+CgkJPGcgaWQ9IkZvb3RlciI+CgkJCTxnIGlkPSJHcm91cCA4MTMiPgoJCQkJPGcgaWQ9Ikdyb3VwIDgwOSI+CgkJCQkJPHBhdGggaWQ9InR3aXR0ZXIiIGNsYXNzPSJzaHAwIiBkPSJNMTguMzUgMi4wNkMxNy42OSAyLjM2IDE2Ljk3IDIuNTYgMTYuMjMgMi42NUMxNi45OSAyLjIgMTcuNTcgMS40NyAxNy44NSAwLjZDMTcuMTMgMS4wMyAxNi4zNCAxLjMzIDE1LjUgMS41MUMxNC44MiAwLjc2IDEzLjg2IDAuMzMgMTIuNzggMC4zM0MxMC43NSAwLjMzIDkuMDkgMS45OSA5LjA5IDQuMDNDOS4wOSA0LjMzIDkuMTMgNC42MSA5LjE5IDQuODhDNi4xMiA0LjcyIDMuMzggMy4yNSAxLjU2IDEuMDFDMS4yNCAxLjU2IDEuMDYgMi4yIDEuMDYgMi44N0MxLjA2IDQuMTYgMS43MSA1LjI5IDIuNzEgNS45NEMyLjEgNS45NCAxLjUzIDUuNzcgMS4wMyA1LjUxQzEuMDMgNS41MSAxLjAzIDUuNTEgMS4wMyA1LjU0QzEuMDMgNy4zMyAyLjMgOC44MyAzLjk5IDkuMTdDMy42OCA5LjI1IDMuMzYgOS4zIDMuMDIgOS4zQzIuNzkgOS4zIDIuNTUgOS4yNyAyLjMzIDkuMjNDMi44IDEwLjY5IDQuMTUgMTEuNzcgNS43OCAxMS44QzQuNTIgMTIuOCAyLjkyIDEzLjM5IDEuMTggMTMuMzlDMC44OSAxMy4zOSAwLjYgMTMuMzcgMC4zIDEzLjMzQzEuOTQgMTQuMzkgMy44OSAxNSA1Ljk4IDE1QzEyLjc4IDE1IDE2LjUxIDkuMzYgMTYuNTEgNC40N0MxNi41MSA0LjMgMTYuNTEgNC4xNSAxNi41IDMuOThDMTcuMjMgMy40NiAxNy44NSAyLjgxIDE4LjM1IDIuMDZaIiAvPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=); }
        .footer__social-link:hover.footer__social-link--youtube, .footer__social-link:active.footer__social-link--youtube, .footer__social-link:focus.footer__social-link--youtube {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAxNSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjE1Ij4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tMTA4MiAtNDgzN0wzNTggLTQ4MzdMMzU4IDExNUwtMTA4MiAxMTVaIiAvPgoJCTwvY2xpcFBhdGg+Cgk8L2RlZnM+Cgk8c3R5bGU+CgkJdHNwYW4geyB3aGl0ZS1zcGFjZTpwcmUgfQoJCS5zaHAwIHsgZmlsbDogI2Y2NDE0NiB9IAoJPC9zdHlsZT4KCTxnIGlkPSJQbGF0cm9tYV9tYWluXzAzIiBjbGlwLXBhdGg9InVybCgjY3AxKSI+CgkJPGcgaWQ9IkZvb3RlciI+CgkJCTxnIGlkPSJHcm91cCA4MTMiPgoJCQkJPGcgaWQ9Ikdyb3VwIDgxMCI+CgkJCQkJPHBhdGggaWQ9InlvdXR1YmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xhc3M9InNocDAiIGQ9Ik0xOS4zNCAyLjgzQzE5LjQ3IDMuMjggMTkuNTUgMy44OCAxOS42MSA0LjY0QzE5LjY4IDUuNDEgMTkuNyA2LjA2IDE5LjcgNi42M0wxOS43NiA3LjQzQzE5Ljc2IDkuNTIgMTkuNjEgMTEuMDUgMTkuMzQgMTIuMDNDMTkuMSAxMi44OSAxOC41NSAxMy40NCAxNy43IDEzLjY4QzE3LjI1IDEzLjgxIDE2LjQzIDEzLjg5IDE1LjE3IDEzLjk1QzEzLjkzIDE0LjAxIDEyLjggMTQuMDQgMTEuNzUgMTQuMDRMMTAuMjQgMTQuMUM2LjI1IDE0LjEgMy43NiAxMy45NSAyLjc4IDEzLjY4QzEuOTIgMTMuNDQgMS4zNyAxMi44OSAxLjEzIDEyLjAzQzEuMDEgMTEuNTkgMC45MiAxMC45OSAwLjg3IDEwLjIyQzAuOCA5LjQ2IDAuNzcgOC44MSAwLjc3IDguMjNMMC43MSA3LjQzQzAuNzEgNS4zNSAwLjg3IDMuODEgMS4xMyAyLjgzQzEuMzcgMS45OCAxLjkyIDEuNDIgMi43OCAxLjE5QzMuMjMgMS4wNiA0LjA1IDAuOTggNS4zIDAuOTJDNi41NCAwLjg1IDcuNjggMC44MiA4LjcyIDAuODJMMTAuMjQgMC43N0MxNC4yMyAwLjc3IDE2LjcxIDAuOTIgMTcuNyAxLjE5QzE4LjU1IDEuNDIgMTkuMSAxLjk4IDE5LjM0IDIuODNaTTguMzMgMTAuMjlMMTMuMjggNy40M0w4LjMzIDQuNThMOC4zMyAxMC4yOVoiIC8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==); }
  .footer__link {
    position: relative;
    display: block;
    /*! margin-top: 30px; */
    padding-left: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff; }
    @media (max-width: 1200px) {
      .footer__link {
        /*! margin-top: 25px; */
        margin-bottom: 25px; } }
    .footer__link::before {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      top: -2px;
      bottom: 0;
      left: 0;
      margin-top: auto;
      margin-bottom: auto;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiA5IiB3aWR0aD0iMTIiIGhlaWdodD0iOSI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTgwIC0xMTg2TDY0MCAtMTE4Nkw2NDAgMjAxTC04MCAyMDFaIiAvPgoJCTwvY2xpcFBhdGg+Cgk8L2RlZnM+Cgk8c3R5bGU+CgkJdHNwYW4geyB3aGl0ZS1zcGFjZTpwcmUgfQoJCS5zaHAwIHsgZmlsbDogI2ZmZmZmZiB9IAoJPC9zdHlsZT4KCTxnIGlkPSJQbGF0cm9tYV9uZXdzXzA0IiBjbGlwLXBhdGg9InVybCgjY3AxKSI+CgkJPGcgaWQ9IkZvb3RlciI+CgkJCTxnIGlkPSJJY29uX2V5ZS0yNHB4Ij4KCQkJCTxwYXRoIGlkPSJQYXRoIDkwMyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGFzcz0ic2hwMCIgZD0iTTExLjUgNC41QzEwLjYzIDYuNjkgOC41IDguMjUgNiA4LjI1QzMuNSA4LjI1IDEuMzYgNi42OSAwLjUgNC41QzEuMzYgMi4zIDMuNSAwLjc1IDYgMC43NUM4LjUgMC43NSAxMC42MyAyLjMgMTEuNSA0LjVaTTEuNTkgNC41QzIuNDEgNi4xOCA0LjEgNy4yNSA2IDcuMjVDNy45IDcuMjUgOS41OCA2LjE4IDEwLjQxIDQuNUM5LjU4IDIuODEgNy44OSAxLjc1IDYgMS43NUM0LjEgMS43NSAyLjQxIDIuODEgMS41OSA0LjVaTTguMjUgNC41QzguMjUgNS43NCA3LjI0IDYuNzUgNiA2Ljc1QzQuNzYgNi43NSAzLjc1IDUuNzQgMy43NSA0LjVDMy43NSAzLjI2IDQuNzYgMi4yNSA2IDIuMjVDNy4yNCAyLjI1IDguMjUgMy4yNiA4LjI1IDQuNVpNNC43NSA0LjVDNC43NSA1LjE5IDUuMzEgNS43NSA2IDUuNzVDNi42OSA1Ljc1IDcuMjUgNS4xOSA3LjI1IDQuNUM3LjI1IDMuODEgNi42OSAzLjI1IDYgMy4yNUM1LjMxIDMuMjUgNC43NSAzLjgxIDQuNzUgNC41WiIgLz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9zdmc+);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 24px; }
    .footer__link:hover::before, .footer__link:active::before, .footer__link:focus::before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiA5IiB3aWR0aD0iMTIiIGhlaWdodD0iOSI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTgwIC0xMTg2TDY0MCAtMTE4Nkw2NDAgMjAxTC04MCAyMDFaIiAvPgoJCTwvY2xpcFBhdGg+Cgk8L2RlZnM+Cgk8c3R5bGU+CgkJdHNwYW4geyB3aGl0ZS1zcGFjZTpwcmUgfQoJCS5zaHAwIHsgZmlsbDogI2Y2NDE0NiB9IAoJPC9zdHlsZT4KCTxnIGlkPSJQbGF0cm9tYV9uZXdzXzA0IiBjbGlwLXBhdGg9InVybCgjY3AxKSI+CgkJPGcgaWQ9IkZvb3RlciI+CgkJCTxnIGlkPSJJY29uX2V5ZS0yNHB4Ij4KCQkJCTxwYXRoIGlkPSJQYXRoIDkwMyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGFzcz0ic2hwMCIgZD0iTTExLjUgNC41QzEwLjYzIDYuNjkgOC41IDguMjUgNiA4LjI1QzMuNSA4LjI1IDEuMzYgNi42OSAwLjUgNC41QzEuMzYgMi4zIDMuNSAwLjc1IDYgMC43NUM4LjUgMC43NSAxMC42MyAyLjMgMTEuNSA0LjVaTTEuNTkgNC41QzIuNDEgNi4xOCA0LjEgNy4yNSA2IDcuMjVDNy45IDcuMjUgOS41OCA2LjE4IDEwLjQxIDQuNUM5LjU4IDIuODEgNy44OSAxLjc1IDYgMS43NUM0LjEgMS43NSAyLjQxIDIuODEgMS41OSA0LjVaTTguMjUgNC41QzguMjUgNS43NCA3LjI0IDYuNzUgNiA2Ljc1QzQuNzYgNi43NSAzLjc1IDUuNzQgMy43NSA0LjVDMy43NSAzLjI2IDQuNzYgMi4yNSA2IDIuMjVDNy4yNCAyLjI1IDguMjUgMy4yNiA4LjI1IDQuNVpNNC43NSA0LjVDNC43NSA1LjE5IDUuMzEgNS43NSA2IDUuNzVDNi42OSA1Ljc1IDcuMjUgNS4xOSA3LjI1IDQuNUM3LjI1IDMuODEgNi42OSAzLjI1IDYgMy4yNUM1LjMxIDMuMjUgNC43NSAzLjgxIDQuNzUgNC41WiIgLz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9zdmc+);
      transition: 1s; }

.about {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (max-width: 768px) {
    .about {
      padding-top: 45px;
      padding-bottom: 45px; } }
  .about__title {
    margin-bottom: 6px;
    font-size: 32px;
    line-height: 32px; }
    @media (max-width: 768px) {
      .about__title {
        margin-bottom: 12px;
        font-size: 34px;
        line-height: 39px; } }
  .about__text {
    font-size: 18px; }
  @media (max-width: 768px) {
    .about__links {
      display: none; } }
  .about__link {
    display: block;
    font-weight: bold;
    color: #243462;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDEyIiB3aWR0aD0iOCIgaGVpZ2h0PSIxMiI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTQ3MiAtMTcwNkw5NjggLTE3MDZMOTY4IDMyNDZMLTQ3MiAzMjQ2WiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICMyNDM0NjIgfQoJPC9zdHlsZT4KCTxnIGlkPSJQbGF0cm9tYV9tYWluXzAzIiBjbGlwLXBhdGg9InVybCgjY3AxKSI+CgkJPGcgaWQ9IkFjdGlvbiI+CgkJCTxnIGlkPSJSZXBlYXQgR3JpZCAyMCI+CgkJCQk8ZyBpZD0iTGF5ZXIiPgoJCQkJCTxnIGlkPSJDcmFkX2FjdGlvbiI+CgkJCQkJCTxnIGlkPSJTZXJ2aWNlX21lbnUiPgoJCQkJCQkJPGcgaWQ9Ikljb25fYXJyb3ctcmlnaHQtMjRweCI+CgkJCQkJCQkJPHBhdGggaWQ9IlBhdGggOTE2IiBjbGFzcz0ic2hwMCIgZD0iTTAuNTkgMTAuNTlMNS4xNyA2TDAuNTkgMS40MUwyIDBMOCA2TDIgMTJMMC41OSAxMC41OVoiIC8+CgkJCQkJCQk8L2c+CgkJCQkJCTwvZz4KCQkJCQk8L2c+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 8px;
    font-size:16px;}

    .about__link:hover, .about__link:active, .about__link:focus {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDEyIiB3aWR0aD0iOCIgaGVpZ2h0PSIxMiI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTQ3MiAtMTcwNkw5NjggLTE3MDZMOTY4IDMyNDZMLTQ3MiAzMjQ2WiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICNmNjQxNDYgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfbWFpbl8wMyIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJBY3Rpb24iPgoJCQk8ZyBpZD0iUmVwZWF0IEdyaWQgMjAiPgoJCQkJPGcgaWQ9IkxheWVyIj4KCQkJCQk8ZyBpZD0iQ3JhZF9hY3Rpb24iPgoJCQkJCQk8ZyBpZD0iU2VydmljZV9tZW51Ij4KCQkJCQkJCTxnIGlkPSJJY29uX2Fycm93LXJpZ2h0LTI0cHgiPgoJCQkJCQkJCTxwYXRoIGlkPSJQYXRoIDkxNiIgY2xhc3M9InNocDAiIGQ9Ik0wLjU5IDEwLjU5TDUuMTcgNkwwLjU5IDEuNDFMMiAwTDggNkwyIDEyTDAuNTkgMTAuNTlaIiAvPgoJCQkJCQkJPC9nPgoJCQkJCQk8L2c+CgkJCQkJPC9nPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=);
      transition: 0.1s; }
    .about__link + .about__link {
      margin-top: 14px; }
  .about__carousel {
    position: relative;
    height: 417px;
    background-color: #eff1f6;
    overflow: hidden; }
    @media (max-width: 1440px) {
      .about__carousel {
        height: 333px; } }
    @media (max-width: 1200px) {
      .about__carousel {
        height: 287px; } }
    @media (max-width: 992px) {
      .about__carousel {
        height: 222px; } }
    @media (max-width: 768px) {
      .about__carousel {
        height: 167px; } }
    @media (max-width: 576px) {
      .about__carousel {
        height: 96px; } }
    .about__carousel-elems {
      /*! margin-bottom: 35px; */ }
    .about__carousel .owl-nav {
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 1200px) {
        .about__carousel .owl-nav {
          display: none; } }
    .about__carousel .owl-item img {
      width: auto;
      height: 100%; }
    .about__carousel-item {
      position: relative;
      display: block;
      height: 100%;
      overflow: hidden; }
    .about__carousel-img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin-top: auto;
      margin-bottom: auto;
      margin-left: auto;
      margin-right: auto; }
    .about__carousel-info {
      text-shadow: 3px 2px 2px black;
      z-index: 10; }
      @media (max-width: 1200px) {
        .about__carousel-info {
          display: none; } }
    .about__carousel-title {
      margin-top: 25px;
      margin-bottom: 28px;
      color: #ffffff;
      font-size: 32px;
      line-height: 42px; }
      @media (max-width: 768px) {
        .about__carousel-title {
          height: 72px;
          margin-top: 15px;
          margin-bottom: 10px;
          font-size: 21px;
          line-height: 24px;
          overflow: hidden; } }
    .about__carousel-text {
      margin-bottom: 35px;
      height: 80px;
      color: #ffffff;
      overflow: hidden; }
      @media (max-width: 768px) {
        .about__carousel-text {
          margin-bottom: 10px; } }
    .about__carousel-link {
      display: inline-block;
      width: 160px;
      margin-left: calc(100% - 160px);
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 40px;
      padding-right: 40px;
      color: #ffffff;
      border: 1px solid #ffffff;
      border-radius: 5px;
      font-size: 15px;
      font-weight: bold; }
      .about__carousel-link:hover, .about__carousel-link:active, .about__carousel-link:focus {
        color: #ffffff; }
    .about__carousel-arrow {
      width: 50px;
      height: 45px;
      padding-left: 0;
      padding-right: 0;
      color: #ffffff;
      background-color: rgba(0, 0, 0, 0);
      border: 1px solid #ffffff;
      border-radius: 50%;
      font-size: 28px;
      line-height: 28px;
      cursor: pointer;
      text-shadow: 3px 2px 2px black;
      box-shadow: 0 0 5px 1px #000000; }
      .about__carousel-arrow + .about__carousel-arrow {
        margin-left: 20px; }
      .about__carousel-arrow:hover, .about__carousel-arrow:active, .about__carousel-arrow:focus {
        color: #ffffff;
        outline: none;
        box-shadow: none; }
    .about__carousel .owl-item,
    .about__carousel .owl-stage,
    .about__carousel .owl-stage-outer {
      height: 100%; }
  .about__social {
    /*! margin-bottom: 35px; */ }
    @media (max-width: 768px) {
      .about__social {
        margin-top: 25px; } }
    .about__social-link {
      display: inline-block;
      width: 40px;
      height: 40px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 40px;
      margin: 15px 2px;
}
      .about__social-link + .about__social-link {
        /*! margin: 10px; */ }
      .about__social-link--vk {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0Ij4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tNTIgLTI5NUw0MjggLTI5NUw0MjggMTM4NEwtNTIgMTM4NFoiIC8+CgkJPC9jbGlwUGF0aD4KCTwvZGVmcz4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjNDU1YzgxIH0gCgkJLnNocDEgeyBmaWxsOiAjZmZmZmZmIH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBsYXRyb21hX21haW5fMDQiIGNsaXAtcGF0aD0idXJsKCNjcDEpIj4KCQk8ZyBpZD0iTmV3cyI+CgkJCTxnIGlkPSJHcm91cCA4NTAiPgoJCQkJPGcgaWQ9Ikdyb3VwIDg0NiI+CgkJCQkJPHBhdGggaWQ9IkVsbGlwc2UgMjUiIGNsYXNzPSJzaHAwIiBkPSJNNy4zMyAxNEMzLjY1IDE0IDAuNjcgMTEuMDIgMC42NyA3LjMzQzAuNjcgMy42NSAzLjY1IDAuNjcgNy4zMyAwLjY3QzExLjAyIDAuNjcgMTQgMy42NSAxNCA3LjMzQzE0IDExLjAyIDExLjAyIDE0IDcuMzMgMTRaIiAvPgoJCQkJCTxwYXRoIGlkPSJ2ayAoMSkiIGNsYXNzPSJzaHAxIiBkPSJNMTAuNTggNS42QzEwLjYzIDUuNDUgMTAuNTggNS4zMyAxMC4zNiA1LjMzTDkuNjIgNS4zM0M5LjQzIDUuMzMgOS4zNSA1LjQzIDkuMyA1LjU0QzkuMyA1LjU0IDguOTMgNi40NSA4LjQgNy4wNUM4LjIyIDcuMjIgOC4xNSA3LjI4IDguMDUgNy4yOEM4IDcuMjggNy45MyA3LjIyIDcuOTMgNy4wNkw3LjkzIDUuNkM3LjkzIDUuNDIgNy44OCA1LjMzIDcuNzMgNS4zM0w2LjU3IDUuMzNDNi40NSA1LjMzIDYuMzggNS40MiA2LjM4IDUuNUM2LjM4IDUuNjggNi42NSA1LjcyIDYuNjcgNi4yMkw2LjY3IDcuM0M2LjY3IDcuNTQgNi42MyA3LjU5IDYuNTQgNy41OUM2LjI5IDcuNTkgNS42OCA2LjY3IDUuMzIgNS42MkM1LjI1IDUuNDIgNS4xOCA1LjMzIDQuOTkgNS4zM0w0LjI1IDUuMzNDNC4wNCA1LjMzIDQgNS40MyA0IDUuNTRDNCA1Ljc0IDQuMjUgNi43IDUuMTYgNy45OEM1Ljc3IDguODYgNi42MyA5LjMzIDcuNDEgOS4zM0M3Ljg4IDkuMzMgNy45NCA5LjIzIDcuOTQgOS4wNUw3Ljk0IDguMzhDNy45NCA4LjE4IDcuOTggOC4xMyA4LjEzIDguMTNDOC4yNCA4LjEzIDguNDMgOC4xOSA4Ljg2IDguNjFDOS4zNiA5LjExIDkuNDQgOS4zMyA5LjczIDkuMzNMMTAuNDYgOS4zM0MxMC42NyA5LjMzIDEwLjc4IDkuMjMgMTAuNzIgOS4wMkMxMC42NSA4LjgxIDEwLjQxIDguNTEgMTAuMSA4LjE1QzkuOTMgNy45NiA5LjY3IDcuNzQgOS41OSA3LjYyQzkuNDggNy40OSA5LjUxIDcuNDIgOS41OSA3LjNDOS41OSA3LjMgMTAuNDkgNi4wNCAxMC41OCA1LjZaIiAvPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=); }
      .about__social-link--facebook {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0Ij4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tNjggLTI5NUw0MTIgLTI5NUw0MTIgMTM4NEwtNjggMTM4NFoiIC8+CgkJPC9jbGlwUGF0aD4KCTwvZGVmcz4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjNDE0ZjkxIH0gCgkJLnNocDEgeyBmaWxsOiAjZmZmZmZmIH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBsYXRyb21hX21haW5fMDQiIGNsaXAtcGF0aD0idXJsKCNjcDEpIj4KCQk8ZyBpZD0iTmV3cyI+CgkJCTxnIGlkPSJHcm91cCA4NTAiPgoJCQkJPGcgaWQ9Ikdyb3VwIDg0NyI+CgkJCQkJPHBhdGggaWQ9IkVsbGlwc2UgMjUiIGNsYXNzPSJzaHAwIiBkPSJNNy4zMyAxNEMzLjY1IDE0IDAuNjcgMTEuMDIgMC42NyA3LjMzQzAuNjcgMy42NSAzLjY1IDAuNjcgNy4zMyAwLjY3QzExLjAyIDAuNjcgMTQgMy42NSAxNCA3LjMzQzE0IDExLjAyIDExLjAyIDE0IDcuMzMgMTRaIiAvPgoJCQkJCTxwYXRoIGlkPSJmYWNlYm9vayAoMikiIGNsYXNzPSJzaHAxIiBkPSJNOC42MyA0LjMzTDguNjMgNC4zM0w4LjYzIDQuMzNMOC42MyA1LjUyTDguMDQgNS41MkM3LjgzIDUuNTIgNy43NCA1Ljc2IDcuNzQgNS45Nkw3Ljc0IDYuN0w3Ljc0IDYuN0w4LjYzIDYuN0w4LjYzIDcuODlMNy43NCA3Ljg5TDcuNzQgMTAuMjZMNi41NiAxMC4yNkw2LjU2IDcuODlMNS42NyA3Ljg5TDUuNjcgNi43TDYuNTYgNi43TDYuNTYgNS41MkM2LjU2IDQuODYgNy4wOSA0LjMzIDcuNzQgNC4zM0w4LjYzIDQuMzNaIiAvPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=); }
      .about__social-link--instagram {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0Ij4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tODQgLTI5NUwzOTYgLTI5NUwzOTYgMTM4NEwtODQgMTM4NFoiIC8+CgkJPC9jbGlwUGF0aD4KCTwvZGVmcz4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjZTQ0MDVmIH0gCgkJLnNocDEgeyBmaWxsOiAjZmZmZmZmIH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBsYXRyb21hX21haW5fMDQiIGNsaXAtcGF0aD0idXJsKCNjcDEpIj4KCQk8ZyBpZD0iTmV3cyI+CgkJCTxnIGlkPSJHcm91cCA4NTAiPgoJCQkJPGcgaWQ9Ikdyb3VwIDg0OCI+CgkJCQkJPHBhdGggaWQ9IkVsbGlwc2UgMjUiIGNsYXNzPSJzaHAwIiBkPSJNNy4zMyAxNEMzLjY1IDE0IDAuNjcgMTEuMDIgMC42NyA3LjMzQzAuNjcgMy42NSAzLjY1IDAuNjcgNy4zMyAwLjY3QzExLjAyIDAuNjcgMTQgMy42NSAxNCA3LjMzQzE0IDExLjAyIDExLjAyIDE0IDcuMzMgMTRaIiAvPgoJCQkJCTxwYXRoIGlkPSJpbnN0YWdyYW0gKDEpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsYXNzPSJzaHAxIiBkPSJNOC41NyA0LjM1QzguODkgNC4zNyA5LjExIDQuNDIgOS4zIDQuNDlDOS41IDQuNTcgOS42NiA0LjY3IDkuODMgNC44NEMxMCA1IDEwLjEgNS4xNyAxMC4xOCA1LjM3QzEwLjI1IDUuNTYgMTAuMyA1Ljc4IDEwLjMyIDYuMUMxMC4zMyA2LjQyIDEwLjMzIDYuNTIgMTAuMzMgNy4zM0MxMC4zMyA4LjE1IDEwLjMzIDguMjUgMTAuMzIgOC41N0MxMC4zIDguODkgMTAuMjUgOS4xMSAxMC4xOCA5LjNDMTAuMSA5LjUgMTAgOS42NiA5LjgzIDkuODNDOS42NiAxMCA5LjUgMTAuMSA5LjMgMTAuMThDOS4xMSAxMC4yNSA4Ljg5IDEwLjMgOC41NyAxMC4zMkM4LjI1IDEwLjMzIDguMTUgMTAuMzMgNy4zMyAxMC4zM0M2LjUyIDEwLjMzIDYuNDIgMTAuMzMgNi4xIDEwLjMyQzUuNzggMTAuMyA1LjU2IDEwLjI1IDUuMzcgMTAuMThDNS4xNyAxMC4xIDUgMTAgNC44NCA5LjgzQzQuNjcgOS42NiA0LjU3IDkuNSA0LjQ5IDkuM0M0LjQyIDkuMTEgNC4zNyA4Ljg5IDQuMzUgOC41N0M0LjM0IDguMjUgNC4zMyA4LjE1IDQuMzMgNy4zM0M0LjMzIDYuNTIgNC4zNCA2LjQyIDQuMzUgNi4xQzQuMzcgNS43OCA0LjQyIDUuNTYgNC40OSA1LjM3QzQuNTcgNS4xNyA0LjY3IDUgNC44NCA0Ljg0QzUgNC42NyA1LjE3IDQuNTcgNS4zNyA0LjQ5QzUuNTYgNC40MiA1Ljc4IDQuMzcgNi4xIDQuMzVDNi40MiA0LjM0IDYuNTIgNC4zMyA3LjMzIDQuMzNDOC4xNSA0LjMzIDguMjUgNC4zNCA4LjU3IDQuMzVaTTcuMzMgNC44N0w3LjMyIDQuODdDNi41MiA0Ljg3IDYuNDMgNC44NyA2LjExIDQuODhDNS44MSA0LjkgNS42NiA0Ljk0IDUuNTUgNC45OUM1LjQxIDUuMDQgNS4zMSA1LjExIDUuMjEgNS4yMUM1LjEgNS4zMiA1LjAzIDUuNDEgNC45OCA1LjU2QzQuOTQgNS42NiA0Ljg5IDUuODIgNC44OCA2LjExQzQuODcgNi40MyA0Ljg2IDYuNTMgNC44NiA3LjMzQzQuODYgOC4xMyA0Ljg3IDguMjMgNC44OCA4LjU0QzQuODkgOC44MyA0Ljk0IDguOTkgNC45OCA5LjFDNS4wMyA5LjI0IDUuMSA5LjM0IDUuMjEgOS40NEM1LjMxIDkuNTUgNS40MSA5LjYxIDUuNTUgOS42N0M1LjY2IDkuNzEgNS44MiA5Ljc2IDYuMTEgOS43N0M2LjQzIDkuNzkgNi41MiA5Ljc5IDcuMzMgOS43OUM4LjEzIDkuNzkgOC4yMiA5Ljc5IDguNTQgOS43OEM4LjgzIDkuNzYgOC45OSA5LjcxIDkuMSA5LjY3QzkuMjQgOS42MiA5LjM0IDkuNTUgOS40NCA5LjQ1QzkuNTUgOS4zNCA5LjYxIDkuMjQgOS42NyA5LjFDOS43MSA5IDkuNzYgOC44NCA5Ljc3IDguNTVDOS43OSA4LjIzIDkuNzkgOC4xMyA5Ljc5IDcuMzNDOS43OSA2LjUzIDkuNzkgNi40NCA5Ljc4IDYuMTJDOS43NiA1LjgzIDkuNzEgNS42NyA5LjY3IDUuNTZDOS42MiA1LjQyIDkuNTUgNS4zMiA5LjQ1IDUuMjJDOS4zNCA1LjExIDkuMjQgNS4wNSA5LjEgNC45OUM5IDQuOTUgOC44NCA0LjkgOC41NSA0Ljg5QzguMjMgNC44OCA4LjEzIDQuODcgNy4zMyA0Ljg3Wk03LjMzIDUuNzlDOC4xOCA1Ljc5IDguODcgNi40OCA4Ljg3IDcuMzNDOC44NyA4LjE4IDguMTggOC44NyA3LjMzIDguODdDNi40OCA4Ljg3IDUuNzkgOC4xOCA1Ljc5IDcuMzNDNS43OSA2LjQ4IDYuNDggNS43OSA3LjMzIDUuNzlaTTguMzMgNy4zM0M4LjMzIDYuNzggNy44OSA2LjMzIDcuMzMgNi4zM0M2Ljc4IDYuMzMgNi4zMyA2Ljc4IDYuMzMgNy4zM0M2LjMzIDcuODkgNi43OCA4LjMzIDcuMzMgOC4zM0M3Ljg5IDguMzMgOC4zMyA3Ljg5IDguMzMgNy4zM1pNOS4yOSA1LjczQzkuMjkgNS45MyA5LjEzIDYuMDkgOC45MyA2LjA5QzguNzQgNi4wOSA4LjU3IDUuOTMgOC41NyA1LjczQzguNTcgNS41MyA4Ljc0IDUuMzcgOC45MyA1LjM3QzkuMTMgNS4zNyA5LjI5IDUuNTMgOS4yOSA1LjczWiIgLz4KCQkJCTwvZz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9zdmc+); }
      .about__social-link--youtube {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0Ij4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tMTAwIC0yOTVMMzgwIC0yOTVMMzgwIDEzODRMLTEwMCAxMzg0WiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICNkZDJiMjIgfSAKCQkuc2hwMSB7IGZpbGw6ICNmZmZmZmYgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfbWFpbl8wNCIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJOZXdzIj4KCQkJPGcgaWQ9Ikdyb3VwIDg1MCI+CgkJCQk8ZyBpZD0iR3JvdXAgODQ5Ij4KCQkJCQk8cGF0aCBpZD0iRWxsaXBzZSAyNSIgY2xhc3M9InNocDAiIGQ9Ik03LjMzIDE0QzMuNjUgMTQgMC42NyAxMS4wMiAwLjY3IDcuMzNDMC42NyAzLjY1IDMuNjUgMC42NyA3LjMzIDAuNjdDMTEuMDIgMC42NyAxNCAzLjY1IDE0IDcuMzNDMTQgMTEuMDIgMTEuMDIgMTQgNy4zMyAxNFoiIC8+CgkJCQkJPHBhdGggaWQ9InlvdXR1YmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xhc3M9InNocDEiIGQ9Ik0xMC4yIDUuOThDMTAuMjQgNi4xMyAxMC4yNyA2LjMxIDEwLjI5IDYuNTVDMTAuMzEgNi43OSAxMC4zMiA3IDEwLjMyIDcuMThMMTAuMzMgNy40M0MxMC4zMyA4LjA5IDEwLjI5IDguNTcgMTAuMiA4Ljg4QzEwLjEzIDkuMTUgOS45NSA5LjMzIDkuNjggOS40QzkuNTQgOS40NCA5LjI4IDkuNDcgOC44OSA5LjQ5QzguNSA5LjUxIDguMTQgOS41MiA3LjgxIDkuNTJMNy4zMyA5LjUzQzYuMDggOS41MyA1LjI5IDkuNDkgNC45OCA5LjRDNC43MSA5LjMzIDQuNTQgOS4xNSA0LjQ3IDguODhDNC40MyA4Ljc0IDQuNCA4LjU1IDQuMzggOC4zMUM0LjM2IDguMDcgNC4zNSA3Ljg3IDQuMzUgNy42OUw0LjMzIDcuNDNDNC4zMyA2Ljc4IDQuMzggNi4yOSA0LjQ3IDUuOThDNC41NCA1LjcxIDQuNzEgNS41NCA0Ljk4IDUuNDdDNS4xMiA1LjQzIDUuMzggNS40IDUuNzggNS4zOEM2LjE3IDUuMzYgNi41MyA1LjM1IDYuODYgNS4zNUw3LjMzIDUuMzNDOC41OSA1LjMzIDkuMzcgNS4zOCA5LjY4IDUuNDdDOS45NSA1LjU0IDEwLjEzIDUuNzEgMTAuMiA1Ljk4Wk02LjczIDguMzNMOC4yOSA3LjQzTDYuNzMgNi41M0w2LjczIDguMzNaIiAvPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=); }
      .about__social-link:hover, .about__social-link:active, .about__social-link:focus {
        transition: 1s;
        opacity: 0.8; }

.breadcrumbs__elems {
  margin-bottom: 23px; }

.breadcrumbs__elem {
  position: relative;
  color: #848e99;
  font-size: 16px; }
  .breadcrumbs__elem + .breadcrumbs__elem {
    margin-left: 19px; }
    .breadcrumbs__elem + .breadcrumbs__elem::before {
      content: '/';
      display: block;
      position: absolute;
      top: -4px;
      left: -15px;
      color: #848e99;
      font-size: 20px; }

.topic {
  margin-bottom: 43px;
  border-bottom: 1px solid #eff1f6; }
  .topic__elem {
    position: relative;
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 21px;
    color: #000000;
    font-size: 15px;
    font-weight: bold; }
    .topic__elem:hover::before, .topic__elem:active::before, .topic__elem:focus::before {
      display: block; }
      @media (max-width: 768px) {
        .topic__elem:hover::before, .topic__elem:active::before, .topic__elem:focus::before {
          display: none; } }
    .topic__elem.active::before {
      display: block; }
    .topic__elem::before {
      content: '';
      position: absolute;
      bottom: -2px;
      display: none;
      width: 100%;
      height: 3px;
      background-color: #f64146; }
    .topic__elem + .topic__elem {
      margin-left: 41px; }
      @media (max-width: 768px) {
        .topic__elem + .topic__elem {
          margin-left: 0; } }
    @media (max-width: 768px) {
      .topic__elem {
        display: block;
        padding-top: 0;
        padding-bottom: 15px; } }
  .topic__elems {
    display: block; }
    @media (max-width: 768px) {
      .topic__elems {
        display: none; } }
  .topic__name {
    position: relative;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
    color: #848e99;
    font-size: 18px;
    cursor: pointer; }
    .topic__name::before {
      content: '';
      display: block;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin-top: auto;
      margin-bottom: auto;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPScjMjQzNDYyJyBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 40px; }
    .topic__name.active::before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPScjMjQzNDYyJyBkPSJNMTIgOGwtNiA2IDEuNDEgMS40MUwxMiAxMC44M2w0LjU5IDQuNThMMTggMTR6Ii8+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==); }
    .topic__name.active + .topic__elems {
      display: block; }
    @media (max-width: 768px) {
      .topic__name {
        display: block; } }

.form__label {
  padding-left: 0;
  font-size: 16px;
  font-weight: bold; }

.form__input, .form__select {
  position: relative;
  height: 50px;
  padding-left: 15px;
  color: #000000;
  border: 1px solid #eff1f6; }
  .form__input:hover, .form__input:active, .form__input:focus, .form__select:hover, .form__select:active, .form__select:focus {
    border: 1px solid #f64146;
    box-shadow: none;
    outline: none; }
  .form__input-icon, .form__select-icon {
    padding-right: 35px; }

.form__input[type='text'] {
  margin-bottom: 0; }

.form__select {
  position: relative;
  padding-right: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPScjMjQzNDYyJyBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form__select:active {
    opacity: 0.8; }

.form__icon {
  position: relative;
  display: inline-block; }
  .form__icon::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px; }
  .form__icon-calendar::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCAxMCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIj4KCTxkZWZzPgoJCTxjbGlwUGF0aCBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImNwMSI+CgkJCTxwYXRoIGQ9Ik0tMjQxIC0yMzlMNDc5IC0yMzlMNDc5IDExNDhMLTI0MSAxMTQ4WiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICMyNDM0NjIgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfbmV3c18wNCIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJOZXdzIj4KCQkJPGcgaWQ9Ikdyb3VwIDgyMSI+CgkJCQk8ZyBpZD0iRGF0ZXBpY2tlciI+CgkJCQkJPGcgaWQ9Ikljb25fY2FsZW5kYXItMjRweCI+CgkJCQkJCTxwYXRoIGlkPSJjYWxlbmRhciIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGFzcz0ic2hwMCIgZD0iTTkuNSAyTDkuNSA5QzkuNSA5LjU1IDkuMDUgMTAgOC41IDEwTDEuNSAxMEMwLjk1IDEwIDAuNSA5LjU1IDAuNSA5TDAuNSAyQzAuNSAxLjQ1IDAuOTQgMSAxLjUgMUwyIDFMMiAwTDMgMEwzIDFMNyAxTDcgMEw4IDBMOCAxTDguNSAxQzkuMDUgMSA5LjUgMS40NSA5LjUgMlpNOC41IDRMMS41IDRMMS41IDlMOC41IDlMOC41IDRaTTguNSAyTDEuNSAyTDEuNSAzTDguNSAzTDguNSAyWiIgLz4KCQkJCQk8L2c+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==); }

.form__btn {
  height: 48px;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
  background-color: #243462;
  font-size: 17px;
  transition: 0.2s; }
  .form__btn:hover, .form__btn:active, .form__btn:focus {
    color: #f64146;
    transition: 1s;
    box-shadow: none;
    outline: none; }

.form__group + .form__group {
  margin-top: 20px; }

/*.template img {
  width: 100%;
  height: 415px;
  margin-bottom: 42px;
  border-radius: 5px; }
  @media (max-width: 768px) {
    .template img {
      height: 200px;
      margin-bottom: 30px; } }*/

@media (max-width: 768px) {
  .template__submenu {
    display: none; } }

.template__submenu-elem {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
  padding-right: 24px;
  color: #000000;
  background-color: #eff1f6;
  border-left: 2px solid #eff1f6;
  font-size: 16px; }
  .template__submenu-elem:hover, .template__submenu-elem:active, .template__submenu-elem:focus {
    border-left: 2px solid #243462;
    color: #000000;
    transition: 0s; }
  .template__submenu-elem.active {
    border-left: 2px solid #243462;
    color: #000000; }
  .template__submenu-elem + .template__submenu-elem {
    border-top: 1px solid #ffffff; }

.template__docs {
  margin-top: 48px; }
  .template__docs h3 {
    margin-bottom: 31px; }
  .template__docs-download {
    content: '';
    position: absolute;
    top: 16px;
    left: 18px;
    display: block;
    width: 35px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDciIHdpZHRoPSI2IiBoZWlnaHQ9IjciPgoJPGRlZnM+CgkJPGNsaXBQYXRoIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iY3AxIj4KCQkJPHBhdGggZD0iTS05NSAtNjM2TDYyNSAtNjM2TDYyNSA1ODBMLTk1IDU4MFoiIC8+CgkJPC9jbGlwUGF0aD4KCTwvZGVmcz4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjMjQzNDYyIH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBsYXRyb21hX3RlbXBsYXRlXzA0IiBjbGlwLXBhdGg9InVybCgjY3AxKSI+CgkJPGcgaWQ9IlJlcGVhdCBHcmlkIDIxIj4KCQkJPGcgaWQ9IkxheWVyIj4KCQkJCTxnIGlkPSJDYXJkX2RvYyI+CgkJCQkJPGcgaWQ9Ikljb25fZG93bG9hZC0yNHB4Ij4KCQkJCQkJPHBhdGggaWQ9IlBhdGggODA0IiBjbGFzcz0ic2hwMCIgZD0iTTIgMi41TDIgMEw0IDBMNCAyLjVMNS41IDIuNUwzIDVMMC41IDIuNUwyIDIuNVpNMC41IDUuNUw1LjUgNS41TDUuNSA2LjVMMC41IDYuNUwwLjUgNS41WiIgLz4KCQkJCQk8L2c+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px; }
    .template__docs-download:hover, .template__docs-download:active, .template__docs-download:focus {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDciIHdpZHRoPSI2IiBoZWlnaHQ9IjciPgoJPGRlZnM+CgkJPGNsaXBQYXRoIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iY3AxIj4KCQkJPHBhdGggZD0iTS05NSAtNjM2TDYyNSAtNjM2TDYyNSA1ODBMLTk1IDU4MFoiIC8+CgkJPC9jbGlwUGF0aD4KCTwvZGVmcz4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjZjY0MTQ2IH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBsYXRyb21hX3RlbXBsYXRlXzA0IiBjbGlwLXBhdGg9InVybCgjY3AxKSI+CgkJPGcgaWQ9IlJlcGVhdCBHcmlkIDIxIj4KCQkJPGcgaWQ9IkxheWVyIj4KCQkJCTxnIGlkPSJDYXJkX2RvYyI+CgkJCQkJPGcgaWQ9Ikljb25fZG93bG9hZC0yNHB4Ij4KCQkJCQkJPHBhdGggaWQ9IlBhdGggODA0IiBjbGFzcz0ic2hwMCIgZD0iTTIgMi41TDIgMEw0IDBMNCAyLjVMNS41IDIuNUwzIDVMMC41IDIuNUwyIDIuNVpNMC41IDUuNUw1LjUgNS41TDUuNSA2LjVMMC41IDYuNUwwLjUgNS41WiIgLz4KCQkJCQk8L2c+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==);
      transition: 1s; }
  .template__docs-elem {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 65px;
    padding-right: 33px;
    background-color: #eff1f6;
    border-radius: 5px; }
    @media (max-width: 768px) {
      .template__docs-elem {
        display: block; } }
    .template__docs-elem + .template__docs-elem {
      margin-top: 5px; }
  .template__docs-name {
    display: block;
    margin-bottom: 3px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .template__docs-name {
        margin-bottom: 3px;
        font-size: 16px;
        line-height: 20px; } }
  .template__docs-text {
    display: inline-block;
    color: #848e99;
    font-size: 14px; }
    @media (max-width: 1200px) {
      .template__docs-text {
        display: block; } }
    .template__docs-text + .template__docs-text {
      margin-left: 36px; }
      @media (max-width: 1200px) {
        .template__docs-text + .template__docs-text {
          margin-left: 0; } }
  .template__docs-size {
    min-width: 150px;
    color: #848e99;
    font-size: 18px;
    text-align: right; }
    @media (max-width: 768px) {
      .template__docs-size {
        width: 100%;
        margin-top: 5px;
        font-size: 16px;
        line-height: 20px;
        text-align: left; } }

.template__topic {
  display: none; }
  @media (max-width: 768px) {
    .template__topic {
      display: block; } }

.docs {
  margin-bottom: 7px; }
  .docs .docs__info {
    margin-bottom: 22px; }
  .docs .docs__elem {
    border: none; }
  .docs__more {
    margin-bottom: 39px;
    padding-bottom: 31px;
    border-bottom: 1px solid #c0d6e8;
    font-size: 23px;
    font-weight: bold; }
  .docs__form {
    position: relative;
    margin-bottom: 42px; }
    @media (max-width: 768px) {
      .docs__form {
        margin-bottom: 25px; } }
    .docs__form-btn {
      width: 135px;
      margin-left: 20px;
      text-align: center; }
      @media (max-width: 768px) {
        .docs__form-btn {
          width: 60px;
          margin-left: 0;
          padding: 0; } }
    @media (max-width: 768px) {
      .docs__form-sort {
        display: none; } }
  .docs__input-name[type='text'] {
    display: inline-block;
    width: calc(100% - 160px); }
    @media (max-width: 768px) {
      .docs__input-name[type='text'] {
        width: calc(100% - 65px); } }
  .docs__sort {
    display: flex;
    padding-bottom: 20px; }
    @media (max-width: 768px) {
      .docs__sort {
        flex-direction: column; } }
    .docs__sort-title {
      margin-right: 20px;
      font-weight: bold; }
    .docs__sort-elem {
      color: #243462;
      font-weight: bold;
      cursor: pointer; }
      .docs__sort-elem:hover, .docs__sort-elem:active, .docs__sort-elem:focus {
        color: #f64146;
        transition: 1s; }
      .docs__sort-elem + .docs__sort-elem {
        margin-left: 20px; }
        @media (max-width: 768px) {
          .docs__sort-elem + .docs__sort-elem {
            margin-left: 0; } }
    .docs__sort-elems {
      margin-bottom: 42px;
      border-bottom: 1px solid #c0d6e8; }
    .docs__sort-icon {
      position: relative;
      height: auto;
      padding-right: 25px;
      background: none;
      border: none;
      text-align: left; }
      .docs__sort-icon::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        display: block;
        width: 20px;
        height: 20px;
        margin-top: auto;
        margin-bottom: auto;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCA2IiB3aWR0aD0iMTAiIGhlaWdodD0iNiI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTIxNiAtMjUzTDUwNCAtMjUzTDUwNCAxMTYwTC0yMTYgMTE2MFoiIC8+CgkJPC9jbGlwUGF0aD4KCTwvZGVmcz4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjMjQzNDYyIH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBsYXRyb21hX0RvY3NfMDQiIGNsaXAtcGF0aD0idXJsKCNjcDEpIj4KCQk8ZyBpZD0iRG9jcyI+CgkJCTxnIGlkPSJHcm91cCA4MzciPgoJCQkJPGcgaWQ9Ikljb25fc29ydC0yNHB4Ij4KCQkJCQk8cGF0aCBpZD0iUGF0aCA5MzMiIGNsYXNzPSJzaHAwIiBkPSJNMC41IDBMMy41IDBMMy41IDFMMC41IDFMMC41IDBaTTAuNSA2TDAuNSA1TDkuNSA1TDkuNSA2TDAuNSA2Wk0wLjUgMi41TDYuNSAyLjVMNi41IDMuNUwwLjUgMy41TDAuNSAyLjVaIiAvPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
        transition: 1s; }
      .docs__sort-icon.active::before {
        transform: scale(1, -1); }
      .docs__sort-icon:hover::before, .docs__sort-icon:active::before, .docs__sort-icon:focus::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCA2IiB3aWR0aD0iMTAiIGhlaWdodD0iNiI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTIxNiAtMjUzTDUwNCAtMjUzTDUwNCAxMTYwTC0yMTYgMTE2MFoiIC8+CgkJPC9jbGlwUGF0aD4KCTwvZGVmcz4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjZjY0MTQ2IH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBsYXRyb21hX0RvY3NfMDQiIGNsaXAtcGF0aD0idXJsKCNjcDEpIj4KCQk8ZyBpZD0iRG9jcyI+CgkJCTxnIGlkPSJHcm91cCA4MzciPgoJCQkJPGcgaWQ9Ikljb25fc29ydC0yNHB4Ij4KCQkJCQk8cGF0aCBpZD0iUGF0aCA5MzMiIGNsYXNzPSJzaHAwIiBkPSJNMC41IDBMMy41IDBMMy41IDFMMC41IDFMMC41IDBaTTAuNSA2TDAuNSA1TDkuNSA1TDkuNSA2TDAuNSA2Wk0wLjUgMi41TDYuNSAyLjVMNi41IDMuNUwwLjUgMy41TDAuNSAyLjVaIiAvPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=);
        transition: 1s; }
      .docs__sort-icon:hover.active::before, .docs__sort-icon:active.active::before, .docs__sort-icon:focus.active::before {
        transform: scale(1, -1); }
      @media (max-width: 768px) {
        .docs__sort-icon {
          width: 100%;
          margin-top: 10px; } }
  .docs__elem {
    padding-bottom: 40px;
    border-bottom: 1px solid #c0d6e8; }
    .docs__elem + .docs__elem {
      margin-top: 40px; }
  .docs__info {
    display: flex;
    margin-bottom: 15px;
    color: #848e99;
    font-size: 14px; }
  .docs__date {
    color: #848e99;
    font-size: 14px; }
    .docs__date + .docs__status,
    .docs__date + .docs__status + .docs__status {
      position: relative;
      padding-left: 25px; }
      .docs__date + .docs__status::before,
      .docs__date + .docs__status + .docs__status::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 12px;
        display: block;
        width: 3px;
        height: 3px;
        background-color: #848e99;
        border-radius: 3px; }
  .docs__title {
    margin-bottom: 17px;
    font-size: 17px;
    font-weight: bold;
    line-height: 26px; }
  .docs__author {
    margin-bottom: 6px;
    color: #848e99;
    font-size: 14px; }
  .docs__interactive {
    display: flex;
    margin-top: 22px; }
    .docs__interactive-elem {
      font-size: 16px;
      font-weight: bold;
      background-repeat: no-repeat;
      background-position: center left; }
      .docs__interactive-elem + .docs__interactive-elem {
        margin-left: 45px; }
    .docs__interactive-watch {
      padding-left: 31px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCA3IiB3aWR0aD0iMTAiIGhlaWdodD0iNyI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTgxIC05NDVMNjM5IC05NDVMNjM5IDQ2OEwtODEgNDY4WiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICMyNDM0NjIgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfRG9jc18wNCIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJEb2NzIj4KCQkJPGcgaWQ9IlJlcGVhdCBHcmlkIDI2Ij4KCQkJCTxnIGlkPSJHcm91cCA4MzYiPgoJCQkJCTxnIGlkPSJHcm91cCA4MzUiPgoJCQkJCQk8ZyBpZD0icmVtb3ZlX3JlZF9leWUtMjRweCAoMSkiPgoJCQkJCQkJPHBhdGggaWQ9IlBhdGggOTMyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsYXNzPSJzaHAwIiBkPSJNOS41IDMuMDdDOC43OSA0Ljg2IDcuMDUgNi4xNCA1IDYuMTRDMi45NSA2LjE0IDEuMjEgNC44NiAwLjUgMy4wN0MxLjIxIDEuMjcgMi45NSAwIDUgMEM3LjA1IDAgOC43OSAxLjI3IDkuNSAzLjA3Wk03LjA1IDMuMDdDNy4wNSAxLjk0IDYuMTMgMS4wMiA1IDEuMDJDMy44NyAxLjAyIDIuOTUgMS45NCAyLjk1IDMuMDdDMi45NSA0LjIgMy44NyA1LjExIDUgNS4xMUM2LjEzIDUuMTEgNy4wNSA0LjIgNy4wNSAzLjA3Wk02LjIzIDMuMDdDNi4yMyAzLjc1IDUuNjggNC4zIDUgNC4zQzQuMzIgNC4zIDMuNzcgMy43NSAzLjc3IDMuMDdDMy43NyAyLjM5IDQuMzIgMS44NCA1IDEuODRDNS42OCAxLjg0IDYuMjMgMi4zOSA2LjIzIDMuMDdaIiAvPgoJCQkJCQk8L2c+CgkJCQkJPC9nPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=);
      background-size: 22px; }
      .docs__interactive-watch:hover, .docs__interactive-watch:active, .docs__interactive-watch:focus {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCA3IiB3aWR0aD0iMTAiIGhlaWdodD0iNyI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTgxIC05NDVMNjM5IC05NDVMNjM5IDQ2OEwtODEgNDY4WiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICNmNjQxNDYgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfRG9jc18wNCIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJEb2NzIj4KCQkJPGcgaWQ9IlJlcGVhdCBHcmlkIDI2Ij4KCQkJCTxnIGlkPSJHcm91cCA4MzYiPgoJCQkJCTxnIGlkPSJHcm91cCA4MzUiPgoJCQkJCQk8ZyBpZD0icmVtb3ZlX3JlZF9leWUtMjRweCAoMSkiPgoJCQkJCQkJPHBhdGggaWQ9IlBhdGggOTMyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsYXNzPSJzaHAwIiBkPSJNOS41IDMuMDdDOC43OSA0Ljg2IDcuMDUgNi4xNCA1IDYuMTRDMi45NSA2LjE0IDEuMjEgNC44NiAwLjUgMy4wN0MxLjIxIDEuMjcgMi45NSAwIDUgMEM3LjA1IDAgOC43OSAxLjI3IDkuNSAzLjA3Wk03LjA1IDMuMDdDNy4wNSAxLjk0IDYuMTMgMS4wMiA1IDEuMDJDMy44NyAxLjAyIDIuOTUgMS45NCAyLjk1IDMuMDdDMi45NSA0LjIgMy44NyA1LjExIDUgNS4xMUM2LjEzIDUuMTEgNy4wNSA0LjIgNy4wNSAzLjA3Wk02LjIzIDMuMDdDNi4yMyAzLjc1IDUuNjggNC4zIDUgNC4zQzQuMzIgNC4zIDMuNzcgMy43NSAzLjc3IDMuMDdDMy43NyAyLjM5IDQuMzIgMS44NCA1IDEuODRDNS42OCAxLjg0IDYuMjMgMi4zOSA2LjIzIDMuMDdaIiAvPgoJCQkJCQk8L2c+CgkJCQkJPC9nPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=); }
    .docs__interactive-download {
      padding-left: 26px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDciIHdpZHRoPSI2IiBoZWlnaHQ9IjciPgoJPGRlZnM+CgkJPGNsaXBQYXRoIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iY3AxIj4KCQkJPHBhdGggZD0iTS05NSAtNjM2TDYyNSAtNjM2TDYyNSA1ODBMLTk1IDU4MFoiIC8+CgkJPC9jbGlwUGF0aD4KCTwvZGVmcz4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjMjQzNDYyIH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBsYXRyb21hX3RlbXBsYXRlXzA0IiBjbGlwLXBhdGg9InVybCgjY3AxKSI+CgkJPGcgaWQ9IlJlcGVhdCBHcmlkIDIxIj4KCQkJPGcgaWQ9IkxheWVyIj4KCQkJCTxnIGlkPSJDYXJkX2RvYyI+CgkJCQkJPGcgaWQ9Ikljb25fZG93bG9hZC0yNHB4Ij4KCQkJCQkJPHBhdGggaWQ9IlBhdGggODA0IiBjbGFzcz0ic2hwMCIgZD0iTTIgMi41TDIgMEw0IDBMNCAyLjVMNS41IDIuNUwzIDVMMC41IDIuNUwyIDIuNVpNMC41IDUuNUw1LjUgNS41TDUuNSA2LjVMMC41IDYuNUwwLjUgNS41WiIgLz4KCQkJCQk8L2c+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==);
      background-size: 12px; }
      .docs__interactive-download:hover, .docs__interactive-download:active, .docs__interactive-download:focus {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDciIHdpZHRoPSI2IiBoZWlnaHQ9IjciPgoJPGRlZnM+CgkJPGNsaXBQYXRoIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iY3AxIj4KCQkJPHBhdGggZD0iTS05NSAtNjM2TDYyNSAtNjM2TDYyNSA1ODBMLTk1IDU4MFoiIC8+CgkJPC9jbGlwUGF0aD4KCTwvZGVmcz4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjZjY0MTQ2IH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBsYXRyb21hX3RlbXBsYXRlXzA0IiBjbGlwLXBhdGg9InVybCgjY3AxKSI+CgkJPGcgaWQ9IlJlcGVhdCBHcmlkIDIxIj4KCQkJPGcgaWQ9IkxheWVyIj4KCQkJCTxnIGlkPSJDYXJkX2RvYyI+CgkJCQkJPGcgaWQ9Ikljb25fZG93bG9hZC0yNHB4Ij4KCQkJCQkJPHBhdGggaWQ9IlBhdGggODA0IiBjbGFzcz0ic2hwMCIgZD0iTTIgMi41TDIgMEw0IDBMNCAyLjVMNS41IDIuNUwzIDVMMC41IDIuNUwyIDIuNVpNMC41IDUuNUw1LjUgNS41TDUuNSA2LjVMMC41IDYuNUwwLjUgNS41WiIgLz4KCQkJCQk8L2c+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==); }
    .docs__interactive-size {
      margin-left: 29px;
      color: #848e99;
      font-size: 16px; }
      @media (max-width: 768px) {
        .docs__interactive-size {
          display: none; } }
  .docs__link {
    margin-top: 57px; }

.person h1 {
  margin-bottom: 15px; }

.person__status {
  margin-bottom: 37px;
  color: #848e99;
  font-size: 19px; }

.person img {
  height: 330px;
  margin-bottom: 46px;
  border-radius: 5px; }

.person h2 {
  margin-bottom: 31px;
  font-size: 23px; }

.person p + h2 {
  margin-top: 44px; }

.person a {
  font-size: 16px; }

.structure__elem {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #f3f4f7;
  border-radius: 5px;
  z-index: 1; }
  .structure__elem-more {
    content: '';
    position: absolute;
    right: 0;
    width: 70px;
    height: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPScjMjQzNDYyJyBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    cursor: pointer; }
    .structure__elem-more:hover, .structure__elem-more:active, .structure__elem-more:focus {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPScjZjY0MTQ2JyBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
      transition: 1s; }
    @media (max-width: 1200px) {
      .structure__elem-more-head {
        display: none; } }
  .structure__elem-level {
    position: relative;
    padding-right: 70px; }
    .structure__elem-level--two {
      margin-left: 0; }
      @media (min-width: 1200px) {
        .structure__elem-level--two {
          margin-left: 80px; } }
    .structure__elem-level--three {
      margin-left: 80px;
      padding-right: 30px; }
      @media (max-width: 768px) {
        .structure__elem-level--three {
          margin-left: 0; } }
      .structure__elem-level--three .structure__img {
        display: none; }
        @media (min-width: 1200px) {
          .structure__elem-level--three .structure__img {
            display: block; } }
      @media (min-width: 1200px) {
        .structure__elem-level--three {
          margin-left: 160px; } }
  @media (max-width: 576px) {
    .structure__elem-head {
      flex-direction: column;
      padding-right: 32px; } }

.structure__line-level--two {
  position: relative; }
  .structure__line-level--two::after {
    content: '';
    display: none;
    width: 2px;
    height: 50%;
    position: absolute;
    top: 0;
    bottom: 50%;
    left: 40px;
    border-left: 2px solid #f3f4f7; }
    @media (min-width: 1200px) {
      .structure__line-level--two::after {
        display: block; } }
  .structure__line-level--two::before {
    content: '';
    display: block;
    width: 55px;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    margin-top: auto;
    margin-bottom: auto;
    border-bottom: 2px solid #f3f4f7; }

.structure__line-level--three {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px; }
  .structure__line-level--three + .structure__line-level--three {
    padding-top: 20px; }
  .structure__line-level--three::before {
    content: '';
    width: 55px;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    margin-top: auto;
    margin-bottom: auto;
    border-bottom: 2px solid #f3f4f7; }
    @media (min-width: 1200px) {
      .structure__line-level--three::before {
        left: 120px; } }
  .structure__line-level--three::after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 40px;
    border-left: 2px solid #f3f4f7; }
    @media (min-width: 1200px) {
      .structure__line-level--three::after {
        left: 120px; } }
  .structure__line-level--three:last-child {
    padding-bottom: 0; }
    .structure__line-level--three:last-child::after {
      height: 50%;
      bottom: 50%; }

.structure__elems {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px; }
  .structure__elems + .structure__elems {
    padding-top: 0; }
  .structure__elems:last-child {
    padding-bottom: 0; }
    .structure__elems:last-child::before {
      height: 50%;
      bottom: 50%; }
  .structure__elems.active .structure__department {
    display: block;
    width: 100%; }
  .structure__elems.active .structure__elem-more {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPScjMjQzNDYyJyBkPSJNMTIgOGwtNiA2IDEuNDEgMS40MUwxMiAxMC44M2w0LjU5IDQuNThMMTggMTR6Ii8+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==); }
    .structure__elems.active .structure__elem-more:hover, .structure__elems.active .structure__elem-more:active, .structure__elems.active .structure__elem-more:focus {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPScjZjY0MTQ2JyBkPSJNMTIgOGwtNiA2IDEuNDEgMS40MUwxMiAxMC44M2w0LjU5IDQuNThMMTggMTR6Ii8+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
      transition: 1s; }
  .structure__elems.active:last-child::before {
    display: none; }
  .structure__elems::before {
    content: '';
    display: none;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 40px;
    border-left: 2px solid #f3f4f7; }
    @media (min-width: 1200px) {
      .structure__elems::before {
        display: block; } }

.structure__department {
  display: none; }

.structure__img {
  width: 80px;
  height: 80px;
  position: relative;
  margin-right: 27px;
  border-radius: 50px; }
  @media (max-width: 576px) {
    .structure__img {
      width: 120px;
      height: 120px;
      margin-bottom: 10px;
      margin-right: 0;
      border-radius: 120px; } }
  .structure__img + .structure__info {
    margin-left: 0; }

.structure__name {
  color: #3b4256;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px; }

.structure__area {
  color: #848E99;
  font-size: 16px;
  line-height: 24px; }

.structure__info {
  flex: 1;
  margin-left: 107px; }
  .structure__info:hover .structure__name, .structure__info:active .structure__name, .structure__info:focus .structure__name {
    color: #243462; }
  .structure__info-not-img {
    margin-left: 107px; }

.structure__link {
  display: block;
  font-size: 20px;
  font-weight: bold; }

.structure__block + .structure__block {
  margin-top: 20px; }

.structure__block.active .structure__block-more {
  display: block; }

.structure__block.active .structure__elem-more-head {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPScjMjQzNDYyJyBkPSJNMTIgOGwtNiA2IDEuNDEgMS40MUwxMiAxMC44M2w0LjU5IDQuNThMMTggMTR6Ii8+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==); }
  .structure__block.active .structure__elem-more-head:hover, .structure__block.active .structure__elem-more-head:active, .structure__block.active .structure__elem-more-head:focus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPScjZjY0MTQ2JyBkPSJNMTIgOGwtNiA2IDEuNDEgMS40MUwxMiAxMC44M2w0LjU5IDQuNThMMTggMTR6Ii8+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    transition: 1s; }

.structure__block-more {
  display: none;
  width: 100%; }
  @media (max-width: 1200px) {
    .structure__block-more {
      display: block; } }

.mail {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #eff1f6; }
  .mail__container {
    max-width: 800px;
    background-color: #ffffff; }
  .mail__logo {
    padding-top: 25px;
    padding-bottom: 38px;
    border-bottom: 1px solid #eff1f6; }
    .mail__logo .header__logo {
      margin-right: 22px;
      padding-left: 15px; }
      @media (max-width: 576px) {
        .mail__logo .header__logo {
          margin-bottom: 25px;
          margin-right: 0;
          padding-left: 0; } }
      .mail__logo .header__logo-img {
        margin-right: 20px; }
    .mail__logo-img {
      margin-right: 22px; }
    .mail__logo-name {
      margin-top: 12px;
      font-size: 18px; }
  .mail__body {
    margin-top: 0; }
  .mail__link {
    display: block;
    margin-top: 13px;
    margin-right: 16px;
    font-size: 16px;
    text-decoration: underline;
    color: #243462; }
    .mail__link:hover, .mail__link:active, .mail__link:focus {
      text-decoration: none; }
    @media (max-width: 576px) {
      .mail__link {
        margin: 0; } }
    .mail__link-block {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      @media (max-width: 576px) {
        .mail__link-block {
          justify-content: flex-start; } }
      .mail__link-block-unsubscribe {
        padding-top: 20px;
        padding-bottom: 30px;
        padding-left: 24px; }
        @media (max-width: 576px) {
          .mail__link-block-unsubscribe {
            padding-left: 0; } }
  .mail__title {
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: bold; }
    @media (max-width: 576px) {
      .mail__title {
        font-size: 30px;
        line-height: 35px; } }
  .mail__content {
    padding-top: 38px;
    padding-bottom: 56px;
    padding-left: 18px;
    padding-right: 18px;
    border-bottom: 1px solid #eff1f6; }
    @media (max-width: 576px) {
      .mail__content {
        padding-left: 0;
        padding-right: 0; } }
  .mail__elem-img {
    float: left;
    margin-right: 30px;
    background-color: #eff1f6;
    border-radius: 5px; }
    @media (max-width: 576px) {
      .mail__elem-img {
        float: none;
        display: inline-block;
        margin-bottom: 10px; } }
  .mail__elem-content .news__tag {
    margin-bottom: 13px; }
    @media (max-width: 576px) {
      .mail__elem-content .news__tag {
        margin-bottom: 5px; } }
  .mail__elem-content .news__title {
    margin-bottom: 15px; }
    @media (max-width: 576px) {
      .mail__elem-content .news__title {
        margin-bottom: 5px; } }
  .mail__elem + .mail__elem {
    margin-top: 30px; }
  .mail__img {
    width: 260px;
    height: 170px;
    border-radius: 5px; }

#map {
  width: 100%;
  height: 100%; }

.map {
  width: 100%;
  height: 100%; }
  .map__elem {
    margin: 5px;
    font-size: 18px; }
  .map__title {
    margin-bottom: 10px; }
  .map__text {
    color: #848e99; }

@media (max-width: 1200px) {
  .calendar {
    display: none; } }

.calendar .ui-widget.ui-widget-content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border: none;
  background-color: #f7f7f7; }

.calendar .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none; }

.calendar .ui-datepicker .ui-datepicker-title {
  padding-top: 25px;
  padding-bottom: 13px;
  font-size: 18px; }

.calendar .ui-datepicker .ui-datepicker-prev-hover,
.calendar .ui-datepicker .ui-datepicker-next-hover,
.calendar .ui-datepicker .ui-datepicker-prev,
.calendar .ui-datepicker .ui-datepicker-next {
  top: 27px;
  border: none;
  cursor: pointer; }

.calendar .ui-datepicker .ui-datepicker-prev,
.calendar .ui-datepicker .ui-datepicker-next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px; }
  .calendar .ui-datepicker .ui-datepicker-prev:hover, .calendar .ui-datepicker .ui-datepicker-prev:active, .calendar .ui-datepicker .ui-datepicker-prev:focus,
  .calendar .ui-datepicker .ui-datepicker-next:hover,
  .calendar .ui-datepicker .ui-datepicker-next:active,
  .calendar .ui-datepicker .ui-datepicker-next:focus {
    background-color: rgba(0, 0, 0, 0); }

.calendar .ui-datepicker .ui-datepicker-prev {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0IDYiIHdpZHRoPSI0IiBoZWlnaHQ9IjYiPgoJPGRlZnM+CgkJPGNsaXBQYXRoIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iY3AxIj4KCQkJPHBhdGggZD0iTS04NCAtMTI3Nkw2MzYgLTEyNzZMNjM2IDQ1MkwtODQgNDUyWiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICMyNDM0NjIgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfYXJ0aWNsZV8wNCIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJMaW5rIj4KCQkJPGcgaWQ9Ikljb25fYXJyb3dfbGVmdC0yNHB4Ij4KCQkJCTxwYXRoIGlkPSJQYXRoIDkwOSIgY2xhc3M9InNocDAiIGQ9Ik0zLjcgNS4yOUwxLjQxIDNMMy43IDAuN0wzIDBMMCAzTDMgNkwzLjcgNS4yOVoiIC8+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==); }
  .calendar .ui-datepicker .ui-datepicker-prev:hover, .calendar .ui-datepicker .ui-datepicker-prev:active, .calendar .ui-datepicker .ui-datepicker-prev:focus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0IDYiIHdpZHRoPSI0IiBoZWlnaHQ9IjYiPgoJPGRlZnM+CgkJPGNsaXBQYXRoIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iY3AxIj4KCQkJPHBhdGggZD0iTS04NCAtMTI3Nkw2MzYgLTEyNzZMNjM2IDQ1MkwtODQgNDUyWiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICNmNjQxNDYgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfYXJ0aWNsZV8wNCIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJMaW5rIj4KCQkJPGcgaWQ9Ikljb25fYXJyb3dfbGVmdC0yNHB4Ij4KCQkJCTxwYXRoIGlkPSJQYXRoIDkwOSIgY2xhc3M9InNocDAiIGQ9Ik0zLjcgNS4yOUwxLjQxIDNMMy43IDAuN0wzIDBMMCAzTDMgNkwzLjcgNS4yOVoiIC8+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+Cjwvc3ZnPg==); }

.calendar .ui-datepicker .ui-datepicker-next {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDEyIiB3aWR0aD0iOCIgaGVpZ2h0PSIxMiI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTQ3MiAtMTcwNkw5NjggLTE3MDZMOTY4IDMyNDZMLTQ3MiAzMjQ2WiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICMyNDM0NjIgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfbWFpbl8wMyIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJBY3Rpb24iPgoJCQk8ZyBpZD0iUmVwZWF0IEdyaWQgMjAiPgoJCQkJPGcgaWQ9IkxheWVyIj4KCQkJCQk8ZyBpZD0iQ3JhZF9hY3Rpb24iPgoJCQkJCQk8ZyBpZD0iU2VydmljZV9tZW51Ij4KCQkJCQkJCTxnIGlkPSJJY29uX2Fycm93LXJpZ2h0LTI0cHgiPgoJCQkJCQkJCTxwYXRoIGlkPSJQYXRoIDkxNiIgY2xhc3M9InNocDAiIGQ9Ik0wLjU5IDEwLjU5TDUuMTcgNkwwLjU5IDEuNDFMMiAwTDggNkwyIDEyTDAuNTkgMTAuNTlaIiAvPgoJCQkJCQkJPC9nPgoJCQkJCQk8L2c+CgkJCQkJPC9nPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=); }
  .calendar .ui-datepicker .ui-datepicker-next:hover, .calendar .ui-datepicker .ui-datepicker-next:active, .calendar .ui-datepicker .ui-datepicker-next:focus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDEyIiB3aWR0aD0iOCIgaGVpZ2h0PSIxMiI+Cgk8ZGVmcz4KCQk8Y2xpcFBhdGggY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJjcDEiPgoJCQk8cGF0aCBkPSJNLTQ3MiAtMTcwNkw5NjggLTE3MDZMOTY4IDMyNDZMLTQ3MiAzMjQ2WiIgLz4KCQk8L2NsaXBQYXRoPgoJPC9kZWZzPgoJPHN0eWxlPgoJCXRzcGFuIHsgd2hpdGUtc3BhY2U6cHJlIH0KCQkuc2hwMCB7IGZpbGw6ICNmNjQxNDYgfSAKCTwvc3R5bGU+Cgk8ZyBpZD0iUGxhdHJvbWFfbWFpbl8wMyIgY2xpcC1wYXRoPSJ1cmwoI2NwMSkiPgoJCTxnIGlkPSJBY3Rpb24iPgoJCQk8ZyBpZD0iUmVwZWF0IEdyaWQgMjAiPgoJCQkJPGcgaWQ9IkxheWVyIj4KCQkJCQk8ZyBpZD0iQ3JhZF9hY3Rpb24iPgoJCQkJCQk8ZyBpZD0iU2VydmljZV9tZW51Ij4KCQkJCQkJCTxnIGlkPSJJY29uX2Fycm93LXJpZ2h0LTI0cHgiPgoJCQkJCQkJCTxwYXRoIGlkPSJQYXRoIDkxNiIgY2xhc3M9InNocDAiIGQ9Ik0wLjU5IDEwLjU5TDUuMTcgNkwwLjU5IDEuNDFMMiAwTDggNkwyIDEyTDAuNTkgMTAuNTlaIiAvPgoJCQkJCQkJPC9nPgoJCQkJCQk8L2c+CgkJCQkJPC9nPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L3N2Zz4=); }

.calendar .ui-datepicker table {
  margin-bottom: 0; }

.calendar .ui-datepicker th {
  padding-top: 5px;
  padding-bottom: 14px;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  font-weight: normal;
  text-transform: lowercase;
  color: #000000; }

.calendar .ui-datepicker th.ui-datepicker-week-end {
  color: #f64146; }

.calendar .ui-state-default,
.calendar .ui-widget-content .ui-state-default,
.calendar .ui-widget-header .ui-state-default,
.calendar .ui-button,
.calendar .ui-button.ui-state-disabled:hover,
.calendar .ui-button.ui-state-disabled:active,
.calendar .ui-button.ui-state-disabled:focus {
  padding-top: 6px;
  padding-bottom: 6px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  text-align: center;
  box-shadow: none;
  outline: none; }

.calendar .ui-state-active {
  color: #454545; }

.calendar .ui-datepicker-current-day .ui-state-default {
  color: #ffffff;
  background-color: #243462;
  border-radius: 50%; 
  /*! width: 36px; */
  /*! height: 36px; */
  /*! width: 36px; */
}

.calendar .ui-date-round .ui-state-default {
  color: #ffffff;
  background-color: #f64146;
  border-radius: 50%; }

.calendar .ui-widget-content .ui-state-default:hover {
  background-color: #243462;
  color: #ffffff;
  border-radius: 50%;
  transition: 0s; }

.calendar .ui-datepicker-prev.ui-corner-all span,
.calendar .ui-datepicker-next.ui-corner-all span {
  display: none; }

.daterangepicker table th,
.daterangepicker table td {
  padding-top: 5px;
  padding-bottom: 5px; }

.daterangepicker .drp-selected {
  display: none; }

.daterangepicker .drp-calendar {
  max-width: 100%; }

.daterangepicker button {
  height: 35px; }

.subscribe {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eff1f6; }
  .subscribe__info {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .subscribe__info {
        margin-bottom: 30px; } }
  .subscribe__text {
    font-size: 19px;
    font-weight: bold;
    line-height: 27px; }
  .subscribe__btn {
    width: 165px; }
  .subscribe__input[type='text'] {
    margin-bottom: 0;
    margin-right: 15px; }
    @media (max-width: 768px) {
      .subscribe__input[type='text'] {
        margin-bottom: 15px;
        margin-right: 0; } }
  .subscribe__form {
    display: flex;
    align-items: center;
    height: 100%; }
    @media (max-width: 768px) {
      .subscribe__form {
        flex-direction: column; } }
  .subscribe__img {
    position: relative;
    float: left;
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 30px; }
    .subscribe__img::after, .subscribe__img::before {
      content: '';
      position: absolute;
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 50%; }
    .subscribe__img::before {
      width: 85px;
      height: 85px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-color: #d0d5e1;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMjQzNDYyIiBkPSJNMjAgNEg0Yy0xLjEgMC0xLjk5LjktMS45OSAyTDIgMThjMCAxLjEuOSAyIDIgMmgxNmMxLjEgMCAyLS45IDItMlY2YzAtMS4xLS45LTItMi0yem0wIDRsLTggNS04LTVWNmw4IDUgOC01djJ6Ii8+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
      background-size: 63px; }
    .subscribe__img::after {
      width: 30px;
      height: 30px;
      top: 52px;
      bottom: 0;
      right: -5px;
      margin-top: auto;
      margin-bottom: auto;
      background-color: #f64146;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTkgMTYuMkw0LjggMTJsLTEuNCAxLjRMOSAxOSAyMSA3bC0xLjQtMS40TDkgMTYuMnoiLz48L3N2Zz4=);
      background-size: 20px; }



          .footer__addr {
              margin-top: 20px;
          }


          .footer__topshiftcont {
              margin-top: 10px;
          }
          .footer__topshiftconl {
              margin-top: 14px;
          }


          .footer__links {
              margin-top: 45px;
          }

          #footer__navrow {
              margin-top: 0px;

          }


          .links__elem {
    margin-bottom: 33px;
}

          .about__links {
              /*! margin-top: 7px; */
          }


.vacancy__elem {
  display: flex; }
  .vacancy__elem + .vacancy__elem {
    margin-top: 20px; }
  @media (max-width: 576px) {
    .vacancy__elem {
      display: block; } }

.vacancy__title {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 26px; }

.vacancy__date, .vacancy__text {
  color: #848e99;
  font-size: 14px; }

.vacancy__text {
  margin-bottom: 10px; }

.vacancy__price {
  width: 450px;
  font-weight: bold;
  text-align: right; }
  @media (max-width: 576px) {
    .vacancy__price {
      width: auto; } }

          
          .ui-datepicker td span, .ui-datepicker td a {
              width: 2.2em;
              height:2.2em;
          }
          
          
          /* End */
/* /bitrix/components/itis/header/templates/.default/style.css?1576587285303998 */

/* End */
/* /bitrix/components/itis/header/templates/.default/style.css?1576663875304320 */

/* End */
/* /bitrix/components/itis/header/templates/.default/style.css?1576668985304511 */

/* End */
/* /bitrix/components/itis/header/templates/.default/style.css?1576754213304545 */
/* End */
/* /bitrix/components/itis/header/templates/.default/style.css?1576821076304801 */

/* End */
/* /bitrix/components/itis/header/templates/.default/style.css?1576825657305133 */

/* End */
/* /bitrix/components/itis/header/templates/.default/style.css?1577346483305859 */

/* End */
/* /bitrix/components/itis/header/templates/.default/style.css?1577353113306471 */

/* End */


/* Start:/bitrix/components/itis/header/templates/.default/css/extra.css?1610714916348*/
.template img {
  padding: 12px;
  object-fit: cover;
  max-width: 100%;
}

.bvi-voice img {
  margin: 0px 15px 15px 0px;
}

.about__carousel-item {
    background-color: #ffffff;
	}

@media (width: 375px)   {
  .template img {
	margin: 0px 15px;
	}
`}

@media (min-width: 376px) and (max-width: 425px) {
  .template img {
	margin: 0px 35px;
	}
}


/* End */
/* /bitrix/components/itis/header/templates/.default/style.css?1607613422306733 */
/* /bitrix/components/itis/header/templates/.default/css/extra.css?1610714916348 */
